﻿2025-08-20T21:45:33.5730820Z Current runner version: '2.328.0'
2025-08-20T21:45:33.5762220Z ##[group]Runner Image Provisioner
2025-08-20T21:45:33.5763170Z Hosted Compute Agent
2025-08-20T21:45:33.5764286Z Version: 20250818.377
2025-08-20T21:45:33.5764883Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T21:45:33.5765567Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T21:45:33.5766246Z ##[endgroup]
2025-08-20T21:45:33.5766794Z ##[group]VM Image
2025-08-20T21:45:33.5767773Z - OS: Linux (arm64)
2025-08-20T21:45:33.5768463Z - Source: Partner
2025-08-20T21:45:33.5769019Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T21:45:33.5769679Z - Version: 20250728.24.1
2025-08-20T21:45:33.5770691Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T21:45:33.5771725Z ##[endgroup]
2025-08-20T21:45:33.5773067Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T21:45:33.5776616Z Attestations: write
2025-08-20T21:45:33.5777563Z Contents: write
2025-08-20T21:45:33.5778346Z Metadata: read
2025-08-20T21:45:33.5779040Z Packages: write
2025-08-20T21:45:33.5779648Z ##[endgroup]
2025-08-20T21:45:33.5783080Z Secret source: Actions
2025-08-20T21:45:33.5784766Z Prepare workflow directory
2025-08-20T21:45:33.6180112Z Prepare all required actions
2025-08-20T21:45:33.6223002Z Getting action download info
2025-08-20T21:45:34.0469512Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T21:45:35.0006370Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T21:45:35.7123971Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T21:45:35.8494286Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T21:45:36.4827996Z Getting action download info
2025-08-20T21:45:36.6786225Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T21:45:37.2110807Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T21:45:37.7913579Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/nuclei/official)
2025-08-20T21:45:37.8533241Z ##[group]Run ##Presets
2025-08-20T21:45:37.8533969Z [36;1m##Presets[0m
2025-08-20T21:45:37.8534242Z [36;1mset +x ; set +e[0m
2025-08-20T21:45:37.8534627Z [36;1m#-------------#[0m
2025-08-20T21:45:37.8534990Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T21:45:37.8535502Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T21:45:37.8535907Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:37.8536241Z [36;1m  fi[0m
2025-08-20T21:45:37.8536599Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T21:45:37.8537052Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T21:45:37.8537667Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:37.8538531Z [36;1m  fi[0m
2025-08-20T21:45:37.8538839Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T21:45:37.8539386Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T21:45:37.8539762Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:37.8540152Z [36;1m  fi[0m
2025-08-20T21:45:37.8540462Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T21:45:37.8540834Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T21:45:37.8541216Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T21:45:37.8541550Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:45:37.8541915Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:37.8542608Z [36;1m     else[0m
2025-08-20T21:45:37.8542937Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:37.8543247Z [36;1m     fi[0m
2025-08-20T21:45:37.8543573Z [36;1m  fi[0m
2025-08-20T21:45:37.8543857Z [36;1mfi[0m
2025-08-20T21:45:37.8574766Z shell: /usr/bin/bash -e {0}
2025-08-20T21:45:37.8575473Z env:
2025-08-20T21:45:37.8576255Z   GH_TOKEN: ***
2025-08-20T21:45:37.8576512Z ##[endgroup]
2025-08-20T21:45:37.8796104Z ##[group]Run ##Presets
2025-08-20T21:45:37.8796628Z [36;1m##Presets[0m
2025-08-20T21:45:37.8796888Z [36;1mset +x ; set +e[0m
2025-08-20T21:45:37.8797525Z [36;1m#-------------#[0m
2025-08-20T21:45:37.8797872Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T21:45:37.8798392Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T21:45:37.8798976Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T21:45:37.8799421Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T21:45:37.8799859Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T21:45:37.8800392Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T21:45:37.8800773Z [36;1m  exit 1[0m
2025-08-20T21:45:37.8801065Z [36;1mfi[0m
2025-08-20T21:45:37.8823291Z shell: /usr/bin/bash -e {0}
2025-08-20T21:45:37.8823613Z env:
2025-08-20T21:45:37.8824046Z   RO_GHTOKEN: ***
2025-08-20T21:45:37.8824444Z   RO_GLTOKEN: ***
2025-08-20T21:45:37.8825610Z   MINISIGN_KEY: ***
2025-08-20T21:45:37.8825848Z ##[endgroup]
2025-08-20T21:45:37.8950849Z ##[group]Run ##Presets
2025-08-20T21:45:37.8951429Z [36;1m##Presets[0m
2025-08-20T21:45:37.8951678Z [36;1mset +x ; set +e[0m
2025-08-20T21:45:37.8951934Z [36;1m#-------------#[0m
2025-08-20T21:45:37.8952565Z [36;1m##Host Triplet[0m
2025-08-20T21:45:37.8952957Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:45:37.8953323Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T21:45:37.8953727Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:45:37.8954081Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T21:45:37.8954450Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T21:45:37.8954880Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T21:45:37.8955265Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T21:45:37.8955673Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T21:45:37.8955997Z [36;1m   fi[0m
2025-08-20T21:45:37.8956423Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:45:37.8956803Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T21:45:37.8957129Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:45:37.8957761Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T21:45:37.8958094Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T21:45:37.8958370Z [36;1m fi[0m
2025-08-20T21:45:37.8958715Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:37.8959121Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:37.8959509Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:37.8959940Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:37.8960293Z [36;1m##Debug[0m
2025-08-20T21:45:37.8960624Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T21:45:37.8960949Z [36;1m   export DEBUG="1"[0m
2025-08-20T21:45:37.8961223Z [36;1m else[0m
2025-08-20T21:45:37.8961528Z [36;1m   export DEBUG="0"[0m
2025-08-20T21:45:37.8961821Z [36;1m fi[0m
2025-08-20T21:45:37.8962076Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:37.8962462Z [36;1m##Docker Platform[0m
2025-08-20T21:45:37.8963052Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T21:45:37.8963450Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T21:45:37.8963864Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T21:45:37.8964253Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T21:45:37.8964671Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T21:45:37.8965038Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T21:45:37.8965385Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T21:45:37.8965853Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T21:45:37.8966143Z [36;1m fi[0m
2025-08-20T21:45:37.8966468Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:37.8967000Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:37.8967549Z [36;1m##GHCRPKG_URL[0m
2025-08-20T21:45:37.8968107Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/nuclei/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:45:37.8968683Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T21:45:37.8969020Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:37.8969410Z [36;1m##Logs[0m
2025-08-20T21:45:37.8969659Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T21:45:37.8970085Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T21:45:37.8970496Z [36;1m else[0m
2025-08-20T21:45:37.8970728Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T21:45:37.8971095Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T21:45:37.8971404Z [36;1m fi[0m
2025-08-20T21:45:37.8971951Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:37.8972476Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:37.8972866Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T21:45:37.8973257Z [36;1m PKG_FAMILY_LOCAL="$(echo "nuclei" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:45:37.8973753Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T21:45:37.8974126Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:37.8974580Z [36;1m##Rebuild[0m
2025-08-20T21:45:37.8974853Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T21:45:37.8975173Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T21:45:37.8975532Z [36;1m else[0m
2025-08-20T21:45:37.8975788Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T21:45:37.8976103Z [36;1m fi[0m
2025-08-20T21:45:37.8976501Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:37.8976853Z [36;1m ##SBUILD_URL[0m
2025-08-20T21:45:37.8977315Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T21:45:37.8978107Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T21:45:37.8979000Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T21:45:37.8979813Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:45:37.8980229Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T21:45:37.8980684Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T21:45:37.8981201Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T21:45:37.8981645Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:37.8981940Z [36;1m    exit 1[0m
2025-08-20T21:45:37.8982273Z [36;1m   else[0m
2025-08-20T21:45:37.8982521Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T21:45:37.8982918Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:37.8983318Z [36;1m    #Check for x_exec.host[0m
2025-08-20T21:45:37.8983969Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T21:45:37.8984421Z [36;1m      #check if supported[0m
2025-08-20T21:45:37.8984841Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T21:45:37.8985394Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T21:45:37.8985954Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T21:45:37.8986347Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:37.8986728Z [36;1m         exit 1[0m
2025-08-20T21:45:37.8987002Z [36;1m       fi[0m
2025-08-20T21:45:37.8987292Z [36;1m      #get build system[0m
2025-08-20T21:45:37.8988027Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T21:45:37.8988482Z [36;1m       export BUILD_SYS[0m
2025-08-20T21:45:37.8988803Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:37.8989276Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T21:45:37.8989675Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:37.8990094Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:37.8990527Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T21:45:37.8990905Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:37.8991363Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:37.8991700Z [36;1m       fi[0m
2025-08-20T21:45:37.8992134Z [36;1m     fi[0m
2025-08-20T21:45:37.8992478Z [36;1m   fi[0m
2025-08-20T21:45:37.8992714Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T21:45:37.9015332Z shell: /usr/bin/bash -e {0}
2025-08-20T21:45:37.9015645Z ##[endgroup]
2025-08-20T21:45:38.9471839Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:45:38.9472490Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:45:38.9472725Z 
2025-08-20T21:45:39.0991428Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:45:39.1004164Z 100  4087  100  4087    0     0  26640      0 --:--:-- --:--:-- --:--:-- 26538
2025-08-20T21:45:39.1004782Z 100  4087  100  4087    0     0  26633      0 --:--:-- --:--:-- --:--:-- 26538
2025-08-20T21:45:39.1005451Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T21:45:39.1191400Z ##[group]Run ##Presets
2025-08-20T21:45:39.1191873Z [36;1m##Presets[0m
2025-08-20T21:45:39.1192103Z [36;1mset +x ; set +e[0m
2025-08-20T21:45:39.1192521Z [36;1m#-------------#[0m
2025-08-20T21:45:39.1192754Z [36;1m##Debug?[0m
2025-08-20T21:45:39.1193010Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:45:39.1193395Z [36;1m  set -x[0m
2025-08-20T21:45:39.1193623Z [36;1mfi[0m
2025-08-20T21:45:39.1193908Z [36;1m#-------------#[0m
2025-08-20T21:45:39.1194130Z [36;1m##CoreUtils[0m
2025-08-20T21:45:39.1194373Z [36;1msudo apt update -y[0m
2025-08-20T21:45:39.1194781Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T21:45:39.1195779Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T21:45:39.1196799Z [36;1m##tmp[0m
2025-08-20T21:45:39.1197102Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T21:45:39.1197601Z [36;1m#GH ENV[0m
2025-08-20T21:45:39.1197926Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:39.1198265Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:39.1198811Z [36;1m#-------------#[0m
2025-08-20T21:45:39.1199115Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T21:45:39.1199402Z [36;1msudo apt update -y[0m
2025-08-20T21:45:39.1199690Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T21:45:39.1199998Z [36;1m##Setup Minisign[0m
2025-08-20T21:45:39.1200287Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T21:45:39.1200839Z [36;1mecho "***[0m
2025-08-20T21:45:39.1202138Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T21:45:39.1202452Z [36;1m##User-Agent[0m
2025-08-20T21:45:39.1203252Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T21:45:39.1204080Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:39.1230254Z shell: /usr/bin/bash -e {0}
2025-08-20T21:45:39.1230545Z env:
2025-08-20T21:45:39.1230878Z   CROSS_COMPILING: NO
2025-08-20T21:45:39.1231153Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:45:39.1231463Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:45:39.1231767Z   ON_QEMU: NO
2025-08-20T21:45:39.1231973Z   DEBUG: 0
2025-08-20T21:45:39.1232216Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:45:39.1232511Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:45:39.1232826Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nuclei/official
2025-08-20T21:45:39.1233188Z   KEEP_LOGS: YES
2025-08-20T21:45:39.1233414Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:45:39.1233652Z   PKG_FAMILY_LOCAL: nuclei
2025-08-20T21:45:39.1233944Z   SBUILD_REBUILD: false
2025-08-20T21:45:39.1234514Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T21:45:39.1235114Z   BUILD_SYS: docker://go
2025-08-20T21:45:39.1235426Z   BUILD_ON_HOST: FALSE
2025-08-20T21:45:39.1235655Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:45:39.1235912Z ##[endgroup]
2025-08-20T21:45:39.4328121Z 
2025-08-20T21:45:39.4329547Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:45:39.4330184Z 
2025-08-20T21:45:39.8821912Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T21:45:39.9053489Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T21:45:40.0140026Z Get:3 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T21:45:40.0738537Z Get:4 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T21:45:40.0964974Z Get:5 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T21:45:40.1166384Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T21:45:40.1432192Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T21:45:40.1845940Z Hit:8 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:45:40.2948129Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T21:45:40.7673919Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T21:45:40.9566934Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T21:45:41.1370525Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T21:45:41.6632299Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T21:45:41.8868314Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T21:45:42.0055433Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T21:45:42.4570559Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T21:45:42.6810302Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T21:45:42.9099444Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T21:45:43.5992094Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T21:45:44.2717328Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T21:45:44.3817153Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T21:45:44.4960325Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T21:45:44.6084687Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T21:45:44.7186934Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T21:45:44.8356506Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T21:45:44.9466006Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T21:45:45.0589411Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T21:45:45.1720841Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T21:45:45.2842071Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T21:45:45.5082959Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T21:45:45.6188959Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T21:45:45.7297735Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1136 kB]
2025-08-20T21:45:46.5447651Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T21:45:46.7651288Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T21:45:46.8759857Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T21:45:47.2299255Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T21:45:47.4510439Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T21:45:47.5641120Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2181 kB]
2025-08-20T21:45:48.1526869Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [361 kB]
2025-08-20T21:45:48.3835620Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T21:45:48.6037481Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T21:45:48.8234698Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T21:45:48.9432873Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T21:45:56.7137976Z Fetched 11.9 MB in 9s (1294 kB/s)
2025-08-20T21:45:57.4758835Z Reading package lists...
2025-08-20T21:45:57.7029427Z Building dependency tree...
2025-08-20T21:45:57.7037717Z Reading state information...
2025-08-20T21:45:57.7285649Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:45:57.7375824Z 
2025-08-20T21:45:57.7376645Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:45:57.7377604Z 
2025-08-20T21:45:57.7494605Z Reading package lists...
2025-08-20T21:45:57.9636204Z Building dependency tree...
2025-08-20T21:45:57.9644130Z Reading state information...
2025-08-20T21:45:58.2065573Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:45:58.2066256Z bc set to manually installed.
2025-08-20T21:45:58.2066661Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:45:58.2067038Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T21:45:58.2068191Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:45:58.2689985Z The following NEW packages will be installed:
2025-08-20T21:45:58.2695447Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T21:45:58.2697300Z   moreutils
2025-08-20T21:45:58.2702983Z The following packages will be upgraded:
2025-08-20T21:45:58.2710369Z   jq libjq1
2025-08-20T21:45:58.2885191Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T21:45:58.5779693Z Need to get 936 kB of archives.
2025-08-20T21:45:58.5780193Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T21:45:58.5780770Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T21:45:58.9085130Z 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-20T21:45:59.1301571Z 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-20T21:45:59.3581930Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T21:45:59.4778232Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T21:45:59.6162415Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T21:45:59.7292740Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T21:45:59.8564244Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T21:46:00.3808125Z Fetched 936 kB in 2s (522 kB/s)
2025-08-20T21:46:00.4556908Z Selecting previously unselected package fdupes.
2025-08-20T21:46:00.5668494Z (Reading database ... 
2025-08-20T21:46:00.5669160Z (Reading database ... 5%
2025-08-20T21:46:00.5669430Z (Reading database ... 10%
2025-08-20T21:46:00.5669789Z (Reading database ... 15%
2025-08-20T21:46:00.5670096Z (Reading database ... 20%
2025-08-20T21:46:00.5670331Z (Reading database ... 25%
2025-08-20T21:46:00.5670667Z (Reading database ... 30%
2025-08-20T21:46:00.5670924Z (Reading database ... 35%
2025-08-20T21:46:00.5671200Z (Reading database ... 40%
2025-08-20T21:46:00.5671495Z (Reading database ... 45%
2025-08-20T21:46:00.5671733Z (Reading database ... 50%
2025-08-20T21:46:00.8861152Z (Reading database ... 55%
2025-08-20T21:46:01.4430419Z (Reading database ... 60%
2025-08-20T21:46:01.9564070Z (Reading database ... 65%
2025-08-20T21:46:02.4355339Z (Reading database ... 70%
2025-08-20T21:46:02.9225562Z (Reading database ... 75%
2025-08-20T21:46:03.5018089Z (Reading database ... 80%
2025-08-20T21:46:04.0916906Z (Reading database ... 85%
2025-08-20T21:46:04.6778800Z (Reading database ... 90%
2025-08-20T21:46:05.3113249Z (Reading database ... 95%
2025-08-20T21:46:05.3113621Z (Reading database ... 100%
2025-08-20T21:46:05.3114215Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T21:46:05.3155225Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T21:46:05.3290851Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T21:46:05.4362353Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T21:46:05.4564063Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T21:46:05.5648466Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T21:46:05.5999329Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T21:46:05.6661609Z Selecting previously unselected package libio-pty-perl.
2025-08-20T21:46:05.6827917Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T21:46:05.6906077Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T21:46:05.7739439Z Selecting previously unselected package libipc-run-perl.
2025-08-20T21:46:05.7898497Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T21:46:05.8017684Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T21:46:05.8900445Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T21:46:05.9038327Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T21:46:05.9138666Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T21:46:05.9801339Z Selecting previously unselected package moreutils.
2025-08-20T21:46:05.9943129Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T21:46:06.0005618Z Unpacking moreutils (0.69-1) ...
2025-08-20T21:46:06.1199916Z Selecting previously unselected package dos2unix.
2025-08-20T21:46:06.1363577Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T21:46:06.1424392Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T21:46:06.4928922Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T21:46:06.5200711Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T21:46:06.5529576Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T21:46:06.5712668Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T21:46:06.5912478Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T21:46:06.6119950Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T21:46:06.6327230Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T21:46:06.6537864Z Setting up moreutils (0.69-1) ...
2025-08-20T21:46:06.6725077Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:46:22.2459403Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:46:23.4848976Z Reading package lists...
2025-08-20T21:46:23.6887532Z Building dependency tree...
2025-08-20T21:46:23.6894510Z Reading state information...
2025-08-20T21:46:23.9169028Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:46:23.9169598Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:46:23.9169914Z apt-utils set to manually installed.
2025-08-20T21:46:23.9170337Z ca-certificates is already the newest version (20240203).
2025-08-20T21:46:23.9170754Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:46:23.9171135Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:46:23.9171522Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:46:23.9171852Z moreutils is already the newest version (0.69-1).
2025-08-20T21:46:23.9172268Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:46:23.9172666Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:46:23.9173011Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:46:23.9173881Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T21:46:23.9174212Z tmux set to manually installed.
2025-08-20T21:46:23.9174561Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:46:23.9174931Z The following additional packages will be installed:
2025-08-20T21:46:23.9175379Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T21:46:23.9175913Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T21:46:23.9176421Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T21:46:23.9176771Z   uuid-runtime
2025-08-20T21:46:23.9183887Z Suggested packages:
2025-08-20T21:46:23.9184262Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T21:46:23.9184745Z   util-linux-extra util-linux-locales
2025-08-20T21:46:23.9185063Z Recommended packages:
2025-08-20T21:46:23.9185292Z   unattended-upgrades
2025-08-20T21:46:23.9724893Z The following NEW packages will be installed:
2025-08-20T21:46:23.9725372Z   rename
2025-08-20T21:46:23.9728549Z The following packages will be upgraded:
2025-08-20T21:46:23.9729132Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T21:46:23.9730284Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T21:46:23.9736976Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T21:46:23.9738449Z   software-properties-common util-linux uuid-runtime
2025-08-20T21:46:23.9918506Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:46:24.1069450Z Need to get 4390 kB of archives.
2025-08-20T21:46:24.1069912Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T21:46:24.1070505Z 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-20T21:46:24.2971623Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T21:46:24.5314609Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T21:46:24.5804012Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T21:46:24.6277184Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T21:46:24.6746690Z 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-20T21:46:24.7218214Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T21:46:24.7709622Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T21:46:24.8208472Z 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-20T21:46:24.8693711Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T21:46:24.9238440Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T21:46:24.9729419Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T21:46:25.0247070Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T21:46:25.0765780Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T21:46:25.1375826Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T21:46:25.1866559Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T21:46:25.2421943Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T21:46:25.2904049Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T21:46:25.3402556Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T21:46:25.4743190Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T21:46:25.5242546Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T21:46:25.5722589Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T21:46:25.6216379Z 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-20T21:46:25.6689876Z 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-20T21:46:25.7158540Z 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-20T21:46:25.7628433Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T21:46:25.8099503Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T21:46:26.0670191Z Fetched 4390 kB in 2s (2432 kB/s)
2025-08-20T21:46:26.0969574Z (Reading database ... 
2025-08-20T21:46:26.0970475Z (Reading database ... 5%
2025-08-20T21:46:26.0970991Z (Reading database ... 10%
2025-08-20T21:46:26.0971277Z (Reading database ... 15%
2025-08-20T21:46:26.0971554Z (Reading database ... 20%
2025-08-20T21:46:26.0971845Z (Reading database ... 25%
2025-08-20T21:46:26.0972128Z (Reading database ... 30%
2025-08-20T21:46:26.0972360Z (Reading database ... 35%
2025-08-20T21:46:26.0972686Z (Reading database ... 40%
2025-08-20T21:46:26.0972975Z (Reading database ... 45%
2025-08-20T21:46:26.0973230Z (Reading database ... 50%
2025-08-20T21:46:26.0991287Z (Reading database ... 55%
2025-08-20T21:46:26.1075010Z (Reading database ... 60%
2025-08-20T21:46:26.1113830Z (Reading database ... 65%
2025-08-20T21:46:26.1128159Z (Reading database ... 70%
2025-08-20T21:46:26.1146920Z (Reading database ... 75%
2025-08-20T21:46:26.1178335Z (Reading database ... 80%
2025-08-20T21:46:26.1343514Z (Reading database ... 85%
2025-08-20T21:46:26.1362452Z (Reading database ... 90%
2025-08-20T21:46:26.1454099Z (Reading database ... 95%
2025-08-20T21:46:26.1454573Z (Reading database ... 100%
2025-08-20T21:46:26.1454935Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:46:26.1485685Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:46:26.1699559Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T21:46:26.3014128Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T21:46:26.3808362Z (Reading database ... 
2025-08-20T21:46:26.3808747Z (Reading database ... 5%
2025-08-20T21:46:26.3809001Z (Reading database ... 10%
2025-08-20T21:46:26.3809357Z (Reading database ... 15%
2025-08-20T21:46:26.3809599Z (Reading database ... 20%
2025-08-20T21:46:26.3809830Z (Reading database ... 25%
2025-08-20T21:46:26.3810149Z (Reading database ... 30%
2025-08-20T21:46:26.3810406Z (Reading database ... 35%
2025-08-20T21:46:26.3811508Z (Reading database ... 40%
2025-08-20T21:46:26.3811811Z (Reading database ... 45%
2025-08-20T21:46:26.3812057Z (Reading database ... 50%
2025-08-20T21:46:26.3829602Z (Reading database ... 55%
2025-08-20T21:46:26.3910267Z (Reading database ... 60%
2025-08-20T21:46:26.3948730Z (Reading database ... 65%
2025-08-20T21:46:26.3962160Z (Reading database ... 70%
2025-08-20T21:46:26.3980985Z (Reading database ... 75%
2025-08-20T21:46:26.4012105Z (Reading database ... 80%
2025-08-20T21:46:26.4175206Z (Reading database ... 85%
2025-08-20T21:46:26.4193518Z (Reading database ... 90%
2025-08-20T21:46:26.4284771Z (Reading database ... 95%
2025-08-20T21:46:26.4285136Z (Reading database ... 100%
2025-08-20T21:46:26.4285656Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:46:26.4315709Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:46:26.4571161Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:46:26.6306904Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T21:46:27.2672422Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T21:46:27.3388436Z (Reading database ... 
2025-08-20T21:46:27.3388827Z (Reading database ... 5%
2025-08-20T21:46:27.3389238Z (Reading database ... 10%
2025-08-20T21:46:27.3389493Z (Reading database ... 15%
2025-08-20T21:46:27.3389759Z (Reading database ... 20%
2025-08-20T21:46:27.3390049Z (Reading database ... 25%
2025-08-20T21:46:27.3390287Z (Reading database ... 30%
2025-08-20T21:46:27.3390498Z (Reading database ... 35%
2025-08-20T21:46:27.3390831Z (Reading database ... 40%
2025-08-20T21:46:27.3391070Z (Reading database ... 45%
2025-08-20T21:46:27.3394250Z (Reading database ... 50%
2025-08-20T21:46:27.3411712Z (Reading database ... 55%
2025-08-20T21:46:27.3492582Z (Reading database ... 60%
2025-08-20T21:46:27.3530882Z (Reading database ... 65%
2025-08-20T21:46:27.3544893Z (Reading database ... 70%
2025-08-20T21:46:27.3564166Z (Reading database ... 75%
2025-08-20T21:46:27.3595632Z (Reading database ... 80%
2025-08-20T21:46:27.3759077Z (Reading database ... 85%
2025-08-20T21:46:27.3777617Z (Reading database ... 90%
2025-08-20T21:46:27.3867081Z (Reading database ... 95%
2025-08-20T21:46:27.3867337Z (Reading database ... 100%
2025-08-20T21:46:27.3867861Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:46:27.3896830Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:46:27.4116389Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:46:27.5369210Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:46:27.5683475Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:46:27.6552934Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:46:27.7376007Z (Reading database ... 
2025-08-20T21:46:27.7376348Z (Reading database ... 5%
2025-08-20T21:46:27.7376638Z (Reading database ... 10%
2025-08-20T21:46:27.7377085Z (Reading database ... 15%
2025-08-20T21:46:27.7377324Z (Reading database ... 20%
2025-08-20T21:46:27.7377883Z (Reading database ... 25%
2025-08-20T21:46:27.7378134Z (Reading database ... 30%
2025-08-20T21:46:27.7378376Z (Reading database ... 35%
2025-08-20T21:46:27.7378635Z (Reading database ... 40%
2025-08-20T21:46:27.7378884Z (Reading database ... 45%
2025-08-20T21:46:27.7379116Z (Reading database ... 50%
2025-08-20T21:46:27.7397453Z (Reading database ... 55%
2025-08-20T21:46:27.7485722Z (Reading database ... 60%
2025-08-20T21:46:27.7527426Z (Reading database ... 65%
2025-08-20T21:46:27.7542541Z (Reading database ... 70%
2025-08-20T21:46:27.7562641Z (Reading database ... 75%
2025-08-20T21:46:27.7596170Z (Reading database ... 80%
2025-08-20T21:46:27.7768223Z (Reading database ... 85%
2025-08-20T21:46:27.7785645Z (Reading database ... 90%
2025-08-20T21:46:27.7880502Z (Reading database ... 95%
2025-08-20T21:46:27.7880821Z (Reading database ... 100%
2025-08-20T21:46:27.7881273Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:46:27.7912292Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:46:27.8206987Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:46:27.9036304Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:46:28.0035059Z (Reading database ... 
2025-08-20T21:46:28.0035423Z (Reading database ... 5%
2025-08-20T21:46:28.0035901Z (Reading database ... 10%
2025-08-20T21:46:28.0036831Z (Reading database ... 15%
2025-08-20T21:46:28.0037750Z (Reading database ... 20%
2025-08-20T21:46:28.0038113Z (Reading database ... 25%
2025-08-20T21:46:28.0038355Z (Reading database ... 30%
2025-08-20T21:46:28.0038659Z (Reading database ... 35%
2025-08-20T21:46:28.0038902Z (Reading database ... 40%
2025-08-20T21:46:28.0039149Z (Reading database ... 45%
2025-08-20T21:46:28.0039513Z (Reading database ... 50%
2025-08-20T21:46:28.0057124Z (Reading database ... 55%
2025-08-20T21:46:28.0140103Z (Reading database ... 60%
2025-08-20T21:46:28.0178532Z (Reading database ... 65%
2025-08-20T21:46:28.0192434Z (Reading database ... 70%
2025-08-20T21:46:28.0211312Z (Reading database ... 75%
2025-08-20T21:46:28.0242485Z (Reading database ... 80%
2025-08-20T21:46:28.0408984Z (Reading database ... 85%
2025-08-20T21:46:28.0426765Z (Reading database ... 90%
2025-08-20T21:46:28.0521325Z (Reading database ... 95%
2025-08-20T21:46:28.0521690Z (Reading database ... 100%
2025-08-20T21:46:28.0522036Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:46:28.0555006Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:46:28.0847128Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:46:28.1890181Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:46:28.2127260Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:46:28.2953471Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:46:28.3785593Z (Reading database ... 
2025-08-20T21:46:28.3786026Z (Reading database ... 5%
2025-08-20T21:46:28.3786275Z (Reading database ... 10%
2025-08-20T21:46:28.3786572Z (Reading database ... 15%
2025-08-20T21:46:28.3786834Z (Reading database ... 20%
2025-08-20T21:46:28.3787105Z (Reading database ... 25%
2025-08-20T21:46:28.3787615Z (Reading database ... 30%
2025-08-20T21:46:28.3787872Z (Reading database ... 35%
2025-08-20T21:46:28.3788104Z (Reading database ... 40%
2025-08-20T21:46:28.3788409Z (Reading database ... 45%
2025-08-20T21:46:28.3788715Z (Reading database ... 50%
2025-08-20T21:46:28.3807888Z (Reading database ... 55%
2025-08-20T21:46:28.3891929Z (Reading database ... 60%
2025-08-20T21:46:28.3931108Z (Reading database ... 65%
2025-08-20T21:46:28.3945273Z (Reading database ... 70%
2025-08-20T21:46:28.3964491Z (Reading database ... 75%
2025-08-20T21:46:28.3996663Z (Reading database ... 80%
2025-08-20T21:46:28.4167463Z (Reading database ... 85%
2025-08-20T21:46:28.4185659Z (Reading database ... 90%
2025-08-20T21:46:28.4279431Z (Reading database ... 95%
2025-08-20T21:46:28.4279736Z (Reading database ... 100%
2025-08-20T21:46:28.4280184Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:46:28.4312180Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:46:28.4563855Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:46:28.5475455Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:46:28.6179310Z (Reading database ... 
2025-08-20T21:46:28.6179870Z (Reading database ... 5%
2025-08-20T21:46:28.6180139Z (Reading database ... 10%
2025-08-20T21:46:28.6180381Z (Reading database ... 15%
2025-08-20T21:46:28.6180702Z (Reading database ... 20%
2025-08-20T21:46:28.6180947Z (Reading database ... 25%
2025-08-20T21:46:28.6182000Z (Reading database ... 30%
2025-08-20T21:46:28.6182379Z (Reading database ... 35%
2025-08-20T21:46:28.6182645Z (Reading database ... 40%
2025-08-20T21:46:28.6182925Z (Reading database ... 45%
2025-08-20T21:46:28.6183205Z (Reading database ... 50%
2025-08-20T21:46:28.6199825Z (Reading database ... 55%
2025-08-20T21:46:28.6284491Z (Reading database ... 60%
2025-08-20T21:46:28.6323147Z (Reading database ... 65%
2025-08-20T21:46:28.6337553Z (Reading database ... 70%
2025-08-20T21:46:28.6357204Z (Reading database ... 75%
2025-08-20T21:46:28.6390241Z (Reading database ... 80%
2025-08-20T21:46:28.6566214Z (Reading database ... 85%
2025-08-20T21:46:28.6585292Z (Reading database ... 90%
2025-08-20T21:46:28.6684995Z (Reading database ... 95%
2025-08-20T21:46:28.6685371Z (Reading database ... 100%
2025-08-20T21:46:28.6685702Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:46:28.6720247Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:46:28.6948330Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:46:28.7982376Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:46:28.8491376Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:46:28.9591797Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:46:28.9806250Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:46:29.1035267Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:46:29.1275279Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:46:29.2334207Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:46:29.2539862Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:46:29.3501839Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:46:29.3694585Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:46:29.4582236Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:46:29.4784407Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:46:29.5665733Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:46:29.5873864Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:46:29.7003618Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:46:29.7215939Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:46:29.8097491Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:46:29.8315428Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:46:29.9276485Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T21:46:30.0047251Z (Reading database ... 
2025-08-20T21:46:30.0047684Z (Reading database ... 5%
2025-08-20T21:46:30.0048140Z (Reading database ... 10%
2025-08-20T21:46:30.0048387Z (Reading database ... 15%
2025-08-20T21:46:30.0048659Z (Reading database ... 20%
2025-08-20T21:46:30.0049013Z (Reading database ... 25%
2025-08-20T21:46:30.0049253Z (Reading database ... 30%
2025-08-20T21:46:30.0049537Z (Reading database ... 35%
2025-08-20T21:46:30.0049791Z (Reading database ... 40%
2025-08-20T21:46:30.0050023Z (Reading database ... 45%
2025-08-20T21:46:30.0050339Z (Reading database ... 50%
2025-08-20T21:46:30.0068818Z (Reading database ... 55%
2025-08-20T21:46:30.0150708Z (Reading database ... 60%
2025-08-20T21:46:30.0189382Z (Reading database ... 65%
2025-08-20T21:46:30.0203383Z (Reading database ... 70%
2025-08-20T21:46:30.0223814Z (Reading database ... 75%
2025-08-20T21:46:30.0256412Z (Reading database ... 80%
2025-08-20T21:46:30.0423800Z (Reading database ... 85%
2025-08-20T21:46:30.0448291Z (Reading database ... 90%
2025-08-20T21:46:30.0536413Z (Reading database ... 95%
2025-08-20T21:46:30.0536864Z (Reading database ... 100%
2025-08-20T21:46:30.0537245Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:46:30.0571049Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:46:30.0882206Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:46:30.2225327Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:46:30.2813092Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:46:30.3755427Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:46:30.4007792Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:46:30.5078730Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:46:30.5319515Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:46:30.6215539Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:46:30.6426384Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:46:30.9004443Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T21:46:31.0282311Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:46:31.1569470Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T21:46:31.2419932Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:46:31.3168204Z Selecting previously unselected package rename.
2025-08-20T21:46:31.3322728Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T21:46:31.3460675Z Unpacking rename (2.02-1) ...
2025-08-20T21:46:31.4216929Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:46:31.4452133Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:46:31.5787607Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T21:46:31.6048751Z Setting up rename (2.02-1) ...
2025-08-20T21:46:31.6186535Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T21:46:31.6323498Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T21:46:31.6546721Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T21:46:31.6705393Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:46:31.6904158Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T21:46:31.7113002Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T21:46:32.4928375Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T21:46:32.5140260Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T21:46:32.5388389Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T21:46:32.5740611Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T21:46:32.6017472Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T21:46:32.9669701Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T21:46:32.9891637Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T21:46:33.0095077Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T21:46:33.1235028Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T21:46:33.2623360Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T21:46:33.3683297Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T21:46:33.3958102Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T21:46:33.4323475Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T21:46:33.4606625Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T21:46:33.5804794Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:46:33.8440759Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:46:33.8964279Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:46:40.8947823Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T21:46:42.3308418Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:46:42.4564781Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:46:42.4960288Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:46:42.5427120Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:46:42.5893264Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:46:42.6358538Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:46:43.5925032Z Reading package lists...
2025-08-20T21:46:43.8294317Z Building dependency tree...
2025-08-20T21:46:43.8302392Z Reading state information...
2025-08-20T21:46:43.8558669Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:46:43.8705988Z 
2025-08-20T21:46:43.8706792Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:46:43.8707178Z 
2025-08-20T21:46:43.9539474Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:46:43.9569956Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:46:44.2446115Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:46:44.3546913Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:46:44.4654203Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:46:44.5750424Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:46:45.5239563Z Reading package lists...
2025-08-20T21:46:45.7620721Z Building dependency tree...
2025-08-20T21:46:45.7628368Z Reading state information...
2025-08-20T21:46:45.7887823Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:46:45.7992355Z 
2025-08-20T21:46:45.7993103Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:46:45.7993431Z 
2025-08-20T21:46:45.8113000Z Reading package lists...
2025-08-20T21:46:46.0137647Z Building dependency tree...
2025-08-20T21:46:46.0145254Z Reading state information...
2025-08-20T21:46:46.2495414Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:46:46.2924814Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:46:46.3234132Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T21:46:46.4434714Z ##[group]Run ##Presets
2025-08-20T21:46:46.4435193Z [36;1m##Presets[0m
2025-08-20T21:46:46.4435419Z [36;1mset +x ; set +e[0m
2025-08-20T21:46:46.4435691Z [36;1m#-------------#[0m
2025-08-20T21:46:46.4435932Z [36;1m##Debug?[0m
2025-08-20T21:46:46.4436196Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:46:46.4436583Z [36;1m  set -x[0m
2025-08-20T21:46:46.4436794Z [36;1mfi[0m
2025-08-20T21:46:46.4436985Z [36;1m#-------------#[0m
2025-08-20T21:46:46.4437646Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T21:46:46.4438260Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T21:46:46.4438729Z [36;1msudo service procps restart[0m
2025-08-20T21:46:46.4439018Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T21:46:46.4465716Z shell: /usr/bin/bash -e {0}
2025-08-20T21:46:46.4465995Z env:
2025-08-20T21:46:46.4466396Z   CROSS_COMPILING: NO
2025-08-20T21:46:46.4466657Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:46:46.4466902Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:46:46.4467202Z   ON_QEMU: NO
2025-08-20T21:46:46.4467537Z   DEBUG: 0
2025-08-20T21:46:46.4467778Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:46:46.4468109Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:46:46.4468424Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nuclei/official
2025-08-20T21:46:46.4468775Z   KEEP_LOGS: YES
2025-08-20T21:46:46.4469011Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:46:46.4469284Z   PKG_FAMILY_LOCAL: nuclei
2025-08-20T21:46:46.4469611Z   SBUILD_REBUILD: false
2025-08-20T21:46:46.4470174Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T21:46:46.4470749Z   BUILD_SYS: docker://go
2025-08-20T21:46:46.4471037Z   BUILD_ON_HOST: FALSE
2025-08-20T21:46:46.4471302Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:46:46.4471548Z   SYSTMP: /tmp
2025-08-20T21:46:46.4471782Z   GHA_MODE: MATRIX
2025-08-20T21:46:46.4472226Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:46:46.4472767Z ##[endgroup]
2025-08-20T21:46:46.4574412Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T21:46:46.4639355Z 0
2025-08-20T21:46:46.4960407Z vm.max_map_count = 262144
2025-08-20T21:46:46.4960815Z fs.inotify.max_user_watches = 655360
2025-08-20T21:46:46.4961103Z fs.inotify.max_user_instances = 1280
2025-08-20T21:46:46.4961432Z vm.mmap_rnd_bits = 28
2025-08-20T21:46:46.5051992Z ##[group]Run ##Presets
2025-08-20T21:46:46.5052480Z [36;1m##Presets[0m
2025-08-20T21:46:46.5052700Z [36;1mset +x ; set +e[0m
2025-08-20T21:46:46.5052954Z [36;1m#-------------#[0m
2025-08-20T21:46:46.5053232Z [36;1m##Debug?[0m
2025-08-20T21:46:46.5053492Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:46:46.5053856Z [36;1m  set -x[0m
2025-08-20T21:46:46.5054071Z [36;1mfi[0m
2025-08-20T21:46:46.5054295Z [36;1m#-------------#[0m
2025-08-20T21:46:46.5054557Z [36;1m##Main[0m
2025-08-20T21:46:46.5054788Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:46:46.5055429Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:46:46.5056204Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:46:46.5056615Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T21:46:46.5056988Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T21:46:46.5057268Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T21:46:46.5057783Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T21:46:46.5058177Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T21:46:46.5058535Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T21:46:46.5059179Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T21:46:46.5059508Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T21:46:46.5059852Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T21:46:46.5060271Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T21:46:46.5060602Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T21:46:46.5060870Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T21:46:46.5061219Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T21:46:46.5061525Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T21:46:46.5061864Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T21:46:46.5062201Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T21:46:46.5062513Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T21:46:46.5062885Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T21:46:46.5063219Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T21:46:46.5063538Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T21:46:46.5063936Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T21:46:46.5064259Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T21:46:46.5064615Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T21:46:46.5064915Z [36;1m     "${POD_ID}" \[0m
2025-08-20T21:46:46.5065257Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T21:46:46.5065749Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:46:46.5066265Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:46:46.5066749Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T21:46:46.5067155Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:46:46.5067671Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:46:46.5068298Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T21:46:46.5069191Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T21:46:46.5069732Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:46.5070037Z [36;1m else[0m
2025-08-20T21:46:46.5070610Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T21:46:46.5070998Z [36;1m fi[0m
2025-08-20T21:46:46.5071332Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T21:46:46.5071734Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T21:46:46.5072156Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:46:46.5072628Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:46:46.5073035Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:46:46.5073503Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:46:46.5073937Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:46:46.5074365Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:46:46.5074844Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:46:46.5075282Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:46:46.5075637Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:46:46.5101387Z shell: /usr/bin/bash -e {0}
2025-08-20T21:46:46.5101796Z env:
2025-08-20T21:46:46.5102047Z   CROSS_COMPILING: NO
2025-08-20T21:46:46.5102547Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:46:46.5102895Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:46:46.5103137Z   ON_QEMU: NO
2025-08-20T21:46:46.5103335Z   DEBUG: 0
2025-08-20T21:46:46.5103619Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:46:46.5103873Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:46:46.5104219Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nuclei/official
2025-08-20T21:46:46.5104548Z   KEEP_LOGS: YES
2025-08-20T21:46:46.5104766Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:46:46.5105066Z   PKG_FAMILY_LOCAL: nuclei
2025-08-20T21:46:46.5105306Z   SBUILD_REBUILD: false
2025-08-20T21:46:46.5105851Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T21:46:46.5106491Z   BUILD_SYS: docker://go
2025-08-20T21:46:46.5106726Z   BUILD_ON_HOST: FALSE
2025-08-20T21:46:46.5107005Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:46:46.5107233Z   SYSTMP: /tmp
2025-08-20T21:46:46.5107693Z   GHA_MODE: MATRIX
2025-08-20T21:46:46.5108213Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:46:46.5109205Z   GHCR_TOKEN: ***
2025-08-20T21:46:46.5109553Z   GITHUB_TOKEN: ***
2025-08-20T21:46:46.5109986Z   GITLAB_TOKEN: ***
2025-08-20T21:46:46.5111148Z   MINISIGN_KEY: ***
2025-08-20T21:46:46.5111508Z ##[endgroup]
2025-08-20T21:46:46.6434599Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T21:46:46.8032528Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:46:46.8033763Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:46:46.8034054Z 
2025-08-20T21:46:46.8554203Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:46:46.8554722Z 100  4087  100  4087    0     0  78182      0 --:--:-- --:--:-- --:--:-- 78596
2025-08-20T21:46:46.8565200Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T21:46:46.8677618Z 
2025-08-20T21:46:46.8678062Z [+] Building [/tmp/tmp.JjZUxHikrD/SBUILD_INPUT] Locally
2025-08-20T21:46:46.8678340Z 
2025-08-20T21:46:46.8691832Z '/tmp/tmp.JjZUxHikrD/SBUILD_INPUT' -> '/tmp/pkgforge/QPTY9zkuk_build.yaml'
2025-08-20T21:46:47.0196206Z 
2025-08-20T21:46:47.0196933Z [+] Passwordless sudo is Configured
2025-08-20T21:46:47.1634609Z 
2025-08-20T21:46:47.1646864Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T21:46:47.1647122Z 
2025-08-20T21:46:47.2133577Z 
2025-08-20T21:46:47.2134799Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T21:46:47.2135254Z 
2025-08-20T21:46:47.2135277Z 
2025-08-20T21:46:47.2135528Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T21:46:47.2135811Z 
2025-08-20T21:46:47.2180430Z [+] Installing: 7z -> 7z
2025-08-20T21:46:48.2772665Z [+] Installing: actionlint -> actionlint
2025-08-20T21:46:48.8467825Z [+] Installing: anew -> anew
2025-08-20T21:46:49.3833056Z [+] Installing: anew-rs -> anew-rs
2025-08-20T21:46:51.5956817Z [+] Installing: ansi2html -> ansi2html
2025-08-20T21:46:51.7984388Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T21:46:53.8270116Z [+] Installing: archey -> archey
2025-08-20T21:46:55.8699228Z [+] Installing: aria2 -> aria2c
2025-08-20T21:46:56.4905455Z [+] Installing: askalono -> askalono
2025-08-20T21:46:57.0286686Z [+] Installing: bsdtar -> bsdtar
2025-08-20T21:46:57.5886139Z [+] Installing: b3sum -> b3sum
2025-08-20T21:46:57.8111569Z [+] Installing: bita -> bita
2025-08-20T21:46:58.3818993Z [+] Installing: btop -> btop
2025-08-20T21:46:58.9458851Z [+] Installing: chafa -> chafa
2025-08-20T21:46:59.3543769Z [+] Installing: cloudflared -> cloudflared
2025-08-20T21:47:00.1325928Z [+] Installing: croc -> croc
2025-08-20T21:47:00.8583738Z [+] Installing: csvtk -> csvtk
2025-08-20T21:47:01.5866006Z [+] Installing: cutlines -> cutlines
2025-08-20T21:47:02.0481504Z curl: (22) The requested URL returned error: 404
2025-08-20T21:47:02.0521545Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T21:47:02.0522296Z [+] Installing: dbin -> dbin
2025-08-20T21:47:04.1623848Z [+] Installing: dasel -> dasel
2025-08-20T21:47:04.7126389Z [+] Installing: delta -> delta
2025-08-20T21:47:05.2767968Z [+] Installing: ds -> ds
2025-08-20T21:47:05.7277218Z curl: (22) The requested URL returned error: 404
2025-08-20T21:47:05.7316816Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T21:47:05.7318047Z [+] Installing: dos2unix -> dos2unix
2025-08-20T21:47:06.2527621Z [+] Installing: duf -> duf
2025-08-20T21:47:06.5152163Z [+] Installing: duplicut -> duplicut
2025-08-20T21:47:07.0444987Z [+] Installing: dust -> dust
2025-08-20T21:47:07.2813737Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T21:47:07.8326074Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T21:47:08.3483370Z [+] Installing: dysk -> dysk
2025-08-20T21:47:08.8755727Z [+] Installing: eget -> eget
2025-08-20T21:47:09.4790873Z [+] Installing: epoch -> epoch
2025-08-20T21:47:10.0412805Z [+] Installing: faketty -> faketty
2025-08-20T21:47:10.5721104Z [+] Installing: fastfetch -> fastfetch
2025-08-20T21:47:11.5610251Z [+] Installing: freeze -> freeze
2025-08-20T21:47:13.5275529Z [+] Installing: fusermount3 -> fusermount
2025-08-20T21:47:13.8573918Z [+] Installing: gdu -> gdu
2025-08-20T21:47:14.4616205Z [+] Installing: gh -> gh
2025-08-20T21:47:15.1477557Z [+] Installing: gitleaks -> gitleaks
2025-08-20T21:47:15.7766720Z [+] Installing: git-sizer -> git-sizer
2025-08-20T21:47:16.3246512Z [+] Installing: glab -> glab
2025-08-20T21:47:17.0169504Z [+] Installing: glow -> glow
2025-08-20T21:47:17.6146789Z [+] Installing: httpx -> httpx
2025-08-20T21:47:18.4088809Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T21:47:18.7866692Z [+] Installing: husarnet -> husarnet
2025-08-20T21:47:19.2580817Z curl: (22) The requested URL returned error: 404
2025-08-20T21:47:19.2623308Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T21:47:19.2624529Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T21:47:19.7162137Z curl: (22) The requested URL returned error: 404
2025-08-20T21:47:19.7203952Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T21:47:19.7204791Z [+] Installing: imgcat -> imgcat
2025-08-20T21:47:20.4341871Z [+] Installing: jc -> jc
2025-08-20T21:47:21.0163420Z [+] Installing: jq -> jq
2025-08-20T21:47:21.6680798Z [+] Installing: logdy -> logdy
2025-08-20T21:47:22.3486771Z [+] Installing: micro -> micro
2025-08-20T21:47:22.9323936Z [+] Installing: miniserve -> miniserve
2025-08-20T21:47:23.2103996Z [+] Installing: minisign -> minisign
2025-08-20T21:47:23.7401420Z [+] Installing: ncdu -> ncdu
2025-08-20T21:47:24.2710745Z [+] Installing: notify -> notify
2025-08-20T21:47:24.6238903Z [+] Installing: ouch -> ouch
2025-08-20T21:47:25.6023518Z [+] Installing: oras -> oras
2025-08-20T21:47:26.1729561Z [+] Installing: pipetty -> pipetty
2025-08-20T21:47:26.7393453Z [+] Installing: pixterm -> pixterm
2025-08-20T21:47:27.3036099Z [+] Installing: qsv -> qsv
2025-08-20T21:47:27.9041613Z [+] Installing: rclone -> rclone
2025-08-20T21:47:28.6612587Z [+] Installing: ripgrep -> rg
2025-08-20T21:47:29.3336071Z [+] Installing: rga -> rga
2025-08-20T21:47:29.9145119Z [+] Installing: rsync -> rsync
2025-08-20T21:47:30.4962272Z [+] Installing: script -> script
2025-08-20T21:47:31.0025518Z [+] Installing: shellcheck -> shellcheck
2025-08-20T21:47:31.7409185Z [+] Installing: soar -> soar
2025-08-20T21:47:32.8664311Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T21:47:34.8169343Z [+] Installing: sstrip -> sstrip
2025-08-20T21:47:35.6422768Z [+] Installing: strace -> strace
2025-08-20T21:47:36.4111411Z [+] Installing: sttr -> sttr
2025-08-20T21:47:36.9755959Z [+] Installing: tailscale -> tailscale
2025-08-20T21:47:37.5689908Z [+] Installing: tailscaled -> tailscaled
2025-08-20T21:47:38.3693960Z [+] Installing: taplo -> taplo
2025-08-20T21:47:39.0395229Z [+] Installing: tldr -> tldr
2025-08-20T21:47:39.6228031Z [+] Installing: tldr -> tealdeer
2025-08-20T21:47:39.8466008Z [+] Installing: tmux -> tmux
2025-08-20T21:47:41.0726504Z [+] Installing: tok -> tok
2025-08-20T21:47:41.6212375Z [+] Installing: trufflehog -> trufflehog
2025-08-20T21:47:42.2683155Z [+] Installing: trurl -> trurl
2025-08-20T21:47:42.8758290Z [+] Installing: tss -> tss
2025-08-20T21:47:43.3915536Z [+] Installing: ulexec -> ulexec
2025-08-20T21:47:44.4930426Z [+] Installing: unfurl -> unfurl
2025-08-20T21:47:45.0612239Z [+] Installing: upx -> upx
2025-08-20T21:47:45.2943068Z [+] Installing: validtoml -> validtoml
2025-08-20T21:47:45.5518196Z [+] Installing: wget -> wget
2025-08-20T21:47:45.8208861Z [+] Installing: wget2 -> wget2
2025-08-20T21:47:46.7667836Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T21:47:47.3950810Z [+] Installing: xq -> xq
2025-08-20T21:47:47.9663126Z [+] Installing: xz -> xz
2025-08-20T21:47:48.4793347Z [+] Installing: unxz -> unxz
2025-08-20T21:47:49.0096024Z [+] Installing: yq -> yq
2025-08-20T21:47:49.6793025Z [+] Installing: yj -> yj
2025-08-20T21:47:50.2671032Z [+] Installing: zapper -> zapper
2025-08-20T21:47:50.8772820Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T21:47:51.3994101Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T21:47:51.8680980Z curl: (22) The requested URL returned error: 404
2025-08-20T21:47:51.8715702Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T21:47:51.8716088Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T21:47:52.4296374Z curl: (22) The requested URL returned error: 404
2025-08-20T21:47:52.4333359Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T21:47:52.4333748Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T21:47:53.8000112Z curl: (22) The requested URL returned error: 404
2025-08-20T21:47:53.8035666Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T21:47:53.8036233Z [+] Installing: zstd -> zstd
2025-08-20T21:47:54.3289300Z [+] Creating symlinks...
2025-08-20T21:47:54.3364646Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T21:47:54.3444021Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T21:47:54.3523448Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T21:47:54.3602877Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T21:47:54.3684537Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T21:47:54.3766976Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T21:47:54.3845622Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T21:47:54.3922830Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T21:47:54.4003708Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T21:47:54.4083505Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T21:47:54.4163518Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T21:47:54.4247115Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T21:47:54.4331665Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T21:47:54.4412779Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T21:47:54.4493605Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T21:47:54.4576594Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T21:47:54.4658187Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T21:47:54.4693572Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T21:47:54.4768562Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T21:47:54.4866609Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T21:47:54.4955574Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T21:47:54.4992702Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T21:47:54.5071059Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T21:47:54.5157843Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T21:47:54.5244430Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T21:47:54.5330213Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T21:47:54.5416696Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T21:47:54.5499839Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T21:47:54.5581702Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T21:47:54.5666798Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T21:47:54.5748393Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T21:47:54.5831812Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T21:47:54.5914990Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T21:47:54.5999479Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T21:47:54.6082717Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T21:47:54.6166410Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T21:47:54.6249543Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T21:47:54.6332570Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T21:47:54.6414388Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T21:47:54.6493794Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T21:47:54.6578670Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T21:47:54.6659978Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:47:54.6744524Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:47:54.6825746Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T21:47:54.6862492Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T21:47:54.6886996Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T21:47:54.6960814Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T21:47:54.7044445Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T21:47:54.7130742Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T21:47:54.7211925Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T21:47:54.7291082Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T21:47:54.7376029Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T21:47:54.7459945Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T21:47:54.7543778Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T21:47:54.7625461Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T21:47:54.7706501Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T21:47:54.7788433Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T21:47:54.7874911Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T21:47:54.7958972Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T21:47:54.8041736Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T21:47:54.8122579Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T21:47:54.8201879Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T21:47:54.8285704Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T21:47:54.8369926Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T21:47:54.8457011Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T21:47:54.8540221Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T21:47:54.8622646Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T21:47:54.8705898Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T21:47:54.8791247Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T21:47:54.8871712Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T21:47:54.8952633Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T21:47:54.9034427Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T21:47:54.9114664Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T21:47:54.9195310Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T21:47:54.9278914Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T21:47:54.9360570Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T21:47:54.9442813Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T21:47:54.9524763Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T21:47:54.9603498Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T21:47:54.9686868Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T21:47:54.9775383Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T21:47:54.9859230Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T21:47:54.9943909Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T21:47:55.0029840Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T21:47:55.0115251Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T21:47:55.0200046Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T21:47:55.0282732Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T21:47:55.0368801Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T21:47:55.0451190Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T21:47:55.0534935Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T21:47:55.0618687Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T21:47:55.0703691Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T21:47:55.0786817Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T21:47:55.0873775Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T21:47:55.0958311Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T21:47:55.0994999Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T21:47:55.1020206Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T21:47:55.1044302Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T21:47:55.1116273Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T21:47:55.1140688Z 
2025-08-20T21:47:55.1141230Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T21:47:55.1141588Z 
2025-08-20T21:47:55.2483668Z 
2025-08-20T21:47:55.2564010Z 
2025-08-20T21:47:55.2564721Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T21:47:55.2564952Z 
2025-08-20T21:47:55.2565031Z [+] Installation completed!
2025-08-20T21:47:55.2638999Z 
2025-08-20T21:47:55.2639454Z [+] GITHUB_TOKEN is Exported
2025-08-20T21:47:55.6425585Z github.com
2025-08-20T21:47:55.6438653Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T21:47:55.6439044Z   - Active account: true
2025-08-20T21:47:55.6439250Z   - Git operations protocol: https
2025-08-20T21:47:55.6439497Z   - Token: ghp_************************************
2025-08-20T21:47:55.6440124Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T21:47:55.6440762Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T21:47:55.6441085Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T21:47:55.8333574Z Limit: 5000, Remaining: 4965, Reset: 2025-08-20 22:27:57 +0000 UTC (40m1s)
2025-08-20T21:47:55.8343680Z 
2025-08-20T21:47:55.8344036Z [+] GHCR_TOKEN is Exported
2025-08-20T21:47:55.8373733Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T21:47:56.0923831Z Login Succeeded
2025-08-20T21:47:56.0933465Z 
2025-08-20T21:47:56.0934063Z [+] GITLAB is Exported
2025-08-20T21:47:56.2348469Z [git remote -v]
2025-08-20T21:47:56.4583833Z gitlab.com
2025-08-20T21:47:56.4584738Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T21:47:56.4587770Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T21:47:56.4588504Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T21:47:56.4589022Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T21:47:56.4589498Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T21:47:56.4589963Z   ✓ Token found: **************************
2025-08-20T21:47:56.4590181Z 
2025-08-20T21:47:56.4590571Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T21:47:56.4591096Z [git remote -v]
2025-08-20T21:47:56.4598018Z 2025/08/20 21:47:56 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T21:47:56.7164062Z git: exit status 128]
2025-08-20T21:47:56.7164295Z 
2025-08-20T21:47:56.7164302Z 
2025-08-20T21:47:56.7164737Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (09:47:56 PM)
2025-08-20T21:47:56.7165112Z 
2025-08-20T21:47:56.7165115Z 
2025-08-20T21:47:56.7165212Z [+] USER = runner
2025-08-20T21:47:56.7165529Z [+] HOME = /home/runner
2025-08-20T21:47:56.7167986Z [+] 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-20T21:47:56.8769235Z 
2025-08-20T21:47:56.8769844Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:47:56.9551986Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:47:57.0218352Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:47:57.0679870Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:47:57.1142992Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:47:57.1604390Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:47:58.0625029Z Reading package lists...
2025-08-20T21:47:58.0940673Z Reading package lists...
2025-08-20T21:47:58.3104493Z Building dependency tree...
2025-08-20T21:47:58.3110507Z Reading state information...
2025-08-20T21:47:58.5746526Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:47:58.5746966Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:47:58.5747520Z ca-certificates is already the newest version (20240203).
2025-08-20T21:47:58.5748126Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:47:58.5748494Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:47:58.5748879Z moreutils is already the newest version (0.69-1).
2025-08-20T21:47:58.5749300Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T21:47:58.5749726Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:47:58.5750163Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:47:58.7284223Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:47:58.7382577Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:47:58.7627620Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:47:58.8093447Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:47:58.8558489Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:47:58.9023463Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:47:59.8142490Z Reading package lists...
2025-08-20T21:47:59.8453668Z Reading package lists...
2025-08-20T21:48:00.0834593Z Building dependency tree...
2025-08-20T21:48:00.0842804Z Reading state information...
2025-08-20T21:48:00.3507709Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:48:00.3508177Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:48:00.3508580Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:48:00.3509140Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:48:00.3509751Z ca-certificates is already the newest version (20240203).
2025-08-20T21:48:00.3510238Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:48:00.3510695Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:48:00.3511492Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:48:00.3511950Z gawk set to manually installed.
2025-08-20T21:48:00.3512320Z git-lfs is already the newest version (3.6.1).
2025-08-20T21:48:00.3512726Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:48:00.3513251Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:48:00.3513657Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:48:00.3514185Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:48:00.3514671Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:48:00.3515098Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:48:00.3515567Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:48:00.3516023Z The following additional packages will be installed:
2025-08-20T21:48:00.3517068Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T21:48:00.3517705Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T21:48:00.3518131Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T21:48:00.3518531Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T21:48:00.3518950Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T21:48:00.3519328Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:48:00.3526996Z Suggested packages:
2025-08-20T21:48:00.3527277Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T21:48:00.3527810Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T21:48:00.3528264Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T21:48:00.3528694Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T21:48:00.3529069Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T21:48:00.3529445Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T21:48:00.3529795Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T21:48:00.3755385Z The following NEW packages will be installed:
2025-08-20T21:48:00.3755937Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T21:48:00.3756924Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T21:48:00.3757868Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T21:48:00.3758306Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T21:48:00.3759028Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T21:48:00.3763287Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T21:48:00.3764681Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:48:00.6156482Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:48:00.6156897Z Need to get 27.2 MB of archives.
2025-08-20T21:48:00.6157187Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T21:48:00.6157906Z 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-20T21:48:01.5379230Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T21:48:02.0925765Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T21:48:02.3154028Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T21:48:02.4253637Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T21:48:02.5360315Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T21:48:02.7671812Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T21:48:02.9939924Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T21:48:03.2270128Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T21:48:03.3397187Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T21:48:04.5283120Z 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-20T21:48:04.7740158Z 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-20T21:48:05.5575784Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T21:48:05.6878491Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T21:48:05.8108666Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T21:48:05.9424605Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T21:48:06.0651788Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T21:48:06.7887058Z 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-20T21:48:06.9105430Z 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-20T21:48:07.1525318Z 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-20T21:48:07.2735888Z 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-20T21:48:07.3955688Z 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-20T21:48:07.7456860Z 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-20T21:48:08.1269116Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T21:48:08.4495619Z 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-20T21:48:08.5656067Z 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-20T21:48:09.0273109Z 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-20T21:48:09.1424680Z 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-20T21:48:09.2567182Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T21:48:09.3750717Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T21:48:09.4856372Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T21:48:09.6014409Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T21:48:09.7177596Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T21:48:10.5135362Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T21:48:11.2166826Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T21:48:11.5795613Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T21:48:11.8203388Z Preconfiguring packages ...
2025-08-20T21:48:11.9184277Z Fetched 27.2 MB in 11s (2429 kB/s)
2025-08-20T21:48:11.9645881Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T21:48:11.9677413Z (Reading database ... 
2025-08-20T21:48:11.9679884Z (Reading database ... 5%
2025-08-20T21:48:11.9680099Z (Reading database ... 10%
2025-08-20T21:48:11.9680297Z (Reading database ... 15%
2025-08-20T21:48:11.9680488Z (Reading database ... 20%
2025-08-20T21:48:11.9680678Z (Reading database ... 25%
2025-08-20T21:48:11.9680865Z (Reading database ... 30%
2025-08-20T21:48:11.9681086Z (Reading database ... 35%
2025-08-20T21:48:11.9681270Z (Reading database ... 40%
2025-08-20T21:48:11.9681460Z (Reading database ... 45%
2025-08-20T21:48:11.9681652Z (Reading database ... 50%
2025-08-20T21:48:11.9700527Z (Reading database ... 55%
2025-08-20T21:48:11.9787287Z (Reading database ... 60%
2025-08-20T21:48:11.9826909Z (Reading database ... 65%
2025-08-20T21:48:11.9841315Z (Reading database ... 70%
2025-08-20T21:48:11.9861424Z (Reading database ... 75%
2025-08-20T21:48:11.9894362Z (Reading database ... 80%
2025-08-20T21:48:12.0061508Z (Reading database ... 85%
2025-08-20T21:48:12.0084991Z (Reading database ... 90%
2025-08-20T21:48:12.0171188Z (Reading database ... 95%
2025-08-20T21:48:12.0171411Z (Reading database ... 100%
2025-08-20T21:48:12.0171704Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T21:48:12.0203317Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T21:48:12.0461953Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:48:12.2004127Z Selecting previously unselected package poppler-data.
2025-08-20T21:48:12.2169914Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T21:48:12.2233775Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T21:48:12.3590398Z Selecting previously unselected package b3sum.
2025-08-20T21:48:12.3743421Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T21:48:12.3823469Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T21:48:12.4543397Z Selecting previously unselected package build-essential.
2025-08-20T21:48:12.4686952Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T21:48:12.4752816Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T21:48:12.5533031Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T21:48:12.5685537Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T21:48:12.5812706Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T21:48:12.6554438Z Selecting previously unselected package ccache.
2025-08-20T21:48:12.6724742Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T21:48:12.6813212Z Unpacking ccache (4.9.1-1) ...
2025-08-20T21:48:12.7515099Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T21:48:12.7692267Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T21:48:12.7785371Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T21:48:12.8486449Z Selecting previously unselected package xfonts-encodings.
2025-08-20T21:48:12.8645954Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T21:48:12.8718170Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:48:12.9449536Z Selecting previously unselected package xfonts-utils.
2025-08-20T21:48:12.9600313Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T21:48:12.9693418Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:48:13.0544844Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T21:48:13.0696570Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T21:48:13.1292991Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T21:48:13.2442255Z Selecting previously unselected package libgs-common.
2025-08-20T21:48:13.2612813Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:48:13.2702584Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:48:13.3267501Z Selecting previously unselected package libgs10-common.
2025-08-20T21:48:13.3433636Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:48:13.3509604Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:48:13.4447145Z Selecting previously unselected package libidn12:arm64.
2025-08-20T21:48:13.4599170Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T21:48:13.4675297Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T21:48:13.5386422Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T21:48:13.5533678Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T21:48:13.5661440Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T21:48:13.6376530Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T21:48:13.6551423Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T21:48:13.6614613Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T21:48:13.7476065Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T21:48:13.7648474Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T21:48:13.7721274Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T21:48:13.8347782Z Selecting previously unselected package libgs10:arm64.
2025-08-20T21:48:13.8513609Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T21:48:13.8600966Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:48:14.0415881Z Selecting previously unselected package ghostscript.
2025-08-20T21:48:14.0567587Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T21:48:14.0653299Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:48:14.1472560Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T21:48:14.1619679Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T21:48:14.1706795Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:48:14.3172935Z Selecting previously unselected package imagemagick.
2025-08-20T21:48:14.3339496Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T21:48:14.3410030Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:48:14.3960061Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T21:48:14.4125007Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T21:48:14.4195043Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:48:14.4920626Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T21:48:14.5070388Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T21:48:14.5171522Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:48:14.5874983Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T21:48:14.6020528Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T21:48:14.6079651Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:48:14.6747798Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T21:48:14.6897118Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T21:48:14.6963519Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:48:14.7541146Z Selecting previously unselected package libjxr-tools.
2025-08-20T21:48:14.7708229Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T21:48:14.7806870Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:48:14.8424019Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T21:48:14.8589361Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T21:48:14.8645148Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T21:48:14.9513267Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T21:48:14.9663231Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T21:48:14.9750426Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T21:48:15.0383270Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T21:48:15.0528398Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T21:48:15.0595313Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:48:15.1484955Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T21:48:15.1633310Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T21:48:15.1739829Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T21:48:15.2664334Z Selecting previously unselected package libpaper-utils.
2025-08-20T21:48:15.2837722Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T21:48:15.2986010Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T21:48:15.3628627Z Selecting previously unselected package libtool-bin.
2025-08-20T21:48:15.3793241Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T21:48:15.3890642Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T21:48:15.4598633Z Selecting previously unselected package lzip.
2025-08-20T21:48:15.4752442Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T21:48:15.4814846Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T21:48:15.5672859Z Selecting previously unselected package netpbm.
2025-08-20T21:48:15.5821311Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T21:48:15.5893023Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:48:15.8211218Z Selecting previously unselected package musl:arm64.
2025-08-20T21:48:15.8380010Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T21:48:15.8444159Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T21:48:15.9236351Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T21:48:15.9401053Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T21:48:15.9459670Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T21:48:16.0686297Z Selecting previously unselected package musl-tools.
2025-08-20T21:48:16.0836989Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T21:48:16.0909716Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T21:48:16.1672680Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T21:48:16.5448032Z 
2025-08-20T21:48:16.5448632Z Creating config file /etc/papersize with new version
2025-08-20T21:48:16.6310543Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T21:48:16.6502842Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T21:48:16.6763407Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T21:48:16.6951743Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T21:48:16.7151055Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:48:16.7355976Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T21:48:16.7538254Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T21:48:16.7729192Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T21:48:16.8515990Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:48:16.8826525Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T21:48:16.9106376Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T21:48:16.9396405Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T21:48:16.9517289Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T21:48:16.9609321Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T21:48:16.9842587Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:48:17.0095207Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:48:17.0432875Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T21:48:17.0895526Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:48:17.1090724Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:48:17.1311326Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T21:48:17.1415589Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T21:48:17.1490589Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T21:48:17.1557854Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T21:48:17.1669039Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T21:48:17.1748399Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T21:48:17.1827768Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T21:48:17.1901530Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T21:48:17.1986809Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T21:48:17.2066428Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T21:48:17.2149227Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T21:48:17.2229941Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T21:48:17.2661803Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T21:48:17.2790098Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T21:48:17.2890747Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T21:48:17.2959875Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T21:48:17.3033094Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T21:48:17.3101233Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T21:48:17.3174957Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T21:48:17.3265483Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T21:48:17.3367411Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T21:48:17.3437776Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T21:48:17.3591441Z Setting up b3sum (1.2.0-1) ...
2025-08-20T21:48:17.3858274Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T21:48:17.4191464Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T21:48:17.4375120Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:48:17.4866395Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:48:17.5091653Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T21:48:17.5471373Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:48:17.5709297Z Setting up ccache (4.9.1-1) ...
2025-08-20T21:48:17.5893468Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:48:17.6098636Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:48:17.6359291Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:48:17.6602802Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T21:48:17.6830219Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T21:48:17.7011918Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:48:17.7261155Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:48:17.7570424Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T21:48:17.9489103Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T21:48:17.9812870Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:48:17.9999808Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:48:18.0236131Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:48:18.0508194Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:48:18.1420196Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T21:48:18.5254627Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T21:48:19.6595437Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:48:19.6958882Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:48:22.3912435Z Reading package lists...
2025-08-20T21:48:22.6058718Z Building dependency tree...
2025-08-20T21:48:22.6066636Z Reading state information...
2025-08-20T21:48:22.8473996Z autoconf is already the newest version (2.71-3).
2025-08-20T21:48:22.8474750Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:48:22.8475114Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:48:22.8475444Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:48:22.8475812Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:48:22.8476150Z ca-certificates is already the newest version (20240203).
2025-08-20T21:48:22.8476460Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:48:22.8476747Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:48:22.8477045Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:48:22.8477530Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:48:22.8477858Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:48:22.8478166Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:48:22.8478823Z patch set to manually installed.
2025-08-20T21:48:22.8479105Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:48:22.8479427Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:48:22.8479730Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:48:22.8480023Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:48:22.8480290Z Suggested packages:
2025-08-20T21:48:22.8480456Z   scons-doc
2025-08-20T21:48:22.8625056Z The following NEW packages will be installed:
2025-08-20T21:48:22.8632824Z   autopoint byacc clang qemu-user-static scons
2025-08-20T21:48:23.1518436Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:48:23.1518804Z Need to get 17.8 MB of archives.
2025-08-20T21:48:23.1519099Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T21:48:23.1519581Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T21:48:23.8422710Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T21:48:23.9524269Z 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-20T21:48:25.0144857Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T21:48:25.2358498Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T21:48:25.4946363Z Fetched 17.8 MB in 2s (7531 kB/s)
2025-08-20T21:48:25.5367588Z Selecting previously unselected package autopoint.
2025-08-20T21:48:25.5400011Z (Reading database ... 
2025-08-20T21:48:25.5400259Z (Reading database ... 5%
2025-08-20T21:48:25.5400461Z (Reading database ... 10%
2025-08-20T21:48:25.5400656Z (Reading database ... 15%
2025-08-20T21:48:25.5400851Z (Reading database ... 20%
2025-08-20T21:48:25.5401043Z (Reading database ... 25%
2025-08-20T21:48:25.5401263Z (Reading database ... 30%
2025-08-20T21:48:25.5401477Z (Reading database ... 35%
2025-08-20T21:48:25.5401666Z (Reading database ... 40%
2025-08-20T21:48:25.5401854Z (Reading database ... 45%
2025-08-20T21:48:25.5402043Z (Reading database ... 50%
2025-08-20T21:48:25.5423258Z (Reading database ... 55%
2025-08-20T21:48:25.5508984Z (Reading database ... 60%
2025-08-20T21:48:25.5550116Z (Reading database ... 65%
2025-08-20T21:48:25.5564229Z (Reading database ... 70%
2025-08-20T21:48:25.5585798Z (Reading database ... 75%
2025-08-20T21:48:25.5717944Z (Reading database ... 80%
2025-08-20T21:48:25.5791337Z (Reading database ... 85%
2025-08-20T21:48:25.5818215Z (Reading database ... 90%
2025-08-20T21:48:25.5909531Z (Reading database ... 95%
2025-08-20T21:48:25.5909773Z (Reading database ... 100%
2025-08-20T21:48:25.5910063Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T21:48:25.5944531Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T21:48:25.6112585Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T21:48:25.7052306Z Selecting previously unselected package clang.
2025-08-20T21:48:25.7201455Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T21:48:25.7268408Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T21:48:25.7881637Z Selecting previously unselected package qemu-user-static.
2025-08-20T21:48:25.8026807Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T21:48:25.8086776Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:48:26.8239094Z Selecting previously unselected package scons.
2025-08-20T21:48:26.8415149Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T21:48:26.8479687Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T21:48:26.9405984Z Selecting previously unselected package byacc.
2025-08-20T21:48:26.9592576Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T21:48:26.9677840Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T21:48:27.0528701Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:48:27.0792009Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T21:48:27.1148595Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T21:48:27.1792056Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T21:48:27.5568636Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T21:48:27.5854687Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:48:28.8476276Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T21:48:30.1527927Z Reading package lists...
2025-08-20T21:48:30.3820178Z Building dependency tree...
2025-08-20T21:48:30.3828097Z Reading state information...
2025-08-20T21:48:30.6323105Z The following additional packages will be installed:
2025-08-20T21:48:30.6323517Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:48:30.6323856Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:48:30.6324271Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:48:30.6324740Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:48:30.6325177Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:48:30.6325596Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:48:30.6326036Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:48:30.6326890Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:48:30.6328358Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:48:30.6337778Z Suggested packages:
2025-08-20T21:48:30.6338054Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T21:48:30.6338435Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T21:48:30.6338840Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T21:48:30.6339247Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T21:48:30.6339628Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T21:48:30.6340032Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T21:48:30.6340483Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T21:48:30.6340953Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T21:48:30.6341318Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T21:48:30.6341526Z Recommended packages:
2025-08-20T21:48:30.6341796Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T21:48:30.6342218Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T21:48:30.6342605Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T21:48:30.6342956Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T21:48:30.6343273Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T21:48:30.6528257Z The following NEW packages will be installed:
2025-08-20T21:48:30.6529443Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:48:30.6529853Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:48:30.6530259Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:48:30.6530723Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:48:30.6531182Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:48:30.6531606Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:48:30.6532050Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:48:30.6533289Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:48:30.6536428Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:48:30.8757863Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:48:30.8758535Z Need to get 2409 kB of archives.
2025-08-20T21:48:30.8759658Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T21:48:30.8760171Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T21:48:30.9223113Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T21:48:30.9784265Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T21:48:31.0721169Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T21:48:31.1208666Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T21:48:31.1730643Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T21:48:31.2331470Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T21:48:31.2826922Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T21:48:31.3335739Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T21:48:31.3844205Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T21:48:31.4378949Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T21:48:31.4901707Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T21:48:31.5397158Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T21:48:31.5918149Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T21:48:31.6465363Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T21:48:31.7133103Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T21:48:31.7639788Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T21:48:31.9859513Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T21:48:32.0343364Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T21:48:32.0818109Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T21:48:32.1285434Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T21:48:32.2231262Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T21:48:32.2785796Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T21:48:32.3252662Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T21:48:32.3721245Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T21:48:32.4189588Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T21:48:32.4655489Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T21:48:32.5183667Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T21:48:32.5677974Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T21:48:32.6151948Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T21:48:32.9294002Z Fetched 2409 kB in 2s (1199 kB/s)
2025-08-20T21:48:32.9614716Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T21:48:32.9647254Z (Reading database ... 
2025-08-20T21:48:32.9647611Z (Reading database ... 5%
2025-08-20T21:48:32.9647816Z (Reading database ... 10%
2025-08-20T21:48:32.9648052Z (Reading database ... 15%
2025-08-20T21:48:32.9648243Z (Reading database ... 20%
2025-08-20T21:48:32.9648434Z (Reading database ... 25%
2025-08-20T21:48:32.9648620Z (Reading database ... 30%
2025-08-20T21:48:32.9648808Z (Reading database ... 35%
2025-08-20T21:48:32.9648996Z (Reading database ... 40%
2025-08-20T21:48:32.9649184Z (Reading database ... 45%
2025-08-20T21:48:32.9649375Z (Reading database ... 50%
2025-08-20T21:48:32.9668866Z (Reading database ... 55%
2025-08-20T21:48:32.9753797Z (Reading database ... 60%
2025-08-20T21:48:32.9794406Z (Reading database ... 65%
2025-08-20T21:48:32.9808831Z (Reading database ... 70%
2025-08-20T21:48:32.9829819Z (Reading database ... 75%
2025-08-20T21:48:32.9960926Z (Reading database ... 80%
2025-08-20T21:48:33.0033835Z (Reading database ... 85%
2025-08-20T21:48:33.0061045Z (Reading database ... 90%
2025-08-20T21:48:33.0154303Z (Reading database ... 95%
2025-08-20T21:48:33.0154515Z (Reading database ... 100%
2025-08-20T21:48:33.0155209Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T21:48:33.0189266Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T21:48:33.0274917Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:48:33.1109504Z Selecting previously unselected package libfile-which-perl.
2025-08-20T21:48:33.1253756Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T21:48:33.1319624Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T21:48:33.1834538Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T21:48:33.2008176Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T21:48:33.2091802Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T21:48:33.2648507Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T21:48:33.2820965Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T21:48:33.2904833Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T21:48:33.3746406Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T21:48:33.3918384Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T21:48:33.4008416Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:48:33.4553457Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T21:48:33.4713452Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T21:48:33.4787294Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:48:33.5438830Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T21:48:33.5586088Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T21:48:33.5646514Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T21:48:33.6190934Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T21:48:33.6342342Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T21:48:33.6469363Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:48:33.7026664Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T21:48:33.7212793Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T21:48:33.7278961Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T21:48:33.7899552Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T21:48:33.8081981Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T21:48:33.8160461Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T21:48:33.8730554Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T21:48:33.8897587Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T21:48:33.8959334Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:48:33.9572378Z Selecting previously unselected package libimport-into-perl.
2025-08-20T21:48:33.9726083Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T21:48:33.9819239Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T21:48:34.0322718Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T21:48:34.0475970Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T21:48:34.0538842Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T21:48:34.1297869Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T21:48:34.1442193Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T21:48:34.1518227Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:48:34.2028037Z Selecting previously unselected package libmoo-perl.
2025-08-20T21:48:34.2196232Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T21:48:34.2271877Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T21:48:34.2823952Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T21:48:34.3005137Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T21:48:34.3071031Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T21:48:34.3629922Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T21:48:34.3795022Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T21:48:34.3875889Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T21:48:34.4495647Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T21:48:34.4647749Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T21:48:34.4742614Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:48:34.5271866Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T21:48:34.5419748Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T21:48:34.5554252Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:48:34.6124634Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T21:48:34.6274815Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T21:48:34.6399018Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T21:48:34.7097217Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T21:48:34.7271365Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T21:48:34.7352924Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T21:48:34.8141742Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T21:48:34.8317334Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T21:48:34.8384279Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:48:34.8955151Z Selecting previously unselected package libnet-http-perl.
2025-08-20T21:48:34.9118497Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T21:48:34.9222467Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T21:48:34.9846784Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T21:48:34.9997447Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T21:48:35.0070055Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:48:35.0690248Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T21:48:35.0846056Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T21:48:35.0931732Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T21:48:35.1421866Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T21:48:35.1579686Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T21:48:35.1637083Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:48:35.2659159Z Selecting previously unselected package libwww-perl.
2025-08-20T21:48:35.2828691Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T21:48:35.2896964Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T21:48:35.3531238Z Selecting previously unselected package patchutils.
2025-08-20T21:48:35.3699391Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T21:48:35.3761778Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T21:48:35.4390933Z Selecting previously unselected package wdiff.
2025-08-20T21:48:35.4551603Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T21:48:35.4619038Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T21:48:35.5553447Z Selecting previously unselected package devscripts.
2025-08-20T21:48:35.5710077Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T21:48:35.5995356Z Unpacking devscripts (2.23.7) ...
2025-08-20T21:48:35.7277099Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T21:48:35.7462681Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:48:35.7651125Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T21:48:35.7838880Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T21:48:35.8095010Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:48:35.8290483Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:48:35.8525012Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:48:35.8715809Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T21:48:35.8942589Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T21:48:35.9160366Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T21:48:35.9540859Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T21:48:35.9750888Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T21:48:35.9999503Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T21:48:36.0180684Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:48:36.0434030Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T21:48:36.0635969Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:48:36.1190082Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:48:36.1386511Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:48:36.1552220Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T21:48:36.1713996Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T21:48:36.1933525Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T21:48:36.2128472Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T21:48:36.2314671Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:48:36.2497205Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T21:48:36.2675675Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:48:36.2905231Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T21:48:36.3133058Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T21:48:36.3431648Z Setting up libwww-perl (6.76-1) ...
2025-08-20T21:48:36.3681863Z Setting up devscripts (2.23.7) ...
2025-08-20T21:48:36.5109627Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:48:36.5400528Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:48:38.3833064Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:48:39.6966342Z Reading package lists...
2025-08-20T21:48:39.9240312Z Building dependency tree...
2025-08-20T21:48:39.9246990Z Reading state information...
2025-08-20T21:48:40.1761904Z The following additional packages will be installed:
2025-08-20T21:48:40.1767932Z   cmake-data libjsoncpp25 librhash0
2025-08-20T21:48:40.1775983Z Suggested packages:
2025-08-20T21:48:40.1776183Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T21:48:40.1927460Z The following NEW packages will be installed:
2025-08-20T21:48:40.1935039Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T21:48:40.5640127Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:48:40.5640492Z Need to get 12.7 MB of archives.
2025-08-20T21:48:40.5640787Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T21:48:40.5641300Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T21:48:40.9722072Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T21:48:41.2301884Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T21:48:41.8147206Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T21:48:42.9662832Z Fetched 12.7 MB in 2s (5068 kB/s)
2025-08-20T21:48:43.0003763Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T21:48:43.0037504Z (Reading database ... 
2025-08-20T21:48:43.0037804Z (Reading database ... 5%
2025-08-20T21:48:43.0038010Z (Reading database ... 10%
2025-08-20T21:48:43.0038204Z (Reading database ... 15%
2025-08-20T21:48:43.0038396Z (Reading database ... 20%
2025-08-20T21:48:43.0038587Z (Reading database ... 25%
2025-08-20T21:48:43.0038783Z (Reading database ... 30%
2025-08-20T21:48:43.0039417Z (Reading database ... 35%
2025-08-20T21:48:43.0040354Z (Reading database ... 40%
2025-08-20T21:48:43.0040554Z (Reading database ... 45%
2025-08-20T21:48:43.0040745Z (Reading database ... 50%
2025-08-20T21:48:43.0060892Z (Reading database ... 55%
2025-08-20T21:48:43.0147179Z (Reading database ... 60%
2025-08-20T21:48:43.0190029Z (Reading database ... 65%
2025-08-20T21:48:43.0204065Z (Reading database ... 70%
2025-08-20T21:48:43.0229589Z (Reading database ... 75%
2025-08-20T21:48:43.0366224Z (Reading database ... 80%
2025-08-20T21:48:43.0443114Z (Reading database ... 85%
2025-08-20T21:48:43.0482676Z (Reading database ... 90%
2025-08-20T21:48:43.0569267Z (Reading database ... 95%
2025-08-20T21:48:43.0569494Z (Reading database ... 100%
2025-08-20T21:48:43.0569783Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T21:48:43.0605447Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T21:48:43.0738866Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T21:48:43.1470619Z Selecting previously unselected package librhash0:arm64.
2025-08-20T21:48:43.1623303Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T21:48:43.1698205Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T21:48:43.2521429Z Selecting previously unselected package cmake-data.
2025-08-20T21:48:43.2678261Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T21:48:43.2800833Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T21:48:44.2717815Z Selecting previously unselected package cmake.
2025-08-20T21:48:44.2891243Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T21:48:44.2971764Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T21:48:44.5464905Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T21:48:44.5718774Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T21:48:44.5949756Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T21:48:44.6187922Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T21:48:44.6379035Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:48:46.0489823Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:48:47.2966217Z Reading package lists...
2025-08-20T21:48:47.5202500Z Building dependency tree...
2025-08-20T21:48:47.5211293Z Reading state information...
2025-08-20T21:48:47.7949305Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:48:47.7949697Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:48:47.7950016Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:48:47.7950712Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:48:47.7951021Z b3sum is already the newest version (1.2.0-1).
2025-08-20T21:48:47.7951330Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:48:47.7951672Z ca-certificates is already the newest version (20240203).
2025-08-20T21:48:47.7951967Z ccache is already the newest version (4.9.1-1).
2025-08-20T21:48:47.7952277Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:48:47.7952575Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:48:47.7952862Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:48:47.7953138Z git-lfs is already the newest version (3.6.1).
2025-08-20T21:48:47.7953469Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T21:48:47.7953817Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T21:48:47.7954116Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:48:47.7954418Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:48:47.7954734Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:48:47.7955031Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:48:47.7955301Z musl is already the newest version (1.2.4-2).
2025-08-20T21:48:47.7955570Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T21:48:47.7955855Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T21:48:47.7956421Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:48:47.7956760Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:48:47.7957057Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:48:47.7957553Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:48:47.7957892Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:48:47.8140243Z Reading package lists...
2025-08-20T21:48:48.0352064Z Building dependency tree...
2025-08-20T21:48:48.0360776Z Reading state information...
2025-08-20T21:48:48.2983434Z autoconf is already the newest version (2.71-3).
2025-08-20T21:48:48.2983819Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:48:48.2984156Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T21:48:48.2984481Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:48:48.2984822Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:48:48.2985161Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:48:48.2985488Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T21:48:48.2985798Z ca-certificates is already the newest version (20240203).
2025-08-20T21:48:48.2986109Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T21:48:48.2986402Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:48:48.2986689Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:48:48.2986989Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:48:48.2987301Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:48:48.2987787Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:48:48.2988101Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:48:48.2988429Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:48:48.2988755Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:48:48.2989114Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:48:48.2989456Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:48:48.2989741Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:48:48.2990036Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:48:48.2990365Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:48:48.3181904Z Reading package lists...
2025-08-20T21:48:48.5309814Z Building dependency tree...
2025-08-20T21:48:48.5319163Z Reading state information...
2025-08-20T21:48:48.8037219Z devscripts is already the newest version (2.23.7).
2025-08-20T21:48:48.8037673Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:48:48.8228800Z Reading package lists...
2025-08-20T21:48:49.0282797Z Building dependency tree...
2025-08-20T21:48:49.0289566Z Reading state information...
2025-08-20T21:48:49.2950102Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T21:48:49.2950477Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:48:49.3147664Z Reading package lists...
2025-08-20T21:48:49.5342331Z Building dependency tree...
2025-08-20T21:48:49.5348881Z Reading state information...
2025-08-20T21:48:49.7865137Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:48:49.7865581Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T21:48:49.8291942Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:48:49.8774128Z Reading package lists...
2025-08-20T21:48:50.1119685Z Building dependency tree...
2025-08-20T21:48:50.1126791Z Reading state information...
2025-08-20T21:48:50.3701757Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T21:48:50.3702153Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T21:48:50.3702500Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:48:50.3703272Z The following additional packages will be installed:
2025-08-20T21:48:50.3703636Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:48:50.3704067Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T21:48:50.3704515Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:48:50.3704899Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:48:50.3705285Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:48:50.3705729Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:48:50.3706126Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T21:48:50.3706531Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:48:50.3706906Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T21:48:50.3707309Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T21:48:50.3707949Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T21:48:50.3708290Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T21:48:50.3728676Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:48:50.3729161Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T21:48:50.3729498Z   linux-libc-dev-armhf-cross
2025-08-20T21:48:50.3729697Z Suggested packages:
2025-08-20T21:48:50.3729990Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T21:48:50.3730358Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T21:48:50.4061181Z The following NEW packages will be installed:
2025-08-20T21:48:50.4061536Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:48:50.4061940Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T21:48:50.4062435Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:48:50.4062865Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T21:48:50.4063233Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T21:48:50.4063617Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T21:48:50.4064026Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T21:48:50.4064410Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:48:50.4065202Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T21:48:50.4065606Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T21:48:50.4066008Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T21:48:50.4066423Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T21:48:50.4066790Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:48:50.4067158Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T21:48:50.4069937Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T21:48:50.5218344Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:48:50.5218714Z Need to get 112 MB of archives.
2025-08-20T21:48:50.5219005Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T21:48:50.5219684Z 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-20T21:48:50.6685589Z 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-20T21:48:51.0824625Z 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-20T21:48:51.1294292Z 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-20T21:48:51.2825253Z 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-20T21:48:51.3293500Z 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-20T21:48:51.3763674Z 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-20T21:48:51.4415585Z 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-20T21:48:51.4882837Z 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-20T21:48:51.5357623Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T21:48:51.5880207Z 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-20T21:48:51.6352587Z 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-20T21:48:51.6826663Z 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-20T21:48:51.7294938Z 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-20T21:48:51.7918671Z 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-20T21:48:51.8424763Z 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-20T21:48:51.9826978Z 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-20T21:48:52.0345045Z 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-20T21:48:52.3015978Z 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-20T21:48:52.3627169Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T21:48:52.4244132Z 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-20T21:48:52.4974891Z 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-20T21:48:52.6644007Z 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-20T21:48:52.7475343Z 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-20T21:48:52.7946474Z 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-20T21:48:52.8419115Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T21:48:52.9022173Z 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-20T21:48:52.9492983Z 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-20T21:48:52.9968345Z 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-20T21:48:53.0438486Z 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-20T21:48:53.1213657Z 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-20T21:48:53.1747770Z 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-20T21:48:53.2333630Z 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-20T21:48:53.3765545Z 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-20T21:48:53.6290092Z 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-20T21:48:53.6897898Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T21:48:53.7510046Z 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-20T21:48:53.8236516Z 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-20T21:48:53.9911537Z 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-20T21:48:54.0379383Z 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-20T21:48:54.0849753Z 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-20T21:48:54.1318533Z 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-20T21:48:54.4214393Z Fetched 112 MB in 4s (30.2 MB/s)
2025-08-20T21:48:54.4599253Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T21:48:54.4632229Z (Reading database ... 
2025-08-20T21:48:54.4632466Z (Reading database ... 5%
2025-08-20T21:48:54.4632663Z (Reading database ... 10%
2025-08-20T21:48:54.4632879Z (Reading database ... 15%
2025-08-20T21:48:54.4633067Z (Reading database ... 20%
2025-08-20T21:48:54.4633255Z (Reading database ... 25%
2025-08-20T21:48:54.4633475Z (Reading database ... 30%
2025-08-20T21:48:54.4633994Z (Reading database ... 35%
2025-08-20T21:48:54.4634205Z (Reading database ... 40%
2025-08-20T21:48:54.4634393Z (Reading database ... 45%
2025-08-20T21:48:54.4634583Z (Reading database ... 50%
2025-08-20T21:48:54.4654383Z (Reading database ... 55%
2025-08-20T21:48:54.4737930Z (Reading database ... 60%
2025-08-20T21:48:54.4778463Z (Reading database ... 65%
2025-08-20T21:48:54.4792548Z (Reading database ... 70%
2025-08-20T21:48:54.4816224Z (Reading database ... 75%
2025-08-20T21:48:54.4944551Z (Reading database ... 80%
2025-08-20T21:48:54.5019312Z (Reading database ... 85%
2025-08-20T21:48:54.5079871Z (Reading database ... 90%
2025-08-20T21:48:54.5154120Z (Reading database ... 95%
2025-08-20T21:48:54.5154345Z (Reading database ... 100%
2025-08-20T21:48:54.5154637Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T21:48:54.5191583Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:48:54.5342052Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:48:54.6003621Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T21:48:54.6180665Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:48:54.6320121Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:48:54.8672688Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T21:48:54.8855739Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:48:54.8919586Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:48:54.9449169Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T21:48:54.9634079Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:48:54.9718481Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:48:55.2341306Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T21:48:55.2501842Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T21:48:55.2633655Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:48:55.3220230Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T21:48:55.3405233Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T21:48:55.3498342Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:48:55.4115232Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T21:48:55.4295585Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T21:48:55.4446057Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:48:55.5539280Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T21:48:55.5712380Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:48:55.5813708Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:48:55.6400155Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T21:48:55.6556592Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:48:55.6647509Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:48:55.7226692Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T21:48:55.7376782Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:48:55.7446951Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:48:55.8217878Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T21:48:55.8396984Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:48:55.8479815Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:48:55.9274489Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T21:48:55.9449975Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:48:55.9574857Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:48:56.0183019Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T21:48:56.0359593Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:48:56.0434562Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:48:56.1047933Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T21:48:56.1220118Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:48:56.1297978Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:48:56.2560339Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T21:48:56.2722004Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:48:56.2810010Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:48:56.3686221Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T21:48:56.3894447Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:48:56.3961748Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:48:56.4742146Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T21:48:56.4921102Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:48:56.5009760Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:48:56.6035108Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T21:48:56.6194844Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:48:56.6330853Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:48:57.0470963Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T21:48:57.0643171Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:48:57.0704876Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:48:57.3205660Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T21:48:57.3357921Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:48:57.3417664Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:48:57.4670484Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T21:48:57.4852722Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:48:57.4923513Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:48:57.7312973Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T21:48:57.7478150Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:48:57.7564944Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:48:58.0044266Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T21:48:58.0221047Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T21:48:58.0313600Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:48:58.1479562Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T21:48:58.1641853Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:48:58.1712693Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:48:58.2237474Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T21:48:58.2387164Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:48:58.2446111Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:48:58.3142909Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T21:48:58.3291763Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:48:58.3362581Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:48:58.4315570Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T21:48:58.4494075Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:48:58.4563918Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:48:58.5226841Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T21:48:58.5399200Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:48:58.5461027Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:48:58.6053569Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T21:48:58.6226645Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:48:58.6306871Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:48:58.6900122Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T21:48:58.7050356Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:48:58.7113548Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:48:58.8154483Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T21:48:58.8309585Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:48:58.8402206Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:48:58.9219692Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T21:48:58.9401071Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:48:58.9476282Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:48:59.0345825Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T21:48:59.0522074Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:48:59.0589049Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:48:59.1525257Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T21:48:59.1685098Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:48:59.1812215Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:48:59.5545049Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T21:48:59.5720924Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:48:59.5789363Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:48:59.8494090Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T21:48:59.8653331Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:48:59.8775070Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:00.0011533Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T21:49:00.0189453Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:00.0330848Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:00.2893001Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T21:49:00.3058301Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:49:00.3178502Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:00.5424450Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T21:49:00.5607751Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T21:49:00.5674245Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:49:00.6130736Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T21:49:00.6307110Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T21:49:00.6387785Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:49:00.7142772Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T21:49:00.7309788Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T21:49:00.7447793Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:00.7980794Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T21:49:00.8145172Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T21:49:00.8212614Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:00.9013170Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:49:00.9213634Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:00.9632680Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:00.9861320Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.0140585Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.0559861Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:49:01.0826154Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.1025419Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:49:01.1244041Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:01.1437755Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.1651968Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.1829361Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:01.2013326Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:49:01.2209158Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.2430323Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.2650482Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.2858715Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.3057832Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.3306873Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.3492891Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.3665784Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:01.3870878Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.4092686Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.4325662Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:49:01.4529370Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.4762102Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.4950626Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.5146918Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:01.5364817Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.5707659Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.5882288Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.6084603Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.6313813Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.6488061Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.6679644Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:49:01.6887187Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.7063516Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.7270779Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.7548927Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:49:01.7771114Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:01.8019954Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:01.8242820Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:01.8472362Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T21:49:01.8547876Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:49:01.8677916Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:49:03.2116000Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:49:04.4195712Z Reading package lists...
2025-08-20T21:49:04.6340795Z Building dependency tree...
2025-08-20T21:49:04.6348443Z Reading state information...
2025-08-20T21:49:04.8834044Z The following additional packages will be installed:
2025-08-20T21:49:04.8834941Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:49:04.8840069Z   libpcap0.8-dev
2025-08-20T21:49:04.9122633Z The following NEW packages will be installed:
2025-08-20T21:49:04.9123092Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:49:04.9128927Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T21:49:04.9312482Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:49:05.1596154Z Need to get 1640 kB of archives.
2025-08-20T21:49:05.1596933Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T21:49:05.1597795Z 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-20T21:49:05.4009832Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T21:49:05.4648328Z 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-20T21:49:05.5288245Z 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-20T21:49:05.6135580Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T21:49:05.7620989Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T21:49:05.8190234Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T21:49:05.8660501Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T21:49:06.1361355Z Fetched 1640 kB in 1s (1777 kB/s)
2025-08-20T21:49:06.1707718Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T21:49:06.1741383Z (Reading database ... 
2025-08-20T21:49:06.1741584Z (Reading database ... 5%
2025-08-20T21:49:06.1741778Z (Reading database ... 10%
2025-08-20T21:49:06.1741974Z (Reading database ... 15%
2025-08-20T21:49:06.1742164Z (Reading database ... 20%
2025-08-20T21:49:06.1742351Z (Reading database ... 25%
2025-08-20T21:49:06.1742540Z (Reading database ... 30%
2025-08-20T21:49:06.1743529Z (Reading database ... 35%
2025-08-20T21:49:06.1743740Z (Reading database ... 40%
2025-08-20T21:49:06.1743931Z (Reading database ... 45%
2025-08-20T21:49:06.1744123Z (Reading database ... 50%
2025-08-20T21:49:06.1763770Z (Reading database ... 55%
2025-08-20T21:49:06.1850141Z (Reading database ... 60%
2025-08-20T21:49:06.1889618Z (Reading database ... 65%
2025-08-20T21:49:06.1907179Z (Reading database ... 70%
2025-08-20T21:49:06.1932752Z (Reading database ... 75%
2025-08-20T21:49:06.2058566Z (Reading database ... 80%
2025-08-20T21:49:06.2131778Z (Reading database ... 85%
2025-08-20T21:49:06.2167724Z (Reading database ... 90%
2025-08-20T21:49:06.2266757Z (Reading database ... 95%
2025-08-20T21:49:06.2266981Z (Reading database ... 100%
2025-08-20T21:49:06.2267270Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T21:49:06.2299346Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T21:49:06.2394239Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:49:06.3438394Z Selecting previously unselected package libjudydebian1.
2025-08-20T21:49:06.3618229Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T21:49:06.3761743Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:49:06.4406583Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T21:49:06.4575532Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T21:49:06.4644926Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:49:06.5438156Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T21:49:06.5600794Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T21:49:06.5660121Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:49:06.6426724Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T21:49:06.6585985Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T21:49:06.6661239Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T21:49:06.7588637Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T21:49:06.7767828Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T21:49:06.7902010Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:49:06.8547857Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T21:49:06.8728702Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T21:49:06.8834647Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:49:06.9731312Z Selecting previously unselected package pcaputils.
2025-08-20T21:49:06.9902504Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T21:49:06.9995993Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T21:49:07.1185096Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:49:07.1414015Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:49:07.2883061Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:49:07.3150127Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T21:49:07.3511012Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T21:49:07.5979040Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:49:07.6208327Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T21:49:07.6473014Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:49:07.6770850Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:49:09.2941760Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:49:09.3454123Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:49:09.3681931Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:49:10.6448050Z Reading package lists...
2025-08-20T21:49:10.8630754Z Building dependency tree...
2025-08-20T21:49:10.8638555Z Reading state information...
2025-08-20T21:49:10.9050838Z Reading package lists...
2025-08-20T21:49:11.1302124Z Building dependency tree...
2025-08-20T21:49:11.1310552Z Reading state information...
2025-08-20T21:49:11.3936129Z The following additional packages will be installed:
2025-08-20T21:49:11.3940339Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T21:49:11.3947187Z Suggested packages:
2025-08-20T21:49:11.3947559Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T21:49:11.3947922Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T21:49:11.4121397Z The following NEW packages will be installed:
2025-08-20T21:49:11.4122479Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T21:49:11.4127053Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T21:49:11.5252103Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:49:11.5252449Z Need to get 801 kB of archives.
2025-08-20T21:49:11.5252780Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T21:49:11.5253273Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T21:49:11.6421182Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T21:49:11.7391630Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T21:49:11.9011998Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T21:49:11.9522671Z 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-20T21:49:12.0001021Z 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-20T21:49:12.0606924Z 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-20T21:49:12.1079589Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T21:49:12.1565050Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T21:49:12.4256349Z Fetched 801 kB in 1s (1088 kB/s)
2025-08-20T21:49:12.4705609Z Selecting previously unselected package liblz1:arm64.
2025-08-20T21:49:12.4740528Z (Reading database ... 
2025-08-20T21:49:12.4740885Z (Reading database ... 5%
2025-08-20T21:49:12.4741403Z (Reading database ... 10%
2025-08-20T21:49:12.4741676Z (Reading database ... 15%
2025-08-20T21:49:12.4741876Z (Reading database ... 20%
2025-08-20T21:49:12.4742101Z (Reading database ... 25%
2025-08-20T21:49:12.4742292Z (Reading database ... 30%
2025-08-20T21:49:12.4742482Z (Reading database ... 35%
2025-08-20T21:49:12.4742672Z (Reading database ... 40%
2025-08-20T21:49:12.4742860Z (Reading database ... 45%
2025-08-20T21:49:12.4743046Z (Reading database ... 50%
2025-08-20T21:49:12.4763629Z (Reading database ... 55%
2025-08-20T21:49:12.4857605Z (Reading database ... 60%
2025-08-20T21:49:12.4894816Z (Reading database ... 65%
2025-08-20T21:49:12.4912600Z (Reading database ... 70%
2025-08-20T21:49:12.4938504Z (Reading database ... 75%
2025-08-20T21:49:12.5069917Z (Reading database ... 80%
2025-08-20T21:49:12.5145206Z (Reading database ... 85%
2025-08-20T21:49:12.5182042Z (Reading database ... 90%
2025-08-20T21:49:12.5284435Z (Reading database ... 95%
2025-08-20T21:49:12.5284647Z (Reading database ... 100%
2025-08-20T21:49:12.5284944Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T21:49:12.5319236Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T21:49:12.5539253Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T21:49:12.6226524Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T21:49:12.6386839Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T21:49:12.6475811Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T21:49:12.7293345Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T21:49:12.7454237Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T21:49:12.7532117Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T21:49:12.8409411Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T21:49:12.8609612Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T21:49:12.8704162Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T21:49:12.9285474Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T21:49:12.9473624Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T21:49:12.9563709Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T21:49:13.0259013Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T21:49:13.0435144Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T21:49:13.0490741Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:49:13.1133598Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T21:49:13.1299664Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T21:49:13.1383160Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T21:49:13.2039710Z Selecting previously unselected package lzma.
2025-08-20T21:49:13.2206603Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T21:49:13.2284571Z Unpacking lzma (9.22-2.2) ...
2025-08-20T21:49:13.2966551Z Selecting previously unselected package lzma-dev.
2025-08-20T21:49:13.3131956Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T21:49:13.3234449Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T21:49:13.4089253Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T21:49:13.4576991Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T21:49:13.4888657Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T21:49:13.5123513Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T21:49:13.5430460Z Setting up lzma (9.22-2.2) ...
2025-08-20T21:49:13.5616146Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T21:49:13.5821542Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T21:49:13.6142446Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:49:13.6420284Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T21:49:13.6613319Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T21:49:13.6834123Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:49:13.7194662Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:49:15.0965359Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:49:16.4474095Z Reading package lists...
2025-08-20T21:49:16.6664781Z Building dependency tree...
2025-08-20T21:49:16.6672753Z Reading state information...
2025-08-20T21:49:16.9804351Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T21:49:16.9804787Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T21:49:16.9805108Z inetutils-telnet set to manually installed.
2025-08-20T21:49:16.9805403Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T21:49:16.9805723Z The following additional packages will be installed:
2025-08-20T21:49:16.9806003Z   tcpd update-inetd
2025-08-20T21:49:16.9972068Z The following packages will be REMOVED:
2025-08-20T21:49:16.9978749Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T21:49:16.9979056Z The following NEW packages will be installed:
2025-08-20T21:49:16.9979380Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T21:49:16.9979771Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T21:49:16.9986422Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T21:49:17.1104886Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T21:49:17.1105657Z Need to get 691 kB of archives.
2025-08-20T21:49:17.1105928Z After this operation, 987 kB disk space will be freed.
2025-08-20T21:49:17.1106433Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T21:49:17.2649054Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T21:49:17.3221303Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T21:49:17.3793780Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T21:49:17.4468746Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T21:49:17.5338983Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T21:49:17.6054897Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T21:49:17.6724712Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T21:49:17.7331306Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T21:49:17.7907772Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T21:49:17.8566278Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T21:49:17.9289258Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T21:49:17.9960018Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T21:49:18.2379342Z Preconfiguring packages ...
2025-08-20T21:49:18.3430258Z Fetched 691 kB in 1s (690 kB/s)
2025-08-20T21:49:18.3648206Z (Reading database ... 
2025-08-20T21:49:18.3648857Z (Reading database ... 5%
2025-08-20T21:49:18.3649084Z (Reading database ... 10%
2025-08-20T21:49:18.3649278Z (Reading database ... 15%
2025-08-20T21:49:18.3649470Z (Reading database ... 20%
2025-08-20T21:49:18.3649660Z (Reading database ... 25%
2025-08-20T21:49:18.3649845Z (Reading database ... 30%
2025-08-20T21:49:18.3650060Z (Reading database ... 35%
2025-08-20T21:49:18.3650248Z (Reading database ... 40%
2025-08-20T21:49:18.3650438Z (Reading database ... 45%
2025-08-20T21:49:18.3650628Z (Reading database ... 50%
2025-08-20T21:49:18.3670988Z (Reading database ... 55%
2025-08-20T21:49:18.3754616Z (Reading database ... 60%
2025-08-20T21:49:18.3793228Z (Reading database ... 65%
2025-08-20T21:49:18.3810901Z (Reading database ... 70%
2025-08-20T21:49:18.3836321Z (Reading database ... 75%
2025-08-20T21:49:18.3969571Z (Reading database ... 80%
2025-08-20T21:49:18.4043516Z (Reading database ... 85%
2025-08-20T21:49:18.4080463Z (Reading database ... 90%
2025-08-20T21:49:18.4183185Z (Reading database ... 95%
2025-08-20T21:49:18.4183443Z (Reading database ... 100%
2025-08-20T21:49:18.4183732Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T21:49:18.4216301Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T21:49:18.4989679Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T21:49:18.5846274Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T21:49:18.9543068Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T21:49:18.9578564Z (Reading database ... 
2025-08-20T21:49:18.9579119Z (Reading database ... 5%
2025-08-20T21:49:18.9579353Z (Reading database ... 10%
2025-08-20T21:49:18.9579553Z (Reading database ... 15%
2025-08-20T21:49:18.9579749Z (Reading database ... 20%
2025-08-20T21:49:18.9579961Z (Reading database ... 25%
2025-08-20T21:49:18.9580149Z (Reading database ... 30%
2025-08-20T21:49:18.9580337Z (Reading database ... 35%
2025-08-20T21:49:18.9580526Z (Reading database ... 40%
2025-08-20T21:49:18.9581101Z (Reading database ... 45%
2025-08-20T21:49:18.9581385Z (Reading database ... 50%
2025-08-20T21:49:18.9602320Z (Reading database ... 55%
2025-08-20T21:49:18.9690907Z (Reading database ... 60%
2025-08-20T21:49:18.9732781Z (Reading database ... 65%
2025-08-20T21:49:18.9751867Z (Reading database ... 70%
2025-08-20T21:49:18.9779496Z (Reading database ... 75%
2025-08-20T21:49:18.9917121Z (Reading database ... 80%
2025-08-20T21:49:18.9994396Z (Reading database ... 85%
2025-08-20T21:49:19.0032834Z (Reading database ... 90%
2025-08-20T21:49:19.0139540Z (Reading database ... 95%
2025-08-20T21:49:19.0139752Z (Reading database ... 100%
2025-08-20T21:49:19.0140278Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T21:49:19.0178912Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:49:19.0301154Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:49:19.1006089Z Selecting previously unselected package tcpd.
2025-08-20T21:49:19.1164730Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T21:49:19.1229477Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T21:49:19.1916669Z Selecting previously unselected package update-inetd.
2025-08-20T21:49:19.2074935Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T21:49:19.2138449Z Unpacking update-inetd (4.53) ...
2025-08-20T21:49:19.3027972Z Selecting previously unselected package inetutils-inetd.
2025-08-20T21:49:19.3216531Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:49:19.3381636Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:49:19.4088272Z Selecting previously unselected package inetutils-ftp.
2025-08-20T21:49:19.4281427Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:49:19.4358191Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:49:19.5296090Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T21:49:19.5478321Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:49:19.5539881Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:49:19.6286527Z Selecting previously unselected package inetutils-ping.
2025-08-20T21:49:19.6454166Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:49:19.6511955Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:49:19.7244383Z Selecting previously unselected package inetutils-talk.
2025-08-20T21:49:19.7398683Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:49:19.7538069Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:49:19.8296580Z Selecting previously unselected package inetutils-talkd.
2025-08-20T21:49:19.8463771Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:49:19.8588517Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:49:19.9265641Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T21:49:19.9460888Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:49:19.9520855Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:49:20.0500265Z Selecting previously unselected package inetutils-tools.
2025-08-20T21:49:20.0687037Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:49:20.0808140Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:49:20.1611740Z Selecting previously unselected package netcat-traditional.
2025-08-20T21:49:20.1798964Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T21:49:20.2172654Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T21:49:20.2814591Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T21:49:20.2975376Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:49:20.3040901Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:49:20.3895941Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T21:49:20.4248066Z Setting up update-inetd (4.53) ...
2025-08-20T21:49:20.5551676Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:49:20.6270698Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T21:49:20.6409460Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:49:20.9916744Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:49:20.9917164Z 
2025-08-20T21:49:20.9917272Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T21:49:20.9917600Z 
2025-08-20T21:49:20.9918001Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:49:20.9918358Z 
2025-08-20T21:49:20.9918865Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:49:20.9919353Z 
2025-08-20T21:49:21.2376745Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:49:21.2774563Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:49:21.2944447Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T21:49:21.3071438Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:49:21.3305686Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:49:21.3531322Z Setting up tcpd (7.6.q-33) ...
2025-08-20T21:49:21.3719350Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:49:21.6930861Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:49:21.6931273Z 
2025-08-20T21:49:21.6931755Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:49:21.6932227Z 
2025-08-20T21:49:21.9318768Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:49:22.0490768Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:49:22.1484312Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:49:22.2272033Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:49:25.1473288Z Reading package lists...
2025-08-20T21:49:25.3710975Z Building dependency tree...
2025-08-20T21:49:25.3720061Z Reading state information...
2025-08-20T21:49:25.6793705Z The following packages will be REMOVED:
2025-08-20T21:49:25.6799235Z   inetutils-ping
2025-08-20T21:49:25.6800479Z The following NEW packages will be installed:
2025-08-20T21:49:25.6807667Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T21:49:25.6812497Z The following packages will be upgraded:
2025-08-20T21:49:25.6819655Z   iputils-tracepath
2025-08-20T21:49:25.9197842Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T21:49:25.9198188Z Need to get 84.5 kB of archives.
2025-08-20T21:49:25.9198476Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T21:49:25.9199062Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T21:49:26.2484611Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T21:49:26.3753343Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T21:49:26.5022079Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T21:49:26.8228027Z Fetched 84.5 kB in 1s (102 kB/s)
2025-08-20T21:49:26.8461819Z (Reading database ... 
2025-08-20T21:49:26.8462092Z (Reading database ... 5%
2025-08-20T21:49:26.8462293Z (Reading database ... 10%
2025-08-20T21:49:26.8462488Z (Reading database ... 15%
2025-08-20T21:49:26.8462685Z (Reading database ... 20%
2025-08-20T21:49:26.8462875Z (Reading database ... 25%
2025-08-20T21:49:26.8463065Z (Reading database ... 30%
2025-08-20T21:49:26.8463688Z (Reading database ... 35%
2025-08-20T21:49:26.8463899Z (Reading database ... 40%
2025-08-20T21:49:26.8464087Z (Reading database ... 45%
2025-08-20T21:49:26.8464275Z (Reading database ... 50%
2025-08-20T21:49:26.8485286Z (Reading database ... 55%
2025-08-20T21:49:26.8570582Z (Reading database ... 60%
2025-08-20T21:49:26.8610386Z (Reading database ... 65%
2025-08-20T21:49:26.8627985Z (Reading database ... 70%
2025-08-20T21:49:26.8653608Z (Reading database ... 75%
2025-08-20T21:49:26.8783554Z (Reading database ... 80%
2025-08-20T21:49:26.8856488Z (Reading database ... 85%
2025-08-20T21:49:26.8893791Z (Reading database ... 90%
2025-08-20T21:49:26.8997509Z (Reading database ... 95%
2025-08-20T21:49:26.8997728Z (Reading database ... 100%
2025-08-20T21:49:26.8998023Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T21:49:26.9034007Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:49:27.0440141Z Selecting previously unselected package iputils-ping.
2025-08-20T21:49:27.0475701Z (Reading database ... 
2025-08-20T21:49:27.0475902Z (Reading database ... 5%
2025-08-20T21:49:27.0476117Z (Reading database ... 10%
2025-08-20T21:49:27.0476311Z (Reading database ... 15%
2025-08-20T21:49:27.0479250Z (Reading database ... 20%
2025-08-20T21:49:27.0479499Z (Reading database ... 25%
2025-08-20T21:49:27.0480123Z (Reading database ... 30%
2025-08-20T21:49:27.0480319Z (Reading database ... 35%
2025-08-20T21:49:27.0480508Z (Reading database ... 40%
2025-08-20T21:49:27.0480699Z (Reading database ... 45%
2025-08-20T21:49:27.0480887Z (Reading database ... 50%
2025-08-20T21:49:27.0499209Z (Reading database ... 55%
2025-08-20T21:49:27.0587564Z (Reading database ... 60%
2025-08-20T21:49:27.0629586Z (Reading database ... 65%
2025-08-20T21:49:27.0647645Z (Reading database ... 70%
2025-08-20T21:49:27.0675013Z (Reading database ... 75%
2025-08-20T21:49:27.0814804Z (Reading database ... 80%
2025-08-20T21:49:27.0894702Z (Reading database ... 85%
2025-08-20T21:49:27.0934456Z (Reading database ... 90%
2025-08-20T21:49:27.1043905Z (Reading database ... 95%
2025-08-20T21:49:27.1044134Z (Reading database ... 100%
2025-08-20T21:49:27.1044423Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T21:49:27.1084896Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:49:27.1146565Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:49:27.1991405Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:49:27.2542633Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T21:49:27.3269553Z Selecting previously unselected package iputils-arping.
2025-08-20T21:49:27.3463015Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:49:27.3532126Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:49:27.4203370Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T21:49:27.4384605Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:49:27.4476144Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:49:27.5342664Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:49:27.5794192Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:49:27.6175128Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:49:27.6544451Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T21:49:27.6826495Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:49:30.7734026Z Reading package lists...
2025-08-20T21:49:31.0490642Z Building dependency tree...
2025-08-20T21:49:31.0500725Z Reading state information...
2025-08-20T21:49:31.5234094Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T21:49:31.5638017Z The following packages will be upgraded:
2025-08-20T21:49:31.5638342Z   python3-pip python3-pip-whl
2025-08-20T21:49:31.5953211Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T21:49:31.8951144Z Need to get 3020 kB of archives.
2025-08-20T21:49:31.8951518Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T21:49:31.8952088Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T21:49:32.7699321Z 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-20T21:49:33.4208631Z Fetched 3020 kB in 2s (2009 kB/s)
2025-08-20T21:49:33.4650602Z (Reading database ... 
2025-08-20T21:49:33.4650875Z (Reading database ... 5%
2025-08-20T21:49:33.4651075Z (Reading database ... 10%
2025-08-20T21:49:33.4651271Z (Reading database ... 15%
2025-08-20T21:49:33.4651461Z (Reading database ... 20%
2025-08-20T21:49:33.4651651Z (Reading database ... 25%
2025-08-20T21:49:33.4651850Z (Reading database ... 30%
2025-08-20T21:49:33.4652040Z (Reading database ... 35%
2025-08-20T21:49:33.4652264Z (Reading database ... 40%
2025-08-20T21:49:33.4652452Z (Reading database ... 45%
2025-08-20T21:49:33.4652639Z (Reading database ... 50%
2025-08-20T21:49:33.4675524Z (Reading database ... 55%
2025-08-20T21:49:33.4774192Z (Reading database ... 60%
2025-08-20T21:49:33.4822127Z (Reading database ... 65%
2025-08-20T21:49:33.4843597Z (Reading database ... 70%
2025-08-20T21:49:33.4876610Z (Reading database ... 75%
2025-08-20T21:49:33.5039515Z (Reading database ... 80%
2025-08-20T21:49:33.5143351Z (Reading database ... 85%
2025-08-20T21:49:33.5194407Z (Reading database ... 90%
2025-08-20T21:49:33.5337515Z (Reading database ... 95%
2025-08-20T21:49:33.5337747Z (Reading database ... 100%
2025-08-20T21:49:33.5338046Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T21:49:33.5384940Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T21:49:33.7252631Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T21:49:33.9066177Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T21:49:33.9403249Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T21:49:34.0620816Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T21:49:34.0891607Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T21:49:35.0606068Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:49:38.4345743Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T21:49:38.7264583Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:49:39.7901964Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T21:49:39.9263352Z Collecting pip
2025-08-20T21:49:39.9946827Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T21:49:40.0261181Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T21:49:40.1335475Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 16.8 MB/s eta 0:00:00
2025-08-20T21:49:40.4389534Z Installing collected packages: pip
2025-08-20T21:49:41.1434811Z Successfully installed pip-25.2
2025-08-20T21:49:41.3611513Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T21:49:41.4071602Z Reading package lists...
2025-08-20T21:49:41.6717016Z Building dependency tree...
2025-08-20T21:49:41.6725207Z Reading state information...
2025-08-20T21:49:42.0238182Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T21:49:42.0238541Z pciutils set to manually installed.
2025-08-20T21:49:42.0238822Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T21:49:42.0239147Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T21:49:42.0239433Z python3-distro set to manually installed.
2025-08-20T21:49:42.0239747Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T21:49:42.0240069Z python3-netifaces set to manually installed.
2025-08-20T21:49:42.0240878Z The following additional packages will be installed:
2025-08-20T21:49:42.0241164Z   libsysfs2
2025-08-20T21:49:42.0249890Z Suggested packages:
2025-08-20T21:49:42.0250122Z   fancontrol read-edid i2c-tools
2025-08-20T21:49:42.0604173Z The following NEW packages will be installed:
2025-08-20T21:49:42.0607046Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T21:49:42.0831889Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T21:49:42.2003264Z Need to get 133 kB of archives.
2025-08-20T21:49:42.2003635Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T21:49:42.2004141Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T21:49:42.2982060Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T21:49:42.3569577Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T21:49:42.4816056Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T21:49:42.7739787Z Fetched 133 kB in 0s (343 kB/s)
2025-08-20T21:49:42.8127183Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T21:49:42.8163675Z (Reading database ... 
2025-08-20T21:49:42.8163926Z (Reading database ... 5%
2025-08-20T21:49:42.8164523Z (Reading database ... 10%
2025-08-20T21:49:42.8164721Z (Reading database ... 15%
2025-08-20T21:49:42.8164915Z (Reading database ... 20%
2025-08-20T21:49:42.8165104Z (Reading database ... 25%
2025-08-20T21:49:42.8165295Z (Reading database ... 30%
2025-08-20T21:49:42.8165490Z (Reading database ... 35%
2025-08-20T21:49:42.8165680Z (Reading database ... 40%
2025-08-20T21:49:42.8165872Z (Reading database ... 45%
2025-08-20T21:49:42.8166066Z (Reading database ... 50%
2025-08-20T21:49:42.8188942Z (Reading database ... 55%
2025-08-20T21:49:42.8278417Z (Reading database ... 60%
2025-08-20T21:49:42.8321360Z (Reading database ... 65%
2025-08-20T21:49:42.8340831Z (Reading database ... 70%
2025-08-20T21:49:42.8371197Z (Reading database ... 75%
2025-08-20T21:49:42.8527081Z (Reading database ... 80%
2025-08-20T21:49:42.8615879Z (Reading database ... 85%
2025-08-20T21:49:42.8658451Z (Reading database ... 90%
2025-08-20T21:49:42.8785219Z (Reading database ... 95%
2025-08-20T21:49:42.8785458Z (Reading database ... 100%
2025-08-20T21:49:42.8785754Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T21:49:42.8830368Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T21:49:42.8956249Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T21:49:42.9681291Z Selecting previously unselected package sysfsutils.
2025-08-20T21:49:42.9853318Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T21:49:42.9954683Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T21:49:43.0832284Z Selecting previously unselected package lm-sensors.
2025-08-20T21:49:43.1012701Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T21:49:43.1276021Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:49:43.2061148Z Selecting previously unselected package virt-what.
2025-08-20T21:49:43.2260315Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T21:49:43.2318732Z Unpacking virt-what (1.25-2) ...
2025-08-20T21:49:43.3183549Z Setting up virt-what (1.25-2) ...
2025-08-20T21:49:43.3358141Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T21:49:43.3561830Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T21:49:43.6854035Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:49:43.6854410Z 
2025-08-20T21:49:43.6854852Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:49:43.6855292Z 
2025-08-20T21:49:43.9416671Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:49:44.2701806Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T21:49:44.2702344Z 
2025-08-20T21:49:44.2803626Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:49:45.9148480Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:49:47.4329297Z Reading package lists...
2025-08-20T21:49:47.6966485Z Building dependency tree...
2025-08-20T21:49:47.6975867Z Reading state information...
2025-08-20T21:49:48.0117151Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:49:48.0117648Z The following additional packages will be installed:
2025-08-20T21:49:48.0124462Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T21:49:48.0124833Z   xorg-sgml-doctools
2025-08-20T21:49:48.0134077Z Suggested packages:
2025-08-20T21:49:48.0134261Z   libxcb-doc
2025-08-20T21:49:48.0329273Z The following NEW packages will be installed:
2025-08-20T21:49:48.0331895Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T21:49:48.0335284Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T21:49:48.0335637Z   xcb xorg-sgml-doctools
2025-08-20T21:49:48.1475025Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T21:49:48.1475376Z Need to get 816 kB of archives.
2025-08-20T21:49:48.1476111Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T21:49:48.1476641Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T21:49:48.1938035Z 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-20T21:49:48.2434873Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T21:49:48.5123387Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T21:49:48.5589631Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T21:49:48.6063233Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T21:49:48.6564845Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T21:49:48.7035111Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T21:49:48.7509697Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T21:49:48.7973845Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T21:49:48.8440120Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T21:49:49.1382345Z Fetched 816 kB in 1s (1022 kB/s)
2025-08-20T21:49:49.1707858Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T21:49:49.1744358Z (Reading database ... 
2025-08-20T21:49:49.1744988Z (Reading database ... 5%
2025-08-20T21:49:49.1745230Z (Reading database ... 10%
2025-08-20T21:49:49.1745424Z (Reading database ... 15%
2025-08-20T21:49:49.1745622Z (Reading database ... 20%
2025-08-20T21:49:49.1745810Z (Reading database ... 25%
2025-08-20T21:49:49.1746347Z (Reading database ... 30%
2025-08-20T21:49:49.1746550Z (Reading database ... 35%
2025-08-20T21:49:49.1746742Z (Reading database ... 40%
2025-08-20T21:49:49.1746934Z (Reading database ... 45%
2025-08-20T21:49:49.1747122Z (Reading database ... 50%
2025-08-20T21:49:49.1767670Z (Reading database ... 55%
2025-08-20T21:49:49.1857630Z (Reading database ... 60%
2025-08-20T21:49:49.1899874Z (Reading database ... 65%
2025-08-20T21:49:49.1918337Z (Reading database ... 70%
2025-08-20T21:49:49.1945373Z (Reading database ... 75%
2025-08-20T21:49:49.2135310Z (Reading database ... 80%
2025-08-20T21:49:49.2182054Z (Reading database ... 85%
2025-08-20T21:49:49.2225517Z (Reading database ... 90%
2025-08-20T21:49:49.2347278Z (Reading database ... 95%
2025-08-20T21:49:49.2347573Z (Reading database ... 100%
2025-08-20T21:49:49.2347869Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T21:49:49.2390975Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T21:49:49.2456162Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T21:49:49.3043487Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T21:49:49.3243236Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T21:49:49.3330188Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:49:49.4418639Z Selecting previously unselected package x11proto-dev.
2025-08-20T21:49:49.4627699Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T21:49:49.4744600Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T21:49:49.5542980Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T21:49:49.5736962Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T21:49:49.5879122Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T21:49:49.6571775Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T21:49:49.6767124Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T21:49:49.6852190Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:49:49.7478165Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T21:49:49.7668010Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:49:49.7767322Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:49:49.8422001Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T21:49:49.8623189Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:49:49.8703438Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:49:49.9492517Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T21:49:49.9687452Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:49:50.0189614Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:49:50.0957293Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T21:49:50.1160263Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:49:50.1305677Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:49:50.2076533Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T21:49:50.2274743Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:49:50.2369660Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:49:50.3150524Z Selecting previously unselected package xcb.
2025-08-20T21:49:50.3339106Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T21:49:50.3409289Z Unpacking xcb (2.4-8build2) ...
2025-08-20T21:49:50.4455196Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:49:50.4649283Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T21:49:50.4981714Z Setting up xcb (2.4-8build2) ...
2025-08-20T21:49:50.5366048Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:49:50.5658590Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:49:50.6014380Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:49:52.1706193Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:49:52.2000762Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T21:49:52.2191991Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T21:49:52.2380947Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:49:52.2591720Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:49:52.2789451Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:49:52.2987767Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:49:52.3193675Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:49:53.9883194Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:49:54.6436257Z Collecting build
2025-08-20T21:49:54.7247965Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:49:54.8475452Z Collecting cffi
2025-08-20T21:49:54.8614116Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T21:49:54.9054769Z Collecting scons
2025-08-20T21:49:54.9201164Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:49:54.9646775Z Collecting scuba
2025-08-20T21:49:54.9806150Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:49:55.0553365Z Collecting pytest
2025-08-20T21:49:55.0691321Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:49:55.1108297Z Collecting packaging>=19.1 (from build)
2025-08-20T21:49:55.1248278Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:49:55.1632026Z Collecting pyproject_hooks (from build)
2025-08-20T21:49:55.1778543Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:49:55.2418007Z Collecting pycparser (from cffi)
2025-08-20T21:49:55.2555902Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:49:55.3089168Z Collecting PyYAML (from scuba)
2025-08-20T21:49:55.3238816Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T21:49:55.3581714Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:49:55.3720228Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:49:55.4176472Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:49:55.4314786Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:49:55.4743357Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:49:55.4884790Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:49:55.5180555Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:49:55.5464237Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T21:49:55.6630794Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:49:55.7225410Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 69.4 MB/s  0:00:00
2025-08-20T21:49:55.7369673Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:49:55.7641959Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:49:55.7980914Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:49:55.8208008Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:49:55.8445133Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:49:55.8697000Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:49:55.8908922Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 51.1 MB/s  0:00:00
2025-08-20T21:49:55.9062641Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:49:55.9308436Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:49:55.9551139Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T21:49:55.9719576Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 32.2 MB/s  0:00:00
2025-08-20T21:49:56.0688573Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:49:57.7145456Z 
2025-08-20T21:49:57.7159951Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T21:49:58.0247763Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:49:58.6804987Z Collecting ansi2txt
2025-08-20T21:49:58.7470909Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:49:58.7948614Z Collecting pipx
2025-08-20T21:49:58.8096189Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:49:58.8511125Z Collecting scons
2025-08-20T21:49:58.8522348Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:49:58.8808070Z Collecting py2static
2025-08-20T21:49:58.8964607Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:49:58.9409590Z Collecting typer
2025-08-20T21:49:58.9546877Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:49:59.0121014Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:49:59.0265464Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:49:59.0673631Z Collecting packaging>=20 (from pipx)
2025-08-20T21:49:59.0684610Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:49:59.1033602Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:49:59.1174846Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:49:59.1583665Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:49:59.1734673Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:49:59.2432821Z Collecting pyinstaller (from py2static)
2025-08-20T21:49:59.2585425Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T21:49:59.2973059Z Collecting staticx (from py2static)
2025-08-20T21:49:59.3121019Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T21:49:59.3578903Z   Preparing metadata (setup.py): started
2025-08-20T21:49:59.8562009Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T21:49:59.8892439Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:49:59.9035968Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:49:59.9659669Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:49:59.9800041Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:50:00.0231270Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:50:00.0378215Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:50:00.1272249Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:50:00.1417001Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:50:00.3170085Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:50:00.3322554Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:50:00.3824647Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:50:00.3836052Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:50:00.4160835Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:50:00.4306839Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:50:00.5858184Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:50:00.5996935Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:50:00.6480721Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:50:00.6616972Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:50:00.7161216Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:50:00.7301012Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:50:00.7786369Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:50:00.7939187Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:50:00.8260730Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:50:00.8550870Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:50:00.8724695Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:50:00.8898082Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:50:00.9200408Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:50:00.9437968Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:50:00.9724868Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:50:00.9883918Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:50:01.0026607Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:50:01.0277116Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:50:01.0553197Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:50:01.0710197Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:50:01.0984574Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:50:01.1225534Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:50:01.1482266Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:50:01.1727965Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:50:01.2024614Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T21:50:01.2342404Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 16.6 MB/s  0:00:00
2025-08-20T21:50:01.2490073Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:50:01.2755382Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:50:01.3091038Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 29.9 MB/s  0:00:00
2025-08-20T21:50:01.3229614Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:50:01.3474480Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:50:01.3946397Z Building wheels for collected packages: staticx
2025-08-20T21:50:01.3953722Z   Building wheel for staticx (setup.py): started
2025-08-20T21:50:13.6392219Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T21:50:13.6400505Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790699 sha256=677cd861eea728a489b81a884ac474a08e58e0c396994eaf71bfbc6351b45853
2025-08-20T21:50:13.6401402Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T21:50:13.6418627Z Successfully built staticx
2025-08-20T21:50:13.7371429Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T21:50:14.5680404Z   Attempting uninstall: scons
2025-08-20T21:50:14.5754509Z     Found existing installation: SCons 4.9.1
2025-08-20T21:50:14.6043752Z     Uninstalling SCons-4.9.1:
2025-08-20T21:50:14.6106632Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:50:15.1086174Z   Attempting uninstall: pygments
2025-08-20T21:50:15.1166802Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:50:15.1322278Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:50:15.1346936Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:50:15.7541997Z   Attempting uninstall: packaging
2025-08-20T21:50:15.7613109Z     Found existing installation: packaging 25.0
2025-08-20T21:50:15.7632453Z     Uninstalling packaging-25.0:
2025-08-20T21:50:15.7638157Z       Successfully uninstalled packaging-25.0
2025-08-20T21:50:16.7329389Z 
2025-08-20T21:50:16.7353180Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T21:50:17.0371186Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:50:17.3140602Z Collecting build
2025-08-20T21:50:17.3150989Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:50:17.3951959Z Collecting cffi
2025-08-20T21:50:17.3964398Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T21:50:17.4286044Z Collecting scons
2025-08-20T21:50:17.4297177Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:50:17.4706849Z Collecting scuba
2025-08-20T21:50:17.4718317Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:50:17.5221008Z Collecting pytest
2025-08-20T21:50:17.5230863Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:50:17.5513945Z Collecting packaging>=19.1 (from build)
2025-08-20T21:50:17.5523917Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:50:17.5753280Z Collecting pyproject_hooks (from build)
2025-08-20T21:50:17.5763536Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:50:17.5994547Z Collecting pycparser (from cffi)
2025-08-20T21:50:17.6006517Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:50:17.6464163Z Collecting PyYAML (from scuba)
2025-08-20T21:50:17.6480935Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T21:50:17.6834555Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:50:17.6845064Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:50:17.7130921Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:50:17.7141721Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:50:17.7442914Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:50:17.7453900Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:50:17.7506300Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:50:17.7516460Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T21:50:17.7528554Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:50:17.7561747Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:50:17.7572482Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:50:17.7583587Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:50:17.7592772Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:50:17.7601673Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:50:17.7610745Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:50:17.7627154Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:50:17.7636718Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:50:17.7645752Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T21:50:17.8702120Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:50:17.8707044Z   Attempting uninstall: scons
2025-08-20T21:50:17.8778538Z     Found existing installation: SCons 4.9.1
2025-08-20T21:50:17.9064908Z     Uninstalling SCons-4.9.1:
2025-08-20T21:50:17.9127017Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:50:18.4194722Z   Attempting uninstall: PyYAML
2025-08-20T21:50:18.4272983Z     Found existing installation: PyYAML 6.0.2
2025-08-20T21:50:18.4292808Z     Uninstalling PyYAML-6.0.2:
2025-08-20T21:50:18.4299400Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T21:50:18.4848888Z   Attempting uninstall: pyproject_hooks
2025-08-20T21:50:18.4918771Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T21:50:18.4932563Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T21:50:18.4937626Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T21:50:18.5095041Z   Attempting uninstall: pygments
2025-08-20T21:50:18.5161814Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:50:18.5315349Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:50:18.5338470Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:50:19.1026226Z   Attempting uninstall: pycparser
2025-08-20T21:50:19.1093779Z     Found existing installation: pycparser 2.22
2025-08-20T21:50:19.1112877Z     Uninstalling pycparser-2.22:
2025-08-20T21:50:19.1118792Z       Successfully uninstalled pycparser-2.22
2025-08-20T21:50:19.2321393Z   Attempting uninstall: pluggy
2025-08-20T21:50:19.2389974Z     Found existing installation: pluggy 1.6.0
2025-08-20T21:50:19.2405849Z     Uninstalling pluggy-1.6.0:
2025-08-20T21:50:19.2411234Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T21:50:19.2659294Z   Attempting uninstall: packaging
2025-08-20T21:50:19.2731874Z     Found existing installation: packaging 25.0
2025-08-20T21:50:19.2751331Z     Uninstalling packaging-25.0:
2025-08-20T21:50:19.2757020Z       Successfully uninstalled packaging-25.0
2025-08-20T21:50:19.3181362Z   Attempting uninstall: iniconfig
2025-08-20T21:50:19.3254840Z     Found existing installation: iniconfig 2.1.0
2025-08-20T21:50:19.3269081Z     Uninstalling iniconfig-2.1.0:
2025-08-20T21:50:19.3274082Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T21:50:19.3408012Z   Attempting uninstall: scuba
2025-08-20T21:50:19.3476211Z     Found existing installation: scuba 2.14.1
2025-08-20T21:50:19.3493698Z     Uninstalling scuba-2.14.1:
2025-08-20T21:50:19.3501108Z       Successfully uninstalled scuba-2.14.1
2025-08-20T21:50:19.3785703Z   Attempting uninstall: pytest
2025-08-20T21:50:19.3862919Z     Found existing installation: pytest 8.4.1
2025-08-20T21:50:19.3914135Z     Uninstalling pytest-8.4.1:
2025-08-20T21:50:19.4117188Z       Successfully uninstalled pytest-8.4.1
2025-08-20T21:50:19.6143356Z   Attempting uninstall: cffi
2025-08-20T21:50:19.6214542Z     Found existing installation: cffi 1.17.1
2025-08-20T21:50:19.6234665Z     Uninstalling cffi-1.17.1:
2025-08-20T21:50:19.6422307Z       Successfully uninstalled cffi-1.17.1
2025-08-20T21:50:19.7147197Z   Attempting uninstall: build
2025-08-20T21:50:19.7217094Z     Found existing installation: build 1.3.0
2025-08-20T21:50:19.7240146Z     Uninstalling build-1.3.0:
2025-08-20T21:50:19.7247210Z       Successfully uninstalled build-1.3.0
2025-08-20T21:50:19.7566435Z 
2025-08-20T21:50:19.7591427Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T21:50:20.0592918Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:50:20.2529685Z Collecting ansi2txt
2025-08-20T21:50:20.2540818Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:50:20.2843306Z Collecting pipx
2025-08-20T21:50:20.2855404Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:50:20.3113596Z Collecting scons
2025-08-20T21:50:20.3124896Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:50:20.3344918Z Collecting py2static
2025-08-20T21:50:20.3354520Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:50:20.3617850Z Collecting typer
2025-08-20T21:50:20.3627124Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:50:20.3963006Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:50:20.3972841Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:50:20.4234317Z Collecting packaging>=20 (from pipx)
2025-08-20T21:50:20.4243887Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:50:20.4514658Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:50:20.4524324Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:50:20.4801232Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:50:20.4810937Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:50:20.5242739Z Collecting pyinstaller (from py2static)
2025-08-20T21:50:20.5254360Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T21:50:20.6044468Z Collecting staticx (from py2static)
2025-08-20T21:50:20.6054555Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T21:50:20.6193088Z   Preparing metadata (setup.py): started
2025-08-20T21:50:20.8124253Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T21:50:20.8402780Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:50:20.8412311Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:50:20.8697856Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:50:20.8707751Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:50:20.9040341Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:50:20.9050291Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:50:20.9575658Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:50:20.9587862Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:50:20.9899308Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:50:20.9910866Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:50:21.0292517Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:50:21.0303405Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:50:21.0530267Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:50:21.0540877Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:50:21.1524599Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:50:21.1533903Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:50:21.1816870Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:50:21.1826781Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:50:21.2135676Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:50:21.2145661Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:50:21.2421130Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:50:21.2431335Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:50:21.2463099Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:50:21.2472023Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:50:21.2481439Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:50:21.2514351Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:50:21.2523158Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:50:21.2531998Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:50:21.2541110Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:50:21.2550195Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:50:21.2559044Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:50:21.2567673Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:50:21.2577896Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:50:21.2594106Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:50:21.2603881Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:50:21.2612027Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:50:21.2620710Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:50:21.2629820Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:50:21.2638533Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T21:50:21.2650705Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:50:21.2661444Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:50:21.2675353Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:50:21.2684099Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:50:21.2997238Z Building wheels for collected packages: staticx
2025-08-20T21:50:21.3003353Z   Building wheel for staticx (setup.py): started
2025-08-20T21:50:23.7570544Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T21:50:23.7581876Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790762 sha256=3d73e56acf3fc6fefc9cd7c6683603ecc6ba99042ebc224ba714edee8dce2803
2025-08-20T21:50:23.7582900Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T21:50:23.7600464Z Successfully built staticx
2025-08-20T21:50:23.8567698Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T21:50:23.8570524Z   Attempting uninstall: pyelftools
2025-08-20T21:50:23.8636315Z     Found existing installation: pyelftools 0.32
2025-08-20T21:50:23.8673759Z     Uninstalling pyelftools-0.32:
2025-08-20T21:50:23.8687579Z       Successfully uninstalled pyelftools-0.32
2025-08-20T21:50:23.9870556Z   Attempting uninstall: altgraph
2025-08-20T21:50:23.9941575Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:50:23.9957629Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:50:23.9962727Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:50:24.0211854Z   Attempting uninstall: typing-extensions
2025-08-20T21:50:24.0285569Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T21:50:24.0298387Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T21:50:24.0484913Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T21:50:24.0806669Z   Attempting uninstall: staticx
2025-08-20T21:50:24.0878513Z     Found existing installation: staticx 0.14.1
2025-08-20T21:50:24.0899439Z     Uninstalling staticx-0.14.1:
2025-08-20T21:50:24.0907496Z       Successfully uninstalled staticx-0.14.1
2025-08-20T21:50:24.1239272Z   Attempting uninstall: shellingham
2025-08-20T21:50:24.1311678Z     Found existing installation: shellingham 1.5.4
2025-08-20T21:50:24.1327165Z     Uninstalling shellingham-1.5.4:
2025-08-20T21:50:24.1332890Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T21:50:24.1557600Z   Attempting uninstall: setuptools
2025-08-20T21:50:24.1626476Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:50:24.1830078Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:50:24.2054851Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:50:24.7905401Z   Attempting uninstall: scons
2025-08-20T21:50:24.7979612Z     Found existing installation: SCons 4.9.1
2025-08-20T21:50:24.8277590Z     Uninstalling SCons-4.9.1:
2025-08-20T21:50:24.8336728Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:50:25.3579357Z   Attempting uninstall: pygments
2025-08-20T21:50:25.3653600Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:50:25.3808498Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:50:25.3834452Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:50:25.9597686Z   Attempting uninstall: platformdirs
2025-08-20T21:50:25.9677184Z     Found existing installation: platformdirs 4.3.8
2025-08-20T21:50:25.9701250Z     Uninstalling platformdirs-4.3.8:
2025-08-20T21:50:25.9706612Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T21:50:25.9909606Z   Attempting uninstall: packaging
2025-08-20T21:50:25.9983825Z     Found existing installation: packaging 25.0
2025-08-20T21:50:26.0003052Z     Uninstalling packaging-25.0:
2025-08-20T21:50:26.0008791Z       Successfully uninstalled packaging-25.0
2025-08-20T21:50:26.0445891Z   Attempting uninstall: mdurl
2025-08-20T21:50:26.0512465Z     Found existing installation: mdurl 0.1.2
2025-08-20T21:50:26.0526370Z     Uninstalling mdurl-0.1.2:
2025-08-20T21:50:26.0531373Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T21:50:26.0708631Z   Attempting uninstall: click
2025-08-20T21:50:26.0781497Z     Found existing installation: click 8.2.1
2025-08-20T21:50:26.0799996Z     Uninstalling click-8.2.1:
2025-08-20T21:50:26.0805371Z       Successfully uninstalled click-8.2.1
2025-08-20T21:50:26.1495658Z   Attempting uninstall: argcomplete
2025-08-20T21:50:26.1567234Z     Found existing installation: argcomplete 3.6.2
2025-08-20T21:50:26.1591097Z     Uninstalling argcomplete-3.6.2:
2025-08-20T21:50:26.1600101Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T21:50:26.1891050Z   Attempting uninstall: ansi2txt
2025-08-20T21:50:26.1962730Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T21:50:26.1975989Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T21:50:26.2164922Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T21:50:26.2299112Z   Attempting uninstall: userpath
2025-08-20T21:50:26.2368825Z     Found existing installation: userpath 1.9.2
2025-08-20T21:50:26.2384577Z     Uninstalling userpath-1.9.2:
2025-08-20T21:50:26.2391701Z       Successfully uninstalled userpath-1.9.2
2025-08-20T21:50:26.2556150Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:50:26.2628940Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:50:26.2926299Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:50:26.2964505Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:50:26.4933808Z   Attempting uninstall: markdown-it-py
2025-08-20T21:50:26.5005482Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T21:50:26.5062260Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T21:50:26.5073474Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T21:50:26.5768098Z   Attempting uninstall: rich
2025-08-20T21:50:26.5842599Z     Found existing installation: rich 14.1.0
2025-08-20T21:50:26.5888373Z     Uninstalling rich-14.1.0:
2025-08-20T21:50:26.5896752Z       Successfully uninstalled rich-14.1.0
2025-08-20T21:50:26.7419139Z   Attempting uninstall: pyinstaller
2025-08-20T21:50:26.7490374Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:50:26.7741960Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:50:26.7780616Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:50:27.0424291Z   Attempting uninstall: pipx
2025-08-20T21:50:27.0504473Z     Found existing installation: pipx 1.7.1
2025-08-20T21:50:27.0533387Z     Uninstalling pipx-1.7.1:
2025-08-20T21:50:27.0541716Z       Successfully uninstalled pipx-1.7.1
2025-08-20T21:50:27.1090467Z   Attempting uninstall: typer
2025-08-20T21:50:27.1161761Z     Found existing installation: typer 0.16.1
2025-08-20T21:50:27.1182987Z     Uninstalling typer-0.16.1:
2025-08-20T21:50:27.1190298Z       Successfully uninstalled typer-0.16.1
2025-08-20T21:50:27.1612485Z   Attempting uninstall: py2static
2025-08-20T21:50:27.1679164Z     Found existing installation: py2static 0.0.1
2025-08-20T21:50:27.1695142Z     Uninstalling py2static-0.0.1:
2025-08-20T21:50:27.1703029Z       Successfully uninstalled py2static-0.0.1
2025-08-20T21:50:27.1846597Z 
2025-08-20T21:50:27.1870590Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T21:50:27.4848839Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:50:27.5878321Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T21:50:27.5882874Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-wdm6_bi0
2025-08-20T21:50:27.5903149Z 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-wdm6_bi0
2025-08-20T21:50:29.5081142Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T21:50:29.5117322Z   Installing build dependencies: started
2025-08-20T21:50:30.1718003Z   Installing build dependencies: finished with status 'done'
2025-08-20T21:50:30.1727779Z   Getting requirements to build wheel: started
2025-08-20T21:50:30.4371602Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T21:50:30.4382941Z   Preparing metadata (pyproject.toml): started
2025-08-20T21:50:30.6106199Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T21:50:30.7792898Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T21:50:30.7804394Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:50:30.8104065Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T21:50:30.8113545Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:50:30.8408328Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T21:50:30.8417706Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:50:30.8684573Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T21:50:30.8693647Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:50:30.8731275Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:50:30.8740578Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:50:30.8751681Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:50:30.8766082Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:50:30.8872276Z Building wheels for collected packages: pyinstaller
2025-08-20T21:50:30.8879054Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T21:50:33.6715760Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T21:50:33.6738821Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=086eebe9d0b07a9e6ad5f392e0000ede51a152b6f216ff66277a0fefc629313a
2025-08-20T21:50:33.6739964Z   Stored in directory: /tmp/pip-ephem-wheel-cache-yy1oxyuc/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T21:50:33.6776377Z Successfully built pyinstaller
2025-08-20T21:50:33.7547820Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T21:50:33.7552988Z   Attempting uninstall: altgraph
2025-08-20T21:50:33.7620969Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:50:33.7638187Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:50:33.7643735Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:50:33.7925107Z   Attempting uninstall: setuptools
2025-08-20T21:50:33.7993581Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:50:33.8193307Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:50:33.8414487Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:50:34.4270895Z   Attempting uninstall: packaging
2025-08-20T21:50:34.4346510Z     Found existing installation: packaging 25.0
2025-08-20T21:50:34.4365231Z     Uninstalling packaging-25.0:
2025-08-20T21:50:34.4370934Z       Successfully uninstalled packaging-25.0
2025-08-20T21:50:34.4867114Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:50:34.4938825Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:50:34.5231065Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:50:34.5268861Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:50:34.7237762Z   Attempting uninstall: pyinstaller
2025-08-20T21:50:34.7310965Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:50:34.7560898Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:50:34.7597866Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:50:35.0429786Z 
2025-08-20T21:50:35.0456864Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T21:50:35.2706758Z 6.15.0
2025-08-20T21:50:37.1287635Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T21:50:37.1296062Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T21:50:37.1296500Z 
2025-08-20T21:50:37.1296743Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T21:50:37.1297231Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T21:50:37.1297659Z installation.
2025-08-20T21:50:37.1297895Z 
2025-08-20T21:50:37.1298091Z If you installed the current Docker package using this script and are using it
2025-08-20T21:50:37.1298560Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T21:50:37.1299064Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T21:50:37.1299482Z files to match the parameters passed to the script.
2025-08-20T21:50:37.1299704Z 
2025-08-20T21:50:37.1299816Z You may press Ctrl+C now to abort this script.
2025-08-20T21:50:37.1454309Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:50:38.9039608Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T21:50:39.4143544Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T21:50:39.4280011Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T21:50:39.5623801Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T21:50:39.5638456Z + 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-20T21:50:39.5646137Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:50:40.8676879Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T21:50:51.9837778Z + sh -c 'docker version'
2025-08-20T21:50:51.9982829Z Client: Docker Engine - Community
2025-08-20T21:50:51.9985747Z  Version:           28.3.3
2025-08-20T21:50:51.9986030Z  API version:       1.51
2025-08-20T21:50:51.9986865Z  Go version:        go1.24.5
2025-08-20T21:50:51.9987570Z  Git commit:        980b856
2025-08-20T21:50:51.9987843Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T21:50:51.9988162Z  OS/Arch:           linux/arm64
2025-08-20T21:50:51.9988409Z  Context:           default
2025-08-20T21:50:51.9988546Z 
2025-08-20T21:50:51.9988682Z Server: Docker Engine - Community
2025-08-20T21:50:51.9988988Z  Engine:
2025-08-20T21:50:51.9989177Z   Version:          28.3.3
2025-08-20T21:50:51.9989425Z   API version:      1.51 (minimum version 1.24)
2025-08-20T21:50:51.9989776Z   Go version:       go1.24.5
2025-08-20T21:50:51.9990012Z   Git commit:       bea959c
2025-08-20T21:50:51.9990302Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T21:50:51.9990570Z   OS/Arch:          linux/arm64
2025-08-20T21:50:51.9990815Z   Experimental:     false
2025-08-20T21:50:51.9991062Z  containerd:
2025-08-20T21:50:51.9991286Z   Version:          1.7.27
2025-08-20T21:50:51.9991595Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T21:50:51.9991922Z  runc:
2025-08-20T21:50:51.9992111Z   Version:          1.2.5
2025-08-20T21:50:51.9992343Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T21:50:51.9992641Z  docker-init:
2025-08-20T21:50:51.9992848Z   Version:          0.19.0
2025-08-20T21:50:51.9993124Z   GitCommit:        de40ad0
2025-08-20T21:50:51.9997045Z 
2025-08-20T21:50:51.9997526Z ================================================================================
2025-08-20T21:50:51.9997789Z 
2025-08-20T21:50:51.9998269Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T21:50:51.9998895Z Docker daemon in rootless mode for your user:
2025-08-20T21:50:51.9999095Z 
2025-08-20T21:50:51.9999220Z     dockerd-rootless-setuptool.sh install
2025-08-20T21:50:51.9999410Z 
2025-08-20T21:50:51.9999668Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T21:50:51.9999993Z 
2025-08-20T21:50:51.9999997Z 
2025-08-20T21:50:52.0000201Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T21:50:52.0000647Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T21:50:52.0000884Z 
2025-08-20T21:50:52.0001136Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T21:50:52.0001586Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T21:50:52.0002035Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T21:50:52.0002353Z 
2025-08-20T21:50:52.0002519Z ================================================================================
2025-08-20T21:50:52.0002709Z 
2025-08-20T21:51:03.0226794Z ● docker.service - Docker Application Container Engine
2025-08-20T21:51:03.0228373Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:51:03.0229016Z      Active: active (running) since Wed 2025-08-20 21:50:53 UTC; 10s ago
2025-08-20T21:51:03.0229912Z TriggeredBy: ● docker.socket
2025-08-20T21:51:03.0230244Z        Docs: https://docs.docker.com
2025-08-20T21:51:03.0230580Z    Main PID: 20453 (dockerd)
2025-08-20T21:51:03.0230818Z       Tasks: 10
2025-08-20T21:51:03.0231023Z      Memory: 21.0M (peak: 24.5M)
2025-08-20T21:51:03.0231342Z         CPU: 263ms
2025-08-20T21:51:03.0231574Z      CGroup: /system.slice/docker.service
2025-08-20T21:51:03.0234472Z              └─20453 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:51:03.0234837Z 
2025-08-20T21:51:03.0235200Z Aug 20 21:50:52 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:52.363324107Z" level=info msg="Loading containers: start."
2025-08-20T21:51:03.0236331Z Aug 20 21:50:52 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:52.926685581Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 82e17eb6ee258852fb7e76060d6152caa171ffe996b791c4ae475c29bb8879f2], retrying...."
2025-08-20T21:51:03.0237998Z Aug 20 21:50:52 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:52.965277687Z" level=info msg="Loading containers: done."
2025-08-20T21:51:03.0239112Z Aug 20 21:50:52 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:52.986279493Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T21:51:03.0240441Z Aug 20 21:50:52 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:52.986379561Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:51:03.0241366Z Aug 20 21:50:52 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:52.986411098Z" level=info msg="Initializing buildkit"
2025-08-20T21:51:03.0242054Z Aug 20 21:50:53 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:53.002087824Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:51:03.0242818Z Aug 20 21:50:53 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:53.006593998Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:51:03.0243542Z Aug 20 21:50:53 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:53.006654016Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:51:03.0244222Z Aug 20 21:50:53 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:51:03.0328515Z ● docker.service - Docker Application Container Engine
2025-08-20T21:51:03.0329029Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:51:03.0330008Z      Active: active (running) since Wed 2025-08-20 21:50:53 UTC; 10s ago
2025-08-20T21:51:03.0330542Z TriggeredBy: ● docker.socket
2025-08-20T21:51:03.0330829Z        Docs: https://docs.docker.com
2025-08-20T21:51:03.0331197Z    Main PID: 20453 (dockerd)
2025-08-20T21:51:03.0331433Z       Tasks: 10
2025-08-20T21:51:03.0331659Z      Memory: 21.0M (peak: 24.5M)
2025-08-20T21:51:03.0331976Z         CPU: 263ms
2025-08-20T21:51:03.0332187Z      CGroup: /system.slice/docker.service
2025-08-20T21:51:03.0332764Z              └─20453 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:51:03.0333161Z 
2025-08-20T21:51:03.0333506Z Aug 20 21:50:52 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:52.363324107Z" level=info msg="Loading containers: start."
2025-08-20T21:51:03.0334675Z Aug 20 21:50:52 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:52.926685581Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 82e17eb6ee258852fb7e76060d6152caa171ffe996b791c4ae475c29bb8879f2], retrying...."
2025-08-20T21:51:03.0335871Z Aug 20 21:50:52 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:52.965277687Z" level=info msg="Loading containers: done."
2025-08-20T21:51:03.0336961Z Aug 20 21:50:52 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:52.986279493Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T21:51:03.0338774Z Aug 20 21:50:52 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:52.986379561Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:51:03.0339739Z Aug 20 21:50:52 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:52.986411098Z" level=info msg="Initializing buildkit"
2025-08-20T21:51:03.0340440Z Aug 20 21:50:53 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:53.002087824Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:51:03.0341204Z Aug 20 21:50:53 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:53.006593998Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:51:03.0341941Z Aug 20 21:50:53 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:53.006654016Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:51:03.0342625Z Aug 20 21:50:53 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:51:03.0517588Z ● docker.service - Docker Application Container Engine
2025-08-20T21:51:03.0518118Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:51:03.0518641Z      Active: active (running) since Wed 2025-08-20 21:50:53 UTC; 10s ago
2025-08-20T21:51:03.0519092Z TriggeredBy: ● docker.socket
2025-08-20T21:51:03.0519407Z        Docs: https://docs.docker.com
2025-08-20T21:51:03.0519726Z    Main PID: 20453 (dockerd)
2025-08-20T21:51:03.0520003Z       Tasks: 10
2025-08-20T21:51:03.0520201Z      Memory: 21.0M (peak: 24.5M)
2025-08-20T21:51:03.0520511Z         CPU: 263ms
2025-08-20T21:51:03.0520742Z      CGroup: /system.slice/docker.service
2025-08-20T21:51:03.0521303Z              └─20453 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:51:03.0521680Z 
2025-08-20T21:51:03.0521985Z Aug 20 21:50:52 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:52.363324107Z" level=info msg="Loading containers: start."
2025-08-20T21:51:03.0523117Z Aug 20 21:50:52 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:52.926685581Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 82e17eb6ee258852fb7e76060d6152caa171ffe996b791c4ae475c29bb8879f2], retrying...."
2025-08-20T21:51:03.0524303Z Aug 20 21:50:52 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:52.965277687Z" level=info msg="Loading containers: done."
2025-08-20T21:51:03.0525690Z Aug 20 21:50:52 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:52.986279493Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T21:51:03.0527063Z Aug 20 21:50:52 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:52.986379561Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:51:03.0528308Z Aug 20 21:50:52 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:52.986411098Z" level=info msg="Initializing buildkit"
2025-08-20T21:51:03.0529004Z Aug 20 21:50:53 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:53.002087824Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:51:03.0529768Z Aug 20 21:50:53 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:53.006593998Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:51:03.0530543Z Aug 20 21:50:53 runnervmdbl46 dockerd[20453]: time="2025-08-20T21:50:53.006654016Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:51:03.0531198Z Aug 20 21:50:53 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:51:03.0617572Z Docker version 28.3.3, build 980b856
2025-08-20T21:51:03.0777155Z Unable to find image 'hello-world:latest' locally
2025-08-20T21:51:03.9039553Z latest: Pulling from library/hello-world
2025-08-20T21:51:04.1182703Z 198f93fd5094: Pulling fs layer
2025-08-20T21:51:04.4760826Z 198f93fd5094: Verifying Checksum
2025-08-20T21:51:04.4761471Z 198f93fd5094: Download complete
2025-08-20T21:51:04.5181775Z 198f93fd5094: Pull complete
2025-08-20T21:51:04.5708125Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T21:51:04.5886336Z Status: Downloaded newer image for hello-world:latest
2025-08-20T21:51:05.4957995Z 
2025-08-20T21:51:05.4958662Z Hello from Docker!
2025-08-20T21:51:05.4959147Z This message shows that your installation appears to be working correctly.
2025-08-20T21:51:05.4959437Z 
2025-08-20T21:51:05.4959622Z To generate this message, Docker took the following steps:
2025-08-20T21:51:05.4960051Z  1. The Docker client contacted the Docker daemon.
2025-08-20T21:51:05.4960464Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T21:51:05.4960859Z     (arm64v8)
2025-08-20T21:51:05.4961202Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T21:51:05.4961619Z     executable that produces the output you are currently reading.
2025-08-20T21:51:05.4962058Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T21:51:05.4962469Z     to your terminal.
2025-08-20T21:51:05.4962614Z 
2025-08-20T21:51:05.4962811Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T21:51:05.4963196Z  $ docker run -it ubuntu bash
2025-08-20T21:51:05.4963375Z 
2025-08-20T21:51:05.4963544Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T21:51:05.4963906Z  https://hub.docker.com/
2025-08-20T21:51:05.4964085Z 
2025-08-20T21:51:05.4964186Z For more examples and ideas, visit:
2025-08-20T21:51:05.4964467Z  https://docs.docker.com/get-started/
2025-08-20T21:51:05.4964685Z 
2025-08-20T21:51:05.6297900Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:51:05.6298604Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T21:51:05.6299093Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T21:51:05.6299504Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T21:51:05.6300153Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T21:51:05.6361977Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T21:51:05.6362366Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T21:51:05.6362727Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T21:51:05.6363523Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T21:51:05.6363870Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T21:51:05.6364226Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T21:51:05.6364609Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T21:51:05.6364994Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T21:51:05.6365408Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T21:51:05.6365797Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T21:51:05.6366197Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T21:51:05.6366595Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T21:51:05.6366950Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T21:51:05.6367327Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:51:05.6368176Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:51:05.6368618Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T21:51:05.6369001Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T21:51:05.6369648Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:51:05.6370041Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T21:51:05.6370386Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T21:51:05.6370768Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:51:05.6371187Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:51:05.6371599Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:51:05.6372001Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:51:05.6372406Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:51:05.6372821Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T21:51:05.6373237Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T21:51:05.6373664Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T21:51:05.6374078Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:51:05.6374513Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T21:51:05.6374934Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:51:05.6375335Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:51:05.6375744Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T21:51:05.6376133Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T21:51:05.6376537Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:51:05.6376959Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T21:51:05.6377706Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:51:05.6378134Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T21:51:05.6378526Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T21:51:05.6378975Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T21:51:05.6379662Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:51:05.6380128Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:51:05.6381328Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T21:51:05.6381831Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T21:51:05.6382247Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:51:05.6382665Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T21:51:05.6383074Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T21:51:05.6383487Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T21:51:05.6383878Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T21:51:05.6384243Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T21:51:05.6384595Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T21:51:05.6384959Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T21:51:05.6385361Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T21:51:05.6385762Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:51:05.6386133Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T21:51:05.6386545Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:51:05.6387133Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:51:05.6387721Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:51:05.6388131Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:51:05.6388546Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T21:51:05.6388973Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:51:05.6389378Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:51:05.6389768Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T21:51:05.6390199Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:51:05.6390687Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:51:05.6391186Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T21:51:05.6391639Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T21:51:05.6392053Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T21:51:05.6392438Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T21:51:05.6392826Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T21:51:05.6393225Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T21:51:05.6393623Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T21:51:05.6394077Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:51:05.6394573Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:51:05.6395080Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:51:05.6395565Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:51:05.6396001Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:51:05.6396397Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:51:05.6396787Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:51:05.6397192Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:51:05.6397939Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T21:51:05.6398346Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T21:51:05.6398762Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T21:51:05.6399181Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T21:51:05.6399565Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T21:51:05.6399935Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T21:51:05.6400332Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:51:05.6400736Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T21:51:05.6401107Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T21:51:05.6401472Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T21:51:05.6401886Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:51:05.6402271Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T21:51:05.6402621Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T21:51:05.6402992Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T21:51:05.6403560Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T21:51:05.6403942Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T21:51:05.6404299Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T21:51:05.6404656Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T21:51:05.6405030Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T21:51:05.6405413Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T21:51:05.6405812Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T21:51:05.6406204Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T21:51:05.6406585Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T21:51:05.6406963Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T21:51:05.6407606Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T21:51:05.6408014Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T21:51:05.6408376Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T21:51:05.6408725Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T21:51:05.6409073Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T21:51:05.6409426Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T21:51:05.6409782Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T21:51:05.6410134Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T21:51:05.6410501Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T21:51:05.6410894Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T21:51:05.6411320Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:51:05.6411756Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T21:51:05.6412157Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T21:51:05.6412545Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T21:51:05.6412929Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T21:51:05.6413312Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T21:51:05.6413710Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T21:51:05.6414361Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T21:51:05.6414757Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T21:51:05.6415145Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T21:51:05.6415554Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:51:05.6415994Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:51:05.6416413Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T21:51:05.6416796Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T21:51:05.6417187Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T21:51:05.6418296Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T21:51:05.6418704Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T21:51:05.6419112Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T21:51:05.6419504Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T21:51:05.6419899Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:51:05.6420294Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T21:51:05.6420875Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T21:51:05.6421231Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T21:51:05.6421592Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T21:51:05.6421983Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T21:51:05.6422376Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T21:51:05.6422775Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T21:51:05.6423165Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T21:51:05.6423532Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T21:51:05.6423905Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T21:51:05.6424280Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T21:51:05.6424667Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T21:51:05.6425082Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:51:05.6425524Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T21:51:05.6425918Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T21:51:05.6426290Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T21:51:05.6426681Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T21:51:05.6427101Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:51:05.6427660Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:51:05.6428013Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T21:51:05.6428353Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T21:51:05.6428771Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:51:05.6429200Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T21:51:05.6429607Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T21:51:05.6429988Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T21:51:05.6430365Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T21:51:05.6430745Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T21:51:05.6431382Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:51:05.6431864Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:51:05.6432276Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T21:51:05.6432638Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T21:51:05.6433000Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T21:51:05.6433436Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:51:05.6433947Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:51:05.6434378Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T21:51:05.6434752Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T21:51:05.6435215Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:51:05.6435746Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:51:05.6436244Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:51:05.6436676Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T21:51:05.6437180Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T21:51:05.6437695Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T21:51:05.6438104Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T21:51:05.6438516Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T21:51:05.6438915Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:51:05.6439287Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T21:51:05.6439665Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T21:51:05.6440061Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:51:05.6440459Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T21:51:05.6440851Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:51:05.6441252Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T21:51:05.6441643Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:51:05.6442031Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T21:51:05.6442446Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:51:05.6442890Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T21:51:05.6443309Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T21:51:05.6443700Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T21:51:05.6444075Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T21:51:05.6444448Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T21:51:05.6444820Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T21:51:05.6445213Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T21:51:05.6445633Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:51:05.6446101Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:51:05.6446554Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:51:05.6446964Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T21:51:05.6447725Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T21:51:05.6448139Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T21:51:05.6448513Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T21:51:05.6448880Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T21:51:05.6449262Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T21:51:05.6449647Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T21:51:05.6450087Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:51:05.6450556Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T21:51:05.6451011Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:51:05.6451526Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:51:05.6452037Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:51:05.6452534Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:51:05.6452967Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T21:51:05.6453331Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T21:51:05.6453846Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T21:51:05.6454223Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:51:05.6454598Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T21:51:05.6454964Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T21:51:05.6455347Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:51:05.6455724Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T21:51:05.6456110Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:51:05.6456484Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T21:51:05.6456856Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T21:51:05.6457249Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T21:51:05.6457811Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T21:51:05.6458226Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:51:05.6458696Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:51:05.6459119Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T21:51:05.6459530Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T21:51:05.6459930Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T21:51:05.6460343Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T21:51:05.6460760Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T21:51:05.6461144Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T21:51:05.6461501Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T21:51:05.6462012Z 	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-20T21:51:05.6462529Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T21:51:05.6462896Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T21:51:05.6463355Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T21:51:05.6463724Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T21:51:05.6464368Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:51:05.6464820Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T21:51:05.6465243Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:51:05.6465670Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T21:51:05.6466074Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T21:51:05.6466474Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T21:51:05.6466892Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:51:05.6467298Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T21:51:05.6467887Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T21:51:05.6468318Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:51:05.6468811Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:51:05.6469475Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:51:05.6469925Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:51:05.6470330Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T21:51:05.6470919Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T21:51:05.6471393Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:51:05.6471870Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T21:51:05.6472276Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T21:51:05.6472705Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:51:05.6473160Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T21:51:05.6473562Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T21:51:05.6473920Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T21:51:05.6474269Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T21:51:05.6474640Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T21:51:05.6475022Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T21:51:05.6475383Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T21:51:05.6475730Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T21:51:05.6476093Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T21:51:05.6476453Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T21:51:05.6476808Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T21:51:05.6477180Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T21:51:05.6477709Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T21:51:05.6478080Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T21:51:05.6478462Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T21:51:05.6478824Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T21:51:05.6479178Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T21:51:05.6479535Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T21:51:05.6479896Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T21:51:05.6480267Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T21:51:05.6480630Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T21:51:05.6481193Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T21:51:05.6481588Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T21:51:05.6482007Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T21:51:05.6482437Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T21:51:05.6482844Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T21:51:05.6483202Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T21:51:05.6483578Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:51:05.6483999Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:51:05.6484396Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T21:51:05.6484750Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T21:51:05.6485119Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T21:51:05.6485473Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T21:51:05.6485814Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T21:51:05.6486157Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T21:51:05.6486503Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T21:51:05.6487065Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T21:51:05.6487680Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T21:51:05.6488032Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T21:51:05.6488359Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T21:51:05.6488729Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:51:05.6489131Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T21:51:05.6489526Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:51:05.6489918Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T21:51:05.6490305Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:51:05.6490715Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:51:05.6491215Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:51:05.6491822Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:51:05.6492442Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:51:05.6492980Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:51:05.6493449Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:51:05.6493908Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:51:05.6494422Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:51:05.6495037Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:51:05.6495601Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:51:05.6496092Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:51:05.6496534Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T21:51:05.6496903Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T21:51:05.6497269Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T21:51:05.6497836Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T21:51:05.6498419Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T21:51:05.6498827Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T21:51:05.6499210Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T21:51:05.6499592Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T21:51:05.6499978Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T21:51:05.6500360Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T21:51:05.6500732Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T21:51:05.6501104Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T21:51:05.6501474Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T21:51:05.6501860Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T21:51:05.6502255Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T21:51:05.6502666Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T21:51:05.6503077Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T21:51:05.6503442Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T21:51:05.6503985Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T21:51:05.6504393Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T21:51:05.6504800Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:51:05.6505232Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:51:05.6505647Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T21:51:05.6506010Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T21:51:05.6507546Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T21:51:05.6507943Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T21:51:05.6508311Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T21:51:05.6508701Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:51:05.6509094Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T21:51:05.6509474Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T21:51:05.6509852Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T21:51:05.6510210Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T21:51:05.6510574Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T21:51:05.6511123Z 	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-20T21:51:05.6511841Z 	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-20T21:51:05.6512526Z 	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-20T21:51:05.6513193Z 	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-20T21:51:05.6513716Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T21:51:05.6514100Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T21:51:05.6514501Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T21:51:05.6514900Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T21:51:05.6515275Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T21:51:05.6515930Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T21:51:05.6516321Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T21:51:05.6516696Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T21:51:05.6517072Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T21:51:05.6517603Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T21:51:05.6517980Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T21:51:05.6518363Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T21:51:05.6518762Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T21:51:05.6519158Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T21:51:05.6519550Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T21:51:05.6519939Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T21:51:05.6520315Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T21:51:05.6520698Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T21:51:05.6521098Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T21:51:05.6521654Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T21:51:05.6522052Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T21:51:05.6522437Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T21:51:05.6522858Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:51:05.6523286Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T21:51:05.6523687Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T21:51:05.6524129Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:51:05.6524583Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:51:05.6524989Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T21:51:05.6525358Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T21:51:05.6525737Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T21:51:05.6526134Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T21:51:05.6526544Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:51:05.6526945Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T21:51:05.6527324Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T21:51:05.6527868Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T21:51:05.6528339Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:51:05.6528807Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:51:05.6529200Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T21:51:05.6529605Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:51:05.6530054Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:51:05.6530494Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:51:05.6530964Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:51:05.6531446Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:51:05.6531887Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:51:05.6532532Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:51:05.6532951Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T21:51:05.6533338Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T21:51:05.6533754Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T21:51:05.6534139Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T21:51:05.6534512Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T21:51:05.6534917Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T21:51:05.6535312Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T21:51:05.6535713Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:51:05.6536140Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T21:51:05.6536536Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T21:51:05.6536911Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T21:51:05.6537281Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T21:51:05.6537801Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T21:51:05.6538381Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:51:05.6538795Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:51:05.6539189Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T21:51:05.6539632Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:51:05.6540080Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:51:05.6540480Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T21:51:05.6540917Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:51:05.6541341Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T21:51:05.6541748Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:51:05.6542156Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T21:51:05.6542509Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T21:51:05.6542871Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T21:51:05.6543262Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T21:51:05.6543657Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T21:51:05.6544043Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T21:51:05.6544402Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T21:51:05.6544750Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T21:51:05.6545095Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T21:51:05.6545580Z 	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-20T21:51:05.6546094Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T21:51:05.6546471Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T21:51:05.6546849Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T21:51:05.6547243Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T21:51:05.6547844Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T21:51:05.6548264Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T21:51:05.6548913Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T21:51:05.6549351Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:51:05.6549763Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T21:51:05.6550134Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T21:51:05.6550502Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T21:51:05.6550859Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T21:51:05.6551234Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T21:51:05.6551654Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T21:51:05.6552082Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T21:51:05.6552480Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T21:51:05.6552903Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:51:05.6553346Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:51:05.6553745Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T21:51:05.6554114Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T21:51:05.6554609Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T21:51:05.6554952Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T21:51:05.6555317Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T21:51:05.6555691Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T21:51:05.6556068Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T21:51:05.6556471Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T21:51:05.6556887Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T21:51:05.6557593Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:51:05.6558070Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T21:51:05.6558443Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T21:51:05.6558829Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T21:51:05.6559210Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T21:51:05.6559597Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T21:51:05.6559977Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T21:51:05.6560357Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T21:51:05.6560799Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:51:05.6561294Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:51:05.6561719Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T21:51:05.6562095Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T21:51:05.6562472Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T21:51:05.6562876Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T21:51:05.6563261Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T21:51:05.6563631Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T21:51:05.6564028Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T21:51:05.6564408Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T21:51:05.6564758Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T21:51:05.6565324Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T21:51:05.6565749Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T21:51:05.6566169Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T21:51:05.6566544Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T21:51:05.6566931Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T21:51:05.6567520Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:51:05.6567980Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T21:51:05.6568406Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:51:05.6568796Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T21:51:05.6569313Z 	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-20T21:51:05.6569820Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T21:51:05.6570210Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:51:05.6570618Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T21:51:05.6571212Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:51:05.6571731Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:51:05.6572314Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:51:05.6572923Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:51:05.6573567Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:51:05.6574212Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:51:05.6574839Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:51:05.6575459Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:51:05.6576050Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:51:05.6576532Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T21:51:05.6576972Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:51:05.6577535Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T21:51:05.6577965Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:51:05.6578442Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:51:05.6578874Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T21:51:05.6579250Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T21:51:05.6579616Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T21:51:05.6579991Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T21:51:05.6580375Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T21:51:05.6580782Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:51:05.6581193Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T21:51:05.6581554Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T21:51:05.6581944Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:51:05.6582609Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:51:05.6583115Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:51:05.6583603Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:51:05.6584090Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:51:05.6584543Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:51:05.6584954Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T21:51:05.6585361Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T21:51:05.6585771Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T21:51:05.6586202Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:51:05.6586627Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T21:51:05.6587015Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T21:51:05.6587537Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T21:51:05.6587921Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T21:51:05.6588296Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T21:51:05.6588897Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:51:05.6589336Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T21:51:05.6589737Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T21:51:05.6590147Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T21:51:05.6590576Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:51:05.6591030Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:51:05.6591476Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:51:05.6591905Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:51:05.6592300Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T21:51:05.6592674Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T21:51:05.6593058Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T21:51:05.6593430Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T21:51:05.6593799Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T21:51:05.6594195Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T21:51:05.6594592Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T21:51:05.6595023Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:51:05.6595491Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:51:05.6595945Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:51:05.6596337Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T21:51:05.6596695Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T21:51:05.6597064Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T21:51:05.6597696Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T21:51:05.6598089Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T21:51:05.6598480Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:51:05.6598905Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:51:05.6599577Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:51:05.6600015Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T21:51:05.6600400Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T21:51:05.6600799Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T21:51:05.6601345Z 	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-20T21:51:05.6601928Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:51:05.6602379Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:51:05.6602823Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:51:05.6603248Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T21:51:05.6603647Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T21:51:05.6604035Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T21:51:05.6604423Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:51:05.6604822Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:51:05.6605361Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T21:51:05.6605739Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T21:51:05.6606129Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:51:05.6606534Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:51:05.6606905Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T21:51:05.6607310Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T21:51:05.6607954Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T21:51:05.6608379Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T21:51:05.6608754Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T21:51:05.6609130Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T21:51:05.6609519Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T21:51:05.6609892Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T21:51:05.6610260Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:51:05.6610690Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:51:05.6611136Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T21:51:05.6611536Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T21:51:05.6611935Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T21:51:05.6612330Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T21:51:05.6612704Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T21:51:05.6613082Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T21:51:05.6613470Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T21:51:05.6613869Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T21:51:05.6614310Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:51:05.6614760Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:51:05.6615181Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:51:05.6615900Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T21:51:05.6616319Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T21:51:05.6616743Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T21:51:05.6617128Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T21:51:05.6617648Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T21:51:05.6618002Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T21:51:05.6618367Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T21:51:05.6618737Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T21:51:05.6619088Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T21:51:05.6619456Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:51:05.6619849Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:51:05.6620238Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T21:51:05.6620596Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T21:51:05.6620939Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T21:51:05.6621315Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T21:51:05.6621898Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T21:51:05.6622270Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T21:51:05.6622633Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T21:51:05.6622995Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T21:51:05.6623374Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T21:51:05.6623751Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T21:51:05.6624104Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T21:51:05.6624475Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T21:51:05.6624862Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T21:51:05.6625239Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T21:51:05.6625620Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T21:51:05.6625994Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T21:51:05.6626377Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T21:51:05.6626780Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T21:51:05.6627201Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T21:51:05.6627766Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T21:51:05.6628131Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T21:51:05.6628471Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T21:51:05.6628813Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T21:51:05.6629231Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:51:05.6629735Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:51:05.6630243Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:51:05.6630719Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:51:05.6631224Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:51:05.6631660Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T21:51:05.6632041Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:51:05.6632659Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:51:05.6633069Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:51:05.6633452Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T21:51:05.6633833Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:51:05.6634223Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T21:51:05.6634598Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T21:51:05.6634988Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:51:05.6635433Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:51:05.6635861Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:51:05.6636238Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T21:51:05.6636635Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:51:05.6637054Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:51:05.6637721Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T21:51:05.6638237Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T21:51:05.6638623Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:51:05.6639070Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:51:05.6639529Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T21:51:05.6639936Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T21:51:05.6640349Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T21:51:05.6641345Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T21:51:05.6641785Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T21:51:05.6946787Z [+] Installing Go for linux-arm64...
2025-08-20T21:51:06.1080237Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T21:51:06.1080571Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T21:51:06.1080833Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T21:51:06.1090137Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T21:51:06.1090499Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T21:51:06.1090843Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T21:51:06.1156202Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T21:51:06.1156666Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T21:51:06.1157136Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T21:51:06.1157737Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T21:51:06.1158176Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T21:51:06.1158616Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T21:51:06.1159084Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T21:51:06.1159528Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T21:51:06.1159952Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T21:51:06.1160382Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T21:51:06.1160812Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T21:51:06.1161235Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T21:51:06.1162066Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T21:51:06.1162545Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T21:51:06.1162987Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T21:51:06.1163458Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T21:51:06.1163918Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T21:51:06.1164369Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T21:51:06.1164816Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T21:51:06.1165226Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T21:51:06.1165569Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T21:51:06.1165893Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T21:51:06.1166215Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T21:51:06.1166542Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T21:51:06.1166875Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T21:51:06.1195204Z go version go1.22.2 linux/arm64
2025-08-20T21:51:06.1504009Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:51:06.1504369Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T21:51:06.1504731Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T21:51:06.1505095Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T21:51:06.1505467Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T21:51:06.1505833Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T21:51:06.1506189Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T21:51:06.1506576Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T21:51:06.1506922Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T21:51:06.1507249Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T21:51:06.1507839Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T21:51:06.1508239Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T21:51:06.1508623Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T21:51:06.1509025Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T21:51:06.1509415Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T21:51:06.1509810Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T21:51:06.1510213Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T21:51:06.1510582Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T21:51:06.1510956Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:51:06.1511409Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:51:06.1511850Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T21:51:06.1512244Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T21:51:06.1512663Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:51:06.1513057Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T21:51:06.1513403Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T21:51:06.1513791Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:51:06.1514229Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:51:06.1515046Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:51:06.1515476Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:51:06.1515885Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:51:06.1516301Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T21:51:06.1516729Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T21:51:06.1517151Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T21:51:06.1517870Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:51:06.1518311Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T21:51:06.1518728Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:51:06.1519130Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:51:06.1519534Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T21:51:06.1519923Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T21:51:06.1520327Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:51:06.1520959Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T21:51:06.1521373Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:51:06.1521774Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T21:51:06.1522163Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T21:51:06.1522614Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T21:51:06.1523083Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:51:06.1523553Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:51:06.1524038Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T21:51:06.1524481Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T21:51:06.1524898Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:51:06.1525320Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T21:51:06.1525724Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T21:51:06.1526136Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T21:51:06.1526530Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T21:51:06.1526894Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T21:51:06.1527247Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T21:51:06.1527922Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T21:51:06.1528321Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T21:51:06.1528719Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:51:06.1529094Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T21:51:06.1529503Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:51:06.1529935Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:51:06.1530353Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:51:06.1530759Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:51:06.1531175Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T21:51:06.1531800Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:51:06.1532214Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:51:06.1532608Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T21:51:06.1533041Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:51:06.1533536Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:51:06.1534036Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T21:51:06.1534493Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T21:51:06.1534905Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T21:51:06.1535286Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T21:51:06.1535676Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T21:51:06.1536076Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T21:51:06.1536472Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T21:51:06.1536919Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:51:06.1537609Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:51:06.1538288Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:51:06.1538776Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:51:06.1539215Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:51:06.1539610Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:51:06.1539997Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:51:06.1540408Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:51:06.1540801Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T21:51:06.1541184Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T21:51:06.1541604Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T21:51:06.1542031Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T21:51:06.1542406Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T21:51:06.1542775Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T21:51:06.1543177Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:51:06.1543578Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T21:51:06.1543950Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T21:51:06.1544318Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T21:51:06.1544708Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:51:06.1545093Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T21:51:06.1545441Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T21:51:06.1545814Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T21:51:06.1546221Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T21:51:06.1546610Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T21:51:06.1546972Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T21:51:06.1547334Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T21:51:06.1547880Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T21:51:06.1548574Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T21:51:06.1548991Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T21:51:06.1549381Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T21:51:06.1549758Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T21:51:06.1550143Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T21:51:06.1550538Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T21:51:06.1550933Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T21:51:06.1551299Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T21:51:06.1551649Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T21:51:06.1551993Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T21:51:06.1552341Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T21:51:06.1552706Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T21:51:06.1553051Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T21:51:06.1553416Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T21:51:06.1553805Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T21:51:06.1554389Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:51:06.1554822Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T21:51:06.1555221Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T21:51:06.1555609Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T21:51:06.1555995Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T21:51:06.1556427Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T21:51:06.1556829Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T21:51:06.1557237Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T21:51:06.1557757Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T21:51:06.1558149Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T21:51:06.1558560Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:51:06.1558994Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:51:06.1559420Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T21:51:06.1559805Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T21:51:06.1560196Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T21:51:06.1560604Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T21:51:06.1561014Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T21:51:06.1561417Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T21:51:06.1561808Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T21:51:06.1562200Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:51:06.1562602Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T21:51:06.1562977Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T21:51:06.1563329Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T21:51:06.1563693Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T21:51:06.1564092Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T21:51:06.1564486Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T21:51:06.1565090Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T21:51:06.1565501Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T21:51:06.1565869Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T21:51:06.1566244Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T21:51:06.1566625Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T21:51:06.1567032Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T21:51:06.1567578Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:51:06.1568025Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T21:51:06.1568420Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T21:51:06.1568789Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T21:51:06.1569180Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T21:51:06.1569594Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:51:06.1570011Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:51:06.1570357Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T21:51:06.1570840Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T21:51:06.1571254Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:51:06.1571682Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T21:51:06.1572093Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T21:51:06.1572474Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T21:51:06.1572850Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T21:51:06.1573231Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T21:51:06.1573651Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:51:06.1574113Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:51:06.1574522Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T21:51:06.1574890Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T21:51:06.1575247Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T21:51:06.1575687Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:51:06.1576186Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:51:06.1576623Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T21:51:06.1577001Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T21:51:06.1577642Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:51:06.1578195Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:51:06.1578698Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:51:06.1579137Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T21:51:06.1579494Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T21:51:06.1579868Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T21:51:06.1580275Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T21:51:06.1580687Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T21:51:06.1581088Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:51:06.1581651Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T21:51:06.1582043Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T21:51:06.1582439Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:51:06.1582838Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T21:51:06.1583238Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:51:06.1583634Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T21:51:06.1584025Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:51:06.1584416Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T21:51:06.1584840Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:51:06.1585286Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T21:51:06.1585718Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T21:51:06.1586104Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T21:51:06.1586475Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T21:51:06.1586848Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T21:51:06.1587526Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T21:51:06.1587922Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T21:51:06.1588338Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:51:06.1588804Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:51:06.1589251Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:51:06.1589659Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T21:51:06.1590046Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T21:51:06.1590426Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T21:51:06.1590804Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T21:51:06.1591174Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T21:51:06.1591562Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T21:51:06.1591941Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T21:51:06.1592383Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:51:06.1592853Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T21:51:06.1593310Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:51:06.1593830Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:51:06.1594341Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:51:06.1594844Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:51:06.1595281Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T21:51:06.1595646Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T21:51:06.1596010Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T21:51:06.1596385Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:51:06.1596759Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T21:51:06.1597121Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T21:51:06.1597602Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:51:06.1598175Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T21:51:06.1598571Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:51:06.1598944Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T21:51:06.1599313Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T21:51:06.1599711Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T21:51:06.1600096Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T21:51:06.1600508Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:51:06.1600938Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:51:06.1601353Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T21:51:06.1601762Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T21:51:06.1602165Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T21:51:06.1602572Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T21:51:06.1602990Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T21:51:06.1603380Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T21:51:06.1603877Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T21:51:06.1604382Z 	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-20T21:51:06.1604896Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T21:51:06.1605261Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T21:51:06.1605632Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T21:51:06.1605995Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T21:51:06.1606388Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:51:06.1606818Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T21:51:06.1607238Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:51:06.1607792Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T21:51:06.1608198Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T21:51:06.1608600Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T21:51:06.1609019Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:51:06.1609425Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T21:51:06.1609812Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T21:51:06.1610243Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:51:06.1610732Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:51:06.1611226Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:51:06.1611670Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:51:06.1612079Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T21:51:06.1612480Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T21:51:06.1612952Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:51:06.1613433Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T21:51:06.1613841Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T21:51:06.1614452Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:51:06.1614921Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T21:51:06.1615322Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T21:51:06.1615678Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T21:51:06.1616029Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T21:51:06.1616393Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T21:51:06.1616772Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T21:51:06.1617134Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T21:51:06.1617594Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T21:51:06.1617962Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T21:51:06.1618317Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T21:51:06.1618672Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T21:51:06.1619042Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T21:51:06.1619393Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T21:51:06.1619765Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T21:51:06.1620338Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T21:51:06.1620699Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T21:51:06.1621056Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T21:51:06.1621411Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T21:51:06.1621777Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T21:51:06.1622148Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T21:51:06.1622513Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T21:51:06.1622870Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T21:51:06.1623241Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T21:51:06.1623657Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T21:51:06.1624090Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T21:51:06.1624490Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T21:51:06.1624848Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T21:51:06.1625227Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:51:06.1625649Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:51:06.1626045Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T21:51:06.1626406Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T21:51:06.1626771Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T21:51:06.1627125Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T21:51:06.1627619Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T21:51:06.1627981Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T21:51:06.1628341Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T21:51:06.1628703Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T21:51:06.1629060Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T21:51:06.1629404Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T21:51:06.1629732Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T21:51:06.1630103Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:51:06.1630697Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T21:51:06.1631104Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:51:06.1631495Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T21:51:06.1631884Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:51:06.1632299Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:51:06.1632796Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:51:06.1633405Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:51:06.1634027Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:51:06.1634565Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:51:06.1635149Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:51:06.1635604Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:51:06.1636120Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:51:06.1636884Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:51:06.1637567Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:51:06.1638062Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:51:06.1638502Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T21:51:06.1638872Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T21:51:06.1639242Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T21:51:06.1639626Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T21:51:06.1640023Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T21:51:06.1640407Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T21:51:06.1640789Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T21:51:06.1641179Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T21:51:06.1641556Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T21:51:06.1641940Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T21:51:06.1642318Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T21:51:06.1642686Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T21:51:06.1643058Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T21:51:06.1643451Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T21:51:06.1643845Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T21:51:06.1644255Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T21:51:06.1644668Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T21:51:06.1645040Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T21:51:06.1645427Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T21:51:06.1645835Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T21:51:06.1646245Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:51:06.1646682Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:51:06.1647298Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T21:51:06.1647817Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T21:51:06.1648182Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T21:51:06.1648563Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T21:51:06.1648928Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T21:51:06.1649318Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:51:06.1649701Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T21:51:06.1650085Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T21:51:06.1650464Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T21:51:06.1650822Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T21:51:06.1651189Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T21:51:06.1651737Z 	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-20T21:51:06.1652451Z 	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-20T21:51:06.1653133Z 	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-20T21:51:06.1653949Z 	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-20T21:51:06.1654474Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T21:51:06.1654857Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T21:51:06.1655259Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T21:51:06.1655654Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T21:51:06.1656034Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T21:51:06.1656453Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T21:51:06.1656818Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T21:51:06.1657191Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T21:51:06.1657673Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T21:51:06.1658050Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T21:51:06.1658424Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T21:51:06.1658808Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T21:51:06.1659209Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T21:51:06.1659604Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T21:51:06.1659998Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T21:51:06.1660386Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T21:51:06.1660764Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T21:51:06.1661151Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T21:51:06.1661555Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T21:51:06.1661947Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T21:51:06.1662339Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T21:51:06.1662729Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T21:51:06.1663152Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:51:06.1663581Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T21:51:06.1664174Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T21:51:06.1664663Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:51:06.1665120Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:51:06.1665523Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T21:51:06.1665892Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T21:51:06.1666269Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T21:51:06.1666660Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T21:51:06.1667067Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:51:06.1667598Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T21:51:06.1667991Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T21:51:06.1668385Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T21:51:06.1668852Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:51:06.1669321Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:51:06.1669878Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T21:51:06.1670281Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:51:06.1670732Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:51:06.1671177Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:51:06.1671646Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:51:06.1672133Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:51:06.1672580Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:51:06.1673019Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:51:06.1673414Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T21:51:06.1673806Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T21:51:06.1674225Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T21:51:06.1674607Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T21:51:06.1674985Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T21:51:06.1675392Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T21:51:06.1675789Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T21:51:06.1676198Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:51:06.1676615Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T21:51:06.1677006Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T21:51:06.1677540Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T21:51:06.1677923Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T21:51:06.1678285Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T21:51:06.1678668Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:51:06.1679083Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:51:06.1679473Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T21:51:06.1679916Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:51:06.1680615Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:51:06.1681026Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T21:51:06.1681459Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:51:06.1681881Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T21:51:06.1682288Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:51:06.1682693Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T21:51:06.1683047Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T21:51:06.1683407Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T21:51:06.1683796Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T21:51:06.1684187Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T21:51:06.1684568Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T21:51:06.1684922Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T21:51:06.1685266Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T21:51:06.1685613Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T21:51:06.1686098Z 	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-20T21:51:06.1686761Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T21:51:06.1687144Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T21:51:06.1687643Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T21:51:06.1688040Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T21:51:06.1688447Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T21:51:06.1688859Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T21:51:06.1689260Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T21:51:06.1689672Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:51:06.1690080Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T21:51:06.1690458Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T21:51:06.1690822Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T21:51:06.1691178Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T21:51:06.1691553Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T21:51:06.1691974Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T21:51:06.1692401Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T21:51:06.1692802Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T21:51:06.1693223Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:51:06.1693664Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:51:06.1694060Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T21:51:06.1694430Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T21:51:06.1694772Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T21:51:06.1695117Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T21:51:06.1695484Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T21:51:06.1695860Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T21:51:06.1696236Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T21:51:06.1696825Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T21:51:06.1697257Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T21:51:06.1697846Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:51:06.1698279Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T21:51:06.1698653Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T21:51:06.1699037Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T21:51:06.1699426Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T21:51:06.1699810Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T21:51:06.1700189Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T21:51:06.1700560Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T21:51:06.1701003Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:51:06.1701491Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:51:06.1701911Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T21:51:06.1702284Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T21:51:06.1702810Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T21:51:06.1703210Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T21:51:06.1703593Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T21:51:06.1703962Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T21:51:06.1704356Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T21:51:06.1704733Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T21:51:06.1705084Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T21:51:06.1705436Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T21:51:06.1705830Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T21:51:06.1706249Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T21:51:06.1706629Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T21:51:06.1707010Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T21:51:06.1707594Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:51:06.1708046Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T21:51:06.1708469Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:51:06.1708860Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T21:51:06.1709375Z 	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-20T21:51:06.1709882Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T21:51:06.1710273Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:51:06.1710683Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T21:51:06.1711111Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:51:06.1711628Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:51:06.1712210Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:51:06.1712818Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:51:06.1713688Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:51:06.1714355Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:51:06.1714984Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:51:06.1715612Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:51:06.1716190Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:51:06.1716669Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T21:51:06.1717109Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:51:06.1717650Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T21:51:06.1718073Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:51:06.1718549Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:51:06.1718982Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T21:51:06.1719362Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T21:51:06.1719729Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T21:51:06.1720266Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T21:51:06.1720643Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T21:51:06.1721053Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:51:06.1721462Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T21:51:06.1721823Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T21:51:06.1722209Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:51:06.1722676Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:51:06.1723163Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:51:06.1723650Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:51:06.1724143Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:51:06.1724592Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:51:06.1725002Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T21:51:06.1725414Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T21:51:06.1725827Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T21:51:06.1726253Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:51:06.1726683Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T21:51:06.1727071Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T21:51:06.1727569Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T21:51:06.1727954Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T21:51:06.1728334Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T21:51:06.1728765Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:51:06.1729201Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T21:51:06.1729604Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T21:51:06.1730015Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T21:51:06.1730636Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:51:06.1731100Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:51:06.1731539Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:51:06.1731972Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:51:06.1732372Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T21:51:06.1732739Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T21:51:06.1733125Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T21:51:06.1733495Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T21:51:06.1733858Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T21:51:06.1734257Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T21:51:06.1734659Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T21:51:06.1735083Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:51:06.1735555Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:51:06.1736011Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:51:06.1736547Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T21:51:06.1736898Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T21:51:06.1737269Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T21:51:06.1737853Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T21:51:06.1738243Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T21:51:06.1738633Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:51:06.1739065Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:51:06.1739531Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:51:06.1739953Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T21:51:06.1740335Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T21:51:06.1740737Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T21:51:06.1741276Z 	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-20T21:51:06.1741850Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:51:06.1742301Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:51:06.1742743Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:51:06.1743169Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T21:51:06.1743565Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T21:51:06.1743954Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T21:51:06.1744339Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:51:06.1744740Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:51:06.1745139Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T21:51:06.1745518Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T21:51:06.1745906Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:51:06.1746309Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:51:06.1746684Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T21:51:06.1747301Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T21:51:06.1747953Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T21:51:06.1748374Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T21:51:06.1748749Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T21:51:06.1749127Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T21:51:06.1749514Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T21:51:06.1749888Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T21:51:06.1750258Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:51:06.1750686Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:51:06.1751127Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T21:51:06.1751533Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T21:51:06.1751928Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T21:51:06.1752321Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T21:51:06.1752703Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T21:51:06.1753273Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T21:51:06.1753659Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T21:51:06.1754060Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T21:51:06.1754500Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:51:06.1754943Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:51:06.1755369Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:51:06.1755768Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T21:51:06.1756209Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T21:51:06.1756635Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T21:51:06.1757027Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T21:51:06.1757526Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T21:51:06.1757896Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T21:51:06.1758259Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T21:51:06.1758632Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T21:51:06.1758983Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T21:51:06.1759353Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:51:06.1759748Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:51:06.1760132Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T21:51:06.1760483Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T21:51:06.1760832Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T21:51:06.1761212Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T21:51:06.1761606Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T21:51:06.1761981Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T21:51:06.1762344Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T21:51:06.1762707Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T21:51:06.1763090Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T21:51:06.1763684Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T21:51:06.1764046Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T21:51:06.1764417Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T21:51:06.1764808Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T21:51:06.1765191Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T21:51:06.1765564Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T21:51:06.1765936Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T21:51:06.1766319Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T21:51:06.1766719Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T21:51:06.1767143Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T21:51:06.1767698Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T21:51:06.1768062Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T21:51:06.1768405Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T21:51:06.1768744Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T21:51:06.1769325Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:51:06.1769828Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:51:06.1770300Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:51:06.1770774Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:51:06.1771275Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:51:06.1771712Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T21:51:06.1772094Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:51:06.1772482Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:51:06.1772870Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:51:06.1773255Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T21:51:06.1773640Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:51:06.1774023Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T21:51:06.1774395Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T21:51:06.1774785Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:51:06.1775227Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:51:06.1775666Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:51:06.1776040Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T21:51:06.1776436Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:51:06.1776860Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:51:06.1777241Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T21:51:06.1777739Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T21:51:06.1778130Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:51:06.1778576Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:51:06.1779035Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T21:51:06.1779444Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T21:51:06.1780029Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T21:51:06.1780466Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T21:51:06.1780898Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T21:51:06.3794196Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:51:06.5691426Z Collecting meson
2025-08-20T21:51:06.6496289Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T21:51:06.7306646Z Collecting ninja
2025-08-20T21:51:06.7453794Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T21:51:06.7720303Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T21:51:06.8469528Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 19.1 MB/s  0:00:00
2025-08-20T21:51:06.8615018Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T21:51:06.9520963Z Installing collected packages: ninja, meson
2025-08-20T21:51:07.6399609Z 
2025-08-20T21:51:07.6422770Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T21:51:07.9111895Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:51:08.0038830Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T21:51:08.0968604Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T21:51:08.4943952Z 1.8.4
2025-08-20T21:51:08.5262048Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T21:51:08.5555233Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:51:08.5555683Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T21:51:08.5556037Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T21:51:08.5556395Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T21:51:08.5556804Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T21:51:08.5557166Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T21:51:08.5561055Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T21:51:08.5561433Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T21:51:08.5561779Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T21:51:08.5562136Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T21:51:08.5562487Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T21:51:08.5562866Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T21:51:08.5563247Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T21:51:08.5563651Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T21:51:08.5564042Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T21:51:08.5564448Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T21:51:08.5564851Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T21:51:08.5565208Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T21:51:08.5565583Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:51:08.5566045Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:51:08.5566490Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T21:51:08.5566881Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T21:51:08.5567294Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:51:08.5567870Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T21:51:08.5568221Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T21:51:08.5568964Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:51:08.5569405Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:51:08.5569816Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:51:08.5570213Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:51:08.5570622Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:51:08.5571036Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T21:51:08.5571457Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T21:51:08.5571884Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T21:51:08.5572299Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:51:08.5572741Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T21:51:08.5573167Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:51:08.5573565Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:51:08.5573970Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T21:51:08.5574551Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T21:51:08.5574957Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:51:08.5575381Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T21:51:08.5575795Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:51:08.5576196Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T21:51:08.5576589Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T21:51:08.5577044Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T21:51:08.5577686Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:51:08.5578169Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:51:08.5578661Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T21:51:08.5579106Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T21:51:08.5579523Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:51:08.5579938Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T21:51:08.5582187Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T21:51:08.5582619Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T21:51:08.5583027Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T21:51:08.5583394Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T21:51:08.5583750Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T21:51:08.5584118Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T21:51:08.5584509Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T21:51:08.5584912Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:51:08.5585292Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T21:51:08.5585699Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:51:08.5586135Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:51:08.5586559Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:51:08.5587231Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:51:08.5587776Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T21:51:08.5588201Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:51:08.5588603Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:51:08.5589002Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T21:51:08.5589435Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:51:08.5589934Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:51:08.5590435Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T21:51:08.5590891Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T21:51:08.5591301Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T21:51:08.5591689Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T21:51:08.5592081Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T21:51:08.5592482Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T21:51:08.5592878Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T21:51:08.5593505Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:51:08.5594004Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:51:08.5594503Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:51:08.5594990Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:51:08.5595426Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:51:08.5595829Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:51:08.5596219Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:51:08.5596620Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:51:08.5597014Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T21:51:08.5597621Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T21:51:08.5598057Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T21:51:08.5598473Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T21:51:08.5598852Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T21:51:08.5599219Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T21:51:08.5599619Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:51:08.5600026Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T21:51:08.5600396Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T21:51:08.5600761Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T21:51:08.5601151Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:51:08.5601542Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T21:51:08.5601891Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T21:51:08.5602266Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T21:51:08.5602672Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T21:51:08.5603058Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T21:51:08.5603418Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T21:51:08.5604051Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T21:51:08.5604438Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T21:51:08.5604824Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T21:51:08.5605221Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T21:51:08.5605615Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T21:51:08.5605998Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T21:51:08.5606377Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T21:51:08.5606772Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T21:51:08.5607169Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T21:51:08.5607683Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T21:51:08.5608041Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T21:51:08.5608385Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T21:51:08.5608735Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T21:51:08.5609097Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T21:51:08.5609444Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T21:51:08.5610061Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T21:51:08.5610455Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T21:51:08.5610882Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:51:08.5611313Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T21:51:08.5611710Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T21:51:08.5612101Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T21:51:08.5612490Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T21:51:08.5612874Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T21:51:08.5613278Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T21:51:08.5613687Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T21:51:08.5614073Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T21:51:08.5614462Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T21:51:08.5614870Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:51:08.5615305Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:51:08.5615755Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T21:51:08.5616142Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T21:51:08.5616536Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T21:51:08.5616944Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T21:51:08.5617602Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T21:51:08.5618038Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T21:51:08.5618438Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T21:51:08.5618833Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:51:08.5619230Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T21:51:08.5619606Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T21:51:08.5619957Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T21:51:08.5620316Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T21:51:08.5620903Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T21:51:08.5621309Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T21:51:08.5621701Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T21:51:08.5622087Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T21:51:08.5622457Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T21:51:08.5622827Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T21:51:08.5623200Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T21:51:08.5623583Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T21:51:08.5624004Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:51:08.5624445Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T21:51:08.5624843Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T21:51:08.5625210Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T21:51:08.5625596Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T21:51:08.5626011Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:51:08.5626558Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:51:08.5626907Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T21:51:08.5627244Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T21:51:08.5627883Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:51:08.5628313Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T21:51:08.5628726Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T21:51:08.5629105Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T21:51:08.5629478Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T21:51:08.5629977Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T21:51:08.5630392Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:51:08.5630859Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:51:08.5631272Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T21:51:08.5631632Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T21:51:08.5631992Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T21:51:08.5632431Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:51:08.5632934Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:51:08.5633370Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T21:51:08.5633745Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T21:51:08.5634201Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:51:08.5634778Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:51:08.5635278Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:51:08.5635708Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T21:51:08.5636065Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T21:51:08.5636439Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T21:51:08.5636844Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T21:51:08.5637580Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T21:51:08.5638034Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:51:08.5638406Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T21:51:08.5638776Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T21:51:08.5639178Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:51:08.5639572Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T21:51:08.5639961Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:51:08.5640355Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T21:51:08.5640744Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:51:08.5641131Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T21:51:08.5641549Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:51:08.5641991Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T21:51:08.5642414Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T21:51:08.5642804Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T21:51:08.5643309Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T21:51:08.5643681Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T21:51:08.5644052Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T21:51:08.5644441Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T21:51:08.5644855Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:51:08.5645323Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:51:08.5645769Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:51:08.5646172Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T21:51:08.5646558Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T21:51:08.5646941Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T21:51:08.5647313Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T21:51:08.5647843Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T21:51:08.5648230Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T21:51:08.5648609Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T21:51:08.5649051Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:51:08.5649527Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T21:51:08.5649985Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:51:08.5650498Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:51:08.5651006Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:51:08.5651508Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:51:08.5651941Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T21:51:08.5652301Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T21:51:08.5652661Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T21:51:08.5653035Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:51:08.5653410Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T21:51:08.5653981Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T21:51:08.5654376Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:51:08.5654758Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T21:51:08.5655139Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:51:08.5655515Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T21:51:08.5655886Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T21:51:08.5656280Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T21:51:08.5656668Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T21:51:08.5657076Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:51:08.5657632Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:51:08.5658054Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T21:51:08.5658463Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T21:51:08.5658862Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T21:51:08.5659273Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T21:51:08.5659840Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T21:51:08.5660228Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T21:51:08.5660586Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T21:51:08.5661091Z 	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-20T21:51:08.5661604Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T21:51:08.5661978Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T21:51:08.5662352Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T21:51:08.5662714Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T21:51:08.5663106Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:51:08.5663542Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T21:51:08.5663964Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:51:08.5664389Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T21:51:08.5664791Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T21:51:08.5665191Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T21:51:08.5665607Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:51:08.5666015Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T21:51:08.5666411Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T21:51:08.5666842Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:51:08.5667330Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:51:08.5668026Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:51:08.5668476Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:51:08.5668885Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T21:51:08.5669285Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T21:51:08.5669759Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:51:08.5670456Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T21:51:08.5670877Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T21:51:08.5671309Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:51:08.5671761Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T21:51:08.5672172Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T21:51:08.5672531Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T21:51:08.5672876Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T21:51:08.5673242Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T21:51:08.5673621Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T21:51:08.5673982Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T21:51:08.5674334Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T21:51:08.5674700Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T21:51:08.5675056Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T21:51:08.5675406Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T21:51:08.5675772Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T21:51:08.5676264Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T21:51:08.5676637Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T21:51:08.5677018Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T21:51:08.5677605Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T21:51:08.5677978Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T21:51:08.5678336Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T21:51:08.5678705Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T21:51:08.5679076Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T21:51:08.5679438Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T21:51:08.5679798Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T21:51:08.5680173Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T21:51:08.5680592Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T21:51:08.5681023Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T21:51:08.5681425Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T21:51:08.5681788Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T21:51:08.5682168Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:51:08.5682589Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:51:08.5682987Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T21:51:08.5683345Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T21:51:08.5683709Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T21:51:08.5684067Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T21:51:08.5684408Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T21:51:08.5684754Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T21:51:08.5685106Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T21:51:08.5685474Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T21:51:08.5685835Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T21:51:08.5686181Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T21:51:08.5686759Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T21:51:08.5687168Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:51:08.5687726Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T21:51:08.5688122Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:51:08.5688521Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T21:51:08.5688912Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:51:08.5689322Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:51:08.5689818Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:51:08.5690431Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:51:08.5691058Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:51:08.5691598Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:51:08.5692065Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:51:08.5692676Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:51:08.5693191Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:51:08.5693806Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:51:08.5694365Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:51:08.5694855Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:51:08.5695302Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T21:51:08.5695668Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T21:51:08.5696041Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T21:51:08.5696413Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T21:51:08.5696792Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T21:51:08.5697184Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T21:51:08.5697759Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T21:51:08.5698147Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T21:51:08.5698530Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T21:51:08.5698916Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T21:51:08.5699288Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T21:51:08.5699667Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T21:51:08.5700039Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T21:51:08.5700427Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T21:51:08.5700817Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T21:51:08.5701226Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T21:51:08.5701635Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T21:51:08.5702001Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T21:51:08.5702391Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T21:51:08.5702800Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T21:51:08.5703210Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:51:08.5703856Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:51:08.5704294Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T21:51:08.5704660Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T21:51:08.5705024Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T21:51:08.5705407Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T21:51:08.5705773Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T21:51:08.5706158Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:51:08.5706545Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T21:51:08.5706927Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T21:51:08.5707304Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T21:51:08.5707909Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T21:51:08.5708279Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T21:51:08.5708823Z 	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-20T21:51:08.5709711Z 	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-20T21:51:08.5710396Z 	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-20T21:51:08.5711061Z 	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-20T21:51:08.5711585Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T21:51:08.5711963Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T21:51:08.5712369Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T21:51:08.5712765Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T21:51:08.5713139Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T21:51:08.5713513Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T21:51:08.5713881Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T21:51:08.5714251Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T21:51:08.5714625Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T21:51:08.5714995Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T21:51:08.5715373Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T21:51:08.5715754Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T21:51:08.5716159Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T21:51:08.5716557Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T21:51:08.5716953Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T21:51:08.5717339Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T21:51:08.5717885Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T21:51:08.5718272Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T21:51:08.5718670Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T21:51:08.5719062Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T21:51:08.5719456Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T21:51:08.5719841Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T21:51:08.5720468Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:51:08.5720916Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T21:51:08.5721316Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T21:51:08.5721752Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:51:08.5722210Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:51:08.5722613Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T21:51:08.5722979Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T21:51:08.5723359Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T21:51:08.5723753Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T21:51:08.5724161Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:51:08.5724561Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T21:51:08.5724937Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T21:51:08.5725327Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T21:51:08.5725795Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:51:08.5726422Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:51:08.5726818Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T21:51:08.5727223Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:51:08.5727855Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:51:08.5728304Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:51:08.5728782Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:51:08.5729266Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:51:08.5729707Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:51:08.5730140Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:51:08.5730538Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T21:51:08.5730924Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T21:51:08.5731337Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T21:51:08.5731717Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T21:51:08.5732088Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T21:51:08.5732497Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T21:51:08.5732895Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T21:51:08.5733298Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:51:08.5733718Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T21:51:08.5734114Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T21:51:08.5734493Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T21:51:08.5734896Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T21:51:08.5735247Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T21:51:08.5735630Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:51:08.5736046Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:51:08.5736659Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T21:51:08.5737120Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:51:08.5737690Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:51:08.5738083Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T21:51:08.5738521Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:51:08.5738937Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T21:51:08.5739340Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:51:08.5739743Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T21:51:08.5740096Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T21:51:08.5740456Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T21:51:08.5740847Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T21:51:08.5741238Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T21:51:08.5741614Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T21:51:08.5741971Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T21:51:08.5742509Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T21:51:08.5742856Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T21:51:08.5743338Z 	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-20T21:51:08.5743841Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T21:51:08.5744222Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T21:51:08.5744599Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T21:51:08.5744996Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T21:51:08.5745402Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T21:51:08.5745809Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T21:51:08.5746206Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T21:51:08.5746615Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:51:08.5747022Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T21:51:08.5747543Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T21:51:08.5747924Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T21:51:08.5748282Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T21:51:08.5748654Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T21:51:08.5749078Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T21:51:08.5749503Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T21:51:08.5749897Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T21:51:08.5750316Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:51:08.5750760Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:51:08.5751158Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T21:51:08.5751522Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T21:51:08.5751867Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T21:51:08.5752214Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T21:51:08.5752579Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T21:51:08.5753155Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T21:51:08.5753546Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T21:51:08.5753945Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T21:51:08.5754361Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T21:51:08.5754821Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:51:08.5755256Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T21:51:08.5755626Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T21:51:08.5756012Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T21:51:08.5756396Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T21:51:08.5756781Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T21:51:08.5757161Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T21:51:08.5757760Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T21:51:08.5758206Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:51:08.5758697Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:51:08.5759283Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T21:51:08.5759657Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T21:51:08.5760031Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T21:51:08.5760429Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T21:51:08.5760817Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T21:51:08.5761189Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T21:51:08.5761589Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T21:51:08.5761977Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T21:51:08.5762324Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T21:51:08.5762676Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T21:51:08.5763074Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T21:51:08.5763492Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T21:51:08.5763868Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T21:51:08.5764250Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T21:51:08.5764688Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:51:08.5765125Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T21:51:08.5765553Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:51:08.5765948Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T21:51:08.5766458Z 	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-20T21:51:08.5766965Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T21:51:08.5767576Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:51:08.5768019Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T21:51:08.5768447Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:51:08.5768962Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:51:08.5769542Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:51:08.5770353Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:51:08.5771013Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:51:08.5771655Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:51:08.5772282Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:51:08.5772901Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:51:08.5773477Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:51:08.5773955Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T21:51:08.5774393Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:51:08.5774830Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T21:51:08.5775255Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:51:08.5775732Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:51:08.5776318Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T21:51:08.5776704Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T21:51:08.5777067Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T21:51:08.5777565Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T21:51:08.5777945Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T21:51:08.5778350Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:51:08.5778765Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T21:51:08.5779127Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T21:51:08.5779510Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:51:08.5779970Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:51:08.5780462Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:51:08.5780949Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:51:08.5781439Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:51:08.5781890Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:51:08.5782301Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T21:51:08.5782717Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T21:51:08.5783133Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T21:51:08.5783564Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:51:08.5783988Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T21:51:08.5784377Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T21:51:08.5784759Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T21:51:08.5785127Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T21:51:08.5785500Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T21:51:08.5785931Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:51:08.5786371Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T21:51:08.5786776Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T21:51:08.5787538Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T21:51:08.5788007Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:51:08.5788454Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:51:08.5788901Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:51:08.5789336Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:51:08.5789730Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T21:51:08.5790099Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T21:51:08.5790482Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T21:51:08.5790851Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T21:51:08.5791224Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T21:51:08.5791623Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T21:51:08.5792019Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T21:51:08.5792443Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:51:08.5793046Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:51:08.5793502Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:51:08.5793891Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T21:51:08.5794241Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T21:51:08.5794606Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T21:51:08.5794996Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T21:51:08.5795382Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T21:51:08.5795769Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:51:08.5796196Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:51:08.5796638Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:51:08.5797054Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T21:51:08.5797566Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T21:51:08.5797971Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T21:51:08.5798514Z 	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-20T21:51:08.5799093Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:51:08.5799546Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:51:08.5799991Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:51:08.5800412Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T21:51:08.5800807Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T21:51:08.5801199Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T21:51:08.5801585Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:51:08.5801981Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:51:08.5802382Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T21:51:08.5802761Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T21:51:08.5803151Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:51:08.5803751Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:51:08.5804132Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T21:51:08.5804538Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T21:51:08.5804997Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T21:51:08.5805423Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T21:51:08.5805796Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T21:51:08.5806171Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T21:51:08.5806554Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T21:51:08.5806926Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T21:51:08.5807294Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:51:08.5807864Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:51:08.5808309Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T21:51:08.5808711Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T21:51:08.5809103Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T21:51:08.5809653Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T21:51:08.5810032Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T21:51:08.5810404Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T21:51:08.5810784Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T21:51:08.5811182Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T21:51:08.5811625Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:51:08.5812070Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:51:08.5812483Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:51:08.5812881Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T21:51:08.5813286Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T21:51:08.5813708Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T21:51:08.5814093Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T21:51:08.5814446Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T21:51:08.5814793Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T21:51:08.5815154Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T21:51:08.5815525Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T21:51:08.5815880Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T21:51:08.5816251Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:51:08.5816645Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:51:08.5817032Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T21:51:08.5817566Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T21:51:08.5817925Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T21:51:08.5818302Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T21:51:08.5818696Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T21:51:08.5819069Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T21:51:08.5819430Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T21:51:08.5819998Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T21:51:08.5820385Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T21:51:08.5820766Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T21:51:08.5821111Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T21:51:08.5821481Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T21:51:08.5821872Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T21:51:08.5822251Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T21:51:08.5822625Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T21:51:08.5822999Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T21:51:08.5823383Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T21:51:08.5823785Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T21:51:08.5824206Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T21:51:08.5824603Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T21:51:08.5824960Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T21:51:08.5825463Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T21:51:08.5825803Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T21:51:08.5826219Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:51:08.5826716Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:51:08.5827189Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:51:08.5827786Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:51:08.5828292Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:51:08.5828723Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T21:51:08.5829098Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:51:08.5829482Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:51:08.5829873Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:51:08.5830255Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T21:51:08.5830638Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:51:08.5831020Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T21:51:08.5831391Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T21:51:08.5831785Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:51:08.5832223Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:51:08.5832651Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:51:08.5833024Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T21:51:08.5833424Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:51:08.5833847Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:51:08.5834225Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T21:51:08.5834572Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T21:51:08.5835005Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:51:08.5835454Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:51:08.5836136Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T21:51:08.5836595Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T21:51:08.5837007Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T21:51:08.5837602Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T21:51:08.5838051Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T21:51:09.0621966Z info: downloading installer
2025-08-20T21:51:09.4712819Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T21:51:09.4713188Z warn: /home/runner/.rustup/settings.toml
2025-08-20T21:51:09.4713554Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T21:51:09.4713981Z warn: instead of the one inferred from the default host triple.
2025-08-20T21:51:09.4924463Z info: profile set to 'default'
2025-08-20T21:51:09.4925271Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T21:51:09.4925667Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T21:51:09.5474863Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T21:51:09.7351484Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:51:09.7657019Z info: downloading component 'clippy'
2025-08-20T21:51:09.9183930Z info: downloading component 'rustfmt'
2025-08-20T21:51:10.0522203Z info: downloading component 'cargo'
2025-08-20T21:51:10.2608805Z info: downloading component 'rust-std'
2025-08-20T21:51:10.7015457Z info: downloading component 'rustc'
2025-08-20T21:51:11.6363896Z info: removing previous version of component 'clippy'
2025-08-20T21:51:11.6512604Z info: removing previous version of component 'rustfmt'
2025-08-20T21:51:11.6576753Z info: removing previous version of component 'cargo'
2025-08-20T21:51:11.6795138Z info: removing previous version of component 'rust-std'
2025-08-20T21:51:11.6908493Z info: removing previous version of component 'rustc'
2025-08-20T21:51:11.7123846Z info: installing component 'clippy'
2025-08-20T21:51:11.9815681Z info: installing component 'rustfmt'
2025-08-20T21:51:12.1852709Z info: installing component 'cargo'
2025-08-20T21:51:12.6880140Z info: installing component 'rust-std'
2025-08-20T21:51:14.0007462Z info: installing component 'rustc'
2025-08-20T21:51:16.8074211Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T21:51:16.8074511Z 
2025-08-20T21:51:16.8146343Z   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-20T21:51:16.8146775Z 
2025-08-20T21:51:16.8146779Z 
2025-08-20T21:51:16.8146857Z Rust is installed now. Great!
2025-08-20T21:51:16.8147002Z 
2025-08-20T21:51:16.8147172Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T21:51:16.8147676Z environment variable. This has not been done automatically.
2025-08-20T21:51:16.8147899Z 
2025-08-20T21:51:16.8148034Z To configure your current shell, you need to source
2025-08-20T21:51:16.8148317Z the corresponding env file under $HOME/.cargo.
2025-08-20T21:51:16.8148498Z 
2025-08-20T21:51:16.8148662Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T21:51:16.8149044Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T21:51:16.8149354Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T21:51:16.8149625Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T21:51:16.8319994Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T21:51:16.8653913Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T21:51:16.8654204Z 
2025-08-20T21:51:16.8725590Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:51:16.8725929Z 
2025-08-20T21:51:16.9152649Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:51:16.9551459Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T21:51:16.9965030Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:51:16.9965526Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T21:51:16.9965877Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T21:51:16.9966235Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T21:51:16.9966656Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T21:51:16.9967024Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T21:51:16.9967530Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T21:51:16.9967910Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T21:51:16.9968256Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T21:51:16.9968577Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T21:51:16.9968933Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T21:51:16.9969328Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T21:51:16.9969708Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T21:51:16.9970110Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T21:51:16.9970503Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T21:51:16.9971289Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T21:51:16.9971690Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T21:51:16.9972050Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T21:51:16.9972427Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:51:16.9972883Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:51:16.9973324Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T21:51:16.9973717Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T21:51:16.9974139Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:51:16.9974536Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T21:51:16.9974884Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T21:51:16.9975277Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:51:16.9975707Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:51:16.9976124Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:51:16.9976526Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:51:16.9976934Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:51:16.9977491Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T21:51:16.9977929Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T21:51:16.9978356Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T21:51:16.9978774Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:51:16.9979217Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T21:51:16.9979641Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:51:16.9980042Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:51:16.9980450Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T21:51:16.9980839Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T21:51:16.9981244Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:51:16.9981912Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T21:51:16.9982341Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:51:16.9982744Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T21:51:16.9983134Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T21:51:16.9983590Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T21:51:16.9984060Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:51:16.9984532Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:51:16.9985019Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T21:51:16.9985460Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T21:51:16.9985880Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:51:16.9986298Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T21:51:16.9986705Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T21:51:16.9987121Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T21:51:16.9987816Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T21:51:16.9988185Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T21:51:16.9988542Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T21:51:16.9988910Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T21:51:16.9989302Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T21:51:16.9989703Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:51:16.9990083Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T21:51:16.9990491Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:51:16.9990924Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:51:16.9991345Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:51:16.9991756Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:51:16.9992176Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T21:51:16.9992603Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:51:16.9993005Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:51:16.9993400Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T21:51:16.9993836Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:51:16.9994335Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:51:16.9994831Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T21:51:16.9995288Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T21:51:16.9995699Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T21:51:16.9996093Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T21:51:16.9996486Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T21:51:16.9996889Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T21:51:16.9997285Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T21:51:16.9998043Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:51:16.9998774Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:51:16.9999293Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:51:16.9999785Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:51:17.0000221Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:51:17.0000628Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:51:17.0001016Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:51:17.0001421Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:51:17.0001815Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T21:51:17.0002199Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T21:51:17.0002618Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T21:51:17.0003041Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T21:51:17.0003421Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T21:51:17.0003788Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T21:51:17.0004189Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:51:17.0004874Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T21:51:17.0005248Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T21:51:17.0005612Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T21:51:17.0006001Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:51:17.0006385Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T21:51:17.0006729Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T21:51:17.0007106Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T21:51:17.0007666Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T21:51:17.0008046Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T21:51:17.0008404Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T21:51:17.0008772Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T21:51:17.0009144Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T21:51:17.0009529Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T21:51:17.0009924Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T21:51:17.0010315Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T21:51:17.0010696Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T21:51:17.0011078Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T21:51:17.0011474Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T21:51:17.0011873Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T21:51:17.0012238Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T21:51:17.0012598Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T21:51:17.0012947Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T21:51:17.0013298Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T21:51:17.0013660Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T21:51:17.0014009Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T21:51:17.0014379Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T21:51:17.0014959Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T21:51:17.0015409Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:51:17.0015841Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T21:51:17.0016239Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T21:51:17.0016631Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T21:51:17.0017014Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T21:51:17.0017522Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T21:51:17.0017921Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T21:51:17.0018325Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T21:51:17.0018705Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T21:51:17.0019097Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T21:51:17.0019508Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:51:17.0019941Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:51:17.0020368Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T21:51:17.0020892Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T21:51:17.0021283Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T21:51:17.0021690Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T21:51:17.0022096Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T21:51:17.0022498Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T21:51:17.0022890Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T21:51:17.0023289Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:51:17.0023693Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T21:51:17.0024070Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T21:51:17.0024425Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T21:51:17.0024791Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T21:51:17.0025183Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T21:51:17.0025576Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T21:51:17.0025975Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T21:51:17.0026361Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T21:51:17.0026729Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T21:51:17.0027108Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T21:51:17.0027627Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T21:51:17.0028024Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T21:51:17.0028446Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:51:17.0028891Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T21:51:17.0029287Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T21:51:17.0029657Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T21:51:17.0030044Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T21:51:17.0030460Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:51:17.0030877Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:51:17.0031425Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T21:51:17.0031785Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T21:51:17.0032239Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:51:17.0032667Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T21:51:17.0033077Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T21:51:17.0033459Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T21:51:17.0033835Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T21:51:17.0034214Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T21:51:17.0034633Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:51:17.0035097Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:51:17.0035516Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T21:51:17.0035882Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T21:51:17.0036240Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T21:51:17.0036685Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:51:17.0037327Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:51:17.0037916Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T21:51:17.0038291Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T21:51:17.0038750Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:51:17.0039286Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:51:17.0039790Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:51:17.0040224Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T21:51:17.0040585Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T21:51:17.0040964Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T21:51:17.0041368Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T21:51:17.0041784Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T21:51:17.0042188Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:51:17.0042560Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T21:51:17.0042934Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T21:51:17.0043332Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:51:17.0043735Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T21:51:17.0044134Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:51:17.0044527Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T21:51:17.0044924Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:51:17.0045324Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T21:51:17.0045744Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:51:17.0046188Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T21:51:17.0046616Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T21:51:17.0047005Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T21:51:17.0047511Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T21:51:17.0048117Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T21:51:17.0048508Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T21:51:17.0048898Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T21:51:17.0049318Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:51:17.0049786Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:51:17.0050233Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:51:17.0050636Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T21:51:17.0051020Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T21:51:17.0051401Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T21:51:17.0051772Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T21:51:17.0052143Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T21:51:17.0052531Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T21:51:17.0052911Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T21:51:17.0053355Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:51:17.0054016Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T21:51:17.0054474Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:51:17.0054988Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:51:17.0055496Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:51:17.0055994Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:51:17.0056432Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T21:51:17.0056797Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T21:51:17.0057159Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T21:51:17.0057682Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:51:17.0058060Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T21:51:17.0058432Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T21:51:17.0058813Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:51:17.0059188Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T21:51:17.0059573Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:51:17.0059951Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T21:51:17.0060326Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T21:51:17.0060728Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T21:51:17.0061119Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T21:51:17.0061536Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:51:17.0061970Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:51:17.0062394Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T21:51:17.0062804Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T21:51:17.0063204Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T21:51:17.0063616Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T21:51:17.0064043Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T21:51:17.0064634Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T21:51:17.0065010Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T21:51:17.0065519Z 	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-20T21:51:17.0066043Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T21:51:17.0066421Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T21:51:17.0066799Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T21:51:17.0067169Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T21:51:17.0067691Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:51:17.0068127Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T21:51:17.0068552Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:51:17.0068980Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T21:51:17.0069381Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T21:51:17.0069783Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T21:51:17.0070202Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:51:17.0070765Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T21:51:17.0071155Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T21:51:17.0071581Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:51:17.0072065Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:51:17.0072559Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:51:17.0073009Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:51:17.0073417Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T21:51:17.0073820Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T21:51:17.0074299Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:51:17.0074784Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T21:51:17.0075194Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T21:51:17.0075628Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:51:17.0076077Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T21:51:17.0076481Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T21:51:17.0076841Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T21:51:17.0077218Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T21:51:17.0077768Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T21:51:17.0078152Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T21:51:17.0078514Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T21:51:17.0078870Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T21:51:17.0079236Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T21:51:17.0079597Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T21:51:17.0079953Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T21:51:17.0080436Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T21:51:17.0080788Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T21:51:17.0081163Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T21:51:17.0081774Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T21:51:17.0082149Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T21:51:17.0082507Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T21:51:17.0082860Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T21:51:17.0083227Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T21:51:17.0083599Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T21:51:17.0083960Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T21:51:17.0084319Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T21:51:17.0084692Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T21:51:17.0085108Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T21:51:17.0085543Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T21:51:17.0085951Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T21:51:17.0086312Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T21:51:17.0086691Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:51:17.0087253Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:51:17.0087801Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T21:51:17.0088168Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T21:51:17.0088532Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T21:51:17.0088884Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T21:51:17.0089222Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T21:51:17.0089570Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T21:51:17.0089920Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T21:51:17.0090288Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T21:51:17.0090643Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T21:51:17.0090983Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T21:51:17.0091321Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T21:51:17.0091700Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:51:17.0092103Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T21:51:17.0092490Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:51:17.0092887Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T21:51:17.0093284Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:51:17.0093700Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:51:17.0094204Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:51:17.0094826Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:51:17.0095453Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:51:17.0095996Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:51:17.0096465Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:51:17.0096918Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:51:17.0097544Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:51:17.0098385Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:51:17.0098954Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:51:17.0099443Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:51:17.0099888Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T21:51:17.0100253Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T21:51:17.0100621Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T21:51:17.0100988Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T21:51:17.0101362Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T21:51:17.0101751Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T21:51:17.0102139Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T21:51:17.0102525Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T21:51:17.0102909Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T21:51:17.0103295Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T21:51:17.0103820Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T21:51:17.0104199Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T21:51:17.0104571Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T21:51:17.0104968Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T21:51:17.0105358Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T21:51:17.0105764Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T21:51:17.0106179Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T21:51:17.0106543Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T21:51:17.0106930Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T21:51:17.0107334Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T21:51:17.0107880Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:51:17.0108318Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:51:17.0108743Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T21:51:17.0109104Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T21:51:17.0109469Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T21:51:17.0109847Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T21:51:17.0110222Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T21:51:17.0110608Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:51:17.0110999Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T21:51:17.0111377Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T21:51:17.0111759Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T21:51:17.0112117Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T21:51:17.0112483Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T21:51:17.0113028Z 	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-20T21:51:17.0113745Z 	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-20T21:51:17.0114603Z 	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-20T21:51:17.0115281Z 	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-20T21:51:17.0115803Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T21:51:17.0116187Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T21:51:17.0116591Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T21:51:17.0116989Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T21:51:17.0117489Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T21:51:17.0117870Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T21:51:17.0118234Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T21:51:17.0118611Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T21:51:17.0118987Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T21:51:17.0119357Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T21:51:17.0119732Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T21:51:17.0120114Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T21:51:17.0120677Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T21:51:17.0121072Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T21:51:17.0121467Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T21:51:17.0121851Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T21:51:17.0122222Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T21:51:17.0122605Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T21:51:17.0123012Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T21:51:17.0123407Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T21:51:17.0123801Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T21:51:17.0124189Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T21:51:17.0124619Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:51:17.0125049Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T21:51:17.0125451Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T21:51:17.0125886Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:51:17.0126339Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:51:17.0126749Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T21:51:17.0127118Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T21:51:17.0127652Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T21:51:17.0128052Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T21:51:17.0128464Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:51:17.0128866Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T21:51:17.0129243Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T21:51:17.0129631Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T21:51:17.0130099Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:51:17.0130566Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:51:17.0131245Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T21:51:17.0131669Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:51:17.0132159Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:51:17.0132607Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:51:17.0133082Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:51:17.0133567Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:51:17.0134009Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:51:17.0134445Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:51:17.0134839Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T21:51:17.0135230Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T21:51:17.0135646Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T21:51:17.0136028Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T21:51:17.0136401Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T21:51:17.0136982Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T21:51:17.0137519Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T21:51:17.0137927Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:51:17.0138341Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T21:51:17.0138730Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T21:51:17.0139103Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T21:51:17.0139471Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T21:51:17.0139818Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T21:51:17.0140203Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:51:17.0140619Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:51:17.0141009Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T21:51:17.0141453Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:51:17.0141900Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:51:17.0142303Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T21:51:17.0142739Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:51:17.0143160Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T21:51:17.0143571Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:51:17.0143981Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T21:51:17.0144337Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T21:51:17.0144698Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T21:51:17.0145093Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T21:51:17.0145486Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T21:51:17.0145861Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T21:51:17.0146220Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T21:51:17.0146573Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T21:51:17.0146923Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T21:51:17.0147804Z 	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-20T21:51:17.0148340Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T21:51:17.0148718Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T21:51:17.0149095Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T21:51:17.0149494Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T21:51:17.0149902Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T21:51:17.0150309Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T21:51:17.0150729Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T21:51:17.0151142Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:51:17.0151551Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T21:51:17.0151926Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T21:51:17.0152290Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T21:51:17.0152649Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T21:51:17.0153019Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T21:51:17.0153641Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T21:51:17.0154067Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T21:51:17.0154461Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T21:51:17.0154883Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:51:17.0155323Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:51:17.0155717Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T21:51:17.0156087Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T21:51:17.0156434Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T21:51:17.0156778Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T21:51:17.0157141Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T21:51:17.0157674Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T21:51:17.0158049Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T21:51:17.0158446Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T21:51:17.0158859Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T21:51:17.0159315Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:51:17.0159747Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T21:51:17.0160123Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T21:51:17.0160507Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T21:51:17.0160891Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T21:51:17.0161276Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T21:51:17.0161660Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T21:51:17.0162034Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T21:51:17.0162475Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:51:17.0162964Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:51:17.0163386Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T21:51:17.0163762Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T21:51:17.0164358Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T21:51:17.0164779Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T21:51:17.0165168Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T21:51:17.0165543Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T21:51:17.0165941Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T21:51:17.0166317Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T21:51:17.0166659Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T21:51:17.0167012Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T21:51:17.0167543Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T21:51:17.0167969Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T21:51:17.0168350Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T21:51:17.0168732Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T21:51:17.0169171Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:51:17.0169614Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T21:51:17.0170189Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:51:17.0170579Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T21:51:17.0171091Z 	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-20T21:51:17.0171597Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T21:51:17.0171984Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:51:17.0172396Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T21:51:17.0172820Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:51:17.0173338Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:51:17.0173917Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:51:17.0174527Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:51:17.0175173Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:51:17.0175822Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:51:17.0176448Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:51:17.0177069Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:51:17.0177785Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:51:17.0178270Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T21:51:17.0178708Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:51:17.0179143Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T21:51:17.0179568Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:51:17.0180042Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:51:17.0180473Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T21:51:17.0180853Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T21:51:17.0181419Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T21:51:17.0181809Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T21:51:17.0182190Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T21:51:17.0182597Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:51:17.0183010Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T21:51:17.0183376Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T21:51:17.0183765Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:51:17.0184226Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:51:17.0184712Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:51:17.0185199Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:51:17.0185688Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:51:17.0186142Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:51:17.0186555Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T21:51:17.0186968Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T21:51:17.0187801Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T21:51:17.0188231Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:51:17.0188656Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T21:51:17.0189044Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T21:51:17.0189428Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T21:51:17.0189805Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T21:51:17.0190182Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T21:51:17.0190615Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:51:17.0191055Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T21:51:17.0191460Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T21:51:17.0191876Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T21:51:17.0192299Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:51:17.0192746Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:51:17.0193187Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:51:17.0193615Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:51:17.0194010Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T21:51:17.0194384Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T21:51:17.0194770Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T21:51:17.0195137Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T21:51:17.0195511Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T21:51:17.0195909Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T21:51:17.0196305Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T21:51:17.0196737Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:51:17.0197206Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:51:17.0197807Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:51:17.0198455Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T21:51:17.0198828Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T21:51:17.0199200Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T21:51:17.0199594Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T21:51:17.0199981Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T21:51:17.0200371Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:51:17.0200793Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:51:17.0201237Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:51:17.0201654Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T21:51:17.0202038Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T21:51:17.0202438Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T21:51:17.0202980Z 	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-20T21:51:17.0203557Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:51:17.0204151Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:51:17.0204594Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:51:17.0205018Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T21:51:17.0205414Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T21:51:17.0205804Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T21:51:17.0206186Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:51:17.0206592Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:51:17.0206992Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T21:51:17.0207531Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T21:51:17.0207929Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:51:17.0208332Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:51:17.0208708Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T21:51:17.0209115Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T21:51:17.0209576Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T21:51:17.0209998Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T21:51:17.0210376Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T21:51:17.0210752Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T21:51:17.0211137Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T21:51:17.0211512Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T21:51:17.0211881Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:51:17.0212314Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:51:17.0212759Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T21:51:17.0213160Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T21:51:17.0213552Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T21:51:17.0213948Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T21:51:17.0214552Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T21:51:17.0214939Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T21:51:17.0215320Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T21:51:17.0215721Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T21:51:17.0216165Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:51:17.0216607Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:51:17.0217025Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:51:17.0217569Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T21:51:17.0217973Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T21:51:17.0218396Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T21:51:17.0218786Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T21:51:17.0219142Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T21:51:17.0219488Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T21:51:17.0219851Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T21:51:17.0220377Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T21:51:17.0220727Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T21:51:17.0221092Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:51:17.0221486Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:51:17.0221869Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T21:51:17.0222222Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T21:51:17.0222574Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T21:51:17.0222947Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T21:51:17.0223341Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T21:51:17.0223717Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T21:51:17.0224077Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T21:51:17.0224445Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T21:51:17.0224861Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T21:51:17.0242428Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T21:51:17.0242931Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T21:51:17.0243318Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T21:51:17.0243710Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T21:51:17.0244105Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T21:51:17.0244479Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T21:51:17.0244851Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T21:51:17.0245230Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T21:51:17.0245637Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T21:51:17.0246058Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T21:51:17.0246456Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T21:51:17.0246806Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T21:51:17.0247150Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T21:51:17.0247691Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T21:51:17.0248440Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:51:17.0248963Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:51:17.0249432Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:51:17.0249905Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:51:17.0250412Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:51:17.0250846Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T21:51:17.0251227Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:51:17.0251616Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:51:17.0252003Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:51:17.0252389Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T21:51:17.0252774Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:51:17.0253151Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T21:51:17.0253523Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T21:51:17.0254066Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:51:17.0254504Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:51:17.0254934Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:51:17.0255303Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T21:51:17.0255697Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:51:17.0256114Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:51:17.0256496Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T21:51:17.0256842Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T21:51:17.0257227Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:51:17.0257875Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:51:17.0258345Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T21:51:17.0258757Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T21:51:17.0259169Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T21:51:17.0259596Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T21:51:17.0260027Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T21:51:17.0260312Z 
2025-08-20T21:51:17.0260317Z 
2025-08-20T21:51:17.0260686Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (09:51:17 PM)
2025-08-20T21:51:17.0261041Z 
2025-08-20T21:51:17.0261045Z 
2025-08-20T21:51:17.0261048Z 
2025-08-20T21:51:17.0261115Z [+] Continue : YES
2025-08-20T21:51:17.0261217Z 
2025-08-20T21:51:17.0261449Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T21:51:17.1524657Z 
2025-08-20T21:51:17.1525455Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (09:51:17 PM) UTC
2025-08-20T21:51:17.1525733Z 
2025-08-20T21:51:17.1539700Z 
2025-08-20T21:51:17.1539882Z [+] Total RECIPES :: 1
2025-08-20T21:51:17.1540019Z 
2025-08-20T21:51:17.1612368Z 
2025-08-20T21:51:17.1613206Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml (1/1)
2025-08-20T21:51:17.1613727Z 
2025-08-20T21:51:17.2830820Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T21:51:17.2842397Z mode of '/tmp/pkgforge/QPTY9zkuk_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:51:17.2889863Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/nuclei/official [Provided]
2025-08-20T21:51:17.2890272Z [+] Setting '.pkg_family' --> nuclei [Provided]
2025-08-20T21:51:17.2902193Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T21:51:17.2907294Z [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-20T21:51:17.2934579Z [00:00:00.003]➜  
2025-08-20T21:51:17.2935051Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/QPTY9zkuk_build.yaml
2025-08-20T21:51:17.2935462Z [00:00:00.003]➜  
2025-08-20T21:51:17.2971462Z [00:00:00.006]➜  
2025-08-20T21:51:17.2971899Z [00:00:00.006]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/QPTY9zkuk_build.yaml
2025-08-20T21:51:17.2972326Z [00:00:00.006]➜  
2025-08-20T21:51:17.3049732Z [00:00:00.014]➜  
2025-08-20T21:51:17.3050710Z [00:00:00.014]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/nuclei/static.official.source.yaml) --> /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (09:51:17 PM) UTC]
2025-08-20T21:51:17.3051900Z [00:00:00.014]➜  
2025-08-20T21:51:17.3052089Z [00:00:00.014]➜  
2025-08-20T21:51:17.3052269Z [00:00:00.014]➜  
2025-08-20T21:51:17.3052543Z [00:00:00.014]➜  ###################################################################
2025-08-20T21:51:17.3060715Z [00:00:00.015]➜  #!/SBUILD ver @v1.0.0
2025-08-20T21:51:17.3061384Z [00:00:00.015]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T21:51:17.3061946Z [00:00:00.015]➜  _disabled: false
2025-08-20T21:51:17.3062171Z [00:00:00.015]➜  
2025-08-20T21:51:17.3062365Z [00:00:00.015]➜  pkg: "nuclei"
2025-08-20T21:51:17.3062693Z [00:00:00.015]➜  pkg_id: "github.com.projectdiscovery.nuclei"
2025-08-20T21:51:17.3063007Z [00:00:00.015]➜  pkg_type: "static"
2025-08-20T21:51:17.3063244Z [00:00:00.015]➜  category:
2025-08-20T21:51:17.3065553Z [00:00:00.015]➜    - "ConsoleOnly"
2025-08-20T21:51:17.3065950Z [00:00:00.015]➜    - "Utility"
2025-08-20T21:51:17.3066447Z [00:00:00.015]➜  description: "Fast and customizable vulnerability scanner based on simple YAML based DSL"
2025-08-20T21:51:17.3066912Z [00:00:00.015]➜  distro_pkg:
2025-08-20T21:51:17.3067140Z [00:00:00.015]➜    archlinux:
2025-08-20T21:51:17.3067548Z [00:00:00.015]➜      aur:
2025-08-20T21:51:17.3067847Z [00:00:00.015]➜        - "nuclei"
2025-08-20T21:51:17.3068118Z [00:00:00.015]➜        - "nuclei-bin"
2025-08-20T21:51:17.3068366Z [00:00:00.015]➜    homebrew:
2025-08-20T21:51:17.3068584Z [00:00:00.015]➜      - "nuclei"
2025-08-20T21:51:17.3068806Z [00:00:00.015]➜    nixpkgs:
2025-08-20T21:51:17.3069026Z [00:00:00.015]➜      - "nuclei"
2025-08-20T21:51:17.3069262Z [00:00:00.015]➜  homepage:
2025-08-20T21:51:17.3069616Z [00:00:00.015]➜    - "https://github.com/projectdiscovery/nuclei"
2025-08-20T21:51:17.3069916Z [00:00:00.015]➜  license:
2025-08-20T21:51:17.3070160Z [00:00:00.015]➜    - id: "MIT"
2025-08-20T21:51:17.3070719Z [00:00:00.015]➜      url: "https://github.com/projectdiscovery/nuclei/raw/e4a0b8ec6054410887fcd8cfc569f7e388b2c8d0/LICENSE.md"  
2025-08-20T21:51:17.3071233Z [00:00:00.015]➜  maintainer:
2025-08-20T21:51:17.3071536Z [00:00:00.015]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:51:17.3071848Z [00:00:00.015]➜  note:
2025-08-20T21:51:17.3072127Z [00:00:00.015]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T21:51:17.3072665Z [00:00:00.015]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/projectdiscovery/nuclei"
2025-08-20T21:51:17.3073124Z [00:00:00.015]➜  provides:
2025-08-20T21:51:17.3073348Z [00:00:00.015]➜    - "nuclei"
2025-08-20T21:51:17.3073577Z [00:00:00.015]➜  repology:
2025-08-20T21:51:17.3074131Z [00:00:00.015]➜    - "nuclei"
2025-08-20T21:51:17.3074418Z [00:00:00.015]➜  src_url:
2025-08-20T21:51:17.3074715Z [00:00:00.015]➜    - "https://github.com/projectdiscovery/nuclei"
2025-08-20T21:51:17.3075006Z [00:00:00.015]➜  tag:
2025-08-20T21:51:17.3075215Z [00:00:00.015]➜    - "bug-bounty"
2025-08-20T21:51:17.3075459Z [00:00:00.015]➜    - "recon"
2025-08-20T21:51:17.3075697Z [00:00:00.015]➜    - "security"
2025-08-20T21:51:17.3075918Z [00:00:00.015]➜  x_exec:
2025-08-20T21:51:17.3076147Z [00:00:00.015]➜    bsys: "docker://go"
2025-08-20T21:51:17.3076391Z [00:00:00.015]➜    host:
2025-08-20T21:51:17.3076624Z [00:00:00.015]➜      - "aarch64-Linux"
2025-08-20T21:51:17.3076902Z [00:00:00.015]➜      - "x86_64-Linux"
2025-08-20T21:51:17.3077147Z [00:00:00.015]➜    shell: "bash"
2025-08-20T21:51:17.3077835Z [00:00:00.015]➜    pkgver: |
2025-08-20T21:51:17.3078187Z [00:00:00.015]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T21:51:17.3078932Z [00:00:00.015]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/projectdiscovery/nuclei" "./TEMPREPO" &>/dev/null && \
2025-08-20T21:51:17.3079804Z [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-20T21:51:17.3080438Z [00:00:00.015]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T21:51:17.3081109Z [00:00:00.015]➜    run: |
2025-08-20T21:51:17.3081326Z [00:00:00.015]➜      #Build
2025-08-20T21:51:17.3081921Z [00:00:00.015]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T21:51:17.3082634Z [00:00:00.015]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T21:51:17.3083199Z [00:00:00.015]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T21:51:17.3083669Z [00:00:00.015]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T21:51:17.3084086Z [00:00:00.015]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T21:51:17.3084423Z [00:00:00.015]➜        bash -l -c '
2025-08-20T21:51:17.3084667Z [00:00:00.015]➜        #Setup ENV
2025-08-20T21:51:17.3085042Z [00:00:00.015]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:51:17.3085409Z [00:00:00.015]➜         CGO_ENABLED="1" 
2025-08-20T21:51:17.3085770Z [00:00:00.015]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:51:17.3086269Z [00:00:00.015]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T21:51:17.3086648Z [00:00:00.015]➜         GOOS="linux"
2025-08-20T21:51:17.3086956Z [00:00:00.015]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:51:17.3087247Z [00:00:00.015]➜        #Build
2025-08-20T21:51:17.3088101Z [00:00:00.015]➜         git clone --filter "blob:none" --quiet "https://github.com/projectdiscovery/nuclei" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T21:51:17.3088667Z [00:00:00.015]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T21:51:17.3089124Z [00:00:00.015]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T21:51:17.3089555Z [00:00:00.015]➜         go mod tidy -v ; go generate ./...
2025-08-20T21:51:17.3090354Z [00:00:00.015]➜         go build -C "cmd/nuclei" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/nuclei"
2025-08-20T21:51:17.3091001Z [00:00:00.015]➜        #Copy
2025-08-20T21:51:17.3091633Z [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-20T21:51:17.3092188Z [00:00:00.015]➜        #Strip 
2025-08-20T21:51:17.3092942Z [00:00:00.015]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:51:17.3093698Z [00:00:00.015]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:51:17.3094373Z [00:00:00.015]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:51:17.3094971Z [00:00:00.015]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:51:17.3095520Z [00:00:00.015]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:51:17.3095930Z [00:00:00.015]➜         popd &>/dev/null
2025-08-20T21:51:17.3096175Z [00:00:00.015]➜        '
2025-08-20T21:51:17.3096392Z [00:00:00.015]➜      #Copy & Meta
2025-08-20T21:51:17.3096748Z [00:00:00.015]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T21:51:17.3097288Z [00:00:00.015]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T21:51:17.3098591Z [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-20T21:51:17.3099578Z [00:00:00.015]➜  
2025-08-20T21:51:17.3099767Z [00:00:00.015]➜  
2025-08-20T21:51:17.3100038Z [00:00:00.015]➜  ###################################################################
2025-08-20T21:51:17.3100312Z [00:00:00.015]➜  
2025-08-20T21:51:17.3100489Z [00:00:00.015]➜  
2025-08-20T21:51:17.3100673Z [00:00:00.015]➜  
2025-08-20T21:51:17.3101171Z [00:00:00.017]➜  '/tmp/pkgforge/QPTY9zkuk_build.yaml' -> '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T21:51:18.7930126Z [00:00:01.502]➜  '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/nuclei.static.version' -> '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/nuclei.version'
2025-08-20T21:51:18.7981779Z [00:00:01.507]➜  [+] Version: HEAD-b4644af-250820T052823 ('.x_exec.pkgver') [/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/nuclei.static.version]
2025-08-20T21:51:18.8182480Z [00:00:01.527]➜  [+] Progs: nuclei
2025-08-20T21:51:19.1021287Z [00:00:01.811]➜  
2025-08-20T21:51:19.1021638Z [00:00:01.811]➜  [-] Missing packages. Found: 
2025-08-20T21:51:19.1021927Z [00:00:01.811]➜  [+] Expected: nuclei
2025-08-20T21:51:19.1022213Z [00:00:01.811]➜  [+] Continuing with build...
2025-08-20T21:51:19.1022471Z [00:00:01.811]➜  
2025-08-20T21:51:19.4522395Z [00:00:02.161]➜  
2025-08-20T21:51:19.4522690Z [00:00:02.162]➜  
2025-08-20T21:51:19.4601643Z [00:00:02.169]➜  + mkdir -pv /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T21:51:19.4616437Z [00:00:02.171]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=nuclei -e PKG_ID=github.com.projectdiscovery.nuclei -e PKG_TYPE=static -e PKG_VER=HEAD-b4644af-250820T052823 -e PKGVER=HEAD-b4644af-250820T052823 -e SBUILD_PKG=nuclei.static -e SBUILD_PKGVER=HEAD-b4644af-250820T052823 --volume /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T21:51:19.4618738Z [00:00:02.171]➜    #Setup ENV
2025-08-20T21:51:19.4619474Z [00:00:02.171]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:51:19.4619866Z [00:00:02.171]➜     CGO_ENABLED="1" 
2025-08-20T21:51:19.4620229Z [00:00:02.171]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:51:19.4620734Z [00:00:02.171]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T21:51:19.4621122Z [00:00:02.171]➜     GOOS="linux"
2025-08-20T21:51:19.4621801Z [00:00:02.171]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:51:19.4622152Z [00:00:02.171]➜    #Build
2025-08-20T21:51:19.4622699Z [00:00:02.171]➜     git clone --filter "blob:none" --quiet "https://github.com/projectdiscovery/nuclei" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T21:51:19.4623265Z [00:00:02.171]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T21:51:19.4623738Z [00:00:02.171]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T21:51:19.4624155Z [00:00:02.171]➜     go mod tidy -v ; go generate ./...
2025-08-20T21:51:19.4624939Z [00:00:02.171]➜     go build -C "cmd/nuclei" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/nuclei"
2025-08-20T21:51:19.4625587Z [00:00:02.171]➜    #Copy
2025-08-20T21:51:19.4626215Z [00:00:02.171]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T21:51:19.4626770Z [00:00:02.171]➜    #Strip 
2025-08-20T21:51:19.4627241Z [00:00:02.171]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:51:19.4628261Z [00:00:02.171]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:51:19.4629262Z [00:00:02.171]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:51:19.4629855Z [00:00:02.171]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:51:19.4630400Z [00:00:02.171]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:51:19.4630808Z [00:00:02.171]➜     popd &>/dev/null
2025-08-20T21:51:19.4631045Z [00:00:02.171]➜    '
2025-08-20T21:51:20.2655682Z [00:00:02.975]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T21:51:20.4431720Z [00:00:03.152]➜  b2e6f696af52: Pulling fs layer
2025-08-20T21:51:20.4432098Z [00:00:03.152]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T21:51:20.4433193Z [00:00:03.152]➜  99fd740fb142: Pulling fs layer
2025-08-20T21:51:20.4433548Z [00:00:03.152]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T21:51:20.4433892Z [00:00:03.152]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T21:51:20.4434187Z [00:00:03.152]➜  323e89f8c367: Pulling fs layer
2025-08-20T21:51:20.4434462Z [00:00:03.152]➜  2b92eb3035e7: Waiting
2025-08-20T21:51:20.4434724Z [00:00:03.152]➜  4239b2f25ebc: Waiting
2025-08-20T21:51:20.4434978Z [00:00:03.152]➜  323e89f8c367: Waiting
2025-08-20T21:51:20.7523018Z [00:00:03.462]➜  99fd740fb142: Verifying Checksum
2025-08-20T21:51:20.7523409Z [00:00:03.462]➜  99fd740fb142: Download complete
2025-08-20T21:51:20.8168107Z [00:00:03.526]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T21:51:20.8168525Z [00:00:03.526]➜  996f2cb07f7c: Download complete
2025-08-20T21:51:20.8202285Z [00:00:03.529]➜  b2e6f696af52: Verifying Checksum
2025-08-20T21:51:20.8202658Z [00:00:03.529]➜  b2e6f696af52: Download complete
2025-08-20T21:51:20.9100307Z [00:00:03.619]➜  b2e6f696af52: Pull complete
2025-08-20T21:51:21.1052737Z [00:00:03.814]➜  323e89f8c367: Verifying Checksum
2025-08-20T21:51:21.1053163Z [00:00:03.814]➜  323e89f8c367: Download complete
2025-08-20T21:51:21.6339273Z [00:00:04.343]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T21:51:21.6339667Z [00:00:04.343]➜  4239b2f25ebc: Download complete
2025-08-20T21:51:25.6193550Z [00:00:08.329]➜  996f2cb07f7c: Pull complete
2025-08-20T21:51:31.8604013Z [00:00:14.570]➜  99fd740fb142: Pull complete
2025-08-20T21:51:37.9909490Z [00:00:20.700]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T21:51:37.9909889Z [00:00:20.700]➜  2b92eb3035e7: Download complete
2025-08-20T21:53:42.2843318Z [00:02:24.994]➜  2b92eb3035e7: Pull complete
2025-08-20T21:53:50.2980751Z [00:02:33.007]➜  4239b2f25ebc: Pull complete
2025-08-20T21:53:50.3714184Z [00:02:33.081]➜  323e89f8c367: Pull complete
2025-08-20T21:53:50.3969040Z [00:02:33.106]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T21:53:50.4070019Z [00:02:33.116]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T21:53:50.7519407Z [00:02:33.461]➜  + mkdir -p /build-bins
2025-08-20T21:53:50.7540494Z [00:02:33.463]➜  ++ mktemp -d
2025-08-20T21:53:50.7554179Z [00:02:33.465]➜  + pushd /tmp/tmp.qNJ0qDsafe
2025-08-20T21:53:50.7554938Z [00:02:33.465]➜  + CGO_ENABLED=1
2025-08-20T21:53:50.7555333Z [00:02:33.465]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T21:53:50.7565083Z [00:02:33.466]➜  ++ uname -m
2025-08-20T21:53:50.7566895Z [00:02:33.466]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T21:53:50.7575827Z [00:02:33.467]➜  + GOARCH=arm64
2025-08-20T21:53:50.7576753Z [00:02:33.467]➜  + GOOS=linux
2025-08-20T21:53:50.7577131Z [00:02:33.467]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:53:50.7579675Z [00:02:33.467]➜  + git clone --filter blob:none --quiet https://github.com/projectdiscovery/nuclei ./TEMPREPO
2025-08-20T21:53:52.5292848Z [00:02:35.239]➜  
2025-08-20T21:53:52.5293209Z [00:02:35.239]➜  [+] Target: "arm64/linux"
2025-08-20T21:53:52.5293480Z [00:02:35.239]➜  + cd ./TEMPREPO
2025-08-20T21:53:52.5294167Z [00:02:35.239]➜  + echo -e '\n[+] Target: "arm64/linux"'
2025-08-20T21:53:52.5294671Z [00:02:35.239]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T21:53:52.5295084Z [00:02:35.239]➜  + go mod tidy -v
2025-08-20T21:53:52.5295490Z [00:02:35.239]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:53:52.5295857Z [00:02:35.239]➜  
2025-08-20T21:53:52.5625651Z [00:02:35.272]➜  go: downloading github.com/kitabisa/go-ci v1.0.3
2025-08-20T21:53:52.5626792Z [00:02:35.272]➜  go: downloading github.com/logrusorgru/aurora v2.0.3+incompatible
2025-08-20T21:53:52.5627273Z [00:02:35.272]➜  go: downloading github.com/pkg/errors v0.9.1
2025-08-20T21:53:52.5628014Z [00:02:35.272]➜  go: downloading github.com/projectdiscovery/utils v0.4.23
2025-08-20T21:53:52.8254145Z [00:02:35.535]➜  go: downloading github.com/invopop/jsonschema v0.13.0
2025-08-20T21:53:52.8455246Z [00:02:35.555]➜  go: downloading github.com/projectdiscovery/goflags v0.1.74
2025-08-20T21:53:52.8634426Z [00:02:35.573]➜  go: downloading github.com/projectdiscovery/gologger v1.1.54
2025-08-20T21:53:52.9200560Z [00:02:35.629]➜  go: downloading github.com/projectdiscovery/interactsh v1.2.4
2025-08-20T21:53:52.9432765Z [00:02:35.652]➜  go: downloading github.com/mattn/go-sqlite3 v1.14.28
2025-08-20T21:53:53.0025118Z [00:02:35.712]➜  go: downloading github.com/projectdiscovery/retryablehttp-go v1.0.119
2025-08-20T21:53:53.0025633Z [00:02:35.712]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T21:53:53.0417933Z [00:02:35.751]➜  go: downloading github.com/rs/xid v1.6.0
2025-08-20T21:53:53.0791409Z [00:02:35.788]➜  go: downloading github.com/gobwas/ws v1.4.0
2025-08-20T21:53:53.0940538Z [00:02:35.803]➜  go: downloading github.com/julienschmidt/httprouter v1.3.0
2025-08-20T21:53:53.1005090Z [00:02:35.810]➜  go: downloading github.com/ory/dockertest/v3 v3.12.0
2025-08-20T21:53:53.1231960Z [00:02:35.832]➜  go: downloading github.com/projectdiscovery/ratelimit v0.0.81
2025-08-20T21:53:53.1232512Z [00:02:35.832]➜  go: downloading github.com/stretchr/testify v1.10.0
2025-08-20T21:53:53.1307565Z [00:02:35.840]➜  go: downloading github.com/alitto/pond v1.9.2
2025-08-20T21:53:53.1662109Z [00:02:35.875]➜  go: downloading github.com/labstack/echo/v4 v4.13.4
2025-08-20T21:53:53.2381106Z [00:02:35.947]➜  go: downloading go.uber.org/multierr v1.11.0
2025-08-20T21:53:53.2582842Z [00:02:35.968]➜  go: downloading gopkg.in/yaml.v2 v2.4.0
2025-08-20T21:53:53.2624681Z [00:02:35.972]➜  go: downloading github.com/projectdiscovery/httpx v1.7.0
2025-08-20T21:53:53.2649405Z [00:02:35.974]➜  go: downloading github.com/alecthomas/chroma v0.10.0
2025-08-20T21:53:53.2696111Z [00:02:35.979]➜  go: downloading github.com/go-playground/validator/v10 v10.26.0
2025-08-20T21:53:53.2913882Z [00:02:36.001]➜  go: downloading github.com/tarunKoyalwar/goleak v0.0.0-20240429141123-0efa90dbdcf9
2025-08-20T21:53:53.3300366Z [00:02:36.039]➜  go: downloading github.com/json-iterator/go v1.1.12
2025-08-20T21:53:53.3756552Z [00:02:36.085]➜  go: downloading github.com/projectdiscovery/uncover v1.1.0
2025-08-20T21:53:53.3789322Z [00:02:36.088]➜  go: downloading github.com/remeh/sizedwaitgroup v1.0.0
2025-08-20T21:53:53.4046546Z [00:02:36.114]➜  go: downloading github.com/projectdiscovery/hmap v0.0.92
2025-08-20T21:53:53.4101610Z [00:02:36.119]➜  go: downloading github.com/aws/aws-sdk-go-v2 v1.36.5
2025-08-20T21:53:53.4604665Z [00:02:36.170]➜  go: downloading github.com/aws/aws-sdk-go-v2/config v1.29.17
2025-08-20T21:53:53.5301448Z [00:02:36.239]➜  go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.17.70
2025-08-20T21:53:53.5330889Z [00:02:36.242]➜  go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.82
2025-08-20T21:53:53.5370767Z [00:02:36.246]➜  go: downloading github.com/Masterminds/semver/v3 v3.4.0
2025-08-20T21:53:53.5437083Z [00:02:36.253]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.82.0
2025-08-20T21:53:53.5730616Z [00:02:36.282]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.10.1
2025-08-20T21:53:53.6163154Z [00:02:36.326]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.1
2025-08-20T21:53:53.6421200Z [00:02:36.351]➜  go: downloading github.com/go-git/go-git/v5 v5.16.2
2025-08-20T21:53:53.6957105Z [00:02:36.405]➜  go: downloading github.com/google/go-github v17.0.0+incompatible
2025-08-20T21:53:53.7395474Z [00:02:36.449]➜  go: downloading gitlab.com/gitlab-org/api/client-go v0.130.1
2025-08-20T21:53:53.7400951Z [00:02:36.449]➜  go: downloading golang.org/x/oauth2 v0.30.0
2025-08-20T21:53:53.7437951Z [00:02:36.453]➜  go: downloading github.com/bluele/gcache v0.0.2
2025-08-20T21:53:53.7567810Z [00:02:36.466]➜  go: downloading github.com/clbanning/mxj/v2 v2.7.0
2025-08-20T21:53:53.7822541Z [00:02:36.491]➜  go: downloading github.com/leslie-qiwa/flat v0.0.0-20230424180412-f9d1cf014baa
2025-08-20T21:53:53.7858519Z [00:02:36.495]➜  go: downloading golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b
2025-08-20T21:53:53.8208530Z [00:02:36.530]➜  go: downloading github.com/getkin/kin-openapi v0.132.0
2025-08-20T21:53:53.8894206Z [00:02:36.599]➜  go: downloading github.com/seh-msft/burpxml v1.0.1
2025-08-20T21:53:53.8998303Z [00:02:36.609]➜  go: downloading github.com/valyala/fasttemplate v1.2.2
2025-08-20T21:53:53.9268017Z [00:02:36.636]➜  go: downloading github.com/invopop/yaml v0.3.1
2025-08-20T21:53:53.9318401Z [00:02:36.641]➜  go: downloading github.com/projectdiscovery/useragent v0.0.101
2025-08-20T21:53:53.9571968Z [00:02:36.666]➜  go: downloading github.com/projectdiscovery/mapcidr v1.1.34
2025-08-20T21:53:53.9971222Z [00:02:36.706]➜  go: downloading github.com/miekg/dns v1.1.66
2025-08-20T21:53:54.0008757Z [00:02:36.710]➜  go: downloading github.com/charmbracelet/glamour v0.10.0
2025-08-20T21:53:54.0253301Z [00:02:36.735]➜  go: downloading github.com/olekukonko/tablewriter v1.0.8
2025-08-20T21:53:54.0535320Z [00:02:36.763]➜  go: downloading github.com/Mzack9999/goja v0.0.0-20250507184235-e46100e9c697
2025-08-20T21:53:54.0688130Z [00:02:36.778]➜  go: downloading github.com/Mzack9999/goja_nodejs v0.0.0-20250507184139-66bcbf65c883
2025-08-20T21:53:54.1215479Z [00:02:36.831]➜  go: downloading golang.org/x/tools v0.34.0
2025-08-20T21:53:54.1588642Z [00:02:36.868]➜  go: downloading github.com/projectdiscovery/n3iwf v0.0.0-20230523120440-b8cd232ff1f5
2025-08-20T21:53:54.1801768Z [00:02:36.889]➜  go: downloading github.com/jcmturner/gokrb5/v8 v8.4.4
2025-08-20T21:53:54.2320992Z [00:02:36.941]➜  go: downloading github.com/go-ldap/ldap/v3 v3.4.11
2025-08-20T21:53:54.2392384Z [00:02:36.948]➜  go: downloading github.com/microsoft/go-mssqldb v1.9.2
2025-08-20T21:53:54.2396097Z [00:02:36.949]➜  go: downloading github.com/praetorian-inc/fingerprintx v1.1.15
2025-08-20T21:53:54.2900173Z [00:02:36.999]➜  go: downloading github.com/go-sql-driver/mysql v1.9.3
2025-08-20T21:53:54.4201673Z [00:02:37.129]➜  go: downloading github.com/go-pg/pg v8.0.7+incompatible
2025-08-20T21:53:54.4206033Z [00:02:37.130]➜  go: downloading github.com/redis/go-redis/v9 v9.11.0
2025-08-20T21:53:54.4212552Z [00:02:37.130]➜  go: downloading github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible
2025-08-20T21:53:54.4218433Z [00:02:37.131]➜  go: downloading github.com/projectdiscovery/yamldoc-go v1.0.6
2025-08-20T21:53:54.4790276Z [00:02:37.188]➜  go: downloading github.com/segmentio/ksuid v1.0.4
2025-08-20T21:53:54.4803858Z [00:02:37.190]➜  go: downloading github.com/wk8/go-ordered-map/v2 v2.1.8
2025-08-20T21:53:54.4913961Z [00:02:37.201]➜  go: downloading github.com/projectdiscovery/go-smb2 v0.0.0-20240129202741-052cc450c6cb
2025-08-20T21:53:54.5041996Z [00:02:37.213]➜  go: downloading github.com/zmap/zgrab2 v0.1.8
2025-08-20T21:53:54.5089643Z [00:02:37.218]➜  go: downloading github.com/bytedance/sonic v1.14.0
2025-08-20T21:53:54.5124432Z [00:02:37.222]➜  go: downloading github.com/goccy/go-json v0.10.5
2025-08-20T21:53:54.5731627Z [00:02:37.282]➜  go: downloading github.com/Mzack9999/gcache v0.0.0-20230410081825-519e28eab057
2025-08-20T21:53:54.5847108Z [00:02:37.293]➜  go: downloading github.com/cespare/xxhash v1.1.0
2025-08-20T21:53:54.6320365Z [00:02:37.341]➜  go: downloading github.com/microcosm-cc/bluemonday v1.0.27
2025-08-20T21:53:54.6697871Z [00:02:37.379]➜  go: downloading github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d
2025-08-20T21:53:54.6875071Z [00:02:37.397]➜  go: downloading github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08
2025-08-20T21:53:54.7004704Z [00:02:37.410]➜  go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
2025-08-20T21:53:54.7107190Z [00:02:37.420]➜  go: downloading github.com/projectdiscovery/gostruct v0.0.2
2025-08-20T21:53:54.7176569Z [00:02:37.427]➜  go: downloading github.com/go-echarts/go-echarts/v2 v2.6.0
2025-08-20T21:53:54.7681795Z [00:02:37.477]➜  go: downloading github.com/projectdiscovery/dsl v0.5.0
2025-08-20T21:53:54.8247780Z [00:02:37.534]➜  go: downloading github.com/projectdiscovery/fastdialer v0.4.4
2025-08-20T21:53:54.8248326Z [00:02:37.534]➜  go: downloading github.com/lib/pq v1.10.9
2025-08-20T21:53:54.8286213Z [00:02:37.538]➜  go: downloading github.com/projectdiscovery/rawhttp v0.1.90
2025-08-20T21:53:54.8512611Z [00:02:37.561]➜  go: downloading moul.io/http2curl v1.0.0
2025-08-20T21:53:54.8698623Z [00:02:37.579]➜  go: downloading github.com/go-rod/rod v0.116.2
2025-08-20T21:53:54.8944968Z [00:02:37.604]➜  go: downloading github.com/projectdiscovery/networkpolicy v0.1.18
2025-08-20T21:53:54.9406558Z [00:02:37.650]➜  go: downloading golang.org/x/net v0.41.0
2025-08-20T21:53:54.9407165Z [00:02:37.650]➜  go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
2025-08-20T21:53:54.9671752Z [00:02:37.676]➜  go: downloading golang.org/x/term v0.32.0
2025-08-20T21:53:54.9714180Z [00:02:37.681]➜  go: downloading github.com/mattn/go-isatty v0.0.20
2025-08-20T21:53:54.9763977Z [00:02:37.686]➜  go: downloading github.com/DataDog/gostackparse v0.7.0
2025-08-20T21:53:55.0030292Z [00:02:37.712]➜  go: downloading github.com/felixge/fgprof v0.9.5
2025-08-20T21:53:55.0109470Z [00:02:37.720]➜  go: downloading github.com/antchfx/htmlquery v1.3.4
2025-08-20T21:53:55.0451264Z [00:02:37.754]➜  go: downloading github.com/antchfx/xmlquery v1.4.4
2025-08-20T21:53:55.0847515Z [00:02:37.794]➜  go: downloading github.com/itchyny/gojq v0.12.17
2025-08-20T21:53:55.1043481Z [00:02:37.814]➜  go: downloading github.com/antchfx/xpath v1.3.4
2025-08-20T21:53:55.1558671Z [00:02:37.865]➜  go: downloading github.com/cheggaaa/pb/v3 v3.1.4
2025-08-20T21:53:55.1594206Z [00:02:37.869]➜  go: downloading github.com/google/go-github/v30 v30.1.0
2025-08-20T21:53:55.2236381Z [00:02:37.933]➜  go: downloading github.com/google/uuid v1.6.0
2025-08-20T21:53:55.2615839Z [00:02:37.971]➜  go: downloading github.com/minio/selfupdate v0.6.1-0.20230907112617-f11e74f84ca7
2025-08-20T21:53:55.3027757Z [00:02:38.012]➜  go: downloading github.com/projectdiscovery/machineid v0.0.0-20240226150047-2e2c51e35983
2025-08-20T21:53:55.3299250Z [00:02:38.039]➜  go: downloading github.com/zcalusic/sysinfo v1.0.2
2025-08-20T21:53:55.3717777Z [00:02:38.081]➜  go: downloading github.com/projectdiscovery/asnmap v1.1.1
2025-08-20T21:53:55.4032176Z [00:02:38.112]➜  go: downloading gopkg.in/corvus-ch/zbase32.v1 v1.0.0
2025-08-20T21:53:55.4465846Z [00:02:38.156]➜  go: downloading github.com/projectdiscovery/clistats v0.1.1
2025-08-20T21:53:55.4659707Z [00:02:38.175]➜  go: downloading github.com/Mzack9999/go-http-digest-auth-client v0.6.1-0.20220414142836-eb8883508809
2025-08-20T21:53:55.5079638Z [00:02:38.217]➜  go: downloading github.com/ditashi/jsbeautifier-go v0.0.0-20141206144643-2520a8026a9c
2025-08-20T21:53:55.5203677Z [00:02:38.230]➜  go: downloading github.com/projectdiscovery/gozero v0.0.3
2025-08-20T21:53:55.5909728Z [00:02:38.300]➜  go: downloading github.com/gobwas/pool v0.2.1
2025-08-20T21:53:55.6090972Z [00:02:38.318]➜  go: downloading github.com/projectdiscovery/wappalyzergo v0.2.36
2025-08-20T21:53:55.6096617Z [00:02:38.318]➜  go: downloading github.com/projectdiscovery/gcache v0.0.0-20241015120333-12546c6e3f4c
2025-08-20T21:53:55.7052555Z [00:02:38.414]➜  go: downloading github.com/spf13/cast v1.9.2
2025-08-20T21:53:55.7656208Z [00:02:38.475]➜  go: downloading golang.org/x/text v0.26.0
2025-08-20T21:53:56.4266654Z [00:02:39.136]➜  go: downloading golang.org/x/sys v0.33.0
2025-08-20T21:53:56.5616922Z [00:02:39.271]➜  go: downloading github.com/docker/go-units v0.5.0
2025-08-20T21:53:56.5617528Z [00:02:39.271]➜  go: downloading golang.org/x/time v0.11.0
2025-08-20T21:53:56.5802701Z [00:02:39.290]➜  go: downloading github.com/projectdiscovery/blackrock v0.0.1
2025-08-20T21:53:56.6017306Z [00:02:39.311]➜  go: downloading github.com/labstack/gommon v0.4.2
2025-08-20T21:53:56.6186434Z [00:02:39.328]➜  go: downloading golang.org/x/crypto v0.39.0
2025-08-20T21:53:56.7300298Z [00:02:39.439]➜  go: downloading github.com/tidwall/gjson v1.18.0
2025-08-20T21:53:56.7300803Z [00:02:39.439]➜  go: downloading github.com/projectdiscovery/fasttemplate v0.0.2
2025-08-20T21:53:56.7518278Z [00:02:39.461]➜  go: downloading github.com/cenkalti/backoff/v4 v4.3.0
2025-08-20T21:53:56.7683789Z [00:02:39.478]➜  go: downloading github.com/yassinebenaid/godump v0.11.1
2025-08-20T21:53:56.7733876Z [00:02:39.483]➜  go: downloading github.com/projectdiscovery/retryabledns v1.0.105
2025-08-20T21:53:56.8238767Z [00:02:39.533]➜  go: downloading github.com/gabriel-vasile/mimetype v1.4.8
2025-08-20T21:53:56.8293725Z [00:02:39.539]➜  go: downloading github.com/go-playground/universal-translator v0.18.1
2025-08-20T21:53:56.8494968Z [00:02:39.559]➜  go: downloading github.com/leodido/go-urn v1.4.0
2025-08-20T21:53:56.9225804Z [00:02:39.632]➜  go: downloading github.com/go-playground/locales v0.14.1
2025-08-20T21:53:57.2833238Z [00:02:39.993]➜  go: downloading github.com/h2non/filetype v1.1.3
2025-08-20T21:53:57.4722661Z [00:02:40.182]➜  go: downloading github.com/mholt/archives v0.1.3
2025-08-20T21:53:57.4922973Z [00:02:40.202]➜  go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
2025-08-20T21:53:57.5096232Z [00:02:40.219]➜  go: downloading github.com/modern-go/reflect2 v1.0.2
2025-08-20T21:53:57.5267143Z [00:02:40.236]➜  go: downloading github.com/projectdiscovery/sarif v0.0.1
2025-08-20T21:53:57.5803324Z [00:02:40.290]➜  go: downloading github.com/fatih/structs v1.1.0
2025-08-20T21:53:57.6821450Z [00:02:40.391]➜  go: downloading github.com/projectdiscovery/tlsx v1.1.9
2025-08-20T21:53:57.7536035Z [00:02:40.463]➜  go: downloading github.com/weppos/publicsuffix-go v0.40.3-0.20250408071509-6074bbe7fd39
2025-08-20T21:53:57.7959576Z [00:02:40.505]➜  go: downloading github.com/projectdiscovery/rdap v0.9.0
2025-08-20T21:53:57.8500671Z [00:02:40.559]➜  go: downloading github.com/PuerkitoBio/goquery v1.10.3
2025-08-20T21:53:57.8743479Z [00:02:40.584]➜  go: downloading github.com/hbakhtiyor/strsim v0.0.0-20190107154042-4d2bbb273edf
2025-08-20T21:53:57.9122697Z [00:02:40.622]➜  go: downloading github.com/projectdiscovery/cdncheck v1.1.26
2025-08-20T21:53:58.0148186Z [00:02:40.724]➜  go: downloading github.com/zmap/zcrypto v0.0.0-20240512203510-0fef58d9a9db
2025-08-20T21:53:58.1987740Z [00:02:40.908]➜  go: downloading github.com/syndtr/goleveldb v1.0.0
2025-08-20T21:53:58.2623873Z [00:02:40.972]➜  go: downloading github.com/aws/smithy-go v1.22.4
2025-08-20T21:53:58.5402055Z [00:02:41.249]➜  go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.32
2025-08-20T21:53:58.5765822Z [00:02:41.286]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3
2025-08-20T21:53:58.5943114Z [00:02:41.304]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.25.5
2025-08-20T21:53:58.6352592Z [00:02:41.344]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.3
2025-08-20T21:53:58.6887606Z [00:02:41.398]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.34.0
2025-08-20T21:53:58.7380870Z [00:02:41.447]➜  go: downloading go.mongodb.org/mongo-driver v1.17.4
2025-08-20T21:53:59.3154357Z [00:02:42.025]➜  go: downloading code.gitea.io/sdk/gitea v0.21.0
2025-08-20T21:53:59.3838694Z [00:02:42.093]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0
2025-08-20T21:53:59.3866750Z [00:02:42.096]➜  go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2025-08-20T21:53:59.3867237Z [00:02:42.096]➜  go: downloading github.com/fortytw2/leaktest v1.3.0
2025-08-20T21:53:59.3867837Z [00:02:42.096]➜  go: downloading github.com/go-playground/assert/v2 v2.2.0
2025-08-20T21:53:59.4168514Z [00:02:42.126]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1
2025-08-20T21:53:59.4195149Z [00:02:42.129]➜  go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2
2025-08-20T21:53:59.4584694Z [00:02:42.168]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity/cache v0.3.2
2025-08-20T21:53:59.4585301Z [00:02:42.168]➜  go: downloading github.com/golang-jwt/jwt/v5 v5.2.2
2025-08-20T21:53:59.4585721Z [00:02:42.168]➜  go: downloading github.com/andygrunwald/go-jira v1.16.0
2025-08-20T21:53:59.4586111Z [00:02:42.168]➜  go: downloading github.com/trivago/tgo v1.0.7
2025-08-20T21:53:59.4820835Z [00:02:42.191]➜  go: downloading github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466
2025-08-20T21:53:59.4873565Z [00:02:42.197]➜  go: downloading dario.cat/mergo v1.0.0
2025-08-20T21:53:59.5048724Z [00:02:42.214]➜  go: downloading github.com/ProtonMail/go-crypto v1.1.6
2025-08-20T21:53:59.5144570Z [00:02:42.224]➜  go: downloading github.com/go-git/go-billy/v5 v5.6.2
2025-08-20T21:53:59.5366701Z [00:02:42.246]➜  go: downloading github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
2025-08-20T21:53:59.5642090Z [00:02:42.273]➜  go: downloading github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399
2025-08-20T21:53:59.5643242Z [00:02:42.273]➜  go: downloading github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
2025-08-20T21:53:59.5648397Z [00:02:42.274]➜  go: downloading github.com/elazarl/goproxy v1.7.2
2025-08-20T21:53:59.5852111Z [00:02:42.294]➜  go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.11
2025-08-20T21:53:59.6047218Z [00:02:42.314]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.36
2025-08-20T21:53:59.6047978Z [00:02:42.314]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.36
2025-08-20T21:53:59.6167897Z [00:02:42.326]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.4
2025-08-20T21:53:59.6227146Z [00:02:42.332]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.4
2025-08-20T21:53:59.6322452Z [00:02:42.342]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.17
2025-08-20T21:53:59.6407080Z [00:02:42.350]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.17
2025-08-20T21:53:59.6600979Z [00:02:42.369]➜  go: downloading github.com/google/go-querystring v1.1.0
2025-08-20T21:53:59.6605010Z [00:02:42.369]➜  go: downloading github.com/google/go-cmp v0.7.0
2025-08-20T21:53:59.6605429Z [00:02:42.370]➜  go: downloading github.com/imdario/mergo v0.3.16
2025-08-20T21:53:59.6785811Z [00:02:42.388]➜  go: downloading github.com/go-openapi/jsonpointer v0.21.0
2025-08-20T21:53:59.6923907Z [00:02:42.402]➜  go: downloading github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
2025-08-20T21:53:59.6987498Z [00:02:42.408]➜  go: downloading github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037
2025-08-20T21:53:59.6993344Z [00:02:42.409]➜  go: downloading github.com/perimeterx/marshmallow v1.1.5
2025-08-20T21:53:59.7077631Z [00:02:42.417]➜  go: downloading github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90
2025-08-20T21:53:59.7150875Z [00:02:42.424]➜  go: downloading github.com/bits-and-blooms/bloom/v3 v3.5.0
2025-08-20T21:53:59.7174491Z [00:02:42.427]➜  go: downloading github.com/hashicorp/golang-lru/v2 v2.0.7
2025-08-20T21:53:59.7313678Z [00:02:42.441]➜  go: downloading github.com/valyala/bytebufferpool v1.0.0
2025-08-20T21:53:59.7344188Z [00:02:42.444]➜  go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
2025-08-20T21:53:59.7453923Z [00:02:42.455]➜  go: downloading github.com/hashicorp/go-retryablehttp v0.7.8
2025-08-20T21:53:59.7494433Z [00:02:42.459]➜  go: downloading github.com/muesli/termenv v0.16.0
2025-08-20T21:53:59.7509937Z [00:02:42.460]➜  go: downloading github.com/yuin/goldmark v1.7.8
2025-08-20T21:53:59.7617536Z [00:02:42.471]➜  go: downloading github.com/yuin/goldmark-emoji v1.0.5
2025-08-20T21:53:59.7833393Z [00:02:42.493]➜  go: downloading github.com/charmbracelet/x/exp/golden v0.0.0-20240806155701-69247e0abc2a
2025-08-20T21:53:59.7846707Z [00:02:42.494]➜  go: downloading golang.org/x/sync v0.15.0
2025-08-20T21:53:59.7847221Z [00:02:42.494]➜  go: downloading github.com/mattn/go-runewidth v0.0.16
2025-08-20T21:53:59.8050359Z [00:02:42.514]➜  go: downloading github.com/olekukonko/errors v1.1.0
2025-08-20T21:53:59.8050810Z [00:02:42.514]➜  go: downloading github.com/olekukonko/ll v0.0.9
2025-08-20T21:53:59.8314261Z [00:02:42.540]➜  go: downloading github.com/dlclark/regexp2 v1.11.5
2025-08-20T21:53:59.8355126Z [00:02:42.545]➜  go: downloading github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8
2025-08-20T21:53:59.8362233Z [00:02:42.546]➜  go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0
2025-08-20T21:53:59.8530329Z [00:02:42.562]➜  go: downloading github.com/jcmturner/gofork v1.7.6
2025-08-20T21:53:59.8759452Z [00:02:42.585]➜  go: downloading github.com/gobwas/httphead v0.1.0
2025-08-20T21:53:59.8911247Z [00:02:42.600]➜  go: downloading github.com/free5gc/util v1.0.5-0.20230511064842-2e120956883b
2025-08-20T21:53:59.9348194Z [00:02:42.644]➜  go: downloading github.com/sirupsen/logrus v1.9.3
2025-08-20T21:53:59.9450974Z [00:02:42.654]➜  go: downloading github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358
2025-08-20T21:53:59.9579512Z [00:02:42.667]➜  go: downloading github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667
2025-08-20T21:53:59.9629127Z [00:02:42.672]➜  go: downloading github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9
2025-08-20T21:53:59.9818237Z [00:02:42.691]➜  go: downloading github.com/golang-sql/sqlexp v0.1.0
2025-08-20T21:53:59.9820215Z [00:02:42.691]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.3.1
2025-08-20T21:53:59.9932686Z [00:02:42.703]➜  go: downloading filippo.io/edwards25519 v1.1.0
2025-08-20T21:53:59.9996934Z [00:02:42.709]➜  go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
2025-08-20T21:54:00.0128990Z [00:02:42.722]➜  go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
2025-08-20T21:54:00.0208817Z [00:02:42.730]➜  go: downloading mellium.im/sasl v0.3.2
2025-08-20T21:54:00.0254803Z [00:02:42.735]➜  go: downloading github.com/onsi/ginkgo v1.16.4
2025-08-20T21:54:00.0279222Z [00:02:42.737]➜  go: downloading github.com/onsi/gomega v1.34.1
2025-08-20T21:54:00.0384146Z [00:02:42.748]➜  go: downloading github.com/cespare/xxhash/v2 v2.3.0
2025-08-20T21:54:00.0587773Z [00:02:42.768]➜  go: downloading github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
2025-08-20T21:54:00.0708833Z [00:02:42.780]➜  go: downloading github.com/bsm/ginkgo/v2 v2.12.0
2025-08-20T21:54:00.0992065Z [00:02:42.808]➜  go: downloading github.com/bsm/gomega v1.27.10
2025-08-20T21:54:00.1190620Z [00:02:42.828]➜  go: downloading github.com/bahlo/generic-list-go v0.2.0
2025-08-20T21:54:00.1276551Z [00:02:42.837]➜  go: downloading github.com/buger/jsonparser v1.1.1
2025-08-20T21:54:00.1350011Z [00:02:42.844]➜  go: downloading github.com/mailru/easyjson v0.7.7
2025-08-20T21:54:00.1471659Z [00:02:42.856]➜  go: downloading github.com/aymerick/douceur v0.2.0
2025-08-20T21:54:00.1496526Z [00:02:42.859]➜  go: downloading github.com/OneOfOne/xxhash v1.2.2
2025-08-20T21:54:00.1585470Z [00:02:42.868]➜  go: downloading github.com/spaolacci/murmur3 v1.1.0
2025-08-20T21:54:00.1624898Z [00:02:42.872]➜  go: downloading gopkg.in/djherbis/times.v1 v1.3.0
2025-08-20T21:54:00.1748036Z [00:02:42.884]➜  go: downloading github.com/hashicorp/go-version v1.7.0
2025-08-20T21:54:00.1809821Z [00:02:42.890]➜  go: downloading github.com/kataras/jwt v0.1.10
2025-08-20T21:54:00.1929650Z [00:02:42.902]➜  go: downloading github.com/sashabaranov/go-openai v1.37.0
2025-08-20T21:54:00.1989956Z [00:02:42.908]➜  go: downloading github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707
2025-08-20T21:54:00.2295523Z [00:02:42.939]➜  go: downloading github.com/klauspost/compress v1.18.0
2025-08-20T21:54:00.9467679Z [00:02:43.656]➜  go: downloading github.com/go-sourcemap/sourcemap v2.1.4+incompatible
2025-08-20T21:54:00.9473002Z [00:02:43.657]➜  go: downloading github.com/smartystreets/goconvey v1.6.4
2025-08-20T21:54:00.9473529Z [00:02:43.657]➜  go: downloading github.com/projectdiscovery/stringsutil v0.0.2
2025-08-20T21:54:00.9997315Z [00:02:43.709]➜  go: downloading github.com/ysmood/goob v0.4.0
2025-08-20T21:54:01.0482101Z [00:02:43.757]➜  go: downloading github.com/ysmood/got v0.40.0
2025-08-20T21:54:01.0500918Z [00:02:43.759]➜  go: downloading github.com/ysmood/gson v0.7.3
2025-08-20T21:54:01.1132810Z [00:02:43.823]➜  go: downloading github.com/ysmood/gotrace v0.6.0
2025-08-20T21:54:01.1159090Z [00:02:43.825]➜  go: downloading github.com/shirou/gopsutil v3.21.11+incompatible
2025-08-20T21:54:01.1159581Z [00:02:43.825]➜  go: downloading github.com/gaissmai/bart v0.20.5
2025-08-20T21:54:01.1478000Z [00:02:43.856]➜  go: downloading github.com/yl2chen/cidranger v1.0.2
2025-08-20T21:54:01.1665979Z [00:02:43.876]➜  go: downloading github.com/dimchansky/utfbom v1.1.1
2025-08-20T21:54:01.2042786Z [00:02:43.913]➜  go: downloading github.com/refraction-networking/utls v1.7.1
2025-08-20T21:54:01.2093515Z [00:02:43.917]➜  go: downloading github.com/itchyny/timefmt-go v0.1.6
2025-08-20T21:54:01.2299873Z [00:02:43.939]➜  go: downloading github.com/VividCortex/ewma v1.2.0
2025-08-20T21:54:01.2610211Z [00:02:43.970]➜  go: downloading github.com/fatih/color v1.18.0
2025-08-20T21:54:01.3008740Z [00:02:44.010]➜  go: downloading github.com/mattn/go-colorable v0.1.14
2025-08-20T21:54:01.3207141Z [00:02:44.029]➜  go: downloading aead.dev/minisign v0.2.0
2025-08-20T21:54:01.3542785Z [00:02:44.063]➜  go: downloading github.com/shirou/gopsutil/v3 v3.24.5
2025-08-20T21:54:01.3791333Z [00:02:44.088]➜  go: downloading git.mills.io/prologic/smtpd v0.0.0-20210710122116-a525b76c287a
2025-08-20T21:54:01.3892206Z [00:02:44.098]➜  go: downloading github.com/mackerelio/go-osstat v0.2.4
2025-08-20T21:54:01.4597108Z [00:02:44.169]➜  go: downloading github.com/projectdiscovery/ldapserver v1.0.2-0.20240219154113-dcc758ebc0cb
2025-08-20T21:54:01.4609397Z [00:02:44.170]➜  go: downloading goftp.io/server/v2 v2.0.1
2025-08-20T21:54:01.5109821Z [00:02:44.220]➜  go: downloading github.com/goburrow/cache v0.1.4
2025-08-20T21:54:01.5110334Z [00:02:44.220]➜  go: downloading github.com/projectdiscovery/freeport v0.0.7
2025-08-20T21:54:01.5110777Z [00:02:44.220]➜  go: downloading github.com/frankban/quicktest v1.14.6
2025-08-20T21:54:01.5549205Z [00:02:44.264]➜  go: downloading github.com/ysmood/fetchup v0.2.3
2025-08-20T21:54:01.5564366Z [00:02:44.266]➜  go: downloading github.com/ysmood/leakless v0.9.0
2025-08-20T21:54:01.5995898Z [00:02:44.309]➜  go: downloading github.com/tidwall/match v1.1.1
2025-08-20T21:54:01.6004004Z [00:02:44.310]➜  go: downloading github.com/tidwall/pretty v1.2.1
2025-08-20T21:54:01.6006536Z [00:02:44.310]➜  go: downloading github.com/Microsoft/go-winio v0.6.2
2025-08-20T21:54:01.6494347Z [00:02:44.358]➜  go: downloading github.com/docker/cli v27.4.1+incompatible
2025-08-20T21:54:01.6494838Z [00:02:44.359]➜  go: downloading github.com/STARRY-S/zip v0.2.1
2025-08-20T21:54:01.6554464Z [00:02:44.365]➜  go: downloading github.com/andybalholm/brotli v1.1.2-0.20250424173009-453214e765f3
2025-08-20T21:54:01.6973697Z [00:02:44.407]➜  go: downloading github.com/bodgit/sevenzip v1.6.0
2025-08-20T21:54:01.6984460Z [00:02:44.408]➜  go: downloading github.com/klauspost/pgzip v1.2.6
2025-08-20T21:54:01.7159008Z [00:02:44.425]➜  go: downloading github.com/mikelolasagasti/xz v1.0.1
2025-08-20T21:54:01.7598732Z [00:02:44.469]➜  go: downloading github.com/minio/minlz v1.0.0
2025-08-20T21:54:01.7733085Z [00:02:44.482]➜  go: downloading github.com/nwaples/rardecode/v2 v2.1.0
2025-08-20T21:54:01.7786003Z [00:02:44.487]➜  go: downloading github.com/pierrec/lz4/v4 v4.1.21
2025-08-20T21:54:01.8068162Z [00:02:44.516]➜  go: downloading github.com/sorairolake/lzip-go v0.3.5
2025-08-20T21:54:01.8295072Z [00:02:44.539]➜  go: downloading github.com/ulikunitz/xz v0.5.12
2025-08-20T21:54:01.8570602Z [00:02:44.566]➜  go: downloading github.com/logrusorgru/aurora/v4 v4.0.0
2025-08-20T21:54:01.8834490Z [00:02:44.593]➜  go: downloading github.com/cloudflare/cfssl v1.6.4
2025-08-20T21:54:02.0457681Z [00:02:44.755]➜  go: downloading github.com/openrdap/rdap v0.9.1
2025-08-20T21:54:02.0943306Z [00:02:44.804]➜  go: downloading gopkg.in/alecthomas/kingpin.v2 v2.2.6
2025-08-20T21:54:02.0944674Z [00:02:44.804]➜  go: downloading github.com/andybalholm/cascadia v1.3.3
2025-08-20T21:54:02.0945639Z [00:02:44.804]➜  go: downloading github.com/zmap/rc2 v0.0.0-20190804163417-abaa70531248
2025-08-20T21:54:02.1161722Z [00:02:44.825]➜  go: downloading github.com/akrylysov/pogreb v0.10.2
2025-08-20T21:54:02.1162232Z [00:02:44.825]➜  go: downloading github.com/tidwall/buntdb v1.3.1
2025-08-20T21:54:02.1336182Z [00:02:44.843]➜  go: downloading go.etcd.io/bbolt v1.3.10
2025-08-20T21:54:02.1568194Z [00:02:44.865]➜  go: downloading github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78
2025-08-20T21:54:02.1622625Z [00:02:44.872]➜  go: downloading github.com/42wim/httpsig v1.2.2
2025-08-20T21:54:02.1626203Z [00:02:44.872]➜  go: downloading github.com/davidmz/go-pageant v1.0.2
2025-08-20T21:54:02.1707851Z [00:02:44.880]➜  go: downloading github.com/go-fed/httpsig v1.1.0
2025-08-20T21:54:02.1964590Z [00:02:44.906]➜  go: downloading github.com/kr/pretty v0.3.1
2025-08-20T21:54:02.1996885Z [00:02:44.909]➜  go: downloading github.com/kylelemons/godebug v1.1.0
2025-08-20T21:54:02.1997567Z [00:02:44.909]➜  go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
2025-08-20T21:54:02.2180668Z [00:02:44.927]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.8.0
2025-08-20T21:54:02.2184215Z [00:02:44.928]➜  go: downloading github.com/AzureAD/microsoft-authentication-extensions-for-go/cache v0.1.1
2025-08-20T21:54:02.2657123Z [00:02:44.975]➜  go: downloading github.com/cyphar/filepath-securejoin v0.4.1
2025-08-20T21:54:02.2657863Z [00:02:44.975]➜  go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
2025-08-20T21:54:02.2695692Z [00:02:44.979]➜  go: downloading github.com/pjbgf/sha1cd v0.3.2
2025-08-20T21:54:02.2845883Z [00:02:44.994]➜  go: downloading github.com/emirpasic/gods v1.18.1
2025-08-20T21:54:02.2851819Z [00:02:44.994]➜  go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
2025-08-20T21:54:02.3129067Z [00:02:45.019]➜  go: downloading github.com/golang-jwt/jwt/v4 v4.5.2
2025-08-20T21:54:02.3255008Z [00:02:45.035]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.36
2025-08-20T21:54:02.3324821Z [00:02:45.042]➜  go: downloading github.com/go-openapi/swag v0.23.0
2025-08-20T21:54:02.3523681Z [00:02:45.062]➜  go: downloading github.com/go-test/deep v1.0.8
2025-08-20T21:54:02.3538560Z [00:02:45.063]➜  go: downloading github.com/ugorji/go/codec v1.2.11
2025-08-20T21:54:02.3874247Z [00:02:45.097]➜  go: downloading github.com/alecthomas/chroma/v2 v2.14.0
2025-08-20T21:54:02.4978811Z [00:02:45.207]➜  go: downloading github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834
2025-08-20T21:54:02.4979399Z [00:02:45.207]➜  go: downloading github.com/charmbracelet/x/ansi v0.8.0
2025-08-20T21:54:02.5326884Z [00:02:45.242]➜  go: downloading github.com/charmbracelet/x/exp/slice v0.0.0-20250327172914-2fdc97757edf
2025-08-20T21:54:02.5329943Z [00:02:45.242]➜  go: downloading github.com/muesli/reflow v0.3.0
2025-08-20T21:54:02.5514588Z [00:02:45.261]➜  go: downloading github.com/bits-and-blooms/bitset v1.13.0
2025-08-20T21:54:02.5515469Z [00:02:45.261]➜  go: downloading github.com/twmb/murmur3 v1.1.6
2025-08-20T21:54:02.5593001Z [00:02:45.269]➜  go: downloading github.com/hashicorp/go-hclog v1.6.3
2025-08-20T21:54:02.5797573Z [00:02:45.289]➜  go: downloading github.com/aymanbagabas/go-osc52/v2 v2.0.1
2025-08-20T21:54:02.5900910Z [00:02:45.299]➜  go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
2025-08-20T21:54:02.5910065Z [00:02:45.300]➜  go: downloading github.com/rivo/uniseg v0.4.7
2025-08-20T21:54:02.5968630Z [00:02:45.306]➜  go: downloading github.com/aymanbagabas/go-udiff v0.2.0
2025-08-20T21:54:02.6322475Z [00:02:45.341]➜  go: downloading github.com/hashicorp/go-uuid v1.0.3
2025-08-20T21:54:02.6333709Z [00:02:45.343]➜  go: downloading github.com/jcmturner/goidentity/v6 v6.0.1
2025-08-20T21:54:02.6400539Z [00:02:45.349]➜  go: downloading github.com/jcmturner/rpc/v2 v2.0.3
2025-08-20T21:54:02.6492244Z [00:02:45.359]➜  go: downloading github.com/gin-gonic/gin v1.9.1
2025-08-20T21:54:02.6606260Z [00:02:45.370]➜  go: downloading github.com/tim-ywliu/nested-logrus-formatter v1.3.2
2025-08-20T21:54:02.6608597Z [00:02:45.370]➜  go: downloading github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa
2025-08-20T21:54:02.6900496Z [00:02:45.399]➜  go: downloading golang.org/x/mod v0.25.0
2025-08-20T21:54:02.6942828Z [00:02:45.404]➜  go: downloading github.com/jinzhu/inflection v1.0.0
2025-08-20T21:54:02.7098953Z [00:02:45.419]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.1.1
2025-08-20T21:54:02.7188427Z [00:02:45.428]➜  go: downloading github.com/geoffgarside/ber v1.1.0
2025-08-20T21:54:02.7188876Z [00:02:45.428]➜  go: downloading github.com/gorilla/css v1.0.1
2025-08-20T21:54:02.7373232Z [00:02:45.447]➜  go: downloading github.com/cloudwego/base64x v0.1.5
2025-08-20T21:54:02.7398266Z [00:02:45.449]➜  go: downloading golang.org/x/arch v0.3.0
2025-08-20T21:54:02.7509633Z [00:02:45.460]➜  go: downloading github.com/hdm/jarm-go v0.0.7
2025-08-20T21:54:02.7596851Z [00:02:45.469]➜  go: downloading github.com/jtolds/gls v4.20.0+incompatible
2025-08-20T21:54:02.7748568Z [00:02:45.484]➜  go: downloading github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d
2025-08-20T21:54:02.7976336Z [00:02:45.507]➜  go: downloading github.com/ysmood/gop v0.2.0
2025-08-20T21:54:02.8338348Z [00:02:45.543]➜  go: downloading github.com/cloudflare/circl v1.6.1
2025-08-20T21:54:03.0466399Z [00:02:45.756]➜  go: downloading github.com/caddyserver/certmagic v0.19.2
2025-08-20T21:54:03.0466887Z [00:02:45.756]➜  go: downloading github.com/libdns/libdns v0.2.1
2025-08-20T21:54:03.0467250Z [00:02:45.756]➜  go: downloading go.uber.org/zap v1.25.0
2025-08-20T21:54:03.0467922Z [00:02:45.756]➜  go: downloading github.com/tklauser/go-sysconf v0.3.12
2025-08-20T21:54:03.0707465Z [00:02:45.780]➜  go: downloading github.com/lor00x/goldap v0.0.0-20180618054307-a546dffdd1a3
2025-08-20T21:54:03.0851834Z [00:02:45.794]➜  go: downloading github.com/opencontainers/runc v1.2.3
2025-08-20T21:54:03.0855711Z [00:02:45.795]➜  go: downloading github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5
2025-08-20T21:54:03.0971602Z [00:02:45.806]➜  go: downloading github.com/moby/term v0.5.0
2025-08-20T21:54:03.1015151Z [00:02:45.811]➜  go: downloading github.com/opencontainers/image-spec v1.1.0
2025-08-20T21:54:03.1144474Z [00:02:45.824]➜  go: downloading github.com/docker/go-connections v0.5.0
2025-08-20T21:54:03.1290389Z [00:02:45.838]➜  go: downloading github.com/xyproto/randomstring v1.0.5
2025-08-20T21:54:03.1388835Z [00:02:45.848]➜  go: downloading github.com/bodgit/plumbing v1.3.0
2025-08-20T21:54:03.1415744Z [00:02:45.851]➜  go: downloading github.com/bodgit/windows v1.0.1
2025-08-20T21:54:03.1439027Z [00:02:45.853]➜  go: downloading github.com/hashicorp/go-multierror v1.1.1
2025-08-20T21:54:03.1561842Z [00:02:45.865]➜  go: downloading go4.org v0.0.0-20230225012048-214862532bf5
2025-08-20T21:54:03.1589185Z [00:02:45.868]➜  go: downloading github.com/docker/docker v28.0.0+incompatible
2025-08-20T21:54:03.1945566Z [00:02:45.904]➜  go: downloading github.com/go-viper/mapstructure/v2 v2.3.0
2025-08-20T21:54:03.1955191Z [00:02:45.905]➜  go: downloading gotest.tools/v3 v3.5.1
2025-08-20T21:54:03.2337973Z [00:02:45.943]➜  go: downloading github.com/mitchellh/go-homedir v1.1.0
2025-08-20T21:54:03.2338462Z [00:02:45.943]➜  go: downloading github.com/alecthomas/kingpin/v2 v2.4.0
2025-08-20T21:54:03.2489113Z [00:02:45.958]➜  go: downloading github.com/jarcoal/httpmock v1.3.0
2025-08-20T21:54:03.2565652Z [00:02:45.966]➜  go: downloading github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
2025-08-20T21:54:03.2757732Z [00:02:45.985]➜  go: downloading github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137
2025-08-20T21:54:03.2828086Z [00:02:45.992]➜  go: downloading github.com/golang/snappy v0.0.4
2025-08-20T21:54:03.2920223Z [00:02:46.001]➜  go: downloading github.com/xdg-go/scram v1.1.2
2025-08-20T21:54:03.3028366Z [00:02:46.012]➜  go: downloading github.com/xdg-go/stringprep v1.0.4
2025-08-20T21:54:03.3095729Z [00:02:46.019]➜  go: downloading github.com/montanaflynn/stats v0.7.1
2025-08-20T21:54:03.3200135Z [00:02:46.029]➜  go: downloading github.com/tidwall/btree v1.7.0
2025-08-20T21:54:03.3321219Z [00:02:46.041]➜  go: downloading github.com/tidwall/grect v0.1.4
2025-08-20T21:54:03.3573502Z [00:02:46.067]➜  go: downloading github.com/tidwall/rtred v0.1.2
2025-08-20T21:54:03.3888234Z [00:02:46.098]➜  go: downloading github.com/tidwall/assert v0.1.0
2025-08-20T21:54:03.4264955Z [00:02:46.136]➜  go: downloading github.com/tidwall/lotsa v1.0.2
2025-08-20T21:54:03.4420366Z [00:02:46.151]➜  go: downloading github.com/kr/text v0.2.0
2025-08-20T21:54:03.4720383Z [00:02:46.181]➜  go: downloading github.com/rogpeppe/go-internal v1.14.1
2025-08-20T21:54:03.4812567Z [00:02:46.191]➜  go: downloading github.com/keybase/go-keychain v0.0.1
2025-08-20T21:54:03.5229925Z [00:02:46.232]➜  go: downloading gopkg.in/warnings.v0 v0.1.2
2025-08-20T21:54:03.5632462Z [00:02:46.272]➜  go: downloading github.com/kevinburke/ssh_config v1.2.0
2025-08-20T21:54:03.5852904Z [00:02:46.295]➜  go: downloading github.com/skeema/knownhosts v1.3.1
2025-08-20T21:54:03.6014561Z [00:02:46.311]➜  go: downloading github.com/xanzy/ssh-agent v0.3.3
2025-08-20T21:54:03.6189882Z [00:02:46.328]➜  go: downloading github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
2025-08-20T21:54:03.6246013Z [00:02:46.334]➜  go: downloading github.com/gliderlabs/ssh v0.3.8
2025-08-20T21:54:03.6526832Z [00:02:46.362]➜  go: downloading github.com/josharian/intern v1.0.0
2025-08-20T21:54:03.6579666Z [00:02:46.367]➜  go: downloading github.com/alecthomas/assert/v2 v2.7.0
2025-08-20T21:54:03.6656343Z [00:02:46.375]➜  go: downloading github.com/charmbracelet/x/cellbuf v0.0.13
2025-08-20T21:54:03.6656901Z [00:02:46.375]➜  go: downloading github.com/jcmturner/aescts/v2 v2.0.0
2025-08-20T21:54:03.6673032Z [00:02:46.377]➜  go: downloading github.com/gin-contrib/sse v0.1.0
2025-08-20T21:54:03.6821715Z [00:02:46.391]➜  go: downloading google.golang.org/protobuf v1.35.1
2025-08-20T21:54:03.6847599Z [00:02:46.394]➜  go: downloading github.com/nxadm/tail v1.4.11
2025-08-20T21:54:03.6867191Z [00:02:46.396]➜  go: downloading github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1
2025-08-20T21:54:03.6879968Z [00:02:46.397]➜  go: downloading github.com/yusufpapurcu/wmi v1.2.4
2025-08-20T21:54:03.7059257Z [00:02:46.415]➜  go: downloading github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0
2025-08-20T21:54:03.7190538Z [00:02:46.428]➜  go: downloading github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c
2025-08-20T21:54:03.7241230Z [00:02:46.433]➜  go: downloading github.com/shoenig/go-m1cpu v0.1.6
2025-08-20T21:54:03.7241715Z [00:02:46.433]➜  go: downloading github.com/tklauser/numcpus v0.6.1
2025-08-20T21:54:03.7385376Z [00:02:46.448]➜  go: downloading go.uber.org/goleak v1.3.0
2025-08-20T21:54:03.7405027Z [00:02:46.450]➜  go: downloading github.com/containerd/continuity v0.4.5
2025-08-20T21:54:03.7434256Z [00:02:46.453]➜  go: downloading github.com/klauspost/cpuid/v2 v2.2.5
2025-08-20T21:54:03.7702168Z [00:02:46.479]➜  go: downloading github.com/mholt/acmez v1.2.0
2025-08-20T21:54:03.8140923Z [00:02:46.523]➜  go: downloading github.com/zeebo/blake3 v0.2.3
2025-08-20T21:54:03.8141456Z [00:02:46.523]➜  go: downloading github.com/creack/pty v1.1.18
2025-08-20T21:54:03.8166449Z [00:02:46.526]➜  go: downloading github.com/opencontainers/go-digest v1.0.0
2025-08-20T21:54:03.8367049Z [00:02:46.546]➜  go: downloading github.com/xeipuuv/gojsonschema v1.2.0
2025-08-20T21:54:03.8378375Z [00:02:46.547]➜  go: downloading github.com/hashicorp/errwrap v1.1.0
2025-08-20T21:54:03.8484880Z [00:02:46.558]➜  go: downloading github.com/moby/sys/user v0.3.0
2025-08-20T21:54:03.8537862Z [00:02:46.563]➜  go: downloading github.com/google/certificate-transparency-go v1.1.4
2025-08-20T21:54:04.0666257Z [00:02:46.776]➜  go: downloading github.com/xhit/go-str2duration/v2 v2.1.0
2025-08-20T21:54:04.0970621Z [00:02:46.806]➜  go: downloading github.com/xhit/go-str2duration v1.2.0
2025-08-20T21:54:04.1236518Z [00:02:46.833]➜  go: downloading github.com/xdg-go/pbkdf2 v1.0.0
2025-08-20T21:54:04.1238254Z [00:02:46.833]➜  go: downloading github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
2025-08-20T21:54:04.1238900Z [00:02:46.833]➜  go: downloading github.com/alecthomas/repr v0.4.0
2025-08-20T21:54:04.1269485Z [00:02:46.836]➜  go: downloading github.com/pelletier/go-toml/v2 v2.0.8
2025-08-20T21:54:04.1404048Z [00:02:46.850]➜  go: downloading github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc
2025-08-20T21:54:04.1561366Z [00:02:46.865]➜  go: downloading github.com/charmbracelet/x/term v0.2.1
2025-08-20T21:54:04.1580878Z [00:02:46.867]➜  go: downloading github.com/bytedance/sonic/loader v0.3.0
2025-08-20T21:54:04.1586835Z [00:02:46.868]➜  go: downloading github.com/twitchyliquid64/golang-asm v0.15.1
2025-08-20T21:54:04.1745124Z [00:02:46.884]➜  go: downloading github.com/hexops/gotextdiff v1.0.3
2025-08-20T21:54:04.2031751Z [00:02:46.912]➜  go: downloading github.com/go-ole/go-ole v1.2.6
2025-08-20T21:54:04.2056954Z [00:02:46.915]➜  go: downloading github.com/shoenig/test v0.6.4
2025-08-20T21:54:04.2057624Z [00:02:46.915]➜  go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
2025-08-20T21:54:04.2236014Z [00:02:46.933]➜  go: downloading github.com/benbjohnson/clock v1.3.0
2025-08-20T21:54:04.2269297Z [00:02:46.936]➜  go: downloading github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161
2025-08-20T21:54:04.2455613Z [00:02:46.955]➜  go: downloading github.com/zeebo/assert v1.1.0
2025-08-20T21:54:04.2456083Z [00:02:46.955]➜  go: downloading github.com/moby/docker-image-spec v1.3.1
2025-08-20T21:54:04.2456657Z [00:02:46.955]➜  go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
2025-08-20T21:54:04.2537211Z [00:02:46.963]➜  go: downloading github.com/tidwall/tinyqueue v0.1.1
2025-08-20T21:54:04.2638129Z [00:02:46.973]➜  go: downloading github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
2025-08-20T21:54:04.2681082Z [00:02:46.977]➜  go: downloading github.com/fsnotify/fsnotify v1.6.0
2025-08-20T21:54:04.2757672Z [00:02:46.985]➜  go: downloading github.com/gogo/protobuf v1.3.2
2025-08-20T21:54:04.2800106Z [00:02:46.989]➜  go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
2025-08-20T21:54:04.2908638Z [00:02:47.000]➜  go: downloading github.com/zeebo/pcg v1.0.1
2025-08-20T21:54:04.4919405Z [00:02:47.201]➜  + go generate ./...
2025-08-20T21:54:04.8254599Z [00:02:47.535]➜  pkg/templates/templates.go:1: running "dstdocgen": exec: "dstdocgen": executable file not found in $PATH
2025-08-20T21:54:04.8291103Z [00:02:47.538]➜  + go build -C cmd/nuclei -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/nuclei
2025-08-20T21:54:04.8314436Z [00:02:47.541]➜  WORK=/tmp/go-build3999932643
2025-08-20T21:54:04.8822768Z [00:02:47.591]➜  # get https://proxy.golang.org/github.com/projectdiscovery/goflags/@v/v0.1.74.info
2025-08-20T21:54:04.8824998Z [00:02:47.592]➜  # get https://proxy.golang.org/github.com/projectdiscovery/interactsh/@v/v1.2.4.info
2025-08-20T21:54:04.8826014Z [00:02:47.592]➜  # get https://proxy.golang.org/github.com/projectdiscovery/gologger/@v/v1.1.54.info
2025-08-20T21:54:05.0359039Z [00:02:47.745]➜  # get https://proxy.golang.org/github.com/projectdiscovery/interactsh/@v/v1.2.4.info: 200 OK (0.154s)
2025-08-20T21:54:05.0362592Z [00:02:47.746]➜  # get https://proxy.golang.org/github.com/projectdiscovery/goflags/@v/v0.1.74.info: 200 OK (0.154s)
2025-08-20T21:54:05.0366651Z [00:02:47.746]➜  # get https://proxy.golang.org/github.com/projectdiscovery/gologger/@v/v1.1.54.info: 200 OK (0.155s)
2025-08-20T21:54:05.0390426Z [00:02:47.748]➜  # get https://proxy.golang.org/github.com/alecthomas/chroma/@v/v0.10.0.info
2025-08-20T21:54:05.0393538Z [00:02:47.749]➜  # get https://proxy.golang.org/github.com/invopop/jsonschema/@v/v0.13.0.info
2025-08-20T21:54:05.0394180Z [00:02:47.749]➜  # get https://proxy.golang.org/github.com/%21masterminds/semver/v3/@v/v3.4.0.info
2025-08-20T21:54:05.0394816Z [00:02:47.749]➜  # get https://proxy.golang.org/github.com/go-playground/validator/v10/@v/v10.26.0.info
2025-08-20T21:54:05.0530248Z [00:02:47.762]➜  # get https://proxy.golang.org/github.com/alecthomas/chroma/@v/v0.10.0.info: 200 OK (0.015s)
2025-08-20T21:54:05.0537200Z [00:02:47.763]➜  # get https://proxy.golang.org/github.com/%21knetic/govaluate/@v/v3.0.1-0.20171022003610-9aa49832a739+incompatible.info
2025-08-20T21:54:05.0543754Z [00:02:47.764]➜  # get https://proxy.golang.org/github.com/%21masterminds/semver/v3/@v/v3.4.0.info: 200 OK (0.015s)
2025-08-20T21:54:05.0548409Z [00:02:47.764]➜  # get https://proxy.golang.org/github.com/invopop/jsonschema/@v/v0.13.0.info: 200 OK (0.015s)
2025-08-20T21:54:05.0550247Z [00:02:47.764]➜  # get https://proxy.golang.org/github.com/pkg/errors/@v/v0.9.1.info
2025-08-20T21:54:05.0550834Z [00:02:47.764]➜  # get https://proxy.golang.org/github.com/json-iterator/go/@v/v1.1.12.info
2025-08-20T21:54:05.0555717Z [00:02:47.765]➜  # get https://proxy.golang.org/github.com/go-playground/validator/v10/@v/v10.26.0.info: 200 OK (0.016s)
2025-08-20T21:54:05.0562869Z [00:02:47.766]➜  # get https://proxy.golang.org/github.com/miekg/dns/@v/v1.1.66.info
2025-08-20T21:54:05.0716141Z [00:02:47.781]➜  # get https://proxy.golang.org/github.com/pkg/errors/@v/v0.9.1.info: 200 OK (0.017s)
2025-08-20T21:54:05.0719218Z [00:02:47.781]➜  # get https://proxy.golang.org/github.com/json-iterator/go/@v/v1.1.12.info: 200 OK (0.017s)
2025-08-20T21:54:05.0720709Z [00:02:47.781]➜  # get https://proxy.golang.org/github.com/logrusorgru/aurora/@v/v2.0.3+incompatible.info
2025-08-20T21:54:05.0723434Z [00:02:47.782]➜  # get https://proxy.golang.org/github.com/projectdiscovery/retryablehttp-go/@v/v1.0.119.info
2025-08-20T21:54:05.0731961Z [00:02:47.782]➜  # get https://proxy.golang.org/github.com/miekg/dns/@v/v1.1.66.info: 200 OK (0.017s)
2025-08-20T21:54:05.0738954Z [00:02:47.783]➜  # get https://proxy.golang.org/github.com/projectdiscovery/dsl/@v/v0.5.0.info
2025-08-20T21:54:05.1087245Z [00:02:47.818]➜  # get https://proxy.golang.org/github.com/%21knetic/govaluate/@v/v3.0.1-0.20171022003610-9aa49832a739+incompatible.info: 200 OK (0.055s)
2025-08-20T21:54:05.1251693Z [00:02:47.834]➜  # get https://proxy.golang.org/github.com/logrusorgru/aurora/@v/v2.0.3+incompatible.info: 200 OK (0.053s)
2025-08-20T21:54:05.1256186Z [00:02:47.835]➜  # get https://proxy.golang.org/github.com/projectdiscovery/utils/@v/v0.4.23.info
2025-08-20T21:54:05.1259848Z [00:02:47.835]➜  # get https://proxy.golang.org/github.com/bytedance/sonic/@v/v1.14.0.info
2025-08-20T21:54:05.1345178Z [00:02:47.844]➜  # get https://proxy.golang.org/github.com/projectdiscovery/retryablehttp-go/@v/v1.0.119.info: 200 OK (0.062s)
2025-08-20T21:54:05.1371244Z [00:02:47.846]➜  # get https://proxy.golang.org/github.com/projectdiscovery/dsl/@v/v0.5.0.info: 200 OK (0.063s)
2025-08-20T21:54:05.1374967Z [00:02:47.847]➜  # get https://proxy.golang.org/github.com/cnf/structhash/@v/v0.0.0-20201127153200-e1b16c1ebc08.info
2025-08-20T21:54:05.1401072Z [00:02:47.849]➜  # get https://proxy.golang.org/github.com/bytedance/sonic/@v/v1.14.0.info: 200 OK (0.014s)
2025-08-20T21:54:05.1899411Z [00:02:47.899]➜  # get https://proxy.golang.org/github.com/projectdiscovery/utils/@v/v0.4.23.info: 200 OK (0.064s)
2025-08-20T21:54:05.1905418Z [00:02:47.900]➜  # get https://proxy.golang.org/github.com/charmbracelet/glamour/@v/v0.10.0.info
2025-08-20T21:54:05.1906835Z [00:02:47.900]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info
2025-08-20T21:54:05.1907667Z [00:02:47.900]➜  # get https://proxy.golang.org/github.com/google/shlex/@v/v0.0.0-20191202100458-e7afc7fbc510.info
2025-08-20T21:54:05.1924182Z [00:02:47.902]➜  # get https://proxy.golang.org/github.com/cnf/structhash/@v/v0.0.0-20201127153200-e1b16c1ebc08.info: 200 OK (0.055s)
2025-08-20T21:54:05.1929309Z [00:02:47.902]➜  # get https://proxy.golang.org/github.com/projectdiscovery/uncover/@v/v1.1.0.info
2025-08-20T21:54:05.2046468Z [00:02:47.914]➜  # get https://proxy.golang.org/github.com/charmbracelet/glamour/@v/v0.10.0.info: 200 OK (0.014s)
2025-08-20T21:54:05.2050504Z [00:02:47.914]➜  # get https://proxy.golang.org/github.com/olekukonko/tablewriter/@v/v1.0.8.info
2025-08-20T21:54:05.2062100Z [00:02:47.916]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info: 200 OK (0.016s)
2025-08-20T21:54:05.2064056Z [00:02:47.916]➜  # get https://proxy.golang.org/github.com/google/shlex/@v/v0.0.0-20191202100458-e7afc7fbc510.info: 200 OK (0.016s)
2025-08-20T21:54:05.2066013Z [00:02:47.916]➜  # get https://proxy.golang.org/github.com/mholt/archives/@v/v0.1.3.info
2025-08-20T21:54:05.2066899Z [00:02:47.916]➜  # get https://proxy.golang.org/github.com/dlclark/regexp2/@v/v1.11.5.info
2025-08-20T21:54:05.2213105Z [00:02:47.931]➜  # get https://proxy.golang.org/github.com/mholt/archives/@v/v0.1.3.info: 200 OK (0.015s)
2025-08-20T21:54:05.2216547Z [00:02:47.931]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info
2025-08-20T21:54:05.2363614Z [00:02:47.946]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info: 200 OK (0.015s)
2025-08-20T21:54:05.2371600Z [00:02:47.946]➜  # get https://proxy.golang.org/github.com/wk8/go-ordered-map/v2/@v/v2.1.8.info
2025-08-20T21:54:05.2514592Z [00:02:47.961]➜  # get https://proxy.golang.org/github.com/wk8/go-ordered-map/v2/@v/v2.1.8.info: 200 OK (0.014s)
2025-08-20T21:54:05.2563845Z [00:02:47.966]➜  # get https://proxy.golang.org/github.com/olekukonko/tablewriter/@v/v1.0.8.info: 200 OK (0.051s)
2025-08-20T21:54:05.2581185Z [00:02:47.967]➜  # get https://proxy.golang.org/github.com/projectdiscovery/asnmap/@v/v1.1.1.info
2025-08-20T21:54:05.2622693Z [00:02:47.972]➜  # get https://proxy.golang.org/github.com/dlclark/regexp2/@v/v1.11.5.info: 200 OK (0.056s)
2025-08-20T21:54:05.2630293Z [00:02:47.972]➜  # get https://proxy.golang.org/github.com/projectdiscovery/blackrock/@v/v0.0.1.info
2025-08-20T21:54:05.2729763Z [00:02:47.982]➜  # get https://proxy.golang.org/github.com/projectdiscovery/uncover/@v/v1.1.0.info: 200 OK (0.080s)
2025-08-20T21:54:05.2734649Z [00:02:47.983]➜  # get https://proxy.golang.org/github.com/projectdiscovery/retryabledns/@v/v1.0.105.info
2025-08-20T21:54:05.2735283Z [00:02:47.983]➜  # get https://proxy.golang.org/github.com/projectdiscovery/hmap/@v/v0.0.92.info
2025-08-20T21:54:05.3121027Z [00:02:48.021]➜  # get https://proxy.golang.org/github.com/projectdiscovery/asnmap/@v/v1.1.1.info: 200 OK (0.054s)
2025-08-20T21:54:05.3123665Z [00:02:48.022]➜  # get https://proxy.golang.org/gopkg.in/djherbis/times.v1/@v/v1.3.0.info
2025-08-20T21:54:05.3223565Z [00:02:48.032]➜  # get https://proxy.golang.org/github.com/projectdiscovery/blackrock/@v/v0.0.1.info: 200 OK (0.059s)
2025-08-20T21:54:05.3276845Z [00:02:48.037]➜  # get https://proxy.golang.org/github.com/projectdiscovery/retryabledns/@v/v1.0.105.info: 200 OK (0.054s)
2025-08-20T21:54:05.3282611Z [00:02:48.038]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/@v/v1.1.0.info
2025-08-20T21:54:05.3348821Z [00:02:48.044]➜  # get https://proxy.golang.org/github.com/projectdiscovery/hmap/@v/v0.0.92.info: 200 OK (0.061s)
2025-08-20T21:54:05.3353286Z [00:02:48.045]➜  # get https://proxy.golang.org/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.info
2025-08-20T21:54:05.3353899Z [00:02:48.045]➜  # get https://proxy.golang.org/gopkg.in/yaml.v2/@v/v2.4.0.info
2025-08-20T21:54:05.3399519Z [00:02:48.049]➜  # get https://proxy.golang.org/gopkg.in/djherbis/times.v1/@v/v1.3.0.info: 200 OK (0.028s)
2025-08-20T21:54:05.3401643Z [00:02:48.050]➜  # get https://proxy.golang.org/github.com/projectdiscovery/httpx/@v/v1.7.0.info
2025-08-20T21:54:05.3505629Z [00:02:48.060]➜  # get https://proxy.golang.org/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.info: 200 OK (0.015s)
2025-08-20T21:54:05.3508412Z [00:02:48.060]➜  # get https://proxy.golang.org/github.com/gabriel-vasile/mimetype/@v/v1.4.8.info
2025-08-20T21:54:05.3525783Z [00:02:48.062]➜  # get https://proxy.golang.org/gopkg.in/yaml.v2/@v/v2.4.0.info: 200 OK (0.017s)
2025-08-20T21:54:05.3531827Z [00:02:48.062]➜  # get https://proxy.golang.org/github.com/%21mzack9999/go-http-digest-auth-client/@v/v0.6.1-0.20220414142836-eb8883508809.info
2025-08-20T21:54:05.3652586Z [00:02:48.075]➜  # get https://proxy.golang.org/github.com/gabriel-vasile/mimetype/@v/v1.4.8.info: 200 OK (0.014s)
2025-08-20T21:54:05.3657930Z [00:02:48.075]➜  # get https://proxy.golang.org/github.com/projectdiscovery/useragent/@v/v0.0.101.info
2025-08-20T21:54:05.3818758Z [00:02:48.091]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/@v/v1.1.0.info: 200 OK (0.054s)
2025-08-20T21:54:05.3825178Z [00:02:48.092]➜  # get https://proxy.golang.org/github.com/asaskevich/govalidator/@v/v0.0.0-20230301143203-a9d515a09cc2.info
2025-08-20T21:54:05.3967786Z [00:02:48.106]➜  # get https://proxy.golang.org/github.com/asaskevich/govalidator/@v/v0.0.0-20230301143203-a9d515a09cc2.info: 200 OK (0.014s)
2025-08-20T21:54:05.3975759Z [00:02:48.107]➜  # get https://proxy.golang.org/github.com/modern-go/reflect2/@v/v1.0.2.info
2025-08-20T21:54:05.4043396Z [00:02:48.114]➜  # get https://proxy.golang.org/github.com/projectdiscovery/httpx/@v/v1.7.0.info: 200 OK (0.064s)
2025-08-20T21:54:05.4047314Z [00:02:48.114]➜  # get https://proxy.golang.org/github.com/go-playground/universal-translator/@v/v0.18.1.info
2025-08-20T21:54:05.4115693Z [00:02:48.121]➜  # get https://proxy.golang.org/github.com/modern-go/reflect2/@v/v1.0.2.info: 200 OK (0.014s)
2025-08-20T21:54:05.4123363Z [00:02:48.122]➜  # get https://proxy.golang.org/github.com/projectdiscovery/fastdialer/@v/v0.4.4.info
2025-08-20T21:54:05.4170699Z [00:02:48.126]➜  # get https://proxy.golang.org/github.com/projectdiscovery/useragent/@v/v0.0.101.info: 200 OK (0.051s)
2025-08-20T21:54:05.4171655Z [00:02:48.126]➜  # get https://proxy.golang.org/github.com/%21mzack9999/go-http-digest-auth-client/@v/v0.6.1-0.20220414142836-eb8883508809.info: 200 OK (0.064s)
2025-08-20T21:54:05.4174452Z [00:02:48.127]➜  # get https://proxy.golang.org/github.com/projectdiscovery/mapcidr/@v/v1.1.34.info
2025-08-20T21:54:05.4175465Z [00:02:48.127]➜  # get https://proxy.golang.org/github.com/getkin/kin-openapi/@v/v0.132.0.info
2025-08-20T21:54:05.4186815Z [00:02:48.128]➜  # get https://proxy.golang.org/github.com/go-playground/universal-translator/@v/v0.18.1.info: 200 OK (0.014s)
2025-08-20T21:54:05.4212297Z [00:02:48.130]➜  # get https://proxy.golang.org/github.com/microcosm-cc/bluemonday/@v/v1.0.27.info
2025-08-20T21:54:05.4318146Z [00:02:48.141]➜  # get https://proxy.golang.org/github.com/getkin/kin-openapi/@v/v0.132.0.info: 200 OK (0.014s)
2025-08-20T21:54:05.4321200Z [00:02:48.141]➜  # get https://proxy.golang.org/github.com/bahlo/generic-list-go/@v/v0.2.0.info
2025-08-20T21:54:05.4338867Z [00:02:48.143]➜  # get https://proxy.golang.org/github.com/microcosm-cc/bluemonday/@v/v1.0.27.info: 200 OK (0.014s)
2025-08-20T21:54:05.4341212Z [00:02:48.143]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info
2025-08-20T21:54:05.4495254Z [00:02:48.159]➜  # get https://proxy.golang.org/github.com/bahlo/generic-list-go/@v/v0.2.0.info: 200 OK (0.017s)
2025-08-20T21:54:05.4498771Z [00:02:48.159]➜  # get https://proxy.golang.org/github.com/muesli/termenv/@v/v0.16.0.info
2025-08-20T21:54:05.4503982Z [00:02:48.160]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info: 200 OK (0.016s)
2025-08-20T21:54:05.4504658Z [00:02:48.160]➜  # get https://proxy.golang.org/golang.org/x/exp/@v/v0.0.0-20250620022241-b7579e27df2b.info
2025-08-20T21:54:05.4642829Z [00:02:48.174]➜  # get https://proxy.golang.org/github.com/muesli/termenv/@v/v0.16.0.info: 200 OK (0.014s)
2025-08-20T21:54:05.4645915Z [00:02:48.174]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info
2025-08-20T21:54:05.4652705Z [00:02:48.175]➜  # get https://proxy.golang.org/golang.org/x/exp/@v/v0.0.0-20250620022241-b7579e27df2b.info: 200 OK (0.015s)
2025-08-20T21:54:05.4655269Z [00:02:48.175]➜  # get https://proxy.golang.org/github.com/leodido/go-urn/@v/v1.4.0.info
2025-08-20T21:54:05.4710439Z [00:02:48.180]➜  # get https://proxy.golang.org/github.com/projectdiscovery/fastdialer/@v/v0.4.4.info: 200 OK (0.059s)
2025-08-20T21:54:05.4713133Z [00:02:48.181]➜  # get https://proxy.golang.org/github.com/%21s%21t%21a%21r%21r%21y-%21s/zip/@v/v0.2.1.info
2025-08-20T21:54:05.4766562Z [00:02:48.186]➜  # get https://proxy.golang.org/github.com/projectdiscovery/mapcidr/@v/v1.1.34.info: 200 OK (0.059s)
2025-08-20T21:54:05.4776147Z [00:02:48.187]➜  # get https://proxy.golang.org/github.com/clbanning/mxj/v2/@v/v2.7.0.info
2025-08-20T21:54:05.4784269Z [00:02:48.188]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info: 200 OK (0.014s)
2025-08-20T21:54:05.4790938Z [00:02:48.188]➜  # get https://proxy.golang.org/github.com/%21data%21dog/gostackparse/@v/v0.7.0.info
2025-08-20T21:54:05.4795601Z [00:02:48.189]➜  # get https://proxy.golang.org/github.com/leodido/go-urn/@v/v1.4.0.info: 200 OK (0.014s)
2025-08-20T21:54:05.4798693Z [00:02:48.189]➜  # get https://proxy.golang.org/github.com/saintfish/chardet/@v/v0.0.0-20230101081208-5e3ef4b5456d.info
2025-08-20T21:54:05.4853684Z [00:02:48.195]➜  # get https://proxy.golang.org/github.com/%21s%21t%21a%21r%21r%21y-%21s/zip/@v/v0.2.1.info: 200 OK (0.014s)
2025-08-20T21:54:05.4860337Z [00:02:48.195]➜  # get https://proxy.golang.org/github.com/buger/jsonparser/@v/v1.1.1.info
2025-08-20T21:54:05.4915749Z [00:02:48.201]➜  # get https://proxy.golang.org/github.com/clbanning/mxj/v2/@v/v2.7.0.info: 200 OK (0.014s)
2025-08-20T21:54:05.4919290Z [00:02:48.201]➜  # get https://proxy.golang.org/github.com/olekukonko/errors/@v/v1.1.0.info
2025-08-20T21:54:05.4939301Z [00:02:48.203]➜  # get https://proxy.golang.org/github.com/%21data%21dog/gostackparse/@v/v0.7.0.info: 200 OK (0.015s)
2025-08-20T21:54:05.4941583Z [00:02:48.204]➜  # get https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.7.8.info
2025-08-20T21:54:05.4952074Z [00:02:48.205]➜  # get https://proxy.golang.org/github.com/saintfish/chardet/@v/v0.0.0-20230101081208-5e3ef4b5456d.info: 200 OK (0.015s)
2025-08-20T21:54:05.4954754Z [00:02:48.205]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.7.info
2025-08-20T21:54:05.5013881Z [00:02:48.211]➜  # get https://proxy.golang.org/github.com/buger/jsonparser/@v/v1.1.1.info: 200 OK (0.015s)
2025-08-20T21:54:05.5015887Z [00:02:48.211]➜  # get https://proxy.golang.org/github.com/alecthomas/chroma/v2/@v/v2.14.0.info
2025-08-20T21:54:05.5063003Z [00:02:48.216]➜  # get https://proxy.golang.org/github.com/olekukonko/errors/@v/v1.1.0.info: 200 OK (0.014s)
2025-08-20T21:54:05.5067651Z [00:02:48.216]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.39.0.info
2025-08-20T21:54:05.5086511Z [00:02:48.218]➜  # get https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.7.8.info: 200 OK (0.014s)
2025-08-20T21:54:05.5089239Z [00:02:48.218]➜  # get https://proxy.golang.org/github.com/andybalholm/brotli/@v/v1.1.2-0.20250424173009-453214e765f3.info
2025-08-20T21:54:05.5095761Z [00:02:48.219]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.7.info: 200 OK (0.014s)
2025-08-20T21:54:05.5106454Z [00:02:48.220]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.33.0.info
2025-08-20T21:54:05.5165032Z [00:02:48.226]➜  # get https://proxy.golang.org/github.com/alecthomas/chroma/v2/@v/v2.14.0.info: 200 OK (0.015s)
2025-08-20T21:54:05.5166550Z [00:02:48.226]➜  # get https://proxy.golang.org/github.com/seh-msft/burpxml/@v/v1.0.1.info
2025-08-20T21:54:05.5206703Z [00:02:48.230]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.39.0.info: 200 OK (0.014s)
2025-08-20T21:54:05.5246200Z [00:02:48.234]➜  # get https://proxy.golang.org/github.com/andybalholm/brotli/@v/v1.1.2-0.20250424173009-453214e765f3.info: 200 OK (0.016s)
2025-08-20T21:54:05.5247878Z [00:02:48.234]➜  # get https://proxy.golang.org/golang.org/x/arch/@v/v0.3.0.info
2025-08-20T21:54:05.5258815Z [00:02:48.235]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.33.0.info: 200 OK (0.015s)
2025-08-20T21:54:05.5265232Z [00:02:48.236]➜  # get https://proxy.golang.org/github.com/akrylysov/pogreb/@v/v0.10.2.info
2025-08-20T21:54:05.5265861Z [00:02:48.236]➜  # get https://proxy.golang.org/github.com/mailru/easyjson/@v/v0.7.7.info
2025-08-20T21:54:05.5410173Z [00:02:48.250]➜  # get https://proxy.golang.org/github.com/mailru/easyjson/@v/v0.7.7.info: 200 OK (0.014s)
2025-08-20T21:54:05.5412451Z [00:02:48.251]➜  # get https://proxy.golang.org/github.com/olekukonko/ll/@v/v0.0.9.info
2025-08-20T21:54:05.5553386Z [00:02:48.265]➜  # get https://proxy.golang.org/github.com/olekukonko/ll/@v/v0.0.9.info: 200 OK (0.014s)
2025-08-20T21:54:05.5555698Z [00:02:48.265]➜  # get https://proxy.golang.org/github.com/yuin/goldmark-emoji/@v/v1.0.5.info
2025-08-20T21:54:05.5709484Z [00:02:48.280]➜  # get https://proxy.golang.org/github.com/yuin/goldmark-emoji/@v/v1.0.5.info: 200 OK (0.015s)
2025-08-20T21:54:05.5713740Z [00:02:48.281]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.32.0.info
2025-08-20T21:54:05.5765853Z [00:02:48.286]➜  # get https://proxy.golang.org/github.com/seh-msft/burpxml/@v/v1.0.1.info: 200 OK (0.060s)
2025-08-20T21:54:05.5770350Z [00:02:48.286]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/azidentity/@v/v1.10.1.info
2025-08-20T21:54:05.5822337Z [00:02:48.291]➜  # get https://proxy.golang.org/golang.org/x/arch/@v/v0.3.0.info: 200 OK (0.057s)
2025-08-20T21:54:05.5825251Z [00:02:48.292]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.26.0.info
2025-08-20T21:54:05.5853251Z [00:02:48.295]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.32.0.info: 200 OK (0.014s)
2025-08-20T21:54:05.5857252Z [00:02:48.295]➜  # get https://proxy.golang.org/github.com/bodgit/sevenzip/@v/v1.6.0.info
2025-08-20T21:54:05.5891774Z [00:02:48.298]➜  # get https://proxy.golang.org/github.com/akrylysov/pogreb/@v/v0.10.2.info: 200 OK (0.063s)
2025-08-20T21:54:05.5896957Z [00:02:48.299]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.41.0.info
2025-08-20T21:54:05.5919260Z [00:02:48.301]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/azidentity/@v/v1.10.1.info: 200 OK (0.015s)
2025-08-20T21:54:05.5923077Z [00:02:48.302]➜  # get https://proxy.golang.org/github.com/invopop/yaml/@v/v0.3.1.info
2025-08-20T21:54:05.5968596Z [00:02:48.306]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.26.0.info: 200 OK (0.014s)
2025-08-20T21:54:05.5976625Z [00:02:48.307]➜  # get https://proxy.golang.org/github.com/projectdiscovery/ratelimit/@v/v0.0.81.info
2025-08-20T21:54:05.5998583Z [00:02:48.309]➜  # get https://proxy.golang.org/github.com/bodgit/sevenzip/@v/v1.6.0.info: 200 OK (0.014s)
2025-08-20T21:54:05.6001355Z [00:02:48.309]➜  # get https://proxy.golang.org/github.com/bits-and-blooms/bloom/v3/@v/v3.5.0.info
2025-08-20T21:54:05.6038398Z [00:02:48.313]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.41.0.info: 200 OK (0.014s)
2025-08-20T21:54:05.6046086Z [00:02:48.314]➜  # get https://proxy.golang.org/github.com/aymanbagabas/go-osc52/v2/@v/v2.0.1.info
2025-08-20T21:54:05.6065620Z [00:02:48.316]➜  # get https://proxy.golang.org/github.com/invopop/yaml/@v/v0.3.1.info: 200 OK (0.014s)
2025-08-20T21:54:05.6068084Z [00:02:48.316]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/storage/azblob/@v/v1.6.1.info
2025-08-20T21:54:05.6190048Z [00:02:48.328]➜  # get https://proxy.golang.org/github.com/aymanbagabas/go-osc52/v2/@v/v2.0.1.info: 200 OK (0.014s)
2025-08-20T21:54:05.6194715Z [00:02:48.329]➜  # get https://proxy.golang.org/github.com/dsnet/compress/@v/v0.0.2-0.20230904184137-39efe44ab707.info
2025-08-20T21:54:05.6209454Z [00:02:48.330]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/storage/azblob/@v/v1.6.1.info: 200 OK (0.014s)
2025-08-20T21:54:05.6216396Z [00:02:48.331]➜  # get https://proxy.golang.org/git.mills.io/prologic/smtpd/@v/v0.0.0-20210710122116-a525b76c287a.info
2025-08-20T21:54:05.6357550Z [00:02:48.345]➜  # get https://proxy.golang.org/github.com/dsnet/compress/@v/v0.0.2-0.20230904184137-39efe44ab707.info: 200 OK (0.016s)
2025-08-20T21:54:05.6361945Z [00:02:48.345]➜  # get https://proxy.golang.org/github.com/go-playground/locales/@v/v0.14.1.info
2025-08-20T21:54:05.6502987Z [00:02:48.360]➜  # get https://proxy.golang.org/github.com/go-playground/locales/@v/v0.14.1.info: 200 OK (0.014s)
2025-08-20T21:54:05.6511353Z [00:02:48.360]➜  # get https://proxy.golang.org/github.com/syndtr/goleveldb/@v/v1.0.0.info
2025-08-20T21:54:05.6568672Z [00:02:48.366]➜  # get https://proxy.golang.org/github.com/projectdiscovery/ratelimit/@v/v0.0.81.info: 200 OK (0.059s)
2025-08-20T21:54:05.6571695Z [00:02:48.367]➜  # get https://proxy.golang.org/github.com/go-openapi/jsonpointer/@v/v0.21.0.info
2025-08-20T21:54:05.6608423Z [00:02:48.370]➜  # get https://proxy.golang.org/github.com/bits-and-blooms/bloom/v3/@v/v3.5.0.info: 200 OK (0.061s)
2025-08-20T21:54:05.6612250Z [00:02:48.371]➜  # get https://proxy.golang.org/github.com/hashicorp/golang-lru/v2/@v/v2.0.7.info
2025-08-20T21:54:05.6769113Z [00:02:48.386]➜  # get https://proxy.golang.org/github.com/hashicorp/golang-lru/v2/@v/v2.0.7.info: 200 OK (0.016s)
2025-08-20T21:54:05.6773128Z [00:02:48.387]➜  # get https://proxy.golang.org/github.com/aymerick/douceur/@v/v0.2.0.info
2025-08-20T21:54:05.6880766Z [00:02:48.397]➜  # get https://proxy.golang.org/git.mills.io/prologic/smtpd/@v/v0.0.0-20210710122116-a525b76c287a.info: 200 OK (0.066s)
2025-08-20T21:54:05.6883173Z [00:02:48.398]➜  # get https://proxy.golang.org/github.com/tidwall/gjson/@v/v1.18.0.info
2025-08-20T21:54:05.6914969Z [00:02:48.401]➜  # get https://proxy.golang.org/github.com/aymerick/douceur/@v/v0.2.0.info: 200 OK (0.014s)
2025-08-20T21:54:05.6920947Z [00:02:48.401]➜  # get https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.2.0.info
2025-08-20T21:54:05.7001924Z [00:02:48.409]➜  # get https://proxy.golang.org/github.com/syndtr/goleveldb/@v/v1.0.0.info: 200 OK (0.049s)
2025-08-20T21:54:05.7004430Z [00:02:48.410]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/@v/v1.36.5.info
2025-08-20T21:54:05.7045371Z [00:02:48.414]➜  # get https://proxy.golang.org/github.com/tidwall/gjson/@v/v1.18.0.info: 200 OK (0.016s)
2025-08-20T21:54:05.7050675Z [00:02:48.414]➜  # get https://proxy.golang.org/github.com/klauspost/compress/@v/v1.18.0.info
2025-08-20T21:54:05.7083748Z [00:02:48.418]➜  # get https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.2.0.info: 200 OK (0.016s)
2025-08-20T21:54:05.7095825Z [00:02:48.419]➜  # get https://proxy.golang.org/github.com/rs/xid/@v/v1.6.0.info
2025-08-20T21:54:05.7146899Z [00:02:48.424]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/@v/v1.36.5.info: 200 OK (0.014s)
2025-08-20T21:54:05.7149680Z [00:02:48.424]➜  # get https://proxy.golang.org/github.com/felixge/fgprof/@v/v0.9.5.info
2025-08-20T21:54:05.7189441Z [00:02:48.428]➜  # get https://proxy.golang.org/github.com/go-openapi/jsonpointer/@v/v0.21.0.info: 200 OK (0.062s)
2025-08-20T21:54:05.7193193Z [00:02:48.429]➜  # get https://proxy.golang.org/github.com/oasdiff/yaml/@v/v0.0.0-20250309154309-f31be36b4037.info
2025-08-20T21:54:05.7232800Z [00:02:48.433]➜  # get https://proxy.golang.org/github.com/klauspost/compress/@v/v1.18.0.info: 200 OK (0.018s)
2025-08-20T21:54:05.7240701Z [00:02:48.433]➜  # get https://proxy.golang.org/github.com/%21puerkito%21bio/goquery/@v/v1.10.3.info
2025-08-20T21:54:05.7246114Z [00:02:48.434]➜  # get https://proxy.golang.org/github.com/rs/xid/@v/v1.6.0.info: 200 OK (0.015s)
2025-08-20T21:54:05.7246830Z [00:02:48.434]➜  # get https://proxy.golang.org/github.com/charmbracelet/lipgloss/@v/v1.1.1-0.20250404203927-76690c660834.info
2025-08-20T21:54:05.7304955Z [00:02:48.440]➜  # get https://proxy.golang.org/github.com/felixge/fgprof/@v/v0.9.5.info: 200 OK (0.015s)
2025-08-20T21:54:05.7309906Z [00:02:48.440]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/config/@v/v1.29.17.info
2025-08-20T21:54:05.7338755Z [00:02:48.443]➜  # get https://proxy.golang.org/github.com/oasdiff/yaml/@v/v0.0.0-20250309154309-f31be36b4037.info: 200 OK (0.015s)
2025-08-20T21:54:05.7340868Z [00:02:48.443]➜  # get https://proxy.golang.org/github.com/tidwall/match/@v/v1.1.1.info
2025-08-20T21:54:05.7391982Z [00:02:48.448]➜  # get https://proxy.golang.org/github.com/%21puerkito%21bio/goquery/@v/v1.10.3.info: 200 OK (0.015s)
2025-08-20T21:54:05.7396734Z [00:02:48.449]➜  # get https://proxy.golang.org/github.com/%21mzack9999/goja/@v/v0.0.0-20250507184235-e46100e9c697.info
2025-08-20T21:54:05.7442339Z [00:02:48.454]➜  # get https://proxy.golang.org/github.com/charmbracelet/lipgloss/@v/v1.1.1-0.20250404203927-76690c660834.info: 200 OK (0.020s)
2025-08-20T21:54:05.7449569Z [00:02:48.454]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/azcore/@v/v1.18.0.info
2025-08-20T21:54:05.7483296Z [00:02:48.458]➜  # get https://proxy.golang.org/github.com/tidwall/match/@v/v1.1.1.info: 200 OK (0.014s)
2025-08-20T21:54:05.7488724Z [00:02:48.458]➜  # get https://proxy.golang.org/github.com/docker/go-units/@v/v0.5.0.info
2025-08-20T21:54:05.7591036Z [00:02:48.468]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/azcore/@v/v1.18.0.info: 200 OK (0.014s)
2025-08-20T21:54:05.7596364Z [00:02:48.469]➜  # get https://proxy.golang.org/github.com/segmentio/ksuid/@v/v1.0.4.info
2025-08-20T21:54:05.7631613Z [00:02:48.472]➜  # get https://proxy.golang.org/github.com/docker/go-units/@v/v0.5.0.info: 200 OK (0.014s)
2025-08-20T21:54:05.7736746Z [00:02:48.483]➜  # get https://proxy.golang.org/github.com/segmentio/ksuid/@v/v1.0.4.info: 200 OK (0.014s)
2025-08-20T21:54:05.7743489Z [00:02:48.484]➜  # get https://proxy.golang.org/github.com/perimeterx/marshmallow/@v/v1.1.5.info
2025-08-20T21:54:05.7901600Z [00:02:48.499]➜  # get https://proxy.golang.org/github.com/perimeterx/marshmallow/@v/v1.1.5.info: 200 OK (0.016s)
2025-08-20T21:54:05.7909489Z [00:02:48.500]➜  # get https://proxy.golang.org/github.com/hbakhtiyor/strsim/@v/v0.0.0-20190107154042-4d2bbb273edf.info
2025-08-20T21:54:05.7950539Z [00:02:48.504]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/config/@v/v1.29.17.info: 200 OK (0.064s)
2025-08-20T21:54:05.7955268Z [00:02:48.505]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/credentials/@v/v1.17.70.info
2025-08-20T21:54:05.8003040Z [00:02:48.510]➜  # get https://proxy.golang.org/github.com/%21mzack9999/goja/@v/v0.0.0-20250507184235-e46100e9c697.info: 200 OK (0.061s)
2025-08-20T21:54:05.8006946Z [00:02:48.510]➜  # get https://proxy.golang.org/github.com/tidwall/pretty/@v/v1.2.1.info
2025-08-20T21:54:05.8007731Z [00:02:48.510]➜  # get https://proxy.golang.org/github.com/%21mzack9999/goja_nodejs/@v/v0.0.0-20250507184139-66bcbf65c883.info
2025-08-20T21:54:05.8159149Z [00:02:48.525]➜  # get https://proxy.golang.org/github.com/tidwall/pretty/@v/v1.2.1.info: 200 OK (0.015s)
2025-08-20T21:54:05.8162927Z [00:02:48.526]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/ansi/@v/v0.8.0.info
2025-08-20T21:54:05.8165818Z [00:02:48.526]➜  # get https://proxy.golang.org/github.com/hbakhtiyor/strsim/@v/v0.0.0-20190107154042-4d2bbb273edf.info: 200 OK (0.026s)
2025-08-20T21:54:05.8185227Z [00:02:48.528]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.11.0.info
2025-08-20T21:54:05.8230108Z [00:02:48.532]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/credentials/@v/v1.17.70.info: 200 OK (0.027s)
2025-08-20T21:54:05.8305884Z [00:02:48.540]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/ansi/@v/v0.8.0.info: 200 OK (0.014s)
2025-08-20T21:54:05.8310867Z [00:02:48.540]➜  # get https://proxy.golang.org/github.com/google/pprof/@v/v0.0.0-20240727154555-813a5fbdbec8.info
2025-08-20T21:54:05.8311590Z [00:02:48.540]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/s3/manager/@v/v1.17.82.info
2025-08-20T21:54:05.8326177Z [00:02:48.542]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.11.0.info: 200 OK (0.014s)
2025-08-20T21:54:05.8328934Z [00:02:48.542]➜  # get https://proxy.golang.org/github.com/andybalholm/cascadia/@v/v1.3.3.info
2025-08-20T21:54:05.8353888Z [00:02:48.545]➜  # get https://proxy.golang.org/github.com/%21mzack9999/goja_nodejs/@v/v0.0.0-20250507184139-66bcbf65c883.info: 200 OK (0.035s)
2025-08-20T21:54:05.8358024Z [00:02:48.545]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/cellbuf/@v/v0.0.13.info
2025-08-20T21:54:05.8454127Z [00:02:48.555]➜  # get https://proxy.golang.org/github.com/google/pprof/@v/v0.0.0-20240727154555-813a5fbdbec8.info: 200 OK (0.014s)
2025-08-20T21:54:05.8457470Z [00:02:48.555]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/s3/manager/@v/v1.17.82.info: 200 OK (0.015s)
2025-08-20T21:54:05.8458305Z [00:02:48.555]➜  # get https://proxy.golang.org/github.com/%21mzack9999/gcache/@v/v0.0.0-20230410081825-519e28eab057.info
2025-08-20T21:54:05.8464977Z [00:02:48.556]➜  # get https://proxy.golang.org/github.com/mackerelio/go-osstat/@v/v0.2.4.info
2025-08-20T21:54:05.8471621Z [00:02:48.556]➜  # get https://proxy.golang.org/github.com/andybalholm/cascadia/@v/v1.3.3.info: 200 OK (0.014s)
2025-08-20T21:54:05.8476384Z [00:02:48.557]➜  # get https://proxy.golang.org/github.com/spf13/cast/@v/v1.9.2.info
2025-08-20T21:54:05.8498468Z [00:02:48.559]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/cellbuf/@v/v0.0.13.info: 200 OK (0.014s)
2025-08-20T21:54:05.8504428Z [00:02:48.560]➜  # get https://proxy.golang.org/github.com/go-rod/rod/@v/v0.116.2.info
2025-08-20T21:54:05.8645581Z [00:02:48.574]➜  # get https://proxy.golang.org/github.com/spf13/cast/@v/v1.9.2.info: 200 OK (0.017s)
2025-08-20T21:54:05.8651058Z [00:02:48.574]➜  # get https://proxy.golang.org/github.com/go-rod/rod/@v/v0.116.2.info: 200 OK (0.015s)
2025-08-20T21:54:05.8652992Z [00:02:48.575]➜  # get https://proxy.golang.org/github.com/tidwall/buntdb/@v/v1.3.1.info
2025-08-20T21:54:05.8662742Z [00:02:48.576]➜  # get https://proxy.golang.org/github.com/gorilla/css/@v/v1.0.1.info
2025-08-20T21:54:05.8701491Z [00:02:48.579]➜  # get https://proxy.golang.org/github.com/%21mzack9999/gcache/@v/v0.0.0-20230410081825-519e28eab057.info: 200 OK (0.024s)
2025-08-20T21:54:05.8706515Z [00:02:48.580]➜  # get https://proxy.golang.org/github.com/projectdiscovery/cdncheck/@v/v1.1.26.info
2025-08-20T21:54:05.8777232Z [00:02:48.587]➜  # get https://proxy.golang.org/github.com/mackerelio/go-osstat/@v/v0.2.4.info: 200 OK (0.031s)
2025-08-20T21:54:05.8780827Z [00:02:48.587]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/exp/slice/@v/v0.0.0-20250327172914-2fdc97757edf.info
2025-08-20T21:54:05.8811993Z [00:02:48.590]➜  # get https://proxy.golang.org/github.com/gorilla/css/@v/v1.0.1.info: 200 OK (0.015s)
2025-08-20T21:54:05.8819828Z [00:02:48.591]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/s3/@v/v1.82.0.info
2025-08-20T21:54:05.8909973Z [00:02:48.600]➜  # get https://proxy.golang.org/github.com/tidwall/buntdb/@v/v1.3.1.info: 200 OK (0.026s)
2025-08-20T21:54:05.8915049Z [00:02:48.601]➜  # get https://proxy.golang.org/github.com/projectdiscovery/fasttemplate/@v/v0.0.2.info
2025-08-20T21:54:05.9013015Z [00:02:48.611]➜  # get https://proxy.golang.org/github.com/projectdiscovery/cdncheck/@v/v1.1.26.info: 200 OK (0.030s)
2025-08-20T21:54:05.9015916Z [00:02:48.611]➜  # get https://proxy.golang.org/github.com/alitto/pond/@v/v1.9.2.info
2025-08-20T21:54:05.9025179Z [00:02:48.612]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/exp/slice/@v/v0.0.0-20250327172914-2fdc97757edf.info: 200 OK (0.024s)
2025-08-20T21:54:05.9027787Z [00:02:48.612]➜  # get https://proxy.golang.org/github.com/kitabisa/go-ci/@v/v1.0.3.info
2025-08-20T21:54:05.9100209Z [00:02:48.619]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/s3/@v/v1.82.0.info: 200 OK (0.028s)
2025-08-20T21:54:05.9103850Z [00:02:48.620]➜  # get https://proxy.golang.org/github.com/dimchansky/utfbom/@v/v1.1.1.info
2025-08-20T21:54:05.9167340Z [00:02:48.626]➜  # get https://proxy.golang.org/github.com/projectdiscovery/fasttemplate/@v/v0.0.2.info: 200 OK (0.025s)
2025-08-20T21:54:05.9169257Z [00:02:48.626]➜  # get https://proxy.golang.org/github.com/alitto/pond/@v/v1.9.2.info: 200 OK (0.015s)
2025-08-20T21:54:05.9175984Z [00:02:48.627]➜  # get https://proxy.golang.org/gopkg.in/corvus-ch/zbase32.v1/@v/v1.0.0.info
2025-08-20T21:54:05.9177592Z [00:02:48.627]➜  # get https://proxy.golang.org/github.com/mohae/deepcopy/@v/v0.0.0-20170929034955-c48cc78d4826.info
2025-08-20T21:54:05.9243375Z [00:02:48.634]➜  # get https://proxy.golang.org/github.com/dimchansky/utfbom/@v/v1.1.1.info: 200 OK (0.014s)
2025-08-20T21:54:05.9251224Z [00:02:48.634]➜  # get https://proxy.golang.org/github.com/go-openapi/swag/@v/v0.23.0.info
2025-08-20T21:54:05.9328827Z [00:02:48.642]➜  # get https://proxy.golang.org/github.com/mohae/deepcopy/@v/v0.0.0-20170929034955-c48cc78d4826.info: 200 OK (0.015s)
2025-08-20T21:54:05.9331945Z [00:02:48.643]➜  # get https://proxy.golang.org/go.etcd.io/bbolt/@v/v1.3.10.info
2025-08-20T21:54:05.9370160Z [00:02:48.646]➜  # get https://proxy.golang.org/github.com/kitabisa/go-ci/@v/v1.0.3.info: 200 OK (0.034s)
2025-08-20T21:54:05.9375171Z [00:02:48.647]➜  # get https://proxy.golang.org/github.com/bits-and-blooms/bitset/@v/v1.13.0.info
2025-08-20T21:54:05.9393388Z [00:02:48.649]➜  # get https://proxy.golang.org/github.com/go-openapi/swag/@v/v0.23.0.info: 200 OK (0.014s)
2025-08-20T21:54:05.9396855Z [00:02:48.649]➜  # get https://proxy.golang.org/github.com/bodgit/plumbing/@v/v1.3.0.info
2025-08-20T21:54:05.9424756Z [00:02:48.652]➜  # get https://proxy.golang.org/gopkg.in/corvus-ch/zbase32.v1/@v/v1.0.0.info: 200 OK (0.025s)
2025-08-20T21:54:05.9429956Z [00:02:48.652]➜  # get https://proxy.golang.org/github.com/fatih/color/@v/v1.18.0.info
2025-08-20T21:54:05.9474774Z [00:02:48.657]➜  # get https://proxy.golang.org/go.etcd.io/bbolt/@v/v1.3.10.info: 200 OK (0.014s)
2025-08-20T21:54:05.9481209Z [00:02:48.657]➜  # get https://proxy.golang.org/github.com/go-git/go-git/v5/@v/v5.16.2.info
2025-08-20T21:54:05.9553687Z [00:02:48.665]➜  # get https://proxy.golang.org/github.com/bodgit/plumbing/@v/v1.3.0.info: 200 OK (0.016s)
2025-08-20T21:54:05.9559919Z [00:02:48.665]➜  # get https://proxy.golang.org/github.com/labstack/echo/v4/@v/v4.13.4.info
2025-08-20T21:54:05.9568550Z [00:02:48.666]➜  # get https://proxy.golang.org/github.com/fatih/color/@v/v1.18.0.info: 200 OK (0.014s)
2025-08-20T21:54:05.9572985Z [00:02:48.667]➜  # get https://proxy.golang.org/github.com/klauspost/pgzip/@v/v1.2.6.info
2025-08-20T21:54:05.9621509Z [00:02:48.671]➜  # get https://proxy.golang.org/github.com/go-git/go-git/v5/@v/v5.16.2.info: 200 OK (0.014s)
2025-08-20T21:54:05.9629789Z [00:02:48.672]➜  # get https://proxy.golang.org/github.com/antchfx/htmlquery/@v/v1.3.4.info
2025-08-20T21:54:05.9666527Z [00:02:48.676]➜  # get https://proxy.golang.org/github.com/bits-and-blooms/bitset/@v/v1.13.0.info: 200 OK (0.029s)
2025-08-20T21:54:05.9674141Z [00:02:48.677]➜  # get https://proxy.golang.org/github.com/go-sql-driver/mysql/@v/v1.9.3.info
2025-08-20T21:54:05.9713611Z [00:02:48.681]➜  # get https://proxy.golang.org/github.com/labstack/echo/v4/@v/v4.13.4.info: 200 OK (0.015s)
2025-08-20T21:54:05.9716749Z [00:02:48.681]➜  # get https://proxy.golang.org/github.com/klauspost/pgzip/@v/v1.2.6.info: 200 OK (0.014s)
2025-08-20T21:54:05.9724575Z [00:02:48.682]➜  # get https://proxy.golang.org/github.com/muesli/reflow/@v/v0.3.0.info
2025-08-20T21:54:05.9730045Z [00:02:48.682]➜  # get https://proxy.golang.org/github.com/mikelolasagasti/xz/@v/v1.0.1.info
2025-08-20T21:54:05.9868665Z [00:02:48.696]➜  # get https://proxy.golang.org/github.com/go-sql-driver/mysql/@v/v1.9.3.info: 200 OK (0.019s)
2025-08-20T21:54:05.9874585Z [00:02:48.697]➜  # get https://proxy.golang.org/github.com/muesli/reflow/@v/v0.3.0.info: 200 OK (0.015s)
2025-08-20T21:54:05.9881008Z [00:02:48.697]➜  # get https://proxy.golang.org/github.com/mikelolasagasti/xz/@v/v1.0.1.info: 200 OK (0.014s)
2025-08-20T21:54:05.9881672Z [00:02:48.697]➜  # get https://proxy.golang.org/github.com/cheggaaa/pb/v3/@v/v3.1.4.info
2025-08-20T21:54:05.9883499Z [00:02:48.698]➜  # get https://proxy.golang.org/github.com/antchfx/xmlquery/@v/v1.4.4.info
2025-08-20T21:54:05.9884898Z [00:02:48.698]➜  # get https://proxy.golang.org/github.com/aws/smithy-go/@v/v1.22.4.info
2025-08-20T21:54:05.9900398Z [00:02:48.699]➜  # get https://proxy.golang.org/github.com/antchfx/htmlquery/@v/v1.3.4.info: 200 OK (0.027s)
2025-08-20T21:54:05.9905153Z [00:02:48.700]➜  # get https://proxy.golang.org/github.com/mattn/go-sqlite3/@v/v1.14.28.info
2025-08-20T21:54:06.0027813Z [00:02:48.712]➜  # get https://proxy.golang.org/github.com/aws/smithy-go/@v/v1.22.4.info: 200 OK (0.014s)
2025-08-20T21:54:06.0038252Z [00:02:48.713]➜  # get https://proxy.golang.org/github.com/refraction-networking/utls/@v/v1.7.1.info
2025-08-20T21:54:06.0046693Z [00:02:48.714]➜  # get https://proxy.golang.org/github.com/mattn/go-sqlite3/@v/v1.14.28.info: 200 OK (0.014s)
2025-08-20T21:54:06.0052259Z [00:02:48.715]➜  # get https://proxy.golang.org/github.com/google/go-github/@v/v17.0.0+incompatible.info
2025-08-20T21:54:06.0116661Z [00:02:48.721]➜  # get https://proxy.golang.org/github.com/cheggaaa/pb/v3/@v/v3.1.4.info: 200 OK (0.024s)
2025-08-20T21:54:06.0120278Z [00:02:48.721]➜  # get https://proxy.golang.org/github.com/oasdiff/yaml3/@v/v0.0.0-20250309153720-d2182401db90.info
2025-08-20T21:54:06.0193988Z [00:02:48.729]➜  # get https://proxy.golang.org/github.com/google/go-github/@v/v17.0.0+incompatible.info: 200 OK (0.014s)
2025-08-20T21:54:06.0199407Z [00:02:48.729]➜  # get https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.14.info
2025-08-20T21:54:06.0200083Z [00:02:48.729]➜  # get https://proxy.golang.org/github.com/antchfx/xmlquery/@v/v1.4.4.info: 200 OK (0.032s)
2025-08-20T21:54:06.0205139Z [00:02:48.730]➜  # get https://proxy.golang.org/github.com/valyala/bytebufferpool/@v/v1.0.0.info
2025-08-20T21:54:06.0262299Z [00:02:48.735]➜  # get https://proxy.golang.org/github.com/oasdiff/yaml3/@v/v0.0.0-20250309153720-d2182401db90.info: 200 OK (0.014s)
2025-08-20T21:54:06.0265504Z [00:02:48.736]➜  # get https://proxy.golang.org/github.com/minio/minlz/@v/v1.0.0.info
2025-08-20T21:54:06.0279004Z [00:02:48.737]➜  # get https://proxy.golang.org/github.com/refraction-networking/utls/@v/v1.7.1.info: 200 OK (0.024s)
2025-08-20T21:54:06.0287092Z [00:02:48.738]➜  # get https://proxy.golang.org/github.com/google/go-github/v30/@v/v30.1.0.info
2025-08-20T21:54:06.0353027Z [00:02:48.745]➜  # get https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.14.info: 200 OK (0.015s)
2025-08-20T21:54:06.0358696Z [00:02:48.745]➜  # get https://proxy.golang.org/github.com/valyala/bytebufferpool/@v/v1.0.0.info: 200 OK (0.015s)
2025-08-20T21:54:06.0361466Z [00:02:48.745]➜  # get https://proxy.golang.org/go.uber.org/multierr/@v/v1.11.0.info
2025-08-20T21:54:06.0362168Z [00:02:48.745]➜  # get https://proxy.golang.org/github.com/charmbracelet/colorprofile/@v/v0.2.3-0.20250311203215-f60798e515dc.info
2025-08-20T21:54:06.0415153Z [00:02:48.751]➜  # get https://proxy.golang.org/github.com/minio/minlz/@v/v1.0.0.info: 200 OK (0.015s)
2025-08-20T21:54:06.0418907Z [00:02:48.751]➜  # get https://proxy.golang.org/github.com/ysmood/gson/@v/v0.7.3.info
2025-08-20T21:54:06.0500841Z [00:02:48.759]➜  # get https://proxy.golang.org/go.uber.org/multierr/@v/v1.11.0.info: 200 OK (0.014s)
2025-08-20T21:54:06.0515936Z [00:02:48.761]➜  # get https://proxy.golang.org/github.com/tidwall/btree/@v/v1.7.0.info
2025-08-20T21:54:06.0523026Z [00:02:48.762]➜  # get https://proxy.golang.org/github.com/charmbracelet/colorprofile/@v/v0.2.3-0.20250311203215-f60798e515dc.info: 200 OK (0.016s)
2025-08-20T21:54:06.0526964Z [00:02:48.762]➜  # get https://proxy.golang.org/github.com/bluele/gcache/@v/v0.0.2.info
2025-08-20T21:54:06.0565905Z [00:02:48.766]➜  # get https://proxy.golang.org/github.com/ysmood/gson/@v/v0.7.3.info: 200 OK (0.015s)
2025-08-20T21:54:06.0569152Z [00:02:48.766]➜  # get https://proxy.golang.org/github.com/gaissmai/bart/@v/v0.20.5.info
2025-08-20T21:54:06.0604656Z [00:02:48.770]➜  # get https://proxy.golang.org/github.com/google/go-github/v30/@v/v30.1.0.info: 200 OK (0.032s)
2025-08-20T21:54:06.0609978Z [00:02:48.770]➜  # get https://proxy.golang.org/github.com/nwaples/rardecode/v2/@v/v2.1.0.info
2025-08-20T21:54:06.0667896Z [00:02:48.776]➜  # get https://proxy.golang.org/github.com/bluele/gcache/@v/v0.0.2.info: 200 OK (0.014s)
2025-08-20T21:54:06.0679348Z [00:02:48.777]➜  # get https://proxy.golang.org/github.com/itchyny/gojq/@v/v0.12.17.info
2025-08-20T21:54:06.0757818Z [00:02:48.785]➜  # get https://proxy.golang.org/github.com/nwaples/rardecode/v2/@v/v2.1.0.info: 200 OK (0.015s)
2025-08-20T21:54:06.0762937Z [00:02:48.786]➜  # get https://proxy.golang.org/github.com/tidwall/btree/@v/v1.7.0.info: 200 OK (0.025s)
2025-08-20T21:54:06.0763554Z [00:02:48.786]➜  # get https://proxy.golang.org/github.com/goburrow/cache/@v/v0.1.4.info
2025-08-20T21:54:06.0764991Z [00:02:48.786]➜  # get https://proxy.golang.org/github.com/valyala/fasttemplate/@v/v1.2.2.info
2025-08-20T21:54:06.0820043Z [00:02:48.791]➜  # get https://proxy.golang.org/github.com/itchyny/gojq/@v/v0.12.17.info: 200 OK (0.014s)
2025-08-20T21:54:06.0832653Z [00:02:48.793]➜  # get https://proxy.golang.org/github.com/projectdiscovery/networkpolicy/@v/v0.1.18.info
2025-08-20T21:54:06.0871383Z [00:02:48.796]➜  # get https://proxy.golang.org/github.com/gaissmai/bart/@v/v0.20.5.info: 200 OK (0.030s)
2025-08-20T21:54:06.0879632Z [00:02:48.797]➜  # get https://proxy.golang.org/github.com/pierrec/lz4/v4/@v/v4.1.21.info
2025-08-20T21:54:06.0917680Z [00:02:48.801]➜  # get https://proxy.golang.org/github.com/valyala/fasttemplate/@v/v1.2.2.info: 200 OK (0.015s)
2025-08-20T21:54:06.0926804Z [00:02:48.802]➜  # get https://proxy.golang.org/github.com/antchfx/xpath/@v/v1.3.4.info
2025-08-20T21:54:06.1028110Z [00:02:48.812]➜  # get https://proxy.golang.org/github.com/pierrec/lz4/v4/@v/v4.1.21.info: 200 OK (0.015s)
2025-08-20T21:54:06.1034471Z [00:02:48.813]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/term/@v/v0.2.1.info
2025-08-20T21:54:06.1040798Z [00:02:48.813]➜  # get https://proxy.golang.org/github.com/goburrow/cache/@v/v0.1.4.info: 200 OK (0.028s)
2025-08-20T21:54:06.1051134Z [00:02:48.814]➜  # get https://proxy.golang.org/github.com/projectdiscovery/rawhttp/@v/v0.1.90.info
2025-08-20T21:54:06.1112988Z [00:02:48.821]➜  # get https://proxy.golang.org/github.com/projectdiscovery/networkpolicy/@v/v0.1.18.info: 200 OK (0.028s)
2025-08-20T21:54:06.1118692Z [00:02:48.821]➜  # get https://proxy.golang.org/github.com/%21vivid%21cortex/ewma/@v/v1.2.0.info
2025-08-20T21:54:06.1193550Z [00:02:48.829]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/term/@v/v0.2.1.info: 200 OK (0.016s)
2025-08-20T21:54:06.1196535Z [00:02:48.829]➜  # get https://proxy.golang.org/github.com/tidwall/grect/@v/v0.1.4.info
2025-08-20T21:54:06.1261608Z [00:02:48.835]➜  # get https://proxy.golang.org/github.com/%21vivid%21cortex/ewma/@v/v1.2.0.info: 200 OK (0.014s)
2025-08-20T21:54:06.1269107Z [00:02:48.836]➜  # get https://proxy.golang.org/github.com/sorairolake/lzip-go/@v/v0.3.5.info
2025-08-20T21:54:06.1376725Z [00:02:48.847]➜  # get https://proxy.golang.org/github.com/projectdiscovery/rawhttp/@v/v0.1.90.info: 200 OK (0.033s)
2025-08-20T21:54:06.1380256Z [00:02:48.847]➜  # get https://proxy.golang.org/dario.cat/mergo/@v/v1.0.0.info
2025-08-20T21:54:06.1411262Z [00:02:48.850]➜  # get https://proxy.golang.org/github.com/sorairolake/lzip-go/@v/v0.3.5.info: 200 OK (0.014s)
2025-08-20T21:54:06.1420628Z [00:02:48.851]➜  # get https://proxy.golang.org/github.com/minio/selfupdate/@v/v0.6.1-0.20230907112617-f11e74f84ca7.info
2025-08-20T21:54:06.1451326Z [00:02:48.854]➜  # get https://proxy.golang.org/github.com/tidwall/grect/@v/v0.1.4.info: 200 OK (0.025s)
2025-08-20T21:54:06.1461784Z [00:02:48.855]➜  # get https://proxy.golang.org/github.com/go-sourcemap/sourcemap/@v/v2.1.4+incompatible.info
2025-08-20T21:54:06.1510839Z [00:02:48.860]➜  # get https://proxy.golang.org/github.com/antchfx/xpath/@v/v1.3.4.info: 200 OK (0.058s)
2025-08-20T21:54:06.1519388Z [00:02:48.861]➜  # get https://proxy.golang.org/github.com/leslie-qiwa/flat/@v/v0.0.0-20230424180412-f9d1cf014baa.info
2025-08-20T21:54:06.1524583Z [00:02:48.862]➜  # get https://proxy.golang.org/dario.cat/mergo/@v/v1.0.0.info: 200 OK (0.014s)
2025-08-20T21:54:06.1555019Z [00:02:48.864]➜  # get https://proxy.golang.org/github.com/weppos/publicsuffix-go/@v/v0.40.3-0.20250408071509-6074bbe7fd39.info
2025-08-20T21:54:06.1603003Z [00:02:48.870]➜  # get https://proxy.golang.org/github.com/go-sourcemap/sourcemap/@v/v2.1.4+incompatible.info: 200 OK (0.014s)
2025-08-20T21:54:06.1608191Z [00:02:48.870]➜  # get https://proxy.golang.org/github.com/ulikunitz/xz/@v/v0.5.12.info
2025-08-20T21:54:06.1608776Z [00:02:48.870]➜  # get https://proxy.golang.org/go4.org/@v/v0.0.0-20230225012048-214862532bf5.info
2025-08-20T21:54:06.1712091Z [00:02:48.880]➜  # get https://proxy.golang.org/github.com/minio/selfupdate/@v/v0.6.1-0.20230907112617-f11e74f84ca7.info: 200 OK (0.029s)
2025-08-20T21:54:06.1753665Z [00:02:48.885]➜  # get https://proxy.golang.org/github.com/ulikunitz/xz/@v/v0.5.12.info: 200 OK (0.014s)
2025-08-20T21:54:06.1754474Z [00:02:48.885]➜  # get https://proxy.golang.org/go4.org/@v/v0.0.0-20230225012048-214862532bf5.info: 200 OK (0.015s)
2025-08-20T21:54:06.1757020Z [00:02:48.885]➜  # get https://proxy.golang.org/github.com/projectdiscovery/ldapserver/@v/v1.0.2-0.20240219154113-dcc758ebc0cb.info
2025-08-20T21:54:06.1760508Z [00:02:48.885]➜  # get https://proxy.golang.org/github.com/hashicorp/go-multierror/@v/v1.1.1.info
2025-08-20T21:54:06.1787226Z [00:02:48.888]➜  # get https://proxy.golang.org/github.com/leslie-qiwa/flat/@v/v0.0.0-20230424180412-f9d1cf014baa.info: 200 OK (0.027s)
2025-08-20T21:54:06.1790314Z [00:02:48.888]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/internal/@v/v1.11.1.info
2025-08-20T21:54:06.1831492Z [00:02:48.892]➜  # get https://proxy.golang.org/github.com/weppos/publicsuffix-go/@v/v0.40.3-0.20250408071509-6074bbe7fd39.info: 200 OK (0.029s)
2025-08-20T21:54:06.1901285Z [00:02:48.899]➜  # get https://proxy.golang.org/github.com/hashicorp/go-multierror/@v/v1.1.1.info: 200 OK (0.014s)
2025-08-20T21:54:06.1903316Z [00:02:48.900]➜  # get https://proxy.golang.org/github.com/hashicorp/errwrap/@v/v1.1.0.info
2025-08-20T21:54:06.1942141Z [00:02:48.904]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/internal/@v/v1.11.1.info: 200 OK (0.015s)
2025-08-20T21:54:06.1947308Z [00:02:48.904]➜  # get https://proxy.golang.org/github.com/hashicorp/go-version/@v/v1.7.0.info
2025-08-20T21:54:06.1951254Z [00:02:48.904]➜  # get https://proxy.golang.org/github.com/projectdiscovery/tlsx/@v/v1.1.9.info
2025-08-20T21:54:06.1951871Z [00:02:48.904]➜  # get https://proxy.golang.org/github.com/josharian/intern/@v/v1.0.0.info
2025-08-20T21:54:06.2004482Z [00:02:48.910]➜  # get https://proxy.golang.org/github.com/projectdiscovery/ldapserver/@v/v1.0.2-0.20240219154113-dcc758ebc0cb.info: 200 OK (0.025s)
2025-08-20T21:54:06.2010783Z [00:02:48.910]➜  # get https://proxy.golang.org/github.com/tidwall/rtred/@v/v0.1.2.info
2025-08-20T21:54:06.2044915Z [00:02:48.914]➜  # get https://proxy.golang.org/github.com/hashicorp/errwrap/@v/v1.1.0.info: 200 OK (0.014s)
2025-08-20T21:54:06.2060101Z [00:02:48.915]➜  # get https://proxy.golang.org/github.com/bodgit/windows/@v/v1.0.1.info
2025-08-20T21:54:06.2089555Z [00:02:48.918]➜  # get https://proxy.golang.org/github.com/hashicorp/go-version/@v/v1.7.0.info: 200 OK (0.014s)
2025-08-20T21:54:06.2097092Z [00:02:48.919]➜  # get https://proxy.golang.org/aead.dev/minisign/@v/v0.2.0.info
2025-08-20T21:54:06.2159233Z [00:02:48.925]➜  # get https://proxy.golang.org/github.com/josharian/intern/@v/v1.0.0.info: 200 OK (0.021s)
2025-08-20T21:54:06.2163982Z [00:02:48.926]➜  # get https://proxy.golang.org/github.com/projectdiscovery/machineid/@v/v0.0.0-20240226150047-2e2c51e35983.info
2025-08-20T21:54:06.2201252Z [00:02:48.929]➜  # get https://proxy.golang.org/github.com/bodgit/windows/@v/v1.0.1.info: 200 OK (0.014s)
2025-08-20T21:54:06.2222666Z [00:02:48.932]➜  # get https://proxy.golang.org/github.com/cloudflare/circl/@v/v1.6.1.info
2025-08-20T21:54:06.2279073Z [00:02:48.937]➜  # get https://proxy.golang.org/github.com/tidwall/rtred/@v/v0.1.2.info: 200 OK (0.027s)
2025-08-20T21:54:06.2285168Z [00:02:48.938]➜  # get https://proxy.golang.org/github.com/projectdiscovery/tlsx/@v/v1.1.9.info: 200 OK (0.033s)
2025-08-20T21:54:06.2286744Z [00:02:48.938]➜  # get https://proxy.golang.org/github.com/kataras/jwt/@v/v0.1.10.info
2025-08-20T21:54:06.2287531Z [00:02:48.938]➜  # get https://proxy.golang.org/github.com/golang/groupcache/@v/v0.0.0-20241129210726-2c02b8208cf8.info
2025-08-20T21:54:06.2361572Z [00:02:48.945]➜  # get https://proxy.golang.org/github.com/cloudflare/circl/@v/v1.6.1.info: 200 OK (0.014s)
2025-08-20T21:54:06.2386003Z [00:02:48.948]➜  # get https://proxy.golang.org/aead.dev/minisign/@v/v0.2.0.info: 200 OK (0.029s)
2025-08-20T21:54:06.2397114Z [00:02:48.949]➜  # get https://proxy.golang.org/github.com/xo/terminfo/@v/v0.0.0-20220910002029-abceb7e1c41e.info
2025-08-20T21:54:06.2400026Z [00:02:48.949]➜  # get https://proxy.golang.org/github.com/golang/snappy/@v/v0.0.4.info
2025-08-20T21:54:06.2438256Z [00:02:48.953]➜  # get https://proxy.golang.org/github.com/golang/groupcache/@v/v0.0.0-20241129210726-2c02b8208cf8.info: 200 OK (0.015s)
2025-08-20T21:54:06.2442974Z [00:02:48.954]➜  # get https://proxy.golang.org/github.com/projectdiscovery/machineid/@v/v0.0.0-20240226150047-2e2c51e35983.info: 200 OK (0.028s)
2025-08-20T21:54:06.2448415Z [00:02:48.954]➜  # get https://proxy.golang.org/github.com/projectdiscovery/n3iwf/@v/v0.0.0-20230523120440-b8cd232ff1f5.info
2025-08-20T21:54:06.2452441Z [00:02:48.955]➜  # get https://proxy.golang.org/github.com/imdario/mergo/@v/v0.3.16.info
2025-08-20T21:54:06.2552144Z [00:02:48.964]➜  # get https://proxy.golang.org/github.com/xo/terminfo/@v/v0.0.0-20220910002029-abceb7e1c41e.info: 200 OK (0.015s)
2025-08-20T21:54:06.2555257Z [00:02:48.965]➜  # get https://proxy.golang.org/github.com/kataras/jwt/@v/v0.1.10.info: 200 OK (0.026s)
2025-08-20T21:54:06.2555915Z [00:02:48.965]➜  # get https://proxy.golang.org/github.com/golang/snappy/@v/v0.0.4.info: 200 OK (0.015s)
2025-08-20T21:54:06.2557270Z [00:02:48.965]➜  # get https://proxy.golang.org/github.com/caddyserver/certmagic/@v/v0.19.2.info
2025-08-20T21:54:06.2558403Z [00:02:48.965]➜  # get https://proxy.golang.org/github.com/tidwall/tinyqueue/@v/v0.1.1.info
2025-08-20T21:54:06.2749711Z [00:02:48.984]➜  # get https://proxy.golang.org/github.com/projectdiscovery/n3iwf/@v/v0.0.0-20230523120440-b8cd232ff1f5.info: 200 OK (0.031s)
2025-08-20T21:54:06.2753464Z [00:02:48.985]➜  # get https://proxy.golang.org/github.com/projectdiscovery/gostruct/@v/v0.0.2.info
2025-08-20T21:54:06.2755528Z [00:02:48.985]➜  # get https://proxy.golang.org/github.com/%21proton%21mail/go-crypto/@v/v1.1.6.info
2025-08-20T21:54:06.2793021Z [00:02:48.989]➜  # get https://proxy.golang.org/github.com/imdario/mergo/@v/v0.3.16.info: 200 OK (0.034s)
2025-08-20T21:54:06.2797986Z [00:02:48.989]➜  # get https://proxy.golang.org/github.com/caddyserver/certmagic/@v/v0.19.2.info: 200 OK (0.024s)
2025-08-20T21:54:06.2804330Z [00:02:48.990]➜  # get https://proxy.golang.org/github.com/%21azure%21a%21d/microsoft-authentication-library-for-go/@v/v1.4.2.info
2025-08-20T21:54:06.2897483Z [00:02:48.999]➜  # get https://proxy.golang.org/github.com/tidwall/tinyqueue/@v/v0.1.1.info: 200 OK (0.034s)
2025-08-20T21:54:06.2905987Z [00:02:49.000]➜  # get https://proxy.golang.org/github.com/libdns/libdns/@v/v0.2.1.info
2025-08-20T21:54:06.2906720Z [00:02:49.000]➜  # get https://proxy.golang.org/github.com/%21proton%21mail/go-crypto/@v/v1.1.6.info: 200 OK (0.015s)
2025-08-20T21:54:06.2907537Z [00:02:49.000]➜  # get https://proxy.golang.org/github.com/zmap/zcrypto/@v/v0.0.0-20240512203510-0fef58d9a9db.info
2025-08-20T21:54:06.2918676Z [00:02:49.001]➜  # get https://proxy.golang.org/github.com/free5gc/util/@v/v1.0.5-0.20230511064842-2e120956883b.info
2025-08-20T21:54:06.2944116Z [00:02:49.004]➜  # get https://proxy.golang.org/github.com/%21azure%21a%21d/microsoft-authentication-library-for-go/@v/v1.4.2.info: 200 OK (0.014s)
2025-08-20T21:54:06.2953871Z [00:02:49.005]➜  # get https://proxy.golang.org/goftp.io/server/v2/@v/v2.0.1.info
2025-08-20T21:54:06.3003867Z [00:02:49.010]➜  # get https://proxy.golang.org/github.com/projectdiscovery/gostruct/@v/v0.0.2.info: 200 OK (0.025s)
2025-08-20T21:54:06.3006909Z [00:02:49.010]➜  # get https://proxy.golang.org/github.com/itchyny/timefmt-go/@v/v0.1.6.info
2025-08-20T21:54:06.3150222Z [00:02:49.024]➜  # get https://proxy.golang.org/github.com/libdns/libdns/@v/v0.2.1.info: 200 OK (0.025s)
2025-08-20T21:54:06.3154129Z [00:02:49.025]➜  # get https://proxy.golang.org/github.com/itchyny/timefmt-go/@v/v0.1.6.info: 200 OK (0.014s)
2025-08-20T21:54:06.3154752Z [00:02:49.025]➜  # get https://proxy.golang.org/github.com/labstack/gommon/@v/v0.4.2.info
2025-08-20T21:54:06.3160947Z [00:02:49.025]➜  # get https://proxy.golang.org/github.com/lor00x/goldap/@v/v0.0.0-20180618054307-a546dffdd1a3.info
2025-08-20T21:54:06.3229607Z [00:02:49.032]➜  # get https://proxy.golang.org/github.com/zmap/zcrypto/@v/v0.0.0-20240512203510-0fef58d9a9db.info: 200 OK (0.032s)
2025-08-20T21:54:06.3234160Z [00:02:49.033]➜  # get https://proxy.golang.org/github.com/zmap/rc2/@v/v0.0.0-20190804163417-abaa70531248.info
2025-08-20T21:54:06.3239041Z [00:02:49.033]➜  # get https://proxy.golang.org/github.com/free5gc/util/@v/v1.0.5-0.20230511064842-2e120956883b.info: 200 OK (0.032s)
2025-08-20T21:54:06.3247884Z [00:02:49.034]➜  # get https://proxy.golang.org/gitlab.com/gitlab-org/api/client-go/@v/v0.130.1.info
2025-08-20T21:54:06.3248850Z [00:02:49.034]➜  # get https://proxy.golang.org/goftp.io/server/v2/@v/v2.0.1.info: 200 OK (0.029s)
2025-08-20T21:54:06.3254950Z [00:02:49.035]➜  # get https://proxy.golang.org/github.com/sirupsen/logrus/@v/v1.9.3.info
2025-08-20T21:54:06.3296627Z [00:02:49.039]➜  # get https://proxy.golang.org/github.com/labstack/gommon/@v/v0.4.2.info: 200 OK (0.014s)
2025-08-20T21:54:06.3300654Z [00:02:49.039]➜  # get https://proxy.golang.org/github.com/go-git/go-billy/v5/@v/v5.6.2.info
2025-08-20T21:54:06.3401584Z [00:02:49.049]➜  # get https://proxy.golang.org/github.com/sirupsen/logrus/@v/v1.9.3.info: 200 OK (0.015s)
2025-08-20T21:54:06.3412944Z [00:02:49.051]➜  # get https://proxy.golang.org/github.com/ditashi/jsbeautifier-go/@v/v0.0.0-20141206144643-2520a8026a9c.info
2025-08-20T21:54:06.3431847Z [00:02:49.052]➜  # get https://proxy.golang.org/gitlab.com/gitlab-org/api/client-go/@v/v0.130.1.info: 200 OK (0.018s)
2025-08-20T21:54:06.3437798Z [00:02:49.053]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/@v/v1.16.32.info
2025-08-20T21:54:06.3440048Z [00:02:49.053]➜  # get https://proxy.golang.org/github.com/go-git/go-billy/v5/@v/v5.6.2.info: 200 OK (0.014s)
2025-08-20T21:54:06.3446203Z [00:02:49.054]➜  # get https://proxy.golang.org/golang.org/x/oauth2/@v/v0.30.0.info
2025-08-20T21:54:06.3489755Z [00:02:49.058]➜  # get https://proxy.golang.org/github.com/lor00x/goldap/@v/v0.0.0-20180618054307-a546dffdd1a3.info: 200 OK (0.033s)
2025-08-20T21:54:06.3495326Z [00:02:49.059]➜  # get https://proxy.golang.org/github.com/zmap/rc2/@v/v0.0.0-20190804163417-abaa70531248.info: 200 OK (0.026s)
2025-08-20T21:54:06.3502633Z [00:02:49.060]➜  # get https://proxy.golang.org/github.com/zcalusic/sysinfo/@v/v1.0.2.info
2025-08-20T21:54:06.3512558Z [00:02:49.060]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.15.0.info
2025-08-20T21:54:06.3590113Z [00:02:49.068]➜  # get https://proxy.golang.org/golang.org/x/oauth2/@v/v0.30.0.info: 200 OK (0.014s)
2025-08-20T21:54:06.3596157Z [00:02:49.069]➜  # get https://proxy.golang.org/go.uber.org/zap/@v/v1.25.0.info
2025-08-20T21:54:06.3655628Z [00:02:49.075]➜  # get https://proxy.golang.org/github.com/ditashi/jsbeautifier-go/@v/v0.0.0-20141206144643-2520a8026a9c.info: 200 OK (0.024s)
2025-08-20T21:54:06.3656396Z [00:02:49.075]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.15.0.info: 200 OK (0.015s)
2025-08-20T21:54:06.3665044Z [00:02:49.076]➜  # get https://proxy.golang.org/github.com/gin-gonic/gin/@v/v1.9.1.info
2025-08-20T21:54:06.3691185Z [00:02:49.078]➜  # get https://proxy.golang.org/github.com/google/go-querystring/@v/v1.1.0.info
2025-08-20T21:54:06.3745257Z [00:02:49.084]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/@v/v1.16.32.info: 200 OK (0.031s)
2025-08-20T21:54:06.3747918Z [00:02:49.084]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/ini/@v/v1.8.3.info
2025-08-20T21:54:06.3760652Z [00:02:49.085]➜  # get https://proxy.golang.org/github.com/zcalusic/sysinfo/@v/v1.0.2.info: 200 OK (0.026s)
2025-08-20T21:54:06.3769414Z [00:02:49.086]➜  # get https://proxy.golang.org/github.com/go-ldap/ldap/v3/@v/v3.4.11.info
2025-08-20T21:54:06.3811104Z [00:02:49.090]➜  # get https://proxy.golang.org/github.com/gin-gonic/gin/@v/v1.9.1.info: 200 OK (0.015s)
2025-08-20T21:54:06.3813819Z [00:02:49.091]➜  # get https://proxy.golang.org/github.com/jcmturner/gokrb5/v8/@v/v8.4.4.info
2025-08-20T21:54:06.3831178Z [00:02:49.092]➜  # get https://proxy.golang.org/github.com/google/go-querystring/@v/v1.1.0.info: 200 OK (0.014s)
2025-08-20T21:54:06.3844235Z [00:02:49.094]➜  # get https://proxy.golang.org/github.com/shirou/gopsutil/v3/@v/v3.24.5.info
2025-08-20T21:54:06.3864585Z [00:02:49.096]➜  # get https://proxy.golang.org/go.uber.org/zap/@v/v1.25.0.info: 200 OK (0.027s)
2025-08-20T21:54:06.3886038Z [00:02:49.098]➜  # get https://proxy.golang.org/github.com/projectdiscovery/clistats/@v/v0.1.1.info
2025-08-20T21:54:06.3911934Z [00:02:49.100]➜  # get https://proxy.golang.org/github.com/go-ldap/ldap/v3/@v/v3.4.11.info: 200 OK (0.014s)
2025-08-20T21:54:06.3917780Z [00:02:49.101]➜  # get https://proxy.golang.org/github.com/microsoft/go-mssqldb/@v/v1.9.2.info
2025-08-20T21:54:06.3925687Z [00:02:49.102]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/ini/@v/v1.8.3.info: 200 OK (0.018s)
2025-08-20T21:54:06.3970220Z [00:02:49.106]➜  # get https://proxy.golang.org/github.com/jcmturner/gokrb5/v8/@v/v8.4.4.info: 200 OK (0.016s)
2025-08-20T21:54:06.3974187Z [00:02:49.107]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/@v/v1.6.11.info
2025-08-20T21:54:06.3976675Z [00:02:49.107]➜  # get https://proxy.golang.org/github.com/cyphar/filepath-securejoin/@v/v0.4.1.info
2025-08-20T21:54:06.3984211Z [00:02:49.108]➜  # get https://proxy.golang.org/github.com/shirou/gopsutil/v3/@v/v3.24.5.info: 200 OK (0.014s)
2025-08-20T21:54:06.3994307Z [00:02:49.108]➜  # get https://proxy.golang.org/github.com/tklauser/go-sysconf/@v/v0.3.12.info
2025-08-20T21:54:06.4058659Z [00:02:49.115]➜  # get https://proxy.golang.org/github.com/microsoft/go-mssqldb/@v/v1.9.2.info: 200 OK (0.014s)
2025-08-20T21:54:06.4067108Z [00:02:49.116]➜  # get https://proxy.golang.org/github.com/sashabaranov/go-openai/@v/v1.37.0.info
2025-08-20T21:54:06.4117990Z [00:02:49.121]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/@v/v1.6.11.info: 200 OK (0.014s)
2025-08-20T21:54:06.4122410Z [00:02:49.122]➜  # get https://proxy.golang.org/github.com/projectdiscovery/gozero/@v/v0.0.3.info
2025-08-20T21:54:06.4127531Z [00:02:49.122]➜  # get https://proxy.golang.org/github.com/cyphar/filepath-securejoin/@v/v0.4.1.info: 200 OK (0.015s)
2025-08-20T21:54:06.4133764Z [00:02:49.123]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sso/@v/v1.25.5.info
2025-08-20T21:54:06.4137689Z [00:02:49.123]➜  # get https://proxy.golang.org/github.com/tklauser/go-sysconf/@v/v0.3.12.info: 200 OK (0.015s)
2025-08-20T21:54:06.4138380Z [00:02:49.123]➜  # get https://proxy.golang.org/github.com/tklauser/numcpus/@v/v0.6.1.info
2025-08-20T21:54:06.4163462Z [00:02:49.126]➜  # get https://proxy.golang.org/github.com/projectdiscovery/clistats/@v/v0.1.1.info: 200 OK (0.028s)
2025-08-20T21:54:06.4168738Z [00:02:49.126]➜  # get https://proxy.golang.org/github.com/pjbgf/sha1cd/@v/v0.3.2.info
2025-08-20T21:54:06.4299905Z [00:02:49.139]➜  # get https://proxy.golang.org/github.com/tklauser/numcpus/@v/v0.6.1.info: 200 OK (0.016s)
2025-08-20T21:54:06.4312315Z [00:02:49.140]➜  # get https://proxy.golang.org/github.com/klauspost/cpuid/v2/@v/v2.2.5.info
2025-08-20T21:54:06.4313332Z [00:02:49.141]➜  # get https://proxy.golang.org/github.com/pjbgf/sha1cd/@v/v0.3.2.info: 200 OK (0.014s)
2025-08-20T21:54:06.4318910Z [00:02:49.141]➜  # get https://proxy.golang.org/github.com/praetorian-inc/fingerprintx/@v/v1.1.15.info
2025-08-20T21:54:06.4330824Z [00:02:49.142]➜  # get https://proxy.golang.org/github.com/sashabaranov/go-openai/@v/v1.37.0.info: 200 OK (0.026s)
2025-08-20T21:54:06.4338791Z [00:02:49.143]➜  # get https://proxy.golang.org/github.com/kylelemons/godebug/@v/v1.1.0.info
2025-08-20T21:54:06.4402874Z [00:02:49.150]➜  # get https://proxy.golang.org/github.com/projectdiscovery/gozero/@v/v0.0.3.info: 200 OK (0.028s)
2025-08-20T21:54:06.4409939Z [00:02:49.150]➜  # get https://proxy.golang.org/github.com/yassinebenaid/godump/@v/v0.11.1.info
2025-08-20T21:54:06.4460212Z [00:02:49.155]➜  # get https://proxy.golang.org/github.com/klauspost/cpuid/v2/@v/v2.2.5.info: 200 OK (0.015s)
2025-08-20T21:54:06.4462358Z [00:02:49.156]➜  # get https://proxy.golang.org/github.com/mholt/acmez/@v/v1.2.0.info
2025-08-20T21:54:06.4489817Z [00:02:49.158]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sso/@v/v1.25.5.info: 200 OK (0.036s)
2025-08-20T21:54:06.4494026Z [00:02:49.159]➜  # get https://proxy.golang.org/github.com/kylelemons/godebug/@v/v1.1.0.info: 200 OK (0.015s)
2025-08-20T21:54:06.4494773Z [00:02:49.159]➜  # get https://proxy.golang.org/github.com/tim-ywliu/nested-logrus-formatter/@v/v1.3.2.info
2025-08-20T21:54:06.4495913Z [00:02:49.159]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/ssooidc/@v/v1.30.3.info
2025-08-20T21:54:06.4731593Z [00:02:49.182]➜  # get https://proxy.golang.org/github.com/yassinebenaid/godump/@v/v0.11.1.info: 200 OK (0.032s)
2025-08-20T21:54:06.4774045Z [00:02:49.187]➜  # get https://proxy.golang.org/github.com/mholt/acmez/@v/v1.2.0.info: 200 OK (0.031s)
2025-08-20T21:54:06.4783353Z [00:02:49.188]➜  # get https://proxy.golang.org/github.com/zeebo/blake3/@v/v0.2.3.info
2025-08-20T21:54:06.4803566Z [00:02:49.190]➜  # get https://proxy.golang.org/github.com/tim-ywliu/nested-logrus-formatter/@v/v1.3.2.info: 200 OK (0.031s)
2025-08-20T21:54:06.4819671Z [00:02:49.191]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/ssooidc/@v/v1.30.3.info: 200 OK (0.032s)
2025-08-20T21:54:06.4828244Z [00:02:49.192]➜  # get https://proxy.golang.org/github.com/praetorian-inc/fingerprintx/@v/v1.1.15.info: 200 OK (0.051s)
2025-08-20T21:54:06.4831152Z [00:02:49.192]➜  # get https://proxy.golang.org/github.com/ysmood/goob/@v/v0.4.0.info
2025-08-20T21:54:06.4834151Z [00:02:49.193]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sts/@v/v1.34.0.info
2025-08-20T21:54:06.4847921Z [00:02:49.194]➜  # get https://proxy.golang.org/github.com/cloudflare/cfssl/@v/v1.6.4.info
2025-08-20T21:54:06.4974390Z [00:02:49.207]➜  # get https://proxy.golang.org/github.com/ysmood/goob/@v/v0.4.0.info: 200 OK (0.014s)
2025-08-20T21:54:06.4980071Z [00:02:49.207]➜  # get https://proxy.golang.org/github.com/ysmood/got/@v/v0.40.0.info
2025-08-20T21:54:06.5123883Z [00:02:49.222]➜  # get https://proxy.golang.org/github.com/ysmood/got/@v/v0.40.0.info: 200 OK (0.014s)
2025-08-20T21:54:06.5167493Z [00:02:49.226]➜  # get https://proxy.golang.org/github.com/cloudflare/cfssl/@v/v1.6.4.info: 200 OK (0.032s)
2025-08-20T21:54:06.5169802Z [00:02:49.226]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sts/@v/v1.34.0.info: 200 OK (0.034s)
2025-08-20T21:54:06.5176235Z [00:02:49.227]➜  # get https://proxy.golang.org/github.com/jbenet/go-context/@v/v0.0.0-20150711004518-d14ea06fba99.info
2025-08-20T21:54:06.5177246Z [00:02:49.227]➜  # get https://proxy.golang.org/filippo.io/edwards25519/@v/v1.1.0.info
2025-08-20T21:54:06.5182426Z [00:02:49.228]➜  # get https://proxy.golang.org/github.com/hashicorp/go-cleanhttp/@v/v0.5.2.info
2025-08-20T21:54:06.5184147Z [00:02:49.228]➜  # get https://proxy.golang.org/github.com/projectdiscovery/freeport/@v/v0.0.7.info
2025-08-20T21:54:06.5325237Z [00:02:49.242]➜  # get https://proxy.golang.org/github.com/jbenet/go-context/@v/v0.0.0-20150711004518-d14ea06fba99.info: 200 OK (0.015s)
2025-08-20T21:54:06.5327897Z [00:02:49.242]➜  # get https://proxy.golang.org/filippo.io/edwards25519/@v/v1.1.0.info: 200 OK (0.015s)
2025-08-20T21:54:06.5331930Z [00:02:49.242]➜  # get https://proxy.golang.org/github.com/go-pg/pg/@v/v8.0.7+incompatible.info
2025-08-20T21:54:06.5333012Z [00:02:49.243]➜  # get https://proxy.golang.org/github.com/jcmturner/gofork/@v/v1.7.6.info
2025-08-20T21:54:06.5336627Z [00:02:49.243]➜  # get https://proxy.golang.org/github.com/hashicorp/go-cleanhttp/@v/v0.5.2.info: 200 OK (0.015s)
2025-08-20T21:54:06.5346420Z [00:02:49.244]➜  # get https://proxy.golang.org/github.com/h2non/filetype/@v/v1.1.3.info
2025-08-20T21:54:06.5475198Z [00:02:49.257]➜  # get https://proxy.golang.org/github.com/jcmturner/gofork/@v/v1.7.6.info: 200 OK (0.014s)
2025-08-20T21:54:06.5478039Z [00:02:49.257]➜  # get https://proxy.golang.org/github.com/hdm/jarm-go/@v/v0.0.7.info
2025-08-20T21:54:06.5499311Z [00:02:49.259]➜  # get https://proxy.golang.org/github.com/go-pg/pg/@v/v8.0.7+incompatible.info: 200 OK (0.017s)
2025-08-20T21:54:06.5501881Z [00:02:49.260]➜  # get https://proxy.golang.org/github.com/hashicorp/go-retryablehttp/@v/v0.7.8.info
2025-08-20T21:54:06.5508007Z [00:02:49.260]➜  # get https://proxy.golang.org/github.com/h2non/filetype/@v/v1.1.3.info: 200 OK (0.016s)
2025-08-20T21:54:06.5512847Z [00:02:49.261]➜  # get https://proxy.golang.org/github.com/projectdiscovery/rdap/@v/v0.9.0.info
2025-08-20T21:54:06.5513528Z [00:02:49.261]➜  # get https://proxy.golang.org/github.com/projectdiscovery/freeport/@v/v0.0.7.info: 200 OK (0.033s)
2025-08-20T21:54:06.5521817Z [00:02:49.261]➜  # get https://proxy.golang.org/github.com/jcmturner/dnsutils/v2/@v/v2.0.0.info
2025-08-20T21:54:06.5642008Z [00:02:49.273]➜  # get https://proxy.golang.org/github.com/hashicorp/go-retryablehttp/@v/v0.7.8.info: 200 OK (0.014s)
2025-08-20T21:54:06.5659278Z [00:02:49.275]➜  # get https://proxy.golang.org/github.com/projectdiscovery/gcache/@v/v0.0.0-20241015120333-12546c6e3f4c.info
2025-08-20T21:54:06.5668618Z [00:02:49.276]➜  # get https://proxy.golang.org/github.com/jcmturner/dnsutils/v2/@v/v2.0.0.info: 200 OK (0.015s)
2025-08-20T21:54:06.5689077Z [00:02:49.278]➜  # get https://proxy.golang.org/github.com/gin-contrib/sse/@v/v0.1.0.info
2025-08-20T21:54:06.5725654Z [00:02:49.282]➜  # get https://proxy.golang.org/github.com/hdm/jarm-go/@v/v0.0.7.info: 200 OK (0.025s)
2025-08-20T21:54:06.5730088Z [00:02:49.282]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/configsources/@v/v1.3.36.info
2025-08-20T21:54:06.5830889Z [00:02:49.292]➜  # get https://proxy.golang.org/github.com/gin-contrib/sse/@v/v0.1.0.info: 200 OK (0.014s)
2025-08-20T21:54:06.5838028Z [00:02:49.293]➜  # get https://proxy.golang.org/github.com/projectdiscovery/rdap/@v/v0.9.0.info: 200 OK (0.033s)
2025-08-20T21:54:06.5841850Z [00:02:49.293]➜  # get https://proxy.golang.org/github.com/fatih/structs/@v/v1.1.0.info
2025-08-20T21:54:06.5849568Z [00:02:49.294]➜  # get https://proxy.golang.org/github.com/redis/go-redis/v9/@v/v9.11.0.info
2025-08-20T21:54:06.5926543Z [00:02:49.302]➜  # get https://proxy.golang.org/github.com/projectdiscovery/gcache/@v/v0.0.0-20241015120333-12546c6e3f4c.info: 200 OK (0.027s)
2025-08-20T21:54:06.5932182Z [00:02:49.303]➜  # get https://proxy.golang.org/github.com/go-git/gcfg/@v/v1.5.1-0.20230307220236-3a3c6141e376.info
2025-08-20T21:54:06.5988074Z [00:02:49.308]➜  # get https://proxy.golang.org/github.com/fatih/structs/@v/v1.1.0.info: 200 OK (0.015s)
2025-08-20T21:54:06.5992747Z [00:02:49.308]➜  # get https://proxy.golang.org/github.com/redis/go-redis/v9/@v/v9.11.0.info: 200 OK (0.014s)
2025-08-20T21:54:06.5996519Z [00:02:49.309]➜  # get https://proxy.golang.org/github.com/spaolacci/murmur3/@v/v1.1.0.info
2025-08-20T21:54:06.5998741Z [00:02:49.309]➜  # get https://proxy.golang.org/github.com/gobwas/ws/@v/v1.4.0.info
2025-08-20T21:54:06.6026633Z [00:02:49.312]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/configsources/@v/v1.3.36.info: 200 OK (0.030s)
2025-08-20T21:54:06.6032862Z [00:02:49.313]➜  # get https://proxy.golang.org/github.com/%21azure/go-ntlmssp/@v/v0.0.0-20221128193559-754e69321358.info
2025-08-20T21:54:06.6072475Z [00:02:49.317]➜  # get https://proxy.golang.org/github.com/go-git/gcfg/@v/v1.5.1-0.20230307220236-3a3c6141e376.info: 200 OK (0.014s)
2025-08-20T21:54:06.6138650Z [00:02:49.323]➜  # get https://proxy.golang.org/github.com/spaolacci/murmur3/@v/v1.1.0.info: 200 OK (0.014s)
2025-08-20T21:54:06.6141420Z [00:02:49.323]➜  # get https://proxy.golang.org/github.com/gobwas/ws/@v/v1.4.0.info: 200 OK (0.014s)
2025-08-20T21:54:06.6148329Z [00:02:49.324]➜  # get https://proxy.golang.org/github.com/go-asn1-ber/asn1-ber/@v/v1.5.8-0.20250403174932-29230038a667.info
2025-08-20T21:54:06.6149129Z [00:02:49.324]➜  # get https://proxy.golang.org/github.com/projectdiscovery/go-smb2/@v/v0.0.0-20240129202741-052cc450c6cb.info
2025-08-20T21:54:06.6151157Z [00:02:49.324]➜  # get https://proxy.golang.org/github.com/golang-sql/civil/@v/v0.0.0-20220223132316-b832511892a9.info
2025-08-20T21:54:06.6172702Z [00:02:49.327]➜  # get https://proxy.golang.org/github.com/%21azure/go-ntlmssp/@v/v0.0.0-20221128193559-754e69321358.info: 200 OK (0.014s)
2025-08-20T21:54:06.6183806Z [00:02:49.328]➜  # get https://proxy.golang.org/github.com/zmap/zgrab2/@v/v0.1.8.info
2025-08-20T21:54:06.6291309Z [00:02:49.338]➜  # get https://proxy.golang.org/github.com/go-asn1-ber/asn1-ber/@v/v1.5.8-0.20250403174932-29230038a667.info: 200 OK (0.014s)
2025-08-20T21:54:06.6299809Z [00:02:49.339]➜  # get https://proxy.golang.org/github.com/hashicorp/go-uuid/@v/v1.0.3.info
2025-08-20T21:54:06.6446118Z [00:02:49.354]➜  # get https://proxy.golang.org/github.com/hashicorp/go-uuid/@v/v1.0.3.info: 200 OK (0.015s)
2025-08-20T21:54:06.6451513Z [00:02:49.354]➜  # get https://proxy.golang.org/github.com/golang-sql/sqlexp/@v/v0.1.0.info
2025-08-20T21:54:06.6473569Z [00:02:49.357]➜  # get https://proxy.golang.org/github.com/projectdiscovery/go-smb2/@v/v0.0.0-20240129202741-052cc450c6cb.info: 200 OK (0.033s)
2025-08-20T21:54:06.6494435Z [00:02:49.359]➜  # get https://proxy.golang.org/github.com/ysmood/fetchup/@v/v0.2.3.info
2025-08-20T21:54:06.6495182Z [00:02:49.359]➜  # get https://proxy.golang.org/github.com/zmap/zgrab2/@v/v0.1.8.info: 200 OK (0.031s)
2025-08-20T21:54:06.6500204Z [00:02:49.359]➜  # get https://proxy.golang.org/github.com/golang-sql/civil/@v/v0.0.0-20220223132316-b832511892a9.info: 200 OK (0.035s)
2025-08-20T21:54:06.6500892Z [00:02:49.359]➜  # get https://proxy.golang.org/github.com/lib/pq/@v/v1.10.9.info
2025-08-20T21:54:06.6507874Z [00:02:49.360]➜  # get https://proxy.golang.org/github.com/openrdap/rdap/@v/v0.9.1.info
2025-08-20T21:54:06.6595750Z [00:02:49.369]➜  # get https://proxy.golang.org/github.com/golang-sql/sqlexp/@v/v0.1.0.info: 200 OK (0.014s)
2025-08-20T21:54:06.6604731Z [00:02:49.370]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/v4a/@v/v1.3.36.info
2025-08-20T21:54:06.6644407Z [00:02:49.374]➜  # get https://proxy.golang.org/github.com/lib/pq/@v/v1.10.9.info: 200 OK (0.014s)
2025-08-20T21:54:06.6768676Z [00:02:49.386]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/v4a/@v/v1.3.36.info: 200 OK (0.016s)
2025-08-20T21:54:06.6774687Z [00:02:49.387]➜  # get https://proxy.golang.org/code.gitea.io/sdk/gitea/@v/v0.21.0.info
2025-08-20T21:54:06.6782678Z [00:02:49.388]➜  # get https://proxy.golang.org/github.com/ysmood/fetchup/@v/v0.2.3.info: 200 OK (0.029s)
2025-08-20T21:54:06.6786286Z [00:02:49.388]➜  # get https://proxy.golang.org/go.mongodb.org/mongo-driver/@v/v1.17.4.info
2025-08-20T21:54:06.6843013Z [00:02:49.394]➜  # get https://proxy.golang.org/github.com/openrdap/rdap/@v/v0.9.1.info: 200 OK (0.033s)
2025-08-20T21:54:06.6847057Z [00:02:49.394]➜  # get https://proxy.golang.org/github.com/ysmood/leakless/@v/v0.9.0.info
2025-08-20T21:54:06.6852376Z [00:02:49.395]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/@v/v1.12.4.info
2025-08-20T21:54:06.6922042Z [00:02:49.401]➜  # get https://proxy.golang.org/code.gitea.io/sdk/gitea/@v/v0.21.0.info: 200 OK (0.015s)
2025-08-20T21:54:06.6926934Z [00:02:49.402]➜  # get https://proxy.golang.org/go.mongodb.org/mongo-driver/@v/v1.17.4.info: 200 OK (0.014s)
2025-08-20T21:54:06.6931570Z [00:02:49.402]➜  # get https://proxy.golang.org/github.com/projectdiscovery/sarif/@v/v0.0.1.info
2025-08-20T21:54:06.6936356Z [00:02:49.403]➜  # get https://proxy.golang.org/github.com/pelletier/go-toml/v2/@v/v2.0.8.info
2025-08-20T21:54:06.6989345Z [00:02:49.408]➜  # get https://proxy.golang.org/github.com/ysmood/leakless/@v/v0.9.0.info: 200 OK (0.014s)
2025-08-20T21:54:06.6992328Z [00:02:49.409]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/checksum/@v/v1.7.4.info
2025-08-20T21:54:06.6993743Z [00:02:49.409]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/@v/v1.12.4.info: 200 OK (0.014s)
2025-08-20T21:54:06.6997828Z [00:02:49.409]➜  # get https://proxy.golang.org/github.com/pkg/browser/@v/v0.0.0-20240102092130-5ac0b6a4141c.info
2025-08-20T21:54:06.7084162Z [00:02:49.418]➜  # get https://proxy.golang.org/github.com/pelletier/go-toml/v2/@v/v2.0.8.info: 200 OK (0.015s)
2025-08-20T21:54:06.7095080Z [00:02:49.419]➜  # get https://proxy.golang.org/github.com/gobwas/pool/@v/v0.2.1.info
2025-08-20T21:54:06.7103316Z [00:02:49.420]➜  # get https://proxy.golang.org/github.com/zeebo/blake3/@v/v0.2.3.info: 200 OK (0.232s)
2025-08-20T21:54:06.7135975Z [00:02:49.423]➜  # get https://proxy.golang.org/github.com/google/certificate-transparency-go/@v/v1.1.4.info
2025-08-20T21:54:06.7142740Z [00:02:49.423]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/checksum/@v/v1.7.4.info: 200 OK (0.015s)
2025-08-20T21:54:06.7143679Z [00:02:49.423]➜  # get https://proxy.golang.org/github.com/pkg/browser/@v/v0.0.0-20240102092130-5ac0b6a4141c.info: 200 OK (0.014s)
2025-08-20T21:54:06.7145102Z [00:02:49.424]➜  # get https://proxy.golang.org/gopkg.in/warnings.v0/@v/v0.1.2.info
2025-08-20T21:54:06.7199376Z [00:02:49.429]➜  # get https://proxy.golang.org/github.com/ugorji/go/codec/@v/v1.2.11.info
2025-08-20T21:54:06.7201026Z [00:02:49.429]➜  # get https://proxy.golang.org/github.com/projectdiscovery/sarif/@v/v0.0.1.info: 200 OK (0.027s)
2025-08-20T21:54:06.7205641Z [00:02:49.430]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/@v/v1.12.17.info
2025-08-20T21:54:06.7235956Z [00:02:49.433]➜  # get https://proxy.golang.org/github.com/gobwas/pool/@v/v0.2.1.info: 200 OK (0.014s)
2025-08-20T21:54:06.7243311Z [00:02:49.434]➜  # get https://proxy.golang.org/gopkg.in/alecthomas/kingpin.v2/@v/v2.2.6.info
2025-08-20T21:54:06.7283595Z [00:02:49.438]➜  # get https://proxy.golang.org/gopkg.in/warnings.v0/@v/v0.1.2.info: 200 OK (0.014s)
2025-08-20T21:54:06.7286185Z [00:02:49.438]➜  # get https://proxy.golang.org/golang.org/x/tools/@v/v0.34.0.info
2025-08-20T21:54:06.7318095Z [00:02:49.441]➜  # get https://proxy.golang.org/github.com/ugorji/go/codec/@v/v1.2.11.info: 200 OK (0.017s)
2025-08-20T21:54:06.7323618Z [00:02:49.442]➜  # get https://proxy.golang.org/github.com/mitchellh/go-homedir/@v/v1.1.0.info
2025-08-20T21:54:06.7384777Z [00:02:49.448]➜  # get https://proxy.golang.org/gopkg.in/alecthomas/kingpin.v2/@v/v2.2.6.info: 200 OK (0.014s)
2025-08-20T21:54:06.7391950Z [00:02:49.449]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.35.1.info
2025-08-20T21:54:06.7428294Z [00:02:49.452]➜  # get https://proxy.golang.org/golang.org/x/tools/@v/v0.34.0.info: 200 OK (0.014s)
2025-08-20T21:54:06.7432246Z [00:02:49.453]➜  # get https://proxy.golang.org/github.com/google/certificate-transparency-go/@v/v1.1.4.info: 200 OK (0.030s)
2025-08-20T21:54:06.7437587Z [00:02:49.453]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/@v/v1.18.17.info
2025-08-20T21:54:06.7475967Z [00:02:49.457]➜  # get https://proxy.golang.org/github.com/mitchellh/go-homedir/@v/v1.1.0.info: 200 OK (0.015s)
2025-08-20T21:54:06.7481504Z [00:02:49.457]➜  # get https://proxy.golang.org/github.com/emirpasic/gods/@v/v1.18.1.info
2025-08-20T21:54:06.7489811Z [00:02:49.458]➜  # get https://proxy.golang.org/golang.org/x/mod/@v/v0.25.0.info
2025-08-20T21:54:06.7509400Z [00:02:49.460]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/@v/v1.12.17.info: 200 OK (0.030s)
2025-08-20T21:54:06.7515272Z [00:02:49.461]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/v2/@v/v2.3.0.info
2025-08-20T21:54:06.7533287Z [00:02:49.463]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.35.1.info: 200 OK (0.014s)
2025-08-20T21:54:06.7538991Z [00:02:49.463]➜  # get https://proxy.golang.org/github.com/andygrunwald/go-jira/@v/v1.16.0.info
2025-08-20T21:54:06.7577771Z [00:02:49.467]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/@v/v1.18.17.info: 200 OK (0.015s)
2025-08-20T21:54:06.7587602Z [00:02:49.468]➜  # get https://proxy.golang.org/github.com/dgryski/go-rendezvous/@v/v0.0.0-20200823014737-9f7001d12a5f.info
2025-08-20T21:54:06.7619817Z [00:02:49.471]➜  # get https://proxy.golang.org/github.com/emirpasic/gods/@v/v1.18.1.info: 200 OK (0.014s)
2025-08-20T21:54:06.7626033Z [00:02:49.472]➜  # get https://proxy.golang.org/github.com/gobwas/httphead/@v/v0.1.0.info
2025-08-20T21:54:06.7628092Z [00:02:49.472]➜  # get https://proxy.golang.org/golang.org/x/mod/@v/v0.25.0.info: 200 OK (0.014s)
2025-08-20T21:54:06.7661890Z [00:02:49.475]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/v2/@v/v2.3.0.info: 200 OK (0.015s)
2025-08-20T21:54:06.7665884Z [00:02:49.476]➜  # get https://proxy.golang.org/github.com/jcmturner/aescts/v2/@v/v2.0.0.info
2025-08-20T21:54:06.7674846Z [00:02:49.477]➜  # get https://proxy.golang.org/mellium.im/sasl/@v/v0.3.2.info
2025-08-20T21:54:06.7726693Z [00:02:49.482]➜  # get https://proxy.golang.org/github.com/dgryski/go-rendezvous/@v/v0.0.0-20200823014737-9f7001d12a5f.info: 200 OK (0.014s)
2025-08-20T21:54:06.7741456Z [00:02:49.483]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/@v/v2.6.36.info
2025-08-20T21:54:06.7769473Z [00:02:49.486]➜  # get https://proxy.golang.org/github.com/gobwas/httphead/@v/v0.1.0.info: 200 OK (0.014s)
2025-08-20T21:54:06.7810218Z [00:02:49.490]➜  # get https://proxy.golang.org/github.com/jcmturner/aescts/v2/@v/v2.0.0.info: 200 OK (0.015s)
2025-08-20T21:54:06.7819450Z [00:02:49.491]➜  # get https://proxy.golang.org/github.com/jcmturner/rpc/v2/@v/v2.0.3.info
2025-08-20T21:54:06.7827980Z [00:02:49.492]➜  # get https://proxy.golang.org/mellium.im/sasl/@v/v0.3.2.info: 200 OK (0.015s)
2025-08-20T21:54:06.7838728Z [00:02:49.493]➜  # get https://proxy.golang.org/github.com/alecthomas/template/@v/v0.0.0-20190718012654-fb15b899a751.info
2025-08-20T21:54:06.7850923Z [00:02:49.494]➜  # get https://proxy.golang.org/github.com/andygrunwald/go-jira/@v/v1.16.0.info: 200 OK (0.031s)
2025-08-20T21:54:06.7855421Z [00:02:49.495]➜  # get https://proxy.golang.org/github.com/julienschmidt/httprouter/@v/v1.3.0.info
2025-08-20T21:54:06.7961831Z [00:02:49.505]➜  # get https://proxy.golang.org/github.com/jcmturner/rpc/v2/@v/v2.0.3.info: 200 OK (0.014s)
2025-08-20T21:54:06.7981085Z [00:02:49.507]➜  # get https://proxy.golang.org/github.com/jinzhu/inflection/@v/v1.0.0.info
2025-08-20T21:54:06.7993352Z [00:02:49.509]➜  # get https://proxy.golang.org/github.com/alecthomas/template/@v/v0.0.0-20190718012654-fb15b899a751.info: 200 OK (0.015s)
2025-08-20T21:54:06.8001476Z [00:02:49.509]➜  # get https://proxy.golang.org/github.com/golang-jwt/jwt/v5/@v/v5.2.2.info
2025-08-20T21:54:06.8006285Z [00:02:49.510]➜  # get https://proxy.golang.org/github.com/julienschmidt/httprouter/@v/v1.3.0.info: 200 OK (0.015s)
2025-08-20T21:54:06.8013183Z [00:02:49.511]➜  # get https://proxy.golang.org/github.com/youmark/pkcs8/@v/v0.0.0-20240726163527-a2c0da244d78.info
2025-08-20T21:54:06.8034010Z [00:02:49.513]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/@v/v2.6.36.info: 200 OK (0.029s)
2025-08-20T21:54:06.8038077Z [00:02:49.513]➜  # get https://proxy.golang.org/github.com/alecthomas/units/@v/v0.0.0-20211218093645-b94a6e3cc137.info
2025-08-20T21:54:06.8047569Z [00:02:49.514]➜  # get https://proxy.golang.org/github.com/projectdiscovery/wappalyzergo/@v/v0.2.36.info
2025-08-20T21:54:06.8123251Z [00:02:49.522]➜  # get https://proxy.golang.org/github.com/jinzhu/inflection/@v/v1.0.0.info: 200 OK (0.014s)
2025-08-20T21:54:06.8141993Z [00:02:49.523]➜  # get https://proxy.golang.org/github.com/geoffgarside/ber/@v/v1.1.0.info
2025-08-20T21:54:06.8147716Z [00:02:49.524]➜  # get https://proxy.golang.org/github.com/golang-jwt/jwt/v5/@v/v5.2.2.info: 200 OK (0.014s)
2025-08-20T21:54:06.8148566Z [00:02:49.524]➜  # get https://proxy.golang.org/github.com/sergi/go-diff/@v/v1.3.2-0.20230802210424-5b0b94c5c0d3.info
2025-08-20T21:54:06.8164903Z [00:02:49.526]➜  # get https://proxy.golang.org/github.com/youmark/pkcs8/@v/v0.0.0-20240726163527-a2c0da244d78.info: 200 OK (0.015s)
2025-08-20T21:54:06.8171023Z [00:02:49.526]➜  # get https://proxy.golang.org/github.com/projectdiscovery/yamldoc-go/@v/v1.0.6.info
2025-08-20T21:54:06.8192087Z [00:02:49.528]➜  # get https://proxy.golang.org/github.com/alecthomas/units/@v/v0.0.0-20211218093645-b94a6e3cc137.info: 200 OK (0.015s)
2025-08-20T21:54:06.8200485Z [00:02:49.529]➜  # get https://proxy.golang.org/github.com/42wim/httpsig/@v/v1.2.2.info
2025-08-20T21:54:06.8297979Z [00:02:49.539]➜  # get https://proxy.golang.org/github.com/sergi/go-diff/@v/v1.3.2-0.20230802210424-5b0b94c5c0d3.info: 200 OK (0.015s)
2025-08-20T21:54:06.8308350Z [00:02:49.540]➜  # get https://proxy.golang.org/github.com/go-fed/httpsig/@v/v1.1.0.info
2025-08-20T21:54:06.8365992Z [00:02:49.546]➜  # get https://proxy.golang.org/github.com/projectdiscovery/wappalyzergo/@v/v0.2.36.info: 200 OK (0.032s)
2025-08-20T21:54:06.8373249Z [00:02:49.547]➜  # get https://proxy.golang.org/github.com/trivago/tgo/@v/v1.0.7.info
2025-08-20T21:54:06.8463264Z [00:02:49.556]➜  # get https://proxy.golang.org/github.com/geoffgarside/ber/@v/v1.1.0.info: 200 OK (0.032s)
2025-08-20T21:54:06.8495987Z [00:02:49.559]➜  # get https://proxy.golang.org/github.com/projectdiscovery/yamldoc-go/@v/v1.0.6.info: 200 OK (0.032s)
2025-08-20T21:54:06.8502900Z [00:02:49.560]➜  # get https://proxy.golang.org/github.com/xdg-go/scram/@v/v1.1.2.info
2025-08-20T21:54:06.8506526Z [00:02:49.560]➜  # get https://proxy.golang.org/github.com/42wim/httpsig/@v/v1.2.2.info: 200 OK (0.031s)
2025-08-20T21:54:06.8513434Z [00:02:49.561]➜  # get https://proxy.golang.org/github.com/kevinburke/ssh_config/@v/v1.2.0.info
2025-08-20T21:54:06.8516630Z [00:02:49.561]➜  # get https://proxy.golang.org/github.com/trivago/tgo/@v/v1.0.7.info: 200 OK (0.014s)
2025-08-20T21:54:06.8517241Z [00:02:49.561]➜  # get https://proxy.golang.org/github.com/golang-jwt/jwt/v4/@v/v4.5.2.info
2025-08-20T21:54:06.8521655Z [00:02:49.561]➜  # get https://proxy.golang.org/github.com/skeema/knownhosts/@v/v1.3.1.info
2025-08-20T21:54:06.8563888Z [00:02:49.566]➜  # get https://proxy.golang.org/github.com/go-fed/httpsig/@v/v1.1.0.info: 200 OK (0.026s)
2025-08-20T21:54:06.8568659Z [00:02:49.566]➜  # get https://proxy.golang.org/github.com/shurcoo%21l/graphql/@v/v0.0.0-20230722043721-ed46e5a46466.info
2025-08-20T21:54:06.8644671Z [00:02:49.574]➜  # get https://proxy.golang.org/github.com/xdg-go/scram/@v/v1.1.2.info: 200 OK (0.014s)
2025-08-20T21:54:06.8647642Z [00:02:49.574]➜  # get https://proxy.golang.org/github.com/xdg-go/pbkdf2/@v/v1.0.0.info
2025-08-20T21:54:06.8660488Z [00:02:49.575]➜  # get https://proxy.golang.org/github.com/kevinburke/ssh_config/@v/v1.2.0.info: 200 OK (0.015s)
2025-08-20T21:54:06.8662843Z [00:02:49.576]➜  # get https://proxy.golang.org/moul.io/http2curl/@v/v1.0.0.info
2025-08-20T21:54:06.8673726Z [00:02:49.577]➜  # get https://proxy.golang.org/github.com/golang-jwt/jwt/v4/@v/v4.5.2.info: 200 OK (0.016s)
2025-08-20T21:54:06.8677868Z [00:02:49.577]➜  # get https://proxy.golang.org/github.com/xanzy/ssh-agent/@v/v0.3.3.info
2025-08-20T21:54:06.8682073Z [00:02:49.578]➜  # get https://proxy.golang.org/github.com/skeema/knownhosts/@v/v1.3.1.info: 200 OK (0.016s)
2025-08-20T21:54:06.8714105Z [00:02:49.581]➜  # get https://proxy.golang.org/github.com/remeh/sizedwaitgroup/@v/v1.0.0.info
2025-08-20T21:54:06.8787509Z [00:02:49.588]➜  # get https://proxy.golang.org/github.com/xdg-go/pbkdf2/@v/v1.0.0.info: 200 OK (0.014s)
2025-08-20T21:54:06.8789766Z [00:02:49.588]➜  # get https://proxy.golang.org/github.com/xdg-go/stringprep/@v/v1.0.4.info
2025-08-20T21:54:06.8804964Z [00:02:49.590]➜  # get https://proxy.golang.org/moul.io/http2curl/@v/v1.0.0.info: 200 OK (0.014s)
2025-08-20T21:54:06.8813849Z [00:02:49.591]➜  # get https://proxy.golang.org/github.com/montanaflynn/stats/@v/v0.7.1.info
2025-08-20T21:54:06.8818047Z [00:02:49.591]➜  # get https://proxy.golang.org/github.com/xanzy/ssh-agent/@v/v0.3.3.info: 200 OK (0.014s)
2025-08-20T21:54:06.8860610Z [00:02:49.595]➜  # get https://proxy.golang.org/github.com/remeh/sizedwaitgroup/@v/v1.0.0.info: 200 OK (0.015s)
2025-08-20T21:54:06.8878223Z [00:02:49.597]➜  # get https://proxy.golang.org/github.com/shurcoo%21l/graphql/@v/v0.0.0-20230722043721-ed46e5a46466.info: 200 OK (0.031s)
2025-08-20T21:54:06.8932306Z [00:02:49.602]➜  # get https://proxy.golang.org/github.com/xdg-go/stringprep/@v/v1.0.4.info: 200 OK (0.014s)
2025-08-20T21:54:06.8954179Z [00:02:49.605]➜  # get https://proxy.golang.org/github.com/montanaflynn/stats/@v/v0.7.1.info: 200 OK (0.014s)
2025-08-20T21:54:06.9184153Z [00:02:49.627]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO
2025-08-20T21:54:06.9184535Z [00:02:49.627]➜  git status --porcelain
2025-08-20T21:54:07.0657082Z [00:02:49.775]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO
2025-08-20T21:54:07.0657678Z [00:02:49.775]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T21:54:07.0673548Z [00:02:49.777]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO; git config extensions.objectformat
2025-08-20T21:54:07.0682913Z [00:02:49.778]➜  0.001s # cd /tmp/tmp.qNJ0qDsafe/TEMPREPO; git config extensions.objectformat
2025-08-20T21:54:07.0683810Z [00:02:49.778]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b4644af80a574b6bf4af093310dcb239c9164190 --
2025-08-20T21:54:07.0784336Z [00:02:49.788]➜  0.010s # cd /tmp/tmp.qNJ0qDsafe/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b4644af80a574b6bf4af093310dcb239c9164190 --
2025-08-20T21:54:07.0785358Z [00:02:49.788]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged b4644af80a574b6bf4af093310dcb239c9164190
2025-08-20T21:54:07.1181278Z [00:02:49.827]➜  0.039s # cd /tmp/tmp.qNJ0qDsafe/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged b4644af80a574b6bf4af093310dcb239c9164190
2025-08-20T21:54:07.1182275Z [00:02:49.827]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b4644af80a57 --
2025-08-20T21:54:07.1200702Z [00:02:49.829]➜  0.002s # cd /tmp/tmp.qNJ0qDsafe/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b4644af80a57 --
2025-08-20T21:54:07.1201980Z [00:02:49.829]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO; git cat-file blob b4644af80a574b6bf4af093310dcb239c9164190:go.mod
2025-08-20T21:54:07.1223177Z [00:02:49.832]➜  0.002s # cd /tmp/tmp.qNJ0qDsafe/TEMPREPO; git cat-file blob b4644af80a574b6bf4af093310dcb239c9164190:go.mod
2025-08-20T21:54:07.1223940Z [00:02:49.832]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO; git cat-file blob b4644af80a574b6bf4af093310dcb239c9164190:v3/go.mod
2025-08-20T21:54:07.1234983Z [00:02:49.833]➜  0.001s # cd /tmp/tmp.qNJ0qDsafe/TEMPREPO; git cat-file blob b4644af80a574b6bf4af093310dcb239c9164190:v3/go.mod
2025-08-20T21:54:07.1313343Z [00:02:49.841]➜  internal/unsafeheader
2025-08-20T21:54:07.1316033Z [00:02:49.841]➜  mkdir -p $WORK/b009/
2025-08-20T21:54:07.1317838Z [00:02:49.841]➜  internal/byteorder
2025-08-20T21:54:07.1318172Z [00:02:49.841]➜  mkdir -p $WORK/b013/
2025-08-20T21:54:07.1318435Z [00:02:49.841]➜  internal/goarch
2025-08-20T21:54:07.1318690Z [00:02:49.841]➜  mkdir -p $WORK/b007/
2025-08-20T21:54:07.1319066Z [00:02:49.841]➜  echo '# import config' > $WORK/b013/importcfg # internal
2025-08-20T21:54:07.1319488Z [00:02:49.841]➜  echo '# import config' > $WORK/b009/importcfg # internal
2025-08-20T21:54:07.1319869Z [00:02:49.841]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:07.1321513Z [00:02:49.841]➜  /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-20T21:54:07.1324759Z [00:02:49.841]➜  /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-20T21:54:07.1326254Z [00:02:49.841]➜  echo '# import config' > $WORK/b007/importcfg # internal
2025-08-20T21:54:07.1328349Z [00:02:49.841]➜  /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-20T21:54:07.1370381Z [00:02:49.846]➜  internal/cpu
2025-08-20T21:54:07.1370965Z [00:02:49.846]➜  mkdir -p $WORK/b012/
2025-08-20T21:54:07.1371355Z [00:02:49.846]➜  echo -n > $WORK/b012/go_asm.h # internal
2025-08-20T21:54:07.1371949Z [00:02:49.846]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:54:07.1373386Z [00:02:49.846]➜  /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-20T21:54:07.1403763Z [00:02:49.849]➜  go tool buildid -w $WORK/b007/_pkg_.a # internal
2025-08-20T21:54:07.1404225Z [00:02:49.850]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T21:54:07.1404615Z [00:02:49.850]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:07.1407477Z [00:02:49.850]➜  /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-20T21:54:07.1409829Z [00:02:49.850]➜  cp $WORK/b007/_pkg_.a /root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d # internal
2025-08-20T21:54:07.1410367Z [00:02:49.850]➜  internal/abi
2025-08-20T21:54:07.1410617Z [00:02:49.850]➜  mkdir -p $WORK/b006/
2025-08-20T21:54:07.1410915Z [00:02:49.850]➜  echo -n > $WORK/b006/go_asm.h # internal
2025-08-20T21:54:07.1411228Z [00:02:49.850]➜  cd /root/.go/src/internal/abi
2025-08-20T21:54:07.1412249Z [00:02:49.850]➜  /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-20T21:54:07.1428183Z [00:02:49.852]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T21:54:07.1432337Z [00:02:49.852]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d # internal
2025-08-20T21:54:07.1432935Z [00:02:49.853]➜  internal/coverage/rtcov
2025-08-20T21:54:07.1434065Z [00:02:49.853]➜  mkdir -p $WORK/b015/
2025-08-20T21:54:07.1437816Z [00:02:49.853]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T21:54:07.1447026Z [00:02:49.853]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:07.1449331Z [00:02:49.853]➜  /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-20T21:54:07.1464371Z [00:02:49.856]➜  cat >/tmp/go-build3999932643/b006/importcfg << 'EOF' # internal
2025-08-20T21:54:07.1464791Z [00:02:49.856]➜  # import config
2025-08-20T21:54:07.1465166Z [00:02:49.856]➜  packagefile internal/goarch=/tmp/go-build3999932643/b007/_pkg_.a
2025-08-20T21:54:07.1465512Z [00:02:49.856]➜  EOF
2025-08-20T21:54:07.1471119Z [00:02:49.856]➜  /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-20T21:54:07.1487569Z [00:02:49.858]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T21:54:07.1494490Z [00:02:49.859]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d # internal
2025-08-20T21:54:07.1495143Z [00:02:49.859]➜  internal/godebugs
2025-08-20T21:54:07.1495410Z [00:02:49.859]➜  mkdir -p $WORK/b016/
2025-08-20T21:54:07.1502956Z [00:02:49.860]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T21:54:07.1508992Z [00:02:49.860]➜  /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-20T21:54:07.1603622Z [00:02:49.869]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T21:54:07.1605869Z [00:02:49.870]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d # internal
2025-08-20T21:54:07.1607522Z [00:02:49.870]➜  internal/goexperiment
2025-08-20T21:54:07.1608010Z [00:02:49.870]➜  mkdir -p $WORK/b017/
2025-08-20T21:54:07.1608421Z [00:02:49.870]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T21:54:07.1645169Z [00:02:49.870]➜  /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-20T21:54:07.1652917Z [00:02:49.875]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T21:54:07.1657761Z [00:02:49.875]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d # internal
2025-08-20T21:54:07.1659304Z [00:02:49.875]➜  internal/goos
2025-08-20T21:54:07.1659592Z [00:02:49.875]➜  mkdir -p $WORK/b018/
2025-08-20T21:54:07.1661604Z [00:02:49.876]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T21:54:07.1673732Z [00:02:49.876]➜  /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-20T21:54:07.1711389Z [00:02:49.880]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T21:54:07.1711850Z [00:02:49.880]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:54:07.1712818Z [00:02:49.880]➜  /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-20T21:54:07.1714581Z [00:02:49.881]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d # internal
2025-08-20T21:54:07.1715307Z [00:02:49.881]➜  internal/profilerecord
2025-08-20T21:54:07.1715592Z [00:02:49.881]➜  mkdir -p $WORK/b019/
2025-08-20T21:54:07.1721223Z [00:02:49.881]➜  echo '# import config' > $WORK/b019/importcfg # internal
2025-08-20T21:54:07.1722260Z [00:02:49.882]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:07.1726861Z [00:02:49.882]➜  /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-20T21:54:07.1759323Z [00:02:49.885]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T21:54:07.1760817Z [00:02:49.885]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d # internal
2025-08-20T21:54:07.1761732Z [00:02:49.885]➜  internal/runtime/math
2025-08-20T21:54:07.1762249Z [00:02:49.885]➜  mkdir -p $WORK/b023/
2025-08-20T21:54:07.1771967Z [00:02:49.887]➜  cat >/tmp/go-build3999932643/b023/importcfg << 'EOF' # internal
2025-08-20T21:54:07.1781956Z [00:02:49.887]➜  # import config
2025-08-20T21:54:07.1783780Z [00:02:49.887]➜  packagefile internal/goarch=/tmp/go-build3999932643/b007/_pkg_.a
2025-08-20T21:54:07.1784164Z [00:02:49.887]➜  EOF
2025-08-20T21:54:07.1786128Z [00:02:49.887]➜  /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-20T21:54:07.1790932Z [00:02:49.888]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:54:07.1792292Z [00:02:49.888]➜  /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-20T21:54:07.1818000Z [00:02:49.891]➜  go tool pack r $WORK/b012/_pkg_.a $WORK/b012/cpu.o $WORK/b012/cpu_arm64.o # internal
2025-08-20T21:54:07.1819124Z [00:02:49.891]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T21:54:07.1823949Z [00:02:49.892]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T21:54:07.1834617Z [00:02:49.893]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d # internal
2025-08-20T21:54:07.1839063Z [00:02:49.893]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d # internal
2025-08-20T21:54:07.1842304Z [00:02:49.894]➜  internal/chacha8rand
2025-08-20T21:54:07.1844169Z [00:02:49.894]➜  mkdir -p $WORK/b014/
2025-08-20T21:54:07.1852290Z [00:02:49.895]➜  echo -n > $WORK/b014/go_asm.h # internal
2025-08-20T21:54:07.1854738Z [00:02:49.895]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:54:07.1860691Z [00:02:49.895]➜  /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-20T21:54:07.1861724Z [00:02:49.895]➜  internal/bytealg
2025-08-20T21:54:07.1866413Z [00:02:49.896]➜  mkdir -p $WORK/b011/
2025-08-20T21:54:07.1867254Z [00:02:49.896]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T21:54:07.1868432Z [00:02:49.896]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:54:07.1870629Z [00:02:49.896]➜  /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-20T21:54:07.1902910Z [00:02:49.900]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T21:54:07.1912879Z [00:02:49.900]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d # internal
2025-08-20T21:54:07.1914366Z [00:02:49.900]➜  internal/runtime/atomic
2025-08-20T21:54:07.1914751Z [00:02:49.900]➜  mkdir -p $WORK/b020/
2025-08-20T21:54:07.1915063Z [00:02:49.901]➜  echo -n > $WORK/b020/go_asm.h # internal
2025-08-20T21:54:07.1915404Z [00:02:49.901]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:54:07.1916595Z [00:02:49.901]➜  /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-20T21:54:07.1917926Z [00:02:49.901]➜  cat >/tmp/go-build3999932643/b011/importcfg << 'EOF' # internal
2025-08-20T21:54:07.1918274Z [00:02:49.901]➜  # import config
2025-08-20T21:54:07.1918634Z [00:02:49.901]➜  packagefile internal/cpu=/tmp/go-build3999932643/b012/_pkg_.a
2025-08-20T21:54:07.1922430Z [00:02:49.901]➜  EOF
2025-08-20T21:54:07.1923945Z [00:02:49.902]➜  cat >/tmp/go-build3999932643/b014/importcfg << 'EOF' # internal
2025-08-20T21:54:07.1924649Z [00:02:49.902]➜  # import config
2025-08-20T21:54:07.1925038Z [00:02:49.902]➜  packagefile internal/byteorder=/tmp/go-build3999932643/b013/_pkg_.a
2025-08-20T21:54:07.1925529Z [00:02:49.902]➜  packagefile internal/cpu=/tmp/go-build3999932643/b012/_pkg_.a
2025-08-20T21:54:07.1926003Z [00:02:49.902]➜  packagefile internal/goarch=/tmp/go-build3999932643/b007/_pkg_.a
2025-08-20T21:54:07.1926342Z [00:02:49.902]➜  EOF
2025-08-20T21:54:07.1926606Z [00:02:49.902]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:07.1928851Z [00:02:49.902]➜  /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-20T21:54:07.1940847Z [00:02:49.902]➜  /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-20T21:54:07.1943870Z [00:02:49.903]➜  cat >/tmp/go-build3999932643/b020/importcfg << 'EOF' # internal
2025-08-20T21:54:07.1944233Z [00:02:49.903]➜  # import config
2025-08-20T21:54:07.1944592Z [00:02:49.903]➜  packagefile internal/cpu=/tmp/go-build3999932643/b012/_pkg_.a
2025-08-20T21:54:07.1945063Z [00:02:49.903]➜  packagefile internal/goarch=/tmp/go-build3999932643/b007/_pkg_.a
2025-08-20T21:54:07.1945402Z [00:02:49.903]➜  EOF
2025-08-20T21:54:07.1950795Z [00:02:49.903]➜  /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-20T21:54:07.2180964Z [00:02:49.927]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:54:07.2182200Z [00:02:49.927]➜  /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-20T21:54:07.2183198Z [00:02:49.927]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:54:07.2184294Z [00:02:49.927]➜  /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-20T21:54:07.2290238Z [00:02:49.938]➜  /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-20T21:54:07.2333051Z [00:02:49.943]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:54:07.2334076Z [00:02:49.943]➜  go tool pack r $WORK/b014/_pkg_.a $WORK/b014/chacha8_arm64.o # internal
2025-08-20T21:54:07.2334572Z [00:02:49.943]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T21:54:07.2335242Z [00:02:49.943]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d # internal
2025-08-20T21:54:07.2335833Z [00:02:49.943]➜  internal/runtime/strconv
2025-08-20T21:54:07.2336114Z [00:02:49.943]➜  mkdir -p $WORK/b022/
2025-08-20T21:54:07.2336481Z [00:02:49.943]➜  cat >/tmp/go-build3999932643/b022/importcfg << 'EOF' # internal
2025-08-20T21:54:07.2336826Z [00:02:49.943]➜  # import config
2025-08-20T21:54:07.2337219Z [00:02:49.943]➜  packagefile internal/runtime/math=/tmp/go-build3999932643/b023/_pkg_.a
2025-08-20T21:54:07.2337826Z [00:02:49.943]➜  EOF
2025-08-20T21:54:07.2338102Z [00:02:49.943]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:07.2339822Z [00:02:49.943]➜  /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-20T21:54:07.2365070Z [00:02:49.946]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:54:07.2366192Z [00:02:49.946]➜  /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-20T21:54:07.2426999Z [00:02:49.952]➜  /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-20T21:54:07.2428136Z [00:02:49.952]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:54:07.2429683Z [00:02:49.952]➜  /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-20T21:54:07.2453146Z [00:02:49.954]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T21:54:07.2453759Z [00:02:49.955]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:54:07.2454849Z [00:02:49.955]➜  /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-20T21:54:07.2458176Z [00:02:49.955]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d # internal
2025-08-20T21:54:07.2461219Z [00:02:49.955]➜  internal/runtime/syscall
2025-08-20T21:54:07.2462194Z [00:02:49.956]➜  mkdir -p $WORK/b024/
2025-08-20T21:54:07.2469647Z [00:02:49.956]➜  echo -n > $WORK/b024/go_asm.h # internal
2025-08-20T21:54:07.2471727Z [00:02:49.957]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:54:07.2474170Z [00:02:49.957]➜  /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-20T21:54:07.2479834Z [00:02:49.957]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:54:07.2481051Z [00:02:49.957]➜  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-20T21:54:07.2481767Z [00:02:49.957]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T21:54:07.2486908Z [00:02:49.958]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d # internal
2025-08-20T21:54:07.2487916Z [00:02:49.958]➜  internal/runtime/gc
2025-08-20T21:54:07.2488311Z [00:02:49.958]➜  mkdir -p $WORK/b026/
2025-08-20T21:54:07.2489713Z [00:02:49.958]➜  cat >/tmp/go-build3999932643/b026/importcfg << 'EOF' # internal
2025-08-20T21:54:07.2490346Z [00:02:49.958]➜  # import config
2025-08-20T21:54:07.2490868Z [00:02:49.958]➜  packagefile internal/goarch=/tmp/go-build3999932643/b007/_pkg_.a
2025-08-20T21:54:07.2491261Z [00:02:49.958]➜  EOF
2025-08-20T21:54:07.2491529Z [00:02:49.958]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:07.2493514Z [00:02:49.958]➜  /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-20T21:54:07.2517626Z [00:02:49.961]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:54:07.2518961Z [00:02:49.961]➜  go tool pack r $WORK/b020/_pkg_.a $WORK/b020/atomic_arm64.o # internal
2025-08-20T21:54:07.2520990Z [00:02:49.961]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T21:54:07.2547130Z [00:02:49.964]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d # internal
2025-08-20T21:54:07.2550869Z [00:02:49.964]➜  internal/runtime/exithook
2025-08-20T21:54:07.2551174Z [00:02:49.964]➜  mkdir -p $WORK/b025/
2025-08-20T21:54:07.2558090Z [00:02:49.965]➜  cat >/tmp/go-build3999932643/b024/importcfg << 'EOF' # internal
2025-08-20T21:54:07.2568712Z [00:02:49.965]➜  # import config
2025-08-20T21:54:07.2569129Z [00:02:49.965]➜  packagefile internal/goarch=/tmp/go-build3999932643/b007/_pkg_.a
2025-08-20T21:54:07.2569482Z [00:02:49.965]➜  EOF
2025-08-20T21:54:07.2569763Z [00:02:49.965]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:07.2572397Z [00:02:49.966]➜  /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-20T21:54:07.2574550Z [00:02:49.966]➜  cat >/tmp/go-build3999932643/b025/importcfg << 'EOF' # internal
2025-08-20T21:54:07.2574893Z [00:02:49.966]➜  # import config
2025-08-20T21:54:07.2575290Z [00:02:49.966]➜  packagefile internal/runtime/atomic=/tmp/go-build3999932643/b020/_pkg_.a
2025-08-20T21:54:07.2575664Z [00:02:49.966]➜  EOF
2025-08-20T21:54:07.2577299Z [00:02:49.966]➜  /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-20T21:54:07.2634400Z [00:02:49.972]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T21:54:07.2635574Z [00:02:49.973]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d # internal
2025-08-20T21:54:07.2656671Z [00:02:49.975]➜  internal/asan
2025-08-20T21:54:07.2657083Z [00:02:49.975]➜  mkdir -p $WORK/b028/
2025-08-20T21:54:07.2657548Z [00:02:49.975]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T21:54:07.2659458Z [00:02:49.975]➜  /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-20T21:54:07.2702389Z [00:02:49.979]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:54:07.2703711Z [00:02:49.979]➜  /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-20T21:54:07.2755330Z [00:02:49.985]➜  go tool pack r $WORK/b024/_pkg_.a $WORK/b024/asm_linux_arm64.o # internal
2025-08-20T21:54:07.2755877Z [00:02:49.985]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T21:54:07.2756260Z [00:02:49.985]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T21:54:07.2759737Z [00:02:49.985]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d # internal
2025-08-20T21:54:07.2767453Z [00:02:49.986]➜  internal/runtime/cgroup
2025-08-20T21:54:07.2767829Z [00:02:49.986]➜  mkdir -p $WORK/b021/
2025-08-20T21:54:07.2768434Z [00:02:49.986]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d # internal
2025-08-20T21:54:07.2774109Z [00:02:49.987]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T21:54:07.2775475Z [00:02:49.987]➜  internal/msan
2025-08-20T21:54:07.2775732Z [00:02:49.987]➜  mkdir -p $WORK/b029/
2025-08-20T21:54:07.2778519Z [00:02:49.987]➜  echo '# import config' > $WORK/b029/importcfg # internal
2025-08-20T21:54:07.2779534Z [00:02:49.987]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:07.2782592Z [00:02:49.987]➜  /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-20T21:54:07.2785090Z [00:02:49.988]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d # internal
2025-08-20T21:54:07.2785760Z [00:02:49.988]➜  cat >/tmp/go-build3999932643/b021/importcfg << 'EOF' # internal
2025-08-20T21:54:07.2786099Z [00:02:49.988]➜  # import config
2025-08-20T21:54:07.2786471Z [00:02:49.988]➜  packagefile internal/bytealg=/tmp/go-build3999932643/b011/_pkg_.a
2025-08-20T21:54:07.2786997Z [00:02:49.988]➜  packagefile internal/runtime/strconv=/tmp/go-build3999932643/b022/_pkg_.a
2025-08-20T21:54:07.2787740Z [00:02:49.988]➜  packagefile internal/runtime/syscall=/tmp/go-build3999932643/b024/_pkg_.a
2025-08-20T21:54:07.2788137Z [00:02:49.988]➜  EOF
2025-08-20T21:54:07.2790872Z [00:02:49.988]➜  /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-20T21:54:07.2800769Z [00:02:49.989]➜  internal/runtime/sys
2025-08-20T21:54:07.2801069Z [00:02:49.989]➜  mkdir -p $WORK/b031/
2025-08-20T21:54:07.2804279Z [00:02:49.990]➜  echo -n > $WORK/b031/go_asm.h # internal
2025-08-20T21:54:07.2805487Z [00:02:49.990]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:54:07.2808026Z [00:02:49.990]➜  /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-20T21:54:07.2835471Z [00:02:49.993]➜  cat >/tmp/go-build3999932643/b031/importcfg << 'EOF' # internal
2025-08-20T21:54:07.2841875Z [00:02:49.993]➜  # import config
2025-08-20T21:54:07.2842463Z [00:02:49.993]➜  packagefile internal/cpu=/tmp/go-build3999932643/b012/_pkg_.a
2025-08-20T21:54:07.2842978Z [00:02:49.993]➜  packagefile internal/goarch=/tmp/go-build3999932643/b007/_pkg_.a
2025-08-20T21:54:07.2843457Z [00:02:49.993]➜  packagefile internal/goos=/tmp/go-build3999932643/b018/_pkg_.a
2025-08-20T21:54:07.2843787Z [00:02:49.993]➜  EOF
2025-08-20T21:54:07.2844067Z [00:02:49.993]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:07.2846921Z [00:02:49.993]➜  /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-20T21:54:07.2873266Z [00:02:49.996]➜  cd /root/.go/src/internal/abi
2025-08-20T21:54:07.2877827Z [00:02:49.996]➜  /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-20T21:54:07.2881600Z [00:02:49.997]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T21:54:07.2887833Z [00:02:49.997]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d # internal
2025-08-20T21:54:07.2888568Z [00:02:49.998]➜  internal/stringslite
2025-08-20T21:54:07.2888845Z [00:02:49.998]➜  mkdir -p $WORK/b032/
2025-08-20T21:54:07.2892755Z [00:02:49.998]➜  cat >/tmp/go-build3999932643/b032/importcfg << 'EOF' # internal
2025-08-20T21:54:07.2893269Z [00:02:49.998]➜  # import config
2025-08-20T21:54:07.2893655Z [00:02:49.998]➜  packagefile internal/bytealg=/tmp/go-build3999932643/b011/_pkg_.a
2025-08-20T21:54:07.2894000Z [00:02:49.998]➜  EOF
2025-08-20T21:54:07.2898902Z [00:02:49.999]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:07.2901523Z [00:02:49.999]➜  /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-20T21:54:07.2904079Z [00:02:49.999]➜  cd /root/.go/src/internal/abi
2025-08-20T21:54:07.2905066Z [00:02:49.999]➜  /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-20T21:54:07.2939182Z [00:02:50.002]➜  go tool pack r $WORK/b006/_pkg_.a $WORK/b006/abi_test.o $WORK/b006/stub.o # internal
2025-08-20T21:54:07.2940376Z [00:02:50.002]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T21:54:07.2966667Z [00:02:50.006]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d # internal
2025-08-20T21:54:07.2970426Z [00:02:50.006]➜  internal/race
2025-08-20T21:54:07.2974149Z [00:02:50.007]➜  mkdir -p $WORK/b030/
2025-08-20T21:54:07.2979982Z [00:02:50.007]➜  cat >/tmp/go-build3999932643/b030/importcfg << 'EOF' # internal
2025-08-20T21:54:07.2980381Z [00:02:50.007]➜  # import config
2025-08-20T21:54:07.2980748Z [00:02:50.007]➜  packagefile internal/abi=/tmp/go-build3999932643/b006/_pkg_.a
2025-08-20T21:54:07.2981083Z [00:02:50.007]➜  EOF
2025-08-20T21:54:07.2984319Z [00:02:50.007]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:07.2988638Z [00:02:50.008]➜  /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-20T21:54:07.3039939Z [00:02:50.013]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:54:07.3041182Z [00:02:50.013]➜  /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-20T21:54:07.3074117Z [00:02:50.017]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T21:54:07.3083167Z [00:02:50.018]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d # internal
2025-08-20T21:54:07.3089747Z [00:02:50.018]➜  internal/trace/tracev2
2025-08-20T21:54:07.3090548Z [00:02:50.018]➜  mkdir -p $WORK/b033/
2025-08-20T21:54:07.3097159Z [00:02:50.019]➜  echo '# import config' > $WORK/b033/importcfg # internal
2025-08-20T21:54:07.3109184Z [00:02:50.019]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:07.3111631Z [00:02:50.019]➜  /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-20T21:54:07.3113499Z [00:02:50.019]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:54:07.3114584Z [00:02:50.019]➜  /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-20T21:54:07.3135595Z [00:02:50.023]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T21:54:07.3140058Z [00:02:50.023]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d # internal
2025-08-20T21:54:07.3141509Z [00:02:50.023]➜  sync/atomic
2025-08-20T21:54:07.3141799Z [00:02:50.023]➜  mkdir -p $WORK/b037/
2025-08-20T21:54:07.3142104Z [00:02:50.023]➜  echo -n > $WORK/b037/go_asm.h # internal
2025-08-20T21:54:07.3142417Z [00:02:50.023]➜  cd /root/.go/src/sync/atomic
2025-08-20T21:54:07.3143383Z [00:02:50.023]➜  /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-20T21:54:07.3144684Z [00:02:50.023]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:54:07.3145157Z [00:02:50.023]➜  go tool pack r $WORK/b031/_pkg_.a $WORK/b031/dit_arm64.o $WORK/b031/empty.o # internal
2025-08-20T21:54:07.3145615Z [00:02:50.023]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T21:54:07.3146273Z [00:02:50.023]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d # internal
2025-08-20T21:54:07.3147147Z [00:02:50.024]➜  internal/runtime/maps
2025-08-20T21:54:07.3147713Z [00:02:50.024]➜  mkdir -p $WORK/b027/
2025-08-20T21:54:07.3159270Z [00:02:50.025]➜  cat >/tmp/go-build3999932643/b027/importcfg << 'EOF' # internal
2025-08-20T21:54:07.3159871Z [00:02:50.025]➜  # import config
2025-08-20T21:54:07.3160248Z [00:02:50.025]➜  packagefile internal/abi=/tmp/go-build3999932643/b006/_pkg_.a
2025-08-20T21:54:07.3160836Z [00:02:50.025]➜  packagefile internal/asan=/tmp/go-build3999932643/b028/_pkg_.a
2025-08-20T21:54:07.3163755Z [00:02:50.025]➜  packagefile internal/goarch=/tmp/go-build3999932643/b007/_pkg_.a
2025-08-20T21:54:07.3164992Z [00:02:50.025]➜  packagefile internal/msan=/tmp/go-build3999932643/b029/_pkg_.a
2025-08-20T21:54:07.3165533Z [00:02:50.025]➜  packagefile internal/race=/tmp/go-build3999932643/b030/_pkg_.a
2025-08-20T21:54:07.3166036Z [00:02:50.025]➜  packagefile internal/runtime/math=/tmp/go-build3999932643/b023/_pkg_.a
2025-08-20T21:54:07.3166792Z [00:02:50.025]➜  packagefile internal/runtime/sys=/tmp/go-build3999932643/b031/_pkg_.a
2025-08-20T21:54:07.3167167Z [00:02:50.025]➜  EOF
2025-08-20T21:54:07.3167653Z [00:02:50.025]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:07.3172951Z [00:02:50.025]➜  /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-20T21:54:07.3177320Z [00:02:50.025]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T21:54:07.3178583Z [00:02:50.026]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d # internal
2025-08-20T21:54:07.3180560Z [00:02:50.026]➜  internal/synctest
2025-08-20T21:54:07.3180987Z [00:02:50.026]➜  mkdir -p $WORK/b038/
2025-08-20T21:54:07.3181361Z [00:02:50.026]➜  cat >/tmp/go-build3999932643/b038/importcfg << 'EOF' # internal
2025-08-20T21:54:07.3181706Z [00:02:50.026]➜  # import config
2025-08-20T21:54:07.3182064Z [00:02:50.026]➜  packagefile internal/abi=/tmp/go-build3999932643/b006/_pkg_.a
2025-08-20T21:54:07.3182399Z [00:02:50.026]➜  EOF
2025-08-20T21:54:07.3183932Z [00:02:50.026]➜  /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-20T21:54:07.3185379Z [00:02:50.026]➜  echo '# import config' > $WORK/b037/importcfg # internal
2025-08-20T21:54:07.3187966Z [00:02:50.027]➜  /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-20T21:54:07.3295872Z [00:02:50.038]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T21:54:07.3298071Z [00:02:50.038]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d # internal
2025-08-20T21:54:07.3298677Z [00:02:50.038]➜  math/bits
2025-08-20T21:54:07.3298924Z [00:02:50.038]➜  mkdir -p $WORK/b040/
2025-08-20T21:54:07.3299280Z [00:02:50.038]➜  echo '# import config' > $WORK/b040/importcfg # internal
2025-08-20T21:54:07.3303202Z [00:02:50.038]➜  /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-20T21:54:07.3306221Z [00:02:50.040]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T21:54:07.3306903Z [00:02:50.040]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d # internal
2025-08-20T21:54:07.3311561Z [00:02:50.040]➜  unicode
2025-08-20T21:54:07.3312489Z [00:02:50.040]➜  mkdir -p $WORK/b041/
2025-08-20T21:54:07.3344071Z [00:02:50.044]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T21:54:07.3346193Z [00:02:50.044]➜  /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-20T21:54:07.3481743Z [00:02:50.057]➜  cd /root/.go/src/sync/atomic
2025-08-20T21:54:07.3506787Z [00:02:50.057]➜  /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-20T21:54:07.3511952Z [00:02:50.061]➜  go tool pack r $WORK/b037/_pkg_.a $WORK/b037/asm.o # internal
2025-08-20T21:54:07.3518850Z [00:02:50.061]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T21:54:07.3524418Z [00:02:50.062]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d # internal
2025-08-20T21:54:07.3526960Z [00:02:50.062]➜  internal/sync
2025-08-20T21:54:07.3528524Z [00:02:50.062]➜  mkdir -p $WORK/b036/
2025-08-20T21:54:07.3533886Z [00:02:50.063]➜  cat >/tmp/go-build3999932643/b036/importcfg << 'EOF' # internal
2025-08-20T21:54:07.3535263Z [00:02:50.063]➜  # import config
2025-08-20T21:54:07.3535645Z [00:02:50.063]➜  packagefile internal/abi=/tmp/go-build3999932643/b006/_pkg_.a
2025-08-20T21:54:07.3537924Z [00:02:50.063]➜  packagefile internal/goarch=/tmp/go-build3999932643/b007/_pkg_.a
2025-08-20T21:54:07.3538507Z [00:02:50.063]➜  packagefile internal/race=/tmp/go-build3999932643/b030/_pkg_.a
2025-08-20T21:54:07.3538980Z [00:02:50.063]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:07.3539305Z [00:02:50.063]➜  EOF
2025-08-20T21:54:07.3539586Z [00:02:50.063]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:07.3541427Z [00:02:50.063]➜  /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-20T21:54:07.3623576Z [00:02:50.072]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T21:54:07.3627734Z [00:02:50.072]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d # internal
2025-08-20T21:54:07.3638744Z [00:02:50.073]➜  unicode/utf8
2025-08-20T21:54:07.3639062Z [00:02:50.073]➜  mkdir -p $WORK/b042/
2025-08-20T21:54:07.3639428Z [00:02:50.073]➜  echo '# import config' > $WORK/b042/importcfg # internal
2025-08-20T21:54:07.3641072Z [00:02:50.073]➜  /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-20T21:54:07.3739353Z [00:02:50.083]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T21:54:07.3748006Z [00:02:50.084]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d # internal
2025-08-20T21:54:07.3749294Z [00:02:50.084]➜  cmp
2025-08-20T21:54:07.3749578Z [00:02:50.084]➜  mkdir -p $WORK/b046/
2025-08-20T21:54:07.3782001Z [00:02:50.087]➜  echo '# import config' > $WORK/b046/importcfg # internal
2025-08-20T21:54:07.3791169Z [00:02:50.087]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b046=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid 3pNLZ4lQZRo8EuEyPFwj/3pNLZ4lQZRo8EuEyPFwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b046/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T21:54:07.3940598Z [00:02:50.103]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T21:54:07.3955410Z [00:02:50.103]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d # internal
2025-08-20T21:54:07.3956019Z [00:02:50.103]➜  internal/itoa
2025-08-20T21:54:07.3956276Z [00:02:50.103]➜  mkdir -p $WORK/b048/
2025-08-20T21:54:07.3956625Z [00:02:50.103]➜  echo '# import config' > $WORK/b048/importcfg # internal
2025-08-20T21:54:07.3959347Z [00:02:50.103]➜  /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-20T21:54:07.4005010Z [00:02:50.110]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T21:54:07.4010791Z [00:02:50.110]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d # internal
2025-08-20T21:54:07.4024620Z [00:02:50.112]➜  math
2025-08-20T21:54:07.4025319Z [00:02:50.112]➜  mkdir -p $WORK/b049/
2025-08-20T21:54:07.4032098Z [00:02:50.112]➜  echo -n > $WORK/b049/go_asm.h # internal
2025-08-20T21:54:07.4032436Z [00:02:50.112]➜  cd /root/.go/src/math
2025-08-20T21:54:07.4033513Z [00:02:50.113]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b049=>" -I $WORK/b049/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b049/symabis ./dim_arm64.s ./exp_arm64.s ./floor_arm64.s ./modf_arm64.s
2025-08-20T21:54:07.4072498Z [00:02:50.116]➜  cat >/tmp/go-build3999932643/b049/importcfg << 'EOF' # internal
2025-08-20T21:54:07.4073205Z [00:02:50.116]➜  # import config
2025-08-20T21:54:07.4073970Z [00:02:50.116]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:07.4074302Z [00:02:50.116]➜  EOF
2025-08-20T21:54:07.4074566Z [00:02:50.116]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:07.4081313Z [00:02:50.116]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b049=>" -p math -lang=go1.25 -std -installsuffix shared -buildid 6wDiWzQQCqBQkxujwy3F/6wDiWzQQCqBQkxujwy3F -goversion go1.25.0 -symabis $WORK/b049/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b049/importcfg -pack -asmhdr $WORK/b049/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-20T21:54:07.4089994Z [00:02:50.118]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T21:54:07.4094070Z [00:02:50.119]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d # internal
2025-08-20T21:54:07.4096198Z [00:02:50.119]➜  encoding
2025-08-20T21:54:07.4096457Z [00:02:50.119]➜  mkdir -p $WORK/b068/
2025-08-20T21:54:07.4100088Z [00:02:50.119]➜  echo '# import config' > $WORK/b068/importcfg # internal
2025-08-20T21:54:07.4102983Z [00:02:50.119]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b068/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b068=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid _GZqvJiOcWT_ie0TcTGm/_GZqvJiOcWT_ie0TcTGm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T21:54:07.4193658Z [00:02:50.129]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T21:54:07.4197853Z [00:02:50.129]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d # internal
2025-08-20T21:54:07.4199782Z [00:02:50.129]➜  unicode/utf16
2025-08-20T21:54:07.4201021Z [00:02:50.129]➜  mkdir -p $WORK/b070/
2025-08-20T21:54:07.4204346Z [00:02:50.130]➜  echo '# import config' > $WORK/b070/importcfg # internal
2025-08-20T21:54:07.4207879Z [00:02:50.130]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b070=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid L6aXOucgpcsx5O1yqVow/L6aXOucgpcsx5O1yqVow -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T21:54:07.4326644Z [00:02:50.142]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T21:54:07.4330061Z [00:02:50.142]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d # internal
2025-08-20T21:54:07.4332013Z [00:02:50.143]➜  crypto/internal/fips140/alias
2025-08-20T21:54:07.4333027Z [00:02:50.143]➜  mkdir -p $WORK/b083/
2025-08-20T21:54:07.4336650Z [00:02:50.143]➜  echo '# import config' > $WORK/b083/importcfg # internal
2025-08-20T21:54:07.4340398Z [00:02:50.143]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/alias=>crypto/internal/fips140/alias;$WORK/b083=>" -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/b083/importcfg -pack /root/.go/src/crypto/internal/fips140/alias/alias.go
2025-08-20T21:54:07.4564397Z [00:02:50.166]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T21:54:07.4567864Z [00:02:50.166]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d # internal
2025-08-20T21:54:07.4569160Z [00:02:50.166]➜  crypto/internal/fips140deps/byteorder
2025-08-20T21:54:07.4570107Z [00:02:50.166]➜  mkdir -p $WORK/b087/
2025-08-20T21:54:07.4573776Z [00:02:50.167]➜  cat >/tmp/go-build3999932643/b087/importcfg << 'EOF' # internal
2025-08-20T21:54:07.4574132Z [00:02:50.167]➜  # import config
2025-08-20T21:54:07.4574517Z [00:02:50.167]➜  packagefile internal/byteorder=/tmp/go-build3999932643/b013/_pkg_.a
2025-08-20T21:54:07.4574874Z [00:02:50.167]➜  EOF
2025-08-20T21:54:07.4577541Z [00:02:50.167]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/byteorder=>crypto/internal/fips140deps/byteorder;$WORK/b087=>" -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/b087/importcfg -pack /root/.go/src/crypto/internal/fips140deps/byteorder/byteorder.go
2025-08-20T21:54:07.4663083Z [00:02:50.176]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T21:54:07.4679045Z [00:02:50.177]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d # internal
2025-08-20T21:54:07.4691091Z [00:02:50.178]➜  crypto/internal/fips140deps/cpu
2025-08-20T21:54:07.4692051Z [00:02:50.179]➜  mkdir -p $WORK/b088/
2025-08-20T21:54:07.4724232Z [00:02:50.182]➜  cat >/tmp/go-build3999932643/b088/importcfg << 'EOF' # internal
2025-08-20T21:54:07.4724799Z [00:02:50.182]➜  # import config
2025-08-20T21:54:07.4725461Z [00:02:50.182]➜  packagefile internal/cpu=/tmp/go-build3999932643/b012/_pkg_.a
2025-08-20T21:54:07.4726035Z [00:02:50.182]➜  packagefile internal/goarch=/tmp/go-build3999932643/b007/_pkg_.a
2025-08-20T21:54:07.4726376Z [00:02:50.182]➜  EOF
2025-08-20T21:54:07.4728232Z [00:02:50.182]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/cpu=>crypto/internal/fips140deps/cpu;$WORK/b088=>" -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/b088/importcfg -pack /root/.go/src/crypto/internal/fips140deps/cpu/cpu.go
2025-08-20T21:54:07.4732564Z [00:02:50.182]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T21:54:07.4742691Z [00:02:50.183]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d # internal
2025-08-20T21:54:07.4819383Z [00:02:50.191]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T21:54:07.4830535Z [00:02:50.192]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d # internal
2025-08-20T21:54:07.4832427Z [00:02:50.193]➜  crypto/internal/boring/sig
2025-08-20T21:54:07.4834356Z [00:02:50.193]➜  mkdir -p $WORK/b100/
2025-08-20T21:54:07.4842867Z [00:02:50.194]➜  echo -n > $WORK/b100/go_asm.h # internal
2025-08-20T21:54:07.4846127Z [00:02:50.194]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:54:07.4847515Z [00:02:50.194]➜  /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/b100=>" -I $WORK/b100/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b100/symabis ./sig_other.s
2025-08-20T21:54:07.4857322Z [00:02:50.195]➜  crypto/internal/fips140/subtle
2025-08-20T21:54:07.4857809Z [00:02:50.195]➜  mkdir -p $WORK/b091/
2025-08-20T21:54:07.4862361Z [00:02:50.196]➜  echo -n > $WORK/b091/go_asm.h # internal
2025-08-20T21:54:07.4863281Z [00:02:50.196]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:54:07.4864862Z [00:02:50.196]➜  /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/b091=>" -I $WORK/b091/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b091/symabis ./xor_arm64.s
2025-08-20T21:54:07.4872230Z [00:02:50.196]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T21:54:07.4903470Z [00:02:50.200]➜  cat >/tmp/go-build3999932643/b091/importcfg << 'EOF' # internal
2025-08-20T21:54:07.4904231Z [00:02:50.200]➜  # import config
2025-08-20T21:54:07.4904899Z [00:02:50.200]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3999932643/b083/_pkg_.a
2025-08-20T21:54:07.4905982Z [00:02:50.200]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3999932643/b087/_pkg_.a
2025-08-20T21:54:07.4906776Z [00:02:50.200]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:07.4907566Z [00:02:50.200]➜  EOF
2025-08-20T21:54:07.4908735Z [00:02:50.200]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:07.4912296Z [00:02:50.200]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b091/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b091=>" -p crypto/internal/fips140/subtle -lang=go1.25 -std -installsuffix shared -buildid 2NY9C7oa8Pj4-CAILAM2/2NY9C7oa8Pj4-CAILAM2 -goversion go1.25.0 -symabis $WORK/b091/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b091/importcfg -pack -asmhdr $WORK/b091/go_asm.h /root/.go/src/crypto/internal/fips140/subtle/constant_time.go /root/.go/src/crypto/internal/fips140/subtle/xor.go /root/.go/src/crypto/internal/fips140/subtle/xor_asm.go
2025-08-20T21:54:07.4920610Z [00:02:50.201]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d # internal
2025-08-20T21:54:07.4961139Z [00:02:50.205]➜  echo '# import config' > $WORK/b100/importcfg # internal
2025-08-20T21:54:07.4966512Z [00:02:50.206]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b100/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b100=>" -p crypto/internal/boring/sig -lang=go1.25 -std -installsuffix shared -buildid HC672PcYn1QAJA2a1Uyp/HC672PcYn1QAJA2a1Uyp -goversion go1.25.0 -symabis $WORK/b100/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b100/importcfg -pack -asmhdr $WORK/b100/go_asm.h /root/.go/src/crypto/internal/boring/sig/sig.go
2025-08-20T21:54:07.5058041Z [00:02:50.215]➜  runtime
2025-08-20T21:54:07.5059889Z [00:02:50.215]➜  mkdir -p $WORK/b010/
2025-08-20T21:54:07.5061963Z [00:02:50.216]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T21:54:07.5063565Z [00:02:50.216]➜  cd /root/.go/src/runtime
2025-08-20T21:54:07.5065570Z [00:02:50.216]➜  /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-20T21:54:07.5076876Z [00:02:50.217]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:54:07.5079353Z [00:02:50.217]➜  /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/b091=>" -I $WORK/b091/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b091/xor_arm64.o ./xor_arm64.s
2025-08-20T21:54:07.5091497Z [00:02:50.218]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:54:07.5093742Z [00:02:50.218]➜  /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/b100=>" -I $WORK/b100/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b100/sig_other.o ./sig_other.s
2025-08-20T21:54:07.5100783Z [00:02:50.219]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:54:07.5102580Z [00:02:50.220]➜  go tool pack r $WORK/b091/_pkg_.a $WORK/b091/xor_arm64.o # internal
2025-08-20T21:54:07.5107530Z [00:02:50.220]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T21:54:07.5108999Z [00:02:50.220]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d # internal
2025-08-20T21:54:07.5111190Z [00:02:50.220]➜  container/list
2025-08-20T21:54:07.5111471Z [00:02:50.220]➜  mkdir -p $WORK/b106/
2025-08-20T21:54:07.5114534Z [00:02:50.221]➜  echo '# import config' > $WORK/b106/importcfg # internal
2025-08-20T21:54:07.5116287Z [00:02:50.221]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:07.5118902Z [00:02:50.221]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b106/_pkg_.a -trimpath "/root/.go/src/container/list=>container/list;$WORK/b106=>" -p container/list -lang=go1.25 -std -complete -installsuffix shared -buildid TrZDFbIDKtA6owNtEibT/TrZDFbIDKtA6owNtEibT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b106/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T21:54:07.5149842Z [00:02:50.224]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:54:07.5150621Z [00:02:50.224]➜  go tool pack r $WORK/b100/_pkg_.a $WORK/b100/sig_other.o # internal
2025-08-20T21:54:07.5151291Z [00:02:50.224]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T21:54:07.5152550Z [00:02:50.224]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d # internal
2025-08-20T21:54:07.5153359Z [00:02:50.224]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:54:07.5154047Z [00:02:50.224]➜  mkdir -p $WORK/b129/
2025-08-20T21:54:07.5155333Z [00:02:50.224]➜  echo '# import config' > $WORK/b129/importcfg # internal
2025-08-20T21:54:07.5155732Z [00:02:50.224]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:07.5157844Z [00:02:50.224]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1=>vendor/golang.org/x/crypto/cryptobyte/asn1;$WORK/b129=>" -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/b129/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go
2025-08-20T21:54:07.5159590Z [00:02:50.224]➜  cd /root/.go/src/math
2025-08-20T21:54:07.5160453Z [00:02:50.224]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b049=>" -I $WORK/b049/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b049/dim_arm64.o ./dim_arm64.s
2025-08-20T21:54:07.5167161Z [00:02:50.226]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b049=>" -I $WORK/b049/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b049/exp_arm64.o ./exp_arm64.s
2025-08-20T21:54:07.5192031Z [00:02:50.228]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b049=>" -I $WORK/b049/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b049/floor_arm64.o ./floor_arm64.s
2025-08-20T21:54:07.5197810Z [00:02:50.229]➜  cat >/tmp/go-build3999932643/b010/importcfg << 'EOF' # internal
2025-08-20T21:54:07.5201111Z [00:02:50.229]➜  # import config
2025-08-20T21:54:07.5201713Z [00:02:50.229]➜  packagefile internal/abi=/tmp/go-build3999932643/b006/_pkg_.a
2025-08-20T21:54:07.5202349Z [00:02:50.229]➜  packagefile internal/bytealg=/tmp/go-build3999932643/b011/_pkg_.a
2025-08-20T21:54:07.5202968Z [00:02:50.229]➜  packagefile internal/byteorder=/tmp/go-build3999932643/b013/_pkg_.a
2025-08-20T21:54:07.5204380Z [00:02:50.229]➜  packagefile internal/chacha8rand=/tmp/go-build3999932643/b014/_pkg_.a
2025-08-20T21:54:07.5204919Z [00:02:50.229]➜  packagefile internal/coverage/rtcov=/tmp/go-build3999932643/b015/_pkg_.a
2025-08-20T21:54:07.5205420Z [00:02:50.229]➜  packagefile internal/cpu=/tmp/go-build3999932643/b012/_pkg_.a
2025-08-20T21:54:07.5205909Z [00:02:50.229]➜  packagefile internal/goarch=/tmp/go-build3999932643/b007/_pkg_.a
2025-08-20T21:54:07.5206397Z [00:02:50.229]➜  packagefile internal/godebugs=/tmp/go-build3999932643/b016/_pkg_.a
2025-08-20T21:54:07.5206906Z [00:02:50.229]➜  packagefile internal/goexperiment=/tmp/go-build3999932643/b017/_pkg_.a
2025-08-20T21:54:07.5207518Z [00:02:50.229]➜  packagefile internal/goos=/tmp/go-build3999932643/b018/_pkg_.a
2025-08-20T21:54:07.5208079Z [00:02:50.229]➜  packagefile internal/profilerecord=/tmp/go-build3999932643/b019/_pkg_.a
2025-08-20T21:54:07.5208838Z [00:02:50.229]➜  packagefile internal/runtime/atomic=/tmp/go-build3999932643/b020/_pkg_.a
2025-08-20T21:54:07.5209452Z [00:02:50.229]➜  packagefile internal/runtime/cgroup=/tmp/go-build3999932643/b021/_pkg_.a
2025-08-20T21:54:07.5210000Z [00:02:50.229]➜  packagefile internal/runtime/exithook=/tmp/go-build3999932643/b025/_pkg_.a
2025-08-20T21:54:07.5210530Z [00:02:50.229]➜  packagefile internal/runtime/gc=/tmp/go-build3999932643/b026/_pkg_.a
2025-08-20T21:54:07.5211055Z [00:02:50.229]➜  packagefile internal/runtime/maps=/tmp/go-build3999932643/b027/_pkg_.a
2025-08-20T21:54:07.5211579Z [00:02:50.229]➜  packagefile internal/runtime/math=/tmp/go-build3999932643/b023/_pkg_.a
2025-08-20T21:54:07.5212115Z [00:02:50.229]➜  packagefile internal/runtime/strconv=/tmp/go-build3999932643/b022/_pkg_.a
2025-08-20T21:54:07.5212646Z [00:02:50.229]➜  packagefile internal/runtime/sys=/tmp/go-build3999932643/b031/_pkg_.a
2025-08-20T21:54:07.5213173Z [00:02:50.229]➜  packagefile internal/runtime/syscall=/tmp/go-build3999932643/b024/_pkg_.a
2025-08-20T21:54:07.5213710Z [00:02:50.229]➜  packagefile internal/stringslite=/tmp/go-build3999932643/b032/_pkg_.a
2025-08-20T21:54:07.5214236Z [00:02:50.229]➜  packagefile internal/trace/tracev2=/tmp/go-build3999932643/b033/_pkg_.a
2025-08-20T21:54:07.5214601Z [00:02:50.229]➜  EOF
2025-08-20T21:54:07.5214870Z [00:02:50.229]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:07.5245761Z [00:02:50.229]➜  /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-20T21:54:07.5275444Z [00:02:50.232]➜  cd /root/.go/src/math
2025-08-20T21:54:07.5276329Z [00:02:50.232]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b049=>" -I $WORK/b049/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b049/modf_arm64.o ./modf_arm64.s
2025-08-20T21:54:07.5277686Z [00:02:50.233]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T21:54:07.5278434Z [00:02:50.233]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/60/60136b9f053ebb266647602dfc5bc7b17d1b0a46834c258505b0fe2aea7dc857-d # internal
2025-08-20T21:54:07.5279027Z [00:02:50.233]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:54:07.5279344Z [00:02:50.233]➜  mkdir -p $WORK/b144/
2025-08-20T21:54:07.5279689Z [00:02:50.233]➜  echo '# import config' > $WORK/b144/importcfg # internal
2025-08-20T21:54:07.5280075Z [00:02:50.233]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:07.5282052Z [00:02:50.233]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b144/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/alias=>vendor/golang.org/x/crypto/internal/alias;$WORK/b144=>" -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/b144/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/alias/alias.go
2025-08-20T21:54:07.5335520Z [00:02:50.243]➜  cd /root/.go/src/math
2025-08-20T21:54:07.5340078Z [00:02:50.243]➜  go tool pack r $WORK/b049/_pkg_.a $WORK/b049/dim_arm64.o $WORK/b049/exp_arm64.o $WORK/b049/floor_arm64.o $WORK/b049/modf_arm64.o # internal
2025-08-20T21:54:07.5365082Z [00:02:50.246]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T21:54:07.5368330Z [00:02:50.246]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d # internal
2025-08-20T21:54:07.5369027Z [00:02:50.246]➜  internal/nettrace
2025-08-20T21:54:07.5369296Z [00:02:50.246]➜  mkdir -p $WORK/b160/
2025-08-20T21:54:07.5369652Z [00:02:50.246]➜  echo '# import config' > $WORK/b160/importcfg # internal
2025-08-20T21:54:07.5370033Z [00:02:50.246]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:07.5371658Z [00:02:50.246]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b160/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b160=>" -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/b160/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T21:54:07.5411101Z [00:02:50.250]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T21:54:07.5411945Z [00:02:50.250]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d # internal
2025-08-20T21:54:07.5412549Z [00:02:50.250]➜  log/internal
2025-08-20T21:54:07.5412803Z [00:02:50.250]➜  mkdir -p $WORK/b186/
2025-08-20T21:54:07.5413150Z [00:02:50.250]➜  echo '# import config' > $WORK/b186/importcfg # internal
2025-08-20T21:54:07.5414727Z [00:02:50.250]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b186=>" -p log/internal -lang=go1.25 -std -complete -installsuffix shared -buildid M0dPiGT15wJWZrjLqd_h/M0dPiGT15wJWZrjLqd_h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b186/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T21:54:07.5442343Z [00:02:50.254]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T21:54:07.5445349Z [00:02:50.254]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d # internal
2025-08-20T21:54:07.5447743Z [00:02:50.254]➜  log/slog/internal
2025-08-20T21:54:07.5453290Z [00:02:50.255]➜  mkdir -p $WORK/b187/
2025-08-20T21:54:07.5454012Z [00:02:50.255]➜  echo '# import config' > $WORK/b187/importcfg # internal
2025-08-20T21:54:07.5456408Z [00:02:50.255]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/.go/src/log/slog/internal=>log/slog/internal;$WORK/b187=>" -p log/slog/internal -lang=go1.25 -std -complete -installsuffix shared -buildid _pX6nOEPDwOqnqzQhusU/_pX6nOEPDwOqnqzQhusU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b187/importcfg -pack /root/.go/src/log/slog/internal/ignorepc.go
2025-08-20T21:54:07.5491190Z [00:02:50.258]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T21:54:07.5493322Z [00:02:50.259]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/3e/3ec4462fbd4f403e118879cba7c7b85bd7e6cf7c22f970648ef741e140d88a43-d # internal
2025-08-20T21:54:07.5494641Z [00:02:50.259]➜  github.com/projectdiscovery/blackrock
2025-08-20T21:54:07.5495674Z [00:02:50.259]➜  mkdir -p $WORK/b191/
2025-08-20T21:54:07.5497758Z [00:02:50.259]➜  cat >/tmp/go-build3999932643/b191/importcfg << 'EOF' # internal
2025-08-20T21:54:07.5498387Z [00:02:50.259]➜  # import config
2025-08-20T21:54:07.5499028Z [00:02:50.259]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:07.5499423Z [00:02:50.259]➜  EOF
2025-08-20T21:54:07.5515302Z [00:02:50.259]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/blackrock@v0.0.1=>github.com/projectdiscovery/blackrock@v0.0.1;$WORK/b191=>" -p github.com/projectdiscovery/blackrock -lang=go1.18 -complete -installsuffix shared -buildid bNWFssNyOceTVWZCW9Uo/bNWFssNyOceTVWZCW9Uo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b191/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/blackrock@v0.0.1/blackrock.go
2025-08-20T21:54:07.5536071Z [00:02:50.263]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T21:54:07.5540405Z [00:02:50.263]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d # internal
2025-08-20T21:54:07.5541699Z [00:02:50.264]➜  golang.org/x/net/html/atom
2025-08-20T21:54:07.5541996Z [00:02:50.264]➜  mkdir -p $WORK/b199/
2025-08-20T21:54:07.5543816Z [00:02:50.264]➜  echo '# import config' > $WORK/b199/importcfg # internal
2025-08-20T21:54:07.5546339Z [00:02:50.264]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/html/atom=>golang.org/x/net@v0.41.0/html/atom;$WORK/b199=>" -p golang.org/x/net/html/atom -lang=go1.23 -complete -installsuffix shared -buildid WREsHBQlppsaHcmpTwwN/WREsHBQlppsaHcmpTwwN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b199/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/atom/atom.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/atom/table.go
2025-08-20T21:54:07.5560274Z [00:02:50.265]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T21:54:07.5561837Z [00:02:50.265]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/05/052fac1c62cacae6b5ed76c6f2dee6b25ce14f214e444a90fbec0679834bc0ad-d # internal
2025-08-20T21:54:07.5562439Z [00:02:50.266]➜  golang.org/x/net/internal/iana
2025-08-20T21:54:07.5562730Z [00:02:50.266]➜  mkdir -p $WORK/b227/
2025-08-20T21:54:07.5563081Z [00:02:50.266]➜  echo '# import config' > $WORK/b227/importcfg # internal
2025-08-20T21:54:07.5564989Z [00:02:50.266]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b227/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/iana=>golang.org/x/net@v0.41.0/internal/iana;$WORK/b227=>" -p golang.org/x/net/internal/iana -lang=go1.23 -complete -installsuffix shared -buildid tYy0gQHTVV6j21s3hpmv/tYy0gQHTVV6j21s3hpmv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b227/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/iana/const.go
2025-08-20T21:54:07.5653224Z [00:02:50.274]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T21:54:07.5653991Z [00:02:50.274]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/44/44d2fb752669e7ac860f285bcddd469a803586c47863c68762f251bfa0f9c29f-d # internal
2025-08-20T21:54:07.5656428Z [00:02:50.275]➜  github.com/projectdiscovery/utils/conversion
2025-08-20T21:54:07.5656803Z [00:02:50.275]➜  mkdir -p $WORK/b230/
2025-08-20T21:54:07.5657178Z [00:02:50.275]➜  echo '# import config' > $WORK/b230/importcfg # internal
2025-08-20T21:54:07.5661791Z [00:02:50.275]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b230/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/conversion=>github.com/projectdiscovery/utils@v0.4.23/conversion;$WORK/b230=>" -p github.com/projectdiscovery/utils/conversion -lang=go1.24 -complete -installsuffix shared -buildid eaBVoLuXw-dEtmBvhFQO/eaBVoLuXw-dEtmBvhFQO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b230/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/conversion/conversion.go
2025-08-20T21:54:07.5681962Z [00:02:50.278]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T21:54:07.5689412Z [00:02:50.278]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/34/34fc53d9931274b39d7aee1e8d9c47f489c2bdadc1f831cf4b5aab8448d053fc-d # internal
2025-08-20T21:54:07.5690981Z [00:02:50.278]➜  github.com/tidwall/match
2025-08-20T21:54:07.5691380Z [00:02:50.278]➜  mkdir -p $WORK/b232/
2025-08-20T21:54:07.5712392Z [00:02:50.281]➜  cat >/tmp/go-build3999932643/b232/importcfg << 'EOF' # internal
2025-08-20T21:54:07.5712830Z [00:02:50.281]➜  # import config
2025-08-20T21:54:07.5713196Z [00:02:50.281]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:07.5713528Z [00:02:50.281]➜  EOF
2025-08-20T21:54:07.5719577Z [00:02:50.281]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b232/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tidwall/match@v1.1.1=>github.com/tidwall/match@v1.1.1;$WORK/b232=>" -p github.com/tidwall/match -lang=go1.15 -complete -installsuffix shared -buildid pKQQO2MADw6Ttm_pMSWV/pKQQO2MADw6Ttm_pMSWV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b232/importcfg -pack /root/go/pkg/mod/github.com/tidwall/match@v1.1.1/match.go
2025-08-20T21:54:07.5741248Z [00:02:50.283]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T21:54:07.5746098Z [00:02:50.284]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/37/3724623d8a0d244b634d14afcd72a049849086937cbfdce8edceebfee4f46618-d # internal
2025-08-20T21:54:07.5760719Z [00:02:50.285]➜  golang.org/x/exp/constraints
2025-08-20T21:54:07.5761067Z [00:02:50.285]➜  mkdir -p $WORK/b234/
2025-08-20T21:54:07.5768025Z [00:02:50.286]➜  cat >/tmp/go-build3999932643/b234/importcfg << 'EOF' # internal
2025-08-20T21:54:07.5768411Z [00:02:50.286]➜  # import config
2025-08-20T21:54:07.5768749Z [00:02:50.286]➜  packagefile cmp=/tmp/go-build3999932643/b046/_pkg_.a
2025-08-20T21:54:07.5769086Z [00:02:50.286]➜  EOF
2025-08-20T21:54:07.5776258Z [00:02:50.287]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b234/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250620022241-b7579e27df2b/constraints=>golang.org/x/exp@v0.0.0-20250620022241-b7579e27df2b/constraints;$WORK/b234=>" -p golang.org/x/exp/constraints -lang=go1.23 -complete -installsuffix shared -buildid Ua1h2rXuDaxjq-mJgEF7/Ua1h2rXuDaxjq-mJgEF7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250620022241-b7579e27df2b/constraints/constraints.go
2025-08-20T21:54:07.5807087Z [00:02:50.290]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T21:54:07.5816474Z [00:02:50.291]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/17/1755a5a8b905984046f7652d7491a1c801d12d78eb0eab58e5c9e9d22243187e-d # internal
2025-08-20T21:54:07.5821951Z [00:02:50.292]➜  github.com/projectdiscovery/utils/race
2025-08-20T21:54:07.5825919Z [00:02:50.292]➜  mkdir -p $WORK/b238/
2025-08-20T21:54:07.5832959Z [00:02:50.293]➜  echo '# import config' > $WORK/b238/importcfg # internal
2025-08-20T21:54:07.5836787Z [00:02:50.293]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b238/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/race=>github.com/projectdiscovery/utils@v0.4.23/race;$WORK/b238=>" -p github.com/projectdiscovery/utils/race -lang=go1.24 -complete -installsuffix shared -buildid e-4EgRDePnEpDtw6S__E/e-4EgRDePnEpDtw6S__E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b238/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/race/norace.go
2025-08-20T21:54:07.5886299Z [00:02:50.298]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T21:54:07.5888937Z [00:02:50.298]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/80/803a35db31e6496731773d5d4c06b5ae15e9af29404530a5cdff0d9377e4a10a-d # internal
2025-08-20T21:54:07.5895454Z [00:02:50.299]➜  github.com/projectdiscovery/gologger/levels
2025-08-20T21:54:07.5895831Z [00:02:50.299]➜  mkdir -p $WORK/b248/
2025-08-20T21:54:07.5897146Z [00:02:50.299]➜  echo '# import config' > $WORK/b248/importcfg # internal
2025-08-20T21:54:07.5899632Z [00:02:50.299]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b248/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.54/levels=>github.com/projectdiscovery/gologger@v1.1.54/levels;$WORK/b248=>" -p github.com/projectdiscovery/gologger/levels -lang=go1.22 -complete -installsuffix shared -buildid q3BnAV7g18oTX0_6yiRc/q3BnAV7g18oTX0_6yiRc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b248/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.54/levels/levels.go
2025-08-20T21:54:07.5938756Z [00:02:50.303]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T21:54:07.5942307Z [00:02:50.304]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/d4/d4e9a4f24757dfe8cdf5c1f512fd0f25424265aa4aef33e87927242ac58485a4-d # internal
2025-08-20T21:54:07.5945762Z [00:02:50.304]➜  golang.org/x/text/encoding/internal/identifier
2025-08-20T21:54:07.5946166Z [00:02:50.304]➜  mkdir -p $WORK/b264/
2025-08-20T21:54:07.5951070Z [00:02:50.304]➜  echo '# import config' > $WORK/b264/importcfg # internal
2025-08-20T21:54:07.5953729Z [00:02:50.304]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b264/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/internal/identifier=>golang.org/x/text@v0.26.0/encoding/internal/identifier;$WORK/b264=>" -p golang.org/x/text/encoding/internal/identifier -lang=go1.23 -complete -installsuffix shared -buildid PkI6VsQuL5axTU5Q3XvM/PkI6VsQuL5axTU5Q3XvM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b264/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/internal/identifier/identifier.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/internal/identifier/mib.go
2025-08-20T21:54:07.5977080Z [00:02:50.307]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T21:54:07.5983410Z [00:02:50.308]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/bc/bc472efa4aaf3dfb2a81a00bba07fc858ed11300fd4c386c6fefd06527234403-d # internal
2025-08-20T21:54:07.5984323Z [00:02:50.308]➜  golang.org/x/text/internal/utf8internal
2025-08-20T21:54:07.5984645Z [00:02:50.308]➜  mkdir -p $WORK/b267/
2025-08-20T21:54:07.6015090Z [00:02:50.311]➜  echo '# import config' > $WORK/b267/importcfg # internal
2025-08-20T21:54:07.6018382Z [00:02:50.311]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b267/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/utf8internal=>golang.org/x/text@v0.26.0/internal/utf8internal;$WORK/b267=>" -p golang.org/x/text/internal/utf8internal -lang=go1.23 -complete -installsuffix shared -buildid RQs8ls-SkbLXi2n2bC3F/RQs8ls-SkbLXi2n2bC3F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b267/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/utf8internal/utf8internal.go
2025-08-20T21:54:07.6031501Z [00:02:50.312]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T21:54:07.6034754Z [00:02:50.313]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/d5/d5edc9b3a0cd6489fe080066ea07d51487148b3a8750315296ecdc8fcb8d26d0-d # internal
2025-08-20T21:54:07.6038815Z [00:02:50.313]➜  github.com/klauspost/compress/internal/le
2025-08-20T21:54:07.6039161Z [00:02:50.313]➜  mkdir -p $WORK/b279/
2025-08-20T21:54:07.6039622Z [00:02:50.313]➜  echo '# import config' > $WORK/b279/importcfg # internal
2025-08-20T21:54:07.6042364Z [00:02:50.313]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b279/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/le=>github.com/klauspost/compress@v1.18.0/internal/le;$WORK/b279=>" -p github.com/klauspost/compress/internal/le -lang=go1.22 -complete -installsuffix shared -buildid jFqXVdQP4HIwXfGmCd4f/jFqXVdQP4HIwXfGmCd4f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b279/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/le/le.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/le/unsafe_enabled.go
2025-08-20T21:54:07.6080934Z [00:02:50.317]➜  go tool buildid -w $WORK/b267/_pkg_.a # internal
2025-08-20T21:54:07.6084160Z [00:02:50.318]➜  cp $WORK/b267/_pkg_.a /root/.cache/go-build/33/33bce22d3f71d73cfe2a910a004ea7128a9a27f38913f058c074c94197c39446-d # internal
2025-08-20T21:54:07.6084814Z [00:02:50.318]➜  github.com/pierrec/lz4/v4/internal/lz4errors
2025-08-20T21:54:07.6085134Z [00:02:50.318]➜  mkdir -p $WORK/b284/
2025-08-20T21:54:07.6085480Z [00:02:50.318]➜  echo '# import config' > $WORK/b284/importcfg # internal
2025-08-20T21:54:07.6087767Z [00:02:50.318]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b284/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4errors=>github.com/pierrec/lz4/v4@v4.1.21/internal/lz4errors;$WORK/b284=>" -p github.com/pierrec/lz4/v4/internal/lz4errors -lang=go1.14 -complete -installsuffix shared -buildid Gpyt-5y4EDePLIJIJnvh/Gpyt-5y4EDePLIJIJnvh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b284/importcfg -pack /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4errors/errors.go
2025-08-20T21:54:07.6096201Z [00:02:50.319]➜  go tool buildid -w $WORK/b264/_pkg_.a # internal
2025-08-20T21:54:07.6100068Z [00:02:50.319]➜  cp $WORK/b264/_pkg_.a /root/.cache/go-build/a2/a2fecc12085af943663be4777194a2f6219e7e6229e625b11700680493a22e0f-d # internal
2025-08-20T21:54:07.6101479Z [00:02:50.319]➜  github.com/ulikunitz/xz/internal/hash
2025-08-20T21:54:07.6102617Z [00:02:50.320]➜  mkdir -p $WORK/b289/
2025-08-20T21:54:07.6103009Z [00:02:50.320]➜  echo '# import config' > $WORK/b289/importcfg # internal
2025-08-20T21:54:07.6105849Z [00:02:50.320]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b289/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/internal/hash=>github.com/ulikunitz/xz@v0.5.12/internal/hash;$WORK/b289=>" -p github.com/ulikunitz/xz/internal/hash -lang=go1.12 -complete -installsuffix shared -buildid JvIjaH5dl5ihFdvfn-dq/JvIjaH5dl5ihFdvfn-dq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b289/importcfg -pack /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/internal/hash/cyclic_poly.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/internal/hash/doc.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/internal/hash/rabin_karp.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/internal/hash/roller.go
2025-08-20T21:54:07.6162825Z [00:02:50.326]➜  go tool buildid -w $WORK/b279/_pkg_.a # internal
2025-08-20T21:54:07.6170634Z [00:02:50.326]➜  cp $WORK/b279/_pkg_.a /root/.cache/go-build/12/12aa5233875525288d813846368685b0430a7931846783c8dc4e96027ea79b15-d # internal
2025-08-20T21:54:07.6171943Z [00:02:50.327]➜  github.com/klauspost/compress
2025-08-20T21:54:07.6172608Z [00:02:50.327]➜  mkdir -p $WORK/b295/
2025-08-20T21:54:07.6175826Z [00:02:50.327]➜  cat >/tmp/go-build3999932643/b295/importcfg << 'EOF' # internal
2025-08-20T21:54:07.6176186Z [00:02:50.327]➜  # import config
2025-08-20T21:54:07.6176544Z [00:02:50.327]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:07.6176847Z [00:02:50.327]➜  EOF
2025-08-20T21:54:07.6181220Z [00:02:50.327]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b295/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0=>github.com/klauspost/compress@v1.18.0;$WORK/b295=>" -p github.com/klauspost/compress -lang=go1.22 -complete -installsuffix shared -buildid HEadWJC1Ujr3UqpsCrLy/HEadWJC1Ujr3UqpsCrLy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b295/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/compressible.go
2025-08-20T21:54:07.6223336Z [00:02:50.332]➜  go tool buildid -w $WORK/b284/_pkg_.a # internal
2025-08-20T21:54:07.6227651Z [00:02:50.332]➜  cp $WORK/b284/_pkg_.a /root/.cache/go-build/95/9546c6659bf76554ffdc63898491168b4e0de4ef0f71bcf06e23864c8b0dfee8-d # internal
2025-08-20T21:54:07.6228876Z [00:02:50.332]➜  github.com/bodgit/windows
2025-08-20T21:54:07.6229216Z [00:02:50.332]➜  mkdir -p $WORK/b300/
2025-08-20T21:54:07.6230421Z [00:02:50.332]➜  echo '# import config' > $WORK/b300/importcfg # internal
2025-08-20T21:54:07.6233251Z [00:02:50.333]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b300/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/windows@v1.0.1=>github.com/bodgit/windows@v1.0.1;$WORK/b300=>" -p github.com/bodgit/windows -lang=go1.13 -complete -installsuffix shared -buildid zXW47Hc1m17E8s7WPslc/zXW47Hc1m17E8s7WPslc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b300/importcfg -pack /root/go/pkg/mod/github.com/bodgit/windows@v1.0.1/filetime.go
2025-08-20T21:54:07.6308117Z [00:02:50.340]➜  go tool buildid -w $WORK/b289/_pkg_.a # internal
2025-08-20T21:54:07.6312164Z [00:02:50.341]➜  cp $WORK/b289/_pkg_.a /root/.cache/go-build/bb/bb3087e2af73c4d984a4b1c0736b9ffc51c9fa40bf4d883111d8b06a1df8e212-d # internal
2025-08-20T21:54:07.6334502Z [00:02:50.343]➜  go tool buildid -w $WORK/b300/_pkg_.a # internal
2025-08-20T21:54:07.6334931Z [00:02:50.343]➜  github.com/dsnet/compress/bzip2/internal/sais
2025-08-20T21:54:07.6336136Z [00:02:50.343]➜  mkdir -p $WORK/b304/
2025-08-20T21:54:07.6337275Z [00:02:50.343]➜  echo '# import config' > $WORK/b304/importcfg # internal
2025-08-20T21:54:07.6340793Z [00:02:50.343]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b304/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/internal/sais=>github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/internal/sais;$WORK/b304=>" -p github.com/dsnet/compress/bzip2/internal/sais -lang=go1.9 -complete -installsuffix shared -buildid mvnioT_E50D2Y35VueHZ/mvnioT_E50D2Y35VueHZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b304/importcfg -pack /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/internal/sais/common.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/internal/sais/sais_byte.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/internal/sais/sais_int.go
2025-08-20T21:54:07.6347785Z [00:02:50.344]➜  cp $WORK/b300/_pkg_.a /root/.cache/go-build/51/5193c4071d5882bfac939e3e18798d69b6adbb2efd79e487e496ec82f33e1768-d # internal
2025-08-20T21:54:07.6349499Z [00:02:50.344]➜  github.com/dsnet/compress/internal
2025-08-20T21:54:07.6349826Z [00:02:50.344]➜  mkdir -p $WORK/b305/
2025-08-20T21:54:07.6350174Z [00:02:50.344]➜  echo '# import config' > $WORK/b305/importcfg # internal
2025-08-20T21:54:07.6353897Z [00:02:50.344]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b305/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal=>github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal;$WORK/b305=>" -p github.com/dsnet/compress/internal -lang=go1.9 -complete -installsuffix shared -buildid _ynCV6FP12YrpkNGkJ6G/_ynCV6FP12YrpkNGkJ6G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b305/importcfg -pack /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/common.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/release.go
2025-08-20T21:54:07.6370992Z [00:02:50.346]➜  go tool buildid -w $WORK/b295/_pkg_.a # internal
2025-08-20T21:54:07.6375925Z [00:02:50.347]➜  cp $WORK/b295/_pkg_.a /root/.cache/go-build/7c/7cddddae1b766dbc622ec99aa078e4953fdfc27e0173d82889df004a242c1b6e-d # internal
2025-08-20T21:54:07.6377686Z [00:02:50.347]➜  github.com/klauspost/compress/internal/race
2025-08-20T21:54:07.6378103Z [00:02:50.347]➜  mkdir -p $WORK/b311/
2025-08-20T21:54:07.6383571Z [00:02:50.348]➜  echo '# import config' > $WORK/b311/importcfg # internal
2025-08-20T21:54:07.6386476Z [00:02:50.348]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b311/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/race=>github.com/klauspost/compress@v1.18.0/internal/race;$WORK/b311=>" -p github.com/klauspost/compress/internal/race -lang=go1.22 -complete -installsuffix shared -buildid Hxe4XEfKtMjALUcX7soi/Hxe4XEfKtMjALUcX7soi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b311/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/race/norace.go
2025-08-20T21:54:07.6453414Z [00:02:50.355]➜  go tool buildid -w $WORK/b311/_pkg_.a # internal
2025-08-20T21:54:07.6465496Z [00:02:50.356]➜  cp $WORK/b311/_pkg_.a /root/.cache/go-build/c7/c794a777c57e55a330b02af1d9a395dda9281e67aeed56fc141db991952f7c65-d # internal
2025-08-20T21:54:07.6466147Z [00:02:50.356]➜  github.com/Mzack9999/gcache/internal/list
2025-08-20T21:54:07.6466497Z [00:02:50.356]➜  mkdir -p $WORK/b343/
2025-08-20T21:54:07.6466850Z [00:02:50.356]➜  echo '# import config' > $WORK/b343/importcfg # internal
2025-08-20T21:54:07.6469473Z [00:02:50.356]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b343/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!mzack9999/gcache@v0.0.0-20230410081825-519e28eab057/internal/list=>github.com/Mzack9999/gcache@v0.0.0-20230410081825-519e28eab057/internal/list;$WORK/b343=>" -p github.com/Mzack9999/gcache/internal/list -lang=go1.19 -complete -installsuffix shared -buildid ie77BbZ0RicL4zPEF6-S/ie77BbZ0RicL4zPEF6-S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b343/importcfg -pack /root/go/pkg/mod/github.com/!mzack9999/gcache@v0.0.0-20230410081825-519e28eab057/internal/list/list.go
2025-08-20T21:54:07.6484517Z [00:02:50.358]➜  go tool buildid -w $WORK/b305/_pkg_.a # internal
2025-08-20T21:54:07.6491442Z [00:02:50.358]➜  cp $WORK/b305/_pkg_.a /root/.cache/go-build/ed/edd9fd814519f7800e4e9065e74b86f22005683e8a4be0a69eec446943c59fa1-d # internal
2025-08-20T21:54:07.6492196Z [00:02:50.358]➜  golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:54:07.6493385Z [00:02:50.359]➜  mkdir -p $WORK/b354/
2025-08-20T21:54:07.6498229Z [00:02:50.359]➜  echo '# import config' > $WORK/b354/importcfg # internal
2025-08-20T21:54:07.6501124Z [00:02:50.359]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b354/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/cryptobyte/asn1=>golang.org/x/crypto@v0.39.0/cryptobyte/asn1;$WORK/b354=>" -p golang.org/x/crypto/cryptobyte/asn1 -lang=go1.23 -complete -installsuffix shared -buildid bdiv31tqcLf-DbCrwCwB/bdiv31tqcLf-DbCrwCwB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b354/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/cryptobyte/asn1/asn1.go
2025-08-20T21:54:07.6586520Z [00:02:50.368]➜  go tool buildid -w $WORK/b354/_pkg_.a # internal
2025-08-20T21:54:07.6610080Z [00:02:50.370]➜  cp $WORK/b354/_pkg_.a /root/.cache/go-build/ac/ac01e34e264ad46d84126426a1ea7f4b87c26088ae16e0fd118ac09aa4abe37c-d # internal
2025-08-20T21:54:07.6611452Z [00:02:50.370]➜  github.com/cloudflare/circl/pke/kyber/internal/common/params
2025-08-20T21:54:07.6612601Z [00:02:50.370]➜  mkdir -p $WORK/b363/
2025-08-20T21:54:07.6613446Z [00:02:50.370]➜  go tool buildid -w $WORK/b343/_pkg_.a # internal
2025-08-20T21:54:07.6614181Z [00:02:50.370]➜  cp $WORK/b343/_pkg_.a /root/.cache/go-build/c7/c759d3d284dea1d18d96501af42ef4b4d565d6af9391582ac4c80bcd74216d0b-d # internal
2025-08-20T21:54:07.6614802Z [00:02:50.370]➜  golang.org/x/crypto/internal/alias
2025-08-20T21:54:07.6615097Z [00:02:50.370]➜  mkdir -p $WORK/b370/
2025-08-20T21:54:07.6615444Z [00:02:50.370]➜  echo '# import config' > $WORK/b370/importcfg # internal
2025-08-20T21:54:07.6617896Z [00:02:50.370]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b370/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/internal/alias=>golang.org/x/crypto@v0.39.0/internal/alias;$WORK/b370=>" -p golang.org/x/crypto/internal/alias -lang=go1.23 -complete -installsuffix shared -buildid ImGAPpIuSDXQetzoWIkd/ImGAPpIuSDXQetzoWIkd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b370/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/internal/alias/alias.go
2025-08-20T21:54:07.6619721Z [00:02:50.370]➜  echo '# import config' > $WORK/b363/importcfg # internal
2025-08-20T21:54:07.6622159Z [00:02:50.370]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b363/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pke/kyber/internal/common/params=>github.com/cloudflare/circl@v1.6.1/pke/kyber/internal/common/params;$WORK/b363=>" -p github.com/cloudflare/circl/pke/kyber/internal/common/params -lang=go1.22 -complete -installsuffix shared -buildid yGGf3l9G9WXe38vEpEHU/yGGf3l9G9WXe38vEpEHU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b363/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pke/kyber/internal/common/params/params.go
2025-08-20T21:54:07.6708374Z [00:02:50.380]➜  go tool buildid -w $WORK/b370/_pkg_.a # internal
2025-08-20T21:54:07.6715516Z [00:02:50.381]➜  cp $WORK/b370/_pkg_.a /root/.cache/go-build/a3/a31c2214de83eac8419e5a222612b72eeae71c8e251f7db27969b2eada6b9643-d # internal
2025-08-20T21:54:07.6716247Z [00:02:50.381]➜  github.com/cloudflare/circl/sign/internal/dilithium/params
2025-08-20T21:54:07.6716615Z [00:02:50.381]➜  mkdir -p $WORK/b379/
2025-08-20T21:54:07.6717326Z [00:02:50.381]➜  echo '# import config' > $WORK/b379/importcfg # internal
2025-08-20T21:54:07.6719914Z [00:02:50.381]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b379/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/internal/dilithium/params=>github.com/cloudflare/circl@v1.6.1/sign/internal/dilithium/params;$WORK/b379=>" -p github.com/cloudflare/circl/sign/internal/dilithium/params -lang=go1.22 -complete -installsuffix shared -buildid F6k7m0t84Ri3xjplYXBh/F6k7m0t84Ri3xjplYXBh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b379/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/internal/dilithium/params/params.go
2025-08-20T21:54:07.6787795Z [00:02:50.388]➜  go tool buildid -w $WORK/b379/_pkg_.a # internal
2025-08-20T21:54:07.6791906Z [00:02:50.388]➜  cp $WORK/b379/_pkg_.a /root/.cache/go-build/99/9916f1dc609c81fa958519c9d3dd0f05ded03a3b5591caa9c2e17c3ae88580f1-d # internal
2025-08-20T21:54:07.6795628Z [00:02:50.389]➜  github.com/cloudflare/circl/sign/internal/dilithium
2025-08-20T21:54:07.6796029Z [00:02:50.389]➜  mkdir -p $WORK/b378/
2025-08-20T21:54:07.6800180Z [00:02:50.389]➜  cat >/tmp/go-build3999932643/b378/importcfg << 'EOF' # internal
2025-08-20T21:54:07.6801924Z [00:02:50.389]➜  # import config
2025-08-20T21:54:07.6802508Z [00:02:50.389]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium/params=/tmp/go-build3999932643/b379/_pkg_.a
2025-08-20T21:54:07.6803010Z [00:02:50.389]➜  EOF
2025-08-20T21:54:07.6806913Z [00:02:50.390]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b378/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/internal/dilithium=>github.com/cloudflare/circl@v1.6.1/sign/internal/dilithium;$WORK/b378=>" -p github.com/cloudflare/circl/sign/internal/dilithium -lang=go1.22 -complete -installsuffix shared -buildid FVJNFCFAiX5GAa3HTJ80/FVJNFCFAiX5GAa3HTJ80 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b378/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/internal/dilithium/field.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/internal/dilithium/generic.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/internal/dilithium/ntt.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/internal/dilithium/pack.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/internal/dilithium/params.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/internal/dilithium/poly.go
2025-08-20T21:54:07.6833426Z [00:02:50.393]➜  go tool buildid -w $WORK/b363/_pkg_.a # internal
2025-08-20T21:54:07.6839487Z [00:02:50.393]➜  cp $WORK/b363/_pkg_.a /root/.cache/go-build/41/41aee7b33550eb7205ceb2cd102fd5030647b08835f6bcc6b1f0936a98d5adba-d # internal
2025-08-20T21:54:07.6848112Z [00:02:50.394]➜  github.com/refraction-networking/utls/dicttls
2025-08-20T21:54:07.6848470Z [00:02:50.394]➜  mkdir -p $WORK/b397/
2025-08-20T21:54:07.6854768Z [00:02:50.395]➜  echo '# import config' > $WORK/b397/importcfg # internal
2025-08-20T21:54:07.6874748Z [00:02:50.395]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b397/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls=>github.com/refraction-networking/utls@v1.7.1/dicttls;$WORK/b397=>" -p github.com/refraction-networking/utls/dicttls -lang=go1.24 -complete -installsuffix shared -buildid x36QTkOFfNeuylxR0Xqu/x36QTkOFfNeuylxR0Xqu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b397/importcfg -pack /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/alerts.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/authorization_data_formats.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/cachedinformationtype_values.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/certificate_compression_algorithm_ids.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/certificate_status_types.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/certificte_types.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/cipher_suites.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/clientcertificatetype_identifiers.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/comp_meth_ids.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/contenttype.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/ec_curve_types.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/ec_point_formats.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/exttype_values.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/handshaketype.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/hashalgorithm.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/heartbeat_message_types.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/heartbeat_mode.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/hpke_aead_identifiers.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/hpke_kdf_identifiers.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/hpke_kem_identifiers.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/psk_key_exchange_mode.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/quic_frame_types.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/quic_transport_error_codes.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/quic_transport_parameters.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/signaturealgorithm.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/signaturescheme.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/supplemental_data_formats.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/supported_groups.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/dicttls/usermappingtype_values.go
2025-08-20T21:54:07.6907193Z [00:02:50.398]➜  go tool buildid -w $WORK/b304/_pkg_.a # internal
2025-08-20T21:54:07.6908087Z [00:02:50.398]➜  cp $WORK/b304/_pkg_.a /root/.cache/go-build/e3/e3aecd6f555fdc56c96bfd1a21e3216dc2c40ac98d49ad38deb0dfba68ae3400-d # internal
2025-08-20T21:54:07.6908752Z [00:02:50.398]➜  github.com/refraction-networking/utls/internal/byteorder
2025-08-20T21:54:07.6909108Z [00:02:50.399]➜  mkdir -p $WORK/b399/
2025-08-20T21:54:07.6909452Z [00:02:50.399]➜  echo '# import config' > $WORK/b399/importcfg # internal
2025-08-20T21:54:07.6912040Z [00:02:50.400]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b399/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/internal/byteorder=>github.com/refraction-networking/utls@v1.7.1/internal/byteorder;$WORK/b399=>" -p github.com/refraction-networking/utls/internal/byteorder -lang=go1.24 -complete -installsuffix shared -buildid RGzxn62yLftYgB-gbuAR/RGzxn62yLftYgB-gbuAR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b399/importcfg -pack /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/internal/byteorder/byteorder.go
2025-08-20T21:54:07.7158508Z [00:02:50.424]➜  go tool buildid -w $WORK/b378/_pkg_.a # internal
2025-08-20T21:54:07.7159971Z [00:02:50.425]➜  go tool buildid -w $WORK/b399/_pkg_.a # internal
2025-08-20T21:54:07.7160691Z [00:02:50.425]➜  cp $WORK/b399/_pkg_.a /root/.cache/go-build/6a/6a039be5ae1bf6952eedb4c09fb91b69c7e7c4eeda69e7de7180f0d4cd59f38c-d # internal
2025-08-20T21:54:07.7161382Z [00:02:50.425]➜  github.com/refraction-networking/utls/internal/fips140tls
2025-08-20T21:54:07.7161740Z [00:02:50.425]➜  mkdir -p $WORK/b400/
2025-08-20T21:54:07.7162085Z [00:02:50.425]➜  echo '# import config' > $WORK/b400/importcfg # internal
2025-08-20T21:54:07.7164451Z [00:02:50.425]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b400/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/internal/fips140tls=>github.com/refraction-networking/utls@v1.7.1/internal/fips140tls;$WORK/b400=>" -p github.com/refraction-networking/utls/internal/fips140tls -lang=go1.24 -complete -installsuffix shared -buildid iz4ykymKJeBLU_bMP1lS/iz4ykymKJeBLU_bMP1lS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b400/importcfg -pack /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/internal/fips140tls/fipstls.go
2025-08-20T21:54:07.7169596Z [00:02:50.426]➜  cp $WORK/b378/_pkg_.a /root/.cache/go-build/08/08cf71c44e74dc14e78a7eae81e79ddc14284848e8480486e5bbd916c5a5a40a-d # internal
2025-08-20T21:54:07.7170192Z [00:02:50.426]➜  github.com/tidwall/tinyqueue
2025-08-20T21:54:07.7170480Z [00:02:50.426]➜  mkdir -p $WORK/b435/
2025-08-20T21:54:07.7170824Z [00:02:50.426]➜  echo '# import config' > $WORK/b435/importcfg # internal
2025-08-20T21:54:07.7172704Z [00:02:50.426]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b435/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tidwall/tinyqueue@v0.1.1=>github.com/tidwall/tinyqueue@v0.1.1;$WORK/b435=>" -p github.com/tidwall/tinyqueue -lang=go1.15 -complete -installsuffix shared -buildid QhI9MgWH8OpqyZ-0cOuW/QhI9MgWH8OpqyZ-0cOuW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b435/importcfg -pack /root/go/pkg/mod/github.com/tidwall/tinyqueue@v0.1.1/tinyqueue.go
2025-08-20T21:54:07.7268171Z [00:02:50.436]➜  go tool buildid -w $WORK/b400/_pkg_.a # internal
2025-08-20T21:54:07.7273041Z [00:02:50.437]➜  cp $WORK/b400/_pkg_.a /root/.cache/go-build/20/20ac2ab04ae9361c44c088ce2ab29e563c6dcd6135f118a78f8d84b52aae3a94-d # internal
2025-08-20T21:54:07.7275134Z [00:02:50.437]➜  github.com/gaissmai/bart/internal/art
2025-08-20T21:54:07.7276467Z [00:02:50.437]➜  mkdir -p $WORK/b443/
2025-08-20T21:54:07.7281004Z [00:02:50.437]➜  cat >/tmp/go-build3999932643/b443/importcfg << 'EOF' # internal
2025-08-20T21:54:07.7281916Z [00:02:50.437]➜  # import config
2025-08-20T21:54:07.7282401Z [00:02:50.437]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:07.7283757Z [00:02:50.437]➜  EOF
2025-08-20T21:54:07.7285708Z [00:02:50.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b443/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gaissmai/bart@v0.20.5/internal/art=>github.com/gaissmai/bart@v0.20.5/internal/art;$WORK/b443=>" -p github.com/gaissmai/bart/internal/art -lang=go1.23 -complete -installsuffix shared -buildid 2_0mpitDXgWmvE3tm5ht/2_0mpitDXgWmvE3tm5ht -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b443/importcfg -pack /root/go/pkg/mod/github.com/gaissmai/bart@v0.20.5/internal/art/base_index.go
2025-08-20T21:54:07.7359203Z [00:02:50.445]➜  go tool buildid -w $WORK/b397/_pkg_.a # internal
2025-08-20T21:54:07.7377484Z [00:02:50.447]➜  cp $WORK/b397/_pkg_.a /root/.cache/go-build/e7/e7a191ed68b14fd943c9da31872f551afd58d3eb748c30038a173fb9ed7253d1-d # internal
2025-08-20T21:54:07.7378794Z [00:02:50.447]➜  github.com/zmap/zcrypto/cryptobyte/asn1
2025-08-20T21:54:07.7379203Z [00:02:50.447]➜  mkdir -p $WORK/b462/
2025-08-20T21:54:07.7379580Z [00:02:50.447]➜  echo '# import config' > $WORK/b462/importcfg # internal
2025-08-20T21:54:07.7381949Z [00:02:50.447]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b462/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/cryptobyte/asn1=>github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/cryptobyte/asn1;$WORK/b462=>" -p github.com/zmap/zcrypto/cryptobyte/asn1 -lang=go1.16 -complete -installsuffix shared -buildid R4MVVtyQv880-iIP5Fwv/R4MVVtyQv880-iIP5Fwv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b462/importcfg -pack /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/cryptobyte/asn1/asn1.go
2025-08-20T21:54:07.7384969Z [00:02:50.448]➜  go tool buildid -w $WORK/b443/_pkg_.a # internal
2025-08-20T21:54:07.7385661Z [00:02:50.448]➜  cp $WORK/b443/_pkg_.a /root/.cache/go-build/fc/fc5cd3429ab5b98084efda1fa4dfe2d773e87ca04231d594e4dda1def89cbfce-d # internal
2025-08-20T21:54:07.7391140Z [00:02:50.448]➜  go tool buildid -w $WORK/b435/_pkg_.a # internal
2025-08-20T21:54:07.7393008Z [00:02:50.449]➜  github.com/projectdiscovery/utils/ptr
2025-08-20T21:54:07.7393834Z [00:02:50.449]➜  mkdir -p $WORK/b468/
2025-08-20T21:54:07.7396333Z [00:02:50.449]➜  cp $WORK/b435/_pkg_.a /root/.cache/go-build/04/047d5cf2b4d5b26f7b4d5e2934c33bc9dbeb97de01b134beaf353f43048eb90d-d # internal
2025-08-20T21:54:07.7398955Z [00:02:50.449]➜  echo '# import config' > $WORK/b468/importcfg # internal
2025-08-20T21:54:07.7401504Z [00:02:50.449]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b468/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/ptr=>github.com/projectdiscovery/utils@v0.4.23/ptr;$WORK/b468=>" -p github.com/projectdiscovery/utils/ptr -lang=go1.24 -complete -installsuffix shared -buildid kPFkjdF3nHsJTC_z06z7/kPFkjdF3nHsJTC_z06z7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b468/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/ptr/ptr.go
2025-08-20T21:54:07.7410107Z [00:02:50.450]➜  github.com/tidwall/rtred/base
2025-08-20T21:54:07.7410639Z [00:02:50.450]➜  mkdir -p $WORK/b434/
2025-08-20T21:54:07.7412083Z [00:02:50.451]➜  cat >/tmp/go-build3999932643/b434/importcfg << 'EOF' # internal
2025-08-20T21:54:07.7412440Z [00:02:50.451]➜  # import config
2025-08-20T21:54:07.7412861Z [00:02:50.451]➜  packagefile github.com/tidwall/tinyqueue=/tmp/go-build3999932643/b435/_pkg_.a
2025-08-20T21:54:07.7413897Z [00:02:50.451]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:07.7414216Z [00:02:50.451]➜  EOF
2025-08-20T21:54:07.7416417Z [00:02:50.451]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b434/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tidwall/rtred@v0.1.2/base=>github.com/tidwall/rtred@v0.1.2/base;$WORK/b434=>" -p github.com/tidwall/rtred/base -lang=go1.15 -complete -installsuffix shared -buildid P4zVUYQGB6_03wLIxEL5/P4zVUYQGB6_03wLIxEL5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b434/importcfg -pack /root/go/pkg/mod/github.com/tidwall/rtred@v0.1.2/base/knn.go /root/go/pkg/mod/github.com/tidwall/rtred@v0.1.2/base/load.go /root/go/pkg/mod/github.com/tidwall/rtred@v0.1.2/base/rtree.go
2025-08-20T21:54:07.7484031Z [00:02:50.458]➜  go tool buildid -w $WORK/b468/_pkg_.a # internal
2025-08-20T21:54:07.7484757Z [00:02:50.458]➜  cp $WORK/b468/_pkg_.a /root/.cache/go-build/c6/c63564a66cf53474b55fd59a90a342c2f89ead75c49911fdd393c14cc9390a1d-d # internal
2025-08-20T21:54:07.7485297Z [00:02:50.458]➜  image/color
2025-08-20T21:54:07.7485542Z [00:02:50.458]➜  mkdir -p $WORK/b497/
2025-08-20T21:54:07.7486198Z [00:02:50.458]➜  echo '# import config' > $WORK/b497/importcfg # internal
2025-08-20T21:54:07.7488209Z [00:02:50.458]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b497/_pkg_.a -trimpath "/root/.go/src/image/color=>image/color;$WORK/b497=>" -p image/color -lang=go1.25 -std -complete -installsuffix shared -buildid ol6SQl3dUtPQvnKtBlUM/ol6SQl3dUtPQvnKtBlUM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b497/importcfg -pack /root/.go/src/image/color/color.go /root/.go/src/image/color/ycbcr.go
2025-08-20T21:54:07.7516013Z [00:02:50.461]➜  go tool buildid -w $WORK/b462/_pkg_.a # internal
2025-08-20T21:54:07.7557616Z [00:02:50.465]➜  cp $WORK/b462/_pkg_.a /root/.cache/go-build/3d/3d140d1c76ff060cde874605df98f70aa4b868590b9af9ef8de019c9e46dfc89-d # internal
2025-08-20T21:54:07.7558328Z [00:02:50.465]➜  github.com/charmbracelet/x/ansi/parser
2025-08-20T21:54:07.7558648Z [00:02:50.465]➜  mkdir -p $WORK/b499/
2025-08-20T21:54:07.7559020Z [00:02:50.465]➜  cat >/tmp/go-build3999932643/b499/importcfg << 'EOF' # internal
2025-08-20T21:54:07.7559383Z [00:02:50.465]➜  # import config
2025-08-20T21:54:07.7559714Z [00:02:50.465]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:07.7560022Z [00:02:50.465]➜  EOF
2025-08-20T21:54:07.7565459Z [00:02:50.465]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b499/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/parser=>github.com/charmbracelet/x/ansi@v0.8.0/parser;$WORK/b499=>" -p github.com/charmbracelet/x/ansi/parser -lang=go1.18 -complete -installsuffix shared -buildid DkTVe7UWLcnAG72Q_dM8/DkTVe7UWLcnAG72Q_dM8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b499/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/parser/const.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/parser/seq.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/parser/transition_table.go
2025-08-20T21:54:07.7773353Z [00:02:50.486]➜  go tool buildid -w $WORK/b497/_pkg_.a # internal
2025-08-20T21:54:07.7775097Z [00:02:50.487]➜  cp $WORK/b497/_pkg_.a /root/.cache/go-build/e5/e53045bc2ec97b559155d1c5e6dc9a06ce1d46c8809e605557703b51aa03b9a4-d # internal
2025-08-20T21:54:07.7776868Z [00:02:50.487]➜  github.com/rivo/uniseg
2025-08-20T21:54:07.7777159Z [00:02:50.487]➜  mkdir -p $WORK/b502/
2025-08-20T21:54:07.7778730Z [00:02:50.487]➜  cat >/tmp/go-build3999932643/b502/importcfg << 'EOF' # internal
2025-08-20T21:54:07.7779528Z [00:02:50.487]➜  # import config
2025-08-20T21:54:07.7779935Z [00:02:50.487]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:07.7780271Z [00:02:50.487]➜  EOF
2025-08-20T21:54:07.7785980Z [00:02:50.487]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b502/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7=>github.com/rivo/uniseg@v0.4.7;$WORK/b502=>" -p github.com/rivo/uniseg -lang=go1.18 -complete -installsuffix shared -buildid _Ij5HmOVJjd14q5M5JOk/_Ij5HmOVJjd14q5M5JOk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b502/importcfg -pack /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/doc.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/eastasianwidth.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/emojipresentation.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/grapheme.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/graphemeproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/graphemerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/line.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/lineproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/linerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/properties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/sentence.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/sentenceproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/sentencerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/step.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/width.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/word.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/wordproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/wordrules.go
2025-08-20T21:54:07.8064288Z [00:02:50.516]➜  go tool buildid -w $WORK/b434/_pkg_.a # internal
2025-08-20T21:54:07.8075020Z [00:02:50.516]➜  cp $WORK/b434/_pkg_.a /root/.cache/go-build/1b/1bf04735bffdaa71c0634bc2e3689ed6c5a0b3e5a6d62493c4240083436b06fd-d # internal
2025-08-20T21:54:07.8075788Z [00:02:50.517]➜  github.com/charmbracelet/x/exp/slice
2025-08-20T21:54:07.8076100Z [00:02:50.517]➜  mkdir -p $WORK/b513/
2025-08-20T21:54:07.8076445Z [00:02:50.517]➜  echo '# import config' > $WORK/b513/importcfg # internal
2025-08-20T21:54:07.8082580Z [00:02:50.517]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b513/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/exp/slice@v0.0.0-20250327172914-2fdc97757edf=>github.com/charmbracelet/x/exp/slice@v0.0.0-20250327172914-2fdc97757edf;$WORK/b513=>" -p github.com/charmbracelet/x/exp/slice -lang=go1.19 -complete -installsuffix shared -buildid zrCSQt9tyTfR0l4w8Kh2/zrCSQt9tyTfR0l4w8Kh2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b513/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/exp/slice@v0.0.0-20250327172914-2fdc97757edf/slice.go
2025-08-20T21:54:07.8128362Z [00:02:50.522]➜  go tool buildid -w $WORK/b499/_pkg_.a # internal
2025-08-20T21:54:07.8134988Z [00:02:50.523]➜  cp $WORK/b499/_pkg_.a /root/.cache/go-build/81/812361f2ec8441d0246f76ee0a93f649dfdbeebeea70f98a80ea1a7a880748ff-d # internal
2025-08-20T21:54:07.8137299Z [00:02:50.523]➜  github.com/VividCortex/ewma
2025-08-20T21:54:07.8137743Z [00:02:50.523]➜  mkdir -p $WORK/b538/
2025-08-20T21:54:07.8138097Z [00:02:50.523]➜  echo '# import config' > $WORK/b538/importcfg # internal
2025-08-20T21:54:07.8139969Z [00:02:50.523]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b538/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!vivid!cortex/ewma@v1.2.0=>github.com/VividCortex/ewma@v1.2.0;$WORK/b538=>" -p github.com/VividCortex/ewma -lang=go1.12 -complete -installsuffix shared -buildid aXul6yw5gzwrc4OPH5kF/aXul6yw5gzwrc4OPH5kF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b538/importcfg -pack /root/go/pkg/mod/github.com/!vivid!cortex/ewma@v1.2.0/ewma.go
2025-08-20T21:54:07.8168608Z [00:02:50.524]➜  go tool buildid -w $WORK/b513/_pkg_.a # internal
2025-08-20T21:54:07.8169334Z [00:02:50.524]➜  cp $WORK/b513/_pkg_.a /root/.cache/go-build/7a/7a429efe1cb1cd62ee9a2706c92f6983ba1f0ac2aec9ea45c8e1d60a23e097cf-d # internal
2025-08-20T21:54:07.8169944Z [00:02:50.525]➜  github.com/shirou/gopsutil/v3/common
2025-08-20T21:54:07.8170250Z [00:02:50.525]➜  mkdir -p $WORK/b566/
2025-08-20T21:54:07.8170593Z [00:02:50.525]➜  echo '# import config' > $WORK/b566/importcfg # internal
2025-08-20T21:54:07.8172735Z [00:02:50.525]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b566/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.5/common=>github.com/shirou/gopsutil/v3@v3.24.5/common;$WORK/b566=>" -p github.com/shirou/gopsutil/v3/common -lang=go1.18 -complete -installsuffix shared -buildid ox8EGrhno1GzHSvRxXyt/ox8EGrhno1GzHSvRxXyt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b566/importcfg -pack /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.5/common/env.go
2025-08-20T21:54:07.8248431Z [00:02:50.534]➜  go tool buildid -w $WORK/b538/_pkg_.a # internal
2025-08-20T21:54:07.8248929Z [00:02:50.534]➜  go tool buildid -w $WORK/b566/_pkg_.a # internal
2025-08-20T21:54:07.8249615Z [00:02:50.534]➜  cp $WORK/b538/_pkg_.a /root/.cache/go-build/e6/e69e4978639e3316c3de95b3c70a1d78e6c74eb28223ba6f4f13fccf0c91b879-d # internal
2025-08-20T21:54:07.8250180Z [00:02:50.534]➜  github.com/zcalusic/sysinfo/cpuid
2025-08-20T21:54:07.8250475Z [00:02:50.534]➜  mkdir -p $WORK/b572/
2025-08-20T21:54:07.8251070Z [00:02:50.534]➜  cp $WORK/b566/_pkg_.a /root/.cache/go-build/81/81f5b12c53adf828a50827e0a4affb4f99a887e0781252e6ede6a3f9cce44149-d # internal
2025-08-20T21:54:07.8252397Z [00:02:50.535]➜  echo -n > $WORK/b572/go_asm.h # internal
2025-08-20T21:54:07.8253056Z [00:02:50.535]➜  cd /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/cpuid
2025-08-20T21:54:07.8254533Z [00:02:50.535]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/zcalusic/sysinfo/cpuid -trimpath "/root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/cpuid=>github.com/zcalusic/sysinfo@v1.0.2/cpuid;$WORK/b572=>" -I $WORK/b572/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b572/symabis ./cpuid_default.s
2025-08-20T21:54:07.8271699Z [00:02:50.536]➜  github.com/projectdiscovery/interactsh/pkg/settings
2025-08-20T21:54:07.8272148Z [00:02:50.536]➜  mkdir -p $WORK/b616/
2025-08-20T21:54:07.8272494Z [00:02:50.536]➜  echo '# import config' > $WORK/b616/importcfg # internal
2025-08-20T21:54:07.8272876Z [00:02:50.536]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:07.8279437Z [00:02:50.536]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b616/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/settings=>github.com/projectdiscovery/interactsh@v1.2.4/pkg/settings;$WORK/b616=>" -p github.com/projectdiscovery/interactsh/pkg/settings -lang=go1.21 -complete -installsuffix shared -buildid yx1DHtb97G_sbJ-lssE-/yx1DHtb97G_sbJ-lssE- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b616/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/settings/default.go
2025-08-20T21:54:07.8291188Z [00:02:50.537]➜  echo '# import config' > $WORK/b572/importcfg # internal
2025-08-20T21:54:07.8296099Z [00:02:50.538]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b572/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/cpuid=>github.com/zcalusic/sysinfo@v1.0.2/cpuid;$WORK/b572=>" -p github.com/zcalusic/sysinfo/cpuid -lang=go1.21 -installsuffix shared -buildid 7Ut9BblRW9MwKjO2ob-B/7Ut9BblRW9MwKjO2ob-B -goversion go1.25.0 -symabis $WORK/b572/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b572/importcfg -pack -asmhdr $WORK/b572/go_asm.h /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/cpuid/cpuid.go
2025-08-20T21:54:07.8349470Z [00:02:50.544]➜  cd /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/cpuid
2025-08-20T21:54:07.8351666Z [00:02:50.544]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/zcalusic/sysinfo/cpuid -trimpath "/root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/cpuid=>github.com/zcalusic/sysinfo@v1.0.2/cpuid;$WORK/b572=>" -I $WORK/b572/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b572/cpuid_default.o ./cpuid_default.s
2025-08-20T21:54:07.8371050Z [00:02:50.546]➜  go tool pack r $WORK/b572/_pkg_.a $WORK/b572/cpuid_default.o # internal
2025-08-20T21:54:07.8372343Z [00:02:50.547]➜  go tool buildid -w $WORK/b572/_pkg_.a # internal
2025-08-20T21:54:07.8378364Z [00:02:50.547]➜  cp $WORK/b572/_pkg_.a /root/.cache/go-build/07/073d9fc41781302a022c7eab5baf691c8277517b140f345dbd60fef2f402a4b1-d # internal
2025-08-20T21:54:07.8379052Z [00:02:50.547]➜  github.com/projectdiscovery/nuclei/v3/pkg/templates/extensions
2025-08-20T21:54:07.8379447Z [00:02:50.547]➜  mkdir -p $WORK/b622/
2025-08-20T21:54:07.8379789Z [00:02:50.547]➜  echo '# import config' > $WORK/b622/importcfg # internal
2025-08-20T21:54:07.8380168Z [00:02:50.547]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:07.8382351Z [00:02:50.547]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b622/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/extensions=>github.com/projectdiscovery/nuclei/v3/pkg/templates/extensions;$WORK/b622=>" -p github.com/projectdiscovery/nuclei/v3/pkg/templates/extensions -lang=go1.24 -complete -installsuffix shared -buildid PfiL9rLzjlwqRJil-1Vl/PfiL9rLzjlwqRJil-1Vl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b622/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/extensions/extensions.go
2025-08-20T21:54:07.8398760Z [00:02:50.549]➜  go tool buildid -w $WORK/b616/_pkg_.a # internal
2025-08-20T21:54:07.8408540Z [00:02:50.550]➜  cp $WORK/b616/_pkg_.a /root/.cache/go-build/b8/b8588a150a2c40e0d907fba9aeed5364a1ada533c6588c3ced5b551bfca181e5-d # internal
2025-08-20T21:54:07.8409250Z [00:02:50.550]➜  github.com/bytedance/sonic/option
2025-08-20T21:54:07.8409557Z [00:02:50.550]➜  mkdir -p $WORK/b632/
2025-08-20T21:54:07.8418062Z [00:02:50.551]➜  echo '# import config' > $WORK/b632/importcfg # internal
2025-08-20T21:54:07.8421051Z [00:02:50.551]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b632/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/option=>github.com/bytedance/sonic@v1.14.0/option;$WORK/b632=>" -p github.com/bytedance/sonic/option -lang=go1.17 -complete -installsuffix shared -buildid KGCJPgEA7NANjFoMyiQ6/KGCJPgEA7NANjFoMyiQ6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b632/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/option/option.go
2025-08-20T21:54:07.8452622Z [00:02:50.554]➜  go tool buildid -w $WORK/b622/_pkg_.a # internal
2025-08-20T21:54:07.8456119Z [00:02:50.555]➜  cp $WORK/b622/_pkg_.a /root/.cache/go-build/ff/ffe2c628910992a2cec1055967f2e3119b1f974cfb1de565c11417b494b73f19-d # internal
2025-08-20T21:54:07.8459180Z [00:02:50.555]➜  github.com/bahlo/generic-list-go
2025-08-20T21:54:07.8459673Z [00:02:50.555]➜  mkdir -p $WORK/b656/
2025-08-20T21:54:07.8460543Z [00:02:50.555]➜  echo '# import config' > $WORK/b656/importcfg # internal
2025-08-20T21:54:07.8462952Z [00:02:50.555]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b656/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bahlo/generic-list-go@v0.2.0=>github.com/bahlo/generic-list-go@v0.2.0;$WORK/b656=>" -p github.com/bahlo/generic-list-go -lang=go1.18 -complete -installsuffix shared -buildid ydP3udHjxHMEtCjiAapA/ydP3udHjxHMEtCjiAapA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b656/importcfg -pack /root/go/pkg/mod/github.com/bahlo/generic-list-go@v0.2.0/list.go
2025-08-20T21:54:07.8555762Z [00:02:50.565]➜  go tool buildid -w $WORK/b632/_pkg_.a # internal
2025-08-20T21:54:07.8561639Z [00:02:50.565]➜  cp $WORK/b632/_pkg_.a /root/.cache/go-build/f6/f66de5de1617f18e915f76404220da6a4b7ee24fdf1956d5b0cded4c647f28c3-d # internal
2025-08-20T21:54:07.8563673Z [00:02:50.566]➜  github.com/projectdiscovery/tlsx/pkg/output/stats
2025-08-20T21:54:07.8564027Z [00:02:50.566]➜  mkdir -p $WORK/b697/
2025-08-20T21:54:07.8567584Z [00:02:50.566]➜  cat >/tmp/go-build3999932643/b697/importcfg << 'EOF' # internal
2025-08-20T21:54:07.8569588Z [00:02:50.566]➜  # import config
2025-08-20T21:54:07.8569977Z [00:02:50.566]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:07.8570305Z [00:02:50.566]➜  EOF
2025-08-20T21:54:07.8573254Z [00:02:50.566]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b697/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/output/stats=>github.com/projectdiscovery/tlsx@v1.1.9/pkg/output/stats;$WORK/b697=>" -p github.com/projectdiscovery/tlsx/pkg/output/stats -lang=go1.21 -complete -installsuffix shared -buildid iP4THG8fbSInIJz1Z0ZL/iP4THG8fbSInIJz1Z0ZL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b697/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/output/stats/stats.go
2025-08-20T21:54:07.8647629Z [00:02:50.574]➜  go tool buildid -w $WORK/b656/_pkg_.a # internal
2025-08-20T21:54:07.8654113Z [00:02:50.574]➜  cp $WORK/b656/_pkg_.a /root/.cache/go-build/14/145364044bdc73d723855f6a0004bd013b08d6063a7525ddbff5fa0e0daf73ba-d # internal
2025-08-20T21:54:07.8655432Z [00:02:50.574]➜  github.com/golang/groupcache/lru
2025-08-20T21:54:07.8655974Z [00:02:50.574]➜  mkdir -p $WORK/b720/
2025-08-20T21:54:07.8656358Z [00:02:50.575]➜  cat >/tmp/go-build3999932643/b720/importcfg << 'EOF' # internal
2025-08-20T21:54:07.8656870Z [00:02:50.575]➜  # import config
2025-08-20T21:54:07.8657565Z [00:02:50.575]➜  packagefile container/list=/tmp/go-build3999932643/b106/_pkg_.a
2025-08-20T21:54:07.8658174Z [00:02:50.575]➜  EOF
2025-08-20T21:54:07.8661093Z [00:02:50.575]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b720/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/groupcache@v0.0.0-20241129210726-2c02b8208cf8/lru=>github.com/golang/groupcache@v0.0.0-20241129210726-2c02b8208cf8/lru;$WORK/b720=>" -p github.com/golang/groupcache/lru -lang=go1.20 -complete -installsuffix shared -buildid jyyNKhvqGfOaoYaF4Npb/jyyNKhvqGfOaoYaF4Npb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b720/importcfg -pack /root/go/pkg/mod/github.com/golang/groupcache@v0.0.0-20241129210726-2c02b8208cf8/lru/lru.go
2025-08-20T21:54:07.8700614Z [00:02:50.579]➜  go tool buildid -w $WORK/b697/_pkg_.a # internal
2025-08-20T21:54:07.8703431Z [00:02:50.580]➜  cp $WORK/b697/_pkg_.a /root/.cache/go-build/ca/caa9b73e985bdc317eaa8d314666c02a16de62a8e23f49fb50ad3a2043cb0899-d # internal
2025-08-20T21:54:07.8713130Z [00:02:50.581]➜  github.com/projectdiscovery/utils/unit
2025-08-20T21:54:07.8713678Z [00:02:50.581]➜  mkdir -p $WORK/b745/
2025-08-20T21:54:07.8715048Z [00:02:50.581]➜  echo '# import config' > $WORK/b745/importcfg # internal
2025-08-20T21:54:07.8717850Z [00:02:50.581]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b745/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/unit=>github.com/projectdiscovery/utils@v0.4.23/unit;$WORK/b745=>" -p github.com/projectdiscovery/utils/unit -lang=go1.24 -complete -installsuffix shared -buildid zVFLaf3wZPRLvMdolBlQ/zVFLaf3wZPRLvMdolBlQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b745/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/unit/doc.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/unit/size.go
2025-08-20T21:54:07.8842844Z [00:02:50.593]➜  go tool buildid -w $WORK/b745/_pkg_.a # internal
2025-08-20T21:54:07.8844324Z [00:02:50.593]➜  cp $WORK/b745/_pkg_.a /root/.cache/go-build/4f/4f347ad8d5a1546fa67158aeaa54ad559b7ef45e2262fee81bab67f1df60a6ae-d # internal
2025-08-20T21:54:07.8845671Z [00:02:50.593]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/marker
2025-08-20T21:54:07.8846338Z [00:02:50.593]➜  mkdir -p $WORK/b748/
2025-08-20T21:54:07.8847060Z [00:02:50.593]➜  echo '# import config' > $WORK/b748/importcfg # internal
2025-08-20T21:54:07.8870990Z [00:02:50.593]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b748/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/marker=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/marker;$WORK/b748=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/marker -lang=go1.24 -complete -installsuffix shared -buildid Nlw9uvMIYg2cJZSdV2HR/Nlw9uvMIYg2cJZSdV2HR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b748/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/marker/marker.go
2025-08-20T21:54:07.8885194Z [00:02:50.598]➜  go tool buildid -w $WORK/b720/_pkg_.a # internal
2025-08-20T21:54:07.8890286Z [00:02:50.598]➜  cp $WORK/b720/_pkg_.a /root/.cache/go-build/af/afc5b48d08e8efb38c190ad2e1bc62c50f01a19895a2cef24c6f635247a88278-d # internal
2025-08-20T21:54:07.8891180Z [00:02:50.598]➜  github.com/go-playground/locales/currency
2025-08-20T21:54:07.8891601Z [00:02:50.598]➜  mkdir -p $WORK/b806/
2025-08-20T21:54:07.8892612Z [00:02:50.598]➜  echo '# import config' > $WORK/b806/importcfg # internal
2025-08-20T21:54:07.8910521Z [00:02:50.600]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b806/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-playground/locales@v0.14.1/currency=>github.com/go-playground/locales@v0.14.1/currency;$WORK/b806=>" -p github.com/go-playground/locales/currency -lang=go1.17 -complete -installsuffix shared -buildid aFEjD8ks4uDfg9lkUIFK/aFEjD8ks4uDfg9lkUIFK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b806/importcfg -pack /root/go/pkg/mod/github.com/go-playground/locales@v0.14.1/currency/currency.go
2025-08-20T21:54:07.8992348Z [00:02:50.608]➜  go tool buildid -w $WORK/b748/_pkg_.a # internal
2025-08-20T21:54:07.8994175Z [00:02:50.609]➜  cp $WORK/b748/_pkg_.a /root/.cache/go-build/b8/b884a10f95f15baeed9668c044b8db309a5fb527a8f1021c342bdfbb6d07044a-d # internal
2025-08-20T21:54:07.8995477Z [00:02:50.609]➜  github.com/leodido/go-urn/scim/schema
2025-08-20T21:54:07.8997033Z [00:02:50.609]➜  mkdir -p $WORK/b808/
2025-08-20T21:54:07.8997580Z [00:02:50.609]➜  echo '# import config' > $WORK/b808/importcfg # internal
2025-08-20T21:54:07.8999639Z [00:02:50.609]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b808/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/leodido/go-urn@v1.4.0/scim/schema=>github.com/leodido/go-urn@v1.4.0/scim/schema;$WORK/b808=>" -p github.com/leodido/go-urn/scim/schema -lang=go1.18 -complete -installsuffix shared -buildid fuUY7bhUOOUjbVaQFeH3/fuUY7bhUOOUjbVaQFeH3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b808/importcfg -pack /root/go/pkg/mod/github.com/leodido/go-urn@v1.4.0/scim/schema/type.go
2025-08-20T21:54:07.9044606Z [00:02:50.614]➜  go tool buildid -w $WORK/b806/_pkg_.a # internal
2025-08-20T21:54:07.9051246Z [00:02:50.614]➜  cp $WORK/b806/_pkg_.a /root/.cache/go-build/aa/aac7422be5de42063f59865d69f32fecaf879d6c1e8cbc6e6f5e51d8ae405912-d # internal
2025-08-20T21:54:07.9053751Z [00:02:50.615]➜  github.com/go-rod/rod/lib/assets
2025-08-20T21:54:07.9054520Z [00:02:50.615]➜  mkdir -p $WORK/b844/
2025-08-20T21:54:07.9071931Z [00:02:50.616]➜  echo '# import config' > $WORK/b844/importcfg # internal
2025-08-20T21:54:07.9075344Z [00:02:50.616]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b844/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/assets=>github.com/go-rod/rod@v0.116.2/lib/assets;$WORK/b844=>" -p github.com/go-rod/rod/lib/assets -lang=go1.21 -complete -installsuffix shared -buildid JHe_2C7hFUdM4gW-9m8K/JHe_2C7hFUdM4gW-9m8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b844/importcfg -pack /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/assets/assets.go
2025-08-20T21:54:07.9132141Z [00:02:50.622]➜  go tool buildid -w $WORK/b808/_pkg_.a # internal
2025-08-20T21:54:07.9133709Z [00:02:50.622]➜  cp $WORK/b808/_pkg_.a /root/.cache/go-build/dd/dde5c65864a0464b0679cd59442960d81a57230b8335a1925174557a3391cac9-d # internal
2025-08-20T21:54:07.9134364Z [00:02:50.622]➜  github.com/go-rod/rod/lib/js
2025-08-20T21:54:07.9134648Z [00:02:50.623]➜  mkdir -p $WORK/b852/
2025-08-20T21:54:07.9135167Z [00:02:50.623]➜  echo '# import config' > $WORK/b852/importcfg # internal
2025-08-20T21:54:07.9137268Z [00:02:50.623]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b852/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/js=>github.com/go-rod/rod@v0.116.2/lib/js;$WORK/b852=>" -p github.com/go-rod/rod/lib/js -lang=go1.21 -complete -installsuffix shared -buildid qVuKu5SZf5tTNUB6YHbR/qVuKu5SZf5tTNUB6YHbR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b852/importcfg -pack /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/js/helper.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/js/js.go
2025-08-20T21:54:07.9189416Z [00:02:50.628]➜  go tool buildid -w $WORK/b844/_pkg_.a # internal
2025-08-20T21:54:07.9255338Z [00:02:50.635]➜  go tool buildid -w $WORK/b852/_pkg_.a # internal
2025-08-20T21:54:07.9285566Z [00:02:50.638]➜  cp $WORK/b852/_pkg_.a /root/.cache/go-build/1a/1ad894a61c130f736d2dca14d0a07db472bfc723cb0ef3c43ac15edd249e3dbe-d # internal
2025-08-20T21:54:07.9286248Z [00:02:50.638]➜  github.com/ysmood/leakless/pkg/shared
2025-08-20T21:54:07.9286555Z [00:02:50.638]➜  mkdir -p $WORK/b857/
2025-08-20T21:54:07.9290750Z [00:02:50.638]➜  echo '# import config' > $WORK/b857/importcfg # internal
2025-08-20T21:54:07.9296906Z [00:02:50.639]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b857/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ysmood/leakless@v0.9.0/pkg/shared=>github.com/ysmood/leakless@v0.9.0/pkg/shared;$WORK/b857=>" -p github.com/ysmood/leakless/pkg/shared -lang=go1.15 -complete -installsuffix shared -buildid dOxPGNHGmOAvcq5VqTHR/dOxPGNHGmOAvcq5VqTHR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b857/importcfg -pack /root/go/pkg/mod/github.com/ysmood/leakless@v0.9.0/pkg/shared/message.go /root/go/pkg/mod/github.com/ysmood/leakless@v0.9.0/pkg/shared/version.go
2025-08-20T21:54:07.9315047Z [00:02:50.640]➜  cp $WORK/b844/_pkg_.a /root/.cache/go-build/5b/5b6a60f62cce669612ed9568310bb3a164ff258e35fd6c19f2595e675cad2c48-d # internal
2025-08-20T21:54:07.9315722Z [00:02:50.640]➜  internal/gover
2025-08-20T21:54:07.9315981Z [00:02:50.640]➜  mkdir -p $WORK/b874/
2025-08-20T21:54:07.9316357Z [00:02:50.640]➜  cat >/tmp/go-build3999932643/b874/importcfg << 'EOF' # internal
2025-08-20T21:54:07.9316710Z [00:02:50.640]➜  # import config
2025-08-20T21:54:07.9317039Z [00:02:50.640]➜  packagefile cmp=/tmp/go-build3999932643/b046/_pkg_.a
2025-08-20T21:54:07.9317451Z [00:02:50.640]➜  EOF
2025-08-20T21:54:07.9318970Z [00:02:50.640]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b874/_pkg_.a -trimpath "/root/.go/src/internal/gover=>internal/gover;$WORK/b874=>" -p internal/gover -lang=go1.25 -std -complete -installsuffix shared -buildid xHNPK7C-7XGsLyT8Smup/xHNPK7C-7XGsLyT8Smup -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b874/importcfg -pack /root/.go/src/internal/gover/gover.go
2025-08-20T21:54:07.9441897Z [00:02:50.653]➜  go tool buildid -w $WORK/b857/_pkg_.a # internal
2025-08-20T21:54:07.9443415Z [00:02:50.654]➜  cp $WORK/b857/_pkg_.a /root/.cache/go-build/f3/f3f015a983f82597bf6b9b4d74f3aaf850eadbea8e38364281c7ca98cc386c54-d # internal
2025-08-20T21:54:07.9470702Z [00:02:50.656]➜  internal/goversion
2025-08-20T21:54:07.9471258Z [00:02:50.656]➜  mkdir -p $WORK/b876/
2025-08-20T21:54:07.9473049Z [00:02:50.656]➜  echo '# import config' > $WORK/b876/importcfg # internal
2025-08-20T21:54:07.9474982Z [00:02:50.656]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b876/_pkg_.a -trimpath "/root/.go/src/internal/goversion=>internal/goversion;$WORK/b876=>" -p internal/goversion -lang=go1.25 -std -complete -installsuffix shared -buildid LV3fw3zKt9pvoVZw61on/LV3fw3zKt9pvoVZw61on -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b876/importcfg -pack /root/.go/src/internal/goversion/goversion.go
2025-08-20T21:54:07.9607229Z [00:02:50.670]➜  go tool buildid -w $WORK/b874/_pkg_.a # internal
2025-08-20T21:54:07.9612907Z [00:02:50.670]➜  cp $WORK/b874/_pkg_.a /root/.cache/go-build/30/30bd2d50f067f40aea97fc8d2cc7ccee321c1a4adb459295ab42dd83ef434ff2-d # internal
2025-08-20T21:54:07.9613488Z [00:02:50.670]➜  internal/platform
2025-08-20T21:54:07.9613756Z [00:02:50.670]➜  mkdir -p $WORK/b888/
2025-08-20T21:54:07.9614105Z [00:02:50.671]➜  echo '# import config' > $WORK/b888/importcfg # internal
2025-08-20T21:54:07.9615905Z [00:02:50.671]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b888/_pkg_.a -trimpath "/root/.go/src/internal/platform=>internal/platform;$WORK/b888=>" -p internal/platform -lang=go1.25 -std -complete -installsuffix shared -buildid n1M3Gc_4bd6uEkS3n-kY/n1M3Gc_4bd6uEkS3n-kY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b888/importcfg -pack /root/.go/src/internal/platform/supported.go /root/.go/src/internal/platform/zosarch.go
2025-08-20T21:54:07.9627727Z [00:02:50.672]➜  go tool buildid -w $WORK/b876/_pkg_.a # internal
2025-08-20T21:54:07.9631031Z [00:02:50.672]➜  cp $WORK/b876/_pkg_.a /root/.cache/go-build/93/93cc6ca44fd1901c627c219694794dadc3860e312aaa073980c15c555204df8f-d # internal
2025-08-20T21:54:07.9631633Z [00:02:50.672]➜  internal/syslist
2025-08-20T21:54:07.9631890Z [00:02:50.672]➜  mkdir -p $WORK/b889/
2025-08-20T21:54:07.9632239Z [00:02:50.672]➜  echo '# import config' > $WORK/b889/importcfg # internal
2025-08-20T21:54:07.9633840Z [00:02:50.672]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b889/_pkg_.a -trimpath "/root/.go/src/internal/syslist=>internal/syslist;$WORK/b889=>" -p internal/syslist -lang=go1.25 -std -complete -installsuffix shared -buildid _j0WU0QH4RMH9GPlhGmm/_j0WU0QH4RMH9GPlhGmm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b889/importcfg -pack /root/.go/src/internal/syslist/syslist.go
2025-08-20T21:54:07.9708444Z [00:02:50.680]➜  go tool buildid -w $WORK/b502/_pkg_.a # internal
2025-08-20T21:54:07.9722247Z [00:02:50.681]➜  cp $WORK/b502/_pkg_.a /root/.cache/go-build/7f/7f11baf07beced63ee1ba1c91d16963c6126de0599b614b0c82d3d56039e1744-d # internal
2025-08-20T21:54:07.9732247Z [00:02:50.682]➜  github.com/gin-gonic/gin/internal/bytesconv
2025-08-20T21:54:07.9733819Z [00:02:50.682]➜  mkdir -p $WORK/b905/
2025-08-20T21:54:07.9734203Z [00:02:50.682]➜  echo '# import config' > $WORK/b905/importcfg # internal
2025-08-20T21:54:07.9736507Z [00:02:50.682]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b905/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/internal/bytesconv=>github.com/gin-gonic/gin@v1.9.1/internal/bytesconv;$WORK/b905=>" -p github.com/gin-gonic/gin/internal/bytesconv -lang=go1.20 -complete -installsuffix shared -buildid XBc9a2UGTDj3DPGoM72o/XBc9a2UGTDj3DPGoM72o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b905/importcfg -pack /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/internal/bytesconv/bytesconv_1.20.go
2025-08-20T21:54:07.9764853Z [00:02:50.686]➜  go tool buildid -w $WORK/b889/_pkg_.a # internal
2025-08-20T21:54:07.9769018Z [00:02:50.686]➜  cp $WORK/b889/_pkg_.a /root/.cache/go-build/0d/0d1f4d34f28cd8b76175fc11980f35e42aceea75596a4fa38d98686c9657447b-d # internal
2025-08-20T21:54:07.9769677Z [00:02:50.686]➜  github.com/pelletier/go-toml/v2/internal/characters
2025-08-20T21:54:07.9770022Z [00:02:50.686]➜  mkdir -p $WORK/b908/
2025-08-20T21:54:07.9770389Z [00:02:50.686]➜  cat >/tmp/go-build3999932643/b908/importcfg << 'EOF' # internal
2025-08-20T21:54:07.9771162Z [00:02:50.686]➜  # import config
2025-08-20T21:54:07.9771527Z [00:02:50.686]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:07.9771859Z [00:02:50.686]➜  EOF
2025-08-20T21:54:07.9774262Z [00:02:50.686]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b908/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.0.8/internal/characters=>github.com/pelletier/go-toml/v2@v2.0.8/internal/characters;$WORK/b908=>" -p github.com/pelletier/go-toml/v2/internal/characters -lang=go1.16 -complete -installsuffix shared -buildid z_u7Mh2Ur5AYcJ_r0opL/z_u7Mh2Ur5AYcJ_r0opL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b908/importcfg -pack /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.0.8/internal/characters/ascii.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.0.8/internal/characters/utf8.go
2025-08-20T21:54:07.9814583Z [00:02:50.690]➜  go tool buildid -w $WORK/b905/_pkg_.a # internal
2025-08-20T21:54:07.9818546Z [00:02:50.691]➜  cp $WORK/b905/_pkg_.a /root/.cache/go-build/a3/a328b6e268b0debe39d4638818be7a21c45bb5c3a1466781b8f97ee596a785c2-d # internal
2025-08-20T21:54:07.9821389Z [00:02:50.691]➜  google.golang.org/protobuf/internal/flags
2025-08-20T21:54:07.9821779Z [00:02:50.691]➜  mkdir -p $WORK/b921/
2025-08-20T21:54:07.9822135Z [00:02:50.691]➜  echo '# import config' > $WORK/b921/importcfg # internal
2025-08-20T21:54:07.9824577Z [00:02:50.691]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b921/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/flags=>google.golang.org/protobuf@v1.35.1/internal/flags;$WORK/b921=>" -p google.golang.org/protobuf/internal/flags -lang=go1.21 -complete -installsuffix shared -buildid 8yk47iDSI5UcJoRdYd2s/8yk47iDSI5UcJoRdYd2s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b921/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/flags/flags.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/flags/proto_legacy_disable.go
2025-08-20T21:54:07.9976542Z [00:02:50.707]➜  go tool buildid -w $WORK/b908/_pkg_.a # internal
2025-08-20T21:54:07.9983814Z [00:02:50.707]➜  cp $WORK/b908/_pkg_.a /root/.cache/go-build/e7/e750aea9e5b4fdee70786f87f178162d862fddd3a4fa0f26e65da14b407cb46e-d # internal
2025-08-20T21:54:07.9985386Z [00:02:50.707]➜  go tool buildid -w $WORK/b921/_pkg_.a # internal
2025-08-20T21:54:07.9991636Z [00:02:50.708]➜  cp $WORK/b921/_pkg_.a /root/.cache/go-build/82/826c2f09c77e99fadcf2311db466e892a54299c7ef8c0be5ba758485710e95d2-d # internal
2025-08-20T21:54:07.9992977Z [00:02:50.708]➜  github.com/jcmturner/gokrb5/v8/iana/etypeID
2025-08-20T21:54:07.9994298Z [00:02:50.708]➜  mkdir -p $WORK/b937/
2025-08-20T21:54:07.9994775Z [00:02:50.708]➜  echo '# import config' > $WORK/b937/importcfg # internal
2025-08-20T21:54:07.9996914Z [00:02:50.708]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b937/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/etypeID=>github.com/jcmturner/gokrb5/v8@v8.4.4/iana/etypeID;$WORK/b937=>" -p github.com/jcmturner/gokrb5/v8/iana/etypeID -lang=go1.16 -complete -installsuffix shared -buildid iN94z_X4h8nsx_iq9yd8/iN94z_X4h8nsx_iq9yd8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b937/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/etypeID/constants.go
2025-08-20T21:54:08.0010481Z [00:02:50.710]➜  github.com/jcmturner/gokrb5/v8/iana/nametype
2025-08-20T21:54:08.0011476Z [00:02:50.710]➜  mkdir -p $WORK/b940/
2025-08-20T21:54:08.0011879Z [00:02:50.710]➜  echo '# import config' > $WORK/b940/importcfg # internal
2025-08-20T21:54:08.0014068Z [00:02:50.710]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b940/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/nametype=>github.com/jcmturner/gokrb5/v8@v8.4.4/iana/nametype;$WORK/b940=>" -p github.com/jcmturner/gokrb5/v8/iana/nametype -lang=go1.16 -complete -installsuffix shared -buildid qwDdcRXbcy6QVfh586qi/qwDdcRXbcy6QVfh586qi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b940/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/nametype/constants.go
2025-08-20T21:54:08.0149736Z [00:02:50.724]➜  go tool buildid -w $WORK/b940/_pkg_.a # internal
2025-08-20T21:54:08.0154376Z [00:02:50.725]➜  cp $WORK/b940/_pkg_.a /root/.cache/go-build/fd/fd648c6e0e9e03f586ba5849a69f3367923d33c0bed0c0dd006e78f87731bd19-d # internal
2025-08-20T21:54:08.0165305Z [00:02:50.726]➜  github.com/jcmturner/gokrb5/v8/iana/chksumtype
2025-08-20T21:54:08.0166549Z [00:02:50.726]➜  mkdir -p $WORK/b952/
2025-08-20T21:54:08.0167022Z [00:02:50.726]➜  echo '# import config' > $WORK/b952/importcfg # internal
2025-08-20T21:54:08.0169430Z [00:02:50.726]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b952/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/chksumtype=>github.com/jcmturner/gokrb5/v8@v8.4.4/iana/chksumtype;$WORK/b952=>" -p github.com/jcmturner/gokrb5/v8/iana/chksumtype -lang=go1.16 -complete -installsuffix shared -buildid 6mwh8rGOLGByq26LEVLm/6mwh8rGOLGByq26LEVLm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b952/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/chksumtype/constants.go
2025-08-20T21:54:08.0183588Z [00:02:50.728]➜  go tool buildid -w $WORK/b937/_pkg_.a # internal
2025-08-20T21:54:08.0190165Z [00:02:50.728]➜  cp $WORK/b937/_pkg_.a /root/.cache/go-build/4b/4bdd8459d1b158c039fddce89dc3e1fcd1a51095324d1d84362b4666513f0bef-d # internal
2025-08-20T21:54:08.0198967Z [00:02:50.729]➜  github.com/jcmturner/gokrb5/v8/iana/patype
2025-08-20T21:54:08.0199845Z [00:02:50.729]➜  mkdir -p $WORK/b953/
2025-08-20T21:54:08.0204651Z [00:02:50.730]➜  echo '# import config' > $WORK/b953/importcfg # internal
2025-08-20T21:54:08.0208900Z [00:02:50.730]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b953/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/patype=>github.com/jcmturner/gokrb5/v8@v8.4.4/iana/patype;$WORK/b953=>" -p github.com/jcmturner/gokrb5/v8/iana/patype -lang=go1.16 -complete -installsuffix shared -buildid 0QVsmWgM0Gzm1jSZCF5N/0QVsmWgM0Gzm1jSZCF5N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b953/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/patype/constants.go
2025-08-20T21:54:08.0233549Z [00:02:50.732]➜  go tool buildid -w $WORK/b888/_pkg_.a # internal
2025-08-20T21:54:08.0234435Z [00:02:50.732]➜  cp $WORK/b888/_pkg_.a /root/.cache/go-build/16/167cd125c505ce005245a1b00a7d2a20347ec69269b0de06d5459603210dea63-d # internal
2025-08-20T21:54:08.0235065Z [00:02:50.733]➜  github.com/jcmturner/gokrb5/v8/iana
2025-08-20T21:54:08.0235838Z [00:02:50.733]➜  mkdir -p $WORK/b956/
2025-08-20T21:54:08.0236279Z [00:02:50.733]➜  echo '# import config' > $WORK/b956/importcfg # internal
2025-08-20T21:54:08.0239870Z [00:02:50.733]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b956/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana=>github.com/jcmturner/gokrb5/v8@v8.4.4/iana;$WORK/b956=>" -p github.com/jcmturner/gokrb5/v8/iana -lang=go1.16 -complete -installsuffix shared -buildid CJ_58wgkxuIcf_wTXG43/CJ_58wgkxuIcf_wTXG43 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b956/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/constants.go
2025-08-20T21:54:08.0267216Z [00:02:50.736]➜  go tool buildid -w $WORK/b952/_pkg_.a # internal
2025-08-20T21:54:08.0271853Z [00:02:50.737]➜  cp $WORK/b952/_pkg_.a /root/.cache/go-build/45/452b35db6e13d2f163ea20eb78d005af9268653ba0e09c54b2cfd71254b455a0-d # internal
2025-08-20T21:54:08.0280444Z [00:02:50.737]➜  github.com/jcmturner/gokrb5/v8/iana/addrtype
2025-08-20T21:54:08.0280869Z [00:02:50.737]➜  mkdir -p $WORK/b957/
2025-08-20T21:54:08.0281243Z [00:02:50.737]➜  echo '# import config' > $WORK/b957/importcfg # internal
2025-08-20T21:54:08.0285903Z [00:02:50.738]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b957/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/addrtype=>github.com/jcmturner/gokrb5/v8@v8.4.4/iana/addrtype;$WORK/b957=>" -p github.com/jcmturner/gokrb5/v8/iana/addrtype -lang=go1.16 -complete -installsuffix shared -buildid xRijql-_JZVBTcO0PKC1/xRijql-_JZVBTcO0PKC1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b957/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/addrtype/constants.go
2025-08-20T21:54:08.0347842Z [00:02:50.744]➜  go tool buildid -w $WORK/b953/_pkg_.a # internal
2025-08-20T21:54:08.0353497Z [00:02:50.745]➜  go tool buildid -w $WORK/b956/_pkg_.a # internal
2025-08-20T21:54:08.0354875Z [00:02:50.745]➜  cp $WORK/b956/_pkg_.a /root/.cache/go-build/1f/1f8a24959347c95ea2df8279f599d688243efa31532e0cf819f2c84928d9e076-d # internal
2025-08-20T21:54:08.0355900Z [00:02:50.745]➜  github.com/jcmturner/gokrb5/v8/iana/asnAppTag
2025-08-20T21:54:08.0357302Z [00:02:50.745]➜  mkdir -p $WORK/b958/
2025-08-20T21:54:08.0361048Z [00:02:50.745]➜  echo '# import config' > $WORK/b958/importcfg # internal
2025-08-20T21:54:08.0365521Z [00:02:50.746]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b958/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/asnAppTag=>github.com/jcmturner/gokrb5/v8@v8.4.4/iana/asnAppTag;$WORK/b958=>" -p github.com/jcmturner/gokrb5/v8/iana/asnAppTag -lang=go1.16 -complete -installsuffix shared -buildid 8-sY8K8LOTmsBHqEiCsj/8-sY8K8LOTmsBHqEiCsj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b958/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/asnAppTag/constants.go
2025-08-20T21:54:08.0377967Z [00:02:50.747]➜  cp $WORK/b953/_pkg_.a /root/.cache/go-build/67/670a223a8cf5ef348a28855e9da3ac3e8f3e5b4c6ce295e58f0635a625cb9209-d # internal
2025-08-20T21:54:08.0385828Z [00:02:50.748]➜  go tool buildid -w $WORK/b957/_pkg_.a # internal
2025-08-20T21:54:08.0386259Z [00:02:50.748]➜  github.com/jcmturner/gokrb5/v8/iana/flags
2025-08-20T21:54:08.0386577Z [00:02:50.748]➜  mkdir -p $WORK/b960/
2025-08-20T21:54:08.0391885Z [00:02:50.749]➜  echo '# import config' > $WORK/b960/importcfg # internal
2025-08-20T21:54:08.0394034Z [00:02:50.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b960/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/flags=>github.com/jcmturner/gokrb5/v8@v8.4.4/iana/flags;$WORK/b960=>" -p github.com/jcmturner/gokrb5/v8/iana/flags -lang=go1.16 -complete -installsuffix shared -buildid kaHKw_Pc6CmDPmHumIkY/kaHKw_Pc6CmDPmHumIkY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b960/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/flags/constants.go
2025-08-20T21:54:08.0410427Z [00:02:50.750]➜  cp $WORK/b957/_pkg_.a /root/.cache/go-build/11/1135ba946b324ea74433008f4b9baec0b3ff8b03e8122582f0ae52c6fda39ba7-d # internal
2025-08-20T21:54:08.0412809Z [00:02:50.750]➜  github.com/jcmturner/gokrb5/v8/iana/keyusage
2025-08-20T21:54:08.0413142Z [00:02:50.750]➜  mkdir -p $WORK/b961/
2025-08-20T21:54:08.0413497Z [00:02:50.751]➜  echo '# import config' > $WORK/b961/importcfg # internal
2025-08-20T21:54:08.0418527Z [00:02:50.751]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b961/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/keyusage=>github.com/jcmturner/gokrb5/v8@v8.4.4/iana/keyusage;$WORK/b961=>" -p github.com/jcmturner/gokrb5/v8/iana/keyusage -lang=go1.16 -complete -installsuffix shared -buildid N0qFckhRm_WwwUTRlGEo/N0qFckhRm_WwwUTRlGEo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b961/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/keyusage/constants.go
2025-08-20T21:54:08.0447809Z [00:02:50.754]➜  go tool buildid -w $WORK/b958/_pkg_.a # internal
2025-08-20T21:54:08.0454620Z [00:02:50.755]➜  cp $WORK/b958/_pkg_.a /root/.cache/go-build/62/62250a35bac831582cd8574b7d2e3e94910d746ca068dd76f441364c36d744b7-d # internal
2025-08-20T21:54:08.0458820Z [00:02:50.755]➜  github.com/jcmturner/gokrb5/v8/iana/adtype
2025-08-20T21:54:08.0460608Z [00:02:50.755]➜  mkdir -p $WORK/b965/
2025-08-20T21:54:08.0471435Z [00:02:50.755]➜  echo '# import config' > $WORK/b965/importcfg # internal
2025-08-20T21:54:08.0474164Z [00:02:50.756]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b965/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/adtype=>github.com/jcmturner/gokrb5/v8@v8.4.4/iana/adtype;$WORK/b965=>" -p github.com/jcmturner/gokrb5/v8/iana/adtype -lang=go1.16 -complete -installsuffix shared -buildid MZueBxC18PqIgbuYlJIi/MZueBxC18PqIgbuYlJIi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b965/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/adtype/constants.go
2025-08-20T21:54:08.0488419Z [00:02:50.758]➜  go tool buildid -w $WORK/b960/_pkg_.a # internal
2025-08-20T21:54:08.0489128Z [00:02:50.758]➜  cp $WORK/b960/_pkg_.a /root/.cache/go-build/df/df29e8d8b2ab1b68fef5b3af59cb21ed59b325ddeee40bdbbec3e555d58c5cf8-d # internal
2025-08-20T21:54:08.0503633Z [00:02:50.760]➜  github.com/jcmturner/gokrb5/v8/iana/msgtype
2025-08-20T21:54:08.0504006Z [00:02:50.760]➜  mkdir -p $WORK/b966/
2025-08-20T21:54:08.0504360Z [00:02:50.760]➜  echo '# import config' > $WORK/b966/importcfg # internal
2025-08-20T21:54:08.0506785Z [00:02:50.760]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b966/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/msgtype=>github.com/jcmturner/gokrb5/v8@v8.4.4/iana/msgtype;$WORK/b966=>" -p github.com/jcmturner/gokrb5/v8/iana/msgtype -lang=go1.16 -complete -installsuffix shared -buildid QmiCI1oFfh2sYb2qR3Yd/QmiCI1oFfh2sYb2qR3Yd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b966/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/msgtype/constants.go
2025-08-20T21:54:08.0541056Z [00:02:50.763]➜  go tool buildid -w $WORK/b965/_pkg_.a # internal
2025-08-20T21:54:08.0544928Z [00:02:50.764]➜  cp $WORK/b965/_pkg_.a /root/.cache/go-build/55/55f7484d113996c31f5e6ecc99c68ba6da989afa9ed8064c5da3eb601fde3aee-d # internal
2025-08-20T21:54:08.0552586Z [00:02:50.765]➜  go tool buildid -w $WORK/b961/_pkg_.a # internal
2025-08-20T21:54:08.0556928Z [00:02:50.765]➜  cp $WORK/b961/_pkg_.a /root/.cache/go-build/a5/a5a83a0197d9cdc1dcde0379ac295f2ddb1a8c1882ad64d150ac09dbdd74a4f7-d # internal
2025-08-20T21:54:08.0557779Z [00:02:50.765]➜  github.com/lib/pq/oid
2025-08-20T21:54:08.0560895Z [00:02:50.765]➜  mkdir -p $WORK/b1022/
2025-08-20T21:54:08.0561350Z [00:02:50.765]➜  echo '# import config' > $WORK/b1022/importcfg # internal
2025-08-20T21:54:08.0563344Z [00:02:50.765]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1022/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lib/pq@v1.10.9/oid=>github.com/lib/pq@v1.10.9/oid;$WORK/b1022=>" -p github.com/lib/pq/oid -lang=go1.13 -complete -installsuffix shared -buildid Nzz5MI6ScaU1XI16DSyW/Nzz5MI6ScaU1XI16DSyW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1022/importcfg -pack /root/go/pkg/mod/github.com/lib/pq@v1.10.9/oid/doc.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/oid/types.go
2025-08-20T21:54:08.0566264Z [00:02:50.765]➜  github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption
2025-08-20T21:54:08.0567226Z [00:02:50.765]➜  mkdir -p $WORK/b988/
2025-08-20T21:54:08.0568775Z [00:02:50.765]➜  echo '# import config' > $WORK/b988/importcfg # internal
2025-08-20T21:54:08.0571817Z [00:02:50.765]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b988/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption=>github.com/microsoft/go-mssqldb@v1.9.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption;$WORK/b988=>" -p github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption -lang=go1.23 -complete -installsuffix shared -buildid fRiR4QJH37mWYNLV0gi2/fRiR4QJH37mWYNLV0gi2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b988/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption/type.go
2025-08-20T21:54:08.0584823Z [00:02:50.768]➜  go tool buildid -w $WORK/b966/_pkg_.a # internal
2025-08-20T21:54:08.0592249Z [00:02:50.768]➜  cp $WORK/b966/_pkg_.a /root/.cache/go-build/3a/3accf408f6bd5d11fa8b9bd2bc08c9a9015fb81d63628d2e369c5853fd974b79-d # internal
2025-08-20T21:54:08.0601127Z [00:02:50.769]➜  github.com/dgryski/go-rendezvous
2025-08-20T21:54:08.0602079Z [00:02:50.769]➜  mkdir -p $WORK/b1032/
2025-08-20T21:54:08.0603368Z [00:02:50.770]➜  echo '# import config' > $WORK/b1032/importcfg # internal
2025-08-20T21:54:08.0605647Z [00:02:50.770]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1032/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dgryski/go-rendezvous@v0.0.0-20200823014737-9f7001d12a5f=>github.com/dgryski/go-rendezvous@v0.0.0-20200823014737-9f7001d12a5f;$WORK/b1032=>" -p github.com/dgryski/go-rendezvous -lang=go1.16 -complete -installsuffix shared -buildid nHwHg4IW7CgQ0P5cMsMT/nHwHg4IW7CgQ0P5cMsMT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1032/importcfg -pack /root/go/pkg/mod/github.com/dgryski/go-rendezvous@v0.0.0-20200823014737-9f7001d12a5f/rdv.go
2025-08-20T21:54:08.0683706Z [00:02:50.778]➜  go tool buildid -w $WORK/b988/_pkg_.a # internal
2025-08-20T21:54:08.0698696Z [00:02:50.779]➜  cp $WORK/b988/_pkg_.a /root/.cache/go-build/02/020bc1171a070ffd2b3fa319e42d38837853fe9c609ecbccc123f9ba62361a38-d # internal
2025-08-20T21:54:08.0703751Z [00:02:50.780]➜  github.com/redis/go-redis/v9/auth
2025-08-20T21:54:08.0704105Z [00:02:50.780]➜  mkdir -p $WORK/b1033/
2025-08-20T21:54:08.0705227Z [00:02:50.780]➜  echo '# import config' > $WORK/b1033/importcfg # internal
2025-08-20T21:54:08.0711399Z [00:02:50.780]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1033/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/auth=>github.com/redis/go-redis/v9@v9.11.0/auth;$WORK/b1033=>" -p github.com/redis/go-redis/v9/auth -lang=go1.18 -complete -installsuffix shared -buildid PYkQ1ADMhyq-Ot68kxJO/PYkQ1ADMhyq-Ot68kxJO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1033/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/auth/auth.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/auth/reauth_credentials_listener.go
2025-08-20T21:54:08.0724200Z [00:02:50.782]➜  go tool buildid -w $WORK/b1022/_pkg_.a # internal
2025-08-20T21:54:08.0729077Z [00:02:50.782]➜  cp $WORK/b1022/_pkg_.a /root/.cache/go-build/ed/ed3a365d4fc161a8dc48fa96da461fa7b48eb0b31b755b72f6f80e56ff02de32-d # internal
2025-08-20T21:54:08.0739591Z [00:02:50.783]➜  go tool buildid -w $WORK/b1032/_pkg_.a # internal
2025-08-20T21:54:08.0744119Z [00:02:50.784]➜  cp $WORK/b1032/_pkg_.a /root/.cache/go-build/ab/ab273930c730c2649daef38a6f6a5b3c0ab579605e80036b792071a8ecded337-d # internal
2025-08-20T21:54:08.0745623Z [00:02:50.784]➜  github.com/projectdiscovery/gcache/internal/list
2025-08-20T21:54:08.0746004Z [00:02:50.784]➜  mkdir -p $WORK/b1113/
2025-08-20T21:54:08.0746469Z [00:02:50.784]➜  echo '# import config' > $WORK/b1113/importcfg # internal
2025-08-20T21:54:08.0768969Z [00:02:50.784]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1113/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/gcache@v0.0.0-20241015120333-12546c6e3f4c/internal/list=>github.com/projectdiscovery/gcache@v0.0.0-20241015120333-12546c6e3f4c/internal/list;$WORK/b1113=>" -p github.com/projectdiscovery/gcache/internal/list -lang=go1.19 -complete -installsuffix shared -buildid I7k_YJaLZ5BaqmEQZ8c9/I7k_YJaLZ5BaqmEQZ8c9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1113/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/gcache@v0.0.0-20241015120333-12546c6e3f4c/internal/list/list.go
2025-08-20T21:54:08.0771406Z [00:02:50.785]➜  github.com/projectdiscovery/go-smb2/internal/erref
2025-08-20T21:54:08.0771751Z [00:02:50.785]➜  mkdir -p $WORK/b1050/
2025-08-20T21:54:08.0772103Z [00:02:50.786]➜  echo '# import config' > $WORK/b1050/importcfg # internal
2025-08-20T21:54:08.0775108Z [00:02:50.786]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1050/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/erref=>github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/erref;$WORK/b1050=>" -p github.com/projectdiscovery/go-smb2/internal/erref -lang=go1.21 -complete -installsuffix shared -buildid jYCg9FguxGTDRLLJCzQ6/jYCg9FguxGTDRLLJCzQ6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1050/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/erref/erref.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/erref/ntstatus.go
2025-08-20T21:54:08.0844778Z [00:02:50.794]➜  go tool buildid -w $WORK/b1113/_pkg_.a # internal
2025-08-20T21:54:08.0848773Z [00:02:50.794]➜  cp $WORK/b1113/_pkg_.a /root/.cache/go-build/ed/ed1af1e31c71efa2d3ac479006ef65c8a03c651f153875a0035d3d3336df0440-d # internal
2025-08-20T21:54:08.0851531Z [00:02:50.794]➜  go.mongodb.org/mongo-driver/bson/bsonoptions
2025-08-20T21:54:08.0851908Z [00:02:50.795]➜  mkdir -p $WORK/b1129/
2025-08-20T21:54:08.0855169Z [00:02:50.795]➜  echo '# import config' > $WORK/b1129/importcfg # internal
2025-08-20T21:54:08.0861531Z [00:02:50.795]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1129/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonoptions=>go.mongodb.org/mongo-driver@v1.17.4/bson/bsonoptions;$WORK/b1129=>" -p go.mongodb.org/mongo-driver/bson/bsonoptions -lang=go1.18 -complete -installsuffix shared -buildid i8pSrw8_48NPqQ3U7Q-8/i8pSrw8_48NPqQ3U7Q-8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1129/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonoptions/byte_slice_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonoptions/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonoptions/empty_interface_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonoptions/map_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonoptions/slice_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonoptions/string_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonoptions/struct_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonoptions/time_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonoptions/uint_codec_options.go
2025-08-20T21:54:08.0992428Z [00:02:50.808]➜  go tool buildid -w $WORK/b1033/_pkg_.a # internal
2025-08-20T21:54:08.0993199Z [00:02:50.809]➜  cp $WORK/b1033/_pkg_.a /root/.cache/go-build/95/95e0ed0d0283ae401c622d1451e2901d58690af476292e7962f0f4091db85911-d # internal
2025-08-20T21:54:08.0993794Z [00:02:50.809]➜  go.mongodb.org/mongo-driver/bson/bsontype
2025-08-20T21:54:08.0994107Z [00:02:50.809]➜  mkdir -p $WORK/b1131/
2025-08-20T21:54:08.1000446Z [00:02:50.809]➜  echo '# import config' > $WORK/b1131/importcfg # internal
2025-08-20T21:54:08.1002937Z [00:02:50.809]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1131/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsontype=>go.mongodb.org/mongo-driver@v1.17.4/bson/bsontype;$WORK/b1131=>" -p go.mongodb.org/mongo-driver/bson/bsontype -lang=go1.18 -complete -installsuffix shared -buildid y1pWk9GOEfi1s5E0r2TI/y1pWk9GOEfi1s5E0r2TI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1131/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsontype/bsontype.go
2025-08-20T21:54:08.1101088Z [00:02:50.818]➜  go tool buildid -w $WORK/b1129/_pkg_.a # internal
2025-08-20T21:54:08.1101912Z [00:02:50.819]➜  cp $WORK/b1129/_pkg_.a /root/.cache/go-build/e0/e02134121f05b6b9b02b0964efc0bc1e814e1c3478ddd17ff9e757c03d92e3f2-d # internal
2025-08-20T21:54:08.1102530Z [00:02:50.819]➜  go.mongodb.org/mongo-driver/internal/handshake
2025-08-20T21:54:08.1102856Z [00:02:50.819]➜  mkdir -p $WORK/b1138/
2025-08-20T21:54:08.1103221Z [00:02:50.820]➜  echo '# import config' > $WORK/b1138/importcfg # internal
2025-08-20T21:54:08.1105413Z [00:02:50.820]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1138/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/handshake=>go.mongodb.org/mongo-driver@v1.17.4/internal/handshake;$WORK/b1138=>" -p go.mongodb.org/mongo-driver/internal/handshake -lang=go1.18 -complete -installsuffix shared -buildid egpzWuYN1IyLGdjIKtSs/egpzWuYN1IyLGdjIKtSs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1138/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/handshake/handshake.go
2025-08-20T21:54:08.1151024Z [00:02:50.824]➜  go tool buildid -w $WORK/b1131/_pkg_.a # internal
2025-08-20T21:54:08.1151758Z [00:02:50.824]➜  cp $WORK/b1131/_pkg_.a /root/.cache/go-build/df/df277c6705feb1a5a47199a4e0996dffbdd7f4dca1d2e6f9f11e9d0f8519214d-d # internal
2025-08-20T21:54:08.1152383Z [00:02:50.824]➜  go.mongodb.org/mongo-driver/internal/ptrutil
2025-08-20T21:54:08.1152714Z [00:02:50.824]➜  mkdir -p $WORK/b1139/
2025-08-20T21:54:08.1153068Z [00:02:50.824]➜  echo '# import config' > $WORK/b1139/importcfg # internal
2025-08-20T21:54:08.1155499Z [00:02:50.824]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1139/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/ptrutil=>go.mongodb.org/mongo-driver@v1.17.4/internal/ptrutil;$WORK/b1139=>" -p go.mongodb.org/mongo-driver/internal/ptrutil -lang=go1.18 -complete -installsuffix shared -buildid 4rwTpfiXwkE7jnGTpjMK/4rwTpfiXwkE7jnGTpjMK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1139/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/ptrutil/int64.go
2025-08-20T21:54:08.1222942Z [00:02:50.832]➜  go tool buildid -w $WORK/b1138/_pkg_.a # internal
2025-08-20T21:54:08.1223704Z [00:02:50.832]➜  cp $WORK/b1138/_pkg_.a /root/.cache/go-build/37/37a9d36fe108b5c5b4a78dd4027a9a3cc96b45964f560f28a25b380c2356051a-d # internal
2025-08-20T21:54:08.1224319Z [00:02:50.832]➜  go.mongodb.org/mongo-driver/version
2025-08-20T21:54:08.1224625Z [00:02:50.832]➜  mkdir -p $WORK/b1171/
2025-08-20T21:54:08.1224973Z [00:02:50.832]➜  echo '# import config' > $WORK/b1171/importcfg # internal
2025-08-20T21:54:08.1226981Z [00:02:50.832]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1171/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/version=>go.mongodb.org/mongo-driver@v1.17.4/version;$WORK/b1171=>" -p go.mongodb.org/mongo-driver/version -lang=go1.18 -complete -installsuffix shared -buildid 3c4sJPtvzTaChqZGuuuv/3c4sJPtvzTaChqZGuuuv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1171/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/version/version.go
2025-08-20T21:54:08.1288930Z [00:02:50.838]➜  go tool buildid -w $WORK/b1139/_pkg_.a # internal
2025-08-20T21:54:08.1290355Z [00:02:50.838]➜  cp $WORK/b1139/_pkg_.a /root/.cache/go-build/8c/8cfe336c20d03692e6d4819decd465a34f56a7b60206a79b336be9b1a639e605-d # internal
2025-08-20T21:54:08.1291396Z [00:02:50.838]➜  github.com/ditashi/jsbeautifier-go/optargs
2025-08-20T21:54:08.1291722Z [00:02:50.838]➜  mkdir -p $WORK/b1218/
2025-08-20T21:54:08.1292080Z [00:02:50.838]➜  echo '# import config' > $WORK/b1218/importcfg # internal
2025-08-20T21:54:08.1295824Z [00:02:50.838]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1218/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ditashi/jsbeautifier-go@v0.0.0-20141206144643-2520a8026a9c/optargs=>github.com/ditashi/jsbeautifier-go@v0.0.0-20141206144643-2520a8026a9c/optargs;$WORK/b1218=>" -p github.com/ditashi/jsbeautifier-go/optargs -lang=go1.16 -complete -installsuffix shared -buildid FjHlQnb9D0hLvptpBPW2/FjHlQnb9D0hLvptpBPW2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1218/importcfg -pack /root/go/pkg/mod/github.com/ditashi/jsbeautifier-go@v0.0.0-20141206144643-2520a8026a9c/optargs/optargs.go
2025-08-20T21:54:08.1301558Z [00:02:50.839]➜  go tool buildid -w $WORK/b1171/_pkg_.a # internal
2025-08-20T21:54:08.1302266Z [00:02:50.839]➜  cp $WORK/b1171/_pkg_.a /root/.cache/go-build/52/5201ffb692e5b9cf550156a19d71ce44288959f3daf607a4a86c132ffdf10185-d # internal
2025-08-20T21:54:08.1302859Z [00:02:50.839]➜  github.com/ditashi/jsbeautifier-go/utils
2025-08-20T21:54:08.1303169Z [00:02:50.839]➜  mkdir -p $WORK/b1220/
2025-08-20T21:54:08.1303515Z [00:02:50.839]➜  echo '# import config' > $WORK/b1220/importcfg # internal
2025-08-20T21:54:08.1305903Z [00:02:50.840]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1220/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ditashi/jsbeautifier-go@v0.0.0-20141206144643-2520a8026a9c/utils=>github.com/ditashi/jsbeautifier-go@v0.0.0-20141206144643-2520a8026a9c/utils;$WORK/b1220=>" -p github.com/ditashi/jsbeautifier-go/utils -lang=go1.16 -complete -installsuffix shared -buildid j2xZ-nkl2SA6xhxMVDrv/j2xZ-nkl2SA6xhxMVDrv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1220/importcfg -pack /root/go/pkg/mod/github.com/ditashi/jsbeautifier-go@v0.0.0-20141206144643-2520a8026a9c/utils/utils.go
2025-08-20T21:54:08.1381701Z [00:02:50.847]➜  go tool buildid -w $WORK/b1220/_pkg_.a # internal
2025-08-20T21:54:08.1383928Z [00:02:50.848]➜  cp $WORK/b1220/_pkg_.a /root/.cache/go-build/88/88af27bf67191bd4d0e608536ad15508e155c9f2428c12fc955f984de4f2fcb7-d # internal
2025-08-20T21:54:08.1389807Z [00:02:50.848]➜  github.com/aws/aws-sdk-go-v2/internal/sdkio
2025-08-20T21:54:08.1390157Z [00:02:50.848]➜  mkdir -p $WORK/b1269/
2025-08-20T21:54:08.1391815Z [00:02:50.849]➜  echo '# import config' > $WORK/b1269/importcfg # internal
2025-08-20T21:54:08.1395836Z [00:02:50.849]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1269/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/sdkio=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/sdkio;$WORK/b1269=>" -p github.com/aws/aws-sdk-go-v2/internal/sdkio -lang=go1.22 -complete -installsuffix shared -buildid odnumcPRnG_14ah9iwPE/odnumcPRnG_14ah9iwPE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1269/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/sdkio/byte.go
2025-08-20T21:54:08.1461755Z [00:02:50.853]➜  go tool buildid -w $WORK/b1050/_pkg_.a # internal
2025-08-20T21:54:08.1462867Z [00:02:50.855]➜  go tool buildid -w $WORK/b1218/_pkg_.a # internal
2025-08-20T21:54:08.1463588Z [00:02:50.856]➜  cp $WORK/b1050/_pkg_.a /root/.cache/go-build/35/35fb32a38bd14c8d10af9005d0cea7af3bdcf562bff741cff0786f1f44de5f2e-d # internal
2025-08-20T21:54:08.1464491Z [00:02:50.856]➜  cp $WORK/b1218/_pkg_.a /root/.cache/go-build/71/71a89c1f8bdb5fc6a49ce50c12f986f19f6cfe4d141b6c28c99673b03a2881f9-d # internal
2025-08-20T21:54:08.1465116Z [00:02:50.856]➜  github.com/gobwas/pool/internal/pmath
2025-08-20T21:54:08.1465423Z [00:02:50.856]➜  mkdir -p $WORK/b1350/
2025-08-20T21:54:08.1470385Z [00:02:50.856]➜  echo '# import config' > $WORK/b1350/importcfg # internal
2025-08-20T21:54:08.1472441Z [00:02:50.856]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1350/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/pool@v0.2.1/internal/pmath=>github.com/gobwas/pool@v0.2.1/internal/pmath;$WORK/b1350=>" -p github.com/gobwas/pool/internal/pmath -lang=go1.16 -complete -installsuffix shared -buildid nRyzKKSikHkB5nxI8Hng/nRyzKKSikHkB5nxI8Hng -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1350/importcfg -pack /root/go/pkg/mod/github.com/gobwas/pool@v0.2.1/internal/pmath/pmath.go
2025-08-20T21:54:08.1474655Z [00:02:50.857]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud
2025-08-20T21:54:08.1474989Z [00:02:50.857]➜  mkdir -p $WORK/b1424/
2025-08-20T21:54:08.1478121Z [00:02:50.857]➜  echo '# import config' > $WORK/b1424/importcfg # internal
2025-08-20T21:54:08.1483164Z [00:02:50.857]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1424/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/cloud=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/cloud;$WORK/b1424=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud -lang=go1.23 -complete -installsuffix shared -buildid UVLdfEQuzbb82nK7Fl9s/UVLdfEQuzbb82nK7Fl9s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1424/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/cloud/cloud.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/cloud/doc.go
2025-08-20T21:54:08.1487722Z [00:02:50.858]➜  go tool buildid -w $WORK/b1269/_pkg_.a # internal
2025-08-20T21:54:08.1496764Z [00:02:50.858]➜  cp $WORK/b1269/_pkg_.a /root/.cache/go-build/dd/dd72741bb11dadda499dfd05bc2e0ae2a0d58c6fc57c1ac20fc42dc586dcac6b-d # internal
2025-08-20T21:54:08.1498020Z [00:02:50.858]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo
2025-08-20T21:54:08.1498405Z [00:02:50.858]➜  mkdir -p $WORK/b1436/
2025-08-20T21:54:08.1498758Z [00:02:50.858]➜  echo '# import config' > $WORK/b1436/importcfg # internal
2025-08-20T21:54:08.1501433Z [00:02:50.858]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1436/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/errorinfo=>github.com/Azure/azure-sdk-for-go/sdk/internal@v1.11.1/errorinfo;$WORK/b1436=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo -lang=go1.23 -complete -installsuffix shared -buildid C87NbNMGhux3rCTWWWc5/C87NbNMGhux3rCTWWWc5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1436/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/errorinfo/doc.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/errorinfo/errorinfo.go
2025-08-20T21:54:08.1601113Z [00:02:50.869]➜  go tool buildid -w $WORK/b1350/_pkg_.a # internal
2025-08-20T21:54:08.1609384Z [00:02:50.870]➜  cp $WORK/b1350/_pkg_.a /root/.cache/go-build/cf/cf337608c29c0a70ed1a9d44e26ef438d708c7de55df44d263b0a25f7cc99c19-d # internal
2025-08-20T21:54:08.1610237Z [00:02:50.870]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported
2025-08-20T21:54:08.1610692Z [00:02:50.870]➜  mkdir -p $WORK/b1453/
2025-08-20T21:54:08.1611062Z [00:02:50.870]➜  echo '# import config' > $WORK/b1453/importcfg # internal
2025-08-20T21:54:08.1613867Z [00:02:50.870]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1453/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/exported=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/exported;$WORK/b1453=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported -lang=go1.18 -complete -installsuffix shared -buildid m19oyWzJnrl3qDAeWnxH/m19oyWzJnrl3qDAeWnxH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1453/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/exported/exported.go
2025-08-20T21:54:08.1616849Z [00:02:50.871]➜  go tool buildid -w $WORK/b1424/_pkg_.a # internal
2025-08-20T21:54:08.1623116Z [00:02:50.871]➜  cp $WORK/b1424/_pkg_.a /root/.cache/go-build/26/264990c294e5df3261a4e677927bab65456e0d98b3dfff316bb241abcaf0ad8c-d # internal
2025-08-20T21:54:08.1624282Z [00:02:50.871]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/grant
2025-08-20T21:54:08.1624786Z [00:02:50.871]➜  mkdir -p $WORK/b1457/
2025-08-20T21:54:08.1625142Z [00:02:50.871]➜  echo '# import config' > $WORK/b1457/importcfg # internal
2025-08-20T21:54:08.1628353Z [00:02:50.871]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1457/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/internal/grant=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/internal/grant;$WORK/b1457=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/grant -lang=go1.18 -complete -installsuffix shared -buildid -mxay0Y-oxALkWtE0lYO/-mxay0Y-oxALkWtE0lYO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1457/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/internal/grant/grant.go
2025-08-20T21:54:08.1640256Z [00:02:50.873]➜  go tool buildid -w $WORK/b1436/_pkg_.a # internal
2025-08-20T21:54:08.1641676Z [00:02:50.873]➜  cp $WORK/b1436/_pkg_.a /root/.cache/go-build/29/29ff556f1df3ce249cb3680a2db54db5768e2ade506c1f477b8419c4df3c4119-d # internal
2025-08-20T21:54:08.1642665Z [00:02:50.873]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/version
2025-08-20T21:54:08.1643299Z [00:02:50.873]➜  mkdir -p $WORK/b1463/
2025-08-20T21:54:08.1643826Z [00:02:50.873]➜  echo '# import config' > $WORK/b1463/importcfg # internal
2025-08-20T21:54:08.1647036Z [00:02:50.873]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1463/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/version=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/version;$WORK/b1463=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/version -lang=go1.18 -complete -installsuffix shared -buildid W2h_tsvBlRKMkV6l3V-F/W2h_tsvBlRKMkV6l3V-F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1463/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/version/version.go
2025-08-20T21:54:08.1707647Z [00:02:50.880]➜  go tool buildid -w $WORK/b1453/_pkg_.a # internal
2025-08-20T21:54:08.1708130Z [00:02:50.880]➜  go tool buildid -w $WORK/b1457/_pkg_.a # internal
2025-08-20T21:54:08.1710194Z [00:02:50.880]➜  cp $WORK/b1457/_pkg_.a /root/.cache/go-build/0b/0b198cdd9e2a65c84003c9f26e609e4d0783bc31bce10d285a52f309019145df-d # internal
2025-08-20T21:54:08.1710902Z [00:02:50.880]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/to
2025-08-20T21:54:08.1711231Z [00:02:50.880]➜  mkdir -p $WORK/b1473/
2025-08-20T21:54:08.1711583Z [00:02:50.880]➜  echo '# import config' > $WORK/b1473/importcfg # internal
2025-08-20T21:54:08.1714553Z [00:02:50.880]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1473/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/to=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/to;$WORK/b1473=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/to -lang=go1.23 -complete -installsuffix shared -buildid 3qvRledKYP1euJcN7QUu/3qvRledKYP1euJcN7QUu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1473/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/to/doc.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/to/to.go
2025-08-20T21:54:08.1716975Z [00:02:50.881]➜  cp $WORK/b1453/_pkg_.a /root/.cache/go-build/7c/7cb8d6133e57af7778e869c906148fda9923eca7700555397e0cc54542fdd9b0-d # internal
2025-08-20T21:54:08.1718018Z [00:02:50.881]➜  github.com/aws/smithy-go/container/private/cache
2025-08-20T21:54:08.1718410Z [00:02:50.881]➜  mkdir -p $WORK/b1500/
2025-08-20T21:54:08.1719093Z [00:02:50.881]➜  echo '# import config' > $WORK/b1500/importcfg # internal
2025-08-20T21:54:08.1722641Z [00:02:50.881]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1500/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/container/private/cache=>github.com/aws/smithy-go@v1.22.4/container/private/cache;$WORK/b1500=>" -p github.com/aws/smithy-go/container/private/cache -lang=go1.22 -complete -installsuffix shared -buildid sBspQSXnYSidWNkqp1Pg/sBspQSXnYSidWNkqp1Pg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1500/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/container/private/cache/cache.go
2025-08-20T21:54:08.1734309Z [00:02:50.883]➜  go tool buildid -w $WORK/b1463/_pkg_.a # internal
2025-08-20T21:54:08.1743975Z [00:02:50.884]➜  cp $WORK/b1463/_pkg_.a /root/.cache/go-build/ae/aefa3d1cd2d2f2e431b24317652bf58ba9689858598e27f7a058f13442fa62f7-d # internal
2025-08-20T21:54:08.1745205Z [00:02:50.884]➜  github.com/ProtonMail/go-crypto/internal/byteutil
2025-08-20T21:54:08.1745618Z [00:02:50.884]➜  mkdir -p $WORK/b1514/
2025-08-20T21:54:08.1749385Z [00:02:50.884]➜  echo '# import config' > $WORK/b1514/importcfg # internal
2025-08-20T21:54:08.1751684Z [00:02:50.884]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1514/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/internal/byteutil=>github.com/ProtonMail/go-crypto@v1.1.6/internal/byteutil;$WORK/b1514=>" -p github.com/ProtonMail/go-crypto/internal/byteutil -lang=go1.17 -complete -installsuffix shared -buildid 6MpnSCvqwJt1PdFVULcb/6MpnSCvqwJt1PdFVULcb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1514/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/internal/byteutil/byteutil.go
2025-08-20T21:54:08.1795388Z [00:02:50.889]➜  go tool buildid -w $WORK/b1473/_pkg_.a # internal
2025-08-20T21:54:08.1801783Z [00:02:50.889]➜  cp $WORK/b1473/_pkg_.a /root/.cache/go-build/3e/3e58f257a8eef1d90111a88cb8677cfc7f7baead6f7764eaf56f459eb2281d4f-d # internal
2025-08-20T21:54:08.1802537Z [00:02:50.889]➜  github.com/pjbgf/sha1cd/internal
2025-08-20T21:54:08.1802951Z [00:02:50.890]➜  mkdir -p $WORK/b1541/
2025-08-20T21:54:08.1804874Z [00:02:50.890]➜  echo '# import config' > $WORK/b1541/importcfg # internal
2025-08-20T21:54:08.1807484Z [00:02:50.890]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1541/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/internal=>github.com/pjbgf/sha1cd@v0.3.2/internal;$WORK/b1541=>" -p github.com/pjbgf/sha1cd/internal -lang=go1.21 -complete -installsuffix shared -buildid YvcHtNC0VE3kSypZ2pFs/YvcHtNC0VE3kSypZ2pFs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1541/importcfg -pack /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/internal/const.go
2025-08-20T21:54:08.1836708Z [00:02:50.893]➜  go tool buildid -w $WORK/b1500/_pkg_.a # internal
2025-08-20T21:54:08.1848658Z [00:02:50.894]➜  cp $WORK/b1500/_pkg_.a /root/.cache/go-build/39/39a011c095ae720c38c908237d8899362aff762b7b33516adc0dc600c0b2d84b-d # internal
2025-08-20T21:54:08.1849357Z [00:02:50.894]➜  github.com/aws/smithy-go/container/private/cache/lru
2025-08-20T21:54:08.1849725Z [00:02:50.894]➜  mkdir -p $WORK/b1501/
2025-08-20T21:54:08.1855064Z [00:02:50.895]➜  cat >/tmp/go-build3999932643/b1501/importcfg << 'EOF' # internal
2025-08-20T21:54:08.1855468Z [00:02:50.895]➜  # import config
2025-08-20T21:54:08.1855839Z [00:02:50.895]➜  packagefile container/list=/tmp/go-build3999932643/b106/_pkg_.a
2025-08-20T21:54:08.1856452Z [00:02:50.895]➜  packagefile github.com/aws/smithy-go/container/private/cache=/tmp/go-build3999932643/b1500/_pkg_.a
2025-08-20T21:54:08.1856925Z [00:02:50.895]➜  EOF
2025-08-20T21:54:08.1861949Z [00:02:50.895]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1501/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/container/private/cache/lru=>github.com/aws/smithy-go@v1.22.4/container/private/cache/lru;$WORK/b1501=>" -p github.com/aws/smithy-go/container/private/cache/lru -lang=go1.22 -complete -installsuffix shared -buildid lGLkJRdLGN83xLqR5mpO/lGLkJRdLGN83xLqR5mpO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1501/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/container/private/cache/lru/lru.go
2025-08-20T21:54:08.1870180Z [00:02:50.896]➜  go tool buildid -w $WORK/b1514/_pkg_.a # internal
2025-08-20T21:54:08.1874210Z [00:02:50.897]➜  cp $WORK/b1514/_pkg_.a /root/.cache/go-build/a1/a16d669affc2b756c25b6c243e48038f69af29eebe2a8ad23f7debe235ff3f0a-d # internal
2025-08-20T21:54:08.1879497Z [00:02:50.897]➜  github.com/pjbgf/sha1cd/ubc
2025-08-20T21:54:08.1881337Z [00:02:50.897]➜  mkdir -p $WORK/b1542/
2025-08-20T21:54:08.1881758Z [00:02:50.897]➜  echo '# import config' > $WORK/b1542/importcfg # internal
2025-08-20T21:54:08.1884314Z [00:02:50.897]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1542/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc=>github.com/pjbgf/sha1cd@v0.3.2/ubc;$WORK/b1542=>" -p github.com/pjbgf/sha1cd/ubc -lang=go1.21 -complete -installsuffix shared -buildid C515LUTHhqkPGkLPa6E2/C515LUTHhqkPGkLPa6E2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1542/importcfg -pack /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc/const.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc/ubc.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc/ubc_generic.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc/ubc_noasm.go
2025-08-20T21:54:08.1913691Z [00:02:50.901]➜  go tool buildid -w $WORK/b1541/_pkg_.a # internal
2025-08-20T21:54:08.1915429Z [00:02:50.901]➜  cp $WORK/b1541/_pkg_.a /root/.cache/go-build/3d/3d03b4d2ec5bb5175640dc103dfd1592e40fc726c55268fe870b589a26a92150-d # internal
2025-08-20T21:54:08.1919365Z [00:02:50.901]➜  github.com/go-git/go-git/v5/plumbing/color
2025-08-20T21:54:08.1919691Z [00:02:50.901]➜  mkdir -p $WORK/b1570/
2025-08-20T21:54:08.1921401Z [00:02:50.902]➜  echo '# import config' > $WORK/b1570/importcfg # internal
2025-08-20T21:54:08.1923486Z [00:02:50.902]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1570/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/color=>github.com/go-git/go-git/v5@v5.16.2/plumbing/color;$WORK/b1570=>" -p github.com/go-git/go-git/v5/plumbing/color -lang=go1.23 -complete -installsuffix shared -buildid Hd6CJ8AmR0MWcgZnCaYL/Hd6CJ8AmR0MWcgZnCaYL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1570/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/color/color.go
2025-08-20T21:54:08.1995221Z [00:02:50.908]➜  go tool buildid -w $WORK/b1570/_pkg_.a # internal
2025-08-20T21:54:08.1996316Z [00:02:50.909]➜  cp $WORK/b1570/_pkg_.a /root/.cache/go-build/ba/bae88e861ae63cf42b2a07bbd8b5ae4865bf7666cb0948103ad9410fd27e299e-d # internal
2025-08-20T21:54:08.2050230Z [00:02:50.914]➜  go tool buildid -w $WORK/b1501/_pkg_.a # internal
2025-08-20T21:54:08.2051735Z [00:02:50.915]➜  cp $WORK/b1501/_pkg_.a /root/.cache/go-build/00/00d4a0d1aba17c3d1dd54c35c59ae4d1781aa90f05a4a4fc64c75dea88de3ab3-d # internal
2025-08-20T21:54:08.2313145Z [00:02:50.941]➜  go tool buildid -w $WORK/b1542/_pkg_.a # internal
2025-08-20T21:54:08.2317692Z [00:02:50.941]➜  cp $WORK/b1542/_pkg_.a /root/.cache/go-build/0d/0d8acad9c89c1ab4afb8c21f1e1c2aa579e8b51dca88565e87cea14a750d3276-d # internal
2025-08-20T21:54:09.2320483Z [00:02:51.941]➜  cp /root/.go/src/runtime/tls_arm64.h $WORK/b010/tls_GOARCH.h
2025-08-20T21:54:09.2320935Z [00:02:51.941]➜  cd /root/.go/src/runtime
2025-08-20T21:54:09.2321868Z [00:02:51.941]➜  /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-20T21:54:09.2344649Z [00:02:51.944]➜  /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-20T21:54:09.2428607Z [00:02:51.952]➜  /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-20T21:54:09.2449119Z [00:02:51.954]➜  /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-20T21:54:09.2473406Z [00:02:51.957]➜  /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-20T21:54:09.2497841Z [00:02:51.959]➜  /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-20T21:54:09.2521049Z [00:02:51.961]➜  /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-20T21:54:09.2545691Z [00:02:51.964]➜  /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-20T21:54:09.2583659Z [00:02:51.968]➜  /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-20T21:54:09.2606258Z [00:02:51.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/sys_linux_arm64.o ./sys_linux_arm64.s
2025-08-20T21:54:09.2659610Z [00:02:51.975]➜  /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-20T21:54:09.2699632Z [00:02:51.979]➜  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-20T21:54:09.2701532Z [00:02:51.979]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T21:54:09.2969412Z [00:02:52.006]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d # internal
2025-08-20T21:54:09.2974093Z [00:02:52.007]➜  internal/reflectlite
2025-08-20T21:54:09.2975183Z [00:02:52.007]➜  mkdir -p $WORK/b005/
2025-08-20T21:54:09.2976086Z [00:02:52.007]➜  iter
2025-08-20T21:54:09.2976691Z [00:02:52.007]➜  mkdir -p $WORK/b039/
2025-08-20T21:54:09.2978919Z [00:02:52.007]➜  sync
2025-08-20T21:54:09.2980777Z [00:02:52.007]➜  mkdir -p $WORK/b035/
2025-08-20T21:54:09.2981069Z [00:02:52.007]➜  crypto/subtle
2025-08-20T21:54:09.2983785Z [00:02:52.007]➜  mkdir -p $WORK/b099/
2025-08-20T21:54:09.2984102Z [00:02:52.007]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T21:54:09.2984436Z [00:02:52.007]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T21:54:09.2985580Z [00:02:52.007]➜  /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-20T21:54:09.2986643Z [00:02:52.007]➜  cat >/tmp/go-build3999932643/b035/importcfg << 'EOF' # internal
2025-08-20T21:54:09.2987322Z [00:02:52.007]➜  # import config
2025-08-20T21:54:09.2987837Z [00:02:52.007]➜  packagefile internal/race=/tmp/go-build3999932643/b030/_pkg_.a
2025-08-20T21:54:09.2988316Z [00:02:52.007]➜  packagefile internal/sync=/tmp/go-build3999932643/b036/_pkg_.a
2025-08-20T21:54:09.2988795Z [00:02:52.007]➜  packagefile internal/synctest=/tmp/go-build3999932643/b038/_pkg_.a
2025-08-20T21:54:09.2989255Z [00:02:52.007]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:09.2989695Z [00:02:52.007]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:09.2990020Z [00:02:52.007]➜  EOF
2025-08-20T21:54:09.2990299Z [00:02:52.007]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:09.2996284Z [00:02:52.007]➜  /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-20T21:54:09.2999122Z [00:02:52.007]➜  cat >/tmp/go-build3999932643/b099/importcfg << 'EOF' # internal
2025-08-20T21:54:09.2999543Z [00:02:52.007]➜  # import config
2025-08-20T21:54:09.3000130Z [00:02:52.007]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3999932643/b091/_pkg_.a
2025-08-20T21:54:09.3002756Z [00:02:52.007]➜  packagefile internal/runtime/sys=/tmp/go-build3999932643/b031/_pkg_.a
2025-08-20T21:54:09.3003309Z [00:02:52.007]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:09.3003627Z [00:02:52.007]➜  EOF
2025-08-20T21:54:09.3005376Z [00:02:52.008]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b099/_pkg_.a -trimpath "/root/.go/src/crypto/subtle=>crypto/subtle;$WORK/b099=>" -p crypto/subtle -lang=go1.25 -std -complete -installsuffix shared -buildid L9xD5BsaOGxtRphKUMpv/L9xD5BsaOGxtRphKUMpv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b099/importcfg -pack /root/.go/src/crypto/subtle/constant_time.go /root/.go/src/crypto/subtle/dit.go /root/.go/src/crypto/subtle/xor.go
2025-08-20T21:54:09.3008407Z [00:02:52.009]➜  cat >/tmp/go-build3999932643/b039/importcfg << 'EOF' # internal
2025-08-20T21:54:09.3008828Z [00:02:52.009]➜  # import config
2025-08-20T21:54:09.3009611Z [00:02:52.009]➜  packagefile internal/race=/tmp/go-build3999932643/b030/_pkg_.a
2025-08-20T21:54:09.3010519Z [00:02:52.009]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:09.3010992Z [00:02:52.009]➜  EOF
2025-08-20T21:54:09.3012283Z [00:02:52.009]➜  /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-20T21:54:09.3013549Z [00:02:52.010]➜  cat >/tmp/go-build3999932643/b005/importcfg << 'EOF' # internal
2025-08-20T21:54:09.3013888Z [00:02:52.010]➜  # import config
2025-08-20T21:54:09.3014246Z [00:02:52.010]➜  packagefile internal/abi=/tmp/go-build3999932643/b006/_pkg_.a
2025-08-20T21:54:09.3014715Z [00:02:52.010]➜  packagefile internal/goarch=/tmp/go-build3999932643/b007/_pkg_.a
2025-08-20T21:54:09.3015233Z [00:02:52.010]➜  packagefile internal/unsafeheader=/tmp/go-build3999932643/b009/_pkg_.a
2025-08-20T21:54:09.3015752Z [00:02:52.010]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:09.3016065Z [00:02:52.010]➜  EOF
2025-08-20T21:54:09.3019748Z [00:02:52.010]➜  /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-20T21:54:09.3113385Z [00:02:52.021]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T21:54:09.3119962Z [00:02:52.021]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d # internal
2025-08-20T21:54:09.3126332Z [00:02:52.022]➜  slices
2025-08-20T21:54:09.3128238Z [00:02:52.022]➜  mkdir -p $WORK/b051/
2025-08-20T21:54:09.3132049Z [00:02:52.023]➜  cat >/tmp/go-build3999932643/b051/importcfg << 'EOF' # internal
2025-08-20T21:54:09.3133985Z [00:02:52.023]➜  # import config
2025-08-20T21:54:09.3134365Z [00:02:52.023]➜  packagefile cmp=/tmp/go-build3999932643/b046/_pkg_.a
2025-08-20T21:54:09.3134784Z [00:02:52.023]➜  packagefile iter=/tmp/go-build3999932643/b039/_pkg_.a
2025-08-20T21:54:09.3135212Z [00:02:52.023]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:09.3135530Z [00:02:52.023]➜  EOF
2025-08-20T21:54:09.3135813Z [00:02:52.023]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T21:54:09.3137852Z [00:02:52.023]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b051=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid iFykUHT5cA4lGgnhfBIn/iFykUHT5cA4lGgnhfBIn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b051/importcfg -pack /root/.go/src/slices/iter.go /root/.go/src/slices/slices.go /root/.go/src/slices/sort.go /root/.go/src/slices/zsortanyfunc.go /root/.go/src/slices/zsortordered.go
2025-08-20T21:54:09.3141894Z [00:02:52.023]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d # internal
2025-08-20T21:54:09.3142453Z [00:02:52.023]➜  weak
2025-08-20T21:54:09.3142674Z [00:02:52.023]➜  mkdir -p $WORK/b123/
2025-08-20T21:54:09.3144317Z [00:02:52.024]➜  cat >/tmp/go-build3999932643/b123/importcfg << 'EOF' # internal
2025-08-20T21:54:09.3144679Z [00:02:52.024]➜  # import config
2025-08-20T21:54:09.3145038Z [00:02:52.024]➜  packagefile internal/abi=/tmp/go-build3999932643/b006/_pkg_.a
2025-08-20T21:54:09.3145482Z [00:02:52.024]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:09.3145796Z [00:02:52.024]➜  EOF
2025-08-20T21:54:09.3147603Z [00:02:52.024]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b123=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid yhoITzeK5DP-MybkpRqt/yhoITzeK5DP-MybkpRqt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b123/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T21:54:09.3235656Z [00:02:52.033]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T21:54:09.3237164Z [00:02:52.033]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d # internal
2025-08-20T21:54:09.3238784Z [00:02:52.033]➜  maps
2025-08-20T21:54:09.3240769Z [00:02:52.033]➜  mkdir -p $WORK/b157/
2025-08-20T21:54:09.3246010Z [00:02:52.034]➜  cat >/tmp/go-build3999932643/b157/importcfg << 'EOF' # internal
2025-08-20T21:54:09.3246381Z [00:02:52.034]➜  # import config
2025-08-20T21:54:09.3246784Z [00:02:52.034]➜  packagefile iter=/tmp/go-build3999932643/b039/_pkg_.a
2025-08-20T21:54:09.3247093Z [00:02:52.034]➜  EOF
2025-08-20T21:54:09.3248607Z [00:02:52.034]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b157/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b157=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid XA-Sgfg9JPDGuAJgedrY/XA-Sgfg9JPDGuAJgedrY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b157/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T21:54:09.3394716Z [00:02:52.049]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T21:54:09.3399139Z [00:02:52.049]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d # internal
2025-08-20T21:54:09.3404269Z [00:02:52.050]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T21:54:09.3406988Z [00:02:52.050]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d # internal
2025-08-20T21:54:09.3416147Z [00:02:52.051]➜  golang.org/x/exp/maps
2025-08-20T21:54:09.3423688Z [00:02:52.052]➜  mkdir -p $WORK/b183/
2025-08-20T21:54:09.3425299Z [00:02:52.052]➜  github.com/projectdiscovery/utils/os
2025-08-20T21:54:09.3425906Z [00:02:52.052]➜  mkdir -p $WORK/b189/
2025-08-20T21:54:09.3426560Z [00:02:52.052]➜  cat >/tmp/go-build3999932643/b189/importcfg << 'EOF' # internal
2025-08-20T21:54:09.3427494Z [00:02:52.052]➜  # import config
2025-08-20T21:54:09.3427945Z [00:02:52.052]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:09.3428280Z [00:02:52.052]➜  EOF
2025-08-20T21:54:09.3430466Z [00:02:52.052]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/os=>github.com/projectdiscovery/utils@v0.4.23/os;$WORK/b189=>" -p github.com/projectdiscovery/utils/os -lang=go1.24 -complete -installsuffix shared -buildid tTpWIkKRLjxM0om8hgKf/tTpWIkKRLjxM0om8hgKf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b189/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/os/arch.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/os/os.go
2025-08-20T21:54:09.3448531Z [00:02:52.053]➜  cat >/tmp/go-build3999932643/b183/importcfg << 'EOF' # internal
2025-08-20T21:54:09.3448941Z [00:02:52.053]➜  # import config
2025-08-20T21:54:09.3449316Z [00:02:52.053]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:54:09.3449627Z [00:02:52.053]➜  EOF
2025-08-20T21:54:09.3451987Z [00:02:52.053]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250620022241-b7579e27df2b/maps=>golang.org/x/exp@v0.0.0-20250620022241-b7579e27df2b/maps;$WORK/b183=>" -p golang.org/x/exp/maps -lang=go1.23 -complete -installsuffix shared -buildid JdxFj4kKmgny6E8GHc--/JdxFj4kKmgny6E8GHc-- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b183/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250620022241-b7579e27df2b/maps/maps.go
2025-08-20T21:54:09.3562368Z [00:02:52.065]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T21:54:09.3566089Z [00:02:52.066]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/0c/0c2e231049dd1259eb49628c1360f3c1bbe50eeafa0c3a029fe8c14959c435c2-d # internal
2025-08-20T21:54:09.3751432Z [00:02:52.084]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T21:54:09.3758173Z [00:02:52.085]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/38/38fdda3240b7811cc81c5ffcc49951d87c746a3a6b39d2ff8818c5086531467f-d # internal
2025-08-20T21:54:09.3809286Z [00:02:52.090]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T21:54:09.3810962Z [00:02:52.090]➜  /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-20T21:54:09.3834663Z [00:02:52.093]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/asm.o # internal
2025-08-20T21:54:09.3835254Z [00:02:52.093]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T21:54:09.3852738Z [00:02:52.095]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d # internal
2025-08-20T21:54:09.3855057Z [00:02:52.095]➜  sort
2025-08-20T21:54:09.3857254Z [00:02:52.095]➜  mkdir -p $WORK/b101/
2025-08-20T21:54:09.3860593Z [00:02:52.095]➜  cat >/tmp/go-build3999932643/b101/importcfg << 'EOF' # internal
2025-08-20T21:54:09.3862520Z [00:02:52.096]➜  # import config
2025-08-20T21:54:09.3865533Z [00:02:52.096]➜  packagefile internal/reflectlite=/tmp/go-build3999932643/b005/_pkg_.a
2025-08-20T21:54:09.3866183Z [00:02:52.096]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:09.3866625Z [00:02:52.096]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:09.3866933Z [00:02:52.096]➜  EOF
2025-08-20T21:54:09.3867242Z [00:02:52.096]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:09.3869295Z [00:02:52.096]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b101=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid p4KTq1vYeL3p6fuhbC28/p4KTq1vYeL3p6fuhbC28 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack /root/.go/src/sort/search.go /root/.go/src/sort/slice.go /root/.go/src/sort/sort.go /root/.go/src/sort/zsortfunc.go /root/.go/src/sort/zsortinterface.go
2025-08-20T21:54:09.3881342Z [00:02:52.097]➜  errors
2025-08-20T21:54:09.3883608Z [00:02:52.097]➜  mkdir -p $WORK/b004/
2025-08-20T21:54:09.3884010Z [00:02:52.097]➜  cat >/tmp/go-build3999932643/b004/importcfg << 'EOF' # internal
2025-08-20T21:54:09.3884362Z [00:02:52.097]➜  # import config
2025-08-20T21:54:09.3884764Z [00:02:52.097]➜  packagefile internal/reflectlite=/tmp/go-build3999932643/b005/_pkg_.a
2025-08-20T21:54:09.3885126Z [00:02:52.097]➜  EOF
2025-08-20T21:54:09.3886666Z [00:02:52.098]➜  /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-20T21:54:09.4056842Z [00:02:52.113]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T21:54:09.4058873Z [00:02:52.115]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d # internal
2025-08-20T21:54:09.4060371Z [00:02:52.115]➜  internal/bisect
2025-08-20T21:54:09.4061150Z [00:02:52.115]➜  mkdir -p $WORK/b059/
2025-08-20T21:54:09.4061571Z [00:02:52.115]➜  cat >/tmp/go-build3999932643/b059/importcfg << 'EOF' # internal
2025-08-20T21:54:09.4061925Z [00:02:52.115]➜  # import config
2025-08-20T21:54:09.4062614Z [00:02:52.115]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:09.4063122Z [00:02:52.115]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:09.4063557Z [00:02:52.115]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:09.4063884Z [00:02:52.115]➜  EOF
2025-08-20T21:54:09.4065498Z [00:02:52.115]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/internal/bisect=>internal/bisect;$WORK/b059=>" -p internal/bisect -lang=go1.25 -std -complete -installsuffix shared -buildid l4jKZnf1JVKltmsYep8x/l4jKZnf1JVKltmsYep8x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T21:54:09.4066840Z [00:02:52.115]➜  internal/testlog
2025-08-20T21:54:09.4067094Z [00:02:52.115]➜  mkdir -p $WORK/b064/
2025-08-20T21:54:09.4070335Z [00:02:52.116]➜  cat >/tmp/go-build3999932643/b064/importcfg << 'EOF' # internal
2025-08-20T21:54:09.4070744Z [00:02:52.116]➜  # import config
2025-08-20T21:54:09.4071075Z [00:02:52.116]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:09.4071511Z [00:02:52.116]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:09.4071839Z [00:02:52.116]➜  EOF
2025-08-20T21:54:09.4073472Z [00:02:52.116]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b064/_pkg_.a -trimpath "/root/.go/src/internal/testlog=>internal/testlog;$WORK/b064=>" -p internal/testlog -lang=go1.25 -std -complete -installsuffix shared -buildid lZKBL5EBzISAizWwsOPq/lZKBL5EBzISAizWwsOPq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b064/importcfg -pack /root/.go/src/internal/testlog/exit.go /root/.go/src/internal/testlog/log.go
2025-08-20T21:54:09.4121945Z [00:02:52.119]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T21:54:09.4122885Z [00:02:52.120]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d # internal
2025-08-20T21:54:09.4123571Z [00:02:52.120]➜  io
2025-08-20T21:54:09.4123904Z [00:02:52.121]➜  mkdir -p $WORK/b034/
2025-08-20T21:54:09.4124386Z [00:02:52.121]➜  cat >/tmp/go-build3999932643/b034/importcfg << 'EOF' # internal
2025-08-20T21:54:09.4124842Z [00:02:52.121]➜  # import config
2025-08-20T21:54:09.4125273Z [00:02:52.121]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:09.4125809Z [00:02:52.121]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:09.4126217Z [00:02:52.121]➜  EOF
2025-08-20T21:54:09.4127930Z [00:02:52.121]➜  /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-20T21:54:09.4319799Z [00:02:52.141]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T21:54:09.4326175Z [00:02:52.142]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d # internal
2025-08-20T21:54:09.4334831Z [00:02:52.142]➜  strconv
2025-08-20T21:54:09.4335439Z [00:02:52.142]➜  mkdir -p $WORK/b050/
2025-08-20T21:54:09.4335892Z [00:02:52.143]➜  cat >/tmp/go-build3999932643/b050/importcfg << 'EOF' # internal
2025-08-20T21:54:09.4336275Z [00:02:52.143]➜  # import config
2025-08-20T21:54:09.4336615Z [00:02:52.143]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:09.4337071Z [00:02:52.143]➜  packagefile internal/bytealg=/tmp/go-build3999932643/b011/_pkg_.a
2025-08-20T21:54:09.4337723Z [00:02:52.143]➜  packagefile internal/stringslite=/tmp/go-build3999932643/b032/_pkg_.a
2025-08-20T21:54:09.4338198Z [00:02:52.143]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:09.4338624Z [00:02:52.143]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:09.4339449Z [00:02:52.143]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:09.4339861Z [00:02:52.143]➜  EOF
2025-08-20T21:54:09.4342679Z [00:02:52.143]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b050=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid -NFPF1TgPmFIp5xx8aOt/-NFPF1TgPmFIp5xx8aOt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b050/importcfg -pack /root/.go/src/strconv/atob.go /root/.go/src/strconv/atoc.go /root/.go/src/strconv/atof.go /root/.go/src/strconv/atoi.go /root/.go/src/strconv/bytealg.go /root/.go/src/strconv/ctoa.go /root/.go/src/strconv/decimal.go /root/.go/src/strconv/doc.go /root/.go/src/strconv/eisel_lemire.go /root/.go/src/strconv/ftoa.go /root/.go/src/strconv/ftoaryu.go /root/.go/src/strconv/isprint.go /root/.go/src/strconv/itoa.go /root/.go/src/strconv/quote.go
2025-08-20T21:54:09.4696484Z [00:02:52.179]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T21:54:09.4697861Z [00:02:52.179]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d # internal
2025-08-20T21:54:09.4698491Z [00:02:52.179]➜  internal/oserror
2025-08-20T21:54:09.4698753Z [00:02:52.179]➜  mkdir -p $WORK/b055/
2025-08-20T21:54:09.4699139Z [00:02:52.179]➜  cat >/tmp/go-build3999932643/b055/importcfg << 'EOF' # internal
2025-08-20T21:54:09.4699913Z [00:02:52.179]➜  # import config
2025-08-20T21:54:09.4700261Z [00:02:52.179]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:09.4700572Z [00:02:52.179]➜  EOF
2025-08-20T21:54:09.4702088Z [00:02:52.179]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/internal/oserror=>internal/oserror;$WORK/b055=>" -p internal/oserror -lang=go1.25 -std -complete -installsuffix shared -buildid DkixL9Lt3mtxmevGhxjJ/DkixL9Lt3mtxmevGhxjJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T21:54:09.4782985Z [00:02:52.188]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T21:54:09.4814689Z [00:02:52.191]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d # internal
2025-08-20T21:54:09.4815351Z [00:02:52.191]➜  path
2025-08-20T21:54:09.4815631Z [00:02:52.191]➜  mkdir -p $WORK/b056/
2025-08-20T21:54:09.4832381Z [00:02:52.193]➜  cat >/tmp/go-build3999932643/b056/importcfg << 'EOF' # internal
2025-08-20T21:54:09.4833155Z [00:02:52.193]➜  # import config
2025-08-20T21:54:09.4833918Z [00:02:52.193]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:09.4834423Z [00:02:52.193]➜  packagefile internal/bytealg=/tmp/go-build3999932643/b011/_pkg_.a
2025-08-20T21:54:09.4834914Z [00:02:52.193]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:09.4835246Z [00:02:52.193]➜  EOF
2025-08-20T21:54:09.4836687Z [00:02:52.193]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b056=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid IZsxqBDjV4qmdR3qJ35o/IZsxqBDjV4qmdR3qJ35o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b056/importcfg -pack /root/.go/src/path/match.go /root/.go/src/path/path.go
2025-08-20T21:54:09.4849363Z [00:02:52.194]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T21:54:09.4852657Z [00:02:52.195]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d # internal
2025-08-20T21:54:09.4853993Z [00:02:52.195]➜  internal/godebug
2025-08-20T21:54:09.4854291Z [00:02:52.195]➜  mkdir -p $WORK/b058/
2025-08-20T21:54:09.4857475Z [00:02:52.195]➜  cat >/tmp/go-build3999932643/b058/importcfg << 'EOF' # internal
2025-08-20T21:54:09.4857976Z [00:02:52.195]➜  # import config
2025-08-20T21:54:09.4858778Z [00:02:52.195]➜  packagefile internal/bisect=/tmp/go-build3999932643/b059/_pkg_.a
2025-08-20T21:54:09.4859486Z [00:02:52.195]➜  packagefile internal/godebugs=/tmp/go-build3999932643/b016/_pkg_.a
2025-08-20T21:54:09.4860054Z [00:02:52.195]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:09.4860514Z [00:02:52.195]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:09.4862359Z [00:02:52.195]➜  EOF
2025-08-20T21:54:09.4882266Z [00:02:52.197]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/internal/godebug=>internal/godebug;$WORK/b058=>" -p internal/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid LmYiLXYZhZSnPow1X0TD/LmYiLXYZhZSnPow1X0TD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b058/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T21:54:09.4912500Z [00:02:52.200]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T21:54:09.4926068Z [00:02:52.202]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d # internal
2025-08-20T21:54:09.4926662Z [00:02:52.202]➜  bytes
2025-08-20T21:54:09.4926920Z [00:02:52.202]➜  mkdir -p $WORK/b003/
2025-08-20T21:54:09.4931349Z [00:02:52.202]➜  cat >/tmp/go-build3999932643/b003/importcfg << 'EOF' # internal
2025-08-20T21:54:09.4931836Z [00:02:52.202]➜  # import config
2025-08-20T21:54:09.4932743Z [00:02:52.202]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:09.4933349Z [00:02:52.202]➜  packagefile internal/bytealg=/tmp/go-build3999932643/b011/_pkg_.a
2025-08-20T21:54:09.4933892Z [00:02:52.202]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:09.4934392Z [00:02:52.202]➜  packagefile iter=/tmp/go-build3999932643/b039/_pkg_.a
2025-08-20T21:54:09.4934834Z [00:02:52.202]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:09.4936119Z [00:02:52.202]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:09.4936589Z [00:02:52.202]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:09.4937050Z [00:02:52.202]➜  EOF
2025-08-20T21:54:09.4938778Z [00:02:52.203]➜  /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-20T21:54:09.5150789Z [00:02:52.224]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T21:54:09.5155268Z [00:02:52.225]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d # internal
2025-08-20T21:54:09.5159073Z [00:02:52.225]➜  strings
2025-08-20T21:54:09.5159481Z [00:02:52.225]➜  mkdir -p $WORK/b043/
2025-08-20T21:54:09.5164731Z [00:02:52.226]➜  cat >/tmp/go-build3999932643/b043/importcfg << 'EOF' # internal
2025-08-20T21:54:09.5165079Z [00:02:52.226]➜  # import config
2025-08-20T21:54:09.5165430Z [00:02:52.226]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:09.5165877Z [00:02:52.226]➜  packagefile internal/abi=/tmp/go-build3999932643/b006/_pkg_.a
2025-08-20T21:54:09.5166496Z [00:02:52.226]➜  packagefile internal/bytealg=/tmp/go-build3999932643/b011/_pkg_.a
2025-08-20T21:54:09.5167152Z [00:02:52.226]➜  packagefile internal/stringslite=/tmp/go-build3999932643/b032/_pkg_.a
2025-08-20T21:54:09.5167851Z [00:02:52.226]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:09.5168404Z [00:02:52.226]➜  packagefile iter=/tmp/go-build3999932643/b039/_pkg_.a
2025-08-20T21:54:09.5168985Z [00:02:52.226]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:09.5169539Z [00:02:52.226]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:09.5170439Z [00:02:52.226]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:09.5171051Z [00:02:52.226]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:09.5171515Z [00:02:52.226]➜  EOF
2025-08-20T21:54:09.5200878Z [00:02:52.226]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b043=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid 7c9vJPLXfeWsNhsNR7m0/7c9vJPLXfeWsNhsNR7m0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b043/importcfg -pack /root/.go/src/strings/builder.go /root/.go/src/strings/clone.go /root/.go/src/strings/compare.go /root/.go/src/strings/iter.go /root/.go/src/strings/reader.go /root/.go/src/strings/replace.go /root/.go/src/strings/search.go /root/.go/src/strings/strings.go
2025-08-20T21:54:09.5920292Z [00:02:52.301]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T21:54:09.5941420Z [00:02:52.303]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d # internal
2025-08-20T21:54:09.5952558Z [00:02:52.305]➜  syscall
2025-08-20T21:54:09.5953489Z [00:02:52.305]➜  mkdir -p $WORK/b060/
2025-08-20T21:54:09.5959475Z [00:02:52.305]➜  echo -n > $WORK/b060/go_asm.h # internal
2025-08-20T21:54:09.5964613Z [00:02:52.306]➜  cd /root/.go/src/syscall
2025-08-20T21:54:09.5965626Z [00:02:52.306]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b060=>" -I $WORK/b060/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b060/symabis ./asm_linux_arm64.s
2025-08-20T21:54:09.5998325Z [00:02:52.309]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T21:54:09.6007267Z [00:02:52.310]➜  cat >/tmp/go-build3999932643/b060/importcfg << 'EOF' # internal
2025-08-20T21:54:09.6007798Z [00:02:52.310]➜  # import config
2025-08-20T21:54:09.6008158Z [00:02:52.310]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:09.6008629Z [00:02:52.310]➜  packagefile internal/asan=/tmp/go-build3999932643/b028/_pkg_.a
2025-08-20T21:54:09.6009109Z [00:02:52.310]➜  packagefile internal/bytealg=/tmp/go-build3999932643/b011/_pkg_.a
2025-08-20T21:54:09.6009603Z [00:02:52.310]➜  packagefile internal/byteorder=/tmp/go-build3999932643/b013/_pkg_.a
2025-08-20T21:54:09.6010091Z [00:02:52.310]➜  packagefile internal/goarch=/tmp/go-build3999932643/b007/_pkg_.a
2025-08-20T21:54:09.6010577Z [00:02:52.310]➜  packagefile internal/itoa=/tmp/go-build3999932643/b048/_pkg_.a
2025-08-20T21:54:09.6011042Z [00:02:52.310]➜  packagefile internal/msan=/tmp/go-build3999932643/b029/_pkg_.a
2025-08-20T21:54:09.6011515Z [00:02:52.310]➜  packagefile internal/oserror=/tmp/go-build3999932643/b055/_pkg_.a
2025-08-20T21:54:09.6011987Z [00:02:52.310]➜  packagefile internal/race=/tmp/go-build3999932643/b030/_pkg_.a
2025-08-20T21:54:09.6012496Z [00:02:52.310]➜  packagefile internal/runtime/syscall=/tmp/go-build3999932643/b024/_pkg_.a
2025-08-20T21:54:09.6012991Z [00:02:52.310]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:09.6013413Z [00:02:52.310]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:09.6013823Z [00:02:52.310]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:09.6014255Z [00:02:52.310]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:09.6014585Z [00:02:52.310]➜  EOF
2025-08-20T21:54:09.6014852Z [00:02:52.310]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:09.6020556Z [00:02:52.310]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b060=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid ktFerKhiYiuGIxv1i7DE/ktFerKhiYiuGIxv1i7DE -goversion go1.25.0 -symabis $WORK/b060/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b060/importcfg -pack -asmhdr $WORK/b060/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-20T21:54:09.6068715Z [00:02:52.316]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d # internal
2025-08-20T21:54:09.6103343Z [00:02:52.320]➜  reflect
2025-08-20T21:54:09.6103651Z [00:02:52.320]➜  mkdir -p $WORK/b047/
2025-08-20T21:54:09.6104469Z [00:02:52.320]➜  echo -n > $WORK/b047/go_asm.h # internal
2025-08-20T21:54:09.6105050Z [00:02:52.320]➜  cd /root/.go/src/reflect
2025-08-20T21:54:09.6106006Z [00:02:52.320]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b047/symabis ./asm_arm64.s
2025-08-20T21:54:09.6232653Z [00:02:52.332]➜  cat >/tmp/go-build3999932643/b047/importcfg << 'EOF' # internal
2025-08-20T21:54:09.6233102Z [00:02:52.333]➜  # import config
2025-08-20T21:54:09.6233445Z [00:02:52.333]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:09.6233890Z [00:02:52.333]➜  packagefile internal/abi=/tmp/go-build3999932643/b006/_pkg_.a
2025-08-20T21:54:09.6234399Z [00:02:52.333]➜  packagefile internal/bytealg=/tmp/go-build3999932643/b011/_pkg_.a
2025-08-20T21:54:09.6234886Z [00:02:52.333]➜  packagefile internal/goarch=/tmp/go-build3999932643/b007/_pkg_.a
2025-08-20T21:54:09.6235358Z [00:02:52.333]➜  packagefile internal/itoa=/tmp/go-build3999932643/b048/_pkg_.a
2025-08-20T21:54:09.6235819Z [00:02:52.333]➜  packagefile internal/race=/tmp/go-build3999932643/b030/_pkg_.a
2025-08-20T21:54:09.6236329Z [00:02:52.333]➜  packagefile internal/runtime/maps=/tmp/go-build3999932643/b027/_pkg_.a
2025-08-20T21:54:09.6236854Z [00:02:52.333]➜  packagefile internal/runtime/sys=/tmp/go-build3999932643/b031/_pkg_.a
2025-08-20T21:54:09.6237566Z [00:02:52.333]➜  packagefile internal/unsafeheader=/tmp/go-build3999932643/b009/_pkg_.a
2025-08-20T21:54:09.6238099Z [00:02:52.333]➜  packagefile iter=/tmp/go-build3999932643/b039/_pkg_.a
2025-08-20T21:54:09.6238508Z [00:02:52.333]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:09.6238935Z [00:02:52.333]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:09.6239357Z [00:02:52.333]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:09.6239769Z [00:02:52.333]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:09.6240183Z [00:02:52.333]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:09.6240634Z [00:02:52.333]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:09.6240962Z [00:02:52.333]➜  EOF
2025-08-20T21:54:09.6241228Z [00:02:52.333]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:09.6323837Z [00:02:52.333]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b047=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid n7dc5IpgUHaURtvfKDUL/n7dc5IpgUHaURtvfKDUL -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/reflect/abi.go /root/.go/src/reflect/badlinkname.go /root/.go/src/reflect/deepequal.go /root/.go/src/reflect/float32reg_generic.go /root/.go/src/reflect/iter.go /root/.go/src/reflect/makefunc.go /root/.go/src/reflect/map_swiss.go /root/.go/src/reflect/swapper.go /root/.go/src/reflect/type.go /root/.go/src/reflect/value.go /root/.go/src/reflect/visiblefields.go
2025-08-20T21:54:09.6326419Z [00:02:52.341]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T21:54:09.6348468Z [00:02:52.343]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T21:54:09.6349206Z [00:02:52.343]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d # internal
2025-08-20T21:54:09.6349751Z [00:02:52.344]➜  encoding/base64
2025-08-20T21:54:09.6350008Z [00:02:52.344]➜  mkdir -p $WORK/b069/
2025-08-20T21:54:09.6350378Z [00:02:52.344]➜  cat >/tmp/go-build3999932643/b069/importcfg << 'EOF' # internal
2025-08-20T21:54:09.6350718Z [00:02:52.344]➜  # import config
2025-08-20T21:54:09.6351122Z [00:02:52.344]➜  packagefile internal/byteorder=/tmp/go-build3999932643/b013/_pkg_.a
2025-08-20T21:54:09.6351578Z [00:02:52.344]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:09.6351984Z [00:02:52.344]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:09.6352401Z [00:02:52.344]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:09.6353100Z [00:02:52.344]➜  EOF
2025-08-20T21:54:09.6354583Z [00:02:52.344]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b069=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid FKJwPhQaRaoMo7QhtkYl/FKJwPhQaRaoMo7QhtkYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T21:54:09.6356256Z [00:02:52.345]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d # internal
2025-08-20T21:54:09.6358098Z [00:02:52.345]➜  bufio
2025-08-20T21:54:09.6358336Z [00:02:52.345]➜  mkdir -p $WORK/b002/
2025-08-20T21:54:09.6363139Z [00:02:52.345]➜  cat >/tmp/go-build3999932643/b002/importcfg << 'EOF' # internal
2025-08-20T21:54:09.6363642Z [00:02:52.346]➜  # import config
2025-08-20T21:54:09.6363992Z [00:02:52.346]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:09.6364441Z [00:02:52.346]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:09.6364898Z [00:02:52.346]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:09.6365313Z [00:02:52.346]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:09.6365753Z [00:02:52.346]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:09.6366084Z [00:02:52.346]➜  EOF
2025-08-20T21:54:09.6367640Z [00:02:52.346]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b002/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b002=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid Q1p5ESaeRWXuhO4Me_H8/Q1p5ESaeRWXuhO4Me_H8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T21:54:09.6773057Z [00:02:52.387]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T21:54:09.6785365Z [00:02:52.388]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d # internal
2025-08-20T21:54:09.6791962Z [00:02:52.389]➜  hash
2025-08-20T21:54:09.6799687Z [00:02:52.389]➜  mkdir -p $WORK/b075/
2025-08-20T21:54:09.6811759Z [00:02:52.390]➜  cat >/tmp/go-build3999932643/b075/importcfg << 'EOF' # internal
2025-08-20T21:54:09.6812569Z [00:02:52.390]➜  # import config
2025-08-20T21:54:09.6814801Z [00:02:52.390]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:09.6815128Z [00:02:52.391]➜  EOF
2025-08-20T21:54:09.6816757Z [00:02:52.391]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b075=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid 8Uee5i_pcRkHzOIsnGmB/8Uee5i_pcRkHzOIsnGmB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b075/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T21:54:09.6938143Z [00:02:52.403]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T21:54:09.6956786Z [00:02:52.405]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d # internal
2025-08-20T21:54:09.6965785Z [00:02:52.406]➜  crypto/internal/fips140deps/godebug
2025-08-20T21:54:09.6966290Z [00:02:52.406]➜  mkdir -p $WORK/b081/
2025-08-20T21:54:09.6975112Z [00:02:52.407]➜  cat >/tmp/go-build3999932643/b081/importcfg << 'EOF' # internal
2025-08-20T21:54:09.6976099Z [00:02:52.407]➜  # import config
2025-08-20T21:54:09.6976734Z [00:02:52.407]➜  packagefile internal/godebug=/tmp/go-build3999932643/b058/_pkg_.a
2025-08-20T21:54:09.6977236Z [00:02:52.407]➜  EOF
2025-08-20T21:54:09.6982268Z [00:02:52.407]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/godebug=>crypto/internal/fips140deps/godebug;$WORK/b081=>" -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/b081/importcfg -pack /root/.go/src/crypto/internal/fips140deps/godebug/godebug.go
2025-08-20T21:54:09.7005588Z [00:02:52.409]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T21:54:09.7007830Z [00:02:52.410]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d # internal
2025-08-20T21:54:09.7008752Z [00:02:52.410]➜  crypto
2025-08-20T21:54:09.7009259Z [00:02:52.410]➜  mkdir -p $WORK/b074/
2025-08-20T21:54:09.7009838Z [00:02:52.410]➜  cat >/tmp/go-build3999932643/b074/importcfg << 'EOF' # internal
2025-08-20T21:54:09.7010909Z [00:02:52.410]➜  # import config
2025-08-20T21:54:09.7011470Z [00:02:52.410]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:09.7012059Z [00:02:52.410]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:09.7012838Z [00:02:52.410]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:09.7013572Z [00:02:52.410]➜  EOF
2025-08-20T21:54:09.7015186Z [00:02:52.410]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b074=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid dgNSfK5ZCKqEnZCelX39/dgNSfK5ZCKqEnZCelX39 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b074/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T21:54:09.7146320Z [00:02:52.423]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T21:54:09.7148872Z [00:02:52.424]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d # internal
2025-08-20T21:54:09.7150366Z [00:02:52.424]➜  crypto/internal/fips140
2025-08-20T21:54:09.7151039Z [00:02:52.424]➜  mkdir -p $WORK/b080/
2025-08-20T21:54:09.7155276Z [00:02:52.425]➜  cat >/tmp/go-build3999932643/b080/importcfg << 'EOF' # internal
2025-08-20T21:54:09.7156001Z [00:02:52.425]➜  # import config
2025-08-20T21:54:09.7156748Z [00:02:52.425]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3999932643/b081/_pkg_.a
2025-08-20T21:54:09.7157819Z [00:02:52.425]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:09.7158484Z [00:02:52.425]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:09.7159186Z [00:02:52.425]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:09.7160014Z [00:02:52.425]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:09.7160547Z [00:02:52.425]➜  EOF
2025-08-20T21:54:09.7163195Z [00:02:52.425]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140=>crypto/internal/fips140;$WORK/b080=>" -p crypto/internal/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid kjNalgJ9uA2kVbAh4fIp/kjNalgJ9uA2kVbAh4fIp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b080/importcfg -pack /root/.go/src/crypto/internal/fips140/cast.go /root/.go/src/crypto/internal/fips140/fips140.go /root/.go/src/crypto/internal/fips140/indicator.go /root/.go/src/crypto/internal/fips140/notasan.go /root/.go/src/crypto/internal/fips140/notboring.go
2025-08-20T21:54:09.7293563Z [00:02:52.439]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T21:54:09.7297919Z [00:02:52.439]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d # internal
2025-08-20T21:54:09.7299443Z [00:02:52.439]➜  crypto/internal/impl
2025-08-20T21:54:09.7300206Z [00:02:52.439]➜  mkdir -p $WORK/b089/
2025-08-20T21:54:09.7300952Z [00:02:52.439]➜  cat >/tmp/go-build3999932643/b089/importcfg << 'EOF' # internal
2025-08-20T21:54:09.7301655Z [00:02:52.439]➜  # import config
2025-08-20T21:54:09.7302235Z [00:02:52.439]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:09.7302914Z [00:02:52.439]➜  EOF
2025-08-20T21:54:09.7312844Z [00:02:52.440]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/.go/src/crypto/internal/impl=>crypto/internal/impl;$WORK/b089=>" -p crypto/internal/impl -lang=go1.25 -std -complete -installsuffix shared -buildid 6QumvVO52A7zozQnmsdk/6QumvVO52A7zozQnmsdk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b089/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T21:54:09.7318834Z [00:02:52.441]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T21:54:09.7320146Z [00:02:52.441]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d # internal
2025-08-20T21:54:09.7320711Z [00:02:52.441]➜  math/rand/v2
2025-08-20T21:54:09.7320960Z [00:02:52.441]➜  mkdir -p $WORK/b094/
2025-08-20T21:54:09.7321329Z [00:02:52.441]➜  cat >/tmp/go-build3999932643/b094/importcfg << 'EOF' # internal
2025-08-20T21:54:09.7321675Z [00:02:52.441]➜  # import config
2025-08-20T21:54:09.7322011Z [00:02:52.441]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:09.7322487Z [00:02:52.441]➜  packagefile internal/byteorder=/tmp/go-build3999932643/b013/_pkg_.a
2025-08-20T21:54:09.7323008Z [00:02:52.441]➜  packagefile internal/chacha8rand=/tmp/go-build3999932643/b014/_pkg_.a
2025-08-20T21:54:09.7323470Z [00:02:52.441]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:09.7323897Z [00:02:52.441]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:09.7324213Z [00:02:52.441]➜  EOF
2025-08-20T21:54:09.7327505Z [00:02:52.442]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b094/_pkg_.a -trimpath "/root/.go/src/math/rand/v2=>math/rand/v2;$WORK/b094=>" -p math/rand/v2 -lang=go1.25 -std -complete -installsuffix shared -buildid ZfMw8tkUidw9934lNf6V/ZfMw8tkUidw9934lNf6V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b094/importcfg -pack /root/.go/src/math/rand/v2/chacha8.go /root/.go/src/math/rand/v2/exp.go /root/.go/src/math/rand/v2/normal.go /root/.go/src/math/rand/v2/pcg.go /root/.go/src/math/rand/v2/rand.go /root/.go/src/math/rand/v2/zipf.go
2025-08-20T21:54:09.7496926Z [00:02:52.459]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T21:54:09.7498066Z [00:02:52.459]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d # internal
2025-08-20T21:54:09.7499572Z [00:02:52.459]➜  crypto/internal/fips140/sha256
2025-08-20T21:54:09.7499877Z [00:02:52.459]➜  mkdir -p $WORK/b086/
2025-08-20T21:54:09.7500182Z [00:02:52.459]➜  echo -n > $WORK/b086/go_asm.h # internal
2025-08-20T21:54:09.7500540Z [00:02:52.459]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T21:54:09.7501876Z [00:02:52.459]➜  /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/b086=>" -I $WORK/b086/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b086/symabis ./sha256block_arm64.s
2025-08-20T21:54:09.7525657Z [00:02:52.462]➜  cat >/tmp/go-build3999932643/b086/importcfg << 'EOF' # internal
2025-08-20T21:54:09.7526046Z [00:02:52.462]➜  # import config
2025-08-20T21:54:09.7526388Z [00:02:52.462]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:09.7526879Z [00:02:52.462]➜  packagefile crypto/internal/fips140=/tmp/go-build3999932643/b080/_pkg_.a
2025-08-20T21:54:09.7527626Z [00:02:52.462]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3999932643/b087/_pkg_.a
2025-08-20T21:54:09.7528322Z [00:02:52.462]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3999932643/b088/_pkg_.a
2025-08-20T21:54:09.7528909Z [00:02:52.462]➜  packagefile crypto/internal/impl=/tmp/go-build3999932643/b089/_pkg_.a
2025-08-20T21:54:09.7529382Z [00:02:52.462]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:09.7529799Z [00:02:52.462]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:09.7530224Z [00:02:52.462]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:09.7530557Z [00:02:52.462]➜  EOF
2025-08-20T21:54:09.7533913Z [00:02:52.463]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:09.7536846Z [00:02:52.463]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b086=>" -p crypto/internal/fips140/sha256 -lang=go1.25 -std -installsuffix shared -buildid XQzWVxa3jQncItt-ppNY/XQzWVxa3jQncItt-ppNY -goversion go1.25.0 -symabis $WORK/b086/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b086/importcfg -pack -asmhdr $WORK/b086/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-20T21:54:09.7862604Z [00:02:52.496]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T21:54:09.7870600Z [00:02:52.496]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d # internal
2025-08-20T21:54:09.7879915Z [00:02:52.497]➜  crypto/internal/fips140/sha3
2025-08-20T21:54:09.7880441Z [00:02:52.497]➜  mkdir -p $WORK/b090/
2025-08-20T21:54:09.7881939Z [00:02:52.497]➜  echo -n > $WORK/b090/go_asm.h # internal
2025-08-20T21:54:09.7882332Z [00:02:52.497]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T21:54:09.7883905Z [00:02:52.497]➜  /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/b090=>" -I $WORK/b090/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b090/symabis ./sha3_arm64.s
2025-08-20T21:54:09.7924381Z [00:02:52.502]➜  cat >/tmp/go-build3999932643/b090/importcfg << 'EOF' # internal
2025-08-20T21:54:09.7924762Z [00:02:52.502]➜  # import config
2025-08-20T21:54:09.7925105Z [00:02:52.502]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:09.7925614Z [00:02:52.502]➜  packagefile crypto/internal/fips140=/tmp/go-build3999932643/b080/_pkg_.a
2025-08-20T21:54:09.7926187Z [00:02:52.502]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3999932643/b091/_pkg_.a
2025-08-20T21:54:09.7926810Z [00:02:52.502]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3999932643/b087/_pkg_.a
2025-08-20T21:54:09.7927666Z [00:02:52.502]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3999932643/b088/_pkg_.a
2025-08-20T21:54:09.7929135Z [00:02:52.502]➜  packagefile crypto/internal/impl=/tmp/go-build3999932643/b089/_pkg_.a
2025-08-20T21:54:09.7929762Z [00:02:52.502]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:09.7930300Z [00:02:52.502]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:09.7930819Z [00:02:52.502]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:09.7931214Z [00:02:52.502]➜  EOF
2025-08-20T21:54:09.7938193Z [00:02:52.503]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:09.7941494Z [00:02:52.503]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b090/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b090=>" -p crypto/internal/fips140/sha3 -lang=go1.25 -std -installsuffix shared -buildid 5NyZ3zk_6nxSVqI7PXdR/5NyZ3zk_6nxSVqI7PXdR -goversion go1.25.0 -symabis $WORK/b090/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b090/importcfg -pack -asmhdr $WORK/b090/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-20T21:54:09.7959546Z [00:02:52.505]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T21:54:09.7962760Z [00:02:52.505]➜  /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/b086=>" -I $WORK/b086/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b086/sha256block_arm64.o ./sha256block_arm64.s
2025-08-20T21:54:09.8053233Z [00:02:52.515]➜  go tool pack r $WORK/b086/_pkg_.a $WORK/b086/sha256block_arm64.o # internal
2025-08-20T21:54:09.8053715Z [00:02:52.515]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T21:54:09.8058707Z [00:02:52.515]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d # internal
2025-08-20T21:54:09.8059895Z [00:02:52.515]➜  crypto/internal/fips140/sha512
2025-08-20T21:54:09.8060386Z [00:02:52.515]➜  mkdir -p $WORK/b092/
2025-08-20T21:54:09.8061229Z [00:02:52.515]➜  echo -n > $WORK/b092/go_asm.h # internal
2025-08-20T21:54:09.8061647Z [00:02:52.516]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T21:54:09.8063949Z [00:02:52.516]➜  /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/b092=>" -I $WORK/b092/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b092/symabis ./sha512block_arm64.s
2025-08-20T21:54:09.8161932Z [00:02:52.525]➜  cat >/tmp/go-build3999932643/b092/importcfg << 'EOF' # internal
2025-08-20T21:54:09.8163272Z [00:02:52.526]➜  # import config
2025-08-20T21:54:09.8163980Z [00:02:52.526]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:09.8164866Z [00:02:52.526]➜  packagefile crypto/internal/fips140=/tmp/go-build3999932643/b080/_pkg_.a
2025-08-20T21:54:09.8165563Z [00:02:52.526]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3999932643/b087/_pkg_.a
2025-08-20T21:54:09.8166199Z [00:02:52.526]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3999932643/b088/_pkg_.a
2025-08-20T21:54:09.8166767Z [00:02:52.526]➜  packagefile crypto/internal/impl=/tmp/go-build3999932643/b089/_pkg_.a
2025-08-20T21:54:09.8167235Z [00:02:52.526]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:09.8167833Z [00:02:52.526]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:09.8168262Z [00:02:52.526]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:09.8168581Z [00:02:52.526]➜  EOF
2025-08-20T21:54:09.8168845Z [00:02:52.526]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:09.8171559Z [00:02:52.526]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b092/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b092=>" -p crypto/internal/fips140/sha512 -lang=go1.25 -std -installsuffix shared -buildid vU8PREIG3jI8YOHtjSmu/vU8PREIG3jI8YOHtjSmu -goversion go1.25.0 -symabis $WORK/b092/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b092/importcfg -pack -asmhdr $WORK/b092/go_asm.h /root/.go/src/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-20T21:54:09.8408460Z [00:02:52.550]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T21:54:09.8409816Z [00:02:52.550]➜  /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/b090=>" -I $WORK/b090/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b090/sha3_arm64.o ./sha3_arm64.s
2025-08-20T21:54:09.8458416Z [00:02:52.554]➜  go tool pack r $WORK/b090/_pkg_.a $WORK/b090/sha3_arm64.o # internal
2025-08-20T21:54:09.8459096Z [00:02:52.554]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T21:54:09.8470664Z [00:02:52.556]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d # internal
2025-08-20T21:54:09.8471934Z [00:02:52.556]➜  crypto/internal/randutil
2025-08-20T21:54:09.8472263Z [00:02:52.556]➜  mkdir -p $WORK/b093/
2025-08-20T21:54:09.8476200Z [00:02:52.557]➜  cat >/tmp/go-build3999932643/b093/importcfg << 'EOF' # internal
2025-08-20T21:54:09.8476590Z [00:02:52.557]➜  # import config
2025-08-20T21:54:09.8477775Z [00:02:52.557]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:09.8478692Z [00:02:52.557]➜  packagefile math/rand/v2=/tmp/go-build3999932643/b094/_pkg_.a
2025-08-20T21:54:09.8479055Z [00:02:52.557]➜  EOF
2025-08-20T21:54:09.8479329Z [00:02:52.557]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:09.8481088Z [00:02:52.557]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b093/_pkg_.a -trimpath "/root/.go/src/crypto/internal/randutil=>crypto/internal/randutil;$WORK/b093=>" -p crypto/internal/randutil -lang=go1.25 -std -complete -installsuffix shared -buildid jI6rmh7sOgnLoJtpj6tm/jI6rmh7sOgnLoJtpj6tm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b093/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T21:54:09.8616037Z [00:02:52.571]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T21:54:09.8617550Z [00:02:52.571]➜  /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/b092=>" -I $WORK/b092/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b092/sha512block_arm64.o ./sha512block_arm64.s
2025-08-20T21:54:09.8651828Z [00:02:52.574]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T21:54:09.8659972Z [00:02:52.575]➜  go tool pack r $WORK/b092/_pkg_.a $WORK/b092/sha512block_arm64.o # internal
2025-08-20T21:54:09.8660569Z [00:02:52.575]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T21:54:09.8668116Z [00:02:52.576]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d # internal
2025-08-20T21:54:09.8671345Z [00:02:52.576]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d # internal
2025-08-20T21:54:09.8673354Z [00:02:52.577]➜  crypto/internal/fips140/hmac
2025-08-20T21:54:09.8679906Z [00:02:52.577]➜  mkdir -p $WORK/b085/
2025-08-20T21:54:09.8681005Z [00:02:52.577]➜  cat >/tmp/go-build3999932643/b085/importcfg << 'EOF' # internal
2025-08-20T21:54:09.8681387Z [00:02:52.577]➜  # import config
2025-08-20T21:54:09.8681724Z [00:02:52.577]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:09.8682221Z [00:02:52.577]➜  packagefile crypto/internal/fips140=/tmp/go-build3999932643/b080/_pkg_.a
2025-08-20T21:54:09.8682792Z [00:02:52.577]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3999932643/b086/_pkg_.a
2025-08-20T21:54:09.8683371Z [00:02:52.577]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3999932643/b090/_pkg_.a
2025-08-20T21:54:09.8683965Z [00:02:52.577]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3999932643/b092/_pkg_.a
2025-08-20T21:54:09.8684817Z [00:02:52.577]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:09.8685231Z [00:02:52.577]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:09.8685536Z [00:02:52.577]➜  EOF
2025-08-20T21:54:09.8685803Z [00:02:52.577]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:09.8687993Z [00:02:52.577]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hmac=>crypto/internal/fips140/hmac;$WORK/b085=>" -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/b085/importcfg -pack /root/.go/src/crypto/internal/fips140/hmac/cast.go /root/.go/src/crypto/internal/fips140/hmac/hmac.go
2025-08-20T21:54:09.8689722Z [00:02:52.577]➜  math/rand
2025-08-20T21:54:09.8689964Z [00:02:52.577]➜  mkdir -p $WORK/b118/
2025-08-20T21:54:09.8696627Z [00:02:52.579]➜  cat >/tmp/go-build3999932643/b118/importcfg << 'EOF' # internal
2025-08-20T21:54:09.8696994Z [00:02:52.579]➜  # import config
2025-08-20T21:54:09.8699570Z [00:02:52.579]➜  packagefile internal/godebug=/tmp/go-build3999932643/b058/_pkg_.a
2025-08-20T21:54:09.8700123Z [00:02:52.579]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:09.8700536Z [00:02:52.579]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:09.8700966Z [00:02:52.579]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:09.8701295Z [00:02:52.579]➜  EOF
2025-08-20T21:54:09.8703152Z [00:02:52.579]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b118/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b118=>" -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/b118/importcfg -pack /root/.go/src/math/rand/exp.go /root/.go/src/math/rand/normal.go /root/.go/src/math/rand/rand.go /root/.go/src/math/rand/rng.go /root/.go/src/math/rand/zipf.go
2025-08-20T21:54:09.8720739Z [00:02:52.581]➜  cd /root/.go/src/syscall
2025-08-20T21:54:09.8724451Z [00:02:52.581]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b060=>" -I $WORK/b060/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b060/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T21:54:09.8804415Z [00:02:52.590]➜  go tool pack r $WORK/b060/_pkg_.a $WORK/b060/asm_linux_arm64.o # internal
2025-08-20T21:54:09.8805946Z [00:02:52.590]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T21:54:09.8878972Z [00:02:52.597]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T21:54:09.8886450Z [00:02:52.598]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d # internal
2025-08-20T21:54:09.8888369Z [00:02:52.598]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d # internal
2025-08-20T21:54:09.8894083Z [00:02:52.599]➜  time
2025-08-20T21:54:09.8894495Z [00:02:52.599]➜  mkdir -p $WORK/b057/
2025-08-20T21:54:09.8894881Z [00:02:52.599]➜  cat >/tmp/go-build3999932643/b057/importcfg << 'EOF' # internal
2025-08-20T21:54:09.8895237Z [00:02:52.599]➜  # import config
2025-08-20T21:54:09.8895594Z [00:02:52.599]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:09.8896056Z [00:02:52.599]➜  packagefile internal/bytealg=/tmp/go-build3999932643/b011/_pkg_.a
2025-08-20T21:54:09.8896564Z [00:02:52.599]➜  packagefile internal/godebug=/tmp/go-build3999932643/b058/_pkg_.a
2025-08-20T21:54:09.8901170Z [00:02:52.599]➜  packagefile internal/stringslite=/tmp/go-build3999932643/b032/_pkg_.a
2025-08-20T21:54:09.8901706Z [00:02:52.599]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:09.8902145Z [00:02:52.599]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:09.8902949Z [00:02:52.599]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:09.8903366Z [00:02:52.599]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:09.8903680Z [00:02:52.599]➜  EOF
2025-08-20T21:54:09.8903948Z [00:02:52.599]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:09.8906355Z [00:02:52.599]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b057=>" -p time -lang=go1.25 -std -installsuffix shared -buildid EXE43KLT6MRts9SmvSmj/EXE43KLT6MRts9SmvSmj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b057/importcfg -pack /root/.go/src/time/format.go /root/.go/src/time/format_rfc3339.go /root/.go/src/time/sleep.go /root/.go/src/time/sys_unix.go /root/.go/src/time/tick.go /root/.go/src/time/time.go /root/.go/src/time/zoneinfo.go /root/.go/src/time/zoneinfo_goroot.go /root/.go/src/time/zoneinfo_read.go /root/.go/src/time/zoneinfo_unix.go
2025-08-20T21:54:09.8908508Z [00:02:52.599]➜  crypto/internal/fips140/check
2025-08-20T21:54:09.8908805Z [00:02:52.599]➜  mkdir -p $WORK/b084/
2025-08-20T21:54:09.8909170Z [00:02:52.600]➜  cat >/tmp/go-build3999932643/b084/importcfg << 'EOF' # internal
2025-08-20T21:54:09.8909510Z [00:02:52.600]➜  # import config
2025-08-20T21:54:09.8909907Z [00:02:52.600]➜  packagefile crypto/internal/fips140=/tmp/go-build3999932643/b080/_pkg_.a
2025-08-20T21:54:09.8928006Z [00:02:52.600]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3999932643/b085/_pkg_.a
2025-08-20T21:54:09.8928625Z [00:02:52.600]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3999932643/b086/_pkg_.a
2025-08-20T21:54:09.8929253Z [00:02:52.600]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3999932643/b087/_pkg_.a
2025-08-20T21:54:09.8929891Z [00:02:52.600]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3999932643/b081/_pkg_.a
2025-08-20T21:54:09.8930405Z [00:02:52.600]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:09.8930704Z [00:02:52.600]➜  EOF
2025-08-20T21:54:09.8932408Z [00:02:52.600]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/check=>crypto/internal/fips140/check;$WORK/b084=>" -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/b084/importcfg -pack /root/.go/src/crypto/internal/fips140/check/check.go
2025-08-20T21:54:09.9073579Z [00:02:52.617]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T21:54:09.9083322Z [00:02:52.618]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d # internal
2025-08-20T21:54:09.9083958Z [00:02:52.618]➜  internal/syscall/unix
2025-08-20T21:54:09.9084244Z [00:02:52.618]➜  mkdir -p $WORK/b062/
2025-08-20T21:54:09.9088897Z [00:02:52.618]➜  cat >/tmp/go-build3999932643/b062/importcfg << 'EOF' # internal
2025-08-20T21:54:09.9090131Z [00:02:52.618]➜  # import config
2025-08-20T21:54:09.9090493Z [00:02:52.618]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:09.9090943Z [00:02:52.618]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:09.9091384Z [00:02:52.618]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:09.9091694Z [00:02:52.618]➜  EOF
2025-08-20T21:54:09.9098135Z [00:02:52.618]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b062/_pkg_.a -trimpath "/root/.go/src/internal/syscall/unix=>internal/syscall/unix;$WORK/b062=>" -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/b062/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-20T21:54:09.9300489Z [00:02:52.639]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T21:54:09.9310993Z [00:02:52.640]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d # internal
2025-08-20T21:54:09.9311605Z [00:02:52.640]➜  internal/syscall/execenv
2025-08-20T21:54:09.9311885Z [00:02:52.640]➜  mkdir -p $WORK/b063/
2025-08-20T21:54:09.9312264Z [00:02:52.640]➜  cat >/tmp/go-build3999932643/b063/importcfg << 'EOF' # internal
2025-08-20T21:54:09.9312637Z [00:02:52.640]➜  # import config
2025-08-20T21:54:09.9312979Z [00:02:52.640]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:09.9313295Z [00:02:52.640]➜  EOF
2025-08-20T21:54:09.9314967Z [00:02:52.640]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/internal/syscall/execenv=>internal/syscall/execenv;$WORK/b063=>" -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/b063/importcfg -pack /root/.go/src/internal/syscall/execenv/execenv_default.go
2025-08-20T21:54:09.9336564Z [00:02:52.643]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T21:54:09.9355215Z [00:02:52.645]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d # internal
2025-08-20T21:54:09.9356007Z [00:02:52.645]➜  crypto/internal/fips140/aes
2025-08-20T21:54:09.9356664Z [00:02:52.645]➜  mkdir -p $WORK/b082/
2025-08-20T21:54:09.9357057Z [00:02:52.645]➜  echo -n > $WORK/b082/go_asm.h # internal
2025-08-20T21:54:09.9357567Z [00:02:52.645]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T21:54:09.9359053Z [00:02:52.645]➜  /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/b082=>" -I $WORK/b082/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b082/symabis ./aes_arm64.s ./ctr_arm64.s
2025-08-20T21:54:09.9451648Z [00:02:52.653]➜  cat >/tmp/go-build3999932643/b082/importcfg << 'EOF' # internal
2025-08-20T21:54:09.9459694Z [00:02:52.653]➜  # import config
2025-08-20T21:54:09.9460080Z [00:02:52.653]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:09.9460578Z [00:02:52.653]➜  packagefile crypto/internal/fips140=/tmp/go-build3999932643/b080/_pkg_.a
2025-08-20T21:54:09.9461171Z [00:02:52.653]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3999932643/b083/_pkg_.a
2025-08-20T21:54:09.9461758Z [00:02:52.653]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3999932643/b084/_pkg_.a
2025-08-20T21:54:09.9462339Z [00:02:52.653]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3999932643/b091/_pkg_.a
2025-08-20T21:54:09.9463377Z [00:02:52.653]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3999932643/b087/_pkg_.a
2025-08-20T21:54:09.9464010Z [00:02:52.653]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3999932643/b088/_pkg_.a
2025-08-20T21:54:09.9464630Z [00:02:52.653]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3999932643/b081/_pkg_.a
2025-08-20T21:54:09.9465201Z [00:02:52.653]➜  packagefile crypto/internal/impl=/tmp/go-build3999932643/b089/_pkg_.a
2025-08-20T21:54:09.9465670Z [00:02:52.653]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:09.9466109Z [00:02:52.653]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:09.9466540Z [00:02:52.653]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:09.9466853Z [00:02:52.653]➜  EOF
2025-08-20T21:54:09.9467121Z [00:02:52.654]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:09.9472716Z [00:02:52.655]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b082=>" -p crypto/internal/fips140/aes -lang=go1.25 -std -installsuffix shared -buildid nMw5pB3PdI_aXx7k9ui_/nMw5pB3PdI_aXx7k9ui_ -goversion go1.25.0 -symabis $WORK/b082/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b082/importcfg -pack -asmhdr $WORK/b082/go_asm.h /root/.go/src/crypto/internal/fips140/aes/aes.go /root/.go/src/crypto/internal/fips140/aes/aes_asm.go /root/.go/src/crypto/internal/fips140/aes/aes_generic.go /root/.go/src/crypto/internal/fips140/aes/cast.go /root/.go/src/crypto/internal/fips140/aes/cbc.go /root/.go/src/crypto/internal/fips140/aes/cbc_noasm.go /root/.go/src/crypto/internal/fips140/aes/const.go /root/.go/src/crypto/internal/fips140/aes/ctr.go /root/.go/src/crypto/internal/fips140/aes/ctr_asm.go
2025-08-20T21:54:09.9475753Z [00:02:52.655]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T21:54:09.9476411Z [00:02:52.655]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d # internal
2025-08-20T21:54:09.9476995Z [00:02:52.655]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T21:54:09.9477288Z [00:02:52.655]➜  mkdir -p $WORK/b113/
2025-08-20T21:54:09.9477852Z [00:02:52.655]➜  cat >/tmp/go-build3999932643/b113/importcfg << 'EOF' # internal
2025-08-20T21:54:09.9478198Z [00:02:52.655]➜  # import config
2025-08-20T21:54:09.9478617Z [00:02:52.655]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3999932643/b084/_pkg_.a
2025-08-20T21:54:09.9479202Z [00:02:52.655]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3999932643/b091/_pkg_.a
2025-08-20T21:54:09.9479962Z [00:02:52.655]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:09.9480475Z [00:02:52.655]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:09.9480800Z [00:02:52.655]➜  EOF
2025-08-20T21:54:09.9485588Z [00:02:52.655]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b113/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec/fiat=>crypto/internal/fips140/nistec/fiat;$WORK/b113=>" -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/b113/importcfg -pack /root/.go/src/crypto/internal/fips140/nistec/fiat/cast.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521_invert.go
2025-08-20T21:54:10.0092423Z [00:02:52.718]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T21:54:10.0096592Z [00:02:52.718]➜  /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/b082=>" -I $WORK/b082/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b082/aes_arm64.o ./aes_arm64.s
2025-08-20T21:54:10.0131019Z [00:02:52.722]➜  /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/b082=>" -I $WORK/b082/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b082/ctr_arm64.o ./ctr_arm64.s
2025-08-20T21:54:10.0203215Z [00:02:52.730]➜  go tool pack r $WORK/b082/_pkg_.a $WORK/b082/aes_arm64.o $WORK/b082/ctr_arm64.o # internal
2025-08-20T21:54:10.0205423Z [00:02:52.730]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T21:54:10.0216130Z [00:02:52.731]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d # internal
2025-08-20T21:54:10.0217879Z [00:02:52.731]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T21:54:10.0219552Z [00:02:52.731]➜  mkdir -p $WORK/b114/
2025-08-20T21:54:10.0225454Z [00:02:52.732]➜  cat >/tmp/go-build3999932643/b114/importcfg << 'EOF' # internal
2025-08-20T21:54:10.0226708Z [00:02:52.732]➜  # import config
2025-08-20T21:54:10.0227758Z [00:02:52.732]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3999932643/b084/_pkg_.a
2025-08-20T21:54:10.0229156Z [00:02:52.732]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3999932643/b091/_pkg_.a
2025-08-20T21:54:10.0229843Z [00:02:52.732]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3999932643/b087/_pkg_.a
2025-08-20T21:54:10.0230388Z [00:02:52.732]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:10.0230847Z [00:02:52.732]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:10.0231165Z [00:02:52.732]➜  EOF
2025-08-20T21:54:10.0231428Z [00:02:52.732]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:10.0234362Z [00:02:52.732]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b114/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b114=>" -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/b114/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-20T21:54:10.1023752Z [00:02:52.812]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T21:54:10.1032053Z [00:02:52.812]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/d3/d374e27d9e09ed4e9e326ab5007f9a381ad2c71fe0445a3f11674312508f549c-d # internal
2025-08-20T21:54:10.1094007Z [00:02:52.819]➜  crypto/internal/fips140/bigmod
2025-08-20T21:54:10.1098098Z [00:02:52.819]➜  mkdir -p $WORK/b121/
2025-08-20T21:54:10.1100537Z [00:02:52.819]➜  echo -n > $WORK/b121/go_asm.h # internal
2025-08-20T21:54:10.1111495Z [00:02:52.820]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T21:54:10.1113199Z [00:02:52.821]➜  /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/b121=>" -I $WORK/b121/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b121/symabis ./nat_arm64.s
2025-08-20T21:54:10.1172986Z [00:02:52.826]➜  cat >/tmp/go-build3999932643/b121/importcfg << 'EOF' # internal
2025-08-20T21:54:10.1173447Z [00:02:52.827]➜  # import config
2025-08-20T21:54:10.1174336Z [00:02:52.827]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3999932643/b084/_pkg_.a
2025-08-20T21:54:10.1174971Z [00:02:52.827]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3999932643/b087/_pkg_.a
2025-08-20T21:54:10.1175600Z [00:02:52.827]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3999932643/b088/_pkg_.a
2025-08-20T21:54:10.1176163Z [00:02:52.827]➜  packagefile crypto/internal/impl=/tmp/go-build3999932643/b089/_pkg_.a
2025-08-20T21:54:10.1176638Z [00:02:52.827]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:10.1177082Z [00:02:52.827]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:10.1187808Z [00:02:52.827]➜  EOF
2025-08-20T21:54:10.1188318Z [00:02:52.827]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:10.1190557Z [00:02:52.827]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b121/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b121=>" -p crypto/internal/fips140/bigmod -lang=go1.25 -std -installsuffix shared -buildid d01bEfxgoen9rA0aoqkj/d01bEfxgoen9rA0aoqkj -goversion go1.25.0 -symabis $WORK/b121/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b121/importcfg -pack -asmhdr $WORK/b121/go_asm.h /root/.go/src/crypto/internal/fips140/bigmod/nat.go /root/.go/src/crypto/internal/fips140/bigmod/nat_asm.go
2025-08-20T21:54:10.1941040Z [00:02:52.903]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T21:54:10.2037128Z [00:02:52.913]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/dd/dd5a9defda8a26f133bfa4f440b79e8a0767d4042349c4cf4f7aff60501f2434-d # internal
2025-08-20T21:54:10.2044096Z [00:02:52.914]➜  crypto/internal/fips140/nistec
2025-08-20T21:54:10.2044438Z [00:02:52.914]➜  mkdir -p $WORK/b112/
2025-08-20T21:54:10.2047925Z [00:02:52.914]➜  echo -n > $WORK/b112/go_asm.h # internal
2025-08-20T21:54:10.2081051Z [00:02:52.917]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:54:10.2082484Z [00:02:52.918]➜  /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/b112=>" -I $WORK/b112/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b112/symabis ./p256_asm_arm64.s
2025-08-20T21:54:10.2165145Z [00:02:52.926]➜  cat >/tmp/go-build3999932643/b112/importcfg << 'EOF' # internal
2025-08-20T21:54:10.2165548Z [00:02:52.926]➜  # import config
2025-08-20T21:54:10.2165980Z [00:02:52.926]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3999932643/b084/_pkg_.a
2025-08-20T21:54:10.2169007Z [00:02:52.926]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build3999932643/b113/_pkg_.a
2025-08-20T21:54:10.2169743Z [00:02:52.926]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3999932643/b091/_pkg_.a
2025-08-20T21:54:10.2170374Z [00:02:52.926]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3999932643/b087/_pkg_.a
2025-08-20T21:54:10.2170921Z [00:02:52.926]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:10.2171347Z [00:02:52.926]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:10.2171776Z [00:02:52.926]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:10.2172194Z [00:02:52.926]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:10.2172501Z [00:02:52.926]➜  EOF
2025-08-20T21:54:10.2172766Z [00:02:52.926]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:10.2176305Z [00:02:52.926]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b112/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b112=>" -p crypto/internal/fips140/nistec -lang=go1.25 -std -installsuffix shared -buildid I6xat44r4YjCpdw5c6zD/I6xat44r4YjCpdw5c6zD -goversion go1.25.0 -symabis $WORK/b112/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b112/importcfg -pack -asmhdr $WORK/b112/go_asm.h /root/.go/src/crypto/internal/fips140/nistec/nistec.go /root/.go/src/crypto/internal/fips140/nistec/p224.go /root/.go/src/crypto/internal/fips140/nistec/p224_sqrt.go /root/.go/src/crypto/internal/fips140/nistec/p256_asm.go /root/.go/src/crypto/internal/fips140/nistec/p256_ordinv.go /root/.go/src/crypto/internal/fips140/nistec/p256_table.go /root/.go/src/crypto/internal/fips140/nistec/p384.go /root/.go/src/crypto/internal/fips140/nistec/p521.go
2025-08-20T21:54:10.2390428Z [00:02:52.947]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T21:54:10.2394580Z [00:02:52.947]➜  /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/b121=>" -I $WORK/b121/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b121/nat_arm64.o ./nat_arm64.s
2025-08-20T21:54:10.2480222Z [00:02:52.957]➜  go tool pack r $WORK/b121/_pkg_.a $WORK/b121/nat_arm64.o # internal
2025-08-20T21:54:10.2483460Z [00:02:52.957]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T21:54:10.2491888Z [00:02:52.958]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/f7/f7986a7e6caebf96b24bec07677c267eb89478c99e762fe5983d333aa087e6e9-d # internal
2025-08-20T21:54:10.2493142Z [00:02:52.959]➜  crypto/internal/fips140cache
2025-08-20T21:54:10.2494033Z [00:02:52.959]➜  mkdir -p $WORK/b122/
2025-08-20T21:54:10.2496995Z [00:02:52.959]➜  cat >/tmp/go-build3999932643/b122/importcfg << 'EOF' # internal
2025-08-20T21:54:10.2497479Z [00:02:52.959]➜  # import config
2025-08-20T21:54:10.2497886Z [00:02:52.959]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:10.2498337Z [00:02:52.959]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:10.2498753Z [00:02:52.959]➜  packagefile weak=/tmp/go-build3999932643/b123/_pkg_.a
2025-08-20T21:54:10.2499057Z [00:02:52.959]➜  EOF
2025-08-20T21:54:10.2518618Z [00:02:52.961]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:10.2520457Z [00:02:52.961]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b122/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140cache=>crypto/internal/fips140cache;$WORK/b122=>" -p crypto/internal/fips140cache -lang=go1.25 -std -complete -installsuffix shared -buildid mOJ69xxADTyI1M8QoAOK/mOJ69xxADTyI1M8QoAOK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T21:54:10.2599188Z [00:02:52.969]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T21:54:10.2630306Z [00:02:52.972]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d # internal
2025-08-20T21:54:10.2662603Z [00:02:52.976]➜  io/fs
2025-08-20T21:54:10.2663858Z [00:02:52.976]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T21:54:10.2665162Z [00:02:52.976]➜  mkdir -p $WORK/b054/
2025-08-20T21:54:10.2669033Z [00:02:52.976]➜  cat >/tmp/go-build3999932643/b054/importcfg << 'EOF' # internal
2025-08-20T21:54:10.2669882Z [00:02:52.976]➜  # import config
2025-08-20T21:54:10.2670513Z [00:02:52.976]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:10.2671254Z [00:02:52.976]➜  packagefile internal/bytealg=/tmp/go-build3999932643/b011/_pkg_.a
2025-08-20T21:54:10.2672182Z [00:02:52.976]➜  packagefile internal/oserror=/tmp/go-build3999932643/b055/_pkg_.a
2025-08-20T21:54:10.2672950Z [00:02:52.976]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:10.2673612Z [00:02:52.976]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:10.2674409Z [00:02:52.976]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:10.2675194Z [00:02:52.976]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:10.2676107Z [00:02:52.976]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:10.2688332Z [00:02:52.976]➜  EOF
2025-08-20T21:54:10.2690842Z [00:02:52.976]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b054=>" -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/b054/importcfg -pack /root/.go/src/io/fs/format.go /root/.go/src/io/fs/fs.go /root/.go/src/io/fs/glob.go /root/.go/src/io/fs/readdir.go /root/.go/src/io/fs/readfile.go /root/.go/src/io/fs/readlink.go /root/.go/src/io/fs/stat.go /root/.go/src/io/fs/sub.go /root/.go/src/io/fs/walk.go
2025-08-20T21:54:10.2705686Z [00:02:52.980]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/ec/ecb6050c896b1a1aa56bda048308423917209637b01c24884234f8096a636c47-d # internal
2025-08-20T21:54:10.2710157Z [00:02:52.980]➜  internal/poll
2025-08-20T21:54:10.2710447Z [00:02:52.980]➜  mkdir -p $WORK/b061/
2025-08-20T21:54:10.2714121Z [00:02:52.981]➜  cat >/tmp/go-build3999932643/b061/importcfg << 'EOF' # internal
2025-08-20T21:54:10.2715073Z [00:02:52.981]➜  # import config
2025-08-20T21:54:10.2715754Z [00:02:52.981]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:10.2716431Z [00:02:52.981]➜  packagefile internal/itoa=/tmp/go-build3999932643/b048/_pkg_.a
2025-08-20T21:54:10.2717418Z [00:02:52.981]➜  packagefile internal/syscall/unix=/tmp/go-build3999932643/b062/_pkg_.a
2025-08-20T21:54:10.2718405Z [00:02:52.981]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:10.2718831Z [00:02:52.981]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:10.2719251Z [00:02:52.981]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:10.2719700Z [00:02:52.981]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:10.2720137Z [00:02:52.981]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:10.2720553Z [00:02:52.981]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:10.2720855Z [00:02:52.981]➜  EOF
2025-08-20T21:54:10.2725945Z [00:02:52.981]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/internal/poll=>internal/poll;$WORK/b061=>" -p internal/poll -lang=go1.25 -std -installsuffix shared -buildid xdd4bpnqufmBejaVtNIS/xdd4bpnqufmBejaVtNIS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b061/importcfg -pack /root/.go/src/internal/poll/copy_file_range_linux.go /root/.go/src/internal/poll/copy_file_range_unix.go /root/.go/src/internal/poll/errno_unix.go /root/.go/src/internal/poll/fd.go /root/.go/src/internal/poll/fd_fsync_posix.go /root/.go/src/internal/poll/fd_mutex.go /root/.go/src/internal/poll/fd_poll_runtime.go /root/.go/src/internal/poll/fd_posix.go /root/.go/src/internal/poll/fd_unix.go /root/.go/src/internal/poll/fd_unixjs.go /root/.go/src/internal/poll/fd_writev_unix.go /root/.go/src/internal/poll/hook_cloexec.go /root/.go/src/internal/poll/hook_unix.go /root/.go/src/internal/poll/iovec_unix.go /root/.go/src/internal/poll/sendfile.go /root/.go/src/internal/poll/sendfile_unix.go /root/.go/src/internal/poll/sock_cloexec.go /root/.go/src/internal/poll/sockopt.go /root/.go/src/internal/poll/sockopt_linux.go /root/.go/src/internal/poll/sockopt_unix.go /root/.go/src/internal/poll/sockoptip.go /root/.go/src/internal/poll/splice_linux.go /root/.go/src/internal/poll/writev.go
2025-08-20T21:54:10.3622628Z [00:02:53.071]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T21:54:10.3645442Z [00:02:53.073]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d # internal
2025-08-20T21:54:10.3646187Z [00:02:53.073]➜  internal/filepathlite
2025-08-20T21:54:10.3646507Z [00:02:53.073]➜  mkdir -p $WORK/b053/
2025-08-20T21:54:10.3646889Z [00:02:53.073]➜  cat >/tmp/go-build3999932643/b053/importcfg << 'EOF' # internal
2025-08-20T21:54:10.3647235Z [00:02:53.073]➜  # import config
2025-08-20T21:54:10.3647676Z [00:02:53.073]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:10.3648149Z [00:02:53.073]➜  packagefile internal/bytealg=/tmp/go-build3999932643/b011/_pkg_.a
2025-08-20T21:54:10.3649051Z [00:02:53.073]➜  packagefile internal/stringslite=/tmp/go-build3999932643/b032/_pkg_.a
2025-08-20T21:54:10.3649519Z [00:02:53.073]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:10.3649935Z [00:02:53.073]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:10.3650244Z [00:02:53.073]➜  EOF
2025-08-20T21:54:10.3652250Z [00:02:53.073]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/internal/filepathlite=>internal/filepathlite;$WORK/b053=>" -p internal/filepathlite -lang=go1.25 -std -complete -installsuffix shared -buildid 3Pvg2aOousz6X6FWyKfn/3Pvg2aOousz6X6FWyKfn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b053/importcfg -pack /root/.go/src/internal/filepathlite/path.go /root/.go/src/internal/filepathlite/path_nonwindows.go /root/.go/src/internal/filepathlite/path_unix.go
2025-08-20T21:54:10.3913107Z [00:02:53.100]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T21:54:10.3949439Z [00:02:53.101]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d # internal
2025-08-20T21:54:10.3950029Z [00:02:53.101]➜  embed
2025-08-20T21:54:10.3950269Z [00:02:53.101]➜  mkdir -p $WORK/b066/
2025-08-20T21:54:10.3950646Z [00:02:53.101]➜  cat >/tmp/go-build3999932643/b066/importcfg << 'EOF' # internal
2025-08-20T21:54:10.3950996Z [00:02:53.101]➜  # import config
2025-08-20T21:54:10.3951358Z [00:02:53.101]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:10.3951847Z [00:02:53.101]➜  packagefile internal/bytealg=/tmp/go-build3999932643/b011/_pkg_.a
2025-08-20T21:54:10.3952355Z [00:02:53.101]➜  packagefile internal/stringslite=/tmp/go-build3999932643/b032/_pkg_.a
2025-08-20T21:54:10.3952808Z [00:02:53.101]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:10.3953210Z [00:02:53.101]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:10.3953632Z [00:02:53.101]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:10.3953934Z [00:02:53.101]➜  EOF
2025-08-20T21:54:10.3955236Z [00:02:53.102]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/.go/src/embed=>embed;$WORK/b066=>" -p embed -lang=go1.25 -std -complete -installsuffix shared -buildid QFiBJLv8Lq6LyZVR1Q-x/QFiBJLv8Lq6LyZVR1Q-x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b066/importcfg -pack /root/.go/src/embed/embed.go
2025-08-20T21:54:10.4216045Z [00:02:53.131]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T21:54:10.4231437Z [00:02:53.132]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/52/52af8cb2a532bab302e9f7fb061655a50333958840ea22ce9b7cd81a35113a21-d # internal
2025-08-20T21:54:10.4237776Z [00:02:53.133]➜  context
2025-08-20T21:54:10.4238680Z [00:02:53.133]➜  mkdir -p $WORK/b107/
2025-08-20T21:54:10.4248730Z [00:02:53.134]➜  cat >/tmp/go-build3999932643/b107/importcfg << 'EOF' # internal
2025-08-20T21:54:10.4249367Z [00:02:53.134]➜  # import config
2025-08-20T21:54:10.4249827Z [00:02:53.134]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:10.4250963Z [00:02:53.134]➜  packagefile internal/reflectlite=/tmp/go-build3999932643/b005/_pkg_.a
2025-08-20T21:54:10.4251709Z [00:02:53.134]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:10.4252324Z [00:02:53.134]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:10.4253243Z [00:02:53.134]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:10.4253830Z [00:02:53.134]➜  EOF
2025-08-20T21:54:10.4263056Z [00:02:53.136]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b107/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b107=>" -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/b107/importcfg -pack /root/.go/src/context/context.go
2025-08-20T21:54:10.4331928Z [00:02:53.142]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T21:54:10.4354468Z [00:02:53.145]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d # internal
2025-08-20T21:54:10.4372416Z [00:02:53.147]➜  os
2025-08-20T21:54:10.4375467Z [00:02:53.147]➜  mkdir -p $WORK/b052/
2025-08-20T21:54:10.4379372Z [00:02:53.147]➜  cat >/tmp/go-build3999932643/b052/importcfg << 'EOF' # internal
2025-08-20T21:54:10.4380485Z [00:02:53.147]➜  # import config
2025-08-20T21:54:10.4380882Z [00:02:53.147]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:10.4381381Z [00:02:53.147]➜  packagefile internal/bytealg=/tmp/go-build3999932643/b011/_pkg_.a
2025-08-20T21:54:10.4381885Z [00:02:53.147]➜  packagefile internal/byteorder=/tmp/go-build3999932643/b013/_pkg_.a
2025-08-20T21:54:10.4382410Z [00:02:53.147]➜  packagefile internal/filepathlite=/tmp/go-build3999932643/b053/_pkg_.a
2025-08-20T21:54:10.4382935Z [00:02:53.147]➜  packagefile internal/goarch=/tmp/go-build3999932643/b007/_pkg_.a
2025-08-20T21:54:10.4383410Z [00:02:53.147]➜  packagefile internal/itoa=/tmp/go-build3999932643/b048/_pkg_.a
2025-08-20T21:54:10.4383879Z [00:02:53.147]➜  packagefile internal/poll=/tmp/go-build3999932643/b061/_pkg_.a
2025-08-20T21:54:10.4384375Z [00:02:53.147]➜  packagefile internal/stringslite=/tmp/go-build3999932643/b032/_pkg_.a
2025-08-20T21:54:10.4384914Z [00:02:53.147]➜  packagefile internal/syscall/execenv=/tmp/go-build3999932643/b063/_pkg_.a
2025-08-20T21:54:10.4385450Z [00:02:53.147]➜  packagefile internal/syscall/unix=/tmp/go-build3999932643/b062/_pkg_.a
2025-08-20T21:54:10.4385965Z [00:02:53.147]➜  packagefile internal/testlog=/tmp/go-build3999932643/b064/_pkg_.a
2025-08-20T21:54:10.4386403Z [00:02:53.147]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:10.4386806Z [00:02:53.147]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:10.4387227Z [00:02:53.147]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:10.4387863Z [00:02:53.147]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:10.4388280Z [00:02:53.147]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:10.4388707Z [00:02:53.147]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:10.4389144Z [00:02:53.147]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:10.4389558Z [00:02:53.147]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:10.4389863Z [00:02:53.147]➜  EOF
2025-08-20T21:54:10.4395652Z [00:02:53.147]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b052=>" -p os -lang=go1.25 -std -installsuffix shared -buildid oUESCsCAy6GOzPyYrhiS/oUESCsCAy6GOzPyYrhiS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack /root/.go/src/os/dir.go /root/.go/src/os/dir_unix.go /root/.go/src/os/dirent_linux.go /root/.go/src/os/eloop_other.go /root/.go/src/os/env.go /root/.go/src/os/error.go /root/.go/src/os/error_errno.go /root/.go/src/os/exec.go /root/.go/src/os/exec_linux.go /root/.go/src/os/exec_posix.go /root/.go/src/os/exec_unix.go /root/.go/src/os/executable.go /root/.go/src/os/executable_procfs.go /root/.go/src/os/file.go /root/.go/src/os/file_open_unix.go /root/.go/src/os/file_posix.go /root/.go/src/os/file_unix.go /root/.go/src/os/getwd.go /root/.go/src/os/path.go /root/.go/src/os/path_unix.go /root/.go/src/os/pidfd_linux.go /root/.go/src/os/pipe2_unix.go /root/.go/src/os/proc.go /root/.go/src/os/rawconn.go /root/.go/src/os/removeall_at.go /root/.go/src/os/removeall_unix.go /root/.go/src/os/root.go /root/.go/src/os/root_nonwindows.go /root/.go/src/os/root_openat.go /root/.go/src/os/root_unix.go /root/.go/src/os/stat.go /root/.go/src/os/stat_linux.go /root/.go/src/os/stat_unix.go /root/.go/src/os/sticky_notbsd.go /root/.go/src/os/sys.go /root/.go/src/os/sys_linux.go /root/.go/src/os/sys_unix.go /root/.go/src/os/tempfile.go /root/.go/src/os/types.go /root/.go/src/os/types_unix.go /root/.go/src/os/wait_waitid.go /root/.go/src/os/zero_copy_linux.go /root/.go/src/os/zero_copy_posix.go
2025-08-20T21:54:10.4419175Z [00:02:53.151]➜  cd /root/.go/src/reflect
2025-08-20T21:54:10.4420324Z [00:02:53.151]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b047/asm_arm64.o ./asm_arm64.s
2025-08-20T21:54:10.4472503Z [00:02:53.156]➜  go tool pack r $WORK/b047/_pkg_.a $WORK/b047/asm_arm64.o # internal
2025-08-20T21:54:10.4474329Z [00:02:53.156]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T21:54:10.4617210Z [00:02:53.171]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d # internal
2025-08-20T21:54:10.4651501Z [00:02:53.174]➜  internal/fmtsort
2025-08-20T21:54:10.4679565Z [00:02:53.177]➜  mkdir -p $WORK/b045/
2025-08-20T21:54:10.4680024Z [00:02:53.177]➜  cat >/tmp/go-build3999932643/b045/importcfg << 'EOF' # internal
2025-08-20T21:54:10.4680375Z [00:02:53.177]➜  # import config
2025-08-20T21:54:10.4680704Z [00:02:53.177]➜  packagefile cmp=/tmp/go-build3999932643/b046/_pkg_.a
2025-08-20T21:54:10.4681128Z [00:02:53.177]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:10.4681548Z [00:02:53.177]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:10.4681855Z [00:02:53.177]➜  EOF
2025-08-20T21:54:10.4682120Z [00:02:53.177]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:10.4683696Z [00:02:53.177]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/internal/fmtsort=>internal/fmtsort;$WORK/b045=>" -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/b045/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T21:54:10.4721882Z [00:02:53.181]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T21:54:10.4722638Z [00:02:53.181]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d # internal
2025-08-20T21:54:10.4724795Z [00:02:53.181]➜  crypto/sha3
2025-08-20T21:54:10.4725075Z [00:02:53.181]➜  mkdir -p $WORK/b125/
2025-08-20T21:54:10.4725451Z [00:02:53.181]➜  cat >/tmp/go-build3999932643/b125/importcfg << 'EOF' # internal
2025-08-20T21:54:10.4725794Z [00:02:53.181]➜  # import config
2025-08-20T21:54:10.4726509Z [00:02:53.181]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:10.4727099Z [00:02:53.181]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3999932643/b090/_pkg_.a
2025-08-20T21:54:10.4727774Z [00:02:53.181]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:10.4728083Z [00:02:53.181]➜  EOF
2025-08-20T21:54:10.4729470Z [00:02:53.181]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b125/_pkg_.a -trimpath "/root/.go/src/crypto/sha3=>crypto/sha3;$WORK/b125=>" -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/b125/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T21:54:10.5053573Z [00:02:53.215]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T21:54:10.5062066Z [00:02:53.215]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/42/42e88f3760debb7363fa01249a0c46d43937cb420f2b8237af0c56c98a16dd97-d # internal
2025-08-20T21:54:10.5064083Z [00:02:53.216]➜  crypto/internal/fips140hash
2025-08-20T21:54:10.5064695Z [00:02:53.216]➜  mkdir -p $WORK/b124/
2025-08-20T21:54:10.5066668Z [00:02:53.216]➜  cat >/tmp/go-build3999932643/b124/importcfg << 'EOF' # internal
2025-08-20T21:54:10.5067037Z [00:02:53.216]➜  # import config
2025-08-20T21:54:10.5069183Z [00:02:53.216]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3999932643/b090/_pkg_.a
2025-08-20T21:54:10.5070084Z [00:02:53.216]➜  packagefile crypto/sha3=/tmp/go-build3999932643/b125/_pkg_.a
2025-08-20T21:54:10.5070525Z [00:02:53.216]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:10.5070831Z [00:02:53.216]➜  EOF
2025-08-20T21:54:10.5072523Z [00:02:53.216]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b124/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140hash=>crypto/internal/fips140hash;$WORK/b124=>" -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/b124/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T21:54:10.5175928Z [00:02:53.225]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T21:54:10.5179087Z [00:02:53.226]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d # internal
2025-08-20T21:54:10.5180708Z [00:02:53.227]➜  crypto/internal/fips140/edwards25519
2025-08-20T21:54:10.5181017Z [00:02:53.227]➜  mkdir -p $WORK/b132/
2025-08-20T21:54:10.5181384Z [00:02:53.227]➜  cat >/tmp/go-build3999932643/b132/importcfg << 'EOF' # internal
2025-08-20T21:54:10.5181728Z [00:02:53.227]➜  # import config
2025-08-20T21:54:10.5182153Z [00:02:53.227]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3999932643/b084/_pkg_.a
2025-08-20T21:54:10.5182794Z [00:02:53.227]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build3999932643/b114/_pkg_.a
2025-08-20T21:54:10.5183437Z [00:02:53.227]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3999932643/b091/_pkg_.a
2025-08-20T21:54:10.5184059Z [00:02:53.227]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3999932643/b087/_pkg_.a
2025-08-20T21:54:10.5184587Z [00:02:53.227]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:10.5185013Z [00:02:53.227]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:10.5185447Z [00:02:53.227]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:10.5185750Z [00:02:53.227]➜  EOF
2025-08-20T21:54:10.5189297Z [00:02:53.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b132/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519=>crypto/internal/fips140/edwards25519;$WORK/b132=>" -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/b132/importcfg -pack /root/.go/src/crypto/internal/fips140/edwards25519/doc.go /root/.go/src/crypto/internal/fips140/edwards25519/edwards25519.go /root/.go/src/crypto/internal/fips140/edwards25519/scalar.go /root/.go/src/crypto/internal/fips140/edwards25519/scalar_fiat.go /root/.go/src/crypto/internal/fips140/edwards25519/scalarmult.go /root/.go/src/crypto/internal/fips140/edwards25519/tables.go
2025-08-20T21:54:10.5272915Z [00:02:53.236]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T21:54:10.5276849Z [00:02:53.237]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/b8/b8844c17a175c0d7f53f9b757e2cca687e2071d41bb7d5cbdf428152a2897094-d # internal
2025-08-20T21:54:10.5280173Z [00:02:53.237]➜  crypto/internal/fips140/hkdf
2025-08-20T21:54:10.5285342Z [00:02:53.237]➜  mkdir -p $WORK/b135/
2025-08-20T21:54:10.5285726Z [00:02:53.237]➜  cat >/tmp/go-build3999932643/b135/importcfg << 'EOF' # internal
2025-08-20T21:54:10.5286069Z [00:02:53.237]➜  # import config
2025-08-20T21:54:10.5286425Z [00:02:53.237]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:10.5286909Z [00:02:53.237]➜  packagefile crypto/internal/fips140=/tmp/go-build3999932643/b080/_pkg_.a
2025-08-20T21:54:10.5287577Z [00:02:53.237]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3999932643/b084/_pkg_.a
2025-08-20T21:54:10.5288204Z [00:02:53.237]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3999932643/b085/_pkg_.a
2025-08-20T21:54:10.5289164Z [00:02:53.237]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3999932643/b086/_pkg_.a
2025-08-20T21:54:10.5289666Z [00:02:53.237]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:10.5290083Z [00:02:53.237]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:10.5290390Z [00:02:53.237]➜  EOF
2025-08-20T21:54:10.5292283Z [00:02:53.237]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b135/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hkdf=>crypto/internal/fips140/hkdf;$WORK/b135=>" -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/b135/importcfg -pack /root/.go/src/crypto/internal/fips140/hkdf/cast.go /root/.go/src/crypto/internal/fips140/hkdf/hkdf.go
2025-08-20T21:54:10.5555633Z [00:02:53.265]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T21:54:10.5561134Z [00:02:53.265]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/05/05277414b8f3a04b3a70f21a37b6afb440a8ed68c3607ecbf35a1aad72299301-d # internal
2025-08-20T21:54:10.5566932Z [00:02:53.265]➜  crypto/internal/fips140/tls12
2025-08-20T21:54:10.5567258Z [00:02:53.265]➜  mkdir -p $WORK/b138/
2025-08-20T21:54:10.5567794Z [00:02:53.265]➜  cat >/tmp/go-build3999932643/b138/importcfg << 'EOF' # internal
2025-08-20T21:54:10.5568142Z [00:02:53.265]➜  # import config
2025-08-20T21:54:10.5568478Z [00:02:53.265]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:10.5568991Z [00:02:53.265]➜  packagefile crypto/internal/fips140=/tmp/go-build3999932643/b080/_pkg_.a
2025-08-20T21:54:10.5569558Z [00:02:53.265]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3999932643/b084/_pkg_.a
2025-08-20T21:54:10.5570133Z [00:02:53.265]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3999932643/b085/_pkg_.a
2025-08-20T21:54:10.5570715Z [00:02:53.265]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3999932643/b086/_pkg_.a
2025-08-20T21:54:10.5571312Z [00:02:53.265]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3999932643/b092/_pkg_.a
2025-08-20T21:54:10.5571799Z [00:02:53.265]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:10.5572212Z [00:02:53.265]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:10.5572514Z [00:02:53.265]➜  EOF
2025-08-20T21:54:10.5593883Z [00:02:53.268]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b138/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls12=>crypto/internal/fips140/tls12;$WORK/b138=>" -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/b138/importcfg -pack /root/.go/src/crypto/internal/fips140/tls12/cast.go /root/.go/src/crypto/internal/fips140/tls12/tls12.go
2025-08-20T21:54:10.5613214Z [00:02:53.271]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:54:10.5614834Z [00:02:53.271]➜  /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/b112=>" -I $WORK/b112/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b112/p256_asm_arm64.o ./p256_asm_arm64.s
2025-08-20T21:54:10.5668581Z [00:02:53.276]➜  go tool pack r $WORK/b112/_pkg_.a $WORK/b112/p256_asm_arm64.o # internal
2025-08-20T21:54:10.5670393Z [00:02:53.276]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T21:54:10.5693793Z [00:02:53.279]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/fa/fa6f38691e5d582ef7053e66c99a8deb87b5287e9010609b87dbde79011bcdcc-d # internal
2025-08-20T21:54:10.5695699Z [00:02:53.279]➜  crypto/internal/fips140/tls13
2025-08-20T21:54:10.5700300Z [00:02:53.279]➜  mkdir -p $WORK/b139/
2025-08-20T21:54:10.5700962Z [00:02:53.279]➜  cat >/tmp/go-build3999932643/b139/importcfg << 'EOF' # internal
2025-08-20T21:54:10.5702099Z [00:02:53.279]➜  # import config
2025-08-20T21:54:10.5703164Z [00:02:53.279]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:10.5703945Z [00:02:53.279]➜  packagefile crypto/internal/fips140=/tmp/go-build3999932643/b080/_pkg_.a
2025-08-20T21:54:10.5704956Z [00:02:53.279]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3999932643/b084/_pkg_.a
2025-08-20T21:54:10.5706009Z [00:02:53.279]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build3999932643/b135/_pkg_.a
2025-08-20T21:54:10.5706850Z [00:02:53.279]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3999932643/b086/_pkg_.a
2025-08-20T21:54:10.5707933Z [00:02:53.279]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3999932643/b087/_pkg_.a
2025-08-20T21:54:10.5708723Z [00:02:53.279]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:10.5709658Z [00:02:53.279]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:10.5710504Z [00:02:53.279]➜  EOF
2025-08-20T21:54:10.5711110Z [00:02:53.280]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:10.5713417Z [00:02:53.280]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b139/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls13=>crypto/internal/fips140/tls13;$WORK/b139=>" -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/b139/importcfg -pack /root/.go/src/crypto/internal/fips140/tls13/cast.go /root/.go/src/crypto/internal/fips140/tls13/tls13.go
2025-08-20T21:54:10.5828283Z [00:02:53.292]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T21:54:10.5832983Z [00:02:53.293]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/a9/a9efd40316c384ac05215e94e0c02d6934f78098faa8c59e8c3f6494e8ac3501-d # internal
2025-08-20T21:54:10.5861594Z [00:02:53.295]➜  encoding/binary
2025-08-20T21:54:10.5862191Z [00:02:53.296]➜  mkdir -p $WORK/b142/
2025-08-20T21:54:10.5866585Z [00:02:53.296]➜  cat >/tmp/go-build3999932643/b142/importcfg << 'EOF' # internal
2025-08-20T21:54:10.5867579Z [00:02:53.296]➜  # import config
2025-08-20T21:54:10.5868472Z [00:02:53.296]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:10.5869251Z [00:02:53.296]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:10.5870163Z [00:02:53.296]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:10.5870929Z [00:02:53.296]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:10.5871584Z [00:02:53.296]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:10.5872430Z [00:02:53.296]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:10.5873199Z [00:02:53.296]➜  EOF
2025-08-20T21:54:10.5875277Z [00:02:53.296]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b142/_pkg_.a -trimpath "/root/.go/src/encoding/binary=>encoding/binary;$WORK/b142=>" -p encoding/binary -lang=go1.25 -std -complete -installsuffix shared -buildid NuN1vJFz0DtSsbIcH3t4/NuN1vJFz0DtSsbIcH3t4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b142/importcfg -pack /root/.go/src/encoding/binary/binary.go /root/.go/src/encoding/binary/native_endian_little.go /root/.go/src/encoding/binary/varint.go
2025-08-20T21:54:10.5990165Z [00:02:53.306]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T21:54:10.5996539Z [00:02:53.307]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/43/43ec0ab1b9e6743b8ab44c32407dffad0f52447237f901a2d782963c7fdca4ea-d # internal
2025-08-20T21:54:10.5997116Z [00:02:53.307]➜  crypto/fips140
2025-08-20T21:54:10.5997514Z [00:02:53.307]➜  mkdir -p $WORK/b151/
2025-08-20T21:54:10.5997959Z [00:02:53.308]➜  cat >/tmp/go-build3999932643/b151/importcfg << 'EOF' # internal
2025-08-20T21:54:10.5998318Z [00:02:53.308]➜  # import config
2025-08-20T21:54:10.5998723Z [00:02:53.308]➜  packagefile crypto/internal/fips140=/tmp/go-build3999932643/b080/_pkg_.a
2025-08-20T21:54:10.5999304Z [00:02:53.308]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3999932643/b084/_pkg_.a
2025-08-20T21:54:10.5999689Z [00:02:53.308]➜  EOF
2025-08-20T21:54:10.6001160Z [00:02:53.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b151=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid UVWRQBKknR7nlw0IEp2a/UVWRQBKknR7nlw0IEp2a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b151/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T21:54:10.6155320Z [00:02:53.325]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T21:54:10.6178924Z [00:02:53.326]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/1e/1eef6ea75998168352387a948438dcac8eea91de42931a026c97ca6094e0688d-d # internal
2025-08-20T21:54:10.6180234Z [00:02:53.327]➜  encoding/pem
2025-08-20T21:54:10.6181024Z [00:02:53.327]➜  mkdir -p $WORK/b156/
2025-08-20T21:54:10.6181623Z [00:02:53.327]➜  cat >/tmp/go-build3999932643/b156/importcfg << 'EOF' # internal
2025-08-20T21:54:10.6182516Z [00:02:53.327]➜  # import config
2025-08-20T21:54:10.6183089Z [00:02:53.327]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:10.6184061Z [00:02:53.327]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:10.6184829Z [00:02:53.327]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:10.6185410Z [00:02:53.327]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:10.6186257Z [00:02:53.327]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:10.6187239Z [00:02:53.327]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:10.6187993Z [00:02:53.327]➜  EOF
2025-08-20T21:54:10.6189704Z [00:02:53.327]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b156=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid IAl9BknR8ABaNGAVZQ94/IAl9BknR8ABaNGAVZQ94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b156/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T21:54:10.6258710Z [00:02:53.334]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T21:54:10.6270860Z [00:02:53.336]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/84/84c8d1a27eceeb0e44431cc4bf5b89d6a892732e4d6c6d87119771a32286af77-d # internal
2025-08-20T21:54:10.6273242Z [00:02:53.337]➜  crypto/tls/internal/fips140tls
2025-08-20T21:54:10.6274158Z [00:02:53.337]➜  mkdir -p $WORK/b150/
2025-08-20T21:54:10.6274877Z [00:02:53.337]➜  cat >/tmp/go-build3999932643/b150/importcfg << 'EOF' # internal
2025-08-20T21:54:10.6275726Z [00:02:53.337]➜  # import config
2025-08-20T21:54:10.6276405Z [00:02:53.337]➜  packagefile crypto/fips140=/tmp/go-build3999932643/b151/_pkg_.a
2025-08-20T21:54:10.6277339Z [00:02:53.337]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:10.6278036Z [00:02:53.337]➜  EOF
2025-08-20T21:54:10.6280340Z [00:02:53.337]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b150=>" -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/b150/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T21:54:10.6444648Z [00:02:53.354]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T21:54:10.6448103Z [00:02:53.354]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/bf/bf83de4a47aba345ad14802745c26c588b69907a9952f543a647e9f9ddd888dc-d # internal
2025-08-20T21:54:10.6448779Z [00:02:53.354]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T21:54:10.6449092Z [00:02:53.354]➜  mkdir -p $WORK/b159/
2025-08-20T21:54:10.6451622Z [00:02:53.355]➜  cat >/tmp/go-build3999932643/b159/importcfg << 'EOF' # internal
2025-08-20T21:54:10.6452526Z [00:02:53.355]➜  # import config
2025-08-20T21:54:10.6453161Z [00:02:53.355]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:10.6453932Z [00:02:53.355]➜  EOF
2025-08-20T21:54:10.6456099Z [00:02:53.355]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b159/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b159=>" -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/b159/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T21:54:10.6900954Z [00:02:53.399]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T21:54:10.6907464Z [00:02:53.400]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d # internal
2025-08-20T21:54:10.6909832Z [00:02:53.400]➜  internal/singleflight
2025-08-20T21:54:10.6911628Z [00:02:53.401]➜  mkdir -p $WORK/b161/
2025-08-20T21:54:10.6920294Z [00:02:53.401]➜  cat >/tmp/go-build3999932643/b161/importcfg << 'EOF' # internal
2025-08-20T21:54:10.6920936Z [00:02:53.401]➜  # import config
2025-08-20T21:54:10.6921598Z [00:02:53.401]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:10.6949151Z [00:02:53.401]➜  EOF
2025-08-20T21:54:10.6951168Z [00:02:53.401]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b161/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b161=>" -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/b161/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T21:54:10.7202327Z [00:02:53.429]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T21:54:10.7205614Z [00:02:53.430]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d # internal
2025-08-20T21:54:10.7207461Z [00:02:53.430]➜  unique
2025-08-20T21:54:10.7207758Z [00:02:53.430]➜  mkdir -p $WORK/b163/
2025-08-20T21:54:10.7210282Z [00:02:53.430]➜  cat >/tmp/go-build3999932643/b163/importcfg << 'EOF' # internal
2025-08-20T21:54:10.7210812Z [00:02:53.430]➜  # import config
2025-08-20T21:54:10.7211706Z [00:02:53.430]➜  packagefile internal/abi=/tmp/go-build3999932643/b006/_pkg_.a
2025-08-20T21:54:10.7212447Z [00:02:53.430]➜  packagefile internal/goarch=/tmp/go-build3999932643/b007/_pkg_.a
2025-08-20T21:54:10.7213174Z [00:02:53.430]➜  packagefile internal/stringslite=/tmp/go-build3999932643/b032/_pkg_.a
2025-08-20T21:54:10.7214155Z [00:02:53.430]➜  packagefile internal/sync=/tmp/go-build3999932643/b036/_pkg_.a
2025-08-20T21:54:10.7214867Z [00:02:53.430]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:10.7216020Z [00:02:53.430]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:10.7216947Z [00:02:53.430]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:10.7217517Z [00:02:53.430]➜  packagefile weak=/tmp/go-build3999932643/b123/_pkg_.a
2025-08-20T21:54:10.7217900Z [00:02:53.430]➜  EOF
2025-08-20T21:54:10.7219926Z [00:02:53.431]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b163=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid l2dWsOAjPHs0NzjmsNFx/l2dWsOAjPHs0NzjmsNFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b163/importcfg -pack /root/.go/src/unique/canonmap.go /root/.go/src/unique/clone.go /root/.go/src/unique/doc.go /root/.go/src/unique/handle.go
2025-08-20T21:54:10.8053452Z [00:02:53.515]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T21:54:10.8114225Z [00:02:53.521]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d # internal
2025-08-20T21:54:10.8117417Z [00:02:53.521]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:54:10.8118161Z [00:02:53.521]➜  mkdir -p $WORK/b145/
2025-08-20T21:54:10.8123016Z [00:02:53.522]➜  cat >/tmp/go-build3999932643/b145/importcfg << 'EOF' # internal
2025-08-20T21:54:10.8123388Z [00:02:53.522]➜  # import config
2025-08-20T21:54:10.8123756Z [00:02:53.522]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:10.8124232Z [00:02:53.522]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:10.8126706Z [00:02:53.522]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:10.8127037Z [00:02:53.522]➜  EOF
2025-08-20T21:54:10.8129680Z [00:02:53.522]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b145=>" -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/b145/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-20T21:54:10.8434260Z [00:02:53.552]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T21:54:10.8440085Z [00:02:53.553]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/78/78446b1ee78c2afdb8f9495f19b05e5d6c7f2b5855e1553ee9753739c23c7758-d # internal
2025-08-20T21:54:10.8527848Z [00:02:53.562]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T21:54:10.8538269Z [00:02:53.563]➜  runtime/cgo
2025-08-20T21:54:10.8538781Z [00:02:53.563]➜  mkdir -p $WORK/b164/
2025-08-20T21:54:10.8540112Z [00:02:53.563]➜  echo -n > $WORK/b164/preferlinkext # internal
2025-08-20T21:54:10.8540763Z [00:02:53.563]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:54:10.8542293Z [00:02:53.563]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b164/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b164/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T21:54:10.8552107Z [00:02:53.564]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d # internal
2025-08-20T21:54:10.8552821Z [00:02:53.565]➜  hash/adler32
2025-08-20T21:54:10.8553173Z [00:02:53.565]➜  mkdir -p $WORK/b170/
2025-08-20T21:54:10.8555052Z [00:02:53.565]➜  cat >/tmp/go-build3999932643/b170/importcfg << 'EOF' # internal
2025-08-20T21:54:10.8555406Z [00:02:53.565]➜  # import config
2025-08-20T21:54:10.8555750Z [00:02:53.565]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:10.8556166Z [00:02:53.565]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:10.8557014Z [00:02:53.565]➜  packagefile internal/byteorder=/tmp/go-build3999932643/b013/_pkg_.a
2025-08-20T21:54:10.8557488Z [00:02:53.565]➜  EOF
2025-08-20T21:54:10.8557816Z [00:02:53.565]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:10.8559360Z [00:02:53.565]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/.go/src/hash/adler32=>hash/adler32;$WORK/b170=>" -p hash/adler32 -lang=go1.25 -std -complete -installsuffix shared -buildid zYnB5d9XbU5vl2fMxxwe/zYnB5d9XbU5vl2fMxxwe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b170/importcfg -pack /root/.go/src/hash/adler32/adler32.go
2025-08-20T21:54:10.8670196Z [00:02:53.574]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T21:54:10.8674542Z [00:02:53.577]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d # internal
2025-08-20T21:54:10.8675098Z [00:02:53.577]➜  net/netip
2025-08-20T21:54:10.8675920Z [00:02:53.577]➜  mkdir -p $WORK/b162/
2025-08-20T21:54:10.8679186Z [00:02:53.577]➜  cat >/tmp/go-build3999932643/b162/importcfg << 'EOF' # internal
2025-08-20T21:54:10.8680071Z [00:02:53.577]➜  # import config
2025-08-20T21:54:10.8680659Z [00:02:53.577]➜  packagefile cmp=/tmp/go-build3999932643/b046/_pkg_.a
2025-08-20T21:54:10.8681476Z [00:02:53.577]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:10.8682239Z [00:02:53.577]➜  packagefile internal/bytealg=/tmp/go-build3999932643/b011/_pkg_.a
2025-08-20T21:54:10.8682951Z [00:02:53.577]➜  packagefile internal/byteorder=/tmp/go-build3999932643/b013/_pkg_.a
2025-08-20T21:54:10.8684374Z [00:02:53.577]➜  packagefile internal/itoa=/tmp/go-build3999932643/b048/_pkg_.a
2025-08-20T21:54:10.8684848Z [00:02:53.577]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:10.8685274Z [00:02:53.577]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:10.8685724Z [00:02:53.577]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:10.8686145Z [00:02:53.577]➜  packagefile unique=/tmp/go-build3999932643/b163/_pkg_.a
2025-08-20T21:54:10.8686453Z [00:02:53.577]➜  EOF
2025-08-20T21:54:10.8688055Z [00:02:53.577]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b162=>" -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/b162/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T21:54:10.8707093Z [00:02:53.579]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T21:54:10.8710271Z [00:02:53.579]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/c4/c4effad20123a08bb8a1021958f599f04434ee49d095cf01dc213a40883c934a-d # internal
2025-08-20T21:54:10.8710866Z [00:02:53.579]➜  internal/saferio
2025-08-20T21:54:10.8711144Z [00:02:53.579]➜  mkdir -p $WORK/b172/
2025-08-20T21:54:10.8711509Z [00:02:53.579]➜  cat >/tmp/go-build3999932643/b172/importcfg << 'EOF' # internal
2025-08-20T21:54:10.8711852Z [00:02:53.579]➜  # import config
2025-08-20T21:54:10.8712169Z [00:02:53.579]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:10.8712466Z [00:02:53.579]➜  EOF
2025-08-20T21:54:10.8713949Z [00:02:53.579]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/.go/src/internal/saferio=>internal/saferio;$WORK/b172=>" -p internal/saferio -lang=go1.25 -std -complete -installsuffix shared -buildid pPPe3dhh4-w6Y3PIuye5/pPPe3dhh4-w6Y3PIuye5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b172/importcfg -pack /root/.go/src/internal/saferio/io.go
2025-08-20T21:54:10.8726526Z [00:02:53.582]➜  cd $WORK
2025-08-20T21:54:10.8769253Z [00:02:53.584]➜  gcc -fno-caret-diagnostics -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:54:10.8809934Z [00:02:53.590]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T21:54:10.8838304Z [00:02:53.593]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T21:54:10.8841807Z [00:02:53.594]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/57/57bffadd14624ea2fb0e2f72fb4e7ed254b845aa873cadc2a2028ae9e2f8292e-d # internal
2025-08-20T21:54:10.8856333Z [00:02:53.595]➜  gcc -Qunused-arguments -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:54:10.8873142Z [00:02:53.597]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d # internal
2025-08-20T21:54:10.8938160Z [00:02:53.603]➜  gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true
2025-08-20T21:54:10.8941473Z [00:02:53.603]➜  fmt
2025-08-20T21:54:10.8943024Z [00:02:53.603]➜  mkdir -p $WORK/b044/
2025-08-20T21:54:10.8943991Z [00:02:53.604]➜  cat >/tmp/go-build3999932643/b044/importcfg << 'EOF' # internal
2025-08-20T21:54:10.8944406Z [00:02:53.604]➜  # import config
2025-08-20T21:54:10.8944777Z [00:02:53.604]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:10.8945232Z [00:02:53.604]➜  packagefile internal/fmtsort=/tmp/go-build3999932643/b045/_pkg_.a
2025-08-20T21:54:10.8945674Z [00:02:53.604]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:10.8946073Z [00:02:53.604]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:10.8946469Z [00:02:53.604]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:10.8946876Z [00:02:53.604]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:10.8947307Z [00:02:53.604]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:10.8947894Z [00:02:53.604]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:10.8948315Z [00:02:53.604]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:10.8948749Z [00:02:53.604]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:10.8949089Z [00:02:53.604]➜  EOF
2025-08-20T21:54:10.8949390Z [00:02:53.604]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:10.8951268Z [00:02:53.604]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b044=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid KK0d2mAdBMirocFQerGP/KK0d2mAdBMirocFQerGP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b044/importcfg -pack /root/.go/src/fmt/doc.go /root/.go/src/fmt/errors.go /root/.go/src/fmt/format.go /root/.go/src/fmt/print.go /root/.go/src/fmt/scan.go
2025-08-20T21:54:10.9196055Z [00:02:53.629]➜  cd $WORK
2025-08-20T21:54:10.9196684Z [00:02:53.629]➜  gcc -fdebug-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:54:10.9317339Z [00:02:53.641]➜  gcc -ffile-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:54:10.9318028Z [00:02:53.641]➜  crypto/internal/sysrand
2025-08-20T21:54:10.9318347Z [00:02:53.641]➜  mkdir -p $WORK/b079/
2025-08-20T21:54:10.9322310Z [00:02:53.641]➜  cat >/tmp/go-build3999932643/b079/importcfg << 'EOF' # internal
2025-08-20T21:54:10.9322737Z [00:02:53.641]➜  # import config
2025-08-20T21:54:10.9323085Z [00:02:53.641]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:10.9323569Z [00:02:53.641]➜  packagefile internal/syscall/unix=/tmp/go-build3999932643/b062/_pkg_.a
2025-08-20T21:54:10.9324038Z [00:02:53.641]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:10.9324463Z [00:02:53.641]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:10.9324876Z [00:02:53.641]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:10.9325292Z [00:02:53.641]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:10.9327134Z [00:02:53.641]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:10.9328387Z [00:02:53.641]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:10.9328886Z [00:02:53.641]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:10.9329403Z [00:02:53.641]➜  EOF
2025-08-20T21:54:10.9329679Z [00:02:53.642]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:10.9332018Z [00:02:53.642]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/.go/src/crypto/internal/sysrand=>crypto/internal/sysrand;$WORK/b079=>" -p crypto/internal/sysrand -lang=go1.25 -std -complete -installsuffix shared -buildid mnJYHg0KzS7cWivVHp2O/mnJYHg0KzS7cWivVHp2O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b079/importcfg -pack /root/.go/src/crypto/internal/sysrand/rand.go /root/.go/src/crypto/internal/sysrand/rand_getrandom.go
2025-08-20T21:54:10.9461614Z [00:02:53.655]➜  cd $WORK
2025-08-20T21:54:10.9462227Z [00:02:53.655]➜  gcc -gno-record-gcc-switches -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:54:10.9553230Z [00:02:53.665]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T21:54:10.9555234Z [00:02:53.665]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d # internal
2025-08-20T21:54:10.9653559Z [00:02:53.675]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/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-20T21:54:10.9904219Z [00:02:53.700]➜  crypto/internal/entropy
2025-08-20T21:54:10.9905532Z [00:02:53.700]➜  mkdir -p $WORK/b078/
2025-08-20T21:54:10.9906488Z [00:02:53.700]➜  cat >/tmp/go-build3999932643/b078/importcfg << 'EOF' # internal
2025-08-20T21:54:10.9907779Z [00:02:53.700]➜  # import config
2025-08-20T21:54:10.9909066Z [00:02:53.700]➜  packagefile crypto/internal/sysrand=/tmp/go-build3999932643/b079/_pkg_.a
2025-08-20T21:54:10.9909484Z [00:02:53.700]➜  EOF
2025-08-20T21:54:10.9909758Z [00:02:53.700]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:10.9911476Z [00:02:53.700]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/.go/src/crypto/internal/entropy=>crypto/internal/entropy;$WORK/b078=>" -p crypto/internal/entropy -lang=go1.25 -std -complete -installsuffix shared -buildid uyN8ZSB0PiltA8jeC8ce/uyN8ZSB0PiltA8jeC8ce -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b078/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T21:54:10.9912918Z [00:02:53.700]➜  cd $WORK/b164
2025-08-20T21:54:10.9914831Z [00:02:53.700]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x001.o -c _cgo_export.c
2025-08-20T21:54:11.0076587Z [00:02:53.717]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T21:54:11.0079806Z [00:02:53.717]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d # internal
2025-08-20T21:54:11.0080812Z [00:02:53.717]➜  crypto/internal/fips140/drbg
2025-08-20T21:54:11.0081273Z [00:02:53.717]➜  mkdir -p $WORK/b077/
2025-08-20T21:54:11.0083354Z [00:02:53.718]➜  cat >/tmp/go-build3999932643/b077/importcfg << 'EOF' # internal
2025-08-20T21:54:11.0084255Z [00:02:53.718]➜  # import config
2025-08-20T21:54:11.0084923Z [00:02:53.718]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:11.0085697Z [00:02:53.718]➜  packagefile crypto/internal/entropy=/tmp/go-build3999932643/b078/_pkg_.a
2025-08-20T21:54:11.0086714Z [00:02:53.718]➜  packagefile crypto/internal/fips140=/tmp/go-build3999932643/b080/_pkg_.a
2025-08-20T21:54:11.0087853Z [00:02:53.718]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3999932643/b082/_pkg_.a
2025-08-20T21:54:11.0089445Z [00:02:53.718]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3999932643/b084/_pkg_.a
2025-08-20T21:54:11.0090558Z [00:02:53.718]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3999932643/b091/_pkg_.a
2025-08-20T21:54:11.0091690Z [00:02:53.718]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3999932643/b087/_pkg_.a
2025-08-20T21:54:11.0092825Z [00:02:53.718]➜  packagefile crypto/internal/randutil=/tmp/go-build3999932643/b093/_pkg_.a
2025-08-20T21:54:11.0093837Z [00:02:53.718]➜  packagefile crypto/internal/sysrand=/tmp/go-build3999932643/b079/_pkg_.a
2025-08-20T21:54:11.0118281Z [00:02:53.718]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.0119412Z [00:02:53.718]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:11.0120202Z [00:02:53.718]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:11.0121258Z [00:02:53.718]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:11.0121990Z [00:02:53.718]➜  EOF
2025-08-20T21:54:11.0122540Z [00:02:53.718]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:11.0125169Z [00:02:53.718]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b077/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/drbg=>crypto/internal/fips140/drbg;$WORK/b077=>" -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/b077/importcfg -pack /root/.go/src/crypto/internal/fips140/drbg/cast.go /root/.go/src/crypto/internal/fips140/drbg/ctrdrbg.go /root/.go/src/crypto/internal/fips140/drbg/rand.go
2025-08-20T21:54:11.0532101Z [00:02:53.762]➜  cd $WORK/b164
2025-08-20T21:54:11.0535741Z [00:02:53.763]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x002.o -c cgo.cgo2.c
2025-08-20T21:54:11.0602857Z [00:02:53.769]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T21:54:11.0609541Z [00:02:53.770]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d # internal
2025-08-20T21:54:11.0610799Z [00:02:53.770]➜  crypto/internal/fips140only
2025-08-20T21:54:11.0611503Z [00:02:53.770]➜  mkdir -p $WORK/b076/
2025-08-20T21:54:11.0643568Z [00:02:53.774]➜  cat >/tmp/go-build3999932643/b076/importcfg << 'EOF' # internal
2025-08-20T21:54:11.0644975Z [00:02:53.774]➜  # import config
2025-08-20T21:54:11.0646336Z [00:02:53.774]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3999932643/b077/_pkg_.a
2025-08-20T21:54:11.0647208Z [00:02:53.774]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3999932643/b086/_pkg_.a
2025-08-20T21:54:11.0648337Z [00:02:53.774]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3999932643/b090/_pkg_.a
2025-08-20T21:54:11.0649429Z [00:02:53.774]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3999932643/b092/_pkg_.a
2025-08-20T21:54:11.0650221Z [00:02:53.774]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:11.0650799Z [00:02:53.774]➜  packagefile internal/godebug=/tmp/go-build3999932643/b058/_pkg_.a
2025-08-20T21:54:11.0651992Z [00:02:53.774]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:11.0652327Z [00:02:53.774]➜  EOF
2025-08-20T21:54:11.0652596Z [00:02:53.774]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:11.0654383Z [00:02:53.774]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140only=>crypto/internal/fips140only;$WORK/b076=>" -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/b076/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T21:54:11.0758929Z [00:02:53.785]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:54:11.0761231Z [00:02:53.785]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x003.o -c gcc_context.c
2025-08-20T21:54:11.0820587Z [00:02:53.791]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T21:54:11.0826910Z [00:02:53.792]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d # internal
2025-08-20T21:54:11.0839274Z [00:02:53.792]➜  encoding/json
2025-08-20T21:54:11.0840036Z [00:02:53.793]➜  mkdir -p $WORK/b067/
2025-08-20T21:54:11.0840667Z [00:02:53.793]➜  cat >/tmp/go-build3999932643/b067/importcfg << 'EOF' # internal
2025-08-20T21:54:11.0841570Z [00:02:53.793]➜  # import config
2025-08-20T21:54:11.0842582Z [00:02:53.793]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:11.0843530Z [00:02:53.793]➜  packagefile cmp=/tmp/go-build3999932643/b046/_pkg_.a
2025-08-20T21:54:11.0844516Z [00:02:53.793]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:54:11.0845646Z [00:02:53.793]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:11.0846659Z [00:02:53.793]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.0847451Z [00:02:53.793]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:11.0848044Z [00:02:53.793]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:11.0848899Z [00:02:53.793]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:11.0849739Z [00:02:53.793]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:11.0850404Z [00:02:53.793]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:11.0851111Z [00:02:53.793]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:11.0852010Z [00:02:53.793]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:11.0852902Z [00:02:53.793]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:11.0853797Z [00:02:53.793]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:11.0854620Z [00:02:53.793]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:54:11.0855582Z [00:02:53.793]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:11.0856208Z [00:02:53.793]➜  EOF
2025-08-20T21:54:11.0856669Z [00:02:53.793]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:11.0859580Z [00:02:53.793]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b067/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b067=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid LVFDRKtEsWkoES0oPVFq/LVFDRKtEsWkoES0oPVFq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack /root/.go/src/encoding/json/decode.go /root/.go/src/encoding/json/encode.go /root/.go/src/encoding/json/fold.go /root/.go/src/encoding/json/indent.go /root/.go/src/encoding/json/scanner.go /root/.go/src/encoding/json/stream.go /root/.go/src/encoding/json/tables.go /root/.go/src/encoding/json/tags.go
2025-08-20T21:54:11.1023033Z [00:02:53.812]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:54:11.1025718Z [00:02:53.812]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x004.o -c gcc_fatalf.c
2025-08-20T21:54:11.1045021Z [00:02:53.814]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T21:54:11.1050501Z [00:02:53.814]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d # internal
2025-08-20T21:54:11.1051851Z [00:02:53.815]➜  flag
2025-08-20T21:54:11.1053362Z [00:02:53.815]➜  mkdir -p $WORK/b071/
2025-08-20T21:54:11.1054200Z [00:02:53.815]➜  cat >/tmp/go-build3999932643/b071/importcfg << 'EOF' # internal
2025-08-20T21:54:11.1054907Z [00:02:53.815]➜  # import config
2025-08-20T21:54:11.1055822Z [00:02:53.815]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:54:11.1056590Z [00:02:53.815]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.1057506Z [00:02:53.815]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:11.1058314Z [00:02:53.815]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:11.1058883Z [00:02:53.815]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:11.1059759Z [00:02:53.815]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:11.1060552Z [00:02:53.815]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:11.1061180Z [00:02:53.815]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:11.1062037Z [00:02:53.815]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:11.1062807Z [00:02:53.815]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:11.1063716Z [00:02:53.815]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:11.1064593Z [00:02:53.815]➜  EOF
2025-08-20T21:54:11.1065136Z [00:02:53.815]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:11.1066688Z [00:02:53.815]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b071=>" -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/b071/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T21:54:11.1214433Z [00:02:53.831]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T21:54:11.1249289Z [00:02:53.834]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:54:11.1252080Z [00:02:53.834]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x005.o -c gcc_libinit.c
2025-08-20T21:54:11.1300708Z [00:02:53.839]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d # internal
2025-08-20T21:54:11.1306842Z [00:02:53.840]➜  crypto/md5
2025-08-20T21:54:11.1309195Z [00:02:53.840]➜  mkdir -p $WORK/b073/
2025-08-20T21:54:11.1311075Z [00:02:53.840]➜  echo -n > $WORK/b073/go_asm.h # internal
2025-08-20T21:54:11.1311808Z [00:02:53.840]➜  cd /root/.go/src/crypto/md5
2025-08-20T21:54:11.1313076Z [00:02:53.840]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b073=>" -I $WORK/b073/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b073/symabis ./md5block_arm64.s
2025-08-20T21:54:11.1357843Z [00:02:53.845]➜  cat >/tmp/go-build3999932643/b073/importcfg << 'EOF' # internal
2025-08-20T21:54:11.1358469Z [00:02:53.845]➜  # import config
2025-08-20T21:54:11.1359687Z [00:02:53.845]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:11.1360634Z [00:02:53.845]➜  packagefile crypto/internal/fips140only=/tmp/go-build3999932643/b076/_pkg_.a
2025-08-20T21:54:11.1361910Z [00:02:53.845]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.1362590Z [00:02:53.845]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:11.1363195Z [00:02:53.845]➜  packagefile internal/byteorder=/tmp/go-build3999932643/b013/_pkg_.a
2025-08-20T21:54:11.1363832Z [00:02:53.845]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:11.1368427Z [00:02:53.845]➜  EOF
2025-08-20T21:54:11.1369012Z [00:02:53.845]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:11.1371197Z [00:02:53.845]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b073=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid bDTVyBGdsUxgSuJoa3w1/bDTVyBGdsUxgSuJoa3w1 -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/md5/md5.go /root/.go/src/crypto/md5/md5block.go /root/.go/src/crypto/md5/md5block_decl.go
2025-08-20T21:54:11.1602575Z [00:02:53.869]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:54:11.1605717Z [00:02:53.870]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x006.o -c gcc_linux_arm64.c
2025-08-20T21:54:11.1651315Z [00:02:53.874]➜  cd /root/.go/src/crypto/md5
2025-08-20T21:54:11.1654849Z [00:02:53.875]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b073=>" -I $WORK/b073/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b073/md5block_arm64.o ./md5block_arm64.s
2025-08-20T21:54:11.1724794Z [00:02:53.882]➜  go tool pack r $WORK/b073/_pkg_.a $WORK/b073/md5block_arm64.o # internal
2025-08-20T21:54:11.1725370Z [00:02:53.882]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T21:54:11.1731721Z [00:02:53.882]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d # internal
2025-08-20T21:54:11.1738418Z [00:02:53.883]➜  crypto/internal/fips140/aes/gcm
2025-08-20T21:54:11.1738806Z [00:02:53.883]➜  mkdir -p $WORK/b098/
2025-08-20T21:54:11.1739116Z [00:02:53.883]➜  echo -n > $WORK/b098/go_asm.h # internal
2025-08-20T21:54:11.1739477Z [00:02:53.883]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T21:54:11.1741071Z [00:02:53.883]➜  /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/b098=>" -I $WORK/b098/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b098/symabis ./gcm_arm64.s
2025-08-20T21:54:11.1812446Z [00:02:53.890]➜  cat >/tmp/go-build3999932643/b098/importcfg << 'EOF' # internal
2025-08-20T21:54:11.1813550Z [00:02:53.890]➜  # import config
2025-08-20T21:54:11.1814566Z [00:02:53.890]➜  packagefile crypto/internal/fips140=/tmp/go-build3999932643/b080/_pkg_.a
2025-08-20T21:54:11.1815492Z [00:02:53.890]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3999932643/b082/_pkg_.a
2025-08-20T21:54:11.1816433Z [00:02:53.890]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3999932643/b083/_pkg_.a
2025-08-20T21:54:11.1817819Z [00:02:53.890]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3999932643/b084/_pkg_.a
2025-08-20T21:54:11.1818560Z [00:02:53.890]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3999932643/b077/_pkg_.a
2025-08-20T21:54:11.1819315Z [00:02:53.890]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3999932643/b091/_pkg_.a
2025-08-20T21:54:11.1820371Z [00:02:53.890]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3999932643/b087/_pkg_.a
2025-08-20T21:54:11.1821258Z [00:02:53.890]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3999932643/b088/_pkg_.a
2025-08-20T21:54:11.1822951Z [00:02:53.890]➜  packagefile crypto/internal/impl=/tmp/go-build3999932643/b089/_pkg_.a
2025-08-20T21:54:11.1823440Z [00:02:53.890]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.1823855Z [00:02:53.890]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:11.1824164Z [00:02:53.890]➜  EOF
2025-08-20T21:54:11.1829793Z [00:02:53.892]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:11.1833939Z [00:02:53.892]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b098/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b098=>" -p crypto/internal/fips140/aes/gcm -lang=go1.25 -std -installsuffix shared -buildid RrjrLvctw9Bw7sArM-0F/RrjrLvctw9Bw7sArM-0F -goversion go1.25.0 -symabis $WORK/b098/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b098/importcfg -pack -asmhdr $WORK/b098/go_asm.h /root/.go/src/crypto/internal/fips140/aes/gcm/cast.go /root/.go/src/crypto/internal/fips140/aes/gcm/cmac.go /root/.go/src/crypto/internal/fips140/aes/gcm/ctrkdf.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_asm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_generic.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_nonces.go /root/.go/src/crypto/internal/fips140/aes/gcm/ghash.go
2025-08-20T21:54:11.2016360Z [00:02:53.911]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T21:54:11.2041995Z [00:02:53.913]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:54:11.2044252Z [00:02:53.913]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x007.o -c gcc_mmap.c
2025-08-20T21:54:11.2050872Z [00:02:53.914]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/47/47bbd515ada0e4721ed7b62c268f1231d70dc92ada60deb11d42d665cfc869e7-d # internal
2025-08-20T21:54:11.2081479Z [00:02:53.917]➜  github.com/google/shlex
2025-08-20T21:54:11.2082056Z [00:02:53.917]➜  mkdir -p $WORK/b102/
2025-08-20T21:54:11.2089567Z [00:02:53.918]➜  cat >/tmp/go-build3999932643/b102/importcfg << 'EOF' # internal
2025-08-20T21:54:11.2090291Z [00:02:53.918]➜  # import config
2025-08-20T21:54:11.2091281Z [00:02:53.918]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:11.2092250Z [00:02:53.918]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:11.2092883Z [00:02:53.918]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:11.2093518Z [00:02:53.918]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:11.2093964Z [00:02:53.918]➜  EOF
2025-08-20T21:54:11.2094751Z [00:02:53.918]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:11.2097152Z [00:02:53.918]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510=>github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510;$WORK/b102=>" -p github.com/google/shlex -lang=go1.13 -complete -installsuffix shared -buildid FK1nOKhicDESVi-DBOt3/FK1nOKhicDESVi-DBOt3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b102/importcfg -pack /root/go/pkg/mod/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510/shlex.go
2025-08-20T21:54:11.2268240Z [00:02:53.936]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:54:11.2270218Z [00:02:53.936]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x008.o -c gcc_setenv.c
2025-08-20T21:54:11.2355606Z [00:02:53.945]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T21:54:11.2362484Z [00:02:53.945]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/6e/6e85142b737c21ae588830469a9a023a636b9a4afe66963922374c04275cac07-d # internal
2025-08-20T21:54:11.2455196Z [00:02:53.955]➜  github.com/pkg/errors
2025-08-20T21:54:11.2457114Z [00:02:53.955]➜  mkdir -p $WORK/b103/
2025-08-20T21:54:11.2459125Z [00:02:53.955]➜  cat >/tmp/go-build3999932643/b103/importcfg << 'EOF' # internal
2025-08-20T21:54:11.2460226Z [00:02:53.955]➜  # import config
2025-08-20T21:54:11.2488575Z [00:02:53.955]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.2489588Z [00:02:53.955]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:11.2490309Z [00:02:53.955]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:11.2490882Z [00:02:53.955]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:11.2491526Z [00:02:53.955]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:11.2492879Z [00:02:53.955]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:11.2493314Z [00:02:53.955]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:11.2493628Z [00:02:53.955]➜  EOF
2025-08-20T21:54:11.2493899Z [00:02:53.958]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:11.2496035Z [00:02:53.958]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b103/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/errors@v0.9.1=>github.com/pkg/errors@v0.9.1;$WORK/b103=>" -p github.com/pkg/errors -lang=go1.16 -complete -installsuffix shared -buildid c9t2xK-fYDiDkrr4QiG6/c9t2xK-fYDiDkrr4QiG6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b103/importcfg -pack /root/go/pkg/mod/github.com/pkg/errors@v0.9.1/errors.go /root/go/pkg/mod/github.com/pkg/errors@v0.9.1/go113.go /root/go/pkg/mod/github.com/pkg/errors@v0.9.1/stack.go
2025-08-20T21:54:11.2498005Z [00:02:53.958]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:54:11.2499503Z [00:02:53.958]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x009.o -c gcc_sigaction.c
2025-08-20T21:54:11.2532854Z [00:02:53.962]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T21:54:11.2537708Z [00:02:53.963]➜  /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/b098=>" -I $WORK/b098/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b098/gcm_arm64.o ./gcm_arm64.s
2025-08-20T21:54:11.2670802Z [00:02:53.976]➜  go tool pack r $WORK/b098/_pkg_.a $WORK/b098/gcm_arm64.o # internal
2025-08-20T21:54:11.2671805Z [00:02:53.976]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T21:54:11.2672536Z [00:02:53.976]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d # internal
2025-08-20T21:54:11.2702032Z [00:02:53.980]➜  crypto/cipher
2025-08-20T21:54:11.2703781Z [00:02:53.980]➜  mkdir -p $WORK/b097/
2025-08-20T21:54:11.2706685Z [00:02:53.980]➜  cat >/tmp/go-build3999932643/b097/importcfg << 'EOF' # internal
2025-08-20T21:54:11.2707077Z [00:02:53.980]➜  # import config
2025-08-20T21:54:11.2707637Z [00:02:53.980]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:11.2708205Z [00:02:53.980]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3999932643/b082/_pkg_.a
2025-08-20T21:54:11.2708800Z [00:02:53.980]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build3999932643/b098/_pkg_.a
2025-08-20T21:54:11.2709389Z [00:02:53.980]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3999932643/b083/_pkg_.a
2025-08-20T21:54:11.2710389Z [00:02:53.980]➜  packagefile crypto/internal/fips140only=/tmp/go-build3999932643/b076/_pkg_.a
2025-08-20T21:54:11.2710908Z [00:02:53.980]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:11.2711351Z [00:02:53.980]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.2711813Z [00:02:53.980]➜  packagefile internal/byteorder=/tmp/go-build3999932643/b013/_pkg_.a
2025-08-20T21:54:11.2712266Z [00:02:53.980]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:11.2712566Z [00:02:53.980]➜  EOF
2025-08-20T21:54:11.2728356Z [00:02:53.981]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:11.2730734Z [00:02:53.981]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/.go/src/crypto/cipher=>crypto/cipher;$WORK/b097=>" -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/b097/importcfg -pack /root/.go/src/crypto/cipher/cbc.go /root/.go/src/crypto/cipher/cfb.go /root/.go/src/crypto/cipher/cipher.go /root/.go/src/crypto/cipher/ctr.go /root/.go/src/crypto/cipher/gcm.go /root/.go/src/crypto/cipher/io.go /root/.go/src/crypto/cipher/ofb.go
2025-08-20T21:54:11.2803960Z [00:02:53.990]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:54:11.2805555Z [00:02:53.990]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x010.o -c gcc_stack_unix.c
2025-08-20T21:54:11.2882292Z [00:02:53.997]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T21:54:11.2905425Z [00:02:54.000]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/82/8289c7d1a2f1c9c62e8df02280fff9341acc4e1e80e239ccdda8210191902d99-d # internal
2025-08-20T21:54:11.2930145Z [00:02:54.002]➜  crypto/internal/fips140/ecdh
2025-08-20T21:54:11.2931332Z [00:02:54.002]➜  mkdir -p $WORK/b111/
2025-08-20T21:54:11.2931719Z [00:02:54.002]➜  cat >/tmp/go-build3999932643/b111/importcfg << 'EOF' # internal
2025-08-20T21:54:11.2932064Z [00:02:54.002]➜  # import config
2025-08-20T21:54:11.2932395Z [00:02:54.002]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:11.2932891Z [00:02:54.002]➜  packagefile crypto/internal/fips140=/tmp/go-build3999932643/b080/_pkg_.a
2025-08-20T21:54:11.2933794Z [00:02:54.002]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3999932643/b084/_pkg_.a
2025-08-20T21:54:11.2934464Z [00:02:54.002]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3999932643/b077/_pkg_.a
2025-08-20T21:54:11.2935047Z [00:02:54.002]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3999932643/b112/_pkg_.a
2025-08-20T21:54:11.2935681Z [00:02:54.002]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3999932643/b087/_pkg_.a
2025-08-20T21:54:11.2936206Z [00:02:54.002]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.2936632Z [00:02:54.002]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:11.2937046Z [00:02:54.002]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:11.2937700Z [00:02:54.002]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:11.2938072Z [00:02:54.002]➜  EOF
2025-08-20T21:54:11.2938344Z [00:02:54.002]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:11.2940347Z [00:02:54.002]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b111/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdh=>crypto/internal/fips140/ecdh;$WORK/b111=>" -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/b111/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdh/cast.go /root/.go/src/crypto/internal/fips140/ecdh/ecdh.go
2025-08-20T21:54:11.3128445Z [00:02:54.022]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:54:11.3135219Z [00:02:54.022]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x011.o -c gcc_traceback.c
2025-08-20T21:54:11.3342179Z [00:02:54.043]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T21:54:11.3347726Z [00:02:54.044]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/a4/a4904f15475b9b4719f68152fa4b2845ca4887c33326acf54323f59c7e1a4e96-d # internal
2025-08-20T21:54:11.3352608Z [00:02:54.045]➜  math/big
2025-08-20T21:54:11.3354681Z [00:02:54.045]➜  mkdir -p $WORK/b117/
2025-08-20T21:54:11.3355033Z [00:02:54.045]➜  echo -n > $WORK/b117/go_asm.h # internal
2025-08-20T21:54:11.3355337Z [00:02:54.045]➜  cd /root/.go/src/math/big
2025-08-20T21:54:11.3356299Z [00:02:54.045]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b117=>" -I $WORK/b117/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b117/symabis ./arith_arm64.s
2025-08-20T21:54:11.3412923Z [00:02:54.050]➜  cat >/tmp/go-build3999932643/b117/importcfg << 'EOF' # internal
2025-08-20T21:54:11.3413982Z [00:02:54.050]➜  # import config
2025-08-20T21:54:11.3423370Z [00:02:54.050]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:11.3424096Z [00:02:54.050]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.3425162Z [00:02:54.050]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:11.3426107Z [00:02:54.050]➜  packagefile internal/byteorder=/tmp/go-build3999932643/b013/_pkg_.a
2025-08-20T21:54:11.3426870Z [00:02:54.050]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:11.3427578Z [00:02:54.050]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:11.3428490Z [00:02:54.050]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:11.3429199Z [00:02:54.050]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:11.3430443Z [00:02:54.050]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:11.3430878Z [00:02:54.050]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:11.3431606Z [00:02:54.050]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:11.3432102Z [00:02:54.050]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:11.3432410Z [00:02:54.050]➜  EOF
2025-08-20T21:54:11.3432680Z [00:02:54.050]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:11.3436849Z [00:02:54.051]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b117/_pkg_.a -trimpath "/root/.go/src/math/big=>math/big;$WORK/b117=>" -p math/big -lang=go1.25 -std -installsuffix shared -buildid ckCotv1-eUY3z3WtniLs/ckCotv1-eUY3z3WtniLs -goversion go1.25.0 -symabis $WORK/b117/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b117/importcfg -pack -asmhdr $WORK/b117/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-20T21:54:11.3563224Z [00:02:54.065]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:54:11.3567648Z [00:02:54.065]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x012.o -c gcc_util.c
2025-08-20T21:54:11.3613128Z [00:02:54.070]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T21:54:11.3646152Z [00:02:54.071]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d # internal
2025-08-20T21:54:11.3647639Z [00:02:54.074]➜  crypto/internal/boring
2025-08-20T21:54:11.3648541Z [00:02:54.074]➜  mkdir -p $WORK/b096/
2025-08-20T21:54:11.3649082Z [00:02:54.074]➜  cat >/tmp/go-build3999932643/b096/importcfg << 'EOF' # internal
2025-08-20T21:54:11.3649538Z [00:02:54.074]➜  # import config
2025-08-20T21:54:11.3649999Z [00:02:54.074]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:11.3650558Z [00:02:54.074]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:11.3651195Z [00:02:54.074]➜  packagefile crypto/internal/boring/sig=/tmp/go-build3999932643/b100/_pkg_.a
2025-08-20T21:54:11.3651767Z [00:02:54.074]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:11.3652494Z [00:02:54.074]➜  EOF
2025-08-20T21:54:11.3653154Z [00:02:54.074]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:11.3655523Z [00:02:54.074]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b096/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring=>crypto/internal/boring;$WORK/b096=>" -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/b096/importcfg -pack /root/.go/src/crypto/internal/boring/doc.go /root/.go/src/crypto/internal/boring/notboring.go
2025-08-20T21:54:11.3874646Z [00:02:54.097]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T21:54:11.3880458Z [00:02:54.097]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d # internal
2025-08-20T21:54:11.3881636Z [00:02:54.097]➜  crypto/sha1
2025-08-20T21:54:11.3882376Z [00:02:54.098]➜  mkdir -p $WORK/b095/
2025-08-20T21:54:11.3884809Z [00:02:54.098]➜  echo -n > $WORK/b095/go_asm.h # internal
2025-08-20T21:54:11.3886942Z [00:02:54.098]➜  cd /root/.go/src/crypto/sha1
2025-08-20T21:54:11.3889072Z [00:02:54.098]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b095=>" -I $WORK/b095/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b095/symabis ./sha1block_arm64.s
2025-08-20T21:54:11.3929990Z [00:02:54.100]➜  cat >/tmp/go-build3999932643/b095/importcfg << 'EOF' # internal
2025-08-20T21:54:11.3930999Z [00:02:54.100]➜  # import config
2025-08-20T21:54:11.3931846Z [00:02:54.100]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:11.3932609Z [00:02:54.100]➜  packagefile crypto/internal/boring=/tmp/go-build3999932643/b096/_pkg_.a
2025-08-20T21:54:11.3933414Z [00:02:54.100]➜  packagefile crypto/internal/fips140only=/tmp/go-build3999932643/b076/_pkg_.a
2025-08-20T21:54:11.3934266Z [00:02:54.100]➜  packagefile crypto/internal/impl=/tmp/go-build3999932643/b089/_pkg_.a
2025-08-20T21:54:11.3935171Z [00:02:54.100]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.3936337Z [00:02:54.100]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:11.3936801Z [00:02:54.100]➜  packagefile internal/byteorder=/tmp/go-build3999932643/b013/_pkg_.a
2025-08-20T21:54:11.3937284Z [00:02:54.100]➜  packagefile internal/cpu=/tmp/go-build3999932643/b012/_pkg_.a
2025-08-20T21:54:11.3938235Z [00:02:54.100]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:11.3938556Z [00:02:54.100]➜  EOF
2025-08-20T21:54:11.3938826Z [00:02:54.101]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:11.3940768Z [00:02:54.101]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b095/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b095=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid 8Z_kqFRDVoFSVE0DDi_T/8Z_kqFRDVoFSVE0DDi_T -goversion go1.25.0 -symabis $WORK/b095/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b095/importcfg -pack -asmhdr $WORK/b095/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-20T21:54:11.3991741Z [00:02:54.108]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:54:11.3993687Z [00:02:54.108]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x013.o -c linux_syscall.c
2025-08-20T21:54:11.4198833Z [00:02:54.127]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T21:54:11.4218262Z [00:02:54.131]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d # internal
2025-08-20T21:54:11.4225442Z [00:02:54.132]➜  crypto/aes
2025-08-20T21:54:11.4232491Z [00:02:54.133]➜  mkdir -p $WORK/b108/
2025-08-20T21:54:11.4241797Z [00:02:54.133]➜  cat >/tmp/go-build3999932643/b108/importcfg << 'EOF' # internal
2025-08-20T21:54:11.4244730Z [00:02:54.134]➜  # import config
2025-08-20T21:54:11.4245117Z [00:02:54.134]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:11.4245624Z [00:02:54.134]➜  packagefile crypto/internal/boring=/tmp/go-build3999932643/b096/_pkg_.a
2025-08-20T21:54:11.4246202Z [00:02:54.134]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3999932643/b082/_pkg_.a
2025-08-20T21:54:11.4246698Z [00:02:54.134]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:11.4247008Z [00:02:54.134]➜  EOF
2025-08-20T21:54:11.4254660Z [00:02:54.135]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:11.4262562Z [00:02:54.135]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b108/_pkg_.a -trimpath "/root/.go/src/crypto/aes=>crypto/aes;$WORK/b108=>" -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/b108/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T21:54:11.4269615Z [00:02:54.136]➜  cd /root/.go/src/crypto/sha1
2025-08-20T21:54:11.4273478Z [00:02:54.136]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b095=>" -I $WORK/b095/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b095/sha1block_arm64.o ./sha1block_arm64.s
2025-08-20T21:54:11.4296382Z [00:02:54.139]➜  go tool pack r $WORK/b095/_pkg_.a $WORK/b095/sha1block_arm64.o # internal
2025-08-20T21:54:11.4297095Z [00:02:54.139]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T21:54:11.4302951Z [00:02:54.140]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d # internal
2025-08-20T21:54:11.4324230Z [00:02:54.142]➜  github.com/cnf/structhash
2025-08-20T21:54:11.4325053Z [00:02:54.142]➜  mkdir -p $WORK/b072/
2025-08-20T21:54:11.4329187Z [00:02:54.142]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:54:11.4331094Z [00:02:54.142]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x014.o -c gcc_arm64.S
2025-08-20T21:54:11.4339978Z [00:02:54.143]➜  cat >/tmp/go-build3999932643/b072/importcfg << 'EOF' # internal
2025-08-20T21:54:11.4340960Z [00:02:54.143]➜  # import config
2025-08-20T21:54:11.4341815Z [00:02:54.143]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:11.4342628Z [00:02:54.143]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:11.4343174Z [00:02:54.143]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:11.4344355Z [00:02:54.143]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:11.4344780Z [00:02:54.143]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:11.4345200Z [00:02:54.143]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:11.4345618Z [00:02:54.143]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:11.4346052Z [00:02:54.143]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:11.4346363Z [00:02:54.143]➜  EOF
2025-08-20T21:54:11.4346629Z [00:02:54.143]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:11.4349502Z [00:02:54.143]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b072/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cnf/structhash@v0.0.0-20201127153200-e1b16c1ebc08=>github.com/cnf/structhash@v0.0.0-20201127153200-e1b16c1ebc08;$WORK/b072=>" -p github.com/cnf/structhash -lang=go1.16 -complete -installsuffix shared -buildid R144VghiClaTnka7QmbD/R144VghiClaTnka7QmbD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b072/importcfg -pack /root/go/pkg/mod/github.com/cnf/structhash@v0.0.0-20201127153200-e1b16c1ebc08/doc.go /root/go/pkg/mod/github.com/cnf/structhash@v0.0.0-20201127153200-e1b16c1ebc08/structhash.go
2025-08-20T21:54:11.4431036Z [00:02:54.152]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T21:54:11.4440893Z [00:02:54.152]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d # internal
2025-08-20T21:54:11.4442492Z [00:02:54.153]➜  crypto/des
2025-08-20T21:54:11.4442754Z [00:02:54.153]➜  mkdir -p $WORK/b109/
2025-08-20T21:54:11.4444602Z [00:02:54.153]➜  cat >/tmp/go-build3999932643/b109/importcfg << 'EOF' # internal
2025-08-20T21:54:11.4445028Z [00:02:54.153]➜  # import config
2025-08-20T21:54:11.4446374Z [00:02:54.153]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:11.4447265Z [00:02:54.153]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3999932643/b083/_pkg_.a
2025-08-20T21:54:11.4448268Z [00:02:54.153]➜  packagefile crypto/internal/fips140only=/tmp/go-build3999932643/b076/_pkg_.a
2025-08-20T21:54:11.4448838Z [00:02:54.153]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.4449307Z [00:02:54.153]➜  packagefile internal/byteorder=/tmp/go-build3999932643/b013/_pkg_.a
2025-08-20T21:54:11.4450227Z [00:02:54.153]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:11.4450650Z [00:02:54.153]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:11.4450957Z [00:02:54.153]➜  EOF
2025-08-20T21:54:11.4452606Z [00:02:54.153]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b109/_pkg_.a -trimpath "/root/.go/src/crypto/des=>crypto/des;$WORK/b109=>" -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/b109/importcfg -pack /root/.go/src/crypto/des/block.go /root/.go/src/crypto/des/cipher.go /root/.go/src/crypto/des/const.go
2025-08-20T21:54:11.4486472Z [00:02:54.158]➜  cd $WORK/b164
2025-08-20T21:54:11.4489558Z [00:02:54.158]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_cgo_main.o -c _cgo_main.c
2025-08-20T21:54:11.4671201Z [00:02:54.176]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:11.4673190Z [00:02:54.176]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -o $WORK/b164/_cgo_.o $WORK/b164/_cgo_main.o $WORK/b164/preferlinkext $WORK/b164/_x001.o $WORK/b164/_x002.o $WORK/b164/_x003.o $WORK/b164/_x004.o $WORK/b164/_x005.o $WORK/b164/_x006.o $WORK/b164/_x007.o $WORK/b164/_x008.o $WORK/b164/_x009.o $WORK/b164/_x010.o $WORK/b164/_x011.o $WORK/b164/_x012.o $WORK/b164/_x013.o $WORK/b164/_x014.o -O2 -g -lpthread
2025-08-20T21:54:11.4704264Z [00:02:54.180]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T21:54:11.4712897Z [00:02:54.180]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/2f/2fd2b069ea6d486e778785a320001e983c6c7a46bb43fd53fbed7f48e0caf2eb-d # internal
2025-08-20T21:54:11.4713597Z [00:02:54.180]➜  crypto/ecdh
2025-08-20T21:54:11.4713858Z [00:02:54.180]➜  mkdir -p $WORK/b110/
2025-08-20T21:54:11.4714235Z [00:02:54.181]➜  cat >/tmp/go-build3999932643/b110/importcfg << 'EOF' # internal
2025-08-20T21:54:11.4715142Z [00:02:54.181]➜  # import config
2025-08-20T21:54:11.4715515Z [00:02:54.181]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:11.4715935Z [00:02:54.181]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:11.4716683Z [00:02:54.181]➜  packagefile crypto/internal/boring=/tmp/go-build3999932643/b096/_pkg_.a
2025-08-20T21:54:11.4717315Z [00:02:54.181]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build3999932643/b111/_pkg_.a
2025-08-20T21:54:11.4718107Z [00:02:54.181]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build3999932643/b114/_pkg_.a
2025-08-20T21:54:11.4718745Z [00:02:54.181]➜  packagefile crypto/internal/fips140only=/tmp/go-build3999932643/b076/_pkg_.a
2025-08-20T21:54:11.4719301Z [00:02:54.181]➜  packagefile crypto/internal/randutil=/tmp/go-build3999932643/b093/_pkg_.a
2025-08-20T21:54:11.4719803Z [00:02:54.181]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:11.4720242Z [00:02:54.181]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.4720651Z [00:02:54.181]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:11.4720947Z [00:02:54.181]➜  EOF
2025-08-20T21:54:11.4722615Z [00:02:54.181]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b110/_pkg_.a -trimpath "/root/.go/src/crypto/ecdh=>crypto/ecdh;$WORK/b110=>" -p crypto/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid CeLS31ovxjiZUv3X6PYl/CeLS31ovxjiZUv3X6PYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b110/importcfg -pack /root/.go/src/crypto/ecdh/ecdh.go /root/.go/src/crypto/ecdh/nist.go /root/.go/src/crypto/ecdh/x25519.go
2025-08-20T21:54:11.4733006Z [00:02:54.183]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T21:54:11.4738622Z [00:02:54.183]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/f2/f2f7e18b18c3040af6880b519e30279eeb8c4beb8b6e152b5410f1eaf22e8599-d # internal
2025-08-20T21:54:11.4740383Z [00:02:54.183]➜  crypto/internal/fips140/ecdsa
2025-08-20T21:54:11.4741125Z [00:02:54.183]➜  mkdir -p $WORK/b120/
2025-08-20T21:54:11.4741839Z [00:02:54.184]➜  cat >/tmp/go-build3999932643/b120/importcfg << 'EOF' # internal
2025-08-20T21:54:11.4742599Z [00:02:54.184]➜  # import config
2025-08-20T21:54:11.4743006Z [00:02:54.184]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:11.4743726Z [00:02:54.184]➜  packagefile crypto/internal/fips140=/tmp/go-build3999932643/b080/_pkg_.a
2025-08-20T21:54:11.4745460Z [00:02:54.184]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3999932643/b121/_pkg_.a
2025-08-20T21:54:11.4746068Z [00:02:54.184]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3999932643/b084/_pkg_.a
2025-08-20T21:54:11.4746663Z [00:02:54.184]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3999932643/b077/_pkg_.a
2025-08-20T21:54:11.4747236Z [00:02:54.184]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3999932643/b085/_pkg_.a
2025-08-20T21:54:11.4747963Z [00:02:54.184]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3999932643/b112/_pkg_.a
2025-08-20T21:54:11.4748546Z [00:02:54.184]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3999932643/b092/_pkg_.a
2025-08-20T21:54:11.4749051Z [00:02:54.184]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.4749467Z [00:02:54.184]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:11.4749864Z [00:02:54.184]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:11.4750264Z [00:02:54.184]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:11.4750570Z [00:02:54.184]➜  EOF
2025-08-20T21:54:11.4768733Z [00:02:54.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b120/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdsa=>crypto/internal/fips140/ecdsa;$WORK/b120=>" -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/b120/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdsa/cast.go /root/.go/src/crypto/internal/fips140/ecdsa/ecdsa.go /root/.go/src/crypto/internal/fips140/ecdsa/ecdsa_noasm.go /root/.go/src/crypto/internal/fips140/ecdsa/hmacdrbg.go
2025-08-20T21:54:11.5287911Z [00:02:54.238]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T21:54:11.5309526Z [00:02:54.239]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/b0/b08bd85b9e15d32832cda58d6a52a91e012cdead4476e962d978a659ab9bb958-d # internal
2025-08-20T21:54:11.5310902Z [00:02:54.240]➜  crypto/sha512
2025-08-20T21:54:11.5311736Z [00:02:54.240]➜  mkdir -p $WORK/b126/
2025-08-20T21:54:11.5312389Z [00:02:54.240]➜  cat >/tmp/go-build3999932643/b126/importcfg << 'EOF' # internal
2025-08-20T21:54:11.5313209Z [00:02:54.240]➜  # import config
2025-08-20T21:54:11.5314311Z [00:02:54.240]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:11.5315254Z [00:02:54.240]➜  packagefile crypto/internal/boring=/tmp/go-build3999932643/b096/_pkg_.a
2025-08-20T21:54:11.5322138Z [00:02:54.240]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3999932643/b092/_pkg_.a
2025-08-20T21:54:11.5323062Z [00:02:54.240]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:11.5323683Z [00:02:54.240]➜  EOF
2025-08-20T21:54:11.5325438Z [00:02:54.240]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b126/_pkg_.a -trimpath "/root/.go/src/crypto/sha512=>crypto/sha512;$WORK/b126=>" -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/b126/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T21:54:11.5432585Z [00:02:54.252]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T21:54:11.5437776Z [00:02:54.253]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d # internal
2025-08-20T21:54:11.5439809Z [00:02:54.253]➜  crypto/internal/fips140/ed25519
2025-08-20T21:54:11.5440127Z [00:02:54.253]➜  mkdir -p $WORK/b131/
2025-08-20T21:54:11.5443146Z [00:02:54.254]➜  cat >/tmp/go-build3999932643/b131/importcfg << 'EOF' # internal
2025-08-20T21:54:11.5449221Z [00:02:54.254]➜  # import config
2025-08-20T21:54:11.5449609Z [00:02:54.254]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:11.5450102Z [00:02:54.254]➜  packagefile crypto/internal/fips140=/tmp/go-build3999932643/b080/_pkg_.a
2025-08-20T21:54:11.5450666Z [00:02:54.254]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3999932643/b084/_pkg_.a
2025-08-20T21:54:11.5451255Z [00:02:54.254]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3999932643/b077/_pkg_.a
2025-08-20T21:54:11.5451865Z [00:02:54.254]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build3999932643/b132/_pkg_.a
2025-08-20T21:54:11.5452472Z [00:02:54.254]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3999932643/b092/_pkg_.a
2025-08-20T21:54:11.5452970Z [00:02:54.254]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.5453396Z [00:02:54.254]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:11.5453814Z [00:02:54.254]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:11.5454126Z [00:02:54.254]➜  EOF
2025-08-20T21:54:11.5456101Z [00:02:54.254]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b131/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ed25519=>crypto/internal/fips140/ed25519;$WORK/b131=>" -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/b131/importcfg -pack /root/.go/src/crypto/internal/fips140/ed25519/cast.go /root/.go/src/crypto/internal/fips140/ed25519/ed25519.go
2025-08-20T21:54:11.5621605Z [00:02:54.271]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T21:54:11.5642821Z [00:02:54.273]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/39/398197bfae009e713577e1d9022c2871e61f88bc8ba77eb6a7d6d3b21f34319d-d # internal
2025-08-20T21:54:11.5649857Z [00:02:54.273]➜  crypto/hkdf
2025-08-20T21:54:11.5650155Z [00:02:54.273]➜  mkdir -p $WORK/b134/
2025-08-20T21:54:11.5650875Z [00:02:54.274]➜  cat >/tmp/go-build3999932643/b134/importcfg << 'EOF' # internal
2025-08-20T21:54:11.5651279Z [00:02:54.274]➜  # import config
2025-08-20T21:54:11.5651700Z [00:02:54.274]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build3999932643/b135/_pkg_.a
2025-08-20T21:54:11.5652277Z [00:02:54.274]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3999932643/b124/_pkg_.a
2025-08-20T21:54:11.5652867Z [00:02:54.274]➜  packagefile crypto/internal/fips140only=/tmp/go-build3999932643/b076/_pkg_.a
2025-08-20T21:54:11.5653356Z [00:02:54.274]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.5653769Z [00:02:54.274]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:11.5654076Z [00:02:54.274]➜  EOF
2025-08-20T21:54:11.5669494Z [00:02:54.275]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b134/_pkg_.a -trimpath "/root/.go/src/crypto/hkdf=>crypto/hkdf;$WORK/b134=>" -p crypto/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid le8lku1Ns3Um0BHAqMkZ/le8lku1Ns3Um0BHAqMkZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b134/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T21:54:11.5752015Z [00:02:54.285]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T21:54:11.5764598Z [00:02:54.286]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/f2/f2737138cd2a5e5c62a990ae02f80bc2cb6947f388f10bdeb3b2f127187cf920-d # internal
2025-08-20T21:54:11.5767316Z [00:02:54.286]➜  crypto/hmac
2025-08-20T21:54:11.5769495Z [00:02:54.286]➜  mkdir -p $WORK/b136/
2025-08-20T21:54:11.5770783Z [00:02:54.286]➜  cat >/tmp/go-build3999932643/b136/importcfg << 'EOF' # internal
2025-08-20T21:54:11.5771139Z [00:02:54.286]➜  # import config
2025-08-20T21:54:11.5773257Z [00:02:54.286]➜  packagefile crypto/internal/boring=/tmp/go-build3999932643/b096/_pkg_.a
2025-08-20T21:54:11.5774270Z [00:02:54.286]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3999932643/b085/_pkg_.a
2025-08-20T21:54:11.5775124Z [00:02:54.286]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3999932643/b124/_pkg_.a
2025-08-20T21:54:11.5775855Z [00:02:54.286]➜  packagefile crypto/internal/fips140only=/tmp/go-build3999932643/b076/_pkg_.a
2025-08-20T21:54:11.5776458Z [00:02:54.286]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:11.5777048Z [00:02:54.286]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:11.5777722Z [00:02:54.286]➜  EOF
2025-08-20T21:54:11.5780970Z [00:02:54.287]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b136/_pkg_.a -trimpath "/root/.go/src/crypto/hmac=>crypto/hmac;$WORK/b136=>" -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/b136/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T21:54:11.5863091Z [00:02:54.296]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T21:54:11.5869848Z [00:02:54.296]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/5f/5f968098c61e825fe0a9316d473d71c2047182aeacbb86694cacd3454f4e4d32-d # internal
2025-08-20T21:54:11.5872608Z [00:02:54.297]➜  crypto/internal/fips140/mlkem
2025-08-20T21:54:11.5875851Z [00:02:54.297]➜  mkdir -p $WORK/b137/
2025-08-20T21:54:11.5878085Z [00:02:54.297]➜  cat >/tmp/go-build3999932643/b137/importcfg << 'EOF' # internal
2025-08-20T21:54:11.5879758Z [00:02:54.297]➜  # import config
2025-08-20T21:54:11.5880115Z [00:02:54.297]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:11.5880603Z [00:02:54.297]➜  packagefile crypto/internal/fips140=/tmp/go-build3999932643/b080/_pkg_.a
2025-08-20T21:54:11.5881171Z [00:02:54.297]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3999932643/b084/_pkg_.a
2025-08-20T21:54:11.5881746Z [00:02:54.297]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3999932643/b077/_pkg_.a
2025-08-20T21:54:11.5882315Z [00:02:54.297]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3999932643/b090/_pkg_.a
2025-08-20T21:54:11.5883165Z [00:02:54.297]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3999932643/b091/_pkg_.a
2025-08-20T21:54:11.5883865Z [00:02:54.297]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3999932643/b087/_pkg_.a
2025-08-20T21:54:11.5884393Z [00:02:54.297]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.5884714Z [00:02:54.297]➜  EOF
2025-08-20T21:54:11.5887100Z [00:02:54.297]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b137/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/mlkem=>crypto/internal/fips140/mlkem;$WORK/b137=>" -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/b137/importcfg -pack /root/.go/src/crypto/internal/fips140/mlkem/cast.go /root/.go/src/crypto/internal/fips140/mlkem/field.go /root/.go/src/crypto/internal/fips140/mlkem/mlkem1024.go /root/.go/src/crypto/internal/fips140/mlkem/mlkem768.go
2025-08-20T21:54:11.6070966Z [00:02:54.316]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T21:54:11.6076185Z [00:02:54.317]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d # internal
2025-08-20T21:54:11.6082787Z [00:02:54.317]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T21:54:11.6088513Z [00:02:54.317]➜  mkdir -p $WORK/b143/
2025-08-20T21:54:11.6088840Z [00:02:54.318]➜  echo -n > $WORK/b143/go_asm.h # internal
2025-08-20T21:54:11.6089210Z [00:02:54.318]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T21:54:11.6090571Z [00:02:54.318]➜  /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/b143=>" -I $WORK/b143/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b143/symabis ./chacha_arm64.s
2025-08-20T21:54:11.6147868Z [00:02:54.324]➜  cat >/tmp/go-build3999932643/b143/importcfg << 'EOF' # internal
2025-08-20T21:54:11.6148790Z [00:02:54.324]➜  # import config
2025-08-20T21:54:11.6151419Z [00:02:54.324]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:54:11.6152375Z [00:02:54.324]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:11.6153017Z [00:02:54.324]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:11.6154416Z [00:02:54.324]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.6154991Z [00:02:54.324]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3999932643/b144/_pkg_.a
2025-08-20T21:54:11.6155542Z [00:02:54.324]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:11.6155978Z [00:02:54.324]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:11.6156292Z [00:02:54.324]➜  EOF
2025-08-20T21:54:11.6156578Z [00:02:54.324]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:11.6159250Z [00:02:54.324]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b143/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b143=>" -p vendor/golang.org/x/crypto/chacha20 -lang=go1.25 -std -installsuffix shared -buildid uM0VDGLk5oDbYrNXo2Np/uM0VDGLk5oDbYrNXo2Np -goversion go1.25.0 -symabis $WORK/b143/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b143/importcfg -pack -asmhdr $WORK/b143/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-20T21:54:11.6291071Z [00:02:54.338]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -o $WORK/b164/_cgo_.o $WORK/b164/_cgo_main.o $WORK/b164/preferlinkext $WORK/b164/_x001.o $WORK/b164/_x002.o $WORK/b164/_x003.o $WORK/b164/_x004.o $WORK/b164/_x005.o $WORK/b164/_x006.o $WORK/b164/_x007.o $WORK/b164/_x008.o $WORK/b164/_x009.o $WORK/b164/_x010.o $WORK/b164/_x011.o $WORK/b164/_x012.o $WORK/b164/_x013.o $WORK/b164/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T21:54:11.6295629Z [00:02:54.338]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage cgo -dynimport $WORK/b164/_cgo_.o -dynout $WORK/b164/_cgo_import.go -dynlinker
2025-08-20T21:54:11.6318860Z [00:02:54.341]➜  echo -n > $WORK/b164/go_asm.h # internal
2025-08-20T21:54:11.6319676Z [00:02:54.341]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:54:11.6322581Z [00:02:54.341]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b164=>" -I $WORK/b164/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b164/symabis ./asm_arm64.s
2025-08-20T21:54:11.6441536Z [00:02:54.353]➜  cat >/tmp/go-build3999932643/b164/importcfg << 'EOF' # internal
2025-08-20T21:54:11.6442281Z [00:02:54.353]➜  # import config
2025-08-20T21:54:11.6443023Z [00:02:54.353]➜  packagefile internal/runtime/sys=/tmp/go-build3999932643/b031/_pkg_.a
2025-08-20T21:54:11.6444041Z [00:02:54.353]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:11.6444572Z [00:02:54.353]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:11.6445341Z [00:02:54.353]➜  EOF
2025-08-20T21:54:11.6445633Z [00:02:54.354]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:11.6448700Z [00:02:54.354]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b164=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid TGVioR3yNDWRnEGdnH6m/TGVioR3yNDWRnEGdnH6m -goversion go1.25.0 -symabis $WORK/b164/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b164/importcfg -pack -asmhdr $WORK/b164/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/b164/_cgo_gotypes.go $WORK/b164/cgo.cgo1.go $WORK/b164/_cgo_import.go
2025-08-20T21:54:11.6700636Z [00:02:54.379]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T21:54:11.6730240Z [00:02:54.382]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/93/93e60f76d750e20a57ceae742a0c842201ae3e67f4dd98b903c26ad8f67d21a9-d # internal
2025-08-20T21:54:11.6734513Z [00:02:54.383]➜  crypto/rc4
2025-08-20T21:54:11.6734830Z [00:02:54.383]➜  mkdir -p $WORK/b146/
2025-08-20T21:54:11.6735212Z [00:02:54.383]➜  cat >/tmp/go-build3999932643/b146/importcfg << 'EOF' # internal
2025-08-20T21:54:11.6735561Z [00:02:54.383]➜  # import config
2025-08-20T21:54:11.6735984Z [00:02:54.383]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3999932643/b083/_pkg_.a
2025-08-20T21:54:11.6736597Z [00:02:54.383]➜  packagefile crypto/internal/fips140only=/tmp/go-build3999932643/b076/_pkg_.a
2025-08-20T21:54:11.6737093Z [00:02:54.383]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.6737660Z [00:02:54.383]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:11.6737980Z [00:02:54.383]➜  EOF
2025-08-20T21:54:11.6739367Z [00:02:54.383]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b146=>" -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/b146/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T21:54:11.6747770Z [00:02:54.384]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T21:54:11.6749565Z [00:02:54.384]➜  /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/b143=>" -I $WORK/b143/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b143/chacha_arm64.o ./chacha_arm64.s
2025-08-20T21:54:11.6830798Z [00:02:54.392]➜  go tool pack r $WORK/b143/_pkg_.a $WORK/b143/chacha_arm64.o # internal
2025-08-20T21:54:11.6831483Z [00:02:54.392]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T21:54:11.6842463Z [00:02:54.393]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/83/838ff9aaf4d79068bf707c6281d5cc38bfe3ee5e7cfb22a3a8db0aa07ea1e5c1-d # internal
2025-08-20T21:54:11.6849731Z [00:02:54.394]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:54:11.6850263Z [00:02:54.394]➜  mkdir -p $WORK/b141/
2025-08-20T21:54:11.6858861Z [00:02:54.395]➜  cat >/tmp/go-build3999932643/b141/importcfg << 'EOF' # internal
2025-08-20T21:54:11.6859241Z [00:02:54.395]➜  # import config
2025-08-20T21:54:11.6859655Z [00:02:54.395]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T21:54:11.6860504Z [00:02:54.395]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:54:11.6861189Z [00:02:54.395]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:54:11.6861906Z [00:02:54.395]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:11.6862986Z [00:02:54.395]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:11.6863572Z [00:02:54.395]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.6864233Z [00:02:54.395]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build3999932643/b143/_pkg_.a
2025-08-20T21:54:11.6864982Z [00:02:54.395]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3999932643/b144/_pkg_.a
2025-08-20T21:54:11.6865750Z [00:02:54.395]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build3999932643/b145/_pkg_.a
2025-08-20T21:54:11.6866290Z [00:02:54.395]➜  EOF
2025-08-20T21:54:11.6866582Z [00:02:54.395]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:11.6869784Z [00:02:54.395]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b141/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b141=>" -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/b141/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-20T21:54:11.6916890Z [00:02:54.401]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T21:54:11.6921188Z [00:02:54.401]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/09/09c9855f4a1c035159e0c1ce80b38bcb54150839e1c7a6555899b7b6298d24bb-d # internal
2025-08-20T21:54:11.6926656Z [00:02:54.402]➜  crypto/internal/fips140/rsa
2025-08-20T21:54:11.6935924Z [00:02:54.402]➜  mkdir -p $WORK/b148/
2025-08-20T21:54:11.6938520Z [00:02:54.403]➜  cat >/tmp/go-build3999932643/b148/importcfg << 'EOF' # internal
2025-08-20T21:54:11.6938902Z [00:02:54.403]➜  # import config
2025-08-20T21:54:11.6939244Z [00:02:54.403]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:11.6939731Z [00:02:54.403]➜  packagefile crypto/internal/fips140=/tmp/go-build3999932643/b080/_pkg_.a
2025-08-20T21:54:11.6940306Z [00:02:54.403]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3999932643/b121/_pkg_.a
2025-08-20T21:54:11.6940895Z [00:02:54.403]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3999932643/b084/_pkg_.a
2025-08-20T21:54:11.6941853Z [00:02:54.403]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3999932643/b077/_pkg_.a
2025-08-20T21:54:11.6942535Z [00:02:54.403]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3999932643/b086/_pkg_.a
2025-08-20T21:54:11.6943116Z [00:02:54.403]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3999932643/b090/_pkg_.a
2025-08-20T21:54:11.6943693Z [00:02:54.403]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3999932643/b092/_pkg_.a
2025-08-20T21:54:11.6944285Z [00:02:54.403]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3999932643/b091/_pkg_.a
2025-08-20T21:54:11.6944783Z [00:02:54.403]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.6945195Z [00:02:54.403]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:11.6945600Z [00:02:54.403]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:11.6946002Z [00:02:54.403]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:11.6946310Z [00:02:54.403]➜  EOF
2025-08-20T21:54:11.6948983Z [00:02:54.403]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b148=>" -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/b148/importcfg -pack /root/.go/src/crypto/internal/fips140/rsa/cast.go /root/.go/src/crypto/internal/fips140/rsa/keygen.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v15.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v22.go /root/.go/src/crypto/internal/fips140/rsa/rsa.go
2025-08-20T21:54:11.7423428Z [00:02:54.452]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T21:54:11.7428612Z [00:02:54.452]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/9d/9d0f705a43be22d6bcecf748791f8d66b6526109568f18204e4524b4b2471782-d # internal
2025-08-20T21:54:11.7431310Z [00:02:54.452]➜  crypto/sha256
2025-08-20T21:54:11.7431924Z [00:02:54.452]➜  mkdir -p $WORK/b149/
2025-08-20T21:54:11.7434308Z [00:02:54.453]➜  cat >/tmp/go-build3999932643/b149/importcfg << 'EOF' # internal
2025-08-20T21:54:11.7434665Z [00:02:54.453]➜  # import config
2025-08-20T21:54:11.7435006Z [00:02:54.453]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:11.7435499Z [00:02:54.453]➜  packagefile crypto/internal/boring=/tmp/go-build3999932643/b096/_pkg_.a
2025-08-20T21:54:11.7436091Z [00:02:54.453]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3999932643/b086/_pkg_.a
2025-08-20T21:54:11.7436586Z [00:02:54.453]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:11.7436892Z [00:02:54.453]➜  EOF
2025-08-20T21:54:11.7438669Z [00:02:54.453]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b149=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid RmStr0QK9Mz1kZnAomE3/RmStr0QK9Mz1kZnAomE3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b149/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T21:54:11.7548658Z [00:02:54.463]➜  cp /root/.go/src/runtime/cgo/abi_arm64.h $WORK/b164/abi_GOARCH.h
2025-08-20T21:54:11.7549104Z [00:02:54.464]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:54:11.7550087Z [00:02:54.464]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b164=>" -I $WORK/b164/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b164/asm_arm64.o ./asm_arm64.s
2025-08-20T21:54:11.7608268Z [00:02:54.470]➜  go tool pack r $WORK/b164/_pkg_.a $WORK/b164/asm_arm64.o $WORK/b164/preferlinkext $WORK/b164/_x001.o $WORK/b164/_x002.o $WORK/b164/_x003.o $WORK/b164/_x004.o $WORK/b164/_x005.o $WORK/b164/_x006.o $WORK/b164/_x007.o $WORK/b164/_x008.o $WORK/b164/_x009.o $WORK/b164/_x010.o $WORK/b164/_x011.o $WORK/b164/_x012.o $WORK/b164/_x013.o $WORK/b164/_x014.o # internal
2025-08-20T21:54:11.7611596Z [00:02:54.470]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T21:54:11.7636168Z [00:02:54.472]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d # internal
2025-08-20T21:54:11.7638787Z [00:02:54.472]➜  encoding/hex
2025-08-20T21:54:11.7640108Z [00:02:54.472]➜  mkdir -p $WORK/b155/
2025-08-20T21:54:11.7641131Z [00:02:54.472]➜  cat >/tmp/go-build3999932643/b155/importcfg << 'EOF' # internal
2025-08-20T21:54:11.7641670Z [00:02:54.472]➜  # import config
2025-08-20T21:54:11.7642150Z [00:02:54.472]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.7642606Z [00:02:54.472]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:11.7643186Z [00:02:54.473]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:11.7643764Z [00:02:54.473]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:11.7644338Z [00:02:54.473]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:11.7644725Z [00:02:54.473]➜  EOF
2025-08-20T21:54:11.7645141Z [00:02:54.473]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:11.7646904Z [00:02:54.473]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b155/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b155=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid iWEB8UeCwiqQ43IOsso9/iWEB8UeCwiqQ43IOsso9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b155/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T21:54:11.7677702Z [00:02:54.477]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T21:54:11.7683114Z [00:02:54.478]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d # internal
2025-08-20T21:54:11.7697970Z [00:02:54.479]➜  net
2025-08-20T21:54:11.7698236Z [00:02:54.479]➜  mkdir -p $WORK/b158/
2025-08-20T21:54:11.7698563Z [00:02:54.479]➜  echo -n > $WORK/b158/preferlinkext # internal
2025-08-20T21:54:11.7698902Z [00:02:54.479]➜  cd /root/.go/src/net
2025-08-20T21:54:11.7893927Z [00:02:54.479]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b158/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b158/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_linux.go ./cgo_resnew.go ./cgo_socknew.go ./cgo_unix_cgo.go ./cgo_unix_cgo_res.go
2025-08-20T21:54:11.7895080Z [00:02:54.499]➜  cd /root/.go/src/math/big
2025-08-20T21:54:11.7903258Z [00:02:54.499]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b117=>" -I $WORK/b117/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b117/arith_arm64.o ./arith_arm64.s
2025-08-20T21:54:11.8033733Z [00:02:54.512]➜  go tool pack r $WORK/b117/_pkg_.a $WORK/b117/arith_arm64.o # internal
2025-08-20T21:54:11.8034379Z [00:02:54.512]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T21:54:11.8111414Z [00:02:54.520]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T21:54:11.8119729Z [00:02:54.521]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d # internal
2025-08-20T21:54:11.8135873Z [00:02:54.523]➜  net/url
2025-08-20T21:54:11.8143307Z [00:02:54.524]➜  mkdir -p $WORK/b165/
2025-08-20T21:54:11.8154947Z [00:02:54.525]➜  cat >/tmp/go-build3999932643/b165/importcfg << 'EOF' # internal
2025-08-20T21:54:11.8156767Z [00:02:54.525]➜  # import config
2025-08-20T21:54:11.8159692Z [00:02:54.525]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.8160165Z [00:02:54.525]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:11.8160577Z [00:02:54.525]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:54:11.8160986Z [00:02:54.525]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:11.8161398Z [00:02:54.525]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:11.8162140Z [00:02:54.525]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:11.8162635Z [00:02:54.525]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:11.8162950Z [00:02:54.525]➜  EOF
2025-08-20T21:54:11.8163214Z [00:02:54.525]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:11.8164640Z [00:02:54.525]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b165=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid A8RFegZZZybLED1GbpJw/A8RFegZZZybLED1GbpJw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b165/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T21:54:11.8179751Z [00:02:54.527]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d # internal
2025-08-20T21:54:11.8180514Z [00:02:54.527]➜  crypto/elliptic
2025-08-20T21:54:11.8184812Z [00:02:54.528]➜  mkdir -p $WORK/b116/
2025-08-20T21:54:11.8185259Z [00:02:54.528]➜  cat >/tmp/go-build3999932643/b116/importcfg << 'EOF' # internal
2025-08-20T21:54:11.8185611Z [00:02:54.528]➜  # import config
2025-08-20T21:54:11.8186084Z [00:02:54.528]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3999932643/b112/_pkg_.a
2025-08-20T21:54:11.8186595Z [00:02:54.528]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.8189377Z [00:02:54.528]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:11.8189875Z [00:02:54.528]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:11.8190300Z [00:02:54.528]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:11.8190605Z [00:02:54.528]➜  EOF
2025-08-20T21:54:11.8192409Z [00:02:54.528]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b116/_pkg_.a -trimpath "/root/.go/src/crypto/elliptic=>crypto/elliptic;$WORK/b116=>" -p crypto/elliptic -lang=go1.25 -std -complete -installsuffix shared -buildid 1H0eO7wkpv4CFuI8AScz/1H0eO7wkpv4CFuI8AScz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b116/importcfg -pack /root/.go/src/crypto/elliptic/elliptic.go /root/.go/src/crypto/elliptic/nistec.go /root/.go/src/crypto/elliptic/params.go
2025-08-20T21:54:11.8424611Z [00:02:54.552]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T21:54:11.8436731Z [00:02:54.553]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/34/3469c2e99b183b8c6f7ed124eaa26124ea6d78853628f1649b3edb03194eda1c-d # internal
2025-08-20T21:54:11.8449460Z [00:02:54.554]➜  crypto/internal/boring/bbig
2025-08-20T21:54:11.8451922Z [00:02:54.554]➜  mkdir -p $WORK/b119/
2025-08-20T21:54:11.8454639Z [00:02:54.554]➜  cat >/tmp/go-build3999932643/b119/importcfg << 'EOF' # internal
2025-08-20T21:54:11.8454998Z [00:02:54.554]➜  # import config
2025-08-20T21:54:11.8455394Z [00:02:54.554]➜  packagefile crypto/internal/boring=/tmp/go-build3999932643/b096/_pkg_.a
2025-08-20T21:54:11.8455888Z [00:02:54.554]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:11.8456230Z [00:02:54.554]➜  EOF
2025-08-20T21:54:11.8458141Z [00:02:54.554]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b119/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/bbig=>crypto/internal/boring/bbig;$WORK/b119=>" -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/b119/importcfg -pack /root/.go/src/crypto/internal/boring/bbig/big.go
2025-08-20T21:54:11.8589222Z [00:02:54.567]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T21:54:11.8592757Z [00:02:54.568]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/88/88edf4806a1182fbe40b1684c93792656bce39dc8ed4bcf19d6e109e51e7a5de-d # internal
2025-08-20T21:54:11.8598044Z [00:02:54.568]➜  encoding/asn1
2025-08-20T21:54:11.8598334Z [00:02:54.568]➜  mkdir -p $WORK/b128/
2025-08-20T21:54:11.8598709Z [00:02:54.568]➜  cat >/tmp/go-build3999932643/b128/importcfg << 'EOF' # internal
2025-08-20T21:54:11.8599419Z [00:02:54.568]➜  # import config
2025-08-20T21:54:11.8599831Z [00:02:54.568]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:11.8600249Z [00:02:54.568]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.8600660Z [00:02:54.568]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:11.8601086Z [00:02:54.568]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:11.8601503Z [00:02:54.568]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:11.8601928Z [00:02:54.568]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:11.8602349Z [00:02:54.568]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:11.8602767Z [00:02:54.568]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:11.8603191Z [00:02:54.568]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:11.8603613Z [00:02:54.568]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:11.8604053Z [00:02:54.568]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:54:11.8604514Z [00:02:54.568]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:11.8604844Z [00:02:54.569]➜  EOF
2025-08-20T21:54:11.8606553Z [00:02:54.569]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/.go/src/encoding/asn1=>encoding/asn1;$WORK/b128=>" -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/b128/importcfg -pack /root/.go/src/encoding/asn1/asn1.go /root/.go/src/encoding/asn1/common.go /root/.go/src/encoding/asn1/marshal.go
2025-08-20T21:54:11.9120715Z [00:02:54.621]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T21:54:11.9138418Z [00:02:54.623]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d # internal
2025-08-20T21:54:11.9140741Z [00:02:54.623]➜  crypto/rand
2025-08-20T21:54:11.9144078Z [00:02:54.623]➜  mkdir -p $WORK/b133/
2025-08-20T21:54:11.9144951Z [00:02:54.623]➜  cat >/tmp/go-build3999932643/b133/importcfg << 'EOF' # internal
2025-08-20T21:54:11.9158905Z [00:02:54.623]➜  # import config
2025-08-20T21:54:11.9159409Z [00:02:54.623]➜  packagefile crypto/internal/boring=/tmp/go-build3999932643/b096/_pkg_.a
2025-08-20T21:54:11.9164665Z [00:02:54.623]➜  packagefile crypto/internal/fips140=/tmp/go-build3999932643/b080/_pkg_.a
2025-08-20T21:54:11.9165790Z [00:02:54.623]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3999932643/b077/_pkg_.a
2025-08-20T21:54:11.9167147Z [00:02:54.623]➜  packagefile crypto/internal/fips140only=/tmp/go-build3999932643/b076/_pkg_.a
2025-08-20T21:54:11.9167852Z [00:02:54.623]➜  packagefile crypto/internal/randutil=/tmp/go-build3999932643/b093/_pkg_.a
2025-08-20T21:54:11.9168423Z [00:02:54.623]➜  packagefile crypto/internal/sysrand=/tmp/go-build3999932643/b079/_pkg_.a
2025-08-20T21:54:11.9168905Z [00:02:54.623]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.9169313Z [00:02:54.623]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:11.9169727Z [00:02:54.623]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:11.9170057Z [00:02:54.623]➜  EOF
2025-08-20T21:54:11.9171710Z [00:02:54.623]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b133/_pkg_.a -trimpath "/root/.go/src/crypto/rand=>crypto/rand;$WORK/b133=>" -p crypto/rand -lang=go1.25 -std -complete -installsuffix shared -buildid A38w9Mg8qJS5LJrKaVFx/A38w9Mg8qJS5LJrKaVFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b133/importcfg -pack /root/.go/src/crypto/rand/rand.go /root/.go/src/crypto/rand/text.go /root/.go/src/crypto/rand/util.go
2025-08-20T21:54:11.9235453Z [00:02:54.632]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T21:54:11.9243260Z [00:02:54.633]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d # internal
2025-08-20T21:54:11.9245465Z [00:02:54.633]➜  crypto/dsa
2025-08-20T21:54:11.9247214Z [00:02:54.633]➜  mkdir -p $WORK/b153/
2025-08-20T21:54:11.9248274Z [00:02:54.634]➜  cat >/tmp/go-build3999932643/b153/importcfg << 'EOF' # internal
2025-08-20T21:54:11.9248687Z [00:02:54.634]➜  # import config
2025-08-20T21:54:11.9249122Z [00:02:54.634]➜  packagefile crypto/internal/fips140only=/tmp/go-build3999932643/b076/_pkg_.a
2025-08-20T21:54:11.9249685Z [00:02:54.634]➜  packagefile crypto/internal/randutil=/tmp/go-build3999932643/b093/_pkg_.a
2025-08-20T21:54:11.9250173Z [00:02:54.634]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.9250581Z [00:02:54.634]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:11.9250995Z [00:02:54.634]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:11.9251324Z [00:02:54.634]➜  EOF
2025-08-20T21:54:11.9252729Z [00:02:54.634]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b153=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid CRgkcrHysHqpZTiOvdzM/CRgkcrHysHqpZTiOvdzM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b153/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T21:54:11.9351908Z [00:02:54.644]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T21:54:11.9355786Z [00:02:54.645]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d # internal
2025-08-20T21:54:11.9356998Z [00:02:54.645]➜  crypto/ed25519
2025-08-20T21:54:11.9358481Z [00:02:54.645]➜  mkdir -p $WORK/b130/
2025-08-20T21:54:11.9359603Z [00:02:54.645]➜  cat >/tmp/go-build3999932643/b130/importcfg << 'EOF' # internal
2025-08-20T21:54:11.9360550Z [00:02:54.645]➜  # import config
2025-08-20T21:54:11.9360999Z [00:02:54.645]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:11.9361543Z [00:02:54.645]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build3999932643/b131/_pkg_.a
2025-08-20T21:54:11.9362134Z [00:02:54.645]➜  packagefile crypto/internal/fips140cache=/tmp/go-build3999932643/b122/_pkg_.a
2025-08-20T21:54:11.9362711Z [00:02:54.645]➜  packagefile crypto/internal/fips140only=/tmp/go-build3999932643/b076/_pkg_.a
2025-08-20T21:54:11.9363236Z [00:02:54.645]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:11.9363699Z [00:02:54.645]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:11.9367792Z [00:02:54.645]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.9368338Z [00:02:54.645]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:11.9368755Z [00:02:54.645]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:11.9369074Z [00:02:54.645]➜  EOF
2025-08-20T21:54:11.9370706Z [00:02:54.645]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/.go/src/crypto/ed25519=>crypto/ed25519;$WORK/b130=>" -p crypto/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid ubc8QILqzxwNY9uAXovg/ubc8QILqzxwNY9uAXovg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b130/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T21:54:11.9500014Z [00:02:54.659]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T21:54:11.9505644Z [00:02:54.660]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/2c/2ca86016c3d19792067bf12acb58f03e82ddf79c1bdd79556a10c2286394660c-d # internal
2025-08-20T21:54:11.9507282Z [00:02:54.660]➜  crypto/internal/hpke
2025-08-20T21:54:11.9507884Z [00:02:54.660]➜  mkdir -p $WORK/b140/
2025-08-20T21:54:11.9513218Z [00:02:54.661]➜  cat >/tmp/go-build3999932643/b140/importcfg << 'EOF' # internal
2025-08-20T21:54:11.9513665Z [00:02:54.661]➜  # import config
2025-08-20T21:54:11.9514531Z [00:02:54.661]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:54:11.9515178Z [00:02:54.661]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:11.9515628Z [00:02:54.661]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:54:11.9516095Z [00:02:54.661]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:11.9516573Z [00:02:54.661]➜  packagefile crypto/ecdh=/tmp/go-build3999932643/b110/_pkg_.a
2025-08-20T21:54:11.9517022Z [00:02:54.661]➜  packagefile crypto/hkdf=/tmp/go-build3999932643/b134/_pkg_.a
2025-08-20T21:54:11.9517615Z [00:02:54.661]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:11.9518098Z [00:02:54.661]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:11.9518663Z [00:02:54.661]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3999932643/b141/_pkg_.a
2025-08-20T21:54:11.9519261Z [00:02:54.661]➜  packagefile internal/byteorder=/tmp/go-build3999932643/b013/_pkg_.a
2025-08-20T21:54:11.9519733Z [00:02:54.661]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:11.9520054Z [00:02:54.661]➜  EOF
2025-08-20T21:54:11.9521613Z [00:02:54.661]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b140/_pkg_.a -trimpath "/root/.go/src/crypto/internal/hpke=>crypto/internal/hpke;$WORK/b140=>" -p crypto/internal/hpke -lang=go1.25 -std -complete -installsuffix shared -buildid LLbop9o7yLjyEdHS5Pgg/LLbop9o7yLjyEdHS5Pgg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b140/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T21:54:12.0031228Z [00:02:54.712]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T21:54:12.0048963Z [00:02:54.713]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/58/5800b8800abbe1766b016db57f80df41f6d0608b2882316d79f8e0e1ba0e00d0-d # internal
2025-08-20T21:54:12.0049775Z [00:02:54.714]➜  crypto/rsa
2025-08-20T21:54:12.0050033Z [00:02:54.714]➜  mkdir -p $WORK/b147/
2025-08-20T21:54:12.0050464Z [00:02:54.714]➜  cat >/tmp/go-build3999932643/b147/importcfg << 'EOF' # internal
2025-08-20T21:54:12.0051145Z [00:02:54.714]➜  # import config
2025-08-20T21:54:12.0052166Z [00:02:54.714]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:12.0052673Z [00:02:54.715]➜  packagefile crypto/internal/boring=/tmp/go-build3999932643/b096/_pkg_.a
2025-08-20T21:54:12.0053265Z [00:02:54.715]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build3999932643/b119/_pkg_.a
2025-08-20T21:54:12.0053852Z [00:02:54.715]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3999932643/b121/_pkg_.a
2025-08-20T21:54:12.0054429Z [00:02:54.715]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build3999932643/b148/_pkg_.a
2025-08-20T21:54:12.0054995Z [00:02:54.715]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3999932643/b124/_pkg_.a
2025-08-20T21:54:12.0055561Z [00:02:54.715]➜  packagefile crypto/internal/fips140only=/tmp/go-build3999932643/b076/_pkg_.a
2025-08-20T21:54:12.0056126Z [00:02:54.715]➜  packagefile crypto/internal/randutil=/tmp/go-build3999932643/b093/_pkg_.a
2025-08-20T21:54:12.0056628Z [00:02:54.715]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:12.0057091Z [00:02:54.715]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:12.0058173Z [00:02:54.715]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:12.0058607Z [00:02:54.715]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:12.0059015Z [00:02:54.715]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:12.0059462Z [00:02:54.715]➜  packagefile internal/godebug=/tmp/go-build3999932643/b058/_pkg_.a
2025-08-20T21:54:12.0059903Z [00:02:54.715]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:12.0060301Z [00:02:54.715]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:12.0060719Z [00:02:54.715]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:12.0061373Z [00:02:54.715]➜  EOF
2025-08-20T21:54:12.0063196Z [00:02:54.715]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b147/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b147=>" -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/b147/importcfg -pack /root/.go/src/crypto/rsa/fips.go /root/.go/src/crypto/rsa/notboring.go /root/.go/src/crypto/rsa/pkcs1v15.go /root/.go/src/crypto/rsa/rsa.go
2025-08-20T21:54:12.0589327Z [00:02:54.768]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T21:54:12.0611378Z [00:02:54.770]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/5a/5a93c480d596584b158bc3f91091ebcfb7fee73c3115cdb7ce21a87f647dcf86-d # internal
2025-08-20T21:54:12.0612938Z [00:02:54.770]➜  path/filepath
2025-08-20T21:54:12.0613220Z [00:02:54.770]➜  mkdir -p $WORK/b166/
2025-08-20T21:54:12.0613629Z [00:02:54.771]➜  cat >/tmp/go-build3999932643/b166/importcfg << 'EOF' # internal
2025-08-20T21:54:12.0613972Z [00:02:54.771]➜  # import config
2025-08-20T21:54:12.0614315Z [00:02:54.771]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:12.0614776Z [00:02:54.771]➜  packagefile internal/bytealg=/tmp/go-build3999932643/b011/_pkg_.a
2025-08-20T21:54:12.0615288Z [00:02:54.771]➜  packagefile internal/filepathlite=/tmp/go-build3999932643/b053/_pkg_.a
2025-08-20T21:54:12.0616188Z [00:02:54.771]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:12.0616592Z [00:02:54.771]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:12.0617008Z [00:02:54.771]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:12.0617770Z [00:02:54.771]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:12.0618258Z [00:02:54.771]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:12.0618681Z [00:02:54.771]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:12.0619137Z [00:02:54.771]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:12.0619465Z [00:02:54.771]➜  EOF
2025-08-20T21:54:12.0621612Z [00:02:54.771]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b166=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid opMDk0VgiCmU5a1iZkch/opMDk0VgiCmU5a1iZkch -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack /root/.go/src/path/filepath/match.go /root/.go/src/path/filepath/path.go /root/.go/src/path/filepath/path_unix.go /root/.go/src/path/filepath/symlink.go /root/.go/src/path/filepath/symlink_unix.go
2025-08-20T21:54:12.0806863Z [00:02:54.789]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T21:54:12.0824070Z [00:02:54.792]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/ba/ba9e862be789804eb5216eaa59076dc3e7829afaee26fe50ed4d027b7b68f92c-d # internal
2025-08-20T21:54:12.0826665Z [00:02:54.792]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:54:12.0827020Z [00:02:54.792]➜  mkdir -p $WORK/b127/
2025-08-20T21:54:12.0832666Z [00:02:54.793]➜  cat >/tmp/go-build3999932643/b127/importcfg << 'EOF' # internal
2025-08-20T21:54:12.0833101Z [00:02:54.793]➜  # import config
2025-08-20T21:54:12.0833605Z [00:02:54.793]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:54:12.0834201Z [00:02:54.793]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:12.0834648Z [00:02:54.793]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:12.0835058Z [00:02:54.793]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:12.0835608Z [00:02:54.793]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3999932643/b129/_pkg_.a
2025-08-20T21:54:12.0836154Z [00:02:54.793]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:12.0836961Z [00:02:54.793]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:12.0837625Z [00:02:54.793]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:12.0838004Z [00:02:54.793]➜  EOF
2025-08-20T21:54:12.0840342Z [00:02:54.793]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b127/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte=>vendor/golang.org/x/crypto/cryptobyte;$WORK/b127=>" -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/b127/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1.go /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/builder.go /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/string.go
2025-08-20T21:54:12.0881168Z [00:02:54.797]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T21:54:12.0909096Z [00:02:54.800]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d # internal
2025-08-20T21:54:12.0923502Z [00:02:54.802]➜  crypto/x509/pkix
2025-08-20T21:54:12.0923805Z [00:02:54.802]➜  mkdir -p $WORK/b154/
2025-08-20T21:54:12.0924187Z [00:02:54.802]➜  cat >/tmp/go-build3999932643/b154/importcfg << 'EOF' # internal
2025-08-20T21:54:12.0924956Z [00:02:54.802]➜  # import config
2025-08-20T21:54:12.0925344Z [00:02:54.802]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:12.0925817Z [00:02:54.802]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:12.0926252Z [00:02:54.802]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:12.0926678Z [00:02:54.802]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:12.0927098Z [00:02:54.802]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:12.0927815Z [00:02:54.802]➜  EOF
2025-08-20T21:54:12.0929417Z [00:02:54.802]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b154=>" -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/b154/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T21:54:12.1192749Z [00:02:54.828]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T21:54:12.1199403Z [00:02:54.829]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/33/335bd4690c5899076352e43717f12bccc590fb20cf59a7bf97426b2a32554f8e-d # internal
2025-08-20T21:54:12.1212318Z [00:02:54.831]➜  compress/flate
2025-08-20T21:54:12.1212620Z [00:02:54.831]➜  mkdir -p $WORK/b169/
2025-08-20T21:54:12.1217238Z [00:02:54.831]➜  cat >/tmp/go-build3999932643/b169/importcfg << 'EOF' # internal
2025-08-20T21:54:12.1218400Z [00:02:54.831]➜  # import config
2025-08-20T21:54:12.1219133Z [00:02:54.831]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:12.1219572Z [00:02:54.831]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:12.1219988Z [00:02:54.831]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:12.1220386Z [00:02:54.831]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:12.1220807Z [00:02:54.831]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:12.1221232Z [00:02:54.831]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:12.1221653Z [00:02:54.831]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:12.1222067Z [00:02:54.831]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:12.1222484Z [00:02:54.831]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:12.1222790Z [00:02:54.831]➜  EOF
2025-08-20T21:54:12.1225592Z [00:02:54.831]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b169/_pkg_.a -trimpath "/root/.go/src/compress/flate=>compress/flate;$WORK/b169=>" -p compress/flate -lang=go1.25 -std -complete -installsuffix shared -buildid ilfncTBnkA4QKWtYPm5O/ilfncTBnkA4QKWtYPm5O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b169/importcfg -pack /root/.go/src/compress/flate/deflate.go /root/.go/src/compress/flate/deflatefast.go /root/.go/src/compress/flate/dict_decoder.go /root/.go/src/compress/flate/huffman_bit_writer.go /root/.go/src/compress/flate/huffman_code.go /root/.go/src/compress/flate/inflate.go /root/.go/src/compress/flate/token.go
2025-08-20T21:54:12.1289469Z [00:02:54.838]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T21:54:12.1291606Z [00:02:54.838]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d # internal
2025-08-20T21:54:12.1292511Z [00:02:54.838]➜  debug/dwarf
2025-08-20T21:54:12.1292800Z [00:02:54.838]➜  mkdir -p $WORK/b171/
2025-08-20T21:54:12.1293209Z [00:02:54.838]➜  cat >/tmp/go-build3999932643/b171/importcfg << 'EOF' # internal
2025-08-20T21:54:12.1293572Z [00:02:54.838]➜  # import config
2025-08-20T21:54:12.1293916Z [00:02:54.839]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:12.1294372Z [00:02:54.839]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:12.1294826Z [00:02:54.839]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:12.1295707Z [00:02:54.839]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:12.1296112Z [00:02:54.839]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:12.1296514Z [00:02:54.839]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:12.1296934Z [00:02:54.839]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:12.1297583Z [00:02:54.839]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:12.1298079Z [00:02:54.839]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:12.1298405Z [00:02:54.839]➜  EOF
2025-08-20T21:54:12.1301133Z [00:02:54.839]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/.go/src/debug/dwarf=>debug/dwarf;$WORK/b171=>" -p debug/dwarf -lang=go1.25 -std -complete -installsuffix shared -buildid aVJyGeSjXLianvjRfZLo/aVJyGeSjXLianvjRfZLo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b171/importcfg -pack /root/.go/src/debug/dwarf/attr_string.go /root/.go/src/debug/dwarf/buf.go /root/.go/src/debug/dwarf/class_string.go /root/.go/src/debug/dwarf/const.go /root/.go/src/debug/dwarf/entry.go /root/.go/src/debug/dwarf/line.go /root/.go/src/debug/dwarf/open.go /root/.go/src/debug/dwarf/tag_string.go /root/.go/src/debug/dwarf/type.go /root/.go/src/debug/dwarf/typeunit.go /root/.go/src/debug/dwarf/unit.go
2025-08-20T21:54:12.2012963Z [00:02:54.910]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T21:54:12.2028027Z [00:02:54.912]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/f6/f6bab0b5ea7334ab165c5b1fad0552dcfa781dba0b82927021febc7d258ca2eb-d # internal
2025-08-20T21:54:12.2029076Z [00:02:54.912]➜  crypto/ecdsa
2025-08-20T21:54:12.2029391Z [00:02:54.912]➜  mkdir -p $WORK/b115/
2025-08-20T21:54:12.2036283Z [00:02:54.913]➜  cat >/tmp/go-build3999932643/b115/importcfg << 'EOF' # internal
2025-08-20T21:54:12.2036712Z [00:02:54.913]➜  # import config
2025-08-20T21:54:12.2037173Z [00:02:54.913]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:54:12.2038009Z [00:02:54.913]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:54:12.2038560Z [00:02:54.913]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:12.2039000Z [00:02:54.913]➜  packagefile crypto/ecdh=/tmp/go-build3999932643/b110/_pkg_.a
2025-08-20T21:54:12.2039478Z [00:02:54.913]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:54:12.2040332Z [00:02:54.913]➜  packagefile crypto/internal/boring=/tmp/go-build3999932643/b096/_pkg_.a
2025-08-20T21:54:12.2040966Z [00:02:54.913]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build3999932643/b119/_pkg_.a
2025-08-20T21:54:12.2041550Z [00:02:54.913]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build3999932643/b120/_pkg_.a
2025-08-20T21:54:12.2042137Z [00:02:54.913]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3999932643/b112/_pkg_.a
2025-08-20T21:54:12.2042729Z [00:02:54.913]➜  packagefile crypto/internal/fips140cache=/tmp/go-build3999932643/b122/_pkg_.a
2025-08-20T21:54:12.2043310Z [00:02:54.913]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3999932643/b124/_pkg_.a
2025-08-20T21:54:12.2043878Z [00:02:54.913]➜  packagefile crypto/internal/fips140only=/tmp/go-build3999932643/b076/_pkg_.a
2025-08-20T21:54:12.2044431Z [00:02:54.913]➜  packagefile crypto/internal/randutil=/tmp/go-build3999932643/b093/_pkg_.a
2025-08-20T21:54:12.2044939Z [00:02:54.913]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:12.2045416Z [00:02:54.913]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:12.2045860Z [00:02:54.913]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:12.2046394Z [00:02:54.913]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3999932643/b127/_pkg_.a
2025-08-20T21:54:12.2047058Z [00:02:54.913]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3999932643/b129/_pkg_.a
2025-08-20T21:54:12.2048200Z [00:02:54.913]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:12.2048623Z [00:02:54.913]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:12.2049067Z [00:02:54.913]➜  packagefile math/rand/v2=/tmp/go-build3999932643/b094/_pkg_.a
2025-08-20T21:54:12.2049401Z [00:02:54.913]➜  EOF
2025-08-20T21:54:12.2051151Z [00:02:54.913]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b115/_pkg_.a -trimpath "/root/.go/src/crypto/ecdsa=>crypto/ecdsa;$WORK/b115=>" -p crypto/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid RMncMWtMn5o5fs9EVDuT/RMncMWtMn5o5fs9EVDuT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b115/importcfg -pack /root/.go/src/crypto/ecdsa/ecdsa.go /root/.go/src/crypto/ecdsa/ecdsa_legacy.go /root/.go/src/crypto/ecdsa/notboring.go
2025-08-20T21:54:12.2488954Z [00:02:54.958]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T21:54:12.2544394Z [00:02:54.963]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d # internal
2025-08-20T21:54:12.2547938Z [00:02:54.964]➜  compress/zlib
2025-08-20T21:54:12.2572392Z [00:02:54.966]➜  mkdir -p $WORK/b168/
2025-08-20T21:54:12.2584513Z [00:02:54.967]➜  cat >/tmp/go-build3999932643/b168/importcfg << 'EOF' # internal
2025-08-20T21:54:12.2597647Z [00:02:54.967]➜  # import config
2025-08-20T21:54:12.2598041Z [00:02:54.967]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:12.2598839Z [00:02:54.967]➜  packagefile compress/flate=/tmp/go-build3999932643/b169/_pkg_.a
2025-08-20T21:54:12.2599402Z [00:02:54.967]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:12.2599853Z [00:02:54.967]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:12.2600263Z [00:02:54.967]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:12.2600682Z [00:02:54.967]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:12.2601117Z [00:02:54.967]➜  packagefile hash/adler32=/tmp/go-build3999932643/b170/_pkg_.a
2025-08-20T21:54:12.2601545Z [00:02:54.967]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:12.2601843Z [00:02:54.967]➜  EOF
2025-08-20T21:54:12.2603439Z [00:02:54.967]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/.go/src/compress/zlib=>compress/zlib;$WORK/b168=>" -p compress/zlib -lang=go1.25 -std -complete -installsuffix shared -buildid E-spwvnpdd0cpvAhA7T0/E-spwvnpdd0cpvAhA7T0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b168/importcfg -pack /root/.go/src/compress/zlib/reader.go /root/.go/src/compress/zlib/writer.go
2025-08-20T21:54:12.2710235Z [00:02:54.980]➜  cd $WORK/b158
2025-08-20T21:54:12.2714194Z [00:02:54.980]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b158=/tmp/go-build -gno-record-gcc-switches -I $WORK/b158/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b158/_x001.o -c _cgo_export.c
2025-08-20T21:54:12.2989849Z [00:02:55.008]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T21:54:12.3001128Z [00:02:55.009]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/3e/3e267c749854f7071c1d50d56d4091bd3c89b80269d15d7de76dccc34040c56f-d # internal
2025-08-20T21:54:12.3009431Z [00:02:55.010]➜  internal/zstd
2025-08-20T21:54:12.3015854Z [00:02:55.011]➜  mkdir -p $WORK/b173/
2025-08-20T21:54:12.3024799Z [00:02:55.012]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b158=/tmp/go-build -gno-record-gcc-switches -I $WORK/b158/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b158/_x002.o -c cgo_linux.cgo2.c
2025-08-20T21:54:12.3044897Z [00:02:55.014]➜  cat >/tmp/go-build3999932643/b173/importcfg << 'EOF' # internal
2025-08-20T21:54:12.3045799Z [00:02:55.014]➜  # import config
2025-08-20T21:54:12.3046549Z [00:02:55.014]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:12.3047178Z [00:02:55.014]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:12.3049302Z [00:02:55.014]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:12.3051984Z [00:02:55.014]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:12.3054503Z [00:02:55.014]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:12.3054917Z [00:02:55.014]➜  EOF
2025-08-20T21:54:12.3082150Z [00:02:55.017]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:12.3085004Z [00:02:55.018]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/.go/src/internal/zstd=>internal/zstd;$WORK/b173=>" -p internal/zstd -lang=go1.25 -std -complete -installsuffix shared -buildid bR0ctW2hcT7TQqc8RN_Z/bR0ctW2hcT7TQqc8RN_Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b173/importcfg -pack /root/.go/src/internal/zstd/bits.go /root/.go/src/internal/zstd/block.go /root/.go/src/internal/zstd/fse.go /root/.go/src/internal/zstd/huff.go /root/.go/src/internal/zstd/literals.go /root/.go/src/internal/zstd/window.go /root/.go/src/internal/zstd/xxhash.go /root/.go/src/internal/zstd/zstd.go
2025-08-20T21:54:12.3290359Z [00:02:55.037]➜  cd $WORK/b158
2025-08-20T21:54:12.3292870Z [00:02:55.038]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b158=/tmp/go-build -gno-record-gcc-switches -I $WORK/b158/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b158/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T21:54:12.3478891Z [00:02:55.057]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T21:54:12.3519742Z [00:02:55.061]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/51/51552ff03f543f8adef2b2b385795b8044c867db5079e4537a6af9af1ee93bfb-d # internal
2025-08-20T21:54:12.3528108Z [00:02:55.062]➜  html
2025-08-20T21:54:12.3534515Z [00:02:55.063]➜  mkdir -p $WORK/b175/
2025-08-20T21:54:12.3544035Z [00:02:55.064]➜  cat >/tmp/go-build3999932643/b175/importcfg << 'EOF' # internal
2025-08-20T21:54:12.3544846Z [00:02:55.064]➜  # import config
2025-08-20T21:54:12.3545419Z [00:02:55.064]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:12.3546033Z [00:02:55.064]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:12.3546776Z [00:02:55.064]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:12.3547306Z [00:02:55.064]➜  EOF
2025-08-20T21:54:12.3555527Z [00:02:55.065]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:12.3557205Z [00:02:55.065]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b175/_pkg_.a -trimpath "/root/.go/src/html=>html;$WORK/b175=>" -p html -lang=go1.25 -std -complete -installsuffix shared -buildid OrC31vHZcTisU4uxpfKZ/OrC31vHZcTisU4uxpfKZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack /root/.go/src/html/entity.go /root/.go/src/html/escape.go
2025-08-20T21:54:12.3636390Z [00:02:55.073]➜  cd $WORK/b158
2025-08-20T21:54:12.3638373Z [00:02:55.073]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b158=/tmp/go-build -gno-record-gcc-switches -I $WORK/b158/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b158/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T21:54:12.3940726Z [00:02:55.103]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b158=/tmp/go-build -gno-record-gcc-switches -I $WORK/b158/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b158/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T21:54:12.4061436Z [00:02:55.115]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T21:54:12.4073284Z [00:02:55.117]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/a8/a8f5748843c414dff27d277c5be26ef5585e39f30013b8a1ee6aac2802bce3a0-d # internal
2025-08-20T21:54:12.4100857Z [00:02:55.119]➜  io/ioutil
2025-08-20T21:54:12.4101436Z [00:02:55.119]➜  mkdir -p $WORK/b176/
2025-08-20T21:54:12.4103356Z [00:02:55.119]➜  cat >/tmp/go-build3999932643/b176/importcfg << 'EOF' # internal
2025-08-20T21:54:12.4103786Z [00:02:55.119]➜  # import config
2025-08-20T21:54:12.4104119Z [00:02:55.119]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:12.4104530Z [00:02:55.119]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:12.4104937Z [00:02:55.119]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:12.4105364Z [00:02:55.119]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:12.4105787Z [00:02:55.119]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:12.4106101Z [00:02:55.119]➜  EOF
2025-08-20T21:54:12.4106366Z [00:02:55.119]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:12.4109110Z [00:02:55.119]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b176=>" -p io/ioutil -lang=go1.25 -std -complete -installsuffix shared -buildid 1THy3quLs4RypiYbEiwj/1THy3quLs4RypiYbEiwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b176/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T21:54:12.4264377Z [00:02:55.136]➜  cd $WORK/b158
2025-08-20T21:54:12.4266237Z [00:02:55.136]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b158=/tmp/go-build -gno-record-gcc-switches -I $WORK/b158/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b158/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T21:54:12.4459995Z [00:02:55.154]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T21:54:12.4497883Z [00:02:55.159]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/65/65083191ca17898ea2b6e171f1628ecd5aa113282316f82059e99fe2a02d7b7b-d # internal
2025-08-20T21:54:12.4518449Z [00:02:55.161]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b158=/tmp/go-build -gno-record-gcc-switches -I $WORK/b158/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b158/_cgo_main.o -c _cgo_main.c
2025-08-20T21:54:12.4528144Z [00:02:55.162]➜  debug/elf
2025-08-20T21:54:12.4528478Z [00:02:55.162]➜  mkdir -p $WORK/b167/
2025-08-20T21:54:12.4546557Z [00:02:55.164]➜  cat >/tmp/go-build3999932643/b167/importcfg << 'EOF' # internal
2025-08-20T21:54:12.4547985Z [00:02:55.164]➜  # import config
2025-08-20T21:54:12.4548615Z [00:02:55.164]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:12.4549876Z [00:02:55.164]➜  packagefile compress/zlib=/tmp/go-build3999932643/b168/_pkg_.a
2025-08-20T21:54:12.4550348Z [00:02:55.164]➜  packagefile debug/dwarf=/tmp/go-build3999932643/b171/_pkg_.a
2025-08-20T21:54:12.4551084Z [00:02:55.164]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:12.4551564Z [00:02:55.164]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:12.4551976Z [00:02:55.164]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:12.4552423Z [00:02:55.164]➜  packagefile internal/saferio=/tmp/go-build3999932643/b172/_pkg_.a
2025-08-20T21:54:12.4552900Z [00:02:55.164]➜  packagefile internal/zstd=/tmp/go-build3999932643/b173/_pkg_.a
2025-08-20T21:54:12.4553341Z [00:02:55.164]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:12.4553732Z [00:02:55.164]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:12.4554138Z [00:02:55.164]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:12.4554559Z [00:02:55.164]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:12.4554872Z [00:02:55.164]➜  EOF
2025-08-20T21:54:12.4555141Z [00:02:55.164]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:12.4556815Z [00:02:55.164]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/debug/elf=>debug/elf;$WORK/b167=>" -p debug/elf -lang=go1.25 -std -complete -installsuffix shared -buildid qR_rPnjVBmffLAQ2gR9V/qR_rPnjVBmffLAQ2gR9V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b167/importcfg -pack /root/.go/src/debug/elf/elf.go /root/.go/src/debug/elf/file.go /root/.go/src/debug/elf/reader.go
2025-08-20T21:54:12.4560127Z [00:02:55.165]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T21:54:12.4596593Z [00:02:55.169]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d # internal
2025-08-20T21:54:12.4597173Z [00:02:55.169]➜  regexp/syntax
2025-08-20T21:54:12.4597686Z [00:02:55.169]➜  mkdir -p $WORK/b178/
2025-08-20T21:54:12.4605345Z [00:02:55.170]➜  cat >/tmp/go-build3999932643/b178/importcfg << 'EOF' # internal
2025-08-20T21:54:12.4606474Z [00:02:55.170]➜  # import config
2025-08-20T21:54:12.4607236Z [00:02:55.170]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:12.4608179Z [00:02:55.170]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:12.4608676Z [00:02:55.170]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:12.4609106Z [00:02:55.170]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:12.4609524Z [00:02:55.170]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:12.4609956Z [00:02:55.170]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:12.4610401Z [00:02:55.170]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:12.4610728Z [00:02:55.170]➜  EOF
2025-08-20T21:54:12.4613227Z [00:02:55.170]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b178=>" -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/b178/importcfg -pack /root/.go/src/regexp/syntax/compile.go /root/.go/src/regexp/syntax/doc.go /root/.go/src/regexp/syntax/op_string.go /root/.go/src/regexp/syntax/parse.go /root/.go/src/regexp/syntax/perl_groups.go /root/.go/src/regexp/syntax/prog.go /root/.go/src/regexp/syntax/regexp.go /root/.go/src/regexp/syntax/simplify.go
2025-08-20T21:54:12.4801776Z [00:02:55.189]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b158=/tmp/go-build -gno-record-gcc-switches -o $WORK/b158/_cgo_.o $WORK/b158/_cgo_main.o $WORK/b158/preferlinkext $WORK/b158/_x001.o $WORK/b158/_x002.o $WORK/b158/_x003.o $WORK/b158/_x004.o $WORK/b158/_x005.o $WORK/b158/_x006.o -O2 -g -lresolv
2025-08-20T21:54:12.5903439Z [00:02:55.300]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T21:54:12.6049202Z [00:02:55.314]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d # internal
2025-08-20T21:54:12.6056709Z [00:02:55.315]➜  golang.org/x/sys/unix
2025-08-20T21:54:12.6059468Z [00:02:55.315]➜  mkdir -p $WORK/b180/
2025-08-20T21:54:12.6066698Z [00:02:55.316]➜  echo -n > $WORK/b180/go_asm.h # internal
2025-08-20T21:54:12.6067823Z [00:02:55.316]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix
2025-08-20T21:54:12.6069415Z [00:02:55.316]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix=>golang.org/x/sys@v0.33.0/unix;$WORK/b180=>" -I $WORK/b180/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b180/symabis ./asm_linux_arm64.s
2025-08-20T21:54:12.6162272Z [00:02:55.326]➜  cat >/tmp/go-build3999932643/b180/importcfg << 'EOF' # internal
2025-08-20T21:54:12.6163775Z [00:02:55.326]➜  # import config
2025-08-20T21:54:12.6164427Z [00:02:55.326]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:12.6165381Z [00:02:55.326]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:12.6166198Z [00:02:55.326]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:12.6167258Z [00:02:55.326]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:12.6167903Z [00:02:55.326]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:12.6168332Z [00:02:55.326]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:12.6168784Z [00:02:55.326]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:12.6169213Z [00:02:55.326]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:12.6169630Z [00:02:55.326]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:12.6170045Z [00:02:55.326]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:12.6170457Z [00:02:55.326]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:12.6170761Z [00:02:55.326]➜  EOF
2025-08-20T21:54:12.6181360Z [00:02:55.327]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:12.6195308Z [00:02:55.328]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix=>golang.org/x/sys@v0.33.0/unix;$WORK/b180=>" -p golang.org/x/sys/unix -lang=go1.23 -installsuffix shared -buildid 508zEg2amFo41D7fqDSk/508zEg2amFo41D7fqDSk -goversion go1.25.0 -symabis $WORK/b180/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b180/importcfg -pack -asmhdr $WORK/b180/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/affinity_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/aliases.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/bluetooth_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/constants.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/dev_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/dirent.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/env_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/fcntl.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/fdset.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ifreq_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ioctl_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ioctl_unsigned.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/mremap.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/pagesize_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/race0.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/readdirent_getdents.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sockcmsg_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sockcmsg_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sockcmsg_unix_other.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_linux_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_unix_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sysvshm_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sysvshm_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/timestruct.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/vgetrandom_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zerrors_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zerrors_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zptrace_armnn_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zptrace_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zsyscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zsyscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zsysnum_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ztypes_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ztypes_linux_arm64.go
2025-08-20T21:54:12.6360497Z [00:02:55.345]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T21:54:12.6382790Z [00:02:55.347]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d # internal
2025-08-20T21:54:12.6410045Z [00:02:55.348]➜  regexp
2025-08-20T21:54:12.6410558Z [00:02:55.348]➜  mkdir -p $WORK/b177/
2025-08-20T21:54:12.6410951Z [00:02:55.348]➜  cat >/tmp/go-build3999932643/b177/importcfg << 'EOF' # internal
2025-08-20T21:54:12.6411337Z [00:02:55.348]➜  # import config
2025-08-20T21:54:12.6411678Z [00:02:55.348]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:12.6412082Z [00:02:55.348]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:12.6412519Z [00:02:55.348]➜  packagefile regexp/syntax=/tmp/go-build3999932643/b178/_pkg_.a
2025-08-20T21:54:12.6412961Z [00:02:55.348]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:12.6413383Z [00:02:55.348]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:12.6414210Z [00:02:55.348]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:12.6414699Z [00:02:55.348]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:12.6415115Z [00:02:55.348]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:12.6415561Z [00:02:55.348]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:12.6415905Z [00:02:55.348]➜  EOF
2025-08-20T21:54:12.6417817Z [00:02:55.348]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b177=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid OVCec7tSb5whGRiUe_hP/OVCec7tSb5whGRiUe_hP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b177/importcfg -pack /root/.go/src/regexp/backtrack.go /root/.go/src/regexp/exec.go /root/.go/src/regexp/onepass.go /root/.go/src/regexp/regexp.go
2025-08-20T21:54:12.6608696Z [00:02:55.368]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T21:54:12.6622213Z [00:02:55.372]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/82/82a0b9832d976ea3b4036396f0c09ea9b3898518dc7a49efa9149a745d4c5b10-d # internal
2025-08-20T21:54:12.6627297Z [00:02:55.372]➜  github.com/projectdiscovery/utils/env
2025-08-20T21:54:12.6629709Z [00:02:55.372]➜  mkdir -p $WORK/b182/
2025-08-20T21:54:12.6636344Z [00:02:55.373]➜  cat >/tmp/go-build3999932643/b182/importcfg << 'EOF' # internal
2025-08-20T21:54:12.6637100Z [00:02:55.373]➜  # import config
2025-08-20T21:54:12.6639423Z [00:02:55.373]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:12.6639952Z [00:02:55.373]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:12.6640385Z [00:02:55.373]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:12.6640802Z [00:02:55.373]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:12.6641104Z [00:02:55.373]➜  EOF
2025-08-20T21:54:12.6643028Z [00:02:55.373]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/env=>github.com/projectdiscovery/utils@v0.4.23/env;$WORK/b182=>" -p github.com/projectdiscovery/utils/env -lang=go1.24 -complete -installsuffix shared -buildid 3-rxa7SXH0V4RWd66FOj/3-rxa7SXH0V4RWd66FOj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b182/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/env/env.go
2025-08-20T21:54:12.6760377Z [00:02:55.385]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T21:54:12.6770810Z [00:02:55.386]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/b8/b85fc6659eb719447e69bd35fac407acb530fdd5ef6678b69b0e18abd5b423c5-d # internal
2025-08-20T21:54:12.6776749Z [00:02:55.387]➜  log
2025-08-20T21:54:12.6777156Z [00:02:55.387]➜  mkdir -p $WORK/b185/
2025-08-20T21:54:12.6784824Z [00:02:55.388]➜  gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b158=/tmp/go-build -gno-record-gcc-switches -o $WORK/b158/_cgo_.o $WORK/b158/_cgo_main.o $WORK/b158/preferlinkext $WORK/b158/_x001.o $WORK/b158/_x002.o $WORK/b158/_x003.o $WORK/b158/_x004.o $WORK/b158/_x005.o $WORK/b158/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T21:54:12.6786735Z [00:02:55.388]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage net -dynimport $WORK/b158/_cgo_.o -dynout $WORK/b158/_cgo_import.go
2025-08-20T21:54:12.6799506Z [00:02:55.389]➜  cat >/tmp/go-build3999932643/b185/importcfg << 'EOF' # internal
2025-08-20T21:54:12.6800060Z [00:02:55.389]➜  # import config
2025-08-20T21:54:12.6800542Z [00:02:55.389]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:12.6801069Z [00:02:55.389]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:12.6801643Z [00:02:55.389]➜  packagefile log/internal=/tmp/go-build3999932643/b186/_pkg_.a
2025-08-20T21:54:12.6802164Z [00:02:55.389]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:12.6802962Z [00:02:55.389]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:12.6803553Z [00:02:55.389]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:12.6804094Z [00:02:55.389]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:12.6804638Z [00:02:55.389]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:12.6805053Z [00:02:55.389]➜  EOF
2025-08-20T21:54:12.6810117Z [00:02:55.390]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b185=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid jPprHZI6Qsaa_ihmkgSu/jPprHZI6Qsaa_ihmkgSu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b185/importcfg -pack /root/.go/src/log/log.go
2025-08-20T21:54:12.6838611Z [00:02:55.393]➜  cat >/tmp/go-build3999932643/b158/importcfg << 'EOF' # internal
2025-08-20T21:54:12.6839816Z [00:02:55.393]➜  # import config
2025-08-20T21:54:12.6840376Z [00:02:55.393]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T21:54:12.6840892Z [00:02:55.393]➜  packagefile cmp=/tmp/go-build3999932643/b046/_pkg_.a
2025-08-20T21:54:12.6841316Z [00:02:55.393]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:12.6841736Z [00:02:55.393]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:12.6842635Z [00:02:55.393]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build3999932643/b159/_pkg_.a
2025-08-20T21:54:12.6843196Z [00:02:55.393]➜  packagefile internal/bytealg=/tmp/go-build3999932643/b011/_pkg_.a
2025-08-20T21:54:12.6843689Z [00:02:55.393]➜  packagefile internal/godebug=/tmp/go-build3999932643/b058/_pkg_.a
2025-08-20T21:54:12.6844166Z [00:02:55.393]➜  packagefile internal/itoa=/tmp/go-build3999932643/b048/_pkg_.a
2025-08-20T21:54:12.6844650Z [00:02:55.393]➜  packagefile internal/nettrace=/tmp/go-build3999932643/b160/_pkg_.a
2025-08-20T21:54:12.6845146Z [00:02:55.393]➜  packagefile internal/poll=/tmp/go-build3999932643/b061/_pkg_.a
2025-08-20T21:54:12.6845649Z [00:02:55.393]➜  packagefile internal/singleflight=/tmp/go-build3999932643/b161/_pkg_.a
2025-08-20T21:54:12.6846173Z [00:02:55.393]➜  packagefile internal/stringslite=/tmp/go-build3999932643/b032/_pkg_.a
2025-08-20T21:54:12.6846718Z [00:02:55.393]➜  packagefile internal/syscall/unix=/tmp/go-build3999932643/b062/_pkg_.a
2025-08-20T21:54:12.6847185Z [00:02:55.393]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:12.6847970Z [00:02:55.393]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:12.6848403Z [00:02:55.393]➜  packagefile net/netip=/tmp/go-build3999932643/b162/_pkg_.a
2025-08-20T21:54:12.6848816Z [00:02:55.393]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:12.6849231Z [00:02:55.393]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:12.6849648Z [00:02:55.393]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:12.6850071Z [00:02:55.393]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:12.6850503Z [00:02:55.393]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:12.6850941Z [00:02:55.393]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:12.6851357Z [00:02:55.393]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:12.6851797Z [00:02:55.393]➜  packagefile runtime/cgo=/tmp/go-build3999932643/b164/_pkg_.a
2025-08-20T21:54:12.6852126Z [00:02:55.393]➜  EOF
2025-08-20T21:54:12.6861068Z [00:02:55.393]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b158/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b158=>" -p net -lang=go1.25 -std -installsuffix shared -buildid eXcrLAO0S0TwJ_5cJgMP/eXcrLAO0S0TwJ_5cJgMP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b158/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/b158/_cgo_gotypes.go $WORK/b158/cgo_linux.cgo1.go $WORK/b158/cgo_resnew.cgo1.go $WORK/b158/cgo_socknew.cgo1.go $WORK/b158/cgo_unix_cgo.cgo1.go $WORK/b158/cgo_unix_cgo_res.cgo1.go $WORK/b158/_cgo_import.go
2025-08-20T21:54:12.7523016Z [00:02:55.462]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T21:54:12.7534982Z [00:02:55.463]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d # internal
2025-08-20T21:54:12.7535704Z [00:02:55.463]➜  log/slog/internal/buffer
2025-08-20T21:54:12.7536002Z [00:02:55.463]➜  mkdir -p $WORK/b188/
2025-08-20T21:54:12.7536410Z [00:02:55.463]➜  cat >/tmp/go-build3999932643/b188/importcfg << 'EOF' # internal
2025-08-20T21:54:12.7536754Z [00:02:55.463]➜  # import config
2025-08-20T21:54:12.7537089Z [00:02:55.463]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:12.7537546Z [00:02:55.463]➜  EOF
2025-08-20T21:54:12.7539251Z [00:02:55.463]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/.go/src/log/slog/internal/buffer=>log/slog/internal/buffer;$WORK/b188=>" -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/b188/importcfg -pack /root/.go/src/log/slog/internal/buffer/buffer.go
2025-08-20T21:54:12.7739000Z [00:02:55.483]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T21:54:12.7739446Z [00:02:55.483]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T21:54:12.7755269Z [00:02:55.485]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/32/325b843a00aa831889a4a40fa80477b1acb02285e9a98777f8df242b94b4c827-d # internal
2025-08-20T21:54:12.7755854Z [00:02:55.485]➜  log/slog
2025-08-20T21:54:12.7756104Z [00:02:55.485]➜  mkdir -p $WORK/b184/
2025-08-20T21:54:12.7756477Z [00:02:55.485]➜  cat >/tmp/go-build3999932643/b184/importcfg << 'EOF' # internal
2025-08-20T21:54:12.7756819Z [00:02:55.485]➜  # import config
2025-08-20T21:54:12.7757155Z [00:02:55.485]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:12.7757746Z [00:02:55.485]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:12.7758607Z [00:02:55.485]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:54:12.7759107Z [00:02:55.485]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:12.7759550Z [00:02:55.485]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:12.7759957Z [00:02:55.485]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:12.7760369Z [00:02:55.485]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:12.7760779Z [00:02:55.485]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:12.7761213Z [00:02:55.485]➜  packagefile log/internal=/tmp/go-build3999932643/b186/_pkg_.a
2025-08-20T21:54:12.7761692Z [00:02:55.485]➜  packagefile log/slog/internal=/tmp/go-build3999932643/b187/_pkg_.a
2025-08-20T21:54:12.7762230Z [00:02:55.485]➜  packagefile log/slog/internal/buffer=/tmp/go-build3999932643/b188/_pkg_.a
2025-08-20T21:54:12.7762703Z [00:02:55.485]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:12.7763161Z [00:02:55.485]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:12.7763586Z [00:02:55.485]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:12.7764052Z [00:02:55.485]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:12.7764473Z [00:02:55.485]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:12.7765193Z [00:02:55.485]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:12.7765609Z [00:02:55.485]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:12.7766040Z [00:02:55.485]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:12.7766468Z [00:02:55.485]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:12.7766885Z [00:02:55.485]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:12.7767338Z [00:02:55.485]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:12.7767989Z [00:02:55.485]➜  EOF
2025-08-20T21:54:12.7770338Z [00:02:55.485]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/.go/src/log/slog=>log/slog;$WORK/b184=>" -p log/slog -lang=go1.25 -std -complete -installsuffix shared -buildid nhnpwUMZh03h3VIHK5N1/nhnpwUMZh03h3VIHK5N1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b184/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-20T21:54:12.7774708Z [00:02:55.485]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d # internal
2025-08-20T21:54:12.7780453Z [00:02:55.487]➜  github.com/projectdiscovery/utils/slice
2025-08-20T21:54:12.7781194Z [00:02:55.487]➜  mkdir -p $WORK/b190/
2025-08-20T21:54:12.7787113Z [00:02:55.488]➜  cat >/tmp/go-build3999932643/b190/importcfg << 'EOF' # internal
2025-08-20T21:54:12.7788713Z [00:02:55.488]➜  # import config
2025-08-20T21:54:12.7789261Z [00:02:55.488]➜  packagefile github.com/projectdiscovery/blackrock=/tmp/go-build3999932643/b191/_pkg_.a
2025-08-20T21:54:12.7789838Z [00:02:55.488]➜  packagefile math/rand/v2=/tmp/go-build3999932643/b094/_pkg_.a
2025-08-20T21:54:12.7790282Z [00:02:55.488]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:12.7790700Z [00:02:55.488]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:12.7791107Z [00:02:55.488]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:12.7791410Z [00:02:55.488]➜  EOF
2025-08-20T21:54:12.7793982Z [00:02:55.488]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/slice=>github.com/projectdiscovery/utils@v0.4.23/slice;$WORK/b190=>" -p github.com/projectdiscovery/utils/slice -lang=go1.24 -complete -installsuffix shared -buildid kmJb6mYJYZIojIrxZ4Cw/kmJb6mYJYZIojIrxZ4Cw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b190/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/slice/sliceutil.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/slice/sync_slice.go
2025-08-20T21:54:12.7951727Z [00:02:55.504]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T21:54:12.7958116Z [00:02:55.504]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/9e/9e084160a46cd31804268b15942e54b3c83ded9b07c9043f2871fee6c126ac36-d # internal
2025-08-20T21:54:12.7958717Z [00:02:55.504]➜  github.com/aymerick/douceur/css
2025-08-20T21:54:12.7959024Z [00:02:55.504]➜  mkdir -p $WORK/b195/
2025-08-20T21:54:12.7959400Z [00:02:55.505]➜  cat >/tmp/go-build3999932643/b195/importcfg << 'EOF' # internal
2025-08-20T21:54:12.7959743Z [00:02:55.505]➜  # import config
2025-08-20T21:54:12.7960098Z [00:02:55.505]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:12.7960517Z [00:02:55.505]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:12.7960832Z [00:02:55.505]➜  EOF
2025-08-20T21:54:12.7963137Z [00:02:55.505]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/css=>github.com/aymerick/douceur@v0.2.0/css;$WORK/b195=>" -p github.com/aymerick/douceur/css -lang=go1.16 -complete -installsuffix shared -buildid v7MtN9_ugUHFIrYbAyPT/v7MtN9_ugUHFIrYbAyPT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -pack /root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/css/declaration.go /root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/css/rule.go /root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/css/stylesheet.go
2025-08-20T21:54:12.8189370Z [00:02:55.528]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T21:54:12.8200950Z [00:02:55.529]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/bb/bbd79740427aaa41a348fdb1513f184d2e085a40e0bc0ea620c3b1cac221ab18-d # internal
2025-08-20T21:54:12.8202313Z [00:02:55.530]➜  github.com/gorilla/css/scanner
2025-08-20T21:54:12.8202735Z [00:02:55.530]➜  mkdir -p $WORK/b196/
2025-08-20T21:54:12.8212036Z [00:02:55.531]➜  cat >/tmp/go-build3999932643/b196/importcfg << 'EOF' # internal
2025-08-20T21:54:12.8213219Z [00:02:55.531]➜  # import config
2025-08-20T21:54:12.8216653Z [00:02:55.531]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:12.8219081Z [00:02:55.531]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:12.8221276Z [00:02:55.531]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:12.8223556Z [00:02:55.531]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:12.8224333Z [00:02:55.531]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:12.8225216Z [00:02:55.531]➜  EOF
2025-08-20T21:54:12.8231433Z [00:02:55.531]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gorilla/css@v1.0.1/scanner=>github.com/gorilla/css@v1.0.1/scanner;$WORK/b196=>" -p github.com/gorilla/css/scanner -lang=go1.20 -complete -installsuffix shared -buildid OBaF_mRnFEApk9JN7YKW/OBaF_mRnFEApk9JN7YKW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/importcfg -pack /root/go/pkg/mod/github.com/gorilla/css@v1.0.1/scanner/doc.go /root/go/pkg/mod/github.com/gorilla/css@v1.0.1/scanner/scanner.go
2025-08-20T21:54:12.8543341Z [00:02:55.564]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T21:54:12.8549110Z [00:02:55.564]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/1f/1f8ec6c1406f93d4fad73bca2f962fb907808c3be36d706e24753bed82777ca0-d # internal
2025-08-20T21:54:12.8549770Z [00:02:55.564]➜  github.com/aymerick/douceur/parser
2025-08-20T21:54:12.8550076Z [00:02:55.564]➜  mkdir -p $WORK/b194/
2025-08-20T21:54:12.8558797Z [00:02:55.565]➜  cat >/tmp/go-build3999932643/b194/importcfg << 'EOF' # internal
2025-08-20T21:54:12.8560440Z [00:02:55.565]➜  # import config
2025-08-20T21:54:12.8561649Z [00:02:55.565]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:12.8562165Z [00:02:55.565]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:12.8562689Z [00:02:55.565]➜  packagefile github.com/aymerick/douceur/css=/tmp/go-build3999932643/b195/_pkg_.a
2025-08-20T21:54:12.8563320Z [00:02:55.565]➜  packagefile github.com/gorilla/css/scanner=/tmp/go-build3999932643/b196/_pkg_.a
2025-08-20T21:54:12.8563823Z [00:02:55.565]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:12.8564250Z [00:02:55.565]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:12.8564568Z [00:02:55.565]➜  EOF
2025-08-20T21:54:12.8566454Z [00:02:55.565]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/parser=>github.com/aymerick/douceur@v0.2.0/parser;$WORK/b194=>" -p github.com/aymerick/douceur/parser -lang=go1.16 -complete -installsuffix shared -buildid 9KLDNNUvz3Pxi3WJ31iF/9KLDNNUvz3Pxi3WJ31iF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b194/importcfg -pack /root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/parser/parser.go
2025-08-20T21:54:12.8932512Z [00:02:55.602]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T21:54:12.8942316Z [00:02:55.603]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/58/58b25082a6bcec7f7bca885017dccb9fc0628f53423506799d02134c0dec27e6-d # internal
2025-08-20T21:54:12.8947134Z [00:02:55.604]➜  github.com/microcosm-cc/bluemonday/css
2025-08-20T21:54:12.8947627Z [00:02:55.604]➜  mkdir -p $WORK/b197/
2025-08-20T21:54:12.8962540Z [00:02:55.606]➜  cat >/tmp/go-build3999932643/b197/importcfg << 'EOF' # internal
2025-08-20T21:54:12.8962976Z [00:02:55.606]➜  # import config
2025-08-20T21:54:12.8963321Z [00:02:55.606]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:12.8963780Z [00:02:55.606]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:12.8964097Z [00:02:55.606]➜  EOF
2025-08-20T21:54:12.8966039Z [00:02:55.606]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27/css=>github.com/microcosm-cc/bluemonday@v1.0.27/css;$WORK/b197=>" -p github.com/microcosm-cc/bluemonday/css -lang=go1.19 -complete -installsuffix shared -buildid cQ-VqQWrxUx83Czc2ONL/cQ-VqQWrxUx83Czc2ONL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b197/importcfg -pack /root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27/css/handlers.go
2025-08-20T21:54:12.9549022Z [00:02:55.664]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T21:54:12.9648298Z [00:02:55.674]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/fc/fc4e0fdd5fd87e3885c0b9f5fd7a76629914c489769f82e180cb6659aed59c6e-d # internal
2025-08-20T21:54:12.9674100Z [00:02:55.677]➜  github.com/projectdiscovery/utils/errkit
2025-08-20T21:54:12.9674546Z [00:02:55.677]➜  mkdir -p $WORK/b181/
2025-08-20T21:54:12.9680007Z [00:02:55.677]➜  cat >/tmp/go-build3999932643/b181/importcfg << 'EOF' # internal
2025-08-20T21:54:12.9680447Z [00:02:55.677]➜  # import config
2025-08-20T21:54:12.9680797Z [00:02:55.677]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:12.9681280Z [00:02:55.677]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:12.9681722Z [00:02:55.677]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:12.9682134Z [00:02:55.677]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:12.9682667Z [00:02:55.677]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build3999932643/b182/_pkg_.a
2025-08-20T21:54:12.9683250Z [00:02:55.677]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3999932643/b183/_pkg_.a
2025-08-20T21:54:12.9683724Z [00:02:55.677]➜  packagefile log/slog=/tmp/go-build3999932643/b184/_pkg_.a
2025-08-20T21:54:12.9684530Z [00:02:55.677]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:12.9685018Z [00:02:55.677]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:12.9685439Z [00:02:55.677]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:12.9685861Z [00:02:55.677]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:12.9686288Z [00:02:55.677]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:12.9686594Z [00:02:55.677]➜  EOF
2025-08-20T21:54:12.9689638Z [00:02:55.678]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/errkit=>github.com/projectdiscovery/utils@v0.4.23/errkit;$WORK/b181=>" -p github.com/projectdiscovery/utils/errkit -lang=go1.24 -complete -installsuffix shared -buildid cSgxElFGbrM1r9Wi5W1N/cSgxElFGbrM1r9Wi5W1N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/errkit/errors.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/errkit/helpers.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/errkit/interfaces.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/errkit/kind.go
2025-08-20T21:54:13.0822998Z [00:02:55.791]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T21:54:13.0839571Z [00:02:55.793]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/d5/d5695a050317278b6375f98c16b2d351afb4d27357b0f1922baf9210b3419c70-d # internal
2025-08-20T21:54:13.1022202Z [00:02:55.811]➜  golang.org/x/net/html
2025-08-20T21:54:13.1028089Z [00:02:55.812]➜  mkdir -p $WORK/b198/
2025-08-20T21:54:13.1029056Z [00:02:55.812]➜  cat >/tmp/go-build3999932643/b198/importcfg << 'EOF' # internal
2025-08-20T21:54:13.1029663Z [00:02:55.812]➜  # import config
2025-08-20T21:54:13.1031238Z [00:02:55.812]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:13.1031757Z [00:02:55.812]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:13.1032179Z [00:02:55.812]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:13.1032592Z [00:02:55.812]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:13.1033080Z [00:02:55.812]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build3999932643/b199/_pkg_.a
2025-08-20T21:54:13.1033569Z [00:02:55.812]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:13.1033973Z [00:02:55.812]➜  packagefile iter=/tmp/go-build3999932643/b039/_pkg_.a
2025-08-20T21:54:13.1034397Z [00:02:55.812]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:13.1034830Z [00:02:55.812]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:13.1035276Z [00:02:55.812]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:13.1035607Z [00:02:55.812]➜  EOF
2025-08-20T21:54:13.1039367Z [00:02:55.812]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/html=>golang.org/x/net@v0.41.0/html;$WORK/b198=>" -p golang.org/x/net/html -lang=go1.23 -complete -installsuffix shared -buildid bh3EbCH1LOWIOB3QeGoZ/bh3EbCH1LOWIOB3QeGoZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b198/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/const.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/doc.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/doctype.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/entity.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/escape.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/foreign.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/iter.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/node.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/parse.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/render.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/token.go
2025-08-20T21:54:13.1743154Z [00:02:55.883]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T21:54:13.1787585Z [00:02:55.888]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/cd/cd7a2e2f1231055468d9387f36031382cda5522fefb8d3225ca11dff93e25cff-d # internal
2025-08-20T21:54:13.1923829Z [00:02:55.902]➜  github.com/saintfish/chardet
2025-08-20T21:54:13.1924777Z [00:02:55.902]➜  mkdir -p $WORK/b200/
2025-08-20T21:54:13.1928982Z [00:02:55.902]➜  cat >/tmp/go-build3999932643/b200/importcfg << 'EOF' # internal
2025-08-20T21:54:13.1931090Z [00:02:55.902]➜  # import config
2025-08-20T21:54:13.1932907Z [00:02:55.902]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:13.1934600Z [00:02:55.902]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:13.1935033Z [00:02:55.902]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:13.1935445Z [00:02:55.902]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:13.1935752Z [00:02:55.902]➜  EOF
2025-08-20T21:54:13.1940189Z [00:02:55.902]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/saintfish/chardet@v0.0.0-20230101081208-5e3ef4b5456d=>github.com/saintfish/chardet@v0.0.0-20230101081208-5e3ef4b5456d;$WORK/b200=>" -p github.com/saintfish/chardet -lang=go1.16 -complete -installsuffix shared -buildid OnqEdlw8mScmdv25RT7_/OnqEdlw8mScmdv25RT7_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b200/importcfg -pack /root/go/pkg/mod/github.com/saintfish/chardet@v0.0.0-20230101081208-5e3ef4b5456d/2022.go /root/go/pkg/mod/github.com/saintfish/chardet@v0.0.0-20230101081208-5e3ef4b5456d/detector.go /root/go/pkg/mod/github.com/saintfish/chardet@v0.0.0-20230101081208-5e3ef4b5456d/multi_byte.go /root/go/pkg/mod/github.com/saintfish/chardet@v0.0.0-20230101081208-5e3ef4b5456d/recognizer.go /root/go/pkg/mod/github.com/saintfish/chardet@v0.0.0-20230101081208-5e3ef4b5456d/single_byte.go /root/go/pkg/mod/github.com/saintfish/chardet@v0.0.0-20230101081208-5e3ef4b5456d/unicode.go /root/go/pkg/mod/github.com/saintfish/chardet@v0.0.0-20230101081208-5e3ef4b5456d/utf8.go
2025-08-20T21:54:13.3243740Z [00:02:56.034]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T21:54:13.3435097Z [00:02:56.053]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/91/915be7c20872adef78bc0432bb57418573a11d06942afb46e118e647a05ddbb3-d # internal
2025-08-20T21:54:13.3571992Z [00:02:56.066]➜  gopkg.in/yaml.v3
2025-08-20T21:54:13.3573276Z [00:02:56.067]➜  mkdir -p $WORK/b201/
2025-08-20T21:54:13.3576822Z [00:02:56.067]➜  cat >/tmp/go-build3999932643/b201/importcfg << 'EOF' # internal
2025-08-20T21:54:13.3577194Z [00:02:56.067]➜  # import config
2025-08-20T21:54:13.3577696Z [00:02:56.067]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:13.3578144Z [00:02:56.067]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:54:13.3578610Z [00:02:56.067]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:13.3580342Z [00:02:56.067]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:13.3580785Z [00:02:56.067]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:13.3582398Z [00:02:56.067]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:13.3582808Z [00:02:56.067]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:13.3583227Z [00:02:56.067]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:13.3583661Z [00:02:56.067]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:13.3584075Z [00:02:56.067]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:13.3584908Z [00:02:56.067]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:13.3587775Z [00:02:56.067]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:13.3589342Z [00:02:56.067]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:13.3591073Z [00:02:56.067]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:13.3592683Z [00:02:56.067]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:13.3593236Z [00:02:56.067]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:13.3593571Z [00:02:56.067]➜  EOF
2025-08-20T21:54:13.3597221Z [00:02:56.067]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1=>gopkg.in/yaml.v3@v3.0.1;$WORK/b201=>" -p gopkg.in/yaml.v3 -lang=go1.16 -complete -installsuffix shared -buildid f90Ix7u7NR8rzVeZHFOG/f90Ix7u7NR8rzVeZHFOG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b201/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-20T21:54:13.3623159Z [00:02:56.072]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix
2025-08-20T21:54:13.3625087Z [00:02:56.072]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix=>golang.org/x/sys@v0.33.0/unix;$WORK/b180=>" -I $WORK/b180/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b180/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T21:54:13.3764852Z [00:02:56.086]➜  go tool pack r $WORK/b180/_pkg_.a $WORK/b180/asm_linux_arm64.o # internal
2025-08-20T21:54:13.3780397Z [00:02:56.087]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T21:54:13.3893499Z [00:02:56.099]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/f1/f1cd69497f884330de342f2b0d884e2cc8340d801891a97bc02c10ddc7634b66-d # internal
2025-08-20T21:54:13.3920898Z [00:02:56.101]➜  github.com/mattn/go-isatty
2025-08-20T21:54:13.3922069Z [00:02:56.102]➜  mkdir -p $WORK/b179/
2025-08-20T21:54:13.3958966Z [00:02:56.105]➜  cat >/tmp/go-build3999932643/b179/importcfg << 'EOF' # internal
2025-08-20T21:54:13.3960355Z [00:02:56.105]➜  # import config
2025-08-20T21:54:13.3961152Z [00:02:56.105]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3999932643/b180/_pkg_.a
2025-08-20T21:54:13.3962111Z [00:02:56.105]➜  EOF
2025-08-20T21:54:13.3962453Z [00:02:56.105]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:13.3964554Z [00:02:56.105]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20=>github.com/mattn/go-isatty@v0.0.20;$WORK/b179=>" -p github.com/mattn/go-isatty -lang=go1.15 -complete -installsuffix shared -buildid _l5qKbdWUHYE4qjWttXE/_l5qKbdWUHYE4qjWttXE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b179/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20/doc.go /root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20/isatty_tcgets.go
2025-08-20T21:54:13.4320643Z [00:02:56.141]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T21:54:13.4321382Z [00:02:56.141]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/11/11a2490d9c8762f0bc31b39d1052454b7187691f8acacd765333c637a8af7853-d # internal
2025-08-20T21:54:13.4333165Z [00:02:56.143]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T21:54:13.4338059Z [00:02:56.143]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/03/03b3ceae161fe98aeebed044fe28e724a9a23734b875683dff6273713c1ae4aa-d # internal
2025-08-20T21:54:13.4360247Z [00:02:56.145]➜  github.com/microcosm-cc/bluemonday
2025-08-20T21:54:13.4360778Z [00:02:56.145]➜  mkdir -p $WORK/b193/
2025-08-20T21:54:13.4362551Z [00:02:56.146]➜  cat >/tmp/go-build3999932643/b193/importcfg << 'EOF' # internal
2025-08-20T21:54:13.4363272Z [00:02:56.146]➜  # import config
2025-08-20T21:54:13.4363680Z [00:02:56.146]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:13.4364136Z [00:02:56.146]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:13.4364579Z [00:02:56.146]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:13.4365118Z [00:02:56.146]➜  packagefile github.com/aymerick/douceur/parser=/tmp/go-build3999932643/b194/_pkg_.a
2025-08-20T21:54:13.4365749Z [00:02:56.146]➜  packagefile github.com/microcosm-cc/bluemonday/css=/tmp/go-build3999932643/b197/_pkg_.a
2025-08-20T21:54:13.4366326Z [00:02:56.146]➜  packagefile golang.org/x/net/html=/tmp/go-build3999932643/b198/_pkg_.a
2025-08-20T21:54:13.4366905Z [00:02:56.146]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:13.4367458Z [00:02:56.146]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:13.4367956Z [00:02:56.146]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:13.4368382Z [00:02:56.146]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:13.4368807Z [00:02:56.146]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:13.4369122Z [00:02:56.146]➜  EOF
2025-08-20T21:54:13.4372035Z [00:02:56.146]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27=>github.com/microcosm-cc/bluemonday@v1.0.27;$WORK/b193=>" -p github.com/microcosm-cc/bluemonday -lang=go1.19 -complete -installsuffix shared -buildid 5j1NcBemnqWkCHwL_dyq/5j1NcBemnqWkCHwL_dyq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b193/importcfg -pack /root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27/doc.go /root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27/helpers.go /root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27/policies.go /root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27/policy.go /root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27/sanitize.go
2025-08-20T21:54:13.4374813Z [00:02:56.146]➜  hash/crc32
2025-08-20T21:54:13.4375053Z [00:02:56.146]➜  mkdir -p $WORK/b204/
2025-08-20T21:54:13.4375357Z [00:02:56.146]➜  echo -n > $WORK/b204/go_asm.h # internal
2025-08-20T21:54:13.4375662Z [00:02:56.147]➜  cd /root/.go/src/hash/crc32
2025-08-20T21:54:13.4376647Z [00:02:56.147]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b204=>" -I $WORK/b204/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b204/symabis ./crc32_arm64.s
2025-08-20T21:54:13.4477869Z [00:02:56.156]➜  cat >/tmp/go-build3999932643/b204/importcfg << 'EOF' # internal
2025-08-20T21:54:13.4478314Z [00:02:56.156]➜  # import config
2025-08-20T21:54:13.4478659Z [00:02:56.156]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:13.4479079Z [00:02:56.156]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:13.4479573Z [00:02:56.156]➜  packagefile internal/byteorder=/tmp/go-build3999932643/b013/_pkg_.a
2025-08-20T21:54:13.4480061Z [00:02:56.156]➜  packagefile internal/cpu=/tmp/go-build3999932643/b012/_pkg_.a
2025-08-20T21:54:13.4480496Z [00:02:56.156]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:13.4480928Z [00:02:56.156]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:13.4481265Z [00:02:56.156]➜  EOF
2025-08-20T21:54:13.4481533Z [00:02:56.156]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:13.4483960Z [00:02:56.156]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b204/_pkg_.a -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b204=>" -p hash/crc32 -lang=go1.25 -std -installsuffix shared -buildid jqW3dDY0YLEOOFeWovmy/jqW3dDY0YLEOOFeWovmy -goversion go1.25.0 -symabis $WORK/b204/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack -asmhdr $WORK/b204/go_asm.h /root/.go/src/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-20T21:54:13.5040860Z [00:02:56.213]➜  cd /root/.go/src/hash/crc32
2025-08-20T21:54:13.5041963Z [00:02:56.213]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b204=>" -I $WORK/b204/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b204/crc32_arm64.o ./crc32_arm64.s
2025-08-20T21:54:13.5105912Z [00:02:56.220]➜  go tool pack r $WORK/b204/_pkg_.a $WORK/b204/crc32_arm64.o # internal
2025-08-20T21:54:13.5108520Z [00:02:56.220]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T21:54:13.5114496Z [00:02:56.221]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d # internal
2025-08-20T21:54:13.5116841Z [00:02:56.221]➜  compress/gzip
2025-08-20T21:54:13.5117796Z [00:02:56.221]➜  mkdir -p $WORK/b203/
2025-08-20T21:54:13.5122222Z [00:02:56.221]➜  cat >/tmp/go-build3999932643/b203/importcfg << 'EOF' # internal
2025-08-20T21:54:13.5122604Z [00:02:56.221]➜  # import config
2025-08-20T21:54:13.5122946Z [00:02:56.221]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:13.5123396Z [00:02:56.221]➜  packagefile compress/flate=/tmp/go-build3999932643/b169/_pkg_.a
2025-08-20T21:54:13.5123874Z [00:02:56.222]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:13.5124763Z [00:02:56.222]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:13.5125179Z [00:02:56.222]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:13.5125609Z [00:02:56.222]➜  packagefile hash/crc32=/tmp/go-build3999932643/b204/_pkg_.a
2025-08-20T21:54:13.5126028Z [00:02:56.222]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:13.5126434Z [00:02:56.222]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:13.5126741Z [00:02:56.222]➜  EOF
2025-08-20T21:54:13.5127029Z [00:02:56.222]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:13.5129160Z [00:02:56.222]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b203/_pkg_.a -trimpath "/root/.go/src/compress/gzip=>compress/gzip;$WORK/b203=>" -p compress/gzip -lang=go1.25 -std -complete -installsuffix shared -buildid QZrYBpMOEIxYc1KN8cnf/QZrYBpMOEIxYc1KN8cnf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b203/importcfg -pack /root/.go/src/compress/gzip/gunzip.go /root/.go/src/compress/gzip/gzip.go
2025-08-20T21:54:13.5496995Z [00:02:56.259]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T21:54:13.5505680Z [00:02:56.260]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d # internal
2025-08-20T21:54:13.5509600Z [00:02:56.260]➜  vendor/golang.org/x/text/transform
2025-08-20T21:54:13.5509929Z [00:02:56.260]➜  mkdir -p $WORK/b208/
2025-08-20T21:54:13.5512096Z [00:02:56.260]➜  cat >/tmp/go-build3999932643/b208/importcfg << 'EOF' # internal
2025-08-20T21:54:13.5512494Z [00:02:56.261]➜  # import config
2025-08-20T21:54:13.5512831Z [00:02:56.261]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:13.5513250Z [00:02:56.261]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:13.5513656Z [00:02:56.261]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:13.5514105Z [00:02:56.261]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:13.5514437Z [00:02:56.261]➜  EOF
2025-08-20T21:54:13.5534124Z [00:02:56.262]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b208/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b208=>" -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/b208/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T21:54:13.5815234Z [00:02:56.291]➜  cd /root/.go/src/net
2025-08-20T21:54:13.5816133Z [00:02:56.291]➜  go tool pack r $WORK/b158/_pkg_.a $WORK/b158/preferlinkext $WORK/b158/_x001.o $WORK/b158/_x002.o $WORK/b158/_x003.o $WORK/b158/_x004.o $WORK/b158/_x005.o $WORK/b158/_x006.o # internal
2025-08-20T21:54:13.5816862Z [00:02:56.291]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T21:54:13.6019274Z [00:02:56.311]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/b3/b3420922dd9f62b8c291608a0289a24d098e15f97ec05aac8d67ba9d847bf5e4-d # internal
2025-08-20T21:54:13.6061471Z [00:02:56.315]➜  crypto/x509
2025-08-20T21:54:13.6061837Z [00:02:56.315]➜  mkdir -p $WORK/b152/
2025-08-20T21:54:13.6085497Z [00:02:56.318]➜  cat >/tmp/go-build3999932643/b152/importcfg << 'EOF' # internal
2025-08-20T21:54:13.6086032Z [00:02:56.318]➜  # import config
2025-08-20T21:54:13.6086607Z [00:02:56.318]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:54:13.6087463Z [00:02:56.318]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:54:13.6088198Z [00:02:56.318]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:13.6088759Z [00:02:56.318]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:13.6089287Z [00:02:56.318]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:54:13.6090319Z [00:02:56.318]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:13.6090885Z [00:02:56.318]➜  packagefile crypto/des=/tmp/go-build3999932643/b109/_pkg_.a
2025-08-20T21:54:13.6091437Z [00:02:56.318]➜  packagefile crypto/dsa=/tmp/go-build3999932643/b153/_pkg_.a
2025-08-20T21:54:13.6092014Z [00:02:56.318]➜  packagefile crypto/ecdh=/tmp/go-build3999932643/b110/_pkg_.a
2025-08-20T21:54:13.6092577Z [00:02:56.318]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:13.6093209Z [00:02:56.318]➜  packagefile crypto/ed25519=/tmp/go-build3999932643/b130/_pkg_.a
2025-08-20T21:54:13.6093787Z [00:02:56.318]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:54:13.6094348Z [00:02:56.318]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:13.6094926Z [00:02:56.318]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:13.6098198Z [00:02:56.318]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:13.6108094Z [00:02:56.318]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:13.6108604Z [00:02:56.318]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:13.6109079Z [00:02:56.318]➜  packagefile crypto/x509/pkix=/tmp/go-build3999932643/b154/_pkg_.a
2025-08-20T21:54:13.6109553Z [00:02:56.318]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:13.6111335Z [00:02:56.318]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:13.6112274Z [00:02:56.318]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:13.6114276Z [00:02:56.318]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:13.6114710Z [00:02:56.318]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:13.6115255Z [00:02:56.318]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3999932643/b127/_pkg_.a
2025-08-20T21:54:13.6115934Z [00:02:56.318]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3999932643/b129/_pkg_.a
2025-08-20T21:54:13.6116509Z [00:02:56.318]➜  packagefile internal/godebug=/tmp/go-build3999932643/b058/_pkg_.a
2025-08-20T21:54:13.6116984Z [00:02:56.318]➜  packagefile internal/goos=/tmp/go-build3999932643/b018/_pkg_.a
2025-08-20T21:54:13.6117541Z [00:02:56.318]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:13.6131399Z [00:02:56.318]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:13.6132160Z [00:02:56.318]➜  packagefile iter=/tmp/go-build3999932643/b039/_pkg_.a
2025-08-20T21:54:13.6132642Z [00:02:56.318]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:54:13.6133053Z [00:02:56.318]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:13.6133475Z [00:02:56.318]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:13.6133920Z [00:02:56.318]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:13.6134340Z [00:02:56.318]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:13.6134759Z [00:02:56.318]➜  packagefile net/netip=/tmp/go-build3999932643/b162/_pkg_.a
2025-08-20T21:54:13.6135190Z [00:02:56.318]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:13.6135599Z [00:02:56.318]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:13.6136037Z [00:02:56.318]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:13.6136493Z [00:02:56.318]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:13.6136917Z [00:02:56.318]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:13.6137338Z [00:02:56.318]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:13.6140681Z [00:02:56.318]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:13.6141427Z [00:02:56.318]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:13.6141851Z [00:02:56.318]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:13.6142268Z [00:02:56.318]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:13.6142717Z [00:02:56.318]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:54:13.6143179Z [00:02:56.318]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:13.6143517Z [00:02:56.318]➜  EOF
2025-08-20T21:54:13.6143787Z [00:02:56.318]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:13.6146762Z [00:02:56.318]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b152/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b152=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid XbcMvCzYC4IyKzddcat6/XbcMvCzYC4IyKzddcat6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b152/importcfg -pack /root/.go/src/crypto/x509/cert_pool.go /root/.go/src/crypto/x509/oid.go /root/.go/src/crypto/x509/parser.go /root/.go/src/crypto/x509/pem_decrypt.go /root/.go/src/crypto/x509/pkcs1.go /root/.go/src/crypto/x509/pkcs8.go /root/.go/src/crypto/x509/root.go /root/.go/src/crypto/x509/root_linux.go /root/.go/src/crypto/x509/root_unix.go /root/.go/src/crypto/x509/sec1.go /root/.go/src/crypto/x509/verify.go /root/.go/src/crypto/x509/x509.go
2025-08-20T21:54:13.6150603Z [00:02:56.319]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T21:54:13.6151505Z [00:02:56.320]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/f8/f83dc428b777e23b1838019751360a29eb8c3de25caa3aa7dfc3dd2ff2bc777e-d # internal
2025-08-20T21:54:13.6152169Z [00:02:56.320]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:54:13.6152488Z [00:02:56.320]➜  mkdir -p $WORK/b209/
2025-08-20T21:54:13.6152883Z [00:02:56.322]➜  cat >/tmp/go-build3999932643/b209/importcfg << 'EOF' # internal
2025-08-20T21:54:13.6153228Z [00:02:56.322]➜  # import config
2025-08-20T21:54:13.6153568Z [00:02:56.322]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:13.6154009Z [00:02:56.322]➜  packagefile container/list=/tmp/go-build3999932643/b106/_pkg_.a
2025-08-20T21:54:13.6154446Z [00:02:56.322]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:13.6154845Z [00:02:56.322]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:13.6155248Z [00:02:56.322]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:13.6155680Z [00:02:56.322]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:13.6156008Z [00:02:56.322]➜  EOF
2025-08-20T21:54:13.6169621Z [00:02:56.322]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b209/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b209=>" -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/b209/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bidi.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bracket.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/core.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/prop.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/trieval.go
2025-08-20T21:54:13.6474366Z [00:02:56.356]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T21:54:13.6494552Z [00:02:56.359]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/bb/bbdb1f1d79650d873f446141ade767cf93156ac8cc5e1daac4f6625fbcd1ade4-d # internal
2025-08-20T21:54:13.6518129Z [00:02:56.361]➜  github.com/projectdiscovery/utils/strings
2025-08-20T21:54:13.6518621Z [00:02:56.361]➜  mkdir -p $WORK/b192/
2025-08-20T21:54:13.6522651Z [00:02:56.362]➜  cat >/tmp/go-build3999932643/b192/importcfg << 'EOF' # internal
2025-08-20T21:54:13.6523035Z [00:02:56.362]➜  # import config
2025-08-20T21:54:13.6523376Z [00:02:56.362]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:13.6523944Z [00:02:56.362]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:13.6524601Z [00:02:56.362]➜  packagefile github.com/microcosm-cc/bluemonday=/tmp/go-build3999932643/b193/_pkg_.a
2025-08-20T21:54:13.6525313Z [00:02:56.362]➜  packagefile github.com/saintfish/chardet=/tmp/go-build3999932643/b200/_pkg_.a
2025-08-20T21:54:13.6525897Z [00:02:56.362]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:13.6526420Z [00:02:56.362]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:13.6526841Z [00:02:56.362]➜  EOF
2025-08-20T21:54:13.6529776Z [00:02:56.362]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b192/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/strings=>github.com/projectdiscovery/utils@v0.4.23/strings;$WORK/b192=>" -p github.com/projectdiscovery/utils/strings -lang=go1.24 -complete -installsuffix shared -buildid TZktpdvxcBQX2zlEQXAo/TZktpdvxcBQX2zlEQXAo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b192/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/strings/strings_encoding.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/strings/strings_normalize.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/strings/stringsutil.go
2025-08-20T21:54:13.7515839Z [00:02:56.461]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T21:54:13.7534612Z [00:02:56.462]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/9f/9ffcdcfc3e696f357a2cf856f29aba9792c76c4a481a17c3e4f1aeb9ade57f39-d # internal
2025-08-20T21:54:13.7535319Z [00:02:56.462]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T21:54:13.7537127Z [00:02:56.462]➜  mkdir -p $WORK/b210/
2025-08-20T21:54:13.7537626Z [00:02:56.462]➜  cat >/tmp/go-build3999932643/b210/importcfg << 'EOF' # internal
2025-08-20T21:54:13.7538023Z [00:02:56.462]➜  # import config
2025-08-20T21:54:13.7538434Z [00:02:56.462]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T21:54:13.7538980Z [00:02:56.462]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:13.7539425Z [00:02:56.462]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:13.7539951Z [00:02:56.462]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build3999932643/b208/_pkg_.a
2025-08-20T21:54:13.7540450Z [00:02:56.462]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:13.7540863Z [00:02:56.462]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:13.7541299Z [00:02:56.462]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:13.7541630Z [00:02:56.462]➜  EOF
2025-08-20T21:54:13.7545462Z [00:02:56.462]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b210/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b210=>" -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/b210/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/norm/composition.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/forminfo.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/input.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/iter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/normalize.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/readwriter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/transform.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/trie.go
2025-08-20T21:54:13.7702647Z [00:02:56.479]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T21:54:13.7744325Z [00:02:56.484]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/e0/e0827970f74045e35958571a654bd84584f4e4525bc36cf208d006213d326189-d # internal
2025-08-20T21:54:13.7745133Z [00:02:56.484]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T21:54:13.7746201Z [00:02:56.484]➜  mkdir -p $WORK/b207/
2025-08-20T21:54:13.7752418Z [00:02:56.484]➜  cat >/tmp/go-build3999932643/b207/importcfg << 'EOF' # internal
2025-08-20T21:54:13.7792788Z [00:02:56.485]➜  # import config
2025-08-20T21:54:13.7795411Z [00:02:56.485]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T21:54:13.7798126Z [00:02:56.485]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:54:13.7800720Z [00:02:56.485]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:13.7808431Z [00:02:56.485]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build3999932643/b208/_pkg_.a
2025-08-20T21:54:13.7809115Z [00:02:56.485]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3999932643/b209/_pkg_.a
2025-08-20T21:54:13.7809699Z [00:02:56.485]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:13.7810036Z [00:02:56.485]➜  EOF
2025-08-20T21:54:13.7812701Z [00:02:56.485]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b207/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b207=>" -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/b207/importcfg -pack /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule.go /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go
2025-08-20T21:54:13.8048219Z [00:02:56.513]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T21:54:13.8050366Z [00:02:56.514]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/61/61ba4834b84929ed8e2d68542bb29237f5541d6f24793e4be169d7f5f1f91f58-d # internal
2025-08-20T21:54:13.8050958Z [00:02:56.514]➜  net/textproto
2025-08-20T21:54:13.8051239Z [00:02:56.515]➜  mkdir -p $WORK/b211/
2025-08-20T21:54:13.8064782Z [00:02:56.515]➜  cat >/tmp/go-build3999932643/b211/importcfg << 'EOF' # internal
2025-08-20T21:54:13.8065352Z [00:02:56.515]➜  # import config
2025-08-20T21:54:13.8065863Z [00:02:56.515]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:13.8066417Z [00:02:56.515]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:13.8066999Z [00:02:56.515]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:13.8067687Z [00:02:56.515]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:13.8068231Z [00:02:56.515]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:13.8069144Z [00:02:56.515]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:13.8070342Z [00:02:56.515]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:13.8071191Z [00:02:56.515]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:13.8071633Z [00:02:56.515]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:13.8072061Z [00:02:56.515]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:13.8072369Z [00:02:56.515]➜  EOF
2025-08-20T21:54:13.8074471Z [00:02:56.516]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b211/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b211=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid GSGQ0GbLFTfOO6BY2zRj/GSGQ0GbLFTfOO6BY2zRj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b211/importcfg -pack /root/.go/src/net/textproto/header.go /root/.go/src/net/textproto/pipeline.go /root/.go/src/net/textproto/reader.go /root/.go/src/net/textproto/textproto.go /root/.go/src/net/textproto/writer.go
2025-08-20T21:54:13.8158287Z [00:02:56.525]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T21:54:13.8229665Z [00:02:56.532]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/2b/2b7553427a1a7b3e65f6e2e3dae9361a3b29cf3680a7491f4ffd192b04c764a9-d # internal
2025-08-20T21:54:13.8252950Z [00:02:56.535]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T21:54:13.8254898Z [00:02:56.535]➜  mkdir -p $WORK/b213/
2025-08-20T21:54:13.8259700Z [00:02:56.535]➜  cat >/tmp/go-build3999932643/b213/importcfg << 'EOF' # internal
2025-08-20T21:54:13.8260091Z [00:02:56.535]➜  # import config
2025-08-20T21:54:13.8260437Z [00:02:56.535]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:13.8260906Z [00:02:56.535]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:13.8261323Z [00:02:56.535]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:13.8261718Z [00:02:56.535]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:13.8262122Z [00:02:56.535]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:13.8262425Z [00:02:56.535]➜  EOF
2025-08-20T21:54:13.8266577Z [00:02:56.536]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b213/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b213=>" -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/b213/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http2/hpack/encode.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/hpack.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/huffman.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/static_table.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/tables.go
2025-08-20T21:54:13.8792942Z [00:02:56.588]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T21:54:13.8811381Z [00:02:56.590]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/09/09b3cee395d53a5953ebd7f34b532a0dc736ee017aec0093173043067e0b1810-d # internal
2025-08-20T21:54:13.8825733Z [00:02:56.592]➜  mime
2025-08-20T21:54:13.8832964Z [00:02:56.593]➜  mkdir -p $WORK/b214/
2025-08-20T21:54:13.8854222Z [00:02:56.595]➜  cat >/tmp/go-build3999932643/b214/importcfg << 'EOF' # internal
2025-08-20T21:54:13.8856083Z [00:02:56.595]➜  # import config
2025-08-20T21:54:13.8857143Z [00:02:56.595]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:13.8859138Z [00:02:56.595]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:13.8859686Z [00:02:56.595]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:13.8860173Z [00:02:56.595]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:13.8860588Z [00:02:56.595]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:13.8860996Z [00:02:56.595]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:13.8861400Z [00:02:56.595]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:54:13.8862195Z [00:02:56.595]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:13.8862600Z [00:02:56.595]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:13.8863021Z [00:02:56.595]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:13.8863434Z [00:02:56.595]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:13.8863848Z [00:02:56.595]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:13.8864291Z [00:02:56.595]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:13.8864627Z [00:02:56.595]➜  EOF
2025-08-20T21:54:13.8866422Z [00:02:56.595]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b214/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b214=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid I4kIffXijneyMNNmoBLE/I4kIffXijneyMNNmoBLE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b214/importcfg -pack /root/.go/src/mime/encodedword.go /root/.go/src/mime/grammar.go /root/.go/src/mime/mediatype.go /root/.go/src/mime/type.go /root/.go/src/mime/type_unix.go
2025-08-20T21:54:13.9253721Z [00:02:56.635]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T21:54:13.9273580Z [00:02:56.637]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/74/741fff092c8e1e96837ce488fcf0dc7e51a2a42d5924336c01e7bd8499f8d7d1-d # internal
2025-08-20T21:54:13.9281383Z [00:02:56.637]➜  mime/quotedprintable
2025-08-20T21:54:13.9288468Z [00:02:56.638]➜  mkdir -p $WORK/b216/
2025-08-20T21:54:13.9300273Z [00:02:56.639]➜  cat >/tmp/go-build3999932643/b216/importcfg << 'EOF' # internal
2025-08-20T21:54:13.9300711Z [00:02:56.639]➜  # import config
2025-08-20T21:54:13.9301055Z [00:02:56.639]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:13.9301473Z [00:02:56.639]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:13.9301881Z [00:02:56.639]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:13.9302294Z [00:02:56.639]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:13.9302597Z [00:02:56.639]➜  EOF
2025-08-20T21:54:13.9314863Z [00:02:56.641]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b216/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b216=>" -p mime/quotedprintable -lang=go1.25 -std -complete -installsuffix shared -buildid E46iEalzJcETRtFu1tSk/E46iEalzJcETRtFu1tSk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b216/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T21:54:13.9604699Z [00:02:56.670]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T21:54:13.9612009Z [00:02:56.670]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/3b/3bc6be67421966581c330ad14d69e3e0267250408be1064dedd66f3d5af8f308-d # internal
2025-08-20T21:54:13.9613310Z [00:02:56.670]➜  net/http/internal
2025-08-20T21:54:13.9614107Z [00:02:56.670]➜  mkdir -p $WORK/b218/
2025-08-20T21:54:13.9614938Z [00:02:56.670]➜  cat >/tmp/go-build3999932643/b218/importcfg << 'EOF' # internal
2025-08-20T21:54:13.9616083Z [00:02:56.670]➜  # import config
2025-08-20T21:54:13.9616433Z [00:02:56.670]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:13.9616852Z [00:02:56.670]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:13.9617263Z [00:02:56.670]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:13.9617890Z [00:02:56.670]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:13.9618300Z [00:02:56.670]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:13.9618618Z [00:02:56.670]➜  EOF
2025-08-20T21:54:13.9620164Z [00:02:56.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b218/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b218=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid vHdEEpk9aalnU7c9Q2CQ/vHdEEpk9aalnU7c9Q2CQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b218/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T21:54:14.0258699Z [00:02:56.735]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T21:54:14.0267591Z [00:02:56.736]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/c2/c28118b3758da9141682a9cbc67717cc135b0cf9cd6aa19b85adea007e201d18-d # internal
2025-08-20T21:54:14.0268240Z [00:02:56.736]➜  net/http/internal/ascii
2025-08-20T21:54:14.0268534Z [00:02:56.736]➜  mkdir -p $WORK/b219/
2025-08-20T21:54:14.0268921Z [00:02:56.736]➜  cat >/tmp/go-build3999932643/b219/importcfg << 'EOF' # internal
2025-08-20T21:54:14.0269299Z [00:02:56.736]➜  # import config
2025-08-20T21:54:14.0269641Z [00:02:56.736]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:14.0270069Z [00:02:56.736]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:14.0270384Z [00:02:56.736]➜  EOF
2025-08-20T21:54:14.0271982Z [00:02:56.736]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b219/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b219=>" -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/b219/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T21:54:14.0484044Z [00:02:56.757]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T21:54:14.0496193Z [00:02:56.758]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/8e/8e0dccb9f74df18d3810f1cb8a981222a19b48f0d99928ebfe6fd74b3421bff9-d # internal
2025-08-20T21:54:14.0496829Z [00:02:56.758]➜  encoding/base32
2025-08-20T21:54:14.0497089Z [00:02:56.758]➜  mkdir -p $WORK/b224/
2025-08-20T21:54:14.0497650Z [00:02:56.758]➜  cat >/tmp/go-build3999932643/b224/importcfg << 'EOF' # internal
2025-08-20T21:54:14.0498054Z [00:02:56.758]➜  # import config
2025-08-20T21:54:14.0498382Z [00:02:56.758]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:14.0498811Z [00:02:56.758]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:14.0499232Z [00:02:56.758]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:14.0499542Z [00:02:56.758]➜  EOF
2025-08-20T21:54:14.0501335Z [00:02:56.758]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b224/_pkg_.a -trimpath "/root/.go/src/encoding/base32=>encoding/base32;$WORK/b224=>" -p encoding/base32 -lang=go1.25 -std -complete -installsuffix shared -buildid wSxZ1fJ2dzB_s8K_sYly/wSxZ1fJ2dzB_s8K_sYly -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b224/importcfg -pack /root/.go/src/encoding/base32/base32.go
2025-08-20T21:54:14.0614887Z [00:02:56.771]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T21:54:14.0665866Z [00:02:56.776]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/c8/c8d3bc7f638e93f667df7d99f7cdb63f2d0dd652041405da27a941c1b21fdfb5-d # internal
2025-08-20T21:54:14.0674554Z [00:02:56.776]➜  crypto/tls
2025-08-20T21:54:14.0674877Z [00:02:56.776]➜  mkdir -p $WORK/b105/
2025-08-20T21:54:14.0676454Z [00:02:56.777]➜  cat >/tmp/go-build3999932643/b105/importcfg << 'EOF' # internal
2025-08-20T21:54:14.0677266Z [00:02:56.777]➜  # import config
2025-08-20T21:54:14.0678681Z [00:02:56.777]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:54:14.0679725Z [00:02:56.777]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:54:14.0680624Z [00:02:56.777]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:14.0681351Z [00:02:56.777]➜  packagefile container/list=/tmp/go-build3999932643/b106/_pkg_.a
2025-08-20T21:54:14.0698357Z [00:02:56.777]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:14.0699586Z [00:02:56.777]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:14.0700561Z [00:02:56.777]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:54:14.0702096Z [00:02:56.777]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:14.0703038Z [00:02:56.777]➜  packagefile crypto/des=/tmp/go-build3999932643/b109/_pkg_.a
2025-08-20T21:54:14.0703805Z [00:02:56.777]➜  packagefile crypto/ecdh=/tmp/go-build3999932643/b110/_pkg_.a
2025-08-20T21:54:14.0704629Z [00:02:56.777]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:14.0705380Z [00:02:56.777]➜  packagefile crypto/ed25519=/tmp/go-build3999932643/b130/_pkg_.a
2025-08-20T21:54:14.0706077Z [00:02:56.777]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:54:14.0707020Z [00:02:56.777]➜  packagefile crypto/hkdf=/tmp/go-build3999932643/b134/_pkg_.a
2025-08-20T21:54:14.0707864Z [00:02:56.777]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:14.0708844Z [00:02:56.777]➜  packagefile crypto/internal/boring=/tmp/go-build3999932643/b096/_pkg_.a
2025-08-20T21:54:14.0709885Z [00:02:56.777]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3999932643/b082/_pkg_.a
2025-08-20T21:54:14.0710920Z [00:02:56.777]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build3999932643/b098/_pkg_.a
2025-08-20T21:54:14.0711766Z [00:02:56.777]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build3999932643/b137/_pkg_.a
2025-08-20T21:54:14.0712996Z [00:02:56.777]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build3999932643/b138/_pkg_.a
2025-08-20T21:54:14.0714001Z [00:02:56.777]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build3999932643/b139/_pkg_.a
2025-08-20T21:54:14.0714783Z [00:02:56.777]➜  packagefile crypto/internal/hpke=/tmp/go-build3999932643/b140/_pkg_.a
2025-08-20T21:54:14.0715706Z [00:02:56.777]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:14.0716555Z [00:02:56.777]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:14.0717318Z [00:02:56.777]➜  packagefile crypto/rc4=/tmp/go-build3999932643/b146/_pkg_.a
2025-08-20T21:54:14.0718314Z [00:02:56.777]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:14.0719220Z [00:02:56.777]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:14.0720147Z [00:02:56.777]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:14.0720776Z [00:02:56.777]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:14.0721671Z [00:02:56.777]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:14.0722676Z [00:02:56.777]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build3999932643/b150/_pkg_.a
2025-08-20T21:54:14.0723727Z [00:02:56.777]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:14.0724770Z [00:02:56.777]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:14.0725531Z [00:02:56.777]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:14.0726262Z [00:02:56.777]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:14.0727136Z [00:02:56.777]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3999932643/b141/_pkg_.a
2025-08-20T21:54:14.0728510Z [00:02:56.777]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3999932643/b127/_pkg_.a
2025-08-20T21:54:14.0729474Z [00:02:56.777]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:14.0730413Z [00:02:56.777]➜  packagefile internal/byteorder=/tmp/go-build3999932643/b013/_pkg_.a
2025-08-20T21:54:14.0731167Z [00:02:56.777]➜  packagefile internal/cpu=/tmp/go-build3999932643/b012/_pkg_.a
2025-08-20T21:54:14.0732094Z [00:02:56.777]➜  packagefile internal/godebug=/tmp/go-build3999932643/b058/_pkg_.a
2025-08-20T21:54:14.0733009Z [00:02:56.777]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:14.0741742Z [00:02:56.777]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:14.0743771Z [00:02:56.777]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:14.0745109Z [00:02:56.777]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:14.0745994Z [00:02:56.777]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:14.0746853Z [00:02:56.777]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:14.0747798Z [00:02:56.777]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:14.0748679Z [00:02:56.777]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:14.0750163Z [00:02:56.777]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:14.0750959Z [00:02:56.777]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:14.0751744Z [00:02:56.777]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:14.0752613Z [00:02:56.777]➜  packagefile weak=/tmp/go-build3999932643/b123/_pkg_.a
2025-08-20T21:54:14.0753118Z [00:02:56.777]➜  EOF
2025-08-20T21:54:14.0757967Z [00:02:56.777]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b105/_pkg_.a -trimpath "/root/.go/src/crypto/tls=>crypto/tls;$WORK/b105=>" -p crypto/tls -lang=go1.25 -std -complete -installsuffix shared -buildid sUb3klXH0MUCjUlH97hi/sUb3klXH0MUCjUlH97hi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack /root/.go/src/crypto/tls/alert.go /root/.go/src/crypto/tls/auth.go /root/.go/src/crypto/tls/cache.go /root/.go/src/crypto/tls/cipher_suites.go /root/.go/src/crypto/tls/common.go /root/.go/src/crypto/tls/common_string.go /root/.go/src/crypto/tls/conn.go /root/.go/src/crypto/tls/defaults.go /root/.go/src/crypto/tls/defaults_fips140.go /root/.go/src/crypto/tls/ech.go /root/.go/src/crypto/tls/handshake_client.go /root/.go/src/crypto/tls/handshake_client_tls13.go /root/.go/src/crypto/tls/handshake_messages.go /root/.go/src/crypto/tls/handshake_server.go /root/.go/src/crypto/tls/handshake_server_tls13.go /root/.go/src/crypto/tls/key_agreement.go /root/.go/src/crypto/tls/key_schedule.go /root/.go/src/crypto/tls/prf.go /root/.go/src/crypto/tls/quic.go /root/.go/src/crypto/tls/ticket.go /root/.go/src/crypto/tls/tls.go
2025-08-20T21:54:14.0871894Z [00:02:56.796]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T21:54:14.0899339Z [00:02:56.799]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/ee/ee2f14d17c6627802ff1800b76b3a5f966e421b5b10a7472725b22a8ade8a02d-d # internal
2025-08-20T21:54:14.0916084Z [00:02:56.801]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T21:54:14.0939072Z [00:02:56.803]➜  github.com/asaskevich/govalidator
2025-08-20T21:54:14.0940171Z [00:02:56.803]➜  mkdir -p $WORK/b174/
2025-08-20T21:54:14.0942424Z [00:02:56.803]➜  cat >/tmp/go-build3999932643/b174/importcfg << 'EOF' # internal
2025-08-20T21:54:14.0942876Z [00:02:56.803]➜  # import config
2025-08-20T21:54:14.0943229Z [00:02:56.803]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:14.0943669Z [00:02:56.803]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:14.0944144Z [00:02:56.803]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:14.0944613Z [00:02:56.803]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:14.0945087Z [00:02:56.803]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:14.0945552Z [00:02:56.803]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:14.0945990Z [00:02:56.803]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:14.0946406Z [00:02:56.803]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:14.0946824Z [00:02:56.803]➜  packagefile html=/tmp/go-build3999932643/b175/_pkg_.a
2025-08-20T21:54:14.0947246Z [00:02:56.803]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:14.0947897Z [00:02:56.803]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:14.0948306Z [00:02:56.803]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:14.0949087Z [00:02:56.803]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:14.0949510Z [00:02:56.803]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:14.0949929Z [00:02:56.803]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:14.0950349Z [00:02:56.803]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:14.0950762Z [00:02:56.803]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:14.0951177Z [00:02:56.803]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:14.0951975Z [00:02:56.803]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:14.0953335Z [00:02:56.803]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:14.0954644Z [00:02:56.803]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:14.0955570Z [00:02:56.803]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:14.0957459Z [00:02:56.803]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:14.0957946Z [00:02:56.803]➜  EOF
2025-08-20T21:54:14.0963948Z [00:02:56.803]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2=>github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2;$WORK/b174=>" -p github.com/asaskevich/govalidator -lang=go1.13 -complete -installsuffix shared -buildid 4vVT0VfLPFk9CFn_mM-i/4vVT0VfLPFk9CFn_mM-i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b174/importcfg -pack /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/arrays.go /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/converter.go /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/doc.go /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/error.go /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/numerics.go /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/patterns.go /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/types.go /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/utils.go /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/validator.go
2025-08-20T21:54:14.0970034Z [00:02:56.803]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T21:54:14.0971013Z [00:02:56.805]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d # internal
2025-08-20T21:54:14.0971654Z [00:02:56.805]➜  mime/multipart
2025-08-20T21:54:14.0971906Z [00:02:56.805]➜  mkdir -p $WORK/b215/
2025-08-20T21:54:14.0972279Z [00:02:56.805]➜  cat >/tmp/go-build3999932643/b215/importcfg << 'EOF' # internal
2025-08-20T21:54:14.0972633Z [00:02:56.805]➜  # import config
2025-08-20T21:54:14.0972969Z [00:02:56.805]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:14.0973385Z [00:02:56.805]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:14.0973819Z [00:02:56.805]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:14.0974254Z [00:02:56.805]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:14.0974661Z [00:02:56.805]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:14.0975122Z [00:02:56.805]➜  packagefile internal/godebug=/tmp/go-build3999932643/b058/_pkg_.a
2025-08-20T21:54:14.0975565Z [00:02:56.805]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:14.0975964Z [00:02:56.805]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:54:14.0976377Z [00:02:56.805]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:14.0976783Z [00:02:56.805]➜  packagefile mime=/tmp/go-build3999932643/b214/_pkg_.a
2025-08-20T21:54:14.0977665Z [00:02:56.805]➜  packagefile mime/quotedprintable=/tmp/go-build3999932643/b216/_pkg_.a
2025-08-20T21:54:14.0978218Z [00:02:56.805]➜  packagefile net/textproto=/tmp/go-build3999932643/b211/_pkg_.a
2025-08-20T21:54:14.0978649Z [00:02:56.805]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:14.0979083Z [00:02:56.805]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:14.0979527Z [00:02:56.805]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:14.0981924Z [00:02:56.805]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:14.0983894Z [00:02:56.805]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:14.0985228Z [00:02:56.805]➜  EOF
2025-08-20T21:54:14.0987210Z [00:02:56.805]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b215/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b215=>" -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/b215/importcfg -pack /root/.go/src/mime/multipart/formdata.go /root/.go/src/mime/multipart/multipart.go /root/.go/src/mime/multipart/readmimeheader.go /root/.go/src/mime/multipart/writer.go
2025-08-20T21:54:14.0998661Z [00:02:56.807]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/d6/d6b21b60b897191c5f016d9bbc9cd8419791fd2305d157873e958178e7570b36-d # internal
2025-08-20T21:54:14.0999360Z [00:02:56.808]➜  vendor/golang.org/x/net/idna
2025-08-20T21:54:14.0999673Z [00:02:56.808]➜  mkdir -p $WORK/b206/
2025-08-20T21:54:14.1000046Z [00:02:56.808]➜  cat >/tmp/go-build3999932643/b206/importcfg << 'EOF' # internal
2025-08-20T21:54:14.1000385Z [00:02:56.808]➜  # import config
2025-08-20T21:54:14.1000833Z [00:02:56.808]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T21:54:14.1001447Z [00:02:56.808]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:54:14.1002024Z [00:02:56.808]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T21:54:14.1002512Z [00:02:56.808]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:14.1003063Z [00:02:56.808]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build3999932643/b207/_pkg_.a
2025-08-20T21:54:14.1003705Z [00:02:56.808]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3999932643/b209/_pkg_.a
2025-08-20T21:54:14.1004691Z [00:02:56.808]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build3999932643/b210/_pkg_.a
2025-08-20T21:54:14.1005283Z [00:02:56.808]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:14.1005701Z [00:02:56.808]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:14.1006145Z [00:02:56.808]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:14.1006484Z [00:02:56.808]➜  EOF
2025-08-20T21:54:14.1009675Z [00:02:56.808]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b206/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b206=>" -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/b206/importcfg -pack /root/.go/src/vendor/golang.org/x/net/idna/go118.go /root/.go/src/vendor/golang.org/x/net/idna/idna10.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/punycode.go /root/.go/src/vendor/golang.org/x/net/idna/tables15.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trie.go /root/.go/src/vendor/golang.org/x/net/idna/trie13.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trieval.go
2025-08-20T21:54:14.2031483Z [00:02:56.912]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T21:54:14.2061297Z [00:02:56.915]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d # internal
2025-08-20T21:54:14.2079824Z [00:02:56.917]➜  golang.org/x/net/bpf
2025-08-20T21:54:14.2080272Z [00:02:56.917]➜  mkdir -p $WORK/b226/
2025-08-20T21:54:14.2080655Z [00:02:56.917]➜  cat >/tmp/go-build3999932643/b226/importcfg << 'EOF' # internal
2025-08-20T21:54:14.2081008Z [00:02:56.917]➜  # import config
2025-08-20T21:54:14.2081379Z [00:02:56.917]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:14.2081834Z [00:02:56.917]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:14.2082272Z [00:02:56.917]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:14.2082574Z [00:02:56.917]➜  EOF
2025-08-20T21:54:14.2085371Z [00:02:56.917]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b226/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/bpf=>golang.org/x/net@v0.41.0/bpf;$WORK/b226=>" -p golang.org/x/net/bpf -lang=go1.23 -complete -installsuffix shared -buildid 8KgiAuQ1D37pT81-_MA5/8KgiAuQ1D37pT81-_MA5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b226/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/bpf/asm.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/bpf/constants.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/bpf/doc.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/bpf/instructions.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/bpf/setter.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/bpf/vm.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/bpf/vm_instructions.go
2025-08-20T21:54:14.2343360Z [00:02:56.943]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T21:54:14.2355539Z [00:02:56.945]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/32/3225d403c945b9be38f1b33442128dea0864bdb33569661637f1f37dbf97fe50-d # internal
2025-08-20T21:54:14.2381615Z [00:02:56.947]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T21:54:14.2385103Z [00:02:56.948]➜  mkdir -p $WORK/b205/
2025-08-20T21:54:14.2387160Z [00:02:56.948]➜  cat >/tmp/go-build3999932643/b205/importcfg << 'EOF' # internal
2025-08-20T21:54:14.2388066Z [00:02:56.948]➜  # import config
2025-08-20T21:54:14.2388869Z [00:02:56.948]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:54:14.2390031Z [00:02:56.948]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3999932643/b206/_pkg_.a
2025-08-20T21:54:14.2390619Z [00:02:56.948]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:14.2391073Z [00:02:56.948]➜  packagefile net/textproto=/tmp/go-build3999932643/b211/_pkg_.a
2025-08-20T21:54:14.2391904Z [00:02:56.948]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:14.2392430Z [00:02:56.948]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:14.2392764Z [00:02:56.948]➜  EOF
2025-08-20T21:54:14.2394827Z [00:02:56.948]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b205/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b205=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid mkO1N84hrY8c8G__ZnaQ/mkO1N84hrY8c8G__ZnaQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b205/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpguts/guts.go /root/.go/src/vendor/golang.org/x/net/http/httpguts/httplex.go
2025-08-20T21:54:14.2774220Z [00:02:56.987]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T21:54:14.2781240Z [00:02:56.987]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/0d/0df65687bb88d04b50b57162755d68d85c354317dafd938a617987865a2cad87-d # internal
2025-08-20T21:54:14.2781884Z [00:02:56.987]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T21:54:14.2782196Z [00:02:56.987]➜  mkdir -p $WORK/b212/
2025-08-20T21:54:14.2782565Z [00:02:56.987]➜  cat >/tmp/go-build3999932643/b212/importcfg << 'EOF' # internal
2025-08-20T21:54:14.2782907Z [00:02:56.987]➜  # import config
2025-08-20T21:54:14.2783263Z [00:02:56.987]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:54:14.2784110Z [00:02:56.987]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:14.2784531Z [00:02:56.987]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:14.2785021Z [00:02:56.987]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3999932643/b206/_pkg_.a
2025-08-20T21:54:14.2785496Z [00:02:56.987]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:14.2785914Z [00:02:56.987]➜  packagefile net/netip=/tmp/go-build3999932643/b162/_pkg_.a
2025-08-20T21:54:14.2786353Z [00:02:56.987]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:14.2786761Z [00:02:56.987]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:14.2787167Z [00:02:56.987]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:14.2788096Z [00:02:56.987]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:14.2788665Z [00:02:56.988]➜  EOF
2025-08-20T21:54:14.2790642Z [00:02:56.988]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b212/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b212=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid jvAXcqpv-AOPj0_JqwYa/jvAXcqpv-AOPj0_JqwYa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b212/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T21:54:14.2902290Z [00:02:56.999]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T21:54:14.2908703Z [00:02:57.000]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T21:54:14.2923330Z [00:02:57.001]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/ef/ef0cdd11923c7fed5f6cc314dceb1bd92320a4f234d0b50de708c0d9a9902688-d # internal
2025-08-20T21:54:14.2945626Z [00:02:57.004]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/6c/6c1b09ce71060a4e8bfc45251563baa67dd9ddf245e474d3838591f50af89c4c-d # internal
2025-08-20T21:54:14.2951573Z [00:02:57.004]➜  github.com/tidwall/pretty
2025-08-20T21:54:14.2952323Z [00:02:57.004]➜  mkdir -p $WORK/b233/
2025-08-20T21:54:14.2953122Z [00:02:57.004]➜  cat >/tmp/go-build3999932643/b233/importcfg << 'EOF' # internal
2025-08-20T21:54:14.2954083Z [00:02:57.004]➜  # import config
2025-08-20T21:54:14.2954487Z [00:02:57.004]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:14.2954943Z [00:02:57.004]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:14.2955380Z [00:02:57.004]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:14.2956098Z [00:02:57.004]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:14.2956483Z [00:02:57.004]➜  EOF
2025-08-20T21:54:14.2958436Z [00:02:57.004]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b233/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tidwall/pretty@v1.2.1=>github.com/tidwall/pretty@v1.2.1;$WORK/b233=>" -p github.com/tidwall/pretty -lang=go1.16 -complete -installsuffix shared -buildid EV5GpdtEszoJ5vkVihgb/EV5GpdtEszoJ5vkVihgb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b233/importcfg -pack /root/go/pkg/mod/github.com/tidwall/pretty@v1.2.1/pretty.go
2025-08-20T21:54:14.3024338Z [00:02:57.012]➜  golang.org/x/net/internal/socket
2025-08-20T21:54:14.3024710Z [00:02:57.012]➜  mkdir -p $WORK/b228/
2025-08-20T21:54:14.3031400Z [00:02:57.012]➜  cat >/tmp/go-build3999932643/b228/importcfg << 'EOF' # internal
2025-08-20T21:54:14.3031810Z [00:02:57.012]➜  # import config
2025-08-20T21:54:14.3032207Z [00:02:57.012]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:14.3032665Z [00:02:57.012]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:14.3033143Z [00:02:57.012]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3999932643/b180/_pkg_.a
2025-08-20T21:54:14.3033606Z [00:02:57.012]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:14.3034382Z [00:02:57.012]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:14.3034795Z [00:02:57.012]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:14.3035220Z [00:02:57.012]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:14.3035634Z [00:02:57.012]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:14.3036429Z [00:02:57.012]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:14.3037189Z [00:02:57.012]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:14.3038625Z [00:02:57.012]➜  EOF
2025-08-20T21:54:14.3046135Z [00:02:57.013]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b228/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/socket=>golang.org/x/net@v0.41.0/internal/socket;$WORK/b228=>" -p golang.org/x/net/internal/socket -lang=go1.23 -complete -installsuffix shared -buildid roElQ4CvjOSX-7im2kpT/roElQ4CvjOSX-7im2kpT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b228/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/socket/cmsghdr.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/socket/cmsghdr_linux_64bit.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/socket/cmsghdr_unix.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/socket/complete_dontwait.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/socket/error_unix.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/socket/iovec_64bit.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/socket/mmsghdr_unix.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/socket/msghdr_linux.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/socket/msghdr_linux_64bit.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/socket/norace.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/socket/rawconn.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/socket/rawconn_mmsg.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/socket/rawconn_msg.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/socket/socket.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/socket/sys.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/socket/sys_const_unix.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/socket/sys_linux.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/socket/sys_linux_arm64.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/socket/sys_posix.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/socket/sys_unix.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/socket/zsys_linux_arm64.go
2025-08-20T21:54:14.3061416Z [00:02:57.015]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T21:54:14.3068425Z [00:02:57.016]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/c4/c43c2867005e77d4c4387144a0679836577d68b98af9684b4b605a1146b44f27-d # internal
2025-08-20T21:54:14.3073872Z [00:02:57.016]➜  os/user
2025-08-20T21:54:14.3076183Z [00:02:57.016]➜  mkdir -p $WORK/b236/
2025-08-20T21:54:14.3076908Z [00:02:57.016]➜  echo -n > $WORK/b236/preferlinkext # internal
2025-08-20T21:54:14.3077895Z [00:02:57.016]➜  cd /root/.go/src/os/user
2025-08-20T21:54:14.3078955Z [00:02:57.016]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b236/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b236/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T21:54:14.3473834Z [00:02:57.057]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T21:54:14.3481790Z [00:02:57.057]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/3b/3b7ccf85971a444e593f299571891498ae0ed2f05c36387bdacf06fd39ddce7a-d # internal
2025-08-20T21:54:14.3483472Z [00:02:57.057]➜  github.com/tidwall/gjson
2025-08-20T21:54:14.3483789Z [00:02:57.057]➜  mkdir -p $WORK/b231/
2025-08-20T21:54:14.3484169Z [00:02:57.058]➜  cat >/tmp/go-build3999932643/b231/importcfg << 'EOF' # internal
2025-08-20T21:54:14.3484524Z [00:02:57.058]➜  # import config
2025-08-20T21:54:14.3485337Z [00:02:57.058]➜  packagefile github.com/tidwall/match=/tmp/go-build3999932643/b232/_pkg_.a
2025-08-20T21:54:14.3485885Z [00:02:57.058]➜  packagefile github.com/tidwall/pretty=/tmp/go-build3999932643/b233/_pkg_.a
2025-08-20T21:54:14.3486375Z [00:02:57.058]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:14.3486847Z [00:02:57.058]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:14.3487268Z [00:02:57.058]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:14.3487899Z [00:02:57.058]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:54:14.3488383Z [00:02:57.058]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:14.3488714Z [00:02:57.058]➜  EOF
2025-08-20T21:54:14.3488989Z [00:02:57.058]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:14.3490747Z [00:02:57.058]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b231/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tidwall/gjson@v1.18.0=>github.com/tidwall/gjson@v1.18.0;$WORK/b231=>" -p github.com/tidwall/gjson -lang=go1.12 -complete -installsuffix shared -buildid eP_jYsldv9qCDJas84RS/eP_jYsldv9qCDJas84RS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b231/importcfg -pack /root/go/pkg/mod/github.com/tidwall/gjson@v1.18.0/gjson.go
2025-08-20T21:54:14.4065452Z [00:02:57.116]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T21:54:14.4090531Z [00:02:57.118]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/d4/d40be58db5ada4e92abc5f9abb26411aebb85b476a91999b81350f2ac2283772-d # internal
2025-08-20T21:54:14.4231965Z [00:02:57.132]➜  golang.org/x/net/ipv4
2025-08-20T21:54:14.4238336Z [00:02:57.133]➜  mkdir -p $WORK/b225/
2025-08-20T21:54:14.4248258Z [00:02:57.134]➜  cat >/tmp/go-build3999932643/b225/importcfg << 'EOF' # internal
2025-08-20T21:54:14.4249276Z [00:02:57.134]➜  # import config
2025-08-20T21:54:14.4250226Z [00:02:57.134]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:14.4250809Z [00:02:57.134]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:14.4251226Z [00:02:57.134]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:14.4251690Z [00:02:57.134]➜  packagefile golang.org/x/net/bpf=/tmp/go-build3999932643/b226/_pkg_.a
2025-08-20T21:54:14.4252247Z [00:02:57.134]➜  packagefile golang.org/x/net/internal/iana=/tmp/go-build3999932643/b227/_pkg_.a
2025-08-20T21:54:14.4252852Z [00:02:57.134]➜  packagefile golang.org/x/net/internal/socket=/tmp/go-build3999932643/b228/_pkg_.a
2025-08-20T21:54:14.4253759Z [00:02:57.134]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3999932643/b180/_pkg_.a
2025-08-20T21:54:14.4254282Z [00:02:57.134]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:14.4254700Z [00:02:57.134]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:14.4255116Z [00:02:57.134]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:14.4255541Z [00:02:57.134]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:14.4255956Z [00:02:57.134]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:14.4256260Z [00:02:57.134]➜  EOF
2025-08-20T21:54:14.4268948Z [00:02:57.135]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b225/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv4=>golang.org/x/net@v0.41.0/ipv4;$WORK/b225=>" -p golang.org/x/net/ipv4 -lang=go1.23 -complete -installsuffix shared -buildid QFRMzZm83aMIc1pdCbYf/QFRMzZm83aMIc1pdCbYf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b225/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv4/batch.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv4/control.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv4/control_pktinfo.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv4/control_unix.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv4/dgramopt.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv4/doc.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv4/endpoint.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv4/genericopt.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv4/header.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv4/helper.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv4/iana.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv4/icmp.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv4/icmp_linux.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv4/packet.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv4/payload.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv4/payload_cmsg.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv4/sockopt.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv4/sockopt_posix.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv4/sys_asmreq_stub.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv4/sys_asmreqn.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv4/sys_bpf.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv4/sys_linux.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv4/sys_ssmreq.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv4/zsys_linux_arm64.go
2025-08-20T21:54:14.5623989Z [00:02:57.272]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T21:54:14.5681591Z [00:02:57.277]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/6f/6ff1cbb44eb1da67139a322eef8be3f9d8e8b064b71e790ec4128f586e5bd87e-d # internal
2025-08-20T21:54:14.5812212Z [00:02:57.290]➜  golang.org/x/net/ipv6
2025-08-20T21:54:14.5812557Z [00:02:57.291]➜  mkdir -p $WORK/b229/
2025-08-20T21:54:14.5815168Z [00:02:57.291]➜  cat >/tmp/go-build3999932643/b229/importcfg << 'EOF' # internal
2025-08-20T21:54:14.5816921Z [00:02:57.291]➜  # import config
2025-08-20T21:54:14.5817660Z [00:02:57.291]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:14.5818500Z [00:02:57.291]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:14.5819293Z [00:02:57.291]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:14.5820064Z [00:02:57.291]➜  packagefile golang.org/x/net/bpf=/tmp/go-build3999932643/b226/_pkg_.a
2025-08-20T21:54:14.5821176Z [00:02:57.291]➜  packagefile golang.org/x/net/internal/iana=/tmp/go-build3999932643/b227/_pkg_.a
2025-08-20T21:54:14.5821848Z [00:02:57.291]➜  packagefile golang.org/x/net/internal/socket=/tmp/go-build3999932643/b228/_pkg_.a
2025-08-20T21:54:14.5822414Z [00:02:57.291]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3999932643/b180/_pkg_.a
2025-08-20T21:54:14.5822877Z [00:02:57.291]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:14.5823300Z [00:02:57.291]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:14.5824116Z [00:02:57.291]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:14.5824611Z [00:02:57.291]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:14.5825029Z [00:02:57.291]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:14.5825334Z [00:02:57.291]➜  EOF
2025-08-20T21:54:14.5831628Z [00:02:57.291]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b229/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv6=>golang.org/x/net@v0.41.0/ipv6;$WORK/b229=>" -p golang.org/x/net/ipv6 -lang=go1.23 -complete -installsuffix shared -buildid BysmlqYvbdJdASd_jll8/BysmlqYvbdJdASd_jll8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b229/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv6/batch.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv6/control.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv6/control_rfc3542_unix.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv6/control_unix.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv6/dgramopt.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv6/doc.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv6/endpoint.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv6/genericopt.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv6/header.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv6/helper.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv6/iana.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv6/icmp.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv6/icmp_linux.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv6/payload.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv6/payload_cmsg.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv6/sockopt.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv6/sockopt_posix.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv6/sys_asmreq.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv6/sys_bpf.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv6/sys_linux.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv6/sys_ssmreq.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv6/zsys_linux_arm64.go
2025-08-20T21:54:14.6081456Z [00:02:57.317]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T21:54:14.6120766Z [00:02:57.321]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/29/294ef35a51516a62e55a18643cf500cbb3b0b5fddb271df364380585190bc2e5-d # internal
2025-08-20T21:54:14.6167827Z [00:02:57.326]➜  github.com/projectdiscovery/utils/permission
2025-08-20T21:54:14.6168383Z [00:02:57.326]➜  mkdir -p $WORK/b237/
2025-08-20T21:54:14.6175063Z [00:02:57.327]➜  cat >/tmp/go-build3999932643/b237/importcfg << 'EOF' # internal
2025-08-20T21:54:14.6175773Z [00:02:57.327]➜  # import config
2025-08-20T21:54:14.6176637Z [00:02:57.327]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:14.6177254Z [00:02:57.327]➜  packagefile github.com/projectdiscovery/utils/race=/tmp/go-build3999932643/b238/_pkg_.a
2025-08-20T21:54:14.6178029Z [00:02:57.327]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3999932643/b180/_pkg_.a
2025-08-20T21:54:14.6178501Z [00:02:57.327]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:14.6178941Z [00:02:57.327]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:14.6179257Z [00:02:57.327]➜  EOF
2025-08-20T21:54:14.6182310Z [00:02:57.327]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b237/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/permission=>github.com/projectdiscovery/utils@v0.4.23/permission;$WORK/b237=>" -p github.com/projectdiscovery/utils/permission -lang=go1.24 -complete -installsuffix shared -buildid rrfzf8fM4DrGa_MK4Sy8/rrfzf8fM4DrGa_MK4Sy8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b237/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/permission/error.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/permission/permission.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/permission/permission_file.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/permission/permission_linux.go
2025-08-20T21:54:14.6535225Z [00:02:57.363]➜  cd $WORK/b236
2025-08-20T21:54:14.6540852Z [00:02:57.363]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b236=/tmp/go-build -gno-record-gcc-switches -I $WORK/b236/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b236/_x001.o -c _cgo_export.c
2025-08-20T21:54:14.6605462Z [00:02:57.370]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T21:54:14.6634969Z [00:02:57.373]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/29/29337298536a383cdf6e3e36765d10c2589a02e2a59ae4afa4dd1c62f63f75dc-d # internal
2025-08-20T21:54:14.6641445Z [00:02:57.373]➜  github.com/projectdiscovery/utils/time
2025-08-20T21:54:14.6643001Z [00:02:57.374]➜  mkdir -p $WORK/b239/
2025-08-20T21:54:14.6648032Z [00:02:57.374]➜  cat >/tmp/go-build3999932643/b239/importcfg << 'EOF' # internal
2025-08-20T21:54:14.6648397Z [00:02:57.374]➜  # import config
2025-08-20T21:54:14.6648764Z [00:02:57.374]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:14.6649190Z [00:02:57.374]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:14.6649622Z [00:02:57.374]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:14.6650034Z [00:02:57.374]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:14.6650719Z [00:02:57.374]➜  EOF
2025-08-20T21:54:14.6678367Z [00:02:57.374]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:14.6680605Z [00:02:57.375]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b239/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/time=>github.com/projectdiscovery/utils@v0.4.23/time;$WORK/b239=>" -p github.com/projectdiscovery/utils/time -lang=go1.24 -complete -installsuffix shared -buildid a06zl2oMqoaaaXz-vldU/a06zl2oMqoaaaXz-vldU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b239/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/time/timeutil.go
2025-08-20T21:54:14.6781391Z [00:02:57.387]➜  cd $WORK/b236
2025-08-20T21:54:14.6782914Z [00:02:57.387]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b236=/tmp/go-build -gno-record-gcc-switches -I $WORK/b236/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b236/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T21:54:14.6999987Z [00:02:57.409]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T21:54:14.7006841Z [00:02:57.410]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/be/be2774a314646741086d334fcb58a3256cc1cb25f40b747716e2702c145130cf-d # internal
2025-08-20T21:54:14.7009550Z [00:02:57.410]➜  text/tabwriter
2025-08-20T21:54:14.7010955Z [00:02:57.410]➜  mkdir -p $WORK/b240/
2025-08-20T21:54:14.7015522Z [00:02:57.411]➜  cat >/tmp/go-build3999932643/b240/importcfg << 'EOF' # internal
2025-08-20T21:54:14.7016024Z [00:02:57.411]➜  # import config
2025-08-20T21:54:14.7016378Z [00:02:57.411]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:14.7016945Z [00:02:57.411]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:14.7022603Z [00:02:57.411]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:14.7023033Z [00:02:57.411]➜  EOF
2025-08-20T21:54:14.7023310Z [00:02:57.411]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:14.7025057Z [00:02:57.412]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b240/_pkg_.a -trimpath "/root/.go/src/text/tabwriter=>text/tabwriter;$WORK/b240=>" -p text/tabwriter -lang=go1.25 -std -complete -installsuffix shared -buildid F1g7de6928ui3NDQUUlH/F1g7de6928ui3NDQUUlH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b240/importcfg -pack /root/.go/src/text/tabwriter/tabwriter.go
2025-08-20T21:54:14.7146298Z [00:02:57.424]➜  cd $WORK/b236
2025-08-20T21:54:14.7150269Z [00:02:57.424]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b236=/tmp/go-build -gno-record-gcc-switches -I $WORK/b236/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b236/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T21:54:14.7388069Z [00:02:57.448]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b236=/tmp/go-build -gno-record-gcc-switches -I $WORK/b236/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b236/_cgo_main.o -c _cgo_main.c
2025-08-20T21:54:14.7551716Z [00:02:57.464]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T21:54:14.7559740Z [00:02:57.465]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/3a/3a28cd866336bb2cae757bd805508ab4565ebea39f3ac79063f2cb92974d8a73-d # internal
2025-08-20T21:54:14.7566281Z [00:02:57.466]➜  runtime/debug
2025-08-20T21:54:14.7567680Z [00:02:57.466]➜  mkdir -p $WORK/b245/
2025-08-20T21:54:14.7568424Z [00:02:57.466]➜  echo -n > $WORK/b245/go_asm.h # internal
2025-08-20T21:54:14.7568950Z [00:02:57.466]➜  cd /root/.go/src/runtime/debug
2025-08-20T21:54:14.7570170Z [00:02:57.466]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b245=>" -I $WORK/b245/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b245/symabis ./debug.s
2025-08-20T21:54:14.7592288Z [00:02:57.469]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:14.7593816Z [00:02:57.469]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b236=/tmp/go-build -gno-record-gcc-switches -o $WORK/b236/_cgo_.o $WORK/b236/_cgo_main.o $WORK/b236/preferlinkext $WORK/b236/_x001.o $WORK/b236/_x002.o $WORK/b236/_x003.o -O2 -g
2025-08-20T21:54:14.7643896Z [00:02:57.474]➜  cat >/tmp/go-build3999932643/b245/importcfg << 'EOF' # internal
2025-08-20T21:54:14.7644617Z [00:02:57.474]➜  # import config
2025-08-20T21:54:14.7645203Z [00:02:57.474]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:14.7645979Z [00:02:57.474]➜  packagefile internal/poll=/tmp/go-build3999932643/b061/_pkg_.a
2025-08-20T21:54:14.7646719Z [00:02:57.474]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:14.7647824Z [00:02:57.474]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:14.7648321Z [00:02:57.474]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:14.7648758Z [00:02:57.474]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:14.7649189Z [00:02:57.474]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:14.7649607Z [00:02:57.474]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:14.7649927Z [00:02:57.474]➜  EOF
2025-08-20T21:54:14.7651953Z [00:02:57.474]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b245/_pkg_.a -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b245=>" -p runtime/debug -lang=go1.25 -std -installsuffix shared -buildid mxuhknRyDyMkG_Bz4Oci/mxuhknRyDyMkG_Bz4Oci -goversion go1.25.0 -symabis $WORK/b245/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b245/importcfg -pack -asmhdr $WORK/b245/go_asm.h /root/.go/src/runtime/debug/garbage.go /root/.go/src/runtime/debug/mod.go /root/.go/src/runtime/debug/stack.go /root/.go/src/runtime/debug/stubs.go
2025-08-20T21:54:14.7742624Z [00:02:57.484]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T21:54:14.7764310Z [00:02:57.486]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/88/88fa909c22ba074a003aa403de7d235da60890577d39e5be2a2fe79469a4a9cf-d # internal
2025-08-20T21:54:14.7766151Z [00:02:57.486]➜  github.com/modern-go/reflect2
2025-08-20T21:54:14.7766460Z [00:02:57.486]➜  mkdir -p $WORK/b246/
2025-08-20T21:54:14.7778758Z [00:02:57.486]➜  echo -n > $WORK/b246/go_asm.h # internal
2025-08-20T21:54:14.7779413Z [00:02:57.486]➜  cd /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2
2025-08-20T21:54:14.7781084Z [00:02:57.486]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b246=>" -I $WORK/b246/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b246/symabis ./relfect2_arm64.s ./relfect2_mips64x.s ./relfect2_mipsx.s ./relfect2_ppc64x.s
2025-08-20T21:54:14.7808417Z [00:02:57.490]➜  cat >/tmp/go-build3999932643/b246/importcfg << 'EOF' # internal
2025-08-20T21:54:14.7808867Z [00:02:57.490]➜  # import config
2025-08-20T21:54:14.7809222Z [00:02:57.490]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:14.7809651Z [00:02:57.490]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:14.7810093Z [00:02:57.490]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:14.7810402Z [00:02:57.490]➜  EOF
2025-08-20T21:54:14.7810667Z [00:02:57.490]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:14.7817340Z [00:02:57.490]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b246/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b246=>" -p github.com/modern-go/reflect2 -lang=go1.12 -installsuffix shared -buildid lKnNIh2EEKiMP7-hTbcW/lKnNIh2EEKiMP7-hTbcW -goversion go1.25.0 -symabis $WORK/b246/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b246/importcfg -pack -asmhdr $WORK/b246/go_asm.h /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/go_above_118.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/go_above_19.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/reflect2.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/reflect2_kind.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_field.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_map.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_slice.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_struct.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_type.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/type_map.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_array.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_eface.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_field.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_iface.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_link.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_map.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_ptr.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_slice.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_struct.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_type.go
2025-08-20T21:54:14.8423675Z [00:02:57.551]➜  cd /root/.go/src/runtime/debug
2025-08-20T21:54:14.8424840Z [00:02:57.551]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b245=>" -I $WORK/b245/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b245/debug.o ./debug.s
2025-08-20T21:54:14.8484980Z [00:02:57.558]➜  go tool pack r $WORK/b245/_pkg_.a $WORK/b245/debug.o # internal
2025-08-20T21:54:14.8485932Z [00:02:57.558]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T21:54:14.8492864Z [00:02:57.559]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/cb/cb3b30c8e26d6daf52407c28a3594f02b6e62c5f066c8b23b7c934ed448d9fd8-d # internal
2025-08-20T21:54:14.8493534Z [00:02:57.559]➜  github.com/modern-go/concurrent
2025-08-20T21:54:14.8493862Z [00:02:57.559]➜  mkdir -p $WORK/b244/
2025-08-20T21:54:14.8501530Z [00:02:57.559]➜  cat >/tmp/go-build3999932643/b244/importcfg << 'EOF' # internal
2025-08-20T21:54:14.8503186Z [00:02:57.559]➜  # import config
2025-08-20T21:54:14.8505686Z [00:02:57.559]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:14.8506130Z [00:02:57.559]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:14.8506558Z [00:02:57.559]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:14.8506979Z [00:02:57.559]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:14.8508245Z [00:02:57.559]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:14.8508703Z [00:02:57.559]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:14.8509127Z [00:02:57.559]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:14.8509573Z [00:02:57.559]➜  packagefile runtime/debug=/tmp/go-build3999932643/b245/_pkg_.a
2025-08-20T21:54:14.8510029Z [00:02:57.560]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:14.8510433Z [00:02:57.560]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:14.8510754Z [00:02:57.560]➜  EOF
2025-08-20T21:54:14.8511024Z [00:02:57.560]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:14.8514331Z [00:02:57.560]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b244/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd=>github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd;$WORK/b244=>" -p github.com/modern-go/concurrent -lang=go1.16 -complete -installsuffix shared -buildid X5fETsLM_gylC2wPOF-Z/X5fETsLM_gylC2wPOF-Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b244/importcfg -pack /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/executor.go /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/go_above_19.go /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/log.go /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/unbounded_executor.go
2025-08-20T21:54:14.9129545Z [00:02:57.622]➜  gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b236=/tmp/go-build -gno-record-gcc-switches -o $WORK/b236/_cgo_.o $WORK/b236/_cgo_main.o $WORK/b236/preferlinkext $WORK/b236/_x001.o $WORK/b236/_x002.o $WORK/b236/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T21:54:14.9131149Z [00:02:57.622]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage user -dynimport $WORK/b236/_cgo_.o -dynout $WORK/b236/_cgo_import.go
2025-08-20T21:54:14.9239624Z [00:02:57.632]➜  cat >/tmp/go-build3999932643/b236/importcfg << 'EOF' # internal
2025-08-20T21:54:14.9240280Z [00:02:57.632]➜  # import config
2025-08-20T21:54:14.9240800Z [00:02:57.632]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:14.9241343Z [00:02:57.632]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:14.9242263Z [00:02:57.632]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:14.9242861Z [00:02:57.632]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:14.9243420Z [00:02:57.632]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:14.9243978Z [00:02:57.632]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:14.9244578Z [00:02:57.632]➜  packagefile runtime/cgo=/tmp/go-build3999932643/b164/_pkg_.a
2025-08-20T21:54:14.9245040Z [00:02:57.633]➜  EOF
2025-08-20T21:54:14.9247455Z [00:02:57.633]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b236/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b236=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid TCDaqMs50n5i10PI86Tl/TCDaqMs50n5i10PI86Tl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b236/importcfg -pack /root/.go/src/os/user/cgo_listgroups_unix.go /root/.go/src/os/user/cgo_lookup_unix.go /root/.go/src/os/user/lookup.go /root/.go/src/os/user/user.go $WORK/b236/_cgo_gotypes.go $WORK/b236/cgo_lookup_cgo.cgo1.go $WORK/b236/getgrouplist_unix.cgo1.go $WORK/b236/_cgo_import.go
2025-08-20T21:54:15.0054758Z [00:02:57.714]➜  cd /root/.go/src/os/user
2025-08-20T21:54:15.0055432Z [00:02:57.715]➜  go tool pack r $WORK/b236/_pkg_.a $WORK/b236/preferlinkext $WORK/b236/_x001.o $WORK/b236/_x002.o $WORK/b236/_x003.o # internal
2025-08-20T21:54:15.0059854Z [00:02:57.715]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T21:54:15.0065641Z [00:02:57.715]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/c3/c3777e5026527015f5133a468a4d45a5f4f6331c5f9df794cfbe8afc8b57bec9-d # internal
2025-08-20T21:54:15.0095129Z [00:02:57.719]➜  github.com/logrusorgru/aurora
2025-08-20T21:54:15.0095996Z [00:02:57.719]➜  mkdir -p $WORK/b247/
2025-08-20T21:54:15.0096838Z [00:02:57.719]➜  cat >/tmp/go-build3999932643/b247/importcfg << 'EOF' # internal
2025-08-20T21:54:15.0097232Z [00:02:57.719]➜  # import config
2025-08-20T21:54:15.0097714Z [00:02:57.719]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:15.0098177Z [00:02:57.719]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:15.0098626Z [00:02:57.719]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:15.0098958Z [00:02:57.719]➜  EOF
2025-08-20T21:54:15.0099230Z [00:02:57.719]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:15.0102426Z [00:02:57.719]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b247/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/logrusorgru/aurora@v2.0.3+incompatible=>github.com/logrusorgru/aurora@v2.0.3+incompatible;$WORK/b247=>" -p github.com/logrusorgru/aurora -lang=go1.16 -complete -installsuffix shared -buildid vQsrJxB9Alsg_KLbjGJK/vQsrJxB9Alsg_KLbjGJK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b247/importcfg -pack /root/go/pkg/mod/github.com/logrusorgru/aurora@v2.0.3+incompatible/aurora.go /root/go/pkg/mod/github.com/logrusorgru/aurora@v2.0.3+incompatible/color.go /root/go/pkg/mod/github.com/logrusorgru/aurora@v2.0.3+incompatible/sprintf.go /root/go/pkg/mod/github.com/logrusorgru/aurora@v2.0.3+incompatible/value.go /root/go/pkg/mod/github.com/logrusorgru/aurora@v2.0.3+incompatible/wrap.go
2025-08-20T21:54:15.0165579Z [00:02:57.726]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T21:54:15.0188174Z [00:02:57.728]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/e7/e7256898750dfd6ff29a0ca207301ccb53a81f2be67d753b2867f8cc305566a8-d # internal
2025-08-20T21:54:15.0233473Z [00:02:57.733]➜  archive/tar
2025-08-20T21:54:15.0250380Z [00:02:57.734]➜  mkdir -p $WORK/b251/
2025-08-20T21:54:15.0257111Z [00:02:57.735]➜  cat >/tmp/go-build3999932643/b251/importcfg << 'EOF' # internal
2025-08-20T21:54:15.0278927Z [00:02:57.735]➜  # import config
2025-08-20T21:54:15.0280060Z [00:02:57.735]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:15.0280539Z [00:02:57.735]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:15.0280959Z [00:02:57.735]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:15.0281834Z [00:02:57.735]➜  packagefile internal/godebug=/tmp/go-build3999932643/b058/_pkg_.a
2025-08-20T21:54:15.0282346Z [00:02:57.735]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:15.0282754Z [00:02:57.735]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:15.0283161Z [00:02:57.735]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:54:15.0283582Z [00:02:57.735]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:15.0283995Z [00:02:57.735]➜  packagefile os/user=/tmp/go-build3999932643/b236/_pkg_.a
2025-08-20T21:54:15.0284410Z [00:02:57.735]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:15.0284854Z [00:02:57.735]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:15.0285302Z [00:02:57.735]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:15.0285729Z [00:02:57.735]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:15.0286155Z [00:02:57.735]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:15.0286575Z [00:02:57.735]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:15.0286996Z [00:02:57.735]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:15.0287663Z [00:02:57.735]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:15.0288370Z [00:02:57.735]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:15.0288786Z [00:02:57.735]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:15.0289089Z [00:02:57.735]➜  EOF
2025-08-20T21:54:15.0291354Z [00:02:57.735]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b251/_pkg_.a -trimpath "/root/.go/src/archive/tar=>archive/tar;$WORK/b251=>" -p archive/tar -lang=go1.25 -std -complete -installsuffix shared -buildid Y0ciz5i1uNeBPOmnulA_/Y0ciz5i1uNeBPOmnulA_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b251/importcfg -pack /root/.go/src/archive/tar/common.go /root/.go/src/archive/tar/format.go /root/.go/src/archive/tar/reader.go /root/.go/src/archive/tar/stat_actime1.go /root/.go/src/archive/tar/stat_unix.go /root/.go/src/archive/tar/strconv.go /root/.go/src/archive/tar/writer.go
2025-08-20T21:54:15.1593402Z [00:02:57.869]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T21:54:15.1919431Z [00:02:57.901]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/0c/0c863ddae46bc9445c0009859fe9585df009d5163f006b6ba343df2625c0f34e-d # internal
2025-08-20T21:54:15.2000850Z [00:02:57.909]➜  net/http/httptrace
2025-08-20T21:54:15.2001878Z [00:02:57.909]➜  mkdir -p $WORK/b217/
2025-08-20T21:54:15.2009431Z [00:02:57.910]➜  cat >/tmp/go-build3999932643/b217/importcfg << 'EOF' # internal
2025-08-20T21:54:15.2009830Z [00:02:57.910]➜  # import config
2025-08-20T21:54:15.2010175Z [00:02:57.910]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:15.2010654Z [00:02:57.910]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:15.2011139Z [00:02:57.910]➜  packagefile internal/nettrace=/tmp/go-build3999932643/b160/_pkg_.a
2025-08-20T21:54:15.2011587Z [00:02:57.910]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:15.2012024Z [00:02:57.910]➜  packagefile net/textproto=/tmp/go-build3999932643/b211/_pkg_.a
2025-08-20T21:54:15.2012486Z [00:02:57.910]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:15.2012901Z [00:02:57.910]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:15.2013205Z [00:02:57.910]➜  EOF
2025-08-20T21:54:15.2015828Z [00:02:57.911]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b217/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b217=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid raabhZo7lU2kNVca0DhK/raabhZo7lU2kNVca0DhK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b217/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T21:54:15.2365532Z [00:02:57.946]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T21:54:15.2372168Z [00:02:57.946]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/3d/3d79607739d1816b8ae2148e0d73da80add3248621b86139df5313879da73b36-d # internal
2025-08-20T21:54:15.2374014Z [00:02:57.947]➜  net/http/internal/httpcommon
2025-08-20T21:54:15.2381158Z [00:02:57.947]➜  mkdir -p $WORK/b220/
2025-08-20T21:54:15.2382154Z [00:02:57.947]➜  cat >/tmp/go-build3999932643/b220/importcfg << 'EOF' # internal
2025-08-20T21:54:15.2382891Z [00:02:57.947]➜  # import config
2025-08-20T21:54:15.2385646Z [00:02:57.947]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:54:15.2386234Z [00:02:57.947]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T21:54:15.2386734Z [00:02:57.947]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:15.2387188Z [00:02:57.947]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:15.2387786Z [00:02:57.947]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:15.2388315Z [00:02:57.947]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3999932643/b205/_pkg_.a
2025-08-20T21:54:15.2388944Z [00:02:57.947]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3999932643/b213/_pkg_.a
2025-08-20T21:54:15.2389947Z [00:02:57.947]➜  packagefile net/http/httptrace=/tmp/go-build3999932643/b217/_pkg_.a
2025-08-20T21:54:15.2390442Z [00:02:57.947]➜  packagefile net/textproto=/tmp/go-build3999932643/b211/_pkg_.a
2025-08-20T21:54:15.2390891Z [00:02:57.947]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:15.2391307Z [00:02:57.947]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:15.2391722Z [00:02:57.947]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:15.2392146Z [00:02:57.947]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:15.2392575Z [00:02:57.947]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:15.2392880Z [00:02:57.947]➜  EOF
2025-08-20T21:54:15.2394595Z [00:02:57.948]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b220/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b220=>" -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/b220/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T21:54:15.2526378Z [00:02:57.962]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T21:54:15.2566777Z [00:02:57.966]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/e2/e201a047dff214aaab13bb0eac03d65091eb7e86a06dc8b3291f6a76a580a305-d # internal
2025-08-20T21:54:15.2694427Z [00:02:57.978]➜  cd /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2
2025-08-20T21:54:15.2698874Z [00:02:57.979]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b246=>" -I $WORK/b246/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b246/relfect2_arm64.o ./relfect2_arm64.s
2025-08-20T21:54:15.2735237Z [00:02:57.983]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b246=>" -I $WORK/b246/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b246/relfect2_mips64x.o ./relfect2_mips64x.s
2025-08-20T21:54:15.2762660Z [00:02:57.985]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b246=>" -I $WORK/b246/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b246/relfect2_mipsx.o ./relfect2_mipsx.s
2025-08-20T21:54:15.2789271Z [00:02:57.988]➜  github.com/miekg/dns
2025-08-20T21:54:15.2790642Z [00:02:57.988]➜  mkdir -p $WORK/b223/
2025-08-20T21:54:15.2797264Z [00:02:57.989]➜  cat >/tmp/go-build3999932643/b223/importcfg << 'EOF' # internal
2025-08-20T21:54:15.2799859Z [00:02:57.989]➜  # import config
2025-08-20T21:54:15.2802605Z [00:02:57.989]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:15.2803571Z [00:02:57.989]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:15.2804720Z [00:02:57.989]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:15.2806460Z [00:02:57.989]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:15.2807340Z [00:02:57.989]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:15.2808614Z [00:02:57.989]➜  packagefile crypto/ed25519=/tmp/go-build3999932643/b130/_pkg_.a
2025-08-20T21:54:15.2809381Z [00:02:57.989]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:54:15.2810106Z [00:02:57.989]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:15.2811065Z [00:02:57.989]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:15.2811802Z [00:02:57.989]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:15.2813100Z [00:02:57.989]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:15.2813889Z [00:02:57.989]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:15.2814743Z [00:02:57.989]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:15.2815963Z [00:02:57.989]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:15.2816419Z [00:02:57.989]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:15.2816881Z [00:02:57.989]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:15.2817500Z [00:02:57.989]➜  packagefile encoding/base32=/tmp/go-build3999932643/b224/_pkg_.a
2025-08-20T21:54:15.2818041Z [00:02:57.989]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:15.2818524Z [00:02:57.989]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:15.2819005Z [00:02:57.989]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:15.2819443Z [00:02:57.989]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:15.2819850Z [00:02:57.989]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:15.2820317Z [00:02:57.989]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build3999932643/b225/_pkg_.a
2025-08-20T21:54:15.2820834Z [00:02:57.989]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build3999932643/b229/_pkg_.a
2025-08-20T21:54:15.2821353Z [00:02:57.989]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3999932643/b180/_pkg_.a
2025-08-20T21:54:15.2821824Z [00:02:57.989]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:15.2822225Z [00:02:57.989]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:15.2822627Z [00:02:57.989]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:15.2823046Z [00:02:57.989]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:15.2823466Z [00:02:57.989]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:15.2823862Z [00:02:57.989]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:15.2824263Z [00:02:57.989]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:15.2824702Z [00:02:57.989]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:15.2825146Z [00:02:57.989]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:15.2825567Z [00:02:57.989]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:15.2826270Z [00:02:57.989]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:15.2826772Z [00:02:57.989]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:15.2827193Z [00:02:57.989]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:15.2827790Z [00:02:57.989]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:15.2828222Z [00:02:57.989]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:15.2828529Z [00:02:57.989]➜  EOF
2025-08-20T21:54:15.2828798Z [00:02:57.990]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:15.2854574Z [00:02:57.990]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b223/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/miekg/dns@v1.1.66=>github.com/miekg/dns@v1.1.66;$WORK/b223=>" -p github.com/miekg/dns -lang=go1.23 -complete -installsuffix shared -buildid xrku_kJxyaW9B9D7kZ70/xrku_kJxyaW9B9D7kZ70 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b223/importcfg -pack /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/acceptfunc.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/client.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/clientconfig.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/dane.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/defaults.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/dns.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/dnssec.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/dnssec_keygen.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/dnssec_keyscan.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/dnssec_privkey.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/doc.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/duplicate.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/edns.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/format.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/generate.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/hash.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/labels.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/listen_socket_options.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/msg.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/msg_helpers.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/msg_truncate.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/nsecx.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/privaterr.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/reverse.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/sanitize.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/scan.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/scan_rr.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/serve_mux.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/server.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/sig0.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/smimea.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/svcb.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/tlsa.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/tsig.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/types.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/udp.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/update.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/version.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/xfr.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/zduplicate.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/zmsg.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.66/ztypes.go
2025-08-20T21:54:15.2863392Z [00:02:57.990]➜  cd /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2
2025-08-20T21:54:15.2864715Z [00:02:57.990]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b246=>" -I $WORK/b246/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b246/relfect2_ppc64x.o ./relfect2_ppc64x.s
2025-08-20T21:54:15.2866228Z [00:02:57.993]➜  go tool pack r $WORK/b246/_pkg_.a $WORK/b246/relfect2_arm64.o $WORK/b246/relfect2_mips64x.o $WORK/b246/relfect2_mipsx.o $WORK/b246/relfect2_ppc64x.o # internal
2025-08-20T21:54:15.2867094Z [00:02:57.993]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T21:54:15.3064113Z [00:02:58.014]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/9a/9adeac84c071d370420e62746d12b28fbb0849acdcd88c8d14519fbfb5022a8b-d # internal
2025-08-20T21:54:15.3067714Z [00:02:58.016]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T21:54:15.3075242Z [00:02:58.017]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/4f/4f1074e04a92669d432df32ecf8a09cdb1a0184a89f78f6a259f28c0f7e71743-d # internal
2025-08-20T21:54:15.3086951Z [00:02:58.018]➜  net/http
2025-08-20T21:54:15.3090269Z [00:02:58.018]➜  mkdir -p $WORK/b202/
2025-08-20T21:54:15.3094694Z [00:02:58.019]➜  cat >/tmp/go-build3999932643/b202/importcfg << 'EOF' # internal
2025-08-20T21:54:15.3097182Z [00:02:58.019]➜  # import config
2025-08-20T21:54:15.3100631Z [00:02:58.019]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:54:15.3101350Z [00:02:58.019]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T21:54:15.3101943Z [00:02:58.019]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T21:54:15.3102449Z [00:02:58.019]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:54:15.3103189Z [00:02:58.019]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:15.3103956Z [00:02:58.019]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:15.3104412Z [00:02:58.019]➜  packagefile compress/gzip=/tmp/go-build3999932643/b203/_pkg_.a
2025-08-20T21:54:15.3104889Z [00:02:58.019]➜  packagefile container/list=/tmp/go-build3999932643/b106/_pkg_.a
2025-08-20T21:54:15.3105582Z [00:02:58.019]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:15.3106032Z [00:02:58.019]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:15.3106485Z [00:02:58.019]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:15.3106964Z [00:02:58.019]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:15.3110748Z [00:02:58.019]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:15.3111320Z [00:02:58.019]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:15.3111745Z [00:02:58.019]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:15.3112295Z [00:02:58.019]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3999932643/b205/_pkg_.a
2025-08-20T21:54:15.3113140Z [00:02:58.019]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build3999932643/b212/_pkg_.a
2025-08-20T21:54:15.3113856Z [00:02:58.019]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3999932643/b213/_pkg_.a
2025-08-20T21:54:15.3114450Z [00:02:58.019]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3999932643/b206/_pkg_.a
2025-08-20T21:54:15.3114987Z [00:02:58.019]➜  packagefile internal/godebug=/tmp/go-build3999932643/b058/_pkg_.a
2025-08-20T21:54:15.3115431Z [00:02:58.019]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:15.3115836Z [00:02:58.019]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:15.3116433Z [00:02:58.019]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:15.3116840Z [00:02:58.019]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:54:15.3117252Z [00:02:58.019]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:15.3117813Z [00:02:58.019]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:15.3118249Z [00:02:58.019]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:15.3118671Z [00:02:58.019]➜  packagefile mime=/tmp/go-build3999932643/b214/_pkg_.a
2025-08-20T21:54:15.3119111Z [00:02:58.019]➜  packagefile mime/multipart=/tmp/go-build3999932643/b215/_pkg_.a
2025-08-20T21:54:15.3119548Z [00:02:58.019]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:15.3120250Z [00:02:58.019]➜  packagefile net/http/httptrace=/tmp/go-build3999932643/b217/_pkg_.a
2025-08-20T21:54:15.3120830Z [00:02:58.019]➜  packagefile net/http/internal=/tmp/go-build3999932643/b218/_pkg_.a
2025-08-20T21:54:15.3121348Z [00:02:58.019]➜  packagefile net/http/internal/ascii=/tmp/go-build3999932643/b219/_pkg_.a
2025-08-20T21:54:15.3121918Z [00:02:58.019]➜  packagefile net/http/internal/httpcommon=/tmp/go-build3999932643/b220/_pkg_.a
2025-08-20T21:54:15.3122439Z [00:02:58.019]➜  packagefile net/textproto=/tmp/go-build3999932643/b211/_pkg_.a
2025-08-20T21:54:15.3122885Z [00:02:58.019]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:15.3123497Z [00:02:58.019]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:15.3123937Z [00:02:58.019]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:15.3124376Z [00:02:58.019]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:15.3124835Z [00:02:58.019]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:15.3125258Z [00:02:58.019]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:15.3125676Z [00:02:58.019]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:15.3126084Z [00:02:58.019]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:15.3126892Z [00:02:58.019]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:15.3127318Z [00:02:58.019]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:15.3127873Z [00:02:58.019]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:15.3128305Z [00:02:58.019]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:15.3128733Z [00:02:58.019]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:15.3129148Z [00:02:58.019]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:15.3129602Z [00:02:58.019]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:15.3129936Z [00:02:58.019]➜  EOF
2025-08-20T21:54:15.3130217Z [00:02:58.020]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:15.3135466Z [00:02:58.020]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/.go/src/net/http=>net/http;$WORK/b202=>" -p net/http -lang=go1.25 -std -complete -installsuffix shared -buildid TPBeRiuZIqn2yazSImvd/TPBeRiuZIqn2yazSImvd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b202/importcfg -pack /root/.go/src/net/http/client.go /root/.go/src/net/http/clone.go /root/.go/src/net/http/cookie.go /root/.go/src/net/http/csrf.go /root/.go/src/net/http/doc.go /root/.go/src/net/http/filetransport.go /root/.go/src/net/http/fs.go /root/.go/src/net/http/h2_bundle.go /root/.go/src/net/http/h2_error.go /root/.go/src/net/http/header.go /root/.go/src/net/http/http.go /root/.go/src/net/http/jar.go /root/.go/src/net/http/mapping.go /root/.go/src/net/http/method.go /root/.go/src/net/http/pattern.go /root/.go/src/net/http/request.go /root/.go/src/net/http/response.go /root/.go/src/net/http/responsecontroller.go /root/.go/src/net/http/roundtrip.go /root/.go/src/net/http/routing_index.go /root/.go/src/net/http/routing_tree.go /root/.go/src/net/http/servemux121.go /root/.go/src/net/http/server.go /root/.go/src/net/http/sniff.go /root/.go/src/net/http/socks_bundle.go /root/.go/src/net/http/status.go /root/.go/src/net/http/transfer.go /root/.go/src/net/http/transport.go /root/.go/src/net/http/transport_default_other.go
2025-08-20T21:54:15.3397041Z [00:02:58.049]➜  github.com/json-iterator/go
2025-08-20T21:54:15.3405679Z [00:02:58.049]➜  mkdir -p $WORK/b243/
2025-08-20T21:54:15.3406095Z [00:02:58.049]➜  cat >/tmp/go-build3999932643/b243/importcfg << 'EOF' # internal
2025-08-20T21:54:15.3406444Z [00:02:58.049]➜  # import config
2025-08-20T21:54:15.3406779Z [00:02:58.049]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:15.3407617Z [00:02:58.049]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:54:15.3408174Z [00:02:58.049]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:15.3408654Z [00:02:58.049]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:15.3409094Z [00:02:58.049]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:15.3409524Z [00:02:58.049]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:15.3410027Z [00:02:58.049]➜  packagefile github.com/modern-go/concurrent=/tmp/go-build3999932643/b244/_pkg_.a
2025-08-20T21:54:15.3410603Z [00:02:58.049]➜  packagefile github.com/modern-go/reflect2=/tmp/go-build3999932643/b246/_pkg_.a
2025-08-20T21:54:15.3411081Z [00:02:58.049]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:15.3411481Z [00:02:58.049]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:15.3411908Z [00:02:58.049]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:15.3412337Z [00:02:58.049]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:15.3412755Z [00:02:58.049]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:15.3413169Z [00:02:58.049]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:15.3413888Z [00:02:58.049]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:15.3414314Z [00:02:58.049]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:15.3414731Z [00:02:58.049]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:15.3415180Z [00:02:58.049]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:54:15.3415642Z [00:02:58.049]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:15.3415976Z [00:02:58.049]➜  EOF
2025-08-20T21:54:15.3429490Z [00:02:58.050]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b243/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/json-iterator/go@v1.1.12=>github.com/json-iterator/go@v1.1.12;$WORK/b243=>" -p github.com/json-iterator/go -lang=go1.12 -complete -installsuffix shared -buildid xVPHJMpFpVfphDB8tuVn/xVPHJMpFpVfphDB8tuVn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b243/importcfg -pack /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/adapter.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_array.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_bool.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_float.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_int32.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_int64.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_invalid.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_nil.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_number.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_object.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_str.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_uint32.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_uint64.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/config.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_array.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_float.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_int.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_object.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_skip.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_skip_strict.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_str.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/jsoniter.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/pool.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_array.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_dynamic.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_extension.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_json_number.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_json_raw_message.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_map.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_marshaler.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_native.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_optional.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_slice.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_struct_decoder.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_struct_encoder.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream_float.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream_int.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream_str.go
2025-08-20T21:54:15.4163745Z [00:02:58.125]➜  go tool buildid -w $WORK/b251/_pkg_.a # internal
2025-08-20T21:54:15.4204409Z [00:02:58.129]➜  cp $WORK/b251/_pkg_.a /root/.cache/go-build/d8/d8a021a3b1a92e982ad6e0096857ca67622bc663c39cd947f477fc53f0b2e3b4-d # internal
2025-08-20T21:54:15.4215247Z [00:02:58.130]➜  github.com/STARRY-S/zip
2025-08-20T21:54:15.4215584Z [00:02:58.130]➜  mkdir -p $WORK/b252/
2025-08-20T21:54:15.4215971Z [00:02:58.130]➜  cat >/tmp/go-build3999932643/b252/importcfg << 'EOF' # internal
2025-08-20T21:54:15.4216316Z [00:02:58.130]➜  # import config
2025-08-20T21:54:15.4216654Z [00:02:58.130]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:15.4217106Z [00:02:58.130]➜  packagefile compress/flate=/tmp/go-build3999932643/b169/_pkg_.a
2025-08-20T21:54:15.4217719Z [00:02:58.130]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:15.4218200Z [00:02:58.130]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:15.4218614Z [00:02:58.130]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:15.4219020Z [00:02:58.130]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:15.4219447Z [00:02:58.130]➜  packagefile hash/crc32=/tmp/go-build3999932643/b204/_pkg_.a
2025-08-20T21:54:15.4219881Z [00:02:58.130]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:15.4220283Z [00:02:58.130]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:15.4220683Z [00:02:58.130]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:15.4221079Z [00:02:58.130]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:15.4221520Z [00:02:58.130]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:15.4221963Z [00:02:58.130]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:15.4222384Z [00:02:58.130]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:15.4222802Z [00:02:58.130]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:15.4223215Z [00:02:58.130]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:15.4223620Z [00:02:58.130]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:15.4224061Z [00:02:58.130]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:15.4224391Z [00:02:58.130]➜  EOF
2025-08-20T21:54:15.4227208Z [00:02:58.130]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b252/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!s!t!a!r!r!y-!s/zip@v0.2.1=>github.com/STARRY-S/zip@v0.2.1;$WORK/b252=>" -p github.com/STARRY-S/zip -lang=go1.22 -complete -installsuffix shared -buildid X7ddHi0chWdvIKfvKgpQ/X7ddHi0chWdvIKfvKgpQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b252/importcfg -pack /root/go/pkg/mod/github.com/!s!t!a!r!r!y-!s/zip@v0.2.1/reader.go /root/go/pkg/mod/github.com/!s!t!a!r!r!y-!s/zip@v0.2.1/register.go /root/go/pkg/mod/github.com/!s!t!a!r!r!y-!s/zip@v0.2.1/struct.go /root/go/pkg/mod/github.com/!s!t!a!r!r!y-!s/zip@v0.2.1/updater.go /root/go/pkg/mod/github.com/!s!t!a!r!r!y-!s/zip@v0.2.1/writer.go
2025-08-20T21:54:15.7398988Z [00:02:58.449]➜  go tool buildid -w $WORK/b252/_pkg_.a # internal
2025-08-20T21:54:15.7469679Z [00:02:58.456]➜  cp $WORK/b252/_pkg_.a /root/.cache/go-build/fc/fc89b06468124a4445848749968b1ed20ec6cdddae0df46e1bde2c140e0f3c06-d # internal
2025-08-20T21:54:15.7470917Z [00:02:58.456]➜  github.com/andybalholm/brotli/matchfinder
2025-08-20T21:54:15.7471889Z [00:02:58.456]➜  mkdir -p $WORK/b254/
2025-08-20T21:54:15.7473292Z [00:02:58.457]➜  cat >/tmp/go-build3999932643/b254/importcfg << 'EOF' # internal
2025-08-20T21:54:15.7473764Z [00:02:58.457]➜  # import config
2025-08-20T21:54:15.7474161Z [00:02:58.457]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:15.7474650Z [00:02:58.457]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:15.7475053Z [00:02:58.457]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:15.7475476Z [00:02:58.457]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:15.7475913Z [00:02:58.457]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:15.7476667Z [00:02:58.457]➜  EOF
2025-08-20T21:54:15.7480808Z [00:02:58.457]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b254/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/matchfinder=>github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/matchfinder;$WORK/b254=>" -p github.com/andybalholm/brotli/matchfinder -lang=go1.13 -complete -installsuffix shared -buildid aGwpwq2drQfhUj0OVTcs/aGwpwq2drQfhUj0OVTcs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b254/importcfg -pack /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/matchfinder/emitter.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/matchfinder/m0.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/matchfinder/m4.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/matchfinder/matchfinder.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/matchfinder/textencoder.go
2025-08-20T21:54:15.8335664Z [00:02:58.543]➜  go tool buildid -w $WORK/b254/_pkg_.a # internal
2025-08-20T21:54:15.8341883Z [00:02:58.543]➜  cp $WORK/b254/_pkg_.a /root/.cache/go-build/e4/e416dc3db5841fefac7e73a73b04b1e1680b0613d128f2fba4343e1a28e366c2-d # internal
2025-08-20T21:54:15.8345513Z [00:02:58.544]➜  github.com/bodgit/plumbing
2025-08-20T21:54:15.8345834Z [00:02:58.544]➜  mkdir -p $WORK/b256/
2025-08-20T21:54:15.8346212Z [00:02:58.544]➜  cat >/tmp/go-build3999932643/b256/importcfg << 'EOF' # internal
2025-08-20T21:54:15.8346556Z [00:02:58.544]➜  # import config
2025-08-20T21:54:15.8346922Z [00:02:58.544]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:15.8347484Z [00:02:58.544]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:15.8347867Z [00:02:58.544]➜  EOF
2025-08-20T21:54:15.8351655Z [00:02:58.544]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b256/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0=>github.com/bodgit/plumbing@v1.3.0;$WORK/b256=>" -p github.com/bodgit/plumbing -lang=go1.13 -complete -installsuffix shared -buildid -PFy85DTiUv6t1YdGP9G/-PFy85DTiUv6t1YdGP9G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b256/importcfg -pack /root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0/count.go /root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0/fill.go /root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0/limit.go /root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0/multi.go /root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0/padded.go /root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0/plumbing.go /root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0/tee.go /root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0/zero.go
2025-08-20T21:54:15.8791690Z [00:02:58.588]➜  go tool buildid -w $WORK/b256/_pkg_.a # internal
2025-08-20T21:54:15.8812918Z [00:02:58.590]➜  cp $WORK/b256/_pkg_.a /root/.cache/go-build/0f/0ffbad4c08bf0f893205e799f21e951a1e0aac14d042cbe233751005f7054e2d-d # internal
2025-08-20T21:54:15.8819800Z [00:02:58.591]➜  github.com/hashicorp/golang-lru/v2/internal
2025-08-20T21:54:15.8824798Z [00:02:58.592]➜  mkdir -p $WORK/b260/
2025-08-20T21:54:15.8838347Z [00:02:58.593]➜  cat >/tmp/go-build3999932643/b260/importcfg << 'EOF' # internal
2025-08-20T21:54:15.8841769Z [00:02:58.593]➜  # import config
2025-08-20T21:54:15.8846221Z [00:02:58.593]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:15.8846556Z [00:02:58.593]➜  EOF
2025-08-20T21:54:15.8848762Z [00:02:58.594]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b260/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/internal=>github.com/hashicorp/golang-lru/v2@v2.0.7/internal;$WORK/b260=>" -p github.com/hashicorp/golang-lru/v2/internal -lang=go1.18 -complete -installsuffix shared -buildid rcCFh5iScYb9t7rzmmuE/rcCFh5iScYb9t7rzmmuE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b260/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/internal/list.go
2025-08-20T21:54:15.9021205Z [00:02:58.611]➜  go tool buildid -w $WORK/b260/_pkg_.a # internal
2025-08-20T21:54:15.9033706Z [00:02:58.613]➜  cp $WORK/b260/_pkg_.a /root/.cache/go-build/e6/e6e1a591540c6a54efa2e8ea360ce485c787d3bb3044d40b3e9763acf03b6f87-d # internal
2025-08-20T21:54:15.9043962Z [00:02:58.614]➜  github.com/hashicorp/golang-lru/v2/simplelru
2025-08-20T21:54:15.9045944Z [00:02:58.614]➜  mkdir -p $WORK/b259/
2025-08-20T21:54:15.9075073Z [00:02:58.617]➜  cat >/tmp/go-build3999932643/b259/importcfg << 'EOF' # internal
2025-08-20T21:54:15.9075732Z [00:02:58.617]➜  # import config
2025-08-20T21:54:15.9076565Z [00:02:58.617]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:15.9077554Z [00:02:58.617]➜  packagefile github.com/hashicorp/golang-lru/v2/internal=/tmp/go-build3999932643/b260/_pkg_.a
2025-08-20T21:54:15.9078819Z [00:02:58.617]➜  EOF
2025-08-20T21:54:15.9081151Z [00:02:58.617]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b259/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/simplelru=>github.com/hashicorp/golang-lru/v2@v2.0.7/simplelru;$WORK/b259=>" -p github.com/hashicorp/golang-lru/v2/simplelru -lang=go1.18 -complete -installsuffix shared -buildid pF4ljOYalaoA6nV4uHO-/pF4ljOYalaoA6nV4uHO- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b259/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/simplelru/lru.go /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/simplelru/lru_interface.go
2025-08-20T21:54:15.9334071Z [00:02:58.642]➜  go tool buildid -w $WORK/b259/_pkg_.a # internal
2025-08-20T21:54:15.9342980Z [00:02:58.643]➜  cp $WORK/b259/_pkg_.a /root/.cache/go-build/1a/1a79b3742a97bdcba30d2e0157161355fb8b0ccd24b8286469a73f55170be964-d # internal
2025-08-20T21:54:15.9343693Z [00:02:58.643]➜  github.com/hashicorp/golang-lru/v2
2025-08-20T21:54:15.9344015Z [00:02:58.643]➜  mkdir -p $WORK/b258/
2025-08-20T21:54:15.9349372Z [00:02:58.644]➜  cat >/tmp/go-build3999932643/b258/importcfg << 'EOF' # internal
2025-08-20T21:54:15.9350075Z [00:02:58.644]➜  # import config
2025-08-20T21:54:15.9350615Z [00:02:58.644]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:15.9351498Z [00:02:58.644]➜  packagefile github.com/hashicorp/golang-lru/v2/simplelru=/tmp/go-build3999932643/b259/_pkg_.a
2025-08-20T21:54:15.9352315Z [00:02:58.644]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:15.9352980Z [00:02:58.644]➜  EOF
2025-08-20T21:54:15.9355828Z [00:02:58.644]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b258/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7=>github.com/hashicorp/golang-lru/v2@v2.0.7;$WORK/b258=>" -p github.com/hashicorp/golang-lru/v2 -lang=go1.18 -complete -installsuffix shared -buildid 8zD5VntkKI6w55q_gWio/8zD5VntkKI6w55q_gWio -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b258/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/2q.go /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/doc.go /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/lru.go
2025-08-20T21:54:15.9616215Z [00:02:58.671]➜  go tool buildid -w $WORK/b258/_pkg_.a # internal
2025-08-20T21:54:15.9623579Z [00:02:58.672]➜  cp $WORK/b258/_pkg_.a /root/.cache/go-build/bd/bd424b740dbf61c292a5046d3f6468baf4dab508caf8a0ae54c404b6130c272e-d # internal
2025-08-20T21:54:15.9624340Z [00:02:58.672]➜  go4.org/syncutil
2025-08-20T21:54:15.9624712Z [00:02:58.672]➜  mkdir -p $WORK/b261/
2025-08-20T21:54:15.9625192Z [00:02:58.672]➜  cat >/tmp/go-build3999932643/b261/importcfg << 'EOF' # internal
2025-08-20T21:54:15.9625661Z [00:02:58.672]➜  # import config
2025-08-20T21:54:15.9626085Z [00:02:58.672]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:15.9626577Z [00:02:58.672]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:15.9627079Z [00:02:58.672]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:15.9635524Z [00:02:58.672]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:15.9635863Z [00:02:58.672]➜  EOF
2025-08-20T21:54:15.9638952Z [00:02:58.672]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b261/_pkg_.a -trimpath "/root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/syncutil=>go4.org@v0.0.0-20230225012048-214862532bf5/syncutil;$WORK/b261=>" -p go4.org/syncutil -lang=go1.13 -complete -installsuffix shared -buildid biPeNxnfuOrfynN4w0nA/biPeNxnfuOrfynN4w0nA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b261/importcfg -pack /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/syncutil/gate.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/syncutil/group.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/syncutil/once.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/syncutil/sem.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/syncutil/syncutil.go
2025-08-20T21:54:16.0045495Z [00:02:58.714]➜  go tool buildid -w $WORK/b261/_pkg_.a # internal
2025-08-20T21:54:16.0052940Z [00:02:58.714]➜  cp $WORK/b261/_pkg_.a /root/.cache/go-build/be/bee889081ee450f7fb331e1b6888f7f457fd15f2798a8cfe1cb618153dabd112-d # internal
2025-08-20T21:54:16.0056818Z [00:02:58.714]➜  golang.org/x/text/transform
2025-08-20T21:54:16.0057142Z [00:02:58.714]➜  mkdir -p $WORK/b265/
2025-08-20T21:54:16.0057691Z [00:02:58.714]➜  cat >/tmp/go-build3999932643/b265/importcfg << 'EOF' # internal
2025-08-20T21:54:16.0058090Z [00:02:58.714]➜  # import config
2025-08-20T21:54:16.0058432Z [00:02:58.714]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:16.0058870Z [00:02:58.714]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:16.0059278Z [00:02:58.714]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:16.0059710Z [00:02:58.714]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:16.0060039Z [00:02:58.714]➜  EOF
2025-08-20T21:54:16.0061811Z [00:02:58.714]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b265/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/transform=>golang.org/x/text@v0.26.0/transform;$WORK/b265=>" -p golang.org/x/text/transform -lang=go1.23 -complete -installsuffix shared -buildid YmZ9aWou4Woh5HYkUQes/YmZ9aWou4Woh5HYkUQes -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b265/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/transform/transform.go
2025-08-20T21:54:16.0756459Z [00:02:58.785]➜  go tool buildid -w $WORK/b265/_pkg_.a # internal
2025-08-20T21:54:16.0764552Z [00:02:58.785]➜  cp $WORK/b265/_pkg_.a /root/.cache/go-build/82/829e897ef943d061aaf793190f6709e10e8155e1988d60112600c7457e1f6f66-d # internal
2025-08-20T21:54:16.0765214Z [00:02:58.786]➜  golang.org/x/text/encoding
2025-08-20T21:54:16.0765502Z [00:02:58.786]➜  mkdir -p $WORK/b263/
2025-08-20T21:54:16.0765875Z [00:02:58.786]➜  cat >/tmp/go-build3999932643/b263/importcfg << 'EOF' # internal
2025-08-20T21:54:16.0766235Z [00:02:58.786]➜  # import config
2025-08-20T21:54:16.0766570Z [00:02:58.786]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:16.0767159Z [00:02:58.786]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3999932643/b264/_pkg_.a
2025-08-20T21:54:16.0767996Z [00:02:58.786]➜  packagefile golang.org/x/text/transform=/tmp/go-build3999932643/b265/_pkg_.a
2025-08-20T21:54:16.0768483Z [00:02:58.786]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:16.0768898Z [00:02:58.786]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:16.0769352Z [00:02:58.786]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:16.0769683Z [00:02:58.786]➜  EOF
2025-08-20T21:54:16.0771413Z [00:02:58.786]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b263/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding=>golang.org/x/text@v0.26.0/encoding;$WORK/b263=>" -p golang.org/x/text/encoding -lang=go1.23 -complete -installsuffix shared -buildid ibSlLxSFAqIBcNuKnz0P/ibSlLxSFAqIBcNuKnz0P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b263/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/encoding.go
2025-08-20T21:54:16.1175356Z [00:02:58.827]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T21:54:16.1294477Z [00:02:58.838]➜  go tool buildid -w $WORK/b263/_pkg_.a # internal
2025-08-20T21:54:16.1300012Z [00:02:58.839]➜  cp $WORK/b263/_pkg_.a /root/.cache/go-build/87/870072431b3e6294ef0dab15c80e21499ec93076f05aff147d995311937568a0-d # internal
2025-08-20T21:54:16.1300681Z [00:02:58.839]➜  golang.org/x/text/encoding/internal
2025-08-20T21:54:16.1303068Z [00:02:58.839]➜  mkdir -p $WORK/b266/
2025-08-20T21:54:16.1304807Z [00:02:58.840]➜  cat >/tmp/go-build3999932643/b266/importcfg << 'EOF' # internal
2025-08-20T21:54:16.1305199Z [00:02:58.840]➜  # import config
2025-08-20T21:54:16.1305624Z [00:02:58.840]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3999932643/b263/_pkg_.a
2025-08-20T21:54:16.1306298Z [00:02:58.840]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3999932643/b264/_pkg_.a
2025-08-20T21:54:16.1306934Z [00:02:58.840]➜  packagefile golang.org/x/text/transform=/tmp/go-build3999932643/b265/_pkg_.a
2025-08-20T21:54:16.1307314Z [00:02:58.840]➜  EOF
2025-08-20T21:54:16.1309534Z [00:02:58.840]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b266/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/internal=>golang.org/x/text@v0.26.0/encoding/internal;$WORK/b266=>" -p golang.org/x/text/encoding/internal -lang=go1.23 -complete -installsuffix shared -buildid _cwvsxv35zZRDHgAjJZx/_cwvsxv35zZRDHgAjJZx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b266/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/internal/internal.go
2025-08-20T21:54:16.1426711Z [00:02:58.852]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/e0/e047de62e284f638e3d25195f65e670317db56e17cb43bb6d155cc626d6af747-d # internal
2025-08-20T21:54:16.1509696Z [00:02:58.860]➜  github.com/projectdiscovery/gologger/formatter
2025-08-20T21:54:16.1510099Z [00:02:58.860]➜  mkdir -p $WORK/b242/
2025-08-20T21:54:16.1516592Z [00:02:58.861]➜  cat >/tmp/go-build3999932643/b242/importcfg << 'EOF' # internal
2025-08-20T21:54:16.1517306Z [00:02:58.861]➜  # import config
2025-08-20T21:54:16.1518044Z [00:02:58.861]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:16.1518953Z [00:02:58.861]➜  packagefile github.com/json-iterator/go=/tmp/go-build3999932643/b243/_pkg_.a
2025-08-20T21:54:16.1519918Z [00:02:58.861]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build3999932643/b247/_pkg_.a
2025-08-20T21:54:16.1520641Z [00:02:58.861]➜  packagefile github.com/projectdiscovery/gologger/levels=/tmp/go-build3999932643/b248/_pkg_.a
2025-08-20T21:54:16.1521189Z [00:02:58.861]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:16.1521595Z [00:02:58.861]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:16.1521916Z [00:02:58.861]➜  EOF
2025-08-20T21:54:16.1529127Z [00:02:58.862]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b242/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.54/formatter=>github.com/projectdiscovery/gologger@v1.1.54/formatter;$WORK/b242=>" -p github.com/projectdiscovery/gologger/formatter -lang=go1.22 -complete -installsuffix shared -buildid nc29cl1kIjteSIJ-iNNH/nc29cl1kIjteSIJ-iNNH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b242/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.54/formatter/cli.go /root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.54/formatter/formatter.go /root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.54/formatter/json.go /root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.54/formatter/tee.go
2025-08-20T21:54:16.1549104Z [00:02:58.864]➜  go tool buildid -w $WORK/b266/_pkg_.a # internal
2025-08-20T21:54:16.1553345Z [00:02:58.864]➜  cp $WORK/b266/_pkg_.a /root/.cache/go-build/94/9425d66bc682f5d78ce2bf8d5846a4ae794879cfba56ac5523abee52e19d49b7-d # internal
2025-08-20T21:54:16.1556405Z [00:02:58.864]➜  golang.org/x/text/runes
2025-08-20T21:54:16.1556708Z [00:02:58.864]➜  mkdir -p $WORK/b268/
2025-08-20T21:54:16.1557083Z [00:02:58.865]➜  cat >/tmp/go-build3999932643/b268/importcfg << 'EOF' # internal
2025-08-20T21:54:16.1557615Z [00:02:58.865]➜  # import config
2025-08-20T21:54:16.1558102Z [00:02:58.865]➜  packagefile golang.org/x/text/transform=/tmp/go-build3999932643/b265/_pkg_.a
2025-08-20T21:54:16.1558611Z [00:02:58.865]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:16.1559072Z [00:02:58.865]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:16.1559405Z [00:02:58.865]➜  EOF
2025-08-20T21:54:16.1561263Z [00:02:58.865]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b268/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/runes=>golang.org/x/text@v0.26.0/runes;$WORK/b268=>" -p golang.org/x/text/runes -lang=go1.23 -complete -installsuffix shared -buildid 6JoUD3yx-mgFSi4fvhoM/6JoUD3yx-mgFSi4fvhoM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b268/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/runes/cond.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/runes/runes.go
2025-08-20T21:54:16.2092878Z [00:02:58.918]➜  go tool buildid -w $WORK/b268/_pkg_.a # internal
2025-08-20T21:54:16.2107542Z [00:02:58.920]➜  cp $WORK/b268/_pkg_.a /root/.cache/go-build/18/188b5d88ad3112fc69fbfeabaea5cabc8496f6a45c8e4d625be4e912cc3c6588-d # internal
2025-08-20T21:54:16.2115176Z [00:02:58.921]➜  golang.org/x/text/encoding/unicode
2025-08-20T21:54:16.2121172Z [00:02:58.921]➜  mkdir -p $WORK/b262/
2025-08-20T21:54:16.2131932Z [00:02:58.922]➜  cat >/tmp/go-build3999932643/b262/importcfg << 'EOF' # internal
2025-08-20T21:54:16.2132953Z [00:02:58.923]➜  # import config
2025-08-20T21:54:16.2133675Z [00:02:58.923]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:16.2134422Z [00:02:58.923]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:16.2135383Z [00:02:58.923]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3999932643/b263/_pkg_.a
2025-08-20T21:54:16.2136351Z [00:02:58.923]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build3999932643/b266/_pkg_.a
2025-08-20T21:54:16.2137291Z [00:02:58.923]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3999932643/b264/_pkg_.a
2025-08-20T21:54:16.2138529Z [00:02:58.923]➜  packagefile golang.org/x/text/internal/utf8internal=/tmp/go-build3999932643/b267/_pkg_.a
2025-08-20T21:54:16.2139590Z [00:02:58.923]➜  packagefile golang.org/x/text/runes=/tmp/go-build3999932643/b268/_pkg_.a
2025-08-20T21:54:16.2140416Z [00:02:58.923]➜  packagefile golang.org/x/text/transform=/tmp/go-build3999932643/b265/_pkg_.a
2025-08-20T21:54:16.2141109Z [00:02:58.923]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:54:16.2142413Z [00:02:58.923]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:16.2142774Z [00:02:58.923]➜  EOF
2025-08-20T21:54:16.2164882Z [00:02:58.926]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b262/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/unicode=>golang.org/x/text@v0.26.0/encoding/unicode;$WORK/b262=>" -p golang.org/x/text/encoding/unicode -lang=go1.23 -complete -installsuffix shared -buildid 06jrSRMqmgJSU0IpS8t9/06jrSRMqmgJSU0IpS8t9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b262/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/unicode/override.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/unicode/unicode.go
2025-08-20T21:54:16.2673611Z [00:02:58.975]➜  go tool buildid -w $WORK/b262/_pkg_.a # internal
2025-08-20T21:54:16.2680766Z [00:02:58.977]➜  cp $WORK/b262/_pkg_.a /root/.cache/go-build/c3/c3758fa9e7f9d3ceea9847ff297f49914f01cada1d383e98d267ab127aa0b845-d # internal
2025-08-20T21:54:16.2681929Z [00:02:58.977]➜  github.com/bodgit/sevenzip/internal/aes7z
2025-08-20T21:54:16.2684895Z [00:02:58.977]➜  mkdir -p $WORK/b257/
2025-08-20T21:54:16.2685285Z [00:02:58.977]➜  cat >/tmp/go-build3999932643/b257/importcfg << 'EOF' # internal
2025-08-20T21:54:16.2685631Z [00:02:58.977]➜  # import config
2025-08-20T21:54:16.2685973Z [00:02:58.977]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:16.2686412Z [00:02:58.977]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:54:16.2686866Z [00:02:58.977]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:16.2687475Z [00:02:58.977]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:16.2688028Z [00:02:58.977]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:16.2688500Z [00:02:58.977]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:16.2688940Z [00:02:58.977]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:16.2689365Z [00:02:58.977]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:16.2689880Z [00:02:58.977]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build3999932643/b258/_pkg_.a
2025-08-20T21:54:16.2690422Z [00:02:58.977]➜  packagefile go4.org/syncutil=/tmp/go-build3999932643/b261/_pkg_.a
2025-08-20T21:54:16.2690977Z [00:02:58.977]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build3999932643/b262/_pkg_.a
2025-08-20T21:54:16.2691568Z [00:02:58.977]➜  packagefile golang.org/x/text/transform=/tmp/go-build3999932643/b265/_pkg_.a
2025-08-20T21:54:16.2692050Z [00:02:58.977]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:16.2692350Z [00:02:58.977]➜  EOF
2025-08-20T21:54:16.2694602Z [00:02:58.977]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b257/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/aes7z=>github.com/bodgit/sevenzip@v1.6.0/internal/aes7z;$WORK/b257=>" -p github.com/bodgit/sevenzip/internal/aes7z -lang=go1.19 -complete -installsuffix shared -buildid Yb47EQ6CoK6H_vMgl6Lg/Yb47EQ6CoK6H_vMgl6Lg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b257/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/aes7z/key.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/aes7z/reader.go
2025-08-20T21:54:16.3101225Z [00:02:59.019]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T21:54:16.3123408Z [00:02:59.021]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/ce/ce591ac3f20082d14deeca3903c1fda5ae7aec5f73abaadb08f18f184767d30f-d # internal
2025-08-20T21:54:16.3131206Z [00:02:59.022]➜  github.com/bodgit/sevenzip/internal/util
2025-08-20T21:54:16.3138556Z [00:02:59.022]➜  mkdir -p $WORK/b270/
2025-08-20T21:54:16.3138952Z [00:02:59.022]➜  cat >/tmp/go-build3999932643/b270/importcfg << 'EOF' # internal
2025-08-20T21:54:16.3139299Z [00:02:59.022]➜  # import config
2025-08-20T21:54:16.3139638Z [00:02:59.022]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:16.3140071Z [00:02:59.022]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:16.3140376Z [00:02:59.022]➜  EOF
2025-08-20T21:54:16.3142659Z [00:02:59.022]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b270/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/util=>github.com/bodgit/sevenzip@v1.6.0/internal/util;$WORK/b270=>" -p github.com/bodgit/sevenzip/internal/util -lang=go1.19 -complete -installsuffix shared -buildid WhM1YGJdPXUWvO87kA-6/WhM1YGJdPXUWvO87kA-6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b270/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/util/checksum.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/util/reader.go
2025-08-20T21:54:16.3389032Z [00:02:59.048]➜  go tool buildid -w $WORK/b270/_pkg_.a # internal
2025-08-20T21:54:16.3395387Z [00:02:59.049]➜  cp $WORK/b270/_pkg_.a /root/.cache/go-build/b1/b19daefa57de17a30c429d7cb23bf22f00e2eb28e8b20797d1768ea308c9da61-d # internal
2025-08-20T21:54:16.3397000Z [00:02:59.049]➜  github.com/hashicorp/errwrap
2025-08-20T21:54:16.3399665Z [00:02:59.049]➜  mkdir -p $WORK/b272/
2025-08-20T21:54:16.3400320Z [00:02:59.049]➜  cat >/tmp/go-build3999932643/b272/importcfg << 'EOF' # internal
2025-08-20T21:54:16.3401177Z [00:02:59.049]➜  # import config
2025-08-20T21:54:16.3401803Z [00:02:59.049]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:16.3402481Z [00:02:59.049]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:16.3403338Z [00:02:59.049]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:16.3403920Z [00:02:59.049]➜  EOF
2025-08-20T21:54:16.3406032Z [00:02:59.049]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b272/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/errwrap@v1.1.0=>github.com/hashicorp/errwrap@v1.1.0;$WORK/b272=>" -p github.com/hashicorp/errwrap -lang=go1.16 -complete -installsuffix shared -buildid Afo46plpV_ZshprpjHu3/Afo46plpV_ZshprpjHu3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b272/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/errwrap@v1.1.0/errwrap.go
2025-08-20T21:54:16.3635893Z [00:02:59.073]➜  go tool buildid -w $WORK/b257/_pkg_.a # internal
2025-08-20T21:54:16.3657253Z [00:02:59.075]➜  cp $WORK/b257/_pkg_.a /root/.cache/go-build/20/20dbf2eb9ee1ef86565faed8d71f92a835dcf25d2b0713815df43eee55e69f8a-d # internal
2025-08-20T21:54:16.3665968Z [00:02:59.076]➜  github.com/bodgit/sevenzip/internal/bra
2025-08-20T21:54:16.3673732Z [00:02:59.077]➜  mkdir -p $WORK/b273/
2025-08-20T21:54:16.3681368Z [00:02:59.077]➜  go tool buildid -w $WORK/b272/_pkg_.a # internal
2025-08-20T21:54:16.3695168Z [00:02:59.079]➜  cp $WORK/b272/_pkg_.a /root/.cache/go-build/2d/2d8439b59bfe3ce9d2f2461931816d33fec67ea9b904396db4fec0150491413c-d # internal
2025-08-20T21:54:16.3705795Z [00:02:59.080]➜  cat >/tmp/go-build3999932643/b273/importcfg << 'EOF' # internal
2025-08-20T21:54:16.3706477Z [00:02:59.080]➜  # import config
2025-08-20T21:54:16.3707172Z [00:02:59.080]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:16.3712560Z [00:02:59.080]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:16.3713363Z [00:02:59.080]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:16.3714236Z [00:02:59.080]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:16.3714813Z [00:02:59.080]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:16.3718205Z [00:02:59.080]➜  EOF
2025-08-20T21:54:16.3722153Z [00:02:59.081]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b273/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bra=>github.com/bodgit/sevenzip@v1.6.0/internal/bra;$WORK/b273=>" -p github.com/bodgit/sevenzip/internal/bra -lang=go1.19 -complete -installsuffix shared -buildid iJ7I9mdqO_jWposgrxI8/iJ7I9mdqO_jWposgrxI8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b273/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bra/arm.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bra/bcj.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bra/bra.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bra/minmax_compat.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bra/ppc.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bra/reader.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bra/sparc.go
2025-08-20T21:54:16.3738402Z [00:02:59.083]➜  github.com/hashicorp/go-multierror
2025-08-20T21:54:16.3739439Z [00:02:59.083]➜  mkdir -p $WORK/b271/
2025-08-20T21:54:16.3740201Z [00:02:59.083]➜  cat >/tmp/go-build3999932643/b271/importcfg << 'EOF' # internal
2025-08-20T21:54:16.3740920Z [00:02:59.083]➜  # import config
2025-08-20T21:54:16.3741473Z [00:02:59.083]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:16.3742166Z [00:02:59.083]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:16.3743299Z [00:02:59.083]➜  packagefile github.com/hashicorp/errwrap=/tmp/go-build3999932643/b272/_pkg_.a
2025-08-20T21:54:16.3744105Z [00:02:59.083]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:16.3745392Z [00:02:59.083]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:16.3745911Z [00:02:59.083]➜  EOF
2025-08-20T21:54:16.3750252Z [00:02:59.083]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b271/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1=>github.com/hashicorp/go-multierror@v1.1.1;$WORK/b271=>" -p github.com/hashicorp/go-multierror -lang=go1.13 -complete -installsuffix shared -buildid q5FJMWudSy6KhelMbSyE/q5FJMWudSy6KhelMbSyE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b271/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/append.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/flatten.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/format.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/group.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/multierror.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/prefix.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/sort.go
2025-08-20T21:54:16.4164950Z [00:02:59.126]➜  go tool buildid -w $WORK/b271/_pkg_.a # internal
2025-08-20T21:54:16.4192963Z [00:02:59.126]➜  cp $WORK/b271/_pkg_.a /root/.cache/go-build/6f/6f1e7ccd8017998ac7c6ed683c54b44e28604375fe1f6f66c0e542efd38157e6-d # internal
2025-08-20T21:54:16.4193610Z [00:02:59.126]➜  github.com/bodgit/sevenzip/internal/bcj2
2025-08-20T21:54:16.4193968Z [00:02:59.126]➜  mkdir -p $WORK/b269/
2025-08-20T21:54:16.4194878Z [00:02:59.126]➜  cat >/tmp/go-build3999932643/b269/importcfg << 'EOF' # internal
2025-08-20T21:54:16.4195375Z [00:02:59.126]➜  # import config
2025-08-20T21:54:16.4197785Z [00:02:59.126]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:16.4198718Z [00:02:59.126]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:16.4199338Z [00:02:59.126]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:16.4201283Z [00:02:59.126]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:16.4202336Z [00:02:59.126]➜  packagefile github.com/bodgit/sevenzip/internal/util=/tmp/go-build3999932643/b270/_pkg_.a
2025-08-20T21:54:16.4203148Z [00:02:59.126]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3999932643/b271/_pkg_.a
2025-08-20T21:54:16.4203915Z [00:02:59.126]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:16.4204842Z [00:02:59.126]➜  EOF
2025-08-20T21:54:16.4208033Z [00:02:59.129]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b269/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bcj2=>github.com/bodgit/sevenzip@v1.6.0/internal/bcj2;$WORK/b269=>" -p github.com/bodgit/sevenzip/internal/bcj2 -lang=go1.19 -complete -installsuffix shared -buildid YhsvmZRGOzTU2QWYAjqW/YhsvmZRGOzTU2QWYAjqW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b269/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bcj2/reader.go
2025-08-20T21:54:16.4249668Z [00:02:59.134]➜  go tool buildid -w $WORK/b273/_pkg_.a # internal
2025-08-20T21:54:16.4256656Z [00:02:59.135]➜  cp $WORK/b273/_pkg_.a /root/.cache/go-build/68/68677c3125aafd55e707065bdac3a8547eb529509a8d10b3ac0fa79f374539c3-d # internal
2025-08-20T21:54:16.4259626Z [00:02:59.135]➜  compress/bzip2
2025-08-20T21:54:16.4260600Z [00:02:59.135]➜  mkdir -p $WORK/b276/
2025-08-20T21:54:16.4265297Z [00:02:59.136]➜  cat >/tmp/go-build3999932643/b276/importcfg << 'EOF' # internal
2025-08-20T21:54:16.4266587Z [00:02:59.136]➜  # import config
2025-08-20T21:54:16.4267306Z [00:02:59.136]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:16.4269772Z [00:02:59.136]➜  packagefile cmp=/tmp/go-build3999932643/b046/_pkg_.a
2025-08-20T21:54:16.4270711Z [00:02:59.136]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:16.4271400Z [00:02:59.136]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:16.4271920Z [00:02:59.136]➜  EOF
2025-08-20T21:54:16.4274140Z [00:02:59.136]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b276/_pkg_.a -trimpath "/root/.go/src/compress/bzip2=>compress/bzip2;$WORK/b276=>" -p compress/bzip2 -lang=go1.25 -std -complete -installsuffix shared -buildid TqBajTQfFBHlgJ51aebO/TqBajTQfFBHlgJ51aebO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b276/importcfg -pack /root/.go/src/compress/bzip2/bit_reader.go /root/.go/src/compress/bzip2/bzip2.go /root/.go/src/compress/bzip2/huffman.go /root/.go/src/compress/bzip2/move_to_front.go
2025-08-20T21:54:16.4529685Z [00:02:59.162]➜  go tool buildid -w $WORK/b269/_pkg_.a # internal
2025-08-20T21:54:16.4542797Z [00:02:59.164]➜  cp $WORK/b269/_pkg_.a /root/.cache/go-build/89/89e4e9425161ef23e5fb6d01bb99d8dc29b97280340020f24f9026604b5e8f02-d # internal
2025-08-20T21:54:16.4553656Z [00:02:59.165]➜  github.com/klauspost/compress/flate
2025-08-20T21:54:16.4554836Z [00:02:59.165]➜  mkdir -p $WORK/b278/
2025-08-20T21:54:16.4601569Z [00:02:59.169]➜  cat >/tmp/go-build3999932643/b278/importcfg << 'EOF' # internal
2025-08-20T21:54:16.4602761Z [00:02:59.170]➜  # import config
2025-08-20T21:54:16.4604748Z [00:02:59.170]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:16.4605196Z [00:02:59.170]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:16.4605657Z [00:02:59.170]➜  packagefile compress/flate=/tmp/go-build3999932643/b169/_pkg_.a
2025-08-20T21:54:16.4606436Z [00:02:59.170]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:16.4606949Z [00:02:59.170]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:16.4607485Z [00:02:59.170]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:16.4608076Z [00:02:59.170]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build3999932643/b279/_pkg_.a
2025-08-20T21:54:16.4608620Z [00:02:59.170]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:16.4609025Z [00:02:59.170]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:16.4609448Z [00:02:59.170]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:16.4609877Z [00:02:59.170]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:16.4610290Z [00:02:59.170]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:16.4610592Z [00:02:59.170]➜  EOF
2025-08-20T21:54:16.4631992Z [00:02:59.171]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b278/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate=>github.com/klauspost/compress@v1.18.0/flate;$WORK/b278=>" -p github.com/klauspost/compress/flate -lang=go1.22 -complete -installsuffix shared -buildid MKfQD_GgWZCSu5Pg4zmV/MKfQD_GgWZCSu5Pg4zmV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b278/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/deflate.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/dict_decoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/fast_encoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/huffman_bit_writer.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/huffman_code.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/huffman_sortByFreq.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/huffman_sortByLiteral.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/inflate.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/inflate_gen.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level1.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level2.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level3.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level4.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level5.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level6.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/matchlen_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/regmask_other.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/stateless.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/token.go
2025-08-20T21:54:16.5219092Z [00:02:59.231]➜  go tool buildid -w $WORK/b276/_pkg_.a # internal
2025-08-20T21:54:16.5249318Z [00:02:59.234]➜  cp $WORK/b276/_pkg_.a /root/.cache/go-build/41/41ce51d857e796019bc8deaf14c97882c0b737ae5077b81835943758b9206a22-d # internal
2025-08-20T21:54:16.5251903Z [00:02:59.235]➜  github.com/bodgit/sevenzip/internal/bzip2
2025-08-20T21:54:16.5254103Z [00:02:59.235]➜  mkdir -p $WORK/b275/
2025-08-20T21:54:16.5268378Z [00:02:59.235]➜  cat >/tmp/go-build3999932643/b275/importcfg << 'EOF' # internal
2025-08-20T21:54:16.5269239Z [00:02:59.235]➜  # import config
2025-08-20T21:54:16.5269643Z [00:02:59.235]➜  packagefile compress/bzip2=/tmp/go-build3999932643/b276/_pkg_.a
2025-08-20T21:54:16.5270105Z [00:02:59.235]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:16.5270517Z [00:02:59.235]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:16.5270914Z [00:02:59.235]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:16.5271210Z [00:02:59.235]➜  EOF
2025-08-20T21:54:16.5273539Z [00:02:59.236]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b275/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bzip2=>github.com/bodgit/sevenzip@v1.6.0/internal/bzip2;$WORK/b275=>" -p github.com/bodgit/sevenzip/internal/bzip2 -lang=go1.19 -complete -installsuffix shared -buildid pGNj6NUGcA9fZRYzOIKN/pGNj6NUGcA9fZRYzOIKN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b275/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bzip2/reader.go
2025-08-20T21:54:16.5565944Z [00:02:59.263]➜  go tool buildid -w $WORK/b275/_pkg_.a # internal
2025-08-20T21:54:16.5567323Z [00:02:59.266]➜  cp $WORK/b275/_pkg_.a /root/.cache/go-build/7a/7a6ecbba3d63de928e4f8a291483e8804176dce78b9e4dd1a109992671632662-d # internal
2025-08-20T21:54:16.5568110Z [00:02:59.266]➜  github.com/bodgit/sevenzip/internal/delta
2025-08-20T21:54:16.5568433Z [00:02:59.266]➜  mkdir -p $WORK/b280/
2025-08-20T21:54:16.5568831Z [00:02:59.266]➜  cat >/tmp/go-build3999932643/b280/importcfg << 'EOF' # internal
2025-08-20T21:54:16.5569176Z [00:02:59.266]➜  # import config
2025-08-20T21:54:16.5569552Z [00:02:59.266]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:16.5569966Z [00:02:59.266]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:16.5570364Z [00:02:59.266]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:16.5570666Z [00:02:59.266]➜  EOF
2025-08-20T21:54:16.5572651Z [00:02:59.266]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b280/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/delta=>github.com/bodgit/sevenzip@v1.6.0/internal/delta;$WORK/b280=>" -p github.com/bodgit/sevenzip/internal/delta -lang=go1.19 -complete -installsuffix shared -buildid 2CBD2hhBhdfI5EkH0ofD/2CBD2hhBhdfI5EkH0ofD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b280/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/delta/reader.go
2025-08-20T21:54:16.5816754Z [00:02:59.291]➜  go tool buildid -w $WORK/b280/_pkg_.a # internal
2025-08-20T21:54:16.5818093Z [00:02:59.291]➜  cp $WORK/b280/_pkg_.a /root/.cache/go-build/6a/6ac44eda593eb6ca43601b1f7ed24b1c60a802dbc0d8a2a2fcf9e972561f6574-d # internal
2025-08-20T21:54:16.5819301Z [00:02:59.291]➜  github.com/pierrec/lz4/v4/internal/lz4block
2025-08-20T21:54:16.5819861Z [00:02:59.291]➜  mkdir -p $WORK/b283/
2025-08-20T21:54:16.5820735Z [00:02:59.291]➜  echo -n > $WORK/b283/go_asm.h # internal
2025-08-20T21:54:16.5821844Z [00:02:59.292]➜  cd /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block
2025-08-20T21:54:16.5823505Z [00:02:59.292]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/pierrec/lz4/v4/internal/lz4block -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block=>github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block;$WORK/b283=>" -I $WORK/b283/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b283/symabis ./decode_arm64.s
2025-08-20T21:54:16.6076234Z [00:02:59.317]➜  cat >/tmp/go-build3999932643/b283/importcfg << 'EOF' # internal
2025-08-20T21:54:16.6076646Z [00:02:59.317]➜  # import config
2025-08-20T21:54:16.6077057Z [00:02:59.317]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:16.6077892Z [00:02:59.317]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build3999932643/b284/_pkg_.a
2025-08-20T21:54:16.6078464Z [00:02:59.317]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:16.6078911Z [00:02:59.317]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:16.6079219Z [00:02:59.317]➜  EOF
2025-08-20T21:54:16.6079484Z [00:02:59.317]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:16.6082695Z [00:02:59.317]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b283/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block=>github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block;$WORK/b283=>" -p github.com/pierrec/lz4/v4/internal/lz4block -lang=go1.14 -installsuffix shared -buildid eI5r1RhdwCP0_MNJEV9L/eI5r1RhdwCP0_MNJEV9L -goversion go1.25.0 -symabis $WORK/b283/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b283/importcfg -pack -asmhdr $WORK/b283/go_asm.h /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block/block.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block/blocks.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block/decode_asm.go
2025-08-20T21:54:16.6961963Z [00:02:59.405]➜  cd /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block
2025-08-20T21:54:16.6964121Z [00:02:59.405]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/pierrec/lz4/v4/internal/lz4block -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block=>github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block;$WORK/b283=>" -I $WORK/b283/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b283/decode_arm64.o ./decode_arm64.s
2025-08-20T21:54:16.7002465Z [00:02:59.409]➜  go tool pack r $WORK/b283/_pkg_.a $WORK/b283/decode_arm64.o # internal
2025-08-20T21:54:16.7005176Z [00:02:59.410]➜  go tool buildid -w $WORK/b283/_pkg_.a # internal
2025-08-20T21:54:16.7022490Z [00:02:59.411]➜  cp $WORK/b283/_pkg_.a /root/.cache/go-build/72/72609569bd3017ec8af5241f8d4c94cda084567f82d58bd4f5f3b8dc4f8a859d-d # internal
2025-08-20T21:54:16.7031801Z [00:02:59.412]➜  github.com/pierrec/lz4/v4/internal/xxh32
2025-08-20T21:54:16.7032441Z [00:02:59.413]➜  mkdir -p $WORK/b286/
2025-08-20T21:54:16.7046135Z [00:02:59.414]➜  cat >/tmp/go-build3999932643/b286/importcfg << 'EOF' # internal
2025-08-20T21:54:16.7046546Z [00:02:59.414]➜  # import config
2025-08-20T21:54:16.7046926Z [00:02:59.414]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:16.7047270Z [00:02:59.414]➜  EOF
2025-08-20T21:54:16.7047827Z [00:02:59.414]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:16.7050305Z [00:02:59.414]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b286/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/xxh32=>github.com/pierrec/lz4/v4@v4.1.21/internal/xxh32;$WORK/b286=>" -p github.com/pierrec/lz4/v4/internal/xxh32 -lang=go1.14 -complete -installsuffix shared -buildid TEOLEl8oegYXyFxfEBPF/TEOLEl8oegYXyFxfEBPF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b286/importcfg -pack /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/xxh32/xxh32zero.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/xxh32/xxh32zero_other.go
2025-08-20T21:54:16.7575490Z [00:02:59.467]➜  go tool buildid -w $WORK/b286/_pkg_.a # internal
2025-08-20T21:54:16.7581235Z [00:02:59.467]➜  cp $WORK/b286/_pkg_.a /root/.cache/go-build/1d/1d4b8ad6683be344407d03a711b7b24d3bbc3fd3ceba45d005c284cdc38e8348-d # internal
2025-08-20T21:54:16.7583101Z [00:02:59.468]➜  github.com/pierrec/lz4/v4/internal/lz4stream
2025-08-20T21:54:16.7584244Z [00:02:59.468]➜  mkdir -p $WORK/b285/
2025-08-20T21:54:16.7590338Z [00:02:59.468]➜  cat >/tmp/go-build3999932643/b285/importcfg << 'EOF' # internal
2025-08-20T21:54:16.7590742Z [00:02:59.468]➜  # import config
2025-08-20T21:54:16.7591161Z [00:02:59.468]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:16.7595243Z [00:02:59.468]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:16.7595889Z [00:02:59.468]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4block=/tmp/go-build3999932643/b283/_pkg_.a
2025-08-20T21:54:16.7596606Z [00:02:59.468]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build3999932643/b284/_pkg_.a
2025-08-20T21:54:16.7597279Z [00:02:59.468]➜  packagefile github.com/pierrec/lz4/v4/internal/xxh32=/tmp/go-build3999932643/b286/_pkg_.a
2025-08-20T21:54:16.7598042Z [00:02:59.468]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:16.7598468Z [00:02:59.468]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:16.7598888Z [00:02:59.468]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:16.7599195Z [00:02:59.468]➜  EOF
2025-08-20T21:54:16.7602199Z [00:02:59.468]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b285/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4stream=>github.com/pierrec/lz4/v4@v4.1.21/internal/lz4stream;$WORK/b285=>" -p github.com/pierrec/lz4/v4/internal/lz4stream -lang=go1.14 -complete -installsuffix shared -buildid zZ2RHunn8mdqUNy-7NDL/zZ2RHunn8mdqUNy-7NDL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b285/importcfg -pack /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4stream/block.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4stream/frame.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4stream/frame_gen.go
2025-08-20T21:54:16.8126763Z [00:02:59.522]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T21:54:16.8292408Z [00:02:59.538]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/46/46a77c75942df9211f1710abc866a5910a0b05d1d8354514d86d67c7c8898cfe-d # internal
2025-08-20T21:54:16.8293093Z [00:02:59.538]➜  github.com/ulikunitz/xz/internal/xlog
2025-08-20T21:54:16.8293449Z [00:02:59.539]➜  mkdir -p $WORK/b290/
2025-08-20T21:54:16.8324110Z [00:02:59.542]➜  cat >/tmp/go-build3999932643/b290/importcfg << 'EOF' # internal
2025-08-20T21:54:16.8324670Z [00:02:59.542]➜  # import config
2025-08-20T21:54:16.8325113Z [00:02:59.542]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:16.8326109Z [00:02:59.542]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:16.8326641Z [00:02:59.542]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:16.8327173Z [00:02:59.542]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:16.8327825Z [00:02:59.542]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:16.8328340Z [00:02:59.542]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:16.8328737Z [00:02:59.542]➜  EOF
2025-08-20T21:54:16.8330676Z [00:02:59.542]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b290/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/internal/xlog=>github.com/ulikunitz/xz@v0.5.12/internal/xlog;$WORK/b290=>" -p github.com/ulikunitz/xz/internal/xlog -lang=go1.12 -complete -installsuffix shared -buildid zHcaJzm9RJc0ZLWS86Z9/zHcaJzm9RJc0ZLWS86Z9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b290/importcfg -pack /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/internal/xlog/xlog.go
2025-08-20T21:54:16.8538566Z [00:02:59.563]➜  go tool buildid -w $WORK/b285/_pkg_.a # internal
2025-08-20T21:54:16.8546081Z [00:02:59.564]➜  go tool buildid -w $WORK/b278/_pkg_.a # internal
2025-08-20T21:54:16.8551697Z [00:02:59.564]➜  cp $WORK/b285/_pkg_.a /root/.cache/go-build/2d/2d9f73e21b03b5f9422fc3a27cc75c3f75fa2a91661f901dc4fb1db0b96e684f-d # internal
2025-08-20T21:54:16.8553004Z [00:02:59.565]➜  github.com/pierrec/lz4/v4
2025-08-20T21:54:16.8554048Z [00:02:59.565]➜  mkdir -p $WORK/b282/
2025-08-20T21:54:16.8559549Z [00:02:59.565]➜  cat >/tmp/go-build3999932643/b282/importcfg << 'EOF' # internal
2025-08-20T21:54:16.8559951Z [00:02:59.565]➜  # import config
2025-08-20T21:54:16.8560292Z [00:02:59.565]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:16.8560717Z [00:02:59.565]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:16.8561137Z [00:02:59.565]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:16.8561709Z [00:02:59.565]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4block=/tmp/go-build3999932643/b283/_pkg_.a
2025-08-20T21:54:16.8562403Z [00:02:59.565]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build3999932643/b284/_pkg_.a
2025-08-20T21:54:16.8563094Z [00:02:59.565]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4stream=/tmp/go-build3999932643/b285/_pkg_.a
2025-08-20T21:54:16.8563627Z [00:02:59.565]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:16.8564044Z [00:02:59.565]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:16.8564784Z [00:02:59.565]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:16.8565302Z [00:02:59.565]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:16.8565620Z [00:02:59.565]➜  EOF
2025-08-20T21:54:16.8571146Z [00:02:59.565]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b282/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21=>github.com/pierrec/lz4/v4@v4.1.21;$WORK/b282=>" -p github.com/pierrec/lz4/v4 -lang=go1.14 -complete -installsuffix shared -buildid w7acoFegvQFmCBwFnc0m/w7acoFegvQFmCBwFnc0m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b282/importcfg -pack /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/compressing_reader.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/lz4.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/options.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/options_gen.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/reader.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/state.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/state_gen.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/writer.go
2025-08-20T21:54:16.8610802Z [00:02:59.570]➜  cp $WORK/b278/_pkg_.a /root/.cache/go-build/d9/d9605a545e3b1ef7cf335ae520bbd7b73e1cc13a20431bf054dccd8e4508fb15-d # internal
2025-08-20T21:54:16.8631134Z [00:02:59.572]➜  github.com/bodgit/sevenzip/internal/deflate
2025-08-20T21:54:16.8631919Z [00:02:59.572]➜  mkdir -p $WORK/b277/
2025-08-20T21:54:16.8632303Z [00:02:59.572]➜  cat >/tmp/go-build3999932643/b277/importcfg << 'EOF' # internal
2025-08-20T21:54:16.8632650Z [00:02:59.572]➜  # import config
2025-08-20T21:54:16.8632984Z [00:02:59.572]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:16.8633398Z [00:02:59.572]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:16.8633971Z [00:02:59.572]➜  packagefile github.com/bodgit/sevenzip/internal/util=/tmp/go-build3999932643/b270/_pkg_.a
2025-08-20T21:54:16.8634630Z [00:02:59.572]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3999932643/b271/_pkg_.a
2025-08-20T21:54:16.8635248Z [00:02:59.572]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build3999932643/b278/_pkg_.a
2025-08-20T21:54:16.8635749Z [00:02:59.572]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:16.8636152Z [00:02:59.572]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:16.8636467Z [00:02:59.572]➜  EOF
2025-08-20T21:54:16.8638642Z [00:02:59.572]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b277/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/deflate=>github.com/bodgit/sevenzip@v1.6.0/internal/deflate;$WORK/b277=>" -p github.com/bodgit/sevenzip/internal/deflate -lang=go1.19 -complete -installsuffix shared -buildid DTbY4YDo09DVXpvnCRDe/DTbY4YDo09DVXpvnCRDe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b277/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/deflate/reader.go
2025-08-20T21:54:16.8860443Z [00:02:59.595]➜  go tool buildid -w $WORK/b290/_pkg_.a # internal
2025-08-20T21:54:16.8867323Z [00:02:59.596]➜  cp $WORK/b290/_pkg_.a /root/.cache/go-build/15/15c2a4f8422d67587e4e9886c1fb90cb2319f3f12ce81e57371cb63b9f88fc66-d # internal
2025-08-20T21:54:16.8884958Z [00:02:59.596]➜  github.com/ulikunitz/xz/lzma
2025-08-20T21:54:16.8885284Z [00:02:59.596]➜  mkdir -p $WORK/b288/
2025-08-20T21:54:16.8885692Z [00:02:59.596]➜  cat >/tmp/go-build3999932643/b288/importcfg << 'EOF' # internal
2025-08-20T21:54:16.8886036Z [00:02:59.596]➜  # import config
2025-08-20T21:54:16.8886370Z [00:02:59.596]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:16.8886783Z [00:02:59.596]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:16.8887197Z [00:02:59.596]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:16.8887797Z [00:02:59.596]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:16.8888639Z [00:02:59.596]➜  packagefile github.com/ulikunitz/xz/internal/hash=/tmp/go-build3999932643/b289/_pkg_.a
2025-08-20T21:54:16.8889379Z [00:02:59.596]➜  packagefile github.com/ulikunitz/xz/internal/xlog=/tmp/go-build3999932643/b290/_pkg_.a
2025-08-20T21:54:16.8889891Z [00:02:59.596]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:16.8890302Z [00:02:59.596]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:16.8890629Z [00:02:59.596]➜  EOF
2025-08-20T21:54:16.8900830Z [00:02:59.597]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b288/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma=>github.com/ulikunitz/xz@v0.5.12/lzma;$WORK/b288=>" -p github.com/ulikunitz/xz/lzma -lang=go1.12 -complete -installsuffix shared -buildid uBQ9eJjHmfahG4iChfFn/uBQ9eJjHmfahG4iChfFn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b288/importcfg -pack /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/bintree.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/bitops.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/breader.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/buffer.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/bytewriter.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/decoder.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/decoderdict.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/directcodec.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/distcodec.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/encoder.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/encoderdict.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/hashtable.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/header.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/header2.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/lengthcodec.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/literalcodec.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/matchalgorithm.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/operation.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/prob.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/properties.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/rangecodec.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/reader.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/reader2.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/state.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/treecodecs.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/writer.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/writer2.go
2025-08-20T21:54:16.9053780Z [00:02:59.614]➜  go tool buildid -w $WORK/b277/_pkg_.a # internal
2025-08-20T21:54:16.9068829Z [00:02:59.615]➜  cp $WORK/b277/_pkg_.a /root/.cache/go-build/4d/4d04732a75dbe4de86a8282176a805e29771dc9dcbf1f0cb8a4049e01d3a6e2b-d # internal
2025-08-20T21:54:16.9083020Z [00:02:59.617]➜  github.com/bodgit/sevenzip/internal/pool
2025-08-20T21:54:16.9092148Z [00:02:59.617]➜  mkdir -p $WORK/b292/
2025-08-20T21:54:16.9092550Z [00:02:59.617]➜  cat >/tmp/go-build3999932643/b292/importcfg << 'EOF' # internal
2025-08-20T21:54:16.9092897Z [00:02:59.617]➜  # import config
2025-08-20T21:54:16.9093261Z [00:02:59.617]➜  packagefile container/list=/tmp/go-build3999932643/b106/_pkg_.a
2025-08-20T21:54:16.9093840Z [00:02:59.617]➜  packagefile github.com/bodgit/sevenzip/internal/util=/tmp/go-build3999932643/b270/_pkg_.a
2025-08-20T21:54:16.9094396Z [00:02:59.617]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:16.9094811Z [00:02:59.617]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:16.9095216Z [00:02:59.617]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:16.9095521Z [00:02:59.617]➜  EOF
2025-08-20T21:54:16.9097950Z [00:02:59.617]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b292/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/pool=>github.com/bodgit/sevenzip@v1.6.0/internal/pool;$WORK/b292=>" -p github.com/bodgit/sevenzip/internal/pool -lang=go1.19 -complete -installsuffix shared -buildid F9MwyAPJcRNVM6gsKVhb/F9MwyAPJcRNVM6gsKVhb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b292/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/pool/pool.go
2025-08-20T21:54:16.9368312Z [00:02:59.646]➜  go tool buildid -w $WORK/b292/_pkg_.a # internal
2025-08-20T21:54:16.9381654Z [00:02:59.647]➜  cp $WORK/b292/_pkg_.a /root/.cache/go-build/2b/2b135c6236a31cc66eeb230f2dcfcc12099127872ab440ecb18b7c5be794fb14-d # internal
2025-08-20T21:54:16.9386834Z [00:02:59.647]➜  github.com/klauspost/compress/fse
2025-08-20T21:54:16.9387173Z [00:02:59.647]➜  mkdir -p $WORK/b297/
2025-08-20T21:54:16.9387712Z [00:02:59.647]➜  cat >/tmp/go-build3999932643/b297/importcfg << 'EOF' # internal
2025-08-20T21:54:16.9388079Z [00:02:59.647]➜  # import config
2025-08-20T21:54:16.9388451Z [00:02:59.647]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:16.9388925Z [00:02:59.647]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:16.9389339Z [00:02:59.647]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:16.9389739Z [00:02:59.647]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:16.9390159Z [00:02:59.647]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:16.9390896Z [00:02:59.647]➜  EOF
2025-08-20T21:54:16.9394112Z [00:02:59.647]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b297/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse=>github.com/klauspost/compress@v1.18.0/fse;$WORK/b297=>" -p github.com/klauspost/compress/fse -lang=go1.22 -complete -installsuffix shared -buildid bxHx-ffo5RT64TL76bRz/bxHx-ffo5RT64TL76bRz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b297/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/bytereader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/compress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/decompress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/fse.go
2025-08-20T21:54:16.9543782Z [00:02:59.663]➜  go tool buildid -w $WORK/b282/_pkg_.a # internal
2025-08-20T21:54:16.9550588Z [00:02:59.664]➜  cp $WORK/b282/_pkg_.a /root/.cache/go-build/2c/2cc4c46ff111d1684540e01664f5d5cfb695625a0a28e2cb13224b0f6d602ded-d # internal
2025-08-20T21:54:16.9553736Z [00:02:59.664]➜  github.com/bodgit/sevenzip/internal/lz4
2025-08-20T21:54:16.9575724Z [00:02:59.667]➜  mkdir -p $WORK/b281/
2025-08-20T21:54:16.9577846Z [00:02:59.667]➜  cat >/tmp/go-build3999932643/b281/importcfg << 'EOF' # internal
2025-08-20T21:54:16.9581050Z [00:02:59.667]➜  # import config
2025-08-20T21:54:16.9582745Z [00:02:59.667]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:16.9583211Z [00:02:59.667]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:16.9583703Z [00:02:59.667]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build3999932643/b282/_pkg_.a
2025-08-20T21:54:16.9584171Z [00:02:59.667]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:16.9584574Z [00:02:59.667]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:16.9584896Z [00:02:59.667]➜  EOF
2025-08-20T21:54:16.9586845Z [00:02:59.667]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b281/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/lz4=>github.com/bodgit/sevenzip@v1.6.0/internal/lz4;$WORK/b281=>" -p github.com/bodgit/sevenzip/internal/lz4 -lang=go1.19 -complete -installsuffix shared -buildid _kMNJpG9Oyls-EUkj2Z0/_kMNJpG9Oyls-EUkj2Z0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b281/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/lz4/reader.go
2025-08-20T21:54:16.9993699Z [00:02:59.708]➜  go tool buildid -w $WORK/b281/_pkg_.a # internal
2025-08-20T21:54:17.0006776Z [00:02:59.710]➜  cp $WORK/b281/_pkg_.a /root/.cache/go-build/fe/fe4abc0d3ae89a67749512d46819588141a1ccde1fd94479272c0ecacfbfcf94-d # internal
2025-08-20T21:54:17.0019748Z [00:02:59.711]➜  github.com/klauspost/compress/internal/snapref
2025-08-20T21:54:17.0020596Z [00:02:59.711]➜  mkdir -p $WORK/b298/
2025-08-20T21:54:17.0021516Z [00:02:59.711]➜  cat >/tmp/go-build3999932643/b298/importcfg << 'EOF' # internal
2025-08-20T21:54:17.0022357Z [00:02:59.711]➜  # import config
2025-08-20T21:54:17.0022795Z [00:02:59.711]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:17.0023269Z [00:02:59.711]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:17.0023706Z [00:02:59.711]➜  packagefile hash/crc32=/tmp/go-build3999932643/b204/_pkg_.a
2025-08-20T21:54:17.0024128Z [00:02:59.711]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:17.0024426Z [00:02:59.711]➜  EOF
2025-08-20T21:54:17.0028061Z [00:02:59.711]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b298/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref=>github.com/klauspost/compress@v1.18.0/internal/snapref;$WORK/b298=>" -p github.com/klauspost/compress/internal/snapref -lang=go1.22 -complete -installsuffix shared -buildid TvYxzjslCLS4o9G1Sb3D/TvYxzjslCLS4o9G1Sb3D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b298/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref/decode.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref/decode_other.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref/encode.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref/encode_other.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref/snappy.go
2025-08-20T21:54:17.0523533Z [00:02:59.762]➜  go tool buildid -w $WORK/b297/_pkg_.a # internal
2025-08-20T21:54:17.0562152Z [00:02:59.765]➜  go tool buildid -w $WORK/b298/_pkg_.a # internal
2025-08-20T21:54:17.0563066Z [00:02:59.766]➜  cp $WORK/b297/_pkg_.a /root/.cache/go-build/c0/c070af0304919ae0aa00c386825a4a2e7e33671f724c4601531edfa2a8580a77-d # internal
2025-08-20T21:54:17.0570080Z [00:02:59.766]➜  github.com/klauspost/compress/huff0
2025-08-20T21:54:17.0570959Z [00:02:59.766]➜  mkdir -p $WORK/b296/
2025-08-20T21:54:17.0572432Z [00:02:59.767]➜  cp $WORK/b298/_pkg_.a /root/.cache/go-build/05/05fd846634fbd647c25e552d8a9a6a188ef498bf5afe4474a819aed37d03f438-d # internal
2025-08-20T21:54:17.0574710Z [00:02:59.767]➜  github.com/klauspost/compress/zstd/internal/xxhash
2025-08-20T21:54:17.0575701Z [00:02:59.767]➜  mkdir -p $WORK/b299/
2025-08-20T21:54:17.0578816Z [00:02:59.767]➜  echo -n > $WORK/b299/go_asm.h # internal
2025-08-20T21:54:17.0580585Z [00:02:59.767]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T21:54:17.0584954Z [00:02:59.768]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/klauspost/compress/zstd/internal/xxhash -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash=>github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash;$WORK/b299=>" -I $WORK/b299/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b299/symabis ./xxhash_arm64.s
2025-08-20T21:54:17.0589465Z [00:02:59.768]➜  cat >/tmp/go-build3999932643/b296/importcfg << 'EOF' # internal
2025-08-20T21:54:17.0589818Z [00:02:59.768]➜  # import config
2025-08-20T21:54:17.0590156Z [00:02:59.768]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:17.0590569Z [00:02:59.768]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:17.0591085Z [00:02:59.768]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build3999932643/b297/_pkg_.a
2025-08-20T21:54:17.0591731Z [00:02:59.768]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build3999932643/b279/_pkg_.a
2025-08-20T21:54:17.0592618Z [00:02:59.768]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:17.0593928Z [00:02:59.768]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:17.0594428Z [00:02:59.768]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:17.0594861Z [00:02:59.768]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:17.0595292Z [00:02:59.768]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:17.0595594Z [00:02:59.768]➜  EOF
2025-08-20T21:54:17.0595858Z [00:02:59.768]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:17.0603040Z [00:02:59.768]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b296/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0=>github.com/klauspost/compress@v1.18.0/huff0;$WORK/b296=>" -p github.com/klauspost/compress/huff0 -lang=go1.22 -complete -installsuffix shared -buildid E1zN2auDOzH3LvtzUSUY/E1zN2auDOzH3LvtzUSUY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b296/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/compress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/decompress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/decompress_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/huff0.go
2025-08-20T21:54:17.0650090Z [00:02:59.774]➜  cat >/tmp/go-build3999932643/b299/importcfg << 'EOF' # internal
2025-08-20T21:54:17.0651086Z [00:02:59.774]➜  # import config
2025-08-20T21:54:17.0651922Z [00:02:59.774]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:17.0652848Z [00:02:59.774]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:17.0653344Z [00:02:59.774]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:17.0653675Z [00:02:59.774]➜  EOF
2025-08-20T21:54:17.0656713Z [00:02:59.774]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b299/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash=>github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash;$WORK/b299=>" -p github.com/klauspost/compress/zstd/internal/xxhash -lang=go1.22 -installsuffix shared -buildid BsMI3q2JKCQLklBgxug0/BsMI3q2JKCQLklBgxug0 -goversion go1.25.0 -symabis $WORK/b299/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b299/importcfg -pack -asmhdr $WORK/b299/go_asm.h /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash/xxhash.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash/xxhash_asm.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash/xxhash_safe.go
2025-08-20T21:54:17.0938915Z [00:02:59.803]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T21:54:17.0941227Z [00:02:59.803]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/klauspost/compress/zstd/internal/xxhash -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash=>github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash;$WORK/b299=>" -I $WORK/b299/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b299/xxhash_arm64.o ./xxhash_arm64.s
2025-08-20T21:54:17.1004485Z [00:02:59.810]➜  go tool pack r $WORK/b299/_pkg_.a $WORK/b299/xxhash_arm64.o # internal
2025-08-20T21:54:17.1005412Z [00:02:59.810]➜  go tool buildid -w $WORK/b299/_pkg_.a # internal
2025-08-20T21:54:17.1012380Z [00:02:59.811]➜  cp $WORK/b299/_pkg_.a /root/.cache/go-build/a3/a3b50f0c78abb4e589b327f22a5f6a942f41a99fe7386ff2839c191eec9c8d1d-d # internal
2025-08-20T21:54:17.1016706Z [00:02:59.811]➜  github.com/dsnet/compress/internal/errors
2025-08-20T21:54:17.1017028Z [00:02:59.811]➜  mkdir -p $WORK/b306/
2025-08-20T21:54:17.1017502Z [00:02:59.811]➜  cat >/tmp/go-build3999932643/b306/importcfg << 'EOF' # internal
2025-08-20T21:54:17.1018299Z [00:02:59.811]➜  # import config
2025-08-20T21:54:17.1018717Z [00:02:59.811]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:17.1019029Z [00:02:59.811]➜  EOF
2025-08-20T21:54:17.1019296Z [00:02:59.811]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:17.1021669Z [00:02:59.811]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b306/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/errors=>github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/errors;$WORK/b306=>" -p github.com/dsnet/compress/internal/errors -lang=go1.9 -complete -installsuffix shared -buildid 3tbKbLI_rtPZR4_9ZD3y/3tbKbLI_rtPZR4_9ZD3y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b306/importcfg -pack /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/errors/errors.go
2025-08-20T21:54:17.1370490Z [00:02:59.846]➜  go tool buildid -w $WORK/b288/_pkg_.a # internal
2025-08-20T21:54:17.1420332Z [00:02:59.851]➜  go tool buildid -w $WORK/b306/_pkg_.a # internal
2025-08-20T21:54:17.1434305Z [00:02:59.853]➜  cp $WORK/b306/_pkg_.a /root/.cache/go-build/e1/e10b323a098f7e2e6fe908dff23d021066bc54b81442bd1ee5c104ccb4c7c915-d # internal
2025-08-20T21:54:17.1435417Z [00:02:59.853]➜  github.com/dsnet/compress
2025-08-20T21:54:17.1436087Z [00:02:59.853]➜  mkdir -p $WORK/b308/
2025-08-20T21:54:17.1437044Z [00:02:59.853]➜  cat >/tmp/go-build3999932643/b308/importcfg << 'EOF' # internal
2025-08-20T21:54:17.1437756Z [00:02:59.853]➜  # import config
2025-08-20T21:54:17.1439085Z [00:02:59.853]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:17.1439665Z [00:02:59.853]➜  packagefile github.com/dsnet/compress/internal/errors=/tmp/go-build3999932643/b306/_pkg_.a
2025-08-20T21:54:17.1440199Z [00:02:59.853]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:17.1440500Z [00:02:59.853]➜  EOF
2025-08-20T21:54:17.1442561Z [00:02:59.853]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b308/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707=>github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707;$WORK/b308=>" -p github.com/dsnet/compress -lang=go1.9 -complete -installsuffix shared -buildid zuFwHgAcTrtTaO1upjyT/zuFwHgAcTrtTaO1upjyT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b308/importcfg -pack /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/api.go
2025-08-20T21:54:17.1457958Z [00:02:59.855]➜  cp $WORK/b288/_pkg_.a /root/.cache/go-build/99/9969ed15b67fdfc2515bb99cdf8f146d0720127ef3bee6a2b529c7a827c95090-d # internal
2025-08-20T21:54:17.1465223Z [00:02:59.856]➜  github.com/bodgit/sevenzip/internal/lzma
2025-08-20T21:54:17.1470092Z [00:02:59.856]➜  mkdir -p $WORK/b287/
2025-08-20T21:54:17.1476341Z [00:02:59.857]➜  cat >/tmp/go-build3999932643/b287/importcfg << 'EOF' # internal
2025-08-20T21:54:17.1477128Z [00:02:59.857]➜  # import config
2025-08-20T21:54:17.1477877Z [00:02:59.857]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:17.1479085Z [00:02:59.857]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:17.1479969Z [00:02:59.857]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:17.1490559Z [00:02:59.857]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:17.1491913Z [00:02:59.857]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build3999932643/b288/_pkg_.a
2025-08-20T21:54:17.1492686Z [00:02:59.857]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:17.1493388Z [00:02:59.857]➜  EOF
2025-08-20T21:54:17.1515456Z [00:02:59.861]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b287/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/lzma=>github.com/bodgit/sevenzip@v1.6.0/internal/lzma;$WORK/b287=>" -p github.com/bodgit/sevenzip/internal/lzma -lang=go1.19 -complete -installsuffix shared -buildid 0oqR66-7Z1bNf8YucCSA/0oqR66-7Z1bNf8YucCSA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b287/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/lzma/reader.go
2025-08-20T21:54:17.1744752Z [00:02:59.884]➜  go tool buildid -w $WORK/b287/_pkg_.a # internal
2025-08-20T21:54:17.1755975Z [00:02:59.885]➜  cp $WORK/b287/_pkg_.a /root/.cache/go-build/a6/a61d7d1ce30580a9bc8c442f5cff6d637e02ecd382255cf64388794d8d5215dd-d # internal
2025-08-20T21:54:17.1757694Z [00:02:59.885]➜  go tool buildid -w $WORK/b308/_pkg_.a # internal
2025-08-20T21:54:17.1760726Z [00:02:59.885]➜  github.com/bodgit/sevenzip/internal/lzma2
2025-08-20T21:54:17.1761458Z [00:02:59.885]➜  mkdir -p $WORK/b291/
2025-08-20T21:54:17.1763704Z [00:02:59.886]➜  cp $WORK/b308/_pkg_.a /root/.cache/go-build/8a/8aac49a680d0d215feb523101177048f45488541da111ffa41ef82aa926ceecd-d # internal
2025-08-20T21:54:17.1765101Z [00:02:59.886]➜  github.com/dsnet/compress/internal/prefix
2025-08-20T21:54:17.1765659Z [00:02:59.886]➜  mkdir -p $WORK/b307/
2025-08-20T21:54:17.1775621Z [00:02:59.887]➜  cat >/tmp/go-build3999932643/b307/importcfg << 'EOF' # internal
2025-08-20T21:54:17.1777944Z [00:02:59.887]➜  # import config
2025-08-20T21:54:17.1779010Z [00:02:59.887]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:17.1779698Z [00:02:59.887]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:17.1780707Z [00:02:59.887]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:17.1781574Z [00:02:59.887]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:17.1782294Z [00:02:59.887]➜  packagefile github.com/dsnet/compress=/tmp/go-build3999932643/b308/_pkg_.a
2025-08-20T21:54:17.1787033Z [00:02:59.887]➜  packagefile github.com/dsnet/compress/internal=/tmp/go-build3999932643/b305/_pkg_.a
2025-08-20T21:54:17.1787824Z [00:02:59.887]➜  packagefile github.com/dsnet/compress/internal/errors=/tmp/go-build3999932643/b306/_pkg_.a
2025-08-20T21:54:17.1788375Z [00:02:59.887]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:17.1788783Z [00:02:59.887]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:17.1789201Z [00:02:59.887]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:17.1789515Z [00:02:59.887]➜  EOF
2025-08-20T21:54:17.1789837Z [00:02:59.887]➜  cat >/tmp/go-build3999932643/b291/importcfg << 'EOF' # internal
2025-08-20T21:54:17.1790190Z [00:02:59.887]➜  # import config
2025-08-20T21:54:17.1790518Z [00:02:59.887]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:17.1790924Z [00:02:59.887]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:17.1791412Z [00:02:59.887]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build3999932643/b288/_pkg_.a
2025-08-20T21:54:17.1791888Z [00:02:59.887]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:17.1792182Z [00:02:59.887]➜  EOF
2025-08-20T21:54:17.1797109Z [00:02:59.887]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b307/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix=>github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix;$WORK/b307=>" -p github.com/dsnet/compress/internal/prefix -lang=go1.9 -complete -installsuffix shared -buildid hcHJEywPon9vud13L6fj/hcHJEywPon9vud13L6fj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b307/importcfg -pack /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/decoder.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/encoder.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/prefix.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/range.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/reader.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/wrap.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/writer.go
2025-08-20T21:54:17.1803161Z [00:02:59.888]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b291/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/lzma2=>github.com/bodgit/sevenzip@v1.6.0/internal/lzma2;$WORK/b291=>" -p github.com/bodgit/sevenzip/internal/lzma2 -lang=go1.19 -complete -installsuffix shared -buildid _4QMH00o1CSynjc23i-M/_4QMH00o1CSynjc23i-M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b291/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/lzma2/reader.go
2025-08-20T21:54:17.2024332Z [00:02:59.911]➜  go tool buildid -w $WORK/b291/_pkg_.a # internal
2025-08-20T21:54:17.2049929Z [00:02:59.912]➜  cp $WORK/b291/_pkg_.a /root/.cache/go-build/0a/0a143b1ab8727aa904424de25ae343098df9feb9c131f4aab63ad3d74556333f-d # internal
2025-08-20T21:54:17.2050574Z [00:02:59.912]➜  github.com/klauspost/compress/gzip
2025-08-20T21:54:17.2050877Z [00:02:59.912]➜  mkdir -p $WORK/b309/
2025-08-20T21:54:17.2051245Z [00:02:59.913]➜  cat >/tmp/go-build3999932643/b309/importcfg << 'EOF' # internal
2025-08-20T21:54:17.2051587Z [00:02:59.913]➜  # import config
2025-08-20T21:54:17.2051922Z [00:02:59.913]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:17.2052807Z [00:02:59.913]➜  packagefile compress/gzip=/tmp/go-build3999932643/b203/_pkg_.a
2025-08-20T21:54:17.2053284Z [00:02:59.913]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:17.2053732Z [00:02:59.913]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:17.2054142Z [00:02:59.913]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:17.2054664Z [00:02:59.913]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build3999932643/b278/_pkg_.a
2025-08-20T21:54:17.2055208Z [00:02:59.913]➜  packagefile hash/crc32=/tmp/go-build3999932643/b204/_pkg_.a
2025-08-20T21:54:17.2055632Z [00:02:59.913]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:17.2056034Z [00:02:59.913]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:17.2056337Z [00:02:59.913]➜  EOF
2025-08-20T21:54:17.2058718Z [00:02:59.913]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b309/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/gzip=>github.com/klauspost/compress@v1.18.0/gzip;$WORK/b309=>" -p github.com/klauspost/compress/gzip -lang=go1.22 -complete -installsuffix shared -buildid yWna78M8_UcT8mxlwXn8/yWna78M8_UcT8mxlwXn8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b309/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/gzip/gunzip.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/gzip/gzip.go
2025-08-20T21:54:17.2304274Z [00:02:59.939]➜  go tool buildid -w $WORK/b296/_pkg_.a # internal
2025-08-20T21:54:17.2325779Z [00:02:59.942]➜  cp $WORK/b296/_pkg_.a /root/.cache/go-build/ba/ba98cdf2a93c878e04029161e8b5dcf1e5507031ff8e832b5f9ebd9e394eefc6-d # internal
2025-08-20T21:54:17.2350202Z [00:02:59.943]➜  github.com/klauspost/compress/zstd
2025-08-20T21:54:17.2369972Z [00:02:59.946]➜  mkdir -p $WORK/b294/
2025-08-20T21:54:17.2373796Z [00:02:59.947]➜  cat >/tmp/go-build3999932643/b294/importcfg << 'EOF' # internal
2025-08-20T21:54:17.2374669Z [00:02:59.947]➜  # import config
2025-08-20T21:54:17.2377224Z [00:02:59.947]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:17.2378161Z [00:02:59.947]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:17.2388734Z [00:02:59.947]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:17.2389222Z [00:02:59.947]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:17.2389694Z [00:02:59.947]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:17.2390430Z [00:02:59.947]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:17.2390923Z [00:02:59.947]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:17.2391426Z [00:02:59.947]➜  packagefile github.com/klauspost/compress=/tmp/go-build3999932643/b295/_pkg_.a
2025-08-20T21:54:17.2392034Z [00:02:59.947]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build3999932643/b296/_pkg_.a
2025-08-20T21:54:17.2392703Z [00:02:59.947]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build3999932643/b279/_pkg_.a
2025-08-20T21:54:17.2393402Z [00:02:59.947]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build3999932643/b298/_pkg_.a
2025-08-20T21:54:17.2394122Z [00:02:59.947]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build3999932643/b299/_pkg_.a
2025-08-20T21:54:17.2394702Z [00:02:59.947]➜  packagefile hash/crc32=/tmp/go-build3999932643/b204/_pkg_.a
2025-08-20T21:54:17.2395119Z [00:02:59.947]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:17.2395524Z [00:02:59.947]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:17.2395928Z [00:02:59.947]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:17.2396347Z [00:02:59.947]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:17.2396778Z [00:02:59.947]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:17.2418048Z [00:02:59.947]➜  packagefile runtime/debug=/tmp/go-build3999932643/b245/_pkg_.a
2025-08-20T21:54:17.2418617Z [00:02:59.947]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:17.2419035Z [00:02:59.947]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:17.2419451Z [00:02:59.947]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:17.2419874Z [00:02:59.947]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:17.2420290Z [00:02:59.947]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:17.2420618Z [00:02:59.947]➜  EOF
2025-08-20T21:54:17.2431572Z [00:02:59.947]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b294/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b294=>" -p github.com/klauspost/compress/zstd -lang=go1.22 -complete -installsuffix shared -buildid jpscWRjVMIu4U0tBz2YJ/jpscWRjVMIu4U0tBz2YJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b294/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/blockdec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/blockenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/blocktype_string.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bytebuf.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bytereader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/decodeheader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/decoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/decoder_options.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/dict.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_base.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_best.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_better.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_dfast.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_fast.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/encoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/encoder_options.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/framedec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/frameenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_decoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_decoder_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_encoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_predefined.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/hash.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/history.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/matchlen_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/seqdec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/seqdec_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/seqenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/snappy.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/zip.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/zstd.go
2025-08-20T21:54:17.2448916Z [00:02:59.953]➜  go tool buildid -w $WORK/b309/_pkg_.a # internal
2025-08-20T21:54:17.2449601Z [00:02:59.953]➜  cp $WORK/b309/_pkg_.a /root/.cache/go-build/2d/2d9e85f2bcef8b66f2f3420f6728be81086eeeb63ac80f84017448949dbe4ac3-d # internal
2025-08-20T21:54:17.2450182Z [00:02:59.953]➜  github.com/klauspost/compress/s2
2025-08-20T21:54:17.2450473Z [00:02:59.953]➜  mkdir -p $WORK/b310/
2025-08-20T21:54:17.2450782Z [00:02:59.954]➜  echo -n > $WORK/b310/go_asm.h # internal
2025-08-20T21:54:17.2451555Z [00:02:59.954]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2
2025-08-20T21:54:17.2452950Z [00:02:59.954]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/klauspost/compress/s2 -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2=>github.com/klauspost/compress@v1.18.0/s2;$WORK/b310=>" -I $WORK/b310/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b310/symabis ./decode_arm64.s
2025-08-20T21:54:17.2475250Z [00:02:59.957]➜  cat >/tmp/go-build3999932643/b310/importcfg << 'EOF' # internal
2025-08-20T21:54:17.2480894Z [00:02:59.957]➜  # import config
2025-08-20T21:54:17.2488144Z [00:02:59.958]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:17.2488826Z [00:02:59.958]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:17.2489471Z [00:02:59.958]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:17.2490115Z [00:02:59.958]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:17.2490725Z [00:02:59.958]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:17.2491283Z [00:02:59.958]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:17.2491959Z [00:02:59.958]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build3999932643/b279/_pkg_.a
2025-08-20T21:54:17.2492756Z [00:02:59.958]➜  packagefile github.com/klauspost/compress/internal/race=/tmp/go-build3999932643/b311/_pkg_.a
2025-08-20T21:54:17.2493444Z [00:02:59.958]➜  packagefile hash/crc32=/tmp/go-build3999932643/b204/_pkg_.a
2025-08-20T21:54:17.2494007Z [00:02:59.958]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:17.2494532Z [00:02:59.958]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:17.2495057Z [00:02:59.958]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:17.2495635Z [00:02:59.958]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:17.2496197Z [00:02:59.958]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:17.2496714Z [00:02:59.958]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:17.2497208Z [00:02:59.958]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:17.2497933Z [00:02:59.958]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:17.2498364Z [00:02:59.958]➜  EOF
2025-08-20T21:54:17.2499410Z [00:02:59.958]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:17.2505066Z [00:02:59.958]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b310/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2=>github.com/klauspost/compress@v1.18.0/s2;$WORK/b310=>" -p github.com/klauspost/compress/s2 -lang=go1.22 -installsuffix shared -buildid 0baNfMamq_gZZqJw2NMI/0baNfMamq_gZZqJw2NMI -goversion go1.25.0 -symabis $WORK/b310/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b310/importcfg -pack -asmhdr $WORK/b310/go_asm.h /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/decode.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/decode_asm.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/dict.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/encode.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/encode_all.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/encode_best.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/encode_better.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/encode_go.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/index.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/lz4convert.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/lz4sconvert.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/reader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/s2.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/writer.go
2025-08-20T21:54:17.3001286Z [00:03:00.009]➜  go tool buildid -w $WORK/b307/_pkg_.a # internal
2025-08-20T21:54:17.3019974Z [00:03:00.011]➜  cp $WORK/b307/_pkg_.a /root/.cache/go-build/1b/1b87ab954ce233de62acf6ab75a34dc0bef488b2202a00f45d1678ecf9e5af48-d # internal
2025-08-20T21:54:17.3042994Z [00:03:00.012]➜  github.com/dsnet/compress/bzip2
2025-08-20T21:54:17.3043335Z [00:03:00.013]➜  mkdir -p $WORK/b303/
2025-08-20T21:54:17.3047108Z [00:03:00.014]➜  cat >/tmp/go-build3999932643/b303/importcfg << 'EOF' # internal
2025-08-20T21:54:17.3047655Z [00:03:00.014]➜  # import config
2025-08-20T21:54:17.3047994Z [00:03:00.014]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:17.3048602Z [00:03:00.014]➜  packagefile github.com/dsnet/compress/bzip2/internal/sais=/tmp/go-build3999932643/b304/_pkg_.a
2025-08-20T21:54:17.3049260Z [00:03:00.014]➜  packagefile github.com/dsnet/compress/internal=/tmp/go-build3999932643/b305/_pkg_.a
2025-08-20T21:54:17.3049902Z [00:03:00.014]➜  packagefile github.com/dsnet/compress/internal/errors=/tmp/go-build3999932643/b306/_pkg_.a
2025-08-20T21:54:17.3050594Z [00:03:00.014]➜  packagefile github.com/dsnet/compress/internal/prefix=/tmp/go-build3999932643/b307/_pkg_.a
2025-08-20T21:54:17.3051146Z [00:03:00.014]➜  packagefile hash/crc32=/tmp/go-build3999932643/b204/_pkg_.a
2025-08-20T21:54:17.3051568Z [00:03:00.014]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:17.3051860Z [00:03:00.014]➜  EOF
2025-08-20T21:54:17.3056727Z [00:03:00.014]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b303/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2=>github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2;$WORK/b303=>" -p github.com/dsnet/compress/bzip2 -lang=go1.9 -complete -installsuffix shared -buildid kor1f_imcde622Z3JTtf/kor1f_imcde622Z3JTtf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b303/importcfg -pack /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/bwt.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/common.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/fuzz_off.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/mtf_rle2.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/prefix.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/reader.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/rle1.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/writer.go
2025-08-20T21:54:17.3202863Z [00:03:00.029]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T21:54:17.3548453Z [00:03:00.064]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/63/636aec2d66709c904bef58f10c0aee73c8a03337f26a2fcaa7c2aaa7dc57c5ad-d # internal
2025-08-20T21:54:17.3569821Z [00:03:00.066]➜  github.com/projectdiscovery/utils/file
2025-08-20T21:54:17.3572901Z [00:03:00.066]➜  mkdir -p $WORK/b104/
2025-08-20T21:54:17.3575096Z [00:03:00.066]➜  cat >/tmp/go-build3999932643/b104/importcfg << 'EOF' # internal
2025-08-20T21:54:17.3575776Z [00:03:00.067]➜  # import config
2025-08-20T21:54:17.3576487Z [00:03:00.067]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:17.3577072Z [00:03:00.067]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:17.3577978Z [00:03:00.067]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:17.3579039Z [00:03:00.067]➜  packagefile debug/elf=/tmp/go-build3999932643/b167/_pkg_.a
2025-08-20T21:54:17.3579612Z [00:03:00.067]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:17.3580183Z [00:03:00.067]➜  packagefile github.com/asaskevich/govalidator=/tmp/go-build3999932643/b174/_pkg_.a
2025-08-20T21:54:17.3580767Z [00:03:00.067]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3999932643/b179/_pkg_.a
2025-08-20T21:54:17.3581739Z [00:03:00.067]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:17.3582353Z [00:03:00.067]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:17.3583005Z [00:03:00.067]➜  packagefile github.com/projectdiscovery/utils/os=/tmp/go-build3999932643/b189/_pkg_.a
2025-08-20T21:54:17.3583655Z [00:03:00.067]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build3999932643/b190/_pkg_.a
2025-08-20T21:54:17.3584318Z [00:03:00.067]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:17.3584905Z [00:03:00.067]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3999932643/b201/_pkg_.a
2025-08-20T21:54:17.3585346Z [00:03:00.067]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:17.3585749Z [00:03:00.067]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:17.3586170Z [00:03:00.067]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:17.3586593Z [00:03:00.067]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:17.3587023Z [00:03:00.067]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:17.3587631Z [00:03:00.067]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:17.3588115Z [00:03:00.067]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:17.3588538Z [00:03:00.067]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:17.3588951Z [00:03:00.067]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:17.3589373Z [00:03:00.067]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:17.3589688Z [00:03:00.067]➜  EOF
2025-08-20T21:54:17.3591902Z [00:03:00.067]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b104/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/file=>github.com/projectdiscovery/utils@v0.4.23/file;$WORK/b104=>" -p github.com/projectdiscovery/utils/file -lang=go1.24 -complete -installsuffix shared -buildid iOqdvIocXShH5SFkBmsF/iOqdvIocXShH5SFkBmsF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b104/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/file/clean.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/file/file.go
2025-08-20T21:54:17.3757908Z [00:03:00.085]➜  go tool buildid -w $WORK/b303/_pkg_.a # internal
2025-08-20T21:54:17.3769161Z [00:03:00.086]➜  cp $WORK/b303/_pkg_.a /root/.cache/go-build/84/84a0bb790028bc479d78a3c0a603ddc58f99f416ec9730e69c4e6843f6af797c-d # internal
2025-08-20T21:54:17.3773968Z [00:03:00.086]➜  net/http/httputil
2025-08-20T21:54:17.3774331Z [00:03:00.087]➜  mkdir -p $WORK/b235/
2025-08-20T21:54:17.3774709Z [00:03:00.087]➜  cat >/tmp/go-build3999932643/b235/importcfg << 'EOF' # internal
2025-08-20T21:54:17.3775054Z [00:03:00.087]➜  # import config
2025-08-20T21:54:17.3775480Z [00:03:00.087]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:54:17.3776000Z [00:03:00.087]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:17.3776418Z [00:03:00.087]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:17.3776841Z [00:03:00.087]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:17.3777263Z [00:03:00.087]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:17.3777894Z [00:03:00.087]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:17.3778435Z [00:03:00.087]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3999932643/b205/_pkg_.a
2025-08-20T21:54:17.3778942Z [00:03:00.087]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:17.3779339Z [00:03:00.087]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:17.3779739Z [00:03:00.087]➜  packagefile mime=/tmp/go-build3999932643/b214/_pkg_.a
2025-08-20T21:54:17.3780498Z [00:03:00.087]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:17.3780917Z [00:03:00.087]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:17.3781386Z [00:03:00.087]➜  packagefile net/http/httptrace=/tmp/go-build3999932643/b217/_pkg_.a
2025-08-20T21:54:17.3781882Z [00:03:00.087]➜  packagefile net/http/internal=/tmp/go-build3999932643/b218/_pkg_.a
2025-08-20T21:54:17.3782399Z [00:03:00.087]➜  packagefile net/http/internal/ascii=/tmp/go-build3999932643/b219/_pkg_.a
2025-08-20T21:54:17.3782895Z [00:03:00.087]➜  packagefile net/textproto=/tmp/go-build3999932643/b211/_pkg_.a
2025-08-20T21:54:17.3783348Z [00:03:00.087]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:17.3783770Z [00:03:00.087]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:17.3784196Z [00:03:00.087]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:17.3784603Z [00:03:00.087]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:17.3784945Z [00:03:00.087]➜  EOF
2025-08-20T21:54:17.3791834Z [00:03:00.087]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b235/_pkg_.a -trimpath "/root/.go/src/net/http/httputil=>net/http/httputil;$WORK/b235=>" -p net/http/httputil -lang=go1.25 -std -complete -installsuffix shared -buildid -C1YC6pWh1UMO6I6_3SL/-C1YC6pWh1UMO6I6_3SL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b235/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-20T21:54:17.4652609Z [00:03:00.172]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T21:54:17.4653376Z [00:03:00.174]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/4f/4fce6c3f993ebefd5a916d06c5117afa3cffeb65c3bbd5253a54d7c5c23d0790-d # internal
2025-08-20T21:54:17.4762960Z [00:03:00.183]➜  github.com/andybalholm/brotli
2025-08-20T21:54:17.4763337Z [00:03:00.183]➜  mkdir -p $WORK/b253/
2025-08-20T21:54:17.4773974Z [00:03:00.186]➜  cat >/tmp/go-build3999932643/b253/importcfg << 'EOF' # internal
2025-08-20T21:54:17.4774365Z [00:03:00.186]➜  # import config
2025-08-20T21:54:17.4778135Z [00:03:00.186]➜  packagefile compress/gzip=/tmp/go-build3999932643/b203/_pkg_.a
2025-08-20T21:54:17.4779102Z [00:03:00.186]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:17.4780469Z [00:03:00.186]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:17.4780897Z [00:03:00.186]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:17.4781768Z [00:03:00.186]➜  packagefile github.com/andybalholm/brotli/matchfinder=/tmp/go-build3999932643/b254/_pkg_.a
2025-08-20T21:54:17.4782415Z [00:03:00.186]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:17.4782827Z [00:03:00.186]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:17.4783253Z [00:03:00.186]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:17.4783703Z [00:03:00.186]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:17.4784133Z [00:03:00.186]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:17.4784557Z [00:03:00.186]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:17.4784973Z [00:03:00.186]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:17.4785277Z [00:03:00.186]➜  EOF
2025-08-20T21:54:17.4811834Z [00:03:00.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b253/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3=>github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3;$WORK/b253=>" -p github.com/andybalholm/brotli -lang=go1.13 -complete -installsuffix shared -buildid xoSmUAhCq_jI6pROs3r_/xoSmUAhCq_jI6pROs3r_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b253/importcfg -pack /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/backward_references.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/backward_references_hq.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/bit_cost.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/bit_reader.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/bitwriter.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/block_splitter.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/block_splitter_command.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/block_splitter_distance.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/block_splitter_literal.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/brotli_bit_stream.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/cluster.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/cluster_command.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/cluster_distance.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/cluster_literal.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/command.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/compress_fragment.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/compress_fragment_two_pass.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/constants.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/context.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/decode.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/dictionary.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/dictionary_hash.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/encode.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/encoder.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/encoder_dict.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/entropy_encode.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/entropy_encode_static.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/fast_log.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/find_match_length.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/h10.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/h5.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/h6.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/hash.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/hash_composite.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/hash_forgetful_chain.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/hash_longest_match_quickly.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/hash_rolling.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/histogram.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/http.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/huffman.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/literal_cost.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/memory.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/metablock.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/metablock_command.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/metablock_distance.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/metablock_literal.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/params.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/platform.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/prefix.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/prefix_dec.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/quality.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/reader.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/ringbuffer.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/state.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/static_dict.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/static_dict_lut.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/symbol_list.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/transform.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/utf8_util.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/util.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/write_bits.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/writer.go
2025-08-20T21:54:17.5390471Z [00:03:00.247]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T21:54:17.5446036Z [00:03:00.254]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/da/da2f6327e525532de8fd6c5226ac5302d1d3eb3707e11abb016f2896c04c5491-d # internal
2025-08-20T21:54:17.5493566Z [00:03:00.258]➜  github.com/projectdiscovery/utils/maps
2025-08-20T21:54:17.5505637Z [00:03:00.259]➜  mkdir -p $WORK/b222/
2025-08-20T21:54:17.5506051Z [00:03:00.259]➜  cat >/tmp/go-build3999932643/b222/importcfg << 'EOF' # internal
2025-08-20T21:54:17.5506401Z [00:03:00.259]➜  # import config
2025-08-20T21:54:17.5507059Z [00:03:00.259]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:17.5507740Z [00:03:00.259]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:17.5508200Z [00:03:00.259]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:17.5508676Z [00:03:00.259]➜  packagefile github.com/miekg/dns=/tmp/go-build3999932643/b223/_pkg_.a
2025-08-20T21:54:17.5509317Z [00:03:00.259]➜  packagefile github.com/projectdiscovery/utils/conversion=/tmp/go-build3999932643/b230/_pkg_.a
2025-08-20T21:54:17.5510004Z [00:03:00.259]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:17.5510666Z [00:03:00.259]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build3999932643/b190/_pkg_.a
2025-08-20T21:54:17.5511259Z [00:03:00.259]➜  packagefile github.com/tidwall/gjson=/tmp/go-build3999932643/b231/_pkg_.a
2025-08-20T21:54:17.5511819Z [00:03:00.259]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build3999932643/b234/_pkg_.a
2025-08-20T21:54:17.5512375Z [00:03:00.259]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3999932643/b183/_pkg_.a
2025-08-20T21:54:17.5512830Z [00:03:00.259]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:17.5513242Z [00:03:00.259]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:17.5513714Z [00:03:00.259]➜  packagefile net/http/httputil=/tmp/go-build3999932643/b235/_pkg_.a
2025-08-20T21:54:17.5514465Z [00:03:00.259]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:17.5514885Z [00:03:00.259]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:17.5515302Z [00:03:00.259]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:17.5515717Z [00:03:00.259]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:17.5516145Z [00:03:00.259]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:17.5516575Z [00:03:00.259]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:17.5516893Z [00:03:00.259]➜  EOF
2025-08-20T21:54:17.5531829Z [00:03:00.259]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b222/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/maps=>github.com/projectdiscovery/utils@v0.4.23/maps;$WORK/b222=>" -p github.com/projectdiscovery/utils/maps -lang=go1.24 -complete -installsuffix shared -buildid ns68t7KzZOatzzoCMtRa/ns68t7KzZOatzzoCMtRa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b222/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/maps/generic_map.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/maps/mapsutil.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/maps/ordered_map.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/maps/synclock_map.go
2025-08-20T21:54:17.6419877Z [00:03:00.351]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T21:54:17.6437048Z [00:03:00.353]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2
2025-08-20T21:54:17.6441582Z [00:03:00.353]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/klauspost/compress/s2 -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2=>github.com/klauspost/compress@v1.18.0/s2;$WORK/b310=>" -I $WORK/b310/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b310/decode_arm64.o ./decode_arm64.s
2025-08-20T21:54:17.6450667Z [00:03:00.354]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/c4/c4ce077920efe846bb46622a29bafadd35cce70e18c2f66f37fcebcf17bdde52-d # internal
2025-08-20T21:54:17.6465483Z [00:03:00.356]➜  github.com/projectdiscovery/utils/folder
2025-08-20T21:54:17.6467295Z [00:03:00.356]➜  mkdir -p $WORK/b221/
2025-08-20T21:54:17.6469121Z [00:03:00.356]➜  cat >/tmp/go-build3999932643/b221/importcfg << 'EOF' # internal
2025-08-20T21:54:17.6469486Z [00:03:00.356]➜  # import config
2025-08-20T21:54:17.6469819Z [00:03:00.356]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:17.6470361Z [00:03:00.356]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:17.6470955Z [00:03:00.356]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:54:17.6471603Z [00:03:00.356]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:54:17.6472515Z [00:03:00.356]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:17.6472928Z [00:03:00.356]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:17.6473343Z [00:03:00.356]➜  packagefile os/user=/tmp/go-build3999932643/b236/_pkg_.a
2025-08-20T21:54:17.6473788Z [00:03:00.356]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:17.6474233Z [00:03:00.356]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:17.6474657Z [00:03:00.356]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:17.6474974Z [00:03:00.356]➜  EOF
2025-08-20T21:54:17.6475947Z [00:03:00.356]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:17.6478573Z [00:03:00.356]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b221/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/folder=>github.com/projectdiscovery/utils@v0.4.23/folder;$WORK/b221=>" -p github.com/projectdiscovery/utils/folder -lang=go1.24 -complete -installsuffix shared -buildid vkPZ-J8SVK-n_EK3z0Zt/vkPZ-J8SVK-n_EK3z0Zt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b221/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/folder/folderutil.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/folder/std_dirs.go
2025-08-20T21:54:17.6491385Z [00:03:00.358]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2
2025-08-20T21:54:17.6491960Z [00:03:00.358]➜  go tool pack r $WORK/b310/_pkg_.a $WORK/b310/decode_arm64.o # internal
2025-08-20T21:54:17.6509362Z [00:03:00.360]➜  go tool buildid -w $WORK/b310/_pkg_.a # internal
2025-08-20T21:54:17.6523962Z [00:03:00.362]➜  cp $WORK/b310/_pkg_.a /root/.cache/go-build/11/11b78ad426c243add78a96f4fec2fdc35147d46d80ff840c73d866c51732a874-d # internal
2025-08-20T21:54:17.6525221Z [00:03:00.362]➜  expvar
2025-08-20T21:54:17.6538214Z [00:03:00.362]➜  mkdir -p $WORK/b302/
2025-08-20T21:54:17.6539178Z [00:03:00.362]➜  cat >/tmp/go-build3999932643/b302/importcfg << 'EOF' # internal
2025-08-20T21:54:17.6539585Z [00:03:00.363]➜  # import config
2025-08-20T21:54:17.6539963Z [00:03:00.363]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:17.6540453Z [00:03:00.363]➜  packagefile internal/godebug=/tmp/go-build3999932643/b058/_pkg_.a
2025-08-20T21:54:17.6540909Z [00:03:00.363]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:17.6541320Z [00:03:00.363]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:17.6541744Z [00:03:00.363]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:17.6542466Z [00:03:00.363]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:17.6542955Z [00:03:00.363]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:17.6543381Z [00:03:00.363]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:17.6543800Z [00:03:00.363]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:17.6544234Z [00:03:00.363]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:17.6544668Z [00:03:00.363]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:17.6545127Z [00:03:00.363]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:17.6545457Z [00:03:00.363]➜  EOF
2025-08-20T21:54:17.6545729Z [00:03:00.363]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:17.6547155Z [00:03:00.363]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b302/_pkg_.a -trimpath "/root/.go/src/expvar=>expvar;$WORK/b302=>" -p expvar -lang=go1.25 -std -complete -installsuffix shared -buildid uLHZN11Kt-OodIlPF12a/uLHZN11Kt-OodIlPF12a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b302/importcfg -pack /root/.go/src/expvar/expvar.go
2025-08-20T21:54:17.7630773Z [00:03:00.472]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T21:54:17.7699203Z [00:03:00.479]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/8e/8e3b39ba4ae3fc93a4dc49f9ef1980ec667fa7e160390d6a1869fdcb7ca48984-d # internal
2025-08-20T21:54:17.7968630Z [00:03:00.506]➜  github.com/projectdiscovery/goflags
2025-08-20T21:54:17.7969184Z [00:03:00.506]➜  mkdir -p $WORK/b065/
2025-08-20T21:54:17.7972038Z [00:03:00.507]➜  cat >/tmp/go-build3999932643/b065/importcfg << 'EOF' # internal
2025-08-20T21:54:17.7975104Z [00:03:00.507]➜  # import config
2025-08-20T21:54:17.7975470Z [00:03:00.507]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:17.7975898Z [00:03:00.507]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:17.7976352Z [00:03:00.507]➜  packagefile embed=/tmp/go-build3999932643/b066/_pkg_.a
2025-08-20T21:54:17.7976800Z [00:03:00.507]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:17.7977243Z [00:03:00.507]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:17.7977851Z [00:03:00.507]➜  packagefile flag=/tmp/go-build3999932643/b071/_pkg_.a
2025-08-20T21:54:17.7978281Z [00:03:00.507]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:17.7978767Z [00:03:00.507]➜  packagefile github.com/cnf/structhash=/tmp/go-build3999932643/b072/_pkg_.a
2025-08-20T21:54:17.7979310Z [00:03:00.507]➜  packagefile github.com/google/shlex=/tmp/go-build3999932643/b102/_pkg_.a
2025-08-20T21:54:17.7979835Z [00:03:00.507]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:17.7980427Z [00:03:00.507]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:54:17.7981099Z [00:03:00.507]➜  packagefile github.com/projectdiscovery/utils/folder=/tmp/go-build3999932643/b221/_pkg_.a
2025-08-20T21:54:17.7981754Z [00:03:00.507]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:54:17.7982429Z [00:03:00.507]➜  packagefile github.com/projectdiscovery/utils/permission=/tmp/go-build3999932643/b237/_pkg_.a
2025-08-20T21:54:17.7983116Z [00:03:00.507]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build3999932643/b190/_pkg_.a
2025-08-20T21:54:17.7983777Z [00:03:00.507]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:17.7984432Z [00:03:00.507]➜  packagefile github.com/projectdiscovery/utils/time=/tmp/go-build3999932643/b239/_pkg_.a
2025-08-20T21:54:17.7985010Z [00:03:00.507]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3999932643/b183/_pkg_.a
2025-08-20T21:54:17.7985517Z [00:03:00.507]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3999932643/b201/_pkg_.a
2025-08-20T21:54:17.7986263Z [00:03:00.507]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:17.7987026Z [00:03:00.507]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:17.7987557Z [00:03:00.507]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:17.7988060Z [00:03:00.507]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:17.7988680Z [00:03:00.507]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:17.7989236Z [00:03:00.507]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:17.7989784Z [00:03:00.507]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:17.7990328Z [00:03:00.507]➜  packagefile text/tabwriter=/tmp/go-build3999932643/b240/_pkg_.a
2025-08-20T21:54:17.7990911Z [00:03:00.507]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:17.7991460Z [00:03:00.507]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:17.7991891Z [00:03:00.507]➜  EOF
2025-08-20T21:54:17.7992355Z [00:03:00.507]➜  cat >/tmp/go-build3999932643/b065/embedcfg << 'EOF' # internal
2025-08-20T21:54:17.7992834Z [00:03:00.507]➜  {
2025-08-20T21:54:17.7993147Z [00:03:00.507]➜  	"Patterns": {
2025-08-20T21:54:17.7993504Z [00:03:00.507]➜  		"ports_data.json": [
2025-08-20T21:54:17.7993875Z [00:03:00.507]➜  			"ports_data.json"
2025-08-20T21:54:17.7994568Z [00:03:00.507]➜  		]
2025-08-20T21:54:17.7994844Z [00:03:00.507]➜  	},
2025-08-20T21:54:17.7995063Z [00:03:00.507]➜  	"Files": {
2025-08-20T21:54:17.7995622Z [00:03:00.507]➜  		"ports_data.json": "/root/go/pkg/mod/github.com/projectdiscovery/goflags@v0.1.74/ports_data.json"
2025-08-20T21:54:17.7996163Z [00:03:00.507]➜  	}
2025-08-20T21:54:17.7996478Z [00:03:00.507]➜  }EOF
2025-08-20T21:54:17.8007864Z [00:03:00.507]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b065/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/goflags@v0.1.74=>github.com/projectdiscovery/goflags@v0.1.74;$WORK/b065=>" -p github.com/projectdiscovery/goflags -lang=go1.21 -complete -installsuffix shared -buildid ddu1vuh1t3TKIunl2KPH/ddu1vuh1t3TKIunl2KPH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b065/importcfg -embedcfg $WORK/b065/embedcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/goflags@v0.1.74/callback_var.go /root/go/pkg/mod/github.com/projectdiscovery/goflags@v0.1.74/duration_var.go /root/go/pkg/mod/github.com/projectdiscovery/goflags@v0.1.74/dynamic_var.go /root/go/pkg/mod/github.com/projectdiscovery/goflags@v0.1.74/enum_slice_var.go /root/go/pkg/mod/github.com/projectdiscovery/goflags@v0.1.74/enum_var.go /root/go/pkg/mod/github.com/projectdiscovery/goflags@v0.1.74/goflags.go /root/go/pkg/mod/github.com/projectdiscovery/goflags@v0.1.74/insertionorderedmap.go /root/go/pkg/mod/github.com/projectdiscovery/goflags@v0.1.74/path.go /root/go/pkg/mod/github.com/projectdiscovery/goflags@v0.1.74/port.go /root/go/pkg/mod/github.com/projectdiscovery/goflags@v0.1.74/ratelimit_var.go /root/go/pkg/mod/github.com/projectdiscovery/goflags@v0.1.74/runtime_map.go /root/go/pkg/mod/github.com/projectdiscovery/goflags@v0.1.74/size_var.go /root/go/pkg/mod/github.com/projectdiscovery/goflags@v0.1.74/slice_common.go /root/go/pkg/mod/github.com/projectdiscovery/goflags@v0.1.74/string_slice.go /root/go/pkg/mod/github.com/projectdiscovery/goflags@v0.1.74/string_slice_options.go
2025-08-20T21:54:17.8286302Z [00:03:00.538]➜  go tool buildid -w $WORK/b294/_pkg_.a # internal
2025-08-20T21:54:17.8347470Z [00:03:00.544]➜  cp $WORK/b294/_pkg_.a /root/.cache/go-build/29/29756d8fb3ad31e897e65bb6e2d891487813a15b5c0fb4d98b5429e0350804cc-d # internal
2025-08-20T21:54:17.8348174Z [00:03:00.544]➜  github.com/bodgit/sevenzip/internal/zstd
2025-08-20T21:54:17.8352019Z [00:03:00.544]➜  mkdir -p $WORK/b293/
2025-08-20T21:54:17.8357653Z [00:03:00.544]➜  cat >/tmp/go-build3999932643/b293/importcfg << 'EOF' # internal
2025-08-20T21:54:17.8362951Z [00:03:00.544]➜  # import config
2025-08-20T21:54:17.8378244Z [00:03:00.544]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:17.8384113Z [00:03:00.544]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:17.8387573Z [00:03:00.544]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3999932643/b294/_pkg_.a
2025-08-20T21:54:17.8390930Z [00:03:00.544]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:17.8391406Z [00:03:00.544]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:17.8391836Z [00:03:00.544]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:17.8392148Z [00:03:00.544]➜  EOF
2025-08-20T21:54:17.8394118Z [00:03:00.544]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b293/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/zstd=>github.com/bodgit/sevenzip@v1.6.0/internal/zstd;$WORK/b293=>" -p github.com/bodgit/sevenzip/internal/zstd -lang=go1.19 -complete -installsuffix shared -buildid ysNIt015f-piKl7_Fn3s/ysNIt015f-piKl7_Fn3s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b293/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/zstd/reader.go
2025-08-20T21:54:17.8414605Z [00:03:00.551]➜  go tool buildid -w $WORK/b302/_pkg_.a # internal
2025-08-20T21:54:17.8444240Z [00:03:00.554]➜  cp $WORK/b302/_pkg_.a /root/.cache/go-build/ee/eecca3df178e575daf39dd201eb2998f1c538b86b64c795c728b5e7d267fd041-d # internal
2025-08-20T21:54:17.8446690Z [00:03:00.554]➜  go4.org/readerutil
2025-08-20T21:54:17.8448044Z [00:03:00.554]➜  mkdir -p $WORK/b301/
2025-08-20T21:54:17.8449263Z [00:03:00.554]➜  cat >/tmp/go-build3999932643/b301/importcfg << 'EOF' # internal
2025-08-20T21:54:17.8451212Z [00:03:00.554]➜  # import config
2025-08-20T21:54:17.8451927Z [00:03:00.554]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:17.8452382Z [00:03:00.554]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:17.8452803Z [00:03:00.554]➜  packagefile expvar=/tmp/go-build3999932643/b302/_pkg_.a
2025-08-20T21:54:17.8453233Z [00:03:00.554]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:17.8453638Z [00:03:00.554]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:17.8454034Z [00:03:00.554]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:17.8454436Z [00:03:00.554]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:17.8454864Z [00:03:00.554]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:17.8455177Z [00:03:00.554]➜  EOF
2025-08-20T21:54:17.8458974Z [00:03:00.554]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b301/_pkg_.a -trimpath "/root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/readerutil=>go4.org@v0.0.0-20230225012048-214862532bf5/readerutil;$WORK/b301=>" -p go4.org/readerutil -lang=go1.13 -complete -installsuffix shared -buildid PZyaA35paVo0LBgX3JJT/PZyaA35paVo0LBgX3JJT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b301/importcfg -pack /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/readerutil/bufreaderat.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/readerutil/countingreader.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/readerutil/fakeseeker.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/readerutil/multireaderat.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/readerutil/readersize.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/readerutil/readerutil.go
2025-08-20T21:54:17.8595343Z [00:03:00.569]➜  go tool buildid -w $WORK/b293/_pkg_.a # internal
2025-08-20T21:54:17.8618964Z [00:03:00.570]➜  cp $WORK/b293/_pkg_.a /root/.cache/go-build/00/002359a59551062be998c1e424fb4dd954ad5f49afac09c652b472eb58691afb-d # internal
2025-08-20T21:54:17.8619788Z [00:03:00.570]➜  github.com/klauspost/compress/internal/godebug
2025-08-20T21:54:17.8620277Z [00:03:00.570]➜  mkdir -p $WORK/b313/
2025-08-20T21:54:17.8622141Z [00:03:00.571]➜  cat >/tmp/go-build3999932643/b313/importcfg << 'EOF' # internal
2025-08-20T21:54:17.8622787Z [00:03:00.572]➜  # import config
2025-08-20T21:54:17.8623183Z [00:03:00.572]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:17.8623488Z [00:03:00.572]➜  EOF
2025-08-20T21:54:17.8625604Z [00:03:00.572]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b313/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/godebug=>github.com/klauspost/compress@v1.18.0/internal/godebug;$WORK/b313=>" -p github.com/klauspost/compress/internal/godebug -lang=go1.22 -complete -installsuffix shared -buildid JMzDyHdJw5nuUjPzxHcl/JMzDyHdJw5nuUjPzxHcl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b313/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/godebug/godebug.go
2025-08-20T21:54:17.8787888Z [00:03:00.588]➜  go tool buildid -w $WORK/b301/_pkg_.a # internal
2025-08-20T21:54:17.8793775Z [00:03:00.589]➜  go tool buildid -w $WORK/b313/_pkg_.a # internal
2025-08-20T21:54:17.8798741Z [00:03:00.589]➜  cp $WORK/b313/_pkg_.a /root/.cache/go-build/b3/b3d7e7c9b8418172a752924617267f52e89460c35935dd70dab6d53b781d47c4-d # internal
2025-08-20T21:54:17.8801659Z [00:03:00.590]➜  github.com/klauspost/compress/zip
2025-08-20T21:54:17.8802179Z [00:03:00.590]➜  mkdir -p $WORK/b312/
2025-08-20T21:54:17.8803463Z [00:03:00.590]➜  cp $WORK/b301/_pkg_.a /root/.cache/go-build/5b/5b583006f611249e6502cc6ff7fabd5ee7c186c627fae94bae2544c32b581756-d # internal
2025-08-20T21:54:17.8805108Z [00:03:00.590]➜  github.com/klauspost/compress/zlib
2025-08-20T21:54:17.8807211Z [00:03:00.590]➜  mkdir -p $WORK/b314/
2025-08-20T21:54:17.8813751Z [00:03:00.591]➜  cat >/tmp/go-build3999932643/b312/importcfg << 'EOF' # internal
2025-08-20T21:54:17.8814144Z [00:03:00.591]➜  # import config
2025-08-20T21:54:17.8814487Z [00:03:00.591]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:17.8814947Z [00:03:00.591]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:17.8815419Z [00:03:00.591]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:17.8815952Z [00:03:00.591]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build3999932643/b278/_pkg_.a
2025-08-20T21:54:17.8816626Z [00:03:00.591]➜  packagefile github.com/klauspost/compress/internal/godebug=/tmp/go-build3999932643/b313/_pkg_.a
2025-08-20T21:54:17.8817175Z [00:03:00.591]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:17.8817916Z [00:03:00.591]➜  packagefile hash/crc32=/tmp/go-build3999932643/b204/_pkg_.a
2025-08-20T21:54:17.8818345Z [00:03:00.591]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:17.8818748Z [00:03:00.591]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:17.8819149Z [00:03:00.591]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:17.8819547Z [00:03:00.591]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:17.8819987Z [00:03:00.591]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:17.8820434Z [00:03:00.591]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:17.8820853Z [00:03:00.591]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:17.8821268Z [00:03:00.591]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:17.8821677Z [00:03:00.591]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:17.8822119Z [00:03:00.591]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:17.8822447Z [00:03:00.591]➜  EOF
2025-08-20T21:54:17.8822768Z [00:03:00.591]➜  cat >/tmp/go-build3999932643/b314/importcfg << 'EOF' # internal
2025-08-20T21:54:17.8823116Z [00:03:00.591]➜  # import config
2025-08-20T21:54:17.8823448Z [00:03:00.591]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:17.8823889Z [00:03:00.591]➜  packagefile compress/zlib=/tmp/go-build3999932643/b168/_pkg_.a
2025-08-20T21:54:17.8824765Z [00:03:00.591]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:17.8825286Z [00:03:00.591]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:17.8825811Z [00:03:00.591]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build3999932643/b278/_pkg_.a
2025-08-20T21:54:17.8826318Z [00:03:00.591]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:17.8826763Z [00:03:00.591]➜  packagefile hash/adler32=/tmp/go-build3999932643/b170/_pkg_.a
2025-08-20T21:54:17.8827185Z [00:03:00.591]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:17.8827759Z [00:03:00.591]➜  EOF
2025-08-20T21:54:17.8829943Z [00:03:00.591]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b314/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zlib=>github.com/klauspost/compress@v1.18.0/zlib;$WORK/b314=>" -p github.com/klauspost/compress/zlib -lang=go1.22 -complete -installsuffix shared -buildid pNGjjNyBcJ1sRBndnuva/pNGjjNyBcJ1sRBndnuva -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b314/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zlib/reader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zlib/writer.go
2025-08-20T21:54:17.8834162Z [00:03:00.591]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b312/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zip=>github.com/klauspost/compress@v1.18.0/zip;$WORK/b312=>" -p github.com/klauspost/compress/zip -lang=go1.22 -complete -installsuffix shared -buildid 6RkItlTgU5F_Xh9WtXup/6RkItlTgU5F_Xh9WtXup -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b312/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zip/reader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zip/register.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zip/struct.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zip/writer.go
2025-08-20T21:54:17.9353318Z [00:03:00.645]➜  go tool buildid -w $WORK/b314/_pkg_.a # internal
2025-08-20T21:54:17.9360936Z [00:03:00.645]➜  cp $WORK/b314/_pkg_.a /root/.cache/go-build/b8/b849a8a14ee1cb45cec182850ca6d36b38ecaeddfe8f941b56f64fe47ae5015c-d # internal
2025-08-20T21:54:17.9362645Z [00:03:00.646]➜  github.com/klauspost/pgzip
2025-08-20T21:54:17.9363530Z [00:03:00.646]➜  mkdir -p $WORK/b315/
2025-08-20T21:54:17.9367935Z [00:03:00.646]➜  cat >/tmp/go-build3999932643/b315/importcfg << 'EOF' # internal
2025-08-20T21:54:17.9368667Z [00:03:00.646]➜  # import config
2025-08-20T21:54:17.9369144Z [00:03:00.646]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:17.9370744Z [00:03:00.646]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:17.9371203Z [00:03:00.646]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:17.9371617Z [00:03:00.646]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:17.9372140Z [00:03:00.646]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build3999932643/b278/_pkg_.a
2025-08-20T21:54:17.9372673Z [00:03:00.646]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:17.9373105Z [00:03:00.646]➜  packagefile hash/crc32=/tmp/go-build3999932643/b204/_pkg_.a
2025-08-20T21:54:17.9373526Z [00:03:00.646]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:17.9373936Z [00:03:00.646]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:17.9374366Z [00:03:00.646]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:17.9374771Z [00:03:00.646]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:17.9375076Z [00:03:00.646]➜  EOF
2025-08-20T21:54:17.9377848Z [00:03:00.646]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b315/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/pgzip@v1.2.6=>github.com/klauspost/pgzip@v1.2.6;$WORK/b315=>" -p github.com/klauspost/pgzip -lang=go1.16 -complete -installsuffix shared -buildid DXvfib7izde1HFMyXeVe/DXvfib7izde1HFMyXeVe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b315/importcfg -pack /root/go/pkg/mod/github.com/klauspost/pgzip@v1.2.6/gunzip.go /root/go/pkg/mod/github.com/klauspost/pgzip@v1.2.6/gzip.go
2025-08-20T21:54:17.9761157Z [00:03:00.685]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T21:54:17.9794366Z [00:03:00.689]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/ae/aee9b32e75c342678a7c790a45c2fbb08ea9bbbe4f41932b54182e2f6f705d1b-d # internal
2025-08-20T21:54:17.9821633Z [00:03:00.691]➜  hash/crc64
2025-08-20T21:54:17.9822301Z [00:03:00.692]➜  mkdir -p $WORK/b317/
2025-08-20T21:54:17.9826952Z [00:03:00.692]➜  cat >/tmp/go-build3999932643/b317/importcfg << 'EOF' # internal
2025-08-20T21:54:17.9828235Z [00:03:00.692]➜  # import config
2025-08-20T21:54:17.9829109Z [00:03:00.692]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:17.9830730Z [00:03:00.692]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:17.9831352Z [00:03:00.692]➜  packagefile internal/byteorder=/tmp/go-build3999932643/b013/_pkg_.a
2025-08-20T21:54:17.9831838Z [00:03:00.692]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:17.9832145Z [00:03:00.692]➜  EOF
2025-08-20T21:54:17.9833529Z [00:03:00.692]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b317/_pkg_.a -trimpath "/root/.go/src/hash/crc64=>hash/crc64;$WORK/b317=>" -p hash/crc64 -lang=go1.25 -std -complete -installsuffix shared -buildid vIAun-56Mke2ijYIZdG6/vIAun-56Mke2ijYIZdG6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b317/importcfg -pack /root/.go/src/hash/crc64/crc64.go
2025-08-20T21:54:18.0195850Z [00:03:00.729]➜  go tool buildid -w $WORK/b317/_pkg_.a # internal
2025-08-20T21:54:18.0202597Z [00:03:00.730]➜  cp $WORK/b317/_pkg_.a /root/.cache/go-build/98/9813749492ebfc64271d8c23b2471f641f2d8e97e45f3709f95e620d0b04ef98-d # internal
2025-08-20T21:54:18.0221293Z [00:03:00.730]➜  github.com/mikelolasagasti/xz
2025-08-20T21:54:18.0221908Z [00:03:00.730]➜  mkdir -p $WORK/b316/
2025-08-20T21:54:18.0222938Z [00:03:00.730]➜  cat >/tmp/go-build3999932643/b316/importcfg << 'EOF' # internal
2025-08-20T21:54:18.0223548Z [00:03:00.730]➜  # import config
2025-08-20T21:54:18.0224551Z [00:03:00.730]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:18.0225008Z [00:03:00.730]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:18.0225475Z [00:03:00.730]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:18.0225891Z [00:03:00.730]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:18.0226317Z [00:03:00.730]➜  packagefile hash/crc32=/tmp/go-build3999932643/b204/_pkg_.a
2025-08-20T21:54:18.0226763Z [00:03:00.730]➜  packagefile hash/crc64=/tmp/go-build3999932643/b317/_pkg_.a
2025-08-20T21:54:18.0227184Z [00:03:00.730]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:18.0227660Z [00:03:00.730]➜  EOF
2025-08-20T21:54:18.0231111Z [00:03:00.730]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b316/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mikelolasagasti/xz@v1.0.1=>github.com/mikelolasagasti/xz@v1.0.1;$WORK/b316=>" -p github.com/mikelolasagasti/xz -lang=go1.15 -complete -installsuffix shared -buildid GLM4lbISCePNQylTkFHF/GLM4lbISCePNQylTkFHF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b316/importcfg -pack /root/go/pkg/mod/github.com/mikelolasagasti/xz@v1.0.1/dec_bcj.go /root/go/pkg/mod/github.com/mikelolasagasti/xz@v1.0.1/dec_delta.go /root/go/pkg/mod/github.com/mikelolasagasti/xz@v1.0.1/dec_lzma2.go /root/go/pkg/mod/github.com/mikelolasagasti/xz@v1.0.1/dec_stream.go /root/go/pkg/mod/github.com/mikelolasagasti/xz@v1.0.1/dec_util.go /root/go/pkg/mod/github.com/mikelolasagasti/xz@v1.0.1/dec_xz.go /root/go/pkg/mod/github.com/mikelolasagasti/xz@v1.0.1/doc.go /root/go/pkg/mod/github.com/mikelolasagasti/xz@v1.0.1/reader.go
2025-08-20T21:54:18.0366639Z [00:03:00.746]➜  go tool buildid -w $WORK/b315/_pkg_.a # internal
2025-08-20T21:54:18.0380049Z [00:03:00.747]➜  cp $WORK/b315/_pkg_.a /root/.cache/go-build/d8/d8ee54747f7a17240b9a674034b6f4f95798b77d7828de062c265a033dd8dc4a-d # internal
2025-08-20T21:54:18.0399775Z [00:03:00.748]➜  github.com/minio/minlz
2025-08-20T21:54:18.0403261Z [00:03:00.750]➜  mkdir -p $WORK/b318/
2025-08-20T21:54:18.0407010Z [00:03:00.750]➜  cat >/tmp/go-build3999932643/b318/importcfg << 'EOF' # internal
2025-08-20T21:54:18.0408145Z [00:03:00.750]➜  # import config
2025-08-20T21:54:18.0408540Z [00:03:00.750]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:18.0408997Z [00:03:00.750]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:18.0409473Z [00:03:00.750]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:18.0409942Z [00:03:00.750]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:18.0410411Z [00:03:00.750]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:18.0410851Z [00:03:00.750]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:18.0411280Z [00:03:00.750]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:18.0411791Z [00:03:00.750]➜  packagefile github.com/klauspost/compress/s2=/tmp/go-build3999932643/b310/_pkg_.a
2025-08-20T21:54:18.0412313Z [00:03:00.750]➜  packagefile hash/crc32=/tmp/go-build3999932643/b204/_pkg_.a
2025-08-20T21:54:18.0413201Z [00:03:00.750]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:18.0413602Z [00:03:00.750]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:18.0414025Z [00:03:00.750]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:18.0414439Z [00:03:00.750]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:18.0414846Z [00:03:00.750]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:18.0415261Z [00:03:00.750]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:18.0415679Z [00:03:00.750]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:18.0415984Z [00:03:00.750]➜  EOF
2025-08-20T21:54:18.0423745Z [00:03:00.751]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b318/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/minio/minlz@v1.0.0=>github.com/minio/minlz@v1.0.0;$WORK/b318=>" -p github.com/minio/minlz -lang=go1.21 -complete -installsuffix shared -buildid FbJf2ABTgunawfSDDmTS/FbJf2ABTgunawfSDDmTS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b318/importcfg -pack /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/asm_none.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/decode.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/decode_other.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/dict.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/encode.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/encode_l1.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/encode_l2.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/encode_l3.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/index.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/lz4convert.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/minlz.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/reader.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/unsafe_enabled.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/writer.go
2025-08-20T21:54:18.1330127Z [00:03:00.842]➜  go tool buildid -w $WORK/b316/_pkg_.a # internal
2025-08-20T21:54:18.1344174Z [00:03:00.844]➜  cp $WORK/b316/_pkg_.a /root/.cache/go-build/84/847ce6fab85214cdbee856c71d733b07e1ffa2b940976d7dcef149857c18e596-d # internal
2025-08-20T21:54:18.1350461Z [00:03:00.844]➜  github.com/nwaples/rardecode/v2
2025-08-20T21:54:18.1351129Z [00:03:00.844]➜  mkdir -p $WORK/b319/
2025-08-20T21:54:18.1363029Z [00:03:00.846]➜  cat >/tmp/go-build3999932643/b319/importcfg << 'EOF' # internal
2025-08-20T21:54:18.1363717Z [00:03:00.846]➜  # import config
2025-08-20T21:54:18.1364369Z [00:03:00.846]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:18.1365561Z [00:03:00.846]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:18.1366117Z [00:03:00.846]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:54:18.1366745Z [00:03:00.846]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:18.1367220Z [00:03:00.846]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:18.1367901Z [00:03:00.846]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:18.1368427Z [00:03:00.846]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:18.1368962Z [00:03:00.846]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:18.1369413Z [00:03:00.846]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:18.1369826Z [00:03:00.846]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:18.1370232Z [00:03:00.846]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:18.1370671Z [00:03:00.846]➜  packagefile hash/crc32=/tmp/go-build3999932643/b204/_pkg_.a
2025-08-20T21:54:18.1371088Z [00:03:00.846]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:18.1371493Z [00:03:00.846]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:18.1371933Z [00:03:00.846]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:18.1372688Z [00:03:00.846]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:18.1373105Z [00:03:00.846]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:18.1373540Z [00:03:00.846]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:18.1373987Z [00:03:00.846]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:18.1374414Z [00:03:00.846]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:18.1374837Z [00:03:00.846]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:18.1375285Z [00:03:00.846]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:54:18.1375616Z [00:03:00.846]➜  EOF
2025-08-20T21:54:18.1386665Z [00:03:00.847]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b319/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0=>github.com/nwaples/rardecode/v2@v2.1.0;$WORK/b319=>" -p github.com/nwaples/rardecode/v2 -lang=go1.21 -complete -installsuffix shared -buildid _nmVwxpJl7GTl5uvCwmM/_nmVwxpJl7GTl5uvCwmM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b319/importcfg -pack /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/archive.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/archive15.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/archive50.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/bit_reader.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/decode20.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/decode20_audio.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/decode20_lz.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/decode29.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/decode29_lz.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/decode29_ppm.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/decode50.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/decode_reader.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/decrypt_reader.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/filters.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/huffman.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/ppm_model.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/reader.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/vm.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/volume.go
2025-08-20T21:54:18.1455121Z [00:03:00.855]➜  go tool buildid -w $WORK/b312/_pkg_.a # internal
2025-08-20T21:54:18.1530336Z [00:03:00.862]➜  cp $WORK/b312/_pkg_.a /root/.cache/go-build/02/02ed1d8534f91b031b9760da3e0fcedf01ba0fa1f84fbe99713c18be8628de43-d # internal
2025-08-20T21:54:18.1531199Z [00:03:00.862]➜  github.com/sorairolake/lzip-go
2025-08-20T21:54:18.1531620Z [00:03:00.862]➜  mkdir -p $WORK/b320/
2025-08-20T21:54:18.1560306Z [00:03:00.865]➜  cat >/tmp/go-build3999932643/b320/importcfg << 'EOF' # internal
2025-08-20T21:54:18.1561395Z [00:03:00.865]➜  # import config
2025-08-20T21:54:18.1578803Z [00:03:00.865]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:18.1579569Z [00:03:00.865]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:18.1580276Z [00:03:00.865]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:18.1581242Z [00:03:00.865]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build3999932643/b288/_pkg_.a
2025-08-20T21:54:18.1582097Z [00:03:00.865]➜  packagefile hash/crc32=/tmp/go-build3999932643/b204/_pkg_.a
2025-08-20T21:54:18.1582846Z [00:03:00.865]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:18.1586085Z [00:03:00.865]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:18.1586519Z [00:03:00.865]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:18.1586829Z [00:03:00.865]➜  EOF
2025-08-20T21:54:18.1589537Z [00:03:00.865]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b320/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sorairolake/lzip-go@v0.3.5=>github.com/sorairolake/lzip-go@v0.3.5;$WORK/b320=>" -p github.com/sorairolake/lzip-go -lang=go1.22 -complete -installsuffix shared -buildid WRR6PfrpmCkAxOgc1CJi/WRR6PfrpmCkAxOgc1CJi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b320/importcfg -pack /root/go/pkg/mod/github.com/sorairolake/lzip-go@v0.3.5/error.go /root/go/pkg/mod/github.com/sorairolake/lzip-go@v0.3.5/lzip.go /root/go/pkg/mod/github.com/sorairolake/lzip-go@v0.3.5/reader.go /root/go/pkg/mod/github.com/sorairolake/lzip-go@v0.3.5/writer.go
2025-08-20T21:54:18.2001068Z [00:03:00.907]➜  go tool buildid -w $WORK/b320/_pkg_.a # internal
2025-08-20T21:54:18.2006958Z [00:03:00.907]➜  cp $WORK/b320/_pkg_.a /root/.cache/go-build/b9/b94e8e278c32b87ae7b201580ae3910332e09f53b7326cddd1408820f9c01ef4-d # internal
2025-08-20T21:54:18.2007709Z [00:03:00.908]➜  github.com/ulikunitz/xz
2025-08-20T21:54:18.2007998Z [00:03:00.908]➜  mkdir -p $WORK/b321/
2025-08-20T21:54:18.2008391Z [00:03:00.909]➜  cat >/tmp/go-build3999932643/b321/importcfg << 'EOF' # internal
2025-08-20T21:54:18.2008732Z [00:03:00.909]➜  # import config
2025-08-20T21:54:18.2009072Z [00:03:00.909]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:18.2009515Z [00:03:00.909]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:18.2009962Z [00:03:00.909]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:18.2010374Z [00:03:00.909]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:18.2010913Z [00:03:00.909]➜  packagefile github.com/ulikunitz/xz/internal/xlog=/tmp/go-build3999932643/b290/_pkg_.a
2025-08-20T21:54:18.2011515Z [00:03:00.909]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build3999932643/b288/_pkg_.a
2025-08-20T21:54:18.2011998Z [00:03:00.909]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:18.2012426Z [00:03:00.909]➜  packagefile hash/crc32=/tmp/go-build3999932643/b204/_pkg_.a
2025-08-20T21:54:18.2012883Z [00:03:00.909]➜  packagefile hash/crc64=/tmp/go-build3999932643/b317/_pkg_.a
2025-08-20T21:54:18.2013298Z [00:03:00.909]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:18.2013591Z [00:03:00.909]➜  EOF
2025-08-20T21:54:18.2016896Z [00:03:00.909]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b321/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12=>github.com/ulikunitz/xz@v0.5.12;$WORK/b321=>" -p github.com/ulikunitz/xz -lang=go1.12 -complete -installsuffix shared -buildid ZNl0Kl1bJHa4FtfFH1qU/ZNl0Kl1bJHa4FtfFH1qU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b321/importcfg -pack /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/bits.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/crc.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/format.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzmafilter.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/none-check.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/reader.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/writer.go
2025-08-20T21:54:18.3285431Z [00:03:01.038]➜  go tool buildid -w $WORK/b318/_pkg_.a # internal
2025-08-20T21:54:18.3314377Z [00:03:01.040]➜  cp $WORK/b318/_pkg_.a /root/.cache/go-build/b1/b17c72c4f73598e6672ea9effa19410866cfbe817aa6f25373d87208771cae3c-d # internal
2025-08-20T21:54:18.3323122Z [00:03:01.041]➜  gopkg.in/djherbis/times.v1
2025-08-20T21:54:18.3323433Z [00:03:01.041]➜  mkdir -p $WORK/b322/
2025-08-20T21:54:18.3323812Z [00:03:01.041]➜  cat >/tmp/go-build3999932643/b322/importcfg << 'EOF' # internal
2025-08-20T21:54:18.3324191Z [00:03:01.041]➜  # import config
2025-08-20T21:54:18.3324518Z [00:03:01.041]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:18.3324935Z [00:03:01.041]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:18.3325374Z [00:03:01.041]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:18.3326128Z [00:03:01.041]➜  EOF
2025-08-20T21:54:18.3328466Z [00:03:01.041]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b322/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/djherbis/times.v1@v1.3.0=>gopkg.in/djherbis/times.v1@v1.3.0;$WORK/b322=>" -p gopkg.in/djherbis/times.v1 -lang=go1.16 -complete -installsuffix shared -buildid YMGzO4NVFr3b-86qsiNB/YMGzO4NVFr3b-86qsiNB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b322/importcfg -pack /root/go/pkg/mod/gopkg.in/djherbis/times.v1@v1.3.0/times.go /root/go/pkg/mod/gopkg.in/djherbis/times.v1@v1.3.0/times_linux.go /root/go/pkg/mod/gopkg.in/djherbis/times.v1@v1.3.0/use_generic_stat.go
2025-08-20T21:54:18.3724870Z [00:03:01.081]➜  go tool buildid -w $WORK/b322/_pkg_.a # internal
2025-08-20T21:54:18.3732685Z [00:03:01.082]➜  cp $WORK/b322/_pkg_.a /root/.cache/go-build/f7/f7759c924c8db8500d411182d54746534df49912495755710b5b51f578208671-d # internal
2025-08-20T21:54:18.3733242Z [00:03:01.082]➜  database/sql/driver
2025-08-20T21:54:18.3733508Z [00:03:01.082]➜  mkdir -p $WORK/b325/
2025-08-20T21:54:18.3733907Z [00:03:01.082]➜  cat >/tmp/go-build3999932643/b325/importcfg << 'EOF' # internal
2025-08-20T21:54:18.3734248Z [00:03:01.082]➜  # import config
2025-08-20T21:54:18.3734594Z [00:03:01.082]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:18.3735020Z [00:03:01.082]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:18.3735428Z [00:03:01.082]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:18.3735841Z [00:03:01.082]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:18.3736277Z [00:03:01.082]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:18.3736693Z [00:03:01.082]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:18.3736998Z [00:03:01.082]➜  EOF
2025-08-20T21:54:18.3738866Z [00:03:01.082]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b325/_pkg_.a -trimpath "/root/.go/src/database/sql/driver=>database/sql/driver;$WORK/b325=>" -p database/sql/driver -lang=go1.25 -std -complete -installsuffix shared -buildid Ta7tT4K82NIZFE2DKn7H/Ta7tT4K82NIZFE2DKn7H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b325/importcfg -pack /root/.go/src/database/sql/driver/driver.go /root/.go/src/database/sql/driver/types.go
2025-08-20T21:54:18.3865252Z [00:03:01.096]➜  go tool buildid -w $WORK/b321/_pkg_.a # internal
2025-08-20T21:54:18.3919417Z [00:03:01.101]➜  cp $WORK/b321/_pkg_.a /root/.cache/go-build/58/58137c50506ae8faae1568115e038b714a7d118f0f740091ba16292c98ef735b-d # internal
2025-08-20T21:54:18.3946023Z [00:03:01.104]➜  github.com/projectdiscovery/mapcidr
2025-08-20T21:54:18.3948208Z [00:03:01.104]➜  mkdir -p $WORK/b327/
2025-08-20T21:54:18.3949588Z [00:03:01.104]➜  cat >/tmp/go-build3999932643/b327/importcfg << 'EOF' # internal
2025-08-20T21:54:18.3969213Z [00:03:01.104]➜  # import config
2025-08-20T21:54:18.3970818Z [00:03:01.104]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:18.3971992Z [00:03:01.104]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:18.3972480Z [00:03:01.104]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:18.3972957Z [00:03:01.104]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:18.3973395Z [00:03:01.104]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:18.3973804Z [00:03:01.104]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:18.3974270Z [00:03:01.104]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:18.3974876Z [00:03:01.104]➜  packagefile github.com/projectdiscovery/blackrock=/tmp/go-build3999932643/b191/_pkg_.a
2025-08-20T21:54:18.3975543Z [00:03:01.104]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:18.3976074Z [00:03:01.104]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:18.3976916Z [00:03:01.104]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:18.3977336Z [00:03:01.104]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:18.3977967Z [00:03:01.104]➜  packagefile net/netip=/tmp/go-build3999932643/b162/_pkg_.a
2025-08-20T21:54:18.3978396Z [00:03:01.104]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:18.3978806Z [00:03:01.104]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:18.3979219Z [00:03:01.104]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:18.3979655Z [00:03:01.104]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:18.3979968Z [00:03:01.104]➜  EOF
2025-08-20T21:54:18.3983463Z [00:03:01.104]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b327/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/mapcidr@v1.1.34=>github.com/projectdiscovery/mapcidr@v1.1.34;$WORK/b327=>" -p github.com/projectdiscovery/mapcidr -lang=go1.21 -complete -installsuffix shared -buildid wRMF3VxHQV6AfPe9J4yK/wRMF3VxHQV6AfPe9J4yK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b327/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/mapcidr@v1.1.34/cidr.go /root/go/pkg/mod/github.com/projectdiscovery/mapcidr@v1.1.34/error.go /root/go/pkg/mod/github.com/projectdiscovery/mapcidr@v1.1.34/ip.go /root/go/pkg/mod/github.com/projectdiscovery/mapcidr@v1.1.34/shuffle.go /root/go/pkg/mod/github.com/projectdiscovery/mapcidr@v1.1.34/type.go /root/go/pkg/mod/github.com/projectdiscovery/mapcidr@v1.1.34/urlencode.go /root/go/pkg/mod/github.com/projectdiscovery/mapcidr@v1.1.34/utils.go
2025-08-20T21:54:18.4614042Z [00:03:01.170]➜  go tool buildid -w $WORK/b325/_pkg_.a # internal
2025-08-20T21:54:18.4633352Z [00:03:01.172]➜  cp $WORK/b325/_pkg_.a /root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d # internal
2025-08-20T21:54:18.4670281Z [00:03:01.176]➜  go tool buildid -w $WORK/b319/_pkg_.a # internal
2025-08-20T21:54:18.4718500Z [00:03:01.180]➜  cp $WORK/b319/_pkg_.a /root/.cache/go-build/1a/1af74085ac54b86bdcd78a265869809f367a68b97ee0dbcfcad0cb8180386203-d # internal
2025-08-20T21:54:18.4724689Z [00:03:01.180]➜  container/heap
2025-08-20T21:54:18.4724969Z [00:03:01.180]➜  mkdir -p $WORK/b329/
2025-08-20T21:54:18.4725356Z [00:03:01.181]➜  cat >/tmp/go-build3999932643/b329/importcfg << 'EOF' # internal
2025-08-20T21:54:18.4725701Z [00:03:01.181]➜  # import config
2025-08-20T21:54:18.4726037Z [00:03:01.181]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:18.4726346Z [00:03:01.181]➜  EOF
2025-08-20T21:54:18.4729048Z [00:03:01.181]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b329/_pkg_.a -trimpath "/root/.go/src/container/heap=>container/heap;$WORK/b329=>" -p container/heap -lang=go1.25 -std -complete -installsuffix shared -buildid WYXxy7DxO4fZF5d-Nn7F/WYXxy7DxO4fZF5d-Nn7F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b329/importcfg -pack /root/.go/src/container/heap/heap.go
2025-08-20T21:54:18.4832270Z [00:03:01.192]➜  github.com/google/uuid
2025-08-20T21:54:18.4832700Z [00:03:01.192]➜  mkdir -p $WORK/b324/
2025-08-20T21:54:18.4833088Z [00:03:01.192]➜  cat >/tmp/go-build3999932643/b324/importcfg << 'EOF' # internal
2025-08-20T21:54:18.4833441Z [00:03:01.192]➜  # import config
2025-08-20T21:54:18.4833774Z [00:03:01.192]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:18.4834206Z [00:03:01.192]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:18.4834658Z [00:03:01.192]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:18.4835133Z [00:03:01.192]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:18.4835619Z [00:03:01.192]➜  packagefile database/sql/driver=/tmp/go-build3999932643/b325/_pkg_.a
2025-08-20T21:54:18.4836115Z [00:03:01.192]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:18.4836584Z [00:03:01.192]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:18.4837610Z [00:03:01.192]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:18.4838105Z [00:03:01.192]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:18.4838512Z [00:03:01.192]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:18.4838917Z [00:03:01.192]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:18.4839314Z [00:03:01.192]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:18.4839711Z [00:03:01.192]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:18.4840116Z [00:03:01.192]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:18.4840524Z [00:03:01.192]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:18.4840940Z [00:03:01.192]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:18.4841343Z [00:03:01.192]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:18.4841659Z [00:03:01.192]➜  EOF
2025-08-20T21:54:18.4846118Z [00:03:01.192]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b324/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/uuid@v1.6.0=>github.com/google/uuid@v1.6.0;$WORK/b324=>" -p github.com/google/uuid -lang=go1.16 -complete -installsuffix shared -buildid nGqO5mf2qfCYhw8Iqa0r/nGqO5mf2qfCYhw8Iqa0r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b324/importcfg -pack /root/go/pkg/mod/github.com/google/uuid@v1.6.0/dce.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/doc.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/hash.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/marshal.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/node.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/node_net.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/null.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/sql.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/time.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/util.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/uuid.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version1.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version4.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version6.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version7.go
2025-08-20T21:54:18.4861136Z [00:03:01.195]➜  go tool buildid -w $WORK/b329/_pkg_.a # internal
2025-08-20T21:54:18.4881478Z [00:03:01.195]➜  cp $WORK/b329/_pkg_.a /root/.cache/go-build/83/831086c6bbf1265ace41d8c955aba22443f961926f0b08a687e73c7c5d244ac6-d # internal
2025-08-20T21:54:18.4882063Z [00:03:01.196]➜  encoding/gob
2025-08-20T21:54:18.4882623Z [00:03:01.196]➜  mkdir -p $WORK/b330/
2025-08-20T21:54:18.4883107Z [00:03:01.196]➜  cat >/tmp/go-build3999932643/b330/importcfg << 'EOF' # internal
2025-08-20T21:54:18.4883463Z [00:03:01.196]➜  # import config
2025-08-20T21:54:18.4883794Z [00:03:01.196]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:18.4884230Z [00:03:01.196]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:54:18.4884686Z [00:03:01.196]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:18.4885132Z [00:03:01.196]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:18.4885539Z [00:03:01.196]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:18.4885989Z [00:03:01.196]➜  packagefile internal/saferio=/tmp/go-build3999932643/b172/_pkg_.a
2025-08-20T21:54:18.4886428Z [00:03:01.196]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:18.4886840Z [00:03:01.196]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:54:18.4887246Z [00:03:01.196]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:18.4887869Z [00:03:01.196]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:18.4888285Z [00:03:01.196]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:18.4889017Z [00:03:01.196]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:18.4889434Z [00:03:01.196]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:18.4889863Z [00:03:01.196]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:18.4890301Z [00:03:01.196]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:18.4890739Z [00:03:01.196]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:18.4891068Z [00:03:01.196]➜  EOF
2025-08-20T21:54:18.4893609Z [00:03:01.196]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b330/_pkg_.a -trimpath "/root/.go/src/encoding/gob=>encoding/gob;$WORK/b330=>" -p encoding/gob -lang=go1.25 -std -complete -installsuffix shared -buildid uSio5yKf8mC2Eeph2l3N/uSio5yKf8mC2Eeph2l3N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b330/importcfg -pack /root/.go/src/encoding/gob/dec_helpers.go /root/.go/src/encoding/gob/decode.go /root/.go/src/encoding/gob/decoder.go /root/.go/src/encoding/gob/doc.go /root/.go/src/encoding/gob/enc_helpers.go /root/.go/src/encoding/gob/encode.go /root/.go/src/encoding/gob/encoder.go /root/.go/src/encoding/gob/error.go /root/.go/src/encoding/gob/type.go
2025-08-20T21:54:18.5390379Z [00:03:01.248]➜  go tool buildid -w $WORK/b327/_pkg_.a # internal
2025-08-20T21:54:18.5408761Z [00:03:01.250]➜  cp $WORK/b327/_pkg_.a /root/.cache/go-build/ea/eaf90150bc2b8b2aee11477bacdd27440fd831b33ccbad78c6029aa1b0697de4-d # internal
2025-08-20T21:54:18.5411768Z [00:03:01.250]➜  github.com/projectdiscovery/retryabledns/doh
2025-08-20T21:54:18.5417050Z [00:03:01.251]➜  mkdir -p $WORK/b331/
2025-08-20T21:54:18.5419758Z [00:03:01.251]➜  cat >/tmp/go-build3999932643/b331/importcfg << 'EOF' # internal
2025-08-20T21:54:18.5422512Z [00:03:01.251]➜  # import config
2025-08-20T21:54:18.5423046Z [00:03:01.251]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:18.5424200Z [00:03:01.251]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:18.5425037Z [00:03:01.251]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:18.5425712Z [00:03:01.251]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:18.5426389Z [00:03:01.251]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:18.5426977Z [00:03:01.251]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:18.5428766Z [00:03:01.251]➜  packagefile github.com/miekg/dns=/tmp/go-build3999932643/b223/_pkg_.a
2025-08-20T21:54:18.5429240Z [00:03:01.251]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:18.5430021Z [00:03:01.251]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:18.5430558Z [00:03:01.251]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:18.5430984Z [00:03:01.251]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:18.5431287Z [00:03:01.251]➜  EOF
2025-08-20T21:54:18.5434035Z [00:03:01.251]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b331/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/retryabledns@v1.0.105/doh=>github.com/projectdiscovery/retryabledns@v1.0.105/doh;$WORK/b331=>" -p github.com/projectdiscovery/retryabledns/doh -lang=go1.24 -complete -installsuffix shared -buildid seESK_fYehoMv9dCBbX7/seESK_fYehoMv9dCBbX7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b331/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/retryabledns@v1.0.105/doh/doh_client.go /root/go/pkg/mod/github.com/projectdiscovery/retryabledns@v1.0.105/doh/options.go /root/go/pkg/mod/github.com/projectdiscovery/retryabledns@v1.0.105/doh/util.go
2025-08-20T21:54:18.5870467Z [00:03:01.296]➜  go tool buildid -w $WORK/b331/_pkg_.a # internal
2025-08-20T21:54:18.5886035Z [00:03:01.298]➜  cp $WORK/b331/_pkg_.a /root/.cache/go-build/8f/8f6ff44199f2db14a56fda38127062db2c16a1461adcb185e2a2af536616e396-d # internal
2025-08-20T21:54:18.5889164Z [00:03:01.298]➜  github.com/projectdiscovery/retryabledns/hostsfile
2025-08-20T21:54:18.5889974Z [00:03:01.298]➜  mkdir -p $WORK/b332/
2025-08-20T21:54:18.5899689Z [00:03:01.299]➜  cat >/tmp/go-build3999932643/b332/importcfg << 'EOF' # internal
2025-08-20T21:54:18.5901738Z [00:03:01.299]➜  # import config
2025-08-20T21:54:18.5902162Z [00:03:01.299]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:18.5905776Z [00:03:01.299]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:18.5908214Z [00:03:01.299]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:54:18.5910559Z [00:03:01.299]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:18.5913471Z [00:03:01.299]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:18.5913983Z [00:03:01.299]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:18.5914414Z [00:03:01.299]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:18.5914761Z [00:03:01.299]➜  EOF
2025-08-20T21:54:18.5916982Z [00:03:01.300]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b332/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/retryabledns@v1.0.105/hostsfile=>github.com/projectdiscovery/retryabledns@v1.0.105/hostsfile;$WORK/b332=>" -p github.com/projectdiscovery/retryabledns/hostsfile -lang=go1.24 -complete -installsuffix shared -buildid OQh9PTok-93uI5wpsC9v/OQh9PTok-93uI5wpsC9v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b332/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/retryabledns@v1.0.105/hostsfile/hostsfile.go
2025-08-20T21:54:18.5932145Z [00:03:01.302]➜  go tool buildid -w $WORK/b324/_pkg_.a # internal
2025-08-20T21:54:18.5940043Z [00:03:01.303]➜  cp $WORK/b324/_pkg_.a /root/.cache/go-build/17/17fa3d5f97bb4bfb83817c6de4fd6648c18c560446ffe8e5525638b83db6a5d7-d # internal
2025-08-20T21:54:18.5949829Z [00:03:01.304]➜  github.com/projectdiscovery/utils/consts
2025-08-20T21:54:18.5950217Z [00:03:01.304]➜  mkdir -p $WORK/b334/
2025-08-20T21:54:18.5950603Z [00:03:01.304]➜  cat >/tmp/go-build3999932643/b334/importcfg << 'EOF' # internal
2025-08-20T21:54:18.5950946Z [00:03:01.304]➜  # import config
2025-08-20T21:54:18.5951288Z [00:03:01.304]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:18.5951599Z [00:03:01.304]➜  EOF
2025-08-20T21:54:18.5954087Z [00:03:01.304]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b334/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/consts=>github.com/projectdiscovery/utils@v0.4.23/consts;$WORK/b334=>" -p github.com/projectdiscovery/utils/consts -lang=go1.24 -complete -installsuffix shared -buildid m-6Q-EN1WMSKemlnsYq9/m-6Q-EN1WMSKemlnsYq9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b334/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/consts/errors.go
2025-08-20T21:54:18.6036948Z [00:03:01.313]➜  go tool buildid -w $WORK/b334/_pkg_.a # internal
2025-08-20T21:54:18.6039221Z [00:03:01.313]➜  cp $WORK/b334/_pkg_.a /root/.cache/go-build/1e/1e7283bc1be2868d8230495b6b3497140a075e76f3e1ec4c754fde43e9836861-d # internal
2025-08-20T21:54:18.6076459Z [00:03:01.317]➜  go.uber.org/multierr
2025-08-20T21:54:18.6081062Z [00:03:01.317]➜  mkdir -p $WORK/b335/
2025-08-20T21:54:18.6083694Z [00:03:01.317]➜  cat >/tmp/go-build3999932643/b335/importcfg << 'EOF' # internal
2025-08-20T21:54:18.6084100Z [00:03:01.317]➜  # import config
2025-08-20T21:54:18.6084442Z [00:03:01.317]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:18.6084895Z [00:03:01.317]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:18.6085308Z [00:03:01.317]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:18.6085707Z [00:03:01.318]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:18.6086119Z [00:03:01.318]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:18.6086541Z [00:03:01.318]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:18.6087561Z [00:03:01.318]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:18.6087948Z [00:03:01.318]➜  EOF
2025-08-20T21:54:18.6090848Z [00:03:01.318]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b335/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/multierr@v1.11.0=>go.uber.org/multierr@v1.11.0;$WORK/b335=>" -p go.uber.org/multierr -lang=go1.19 -complete -installsuffix shared -buildid CjvxZhZwUPABOVHbB3J-/CjvxZhZwUPABOVHbB3J- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b335/importcfg -pack /root/go/pkg/mod/go.uber.org/multierr@v1.11.0/error.go /root/go/pkg/mod/go.uber.org/multierr@v1.11.0/error_post_go120.go
2025-08-20T21:54:18.6148922Z [00:03:01.323]➜  go tool buildid -w $WORK/b332/_pkg_.a # internal
2025-08-20T21:54:18.6149650Z [00:03:01.323]➜  cp $WORK/b332/_pkg_.a /root/.cache/go-build/c4/c42e83a53cd1320f8ecdc947d7919456bf5df347027b73a955a9946c778f13fa-d # internal
2025-08-20T21:54:18.6150892Z [00:03:01.324]➜  golang.org/x/net/internal/socks
2025-08-20T21:54:18.6151666Z [00:03:01.324]➜  mkdir -p $WORK/b337/
2025-08-20T21:54:18.6152557Z [00:03:01.324]➜  cat >/tmp/go-build3999932643/b337/importcfg << 'EOF' # internal
2025-08-20T21:54:18.6153408Z [00:03:01.324]➜  # import config
2025-08-20T21:54:18.6153814Z [00:03:01.324]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:18.6154262Z [00:03:01.324]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:18.6154678Z [00:03:01.324]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:18.6155104Z [00:03:01.324]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:18.6155526Z [00:03:01.324]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:18.6155947Z [00:03:01.324]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:18.6156253Z [00:03:01.324]➜  EOF
2025-08-20T21:54:18.6158456Z [00:03:01.324]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b337/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/socks=>golang.org/x/net@v0.41.0/internal/socks;$WORK/b337=>" -p golang.org/x/net/internal/socks -lang=go1.23 -complete -installsuffix shared -buildid MXFvQqs0JrY03NDklhzY/MXFvQqs0JrY03NDklhzY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b337/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/socks/client.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/socks/socks.go
2025-08-20T21:54:18.6471976Z [00:03:01.356]➜  go tool buildid -w $WORK/b335/_pkg_.a # internal
2025-08-20T21:54:18.6480402Z [00:03:01.357]➜  cp $WORK/b335/_pkg_.a /root/.cache/go-build/46/46d9986903c21a58d1657728753bca3372c916d9724e9b7b1bee9967a2ef18ad-d # internal
2025-08-20T21:54:18.6534584Z [00:03:01.363]➜  github.com/projectdiscovery/utils/ip
2025-08-20T21:54:18.6542060Z [00:03:01.363]➜  mkdir -p $WORK/b333/
2025-08-20T21:54:18.6542492Z [00:03:01.363]➜  cat >/tmp/go-build3999932643/b333/importcfg << 'EOF' # internal
2025-08-20T21:54:18.6542877Z [00:03:01.363]➜  # import config
2025-08-20T21:54:18.6543217Z [00:03:01.363]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:18.6543643Z [00:03:01.363]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:18.6544050Z [00:03:01.363]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:18.6544600Z [00:03:01.363]➜  packagefile github.com/projectdiscovery/utils/consts=/tmp/go-build3999932643/b334/_pkg_.a
2025-08-20T21:54:18.6545257Z [00:03:01.363]➜  packagefile github.com/projectdiscovery/utils/os=/tmp/go-build3999932643/b189/_pkg_.a
2025-08-20T21:54:18.6545929Z [00:03:01.363]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:18.6546518Z [00:03:01.363]➜  packagefile go.uber.org/multierr=/tmp/go-build3999932643/b335/_pkg_.a
2025-08-20T21:54:18.6546971Z [00:03:01.363]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:18.6547929Z [00:03:01.363]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:18.6548350Z [00:03:01.363]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:18.6548780Z [00:03:01.363]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:18.6549204Z [00:03:01.363]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:18.6549618Z [00:03:01.363]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:18.6549919Z [00:03:01.363]➜  EOF
2025-08-20T21:54:18.6551830Z [00:03:01.363]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b333/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/ip=>github.com/projectdiscovery/utils@v0.4.23/ip;$WORK/b333=>" -p github.com/projectdiscovery/utils/ip -lang=go1.24 -complete -installsuffix shared -buildid KbMyJH1wNpv5KHC4_IIb/KbMyJH1wNpv5KHC4_IIb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b333/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/ip/iputil.go
2025-08-20T21:54:18.6674132Z [00:03:01.376]➜  go tool buildid -w $WORK/b337/_pkg_.a # internal
2025-08-20T21:54:18.6691474Z [00:03:01.378]➜  cp $WORK/b337/_pkg_.a /root/.cache/go-build/c4/c4b74e709bef5ab058aa168219ab767fd2ac492e33370790c114e6fce3851c27-d # internal
2025-08-20T21:54:18.6755657Z [00:03:01.385]➜  golang.org/x/net/proxy
2025-08-20T21:54:18.6762553Z [00:03:01.385]➜  mkdir -p $WORK/b336/
2025-08-20T21:54:18.6762967Z [00:03:01.385]➜  cat >/tmp/go-build3999932643/b336/importcfg << 'EOF' # internal
2025-08-20T21:54:18.6763327Z [00:03:01.385]➜  # import config
2025-08-20T21:54:18.6764001Z [00:03:01.385]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:18.6764512Z [00:03:01.385]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:18.6765031Z [00:03:01.385]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build3999932643/b337/_pkg_.a
2025-08-20T21:54:18.6765531Z [00:03:01.385]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:18.6765971Z [00:03:01.385]➜  packagefile net/netip=/tmp/go-build3999932643/b162/_pkg_.a
2025-08-20T21:54:18.6766401Z [00:03:01.385]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:18.6766808Z [00:03:01.385]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:18.6767220Z [00:03:01.385]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:18.6767876Z [00:03:01.385]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:18.6768185Z [00:03:01.385]➜  EOF
2025-08-20T21:54:18.6773016Z [00:03:01.386]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b336/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/proxy=>golang.org/x/net@v0.41.0/proxy;$WORK/b336=>" -p golang.org/x/net/proxy -lang=go1.23 -complete -installsuffix shared -buildid tmYkhnpk2ZR9g5ULoebK/tmYkhnpk2ZR9g5ULoebK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b336/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/proxy/dial.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/proxy/direct.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/proxy/per_host.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/proxy/proxy.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/proxy/socks5.go
2025-08-20T21:54:18.7122606Z [00:03:01.421]➜  go tool buildid -w $WORK/b333/_pkg_.a # internal
2025-08-20T21:54:18.7131818Z [00:03:01.422]➜  cp $WORK/b333/_pkg_.a /root/.cache/go-build/b2/b274c535c8ef20cf513013f7d3c37872986562fb064706f8912df4ce606a065a-d # internal
2025-08-20T21:54:18.7192477Z [00:03:01.428]➜  github.com/Mzack9999/go-http-digest-auth-client
2025-08-20T21:54:18.7192998Z [00:03:01.429]➜  mkdir -p $WORK/b340/
2025-08-20T21:54:18.7196520Z [00:03:01.429]➜  cat >/tmp/go-build3999932643/b340/importcfg << 'EOF' # internal
2025-08-20T21:54:18.7198526Z [00:03:01.429]➜  # import config
2025-08-20T21:54:18.7198940Z [00:03:01.429]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:18.7209705Z [00:03:01.429]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:18.7210902Z [00:03:01.429]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:18.7211436Z [00:03:01.429]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:18.7211906Z [00:03:01.429]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:18.7212346Z [00:03:01.429]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:18.7212756Z [00:03:01.429]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:18.7213182Z [00:03:01.429]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:18.7213600Z [00:03:01.430]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:18.7214030Z [00:03:01.430]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:18.7214449Z [00:03:01.430]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:18.7214885Z [00:03:01.430]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:18.7215301Z [00:03:01.430]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:18.7215604Z [00:03:01.430]➜  EOF
2025-08-20T21:54:18.7219409Z [00:03:01.430]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b340/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!mzack9999/go-http-digest-auth-client@v0.6.1-0.20220414142836-eb8883508809=>github.com/Mzack9999/go-http-digest-auth-client@v0.6.1-0.20220414142836-eb8883508809;$WORK/b340=>" -p github.com/Mzack9999/go-http-digest-auth-client -lang=go1.17 -complete -installsuffix shared -buildid T98X2euRMTzWfYev5GV6/T98X2euRMTzWfYev5GV6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b340/importcfg -pack /root/go/pkg/mod/github.com/!mzack9999/go-http-digest-auth-client@v0.6.1-0.20220414142836-eb8883508809/authorization.go /root/go/pkg/mod/github.com/!mzack9999/go-http-digest-auth-client@v0.6.1-0.20220414142836-eb8883508809/digest_auth_client.go /root/go/pkg/mod/github.com/!mzack9999/go-http-digest-auth-client@v0.6.1-0.20220414142836-eb8883508809/www_authenticate.go
2025-08-20T21:54:18.7678505Z [00:03:01.477]➜  go tool buildid -w $WORK/b336/_pkg_.a # internal
2025-08-20T21:54:18.7696587Z [00:03:01.479]➜  cp $WORK/b336/_pkg_.a /root/.cache/go-build/57/571eca8676482027b05baddec07a021ee52e3e3f8f9e12ba9df3778ff9131f32-d # internal
2025-08-20T21:54:18.7800394Z [00:03:01.489]➜  github.com/Mzack9999/gcache
2025-08-20T21:54:18.7800754Z [00:03:01.489]➜  mkdir -p $WORK/b342/
2025-08-20T21:54:18.7810842Z [00:03:01.490]➜  cat >/tmp/go-build3999932643/b342/importcfg << 'EOF' # internal
2025-08-20T21:54:18.7811271Z [00:03:01.490]➜  # import config
2025-08-20T21:54:18.7811624Z [00:03:01.490]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:18.7812041Z [00:03:01.490]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:18.7812598Z [00:03:01.490]➜  packagefile github.com/Mzack9999/gcache/internal/list=/tmp/go-build3999932643/b343/_pkg_.a
2025-08-20T21:54:18.7813513Z [00:03:01.490]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:18.7813957Z [00:03:01.490]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:18.7814390Z [00:03:01.490]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:18.7814696Z [00:03:01.490]➜  EOF
2025-08-20T21:54:18.7828669Z [00:03:01.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b342/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!mzack9999/gcache@v0.0.0-20230410081825-519e28eab057=>github.com/Mzack9999/gcache@v0.0.0-20230410081825-519e28eab057;$WORK/b342=>" -p github.com/Mzack9999/gcache -lang=go1.19 -complete -installsuffix shared -buildid hl1YYI5gw0-0bwnQLhGY/hl1YYI5gw0-0bwnQLhGY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b342/importcfg -pack /root/go/pkg/mod/github.com/!mzack9999/gcache@v0.0.0-20230410081825-519e28eab057/arc.go /root/go/pkg/mod/github.com/!mzack9999/gcache@v0.0.0-20230410081825-519e28eab057/cache.go /root/go/pkg/mod/github.com/!mzack9999/gcache@v0.0.0-20230410081825-519e28eab057/clock.go /root/go/pkg/mod/github.com/!mzack9999/gcache@v0.0.0-20230410081825-519e28eab057/lfu.go /root/go/pkg/mod/github.com/!mzack9999/gcache@v0.0.0-20230410081825-519e28eab057/lru.go /root/go/pkg/mod/github.com/!mzack9999/gcache@v0.0.0-20230410081825-519e28eab057/simple.go /root/go/pkg/mod/github.com/!mzack9999/gcache@v0.0.0-20230410081825-519e28eab057/singleflight.go /root/go/pkg/mod/github.com/!mzack9999/gcache@v0.0.0-20230410081825-519e28eab057/stats.go /root/go/pkg/mod/github.com/!mzack9999/gcache@v0.0.0-20230410081825-519e28eab057/utils.go
2025-08-20T21:54:18.7979606Z [00:03:01.507]➜  go tool buildid -w $WORK/b340/_pkg_.a # internal
2025-08-20T21:54:18.8013087Z [00:03:01.511]➜  cp $WORK/b340/_pkg_.a /root/.cache/go-build/66/66103b9349737ce6d043b20a4b91c85c6c44a6c022c78210b973789cc09f8e5d-d # internal
2025-08-20T21:54:18.8015794Z [00:03:01.511]➜  github.com/dimchansky/utfbom
2025-08-20T21:54:18.8016849Z [00:03:01.511]➜  mkdir -p $WORK/b344/
2025-08-20T21:54:18.8024382Z [00:03:01.512]➜  cat >/tmp/go-build3999932643/b344/importcfg << 'EOF' # internal
2025-08-20T21:54:18.8025716Z [00:03:01.512]➜  # import config
2025-08-20T21:54:18.8026071Z [00:03:01.512]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:18.8026484Z [00:03:01.512]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:18.8026785Z [00:03:01.512]➜  EOF
2025-08-20T21:54:18.8041965Z [00:03:01.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b344/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dimchansky/utfbom@v1.1.1=>github.com/dimchansky/utfbom@v1.1.1;$WORK/b344=>" -p github.com/dimchansky/utfbom -lang=go1.16 -complete -installsuffix shared -buildid 8HSMOYC4H_w8sGcz7xA5/8HSMOYC4H_w8sGcz7xA5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b344/importcfg -pack /root/go/pkg/mod/github.com/dimchansky/utfbom@v1.1.1/utfbom.go
2025-08-20T21:54:18.8563039Z [00:03:01.566]➜  go tool buildid -w $WORK/b344/_pkg_.a # internal
2025-08-20T21:54:18.8576663Z [00:03:01.567]➜  cp $WORK/b344/_pkg_.a /root/.cache/go-build/67/67481d502f2e937fda1ecc8b65ec78f27e5f6e7cb81c7040bcc9c70e59c1ec70-d # internal
2025-08-20T21:54:18.8577286Z [00:03:01.567]➜  github.com/docker/go-units
2025-08-20T21:54:18.8577721Z [00:03:01.567]➜  mkdir -p $WORK/b345/
2025-08-20T21:54:18.8578100Z [00:03:01.567]➜  cat >/tmp/go-build3999932643/b345/importcfg << 'EOF' # internal
2025-08-20T21:54:18.8578440Z [00:03:01.567]➜  # import config
2025-08-20T21:54:18.8578770Z [00:03:01.567]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:18.8579256Z [00:03:01.567]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:18.8579686Z [00:03:01.567]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:18.8580100Z [00:03:01.567]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:18.8580409Z [00:03:01.567]➜  EOF
2025-08-20T21:54:18.8582541Z [00:03:01.567]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b345/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/go-units@v0.5.0=>github.com/docker/go-units@v0.5.0;$WORK/b345=>" -p github.com/docker/go-units -lang=go1.16 -complete -installsuffix shared -buildid QJqR_WCpO5njPAO25BJL/QJqR_WCpO5njPAO25BJL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b345/importcfg -pack /root/go/pkg/mod/github.com/docker/go-units@v0.5.0/duration.go /root/go/pkg/mod/github.com/docker/go-units@v0.5.0/size.go /root/go/pkg/mod/github.com/docker/go-units@v0.5.0/ulimit.go
2025-08-20T21:54:18.8992537Z [00:03:01.608]➜  go tool buildid -w $WORK/b345/_pkg_.a # internal
2025-08-20T21:54:18.8998803Z [00:03:01.609]➜  cp $WORK/b345/_pkg_.a /root/.cache/go-build/65/6591fd9508a1a2020ac26e386676904895379b988e4222c194fce8eccfef7c2e-d # internal
2025-08-20T21:54:18.8999364Z [00:03:01.609]➜  crypto/mlkem
2025-08-20T21:54:18.8999631Z [00:03:01.609]➜  mkdir -p $WORK/b348/
2025-08-20T21:54:18.9000004Z [00:03:01.609]➜  cat >/tmp/go-build3999932643/b348/importcfg << 'EOF' # internal
2025-08-20T21:54:18.9000368Z [00:03:01.609]➜  # import config
2025-08-20T21:54:18.9000835Z [00:03:01.609]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build3999932643/b137/_pkg_.a
2025-08-20T21:54:18.9001221Z [00:03:01.609]➜  EOF
2025-08-20T21:54:18.9002688Z [00:03:01.609]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b348/_pkg_.a -trimpath "/root/.go/src/crypto/mlkem=>crypto/mlkem;$WORK/b348=>" -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/b348/importcfg -pack /root/.go/src/crypto/mlkem/mlkem.go
2025-08-20T21:54:18.9341897Z [00:03:01.643]➜  go tool buildid -w $WORK/b348/_pkg_.a # internal
2025-08-20T21:54:18.9373957Z [00:03:01.647]➜  cp $WORK/b348/_pkg_.a /root/.cache/go-build/42/429c18fff564c3890ce189b5b38b62e770d91ed3940f5d3859f0737d7cde6bf4-d # internal
2025-08-20T21:54:18.9380152Z [00:03:01.647]➜  golang.org/x/crypto/cryptobyte
2025-08-20T21:54:18.9382659Z [00:03:01.647]➜  mkdir -p $WORK/b353/
2025-08-20T21:54:18.9383551Z [00:03:01.647]➜  cat >/tmp/go-build3999932643/b353/importcfg << 'EOF' # internal
2025-08-20T21:54:18.9384232Z [00:03:01.648]➜  # import config
2025-08-20T21:54:18.9385906Z [00:03:01.648]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:18.9386409Z [00:03:01.648]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:18.9386829Z [00:03:01.648]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:18.9387813Z [00:03:01.648]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3999932643/b354/_pkg_.a
2025-08-20T21:54:18.9388433Z [00:03:01.648]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:18.9388867Z [00:03:01.648]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:18.9389285Z [00:03:01.648]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:18.9389591Z [00:03:01.648]➜  EOF
2025-08-20T21:54:18.9391890Z [00:03:01.648]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b353/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/cryptobyte=>golang.org/x/crypto@v0.39.0/cryptobyte;$WORK/b353=>" -p golang.org/x/crypto/cryptobyte -lang=go1.23 -complete -installsuffix shared -buildid XiiGqZx3-qh5sm82VSfD/XiiGqZx3-qh5sm82VSfD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b353/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/cryptobyte/asn1.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/cryptobyte/builder.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/cryptobyte/string.go
2025-08-20T21:54:18.9874338Z [00:03:01.697]➜  go tool buildid -w $WORK/b342/_pkg_.a # internal
2025-08-20T21:54:18.9903901Z [00:03:01.700]➜  cp $WORK/b342/_pkg_.a /root/.cache/go-build/55/55c3ba0e0803b552e744e35b82e43b6793196a38720dba0c501a19bcf8ca7841-d # internal
2025-08-20T21:54:18.9908889Z [00:03:01.700]➜  github.com/cloudflare/circl/internal/sha3
2025-08-20T21:54:18.9909877Z [00:03:01.700]➜  mkdir -p $WORK/b357/
2025-08-20T21:54:18.9914655Z [00:03:01.701]➜  cat >/tmp/go-build3999932643/b357/importcfg << 'EOF' # internal
2025-08-20T21:54:18.9915202Z [00:03:01.701]➜  # import config
2025-08-20T21:54:18.9915721Z [00:03:01.701]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:18.9916257Z [00:03:01.701]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:18.9916984Z [00:03:01.701]➜  EOF
2025-08-20T21:54:18.9923208Z [00:03:01.701]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b357/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3=>github.com/cloudflare/circl@v1.6.1/internal/sha3;$WORK/b357=>" -p github.com/cloudflare/circl/internal/sha3 -lang=go1.22 -complete -installsuffix shared -buildid HqP4ovjOVa_X-b29WNvT/HqP4ovjOVa_X-b29WNvT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b357/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/doc.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/hashes.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/keccakf.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/rc.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/sha3.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/shake.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/xor.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/xor_generic.go
2025-08-20T21:54:19.0305758Z [00:03:01.739]➜  go tool buildid -w $WORK/b357/_pkg_.a # internal
2025-08-20T21:54:19.0321341Z [00:03:01.741]➜  cp $WORK/b357/_pkg_.a /root/.cache/go-build/25/257c025a6d332c48efd51c5f191a2ba788db0dbd8e74d4a26045e7f060533f97-d # internal
2025-08-20T21:54:19.0329550Z [00:03:01.742]➜  github.com/cloudflare/circl/kem
2025-08-20T21:54:19.0332398Z [00:03:01.743]➜  mkdir -p $WORK/b358/
2025-08-20T21:54:19.0334689Z [00:03:01.743]➜  go tool buildid -w $WORK/b330/_pkg_.a # internal
2025-08-20T21:54:19.0345061Z [00:03:01.744]➜  cat >/tmp/go-build3999932643/b358/importcfg << 'EOF' # internal
2025-08-20T21:54:19.0346110Z [00:03:01.744]➜  # import config
2025-08-20T21:54:19.0347078Z [00:03:01.744]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:54:19.0347701Z [00:03:01.744]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:19.0348030Z [00:03:01.744]➜  EOF
2025-08-20T21:54:19.0356797Z [00:03:01.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b358/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/kem=>github.com/cloudflare/circl@v1.6.1/kem;$WORK/b358=>" -p github.com/cloudflare/circl/kem -lang=go1.22 -complete -installsuffix shared -buildid yv5qFFyPOYX_7g3L_Bew/yv5qFFyPOYX_7g3L_Bew -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b358/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/kem/kem.go
2025-08-20T21:54:19.0574992Z [00:03:01.766]➜  cp $WORK/b330/_pkg_.a /root/.cache/go-build/46/46034c9ef7e126c9d137df697e3a611f06bbffcf06d2a9ef0816df587ccbd44c-d # internal
2025-08-20T21:54:19.0583171Z [00:03:01.768]➜  github.com/projectdiscovery/retryabledns
2025-08-20T21:54:19.0585570Z [00:03:01.768]➜  mkdir -p $WORK/b328/
2025-08-20T21:54:19.0588774Z [00:03:01.768]➜  cat >/tmp/go-build3999932643/b328/importcfg << 'EOF' # internal
2025-08-20T21:54:19.0589156Z [00:03:01.768]➜  # import config
2025-08-20T21:54:19.0589501Z [00:03:01.768]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:19.0589952Z [00:03:01.768]➜  packagefile container/heap=/tmp/go-build3999932643/b329/_pkg_.a
2025-08-20T21:54:19.0590428Z [00:03:01.768]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:19.0590875Z [00:03:01.768]➜  packagefile encoding/gob=/tmp/go-build3999932643/b330/_pkg_.a
2025-08-20T21:54:19.0591344Z [00:03:01.768]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:19.0591784Z [00:03:01.768]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:19.0592566Z [00:03:01.768]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:19.0593029Z [00:03:01.768]➜  packagefile github.com/miekg/dns=/tmp/go-build3999932643/b223/_pkg_.a
2025-08-20T21:54:19.0593656Z [00:03:01.768]➜  packagefile github.com/projectdiscovery/retryabledns/doh=/tmp/go-build3999932643/b331/_pkg_.a
2025-08-20T21:54:19.0594391Z [00:03:01.768]➜  packagefile github.com/projectdiscovery/retryabledns/hostsfile=/tmp/go-build3999932643/b332/_pkg_.a
2025-08-20T21:54:19.0595081Z [00:03:01.768]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build3999932643/b333/_pkg_.a
2025-08-20T21:54:19.0595743Z [00:03:01.768]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:54:19.0596392Z [00:03:01.768]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build3999932643/b190/_pkg_.a
2025-08-20T21:54:19.0597056Z [00:03:01.768]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:19.0597927Z [00:03:01.768]➜  packagefile golang.org/x/net/proxy=/tmp/go-build3999932643/b336/_pkg_.a
2025-08-20T21:54:19.0598408Z [00:03:01.768]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:19.0598826Z [00:03:01.768]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:19.0599243Z [00:03:01.768]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:19.0599666Z [00:03:01.768]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:19.0600090Z [00:03:01.768]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:19.0600522Z [00:03:01.768]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:19.0600949Z [00:03:01.768]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:19.0601254Z [00:03:01.768]➜  EOF
2025-08-20T21:54:19.0626682Z [00:03:01.768]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b328/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/retryabledns@v1.0.105=>github.com/projectdiscovery/retryabledns@v1.0.105;$WORK/b328=>" -p github.com/projectdiscovery/retryabledns -lang=go1.24 -complete -installsuffix shared -buildid j1-6gN3YHSuDca1XKlCH/j1-6gN3YHSuDca1XKlCH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b328/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/retryabledns@v1.0.105/client.go /root/go/pkg/mod/github.com/projectdiscovery/retryabledns@v1.0.105/client_queue.go /root/go/pkg/mod/github.com/projectdiscovery/retryabledns@v1.0.105/connpool.go /root/go/pkg/mod/github.com/projectdiscovery/retryabledns@v1.0.105/options.go /root/go/pkg/mod/github.com/projectdiscovery/retryabledns@v1.0.105/resolver.go /root/go/pkg/mod/github.com/projectdiscovery/retryabledns@v1.0.105/root.go /root/go/pkg/mod/github.com/projectdiscovery/retryabledns@v1.0.105/validate.go
2025-08-20T21:54:19.0630493Z [00:03:01.768]➜  go tool buildid -w $WORK/b358/_pkg_.a # internal
2025-08-20T21:54:19.0631214Z [00:03:01.771]➜  cp $WORK/b358/_pkg_.a /root/.cache/go-build/eb/eb33bbe26cc8a1a1420be98f47ce9c6d776d963b83b4324fac07385df127ecc2-d # internal
2025-08-20T21:54:19.0649147Z [00:03:01.774]➜  go tool buildid -w $WORK/b353/_pkg_.a # internal
2025-08-20T21:54:19.0667123Z [00:03:01.775]➜  golang.org/x/sys/cpu
2025-08-20T21:54:19.0667642Z [00:03:01.775]➜  mkdir -p $WORK/b365/
2025-08-20T21:54:19.0667991Z [00:03:01.776]➜  echo -n > $WORK/b365/go_asm.h # internal
2025-08-20T21:54:19.0674126Z [00:03:01.777]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu
2025-08-20T21:54:19.0675910Z [00:03:01.777]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu=>golang.org/x/sys@v0.33.0/cpu;$WORK/b365=>" -I $WORK/b365/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b365/symabis ./cpu_arm64.s
2025-08-20T21:54:19.0709086Z [00:03:01.780]➜  cp $WORK/b353/_pkg_.a /root/.cache/go-build/b7/b7d7cba78ebc6f413a42693fd130268dd4361dd54e6d90b7a99e719a3dfb01ec-d # internal
2025-08-20T21:54:19.0714720Z [00:03:01.781]➜  github.com/cloudflare/circl/internal/conv
2025-08-20T21:54:19.0715074Z [00:03:01.781]➜  mkdir -p $WORK/b352/
2025-08-20T21:54:19.0715451Z [00:03:01.781]➜  cat >/tmp/go-build3999932643/b352/importcfg << 'EOF' # internal
2025-08-20T21:54:19.0715794Z [00:03:01.781]➜  # import config
2025-08-20T21:54:19.0716166Z [00:03:01.781]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:19.0716609Z [00:03:01.781]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:19.0717133Z [00:03:01.781]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build3999932643/b353/_pkg_.a
2025-08-20T21:54:19.0717874Z [00:03:01.781]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:19.0718320Z [00:03:01.781]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:19.0718633Z [00:03:01.781]➜  EOF
2025-08-20T21:54:19.0718916Z [00:03:01.781]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:19.0720981Z [00:03:01.781]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b352/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/conv=>github.com/cloudflare/circl@v1.6.1/internal/conv;$WORK/b352=>" -p github.com/cloudflare/circl/internal/conv -lang=go1.22 -complete -installsuffix shared -buildid LolW60rK3lUweBq11eHX/LolW60rK3lUweBq11eHX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b352/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/conv/conv.go
2025-08-20T21:54:19.0730743Z [00:03:01.782]➜  cat >/tmp/go-build3999932643/b365/importcfg << 'EOF' # internal
2025-08-20T21:54:19.0731620Z [00:03:01.782]➜  # import config
2025-08-20T21:54:19.0732255Z [00:03:01.782]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:19.0748849Z [00:03:01.782]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:19.0750167Z [00:03:01.782]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:19.0750882Z [00:03:01.782]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:19.0751696Z [00:03:01.782]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:19.0752495Z [00:03:01.782]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:19.0753175Z [00:03:01.782]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:19.0753639Z [00:03:01.782]➜  EOF
2025-08-20T21:54:19.0758428Z [00:03:01.782]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b365/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu=>golang.org/x/sys@v0.33.0/cpu;$WORK/b365=>" -p golang.org/x/sys/cpu -lang=go1.23 -installsuffix shared -buildid 78dJvU9pUzFzZE5Wvh7x/78dJvU9pUzFzZE5Wvh7x -goversion go1.25.0 -symabis $WORK/b365/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b365/importcfg -pack -asmhdr $WORK/b365/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/byteorder.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/cpu.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/cpu_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/cpu_gc_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/cpu_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/hwcap_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/parse.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/proc_cpuinfo_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/runtime_auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/runtime_auxv_go121.go
2025-08-20T21:54:19.1252806Z [00:03:01.834]➜  go tool buildid -w $WORK/b352/_pkg_.a # internal
2025-08-20T21:54:19.1261365Z [00:03:01.835]➜  cp $WORK/b352/_pkg_.a /root/.cache/go-build/95/951e787d7e52b16b55136f0693e12554ca23af5a7de60c6bcc7381b5b0a40bc8-d # internal
2025-08-20T21:54:19.1265988Z [00:03:01.836]➜  github.com/cloudflare/circl/math/fp25519
2025-08-20T21:54:19.1271454Z [00:03:01.836]➜  mkdir -p $WORK/b351/
2025-08-20T21:54:19.1272287Z [00:03:01.836]➜  cat >/tmp/go-build3999932643/b351/importcfg << 'EOF' # internal
2025-08-20T21:54:19.1272635Z [00:03:01.836]➜  # import config
2025-08-20T21:54:19.1273007Z [00:03:01.836]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:19.1273466Z [00:03:01.836]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:19.1274022Z [00:03:01.836]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build3999932643/b352/_pkg_.a
2025-08-20T21:54:19.1274569Z [00:03:01.836]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:19.1274903Z [00:03:01.836]➜  EOF
2025-08-20T21:54:19.1277586Z [00:03:01.836]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b351/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519=>github.com/cloudflare/circl@v1.6.1/math/fp25519;$WORK/b351=>" -p github.com/cloudflare/circl/math/fp25519 -lang=go1.22 -complete -installsuffix shared -buildid ABotxcmQhzybd5NcaM8n/ABotxcmQhzybd5NcaM8n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b351/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519/fp.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519/fp_generic.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519/fp_noasm.go
2025-08-20T21:54:19.1781959Z [00:03:01.887]➜  go tool buildid -w $WORK/b351/_pkg_.a # internal
2025-08-20T21:54:19.1792090Z [00:03:01.888]➜  cp $WORK/b351/_pkg_.a /root/.cache/go-build/66/66d7d021b206b0b69233b4c57035877c8ad3ffa6fbeed538f033cdb3fa481190-d # internal
2025-08-20T21:54:19.1795536Z [00:03:01.889]➜  github.com/cloudflare/circl/dh/x25519
2025-08-20T21:54:19.1803334Z [00:03:01.889]➜  mkdir -p $WORK/b350/
2025-08-20T21:54:19.1803759Z [00:03:01.889]➜  cat >/tmp/go-build3999932643/b350/importcfg << 'EOF' # internal
2025-08-20T21:54:19.1804114Z [00:03:01.889]➜  # import config
2025-08-20T21:54:19.1804474Z [00:03:01.889]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:19.1804982Z [00:03:01.889]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:19.1805564Z [00:03:01.889]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build3999932643/b351/_pkg_.a
2025-08-20T21:54:19.1806110Z [00:03:01.889]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:19.1806431Z [00:03:01.889]➜  EOF
2025-08-20T21:54:19.1810174Z [00:03:01.889]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b350/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519=>github.com/cloudflare/circl@v1.6.1/dh/x25519;$WORK/b350=>" -p github.com/cloudflare/circl/dh/x25519 -lang=go1.22 -complete -installsuffix shared -buildid sYMtyE0-hZr1U2deIi3L/sYMtyE0-hZr1U2deIi3L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b350/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/curve.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/curve_generic.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/curve_noasm.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/doc.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/key.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/table.go
2025-08-20T21:54:19.2161133Z [00:03:01.925]➜  go tool buildid -w $WORK/b350/_pkg_.a # internal
2025-08-20T21:54:19.2174140Z [00:03:01.926]➜  cp $WORK/b350/_pkg_.a /root/.cache/go-build/e7/e72d15059af9b85efcf9f885389112f5837ecf7430837763c0295c68fc5ddc05-d # internal
2025-08-20T21:54:19.2174827Z [00:03:01.926]➜  github.com/cloudflare/circl/math/fp448
2025-08-20T21:54:19.2175143Z [00:03:01.926]➜  mkdir -p $WORK/b356/
2025-08-20T21:54:19.2176036Z [00:03:01.927]➜  cat >/tmp/go-build3999932643/b356/importcfg << 'EOF' # internal
2025-08-20T21:54:19.2176772Z [00:03:01.927]➜  # import config
2025-08-20T21:54:19.2177975Z [00:03:01.927]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:19.2179280Z [00:03:01.927]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:19.2182870Z [00:03:01.927]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build3999932643/b352/_pkg_.a
2025-08-20T21:54:19.2183437Z [00:03:01.927]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:19.2183762Z [00:03:01.927]➜  EOF
2025-08-20T21:54:19.2186293Z [00:03:01.927]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b356/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448=>github.com/cloudflare/circl@v1.6.1/math/fp448;$WORK/b356=>" -p github.com/cloudflare/circl/math/fp448 -lang=go1.22 -complete -installsuffix shared -buildid OcdcNxEpvwZKz3GVPm6g/OcdcNxEpvwZKz3GVPm6g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b356/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448/fp.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448/fp_generic.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448/fp_noasm.go
2025-08-20T21:54:19.2775569Z [00:03:01.986]➜  go tool buildid -w $WORK/b356/_pkg_.a # internal
2025-08-20T21:54:19.2776350Z [00:03:01.987]➜  cp $WORK/b356/_pkg_.a /root/.cache/go-build/97/9784c60fdbaa7e3f46f49e37498aeab0f9ffd3c4e8e472e8b149c255f83e999e-d # internal
2025-08-20T21:54:19.2776944Z [00:03:01.987]➜  github.com/cloudflare/circl/dh/x448
2025-08-20T21:54:19.2778061Z [00:03:01.987]➜  mkdir -p $WORK/b355/
2025-08-20T21:54:19.2778403Z [00:03:01.987]➜  go tool buildid -w $WORK/b253/_pkg_.a # internal
2025-08-20T21:54:19.2790237Z [00:03:01.988]➜  cat >/tmp/go-build3999932643/b355/importcfg << 'EOF' # internal
2025-08-20T21:54:19.2790938Z [00:03:01.988]➜  # import config
2025-08-20T21:54:19.2791592Z [00:03:01.988]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:19.2792427Z [00:03:01.988]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:19.2794200Z [00:03:01.988]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build3999932643/b356/_pkg_.a
2025-08-20T21:54:19.2794825Z [00:03:01.988]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:19.2795151Z [00:03:01.988]➜  EOF
2025-08-20T21:54:19.2798759Z [00:03:01.989]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b355/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448=>github.com/cloudflare/circl@v1.6.1/dh/x448;$WORK/b355=>" -p github.com/cloudflare/circl/dh/x448 -lang=go1.22 -complete -installsuffix shared -buildid 3G2McyK2Xxa5_NqJXugd/3G2McyK2Xxa5_NqJXugd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b355/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/curve.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/curve_generic.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/curve_noasm.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/doc.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/key.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/table.go
2025-08-20T21:54:19.2872809Z [00:03:01.997]➜  cp $WORK/b253/_pkg_.a /root/.cache/go-build/08/08ba7bf45100c9a59f84f44d304f86974122d1bb29b9cd1cc8d222ed86441376-d # internal
2025-08-20T21:54:19.2873519Z [00:03:01.997]➜  github.com/bodgit/sevenzip/internal/brotli
2025-08-20T21:54:19.2888222Z [00:03:01.997]➜  mkdir -p $WORK/b274/
2025-08-20T21:54:19.2888658Z [00:03:01.997]➜  cat >/tmp/go-build3999932643/b274/importcfg << 'EOF' # internal
2025-08-20T21:54:19.2890229Z [00:03:01.997]➜  # import config
2025-08-20T21:54:19.2890681Z [00:03:01.997]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:19.2891146Z [00:03:01.997]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:19.2891602Z [00:03:01.997]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:19.2892016Z [00:03:01.997]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:19.2892925Z [00:03:01.997]➜  packagefile github.com/andybalholm/brotli=/tmp/go-build3999932643/b253/_pkg_.a
2025-08-20T21:54:19.2893528Z [00:03:01.997]➜  packagefile github.com/bodgit/plumbing=/tmp/go-build3999932643/b256/_pkg_.a
2025-08-20T21:54:19.2894004Z [00:03:01.997]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:19.2894404Z [00:03:01.997]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:19.2894706Z [00:03:01.997]➜  EOF
2025-08-20T21:54:19.2896732Z [00:03:01.997]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b274/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/brotli=>github.com/bodgit/sevenzip@v1.6.0/internal/brotli;$WORK/b274=>" -p github.com/bodgit/sevenzip/internal/brotli -lang=go1.19 -complete -installsuffix shared -buildid EXGTqtqGjG3TLtkrJNYY/EXGTqtqGjG3TLtkrJNYY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b274/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/brotli/reader.go
2025-08-20T21:54:19.3040655Z [00:03:02.013]➜  go tool buildid -w $WORK/b328/_pkg_.a # internal
2025-08-20T21:54:19.3073896Z [00:03:02.016]➜  cp $WORK/b328/_pkg_.a /root/.cache/go-build/20/20f0a03efade28938b7a1456ecec85858523f28d2633569617a10d9611996afc-d # internal
2025-08-20T21:54:19.3074566Z [00:03:02.017]➜  go tool buildid -w $WORK/b274/_pkg_.a # internal
2025-08-20T21:54:19.3074925Z [00:03:02.017]➜  golang.org/x/crypto/chacha20
2025-08-20T21:54:19.3075217Z [00:03:02.017]➜  mkdir -p $WORK/b369/
2025-08-20T21:54:19.3075517Z [00:03:02.017]➜  echo -n > $WORK/b369/go_asm.h # internal
2025-08-20T21:54:19.3075939Z [00:03:02.017]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20
2025-08-20T21:54:19.3077265Z [00:03:02.017]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/crypto/chacha20 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20=>golang.org/x/crypto@v0.39.0/chacha20;$WORK/b369=>" -I $WORK/b369/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b369/symabis ./chacha_arm64.s
2025-08-20T21:54:19.3087528Z [00:03:02.018]➜  cp $WORK/b274/_pkg_.a /root/.cache/go-build/88/88a963d240b2be1eb89fdc48196c0b414bdebc090a4028680baf0f12041142b6-d # internal
2025-08-20T21:54:19.3088193Z [00:03:02.018]➜  github.com/bodgit/sevenzip
2025-08-20T21:54:19.3088480Z [00:03:02.018]➜  mkdir -p $WORK/b255/
2025-08-20T21:54:19.3092602Z [00:03:02.018]➜  cat >/tmp/go-build3999932643/b255/importcfg << 'EOF' # internal
2025-08-20T21:54:19.3092972Z [00:03:02.018]➜  # import config
2025-08-20T21:54:19.3093413Z [00:03:02.018]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:19.3094167Z [00:03:02.018]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:19.3094747Z [00:03:02.018]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:19.3095198Z [00:03:02.018]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:19.3095608Z [00:03:02.018]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:19.3096111Z [00:03:02.018]➜  packagefile github.com/bodgit/plumbing=/tmp/go-build3999932643/b256/_pkg_.a
2025-08-20T21:54:19.3096732Z [00:03:02.018]➜  packagefile github.com/bodgit/sevenzip/internal/aes7z=/tmp/go-build3999932643/b257/_pkg_.a
2025-08-20T21:54:19.3097583Z [00:03:02.018]➜  packagefile github.com/bodgit/sevenzip/internal/bcj2=/tmp/go-build3999932643/b269/_pkg_.a
2025-08-20T21:54:19.3098294Z [00:03:02.018]➜  packagefile github.com/bodgit/sevenzip/internal/bra=/tmp/go-build3999932643/b273/_pkg_.a
2025-08-20T21:54:19.3098962Z [00:03:02.018]➜  packagefile github.com/bodgit/sevenzip/internal/brotli=/tmp/go-build3999932643/b274/_pkg_.a
2025-08-20T21:54:19.3099643Z [00:03:02.018]➜  packagefile github.com/bodgit/sevenzip/internal/bzip2=/tmp/go-build3999932643/b275/_pkg_.a
2025-08-20T21:54:19.3100319Z [00:03:02.018]➜  packagefile github.com/bodgit/sevenzip/internal/deflate=/tmp/go-build3999932643/b277/_pkg_.a
2025-08-20T21:54:19.3101017Z [00:03:02.018]➜  packagefile github.com/bodgit/sevenzip/internal/delta=/tmp/go-build3999932643/b280/_pkg_.a
2025-08-20T21:54:19.3102081Z [00:03:02.018]➜  packagefile github.com/bodgit/sevenzip/internal/lz4=/tmp/go-build3999932643/b281/_pkg_.a
2025-08-20T21:54:19.3102738Z [00:03:02.018]➜  packagefile github.com/bodgit/sevenzip/internal/lzma=/tmp/go-build3999932643/b287/_pkg_.a
2025-08-20T21:54:19.3103401Z [00:03:02.018]➜  packagefile github.com/bodgit/sevenzip/internal/lzma2=/tmp/go-build3999932643/b291/_pkg_.a
2025-08-20T21:54:19.3104058Z [00:03:02.018]➜  packagefile github.com/bodgit/sevenzip/internal/pool=/tmp/go-build3999932643/b292/_pkg_.a
2025-08-20T21:54:19.3104722Z [00:03:02.018]➜  packagefile github.com/bodgit/sevenzip/internal/util=/tmp/go-build3999932643/b270/_pkg_.a
2025-08-20T21:54:19.3105379Z [00:03:02.018]➜  packagefile github.com/bodgit/sevenzip/internal/zstd=/tmp/go-build3999932643/b293/_pkg_.a
2025-08-20T21:54:19.3105977Z [00:03:02.018]➜  packagefile github.com/bodgit/windows=/tmp/go-build3999932643/b300/_pkg_.a
2025-08-20T21:54:19.3106567Z [00:03:02.018]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3999932643/b271/_pkg_.a
2025-08-20T21:54:19.3107116Z [00:03:02.018]➜  packagefile go4.org/readerutil=/tmp/go-build3999932643/b301/_pkg_.a
2025-08-20T21:54:19.3107832Z [00:03:02.018]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build3999932643/b262/_pkg_.a
2025-08-20T21:54:19.3108420Z [00:03:02.018]➜  packagefile golang.org/x/text/transform=/tmp/go-build3999932643/b265/_pkg_.a
2025-08-20T21:54:19.3108901Z [00:03:02.018]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:19.3109328Z [00:03:02.018]➜  packagefile hash/crc32=/tmp/go-build3999932643/b204/_pkg_.a
2025-08-20T21:54:19.3109753Z [00:03:02.018]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:19.3110155Z [00:03:02.018]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:19.3110578Z [00:03:02.018]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:19.3110988Z [00:03:02.018]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:19.3111397Z [00:03:02.018]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:19.3111837Z [00:03:02.018]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:19.3112267Z [00:03:02.019]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:19.3112684Z [00:03:02.019]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:19.3113100Z [00:03:02.019]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:19.3113508Z [00:03:02.019]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:19.3114033Z [00:03:02.019]➜  EOF
2025-08-20T21:54:19.3114373Z [00:03:02.019]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:19.3121260Z [00:03:02.019]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b255/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0=>github.com/bodgit/sevenzip@v1.6.0;$WORK/b255=>" -p github.com/bodgit/sevenzip -lang=go1.19 -complete -installsuffix shared -buildid llgz0vWnn_4V64bIz9ov/llgz0vWnn_4V64bIz9ov -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b255/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/reader.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/register.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/struct.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/types.go
2025-08-20T21:54:19.3123650Z [00:03:02.021]➜  cat >/tmp/go-build3999932643/b369/importcfg << 'EOF' # internal
2025-08-20T21:54:19.3124001Z [00:03:02.021]➜  # import config
2025-08-20T21:54:19.3124372Z [00:03:02.021]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:19.3124847Z [00:03:02.022]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:19.3125293Z [00:03:02.022]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:19.3125813Z [00:03:02.022]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build3999932643/b370/_pkg_.a
2025-08-20T21:54:19.3126661Z [00:03:02.022]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:19.3127095Z [00:03:02.022]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:19.3127648Z [00:03:02.022]➜  EOF
2025-08-20T21:54:19.3130084Z [00:03:02.022]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b369/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20=>golang.org/x/crypto@v0.39.0/chacha20;$WORK/b369=>" -p golang.org/x/crypto/chacha20 -lang=go1.23 -installsuffix shared -buildid mXDSyWqrTrcbWWg3WE77/mXDSyWqrTrcbWWg3WE77 -goversion go1.25.0 -symabis $WORK/b369/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b369/importcfg -pack -asmhdr $WORK/b369/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20/chacha_arm64.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20/chacha_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20/xor.go
2025-08-20T21:54:19.3462990Z [00:03:02.056]➜  go tool buildid -w $WORK/b355/_pkg_.a # internal
2025-08-20T21:54:19.3474259Z [00:03:02.057]➜  cp $WORK/b355/_pkg_.a /root/.cache/go-build/e4/e4319980016b6bfbe7943541c7486a7d5f601b4b36d0bdf66dca35c56e573a3d-d # internal
2025-08-20T21:54:19.3474900Z [00:03:02.057]➜  golang.org/x/crypto/internal/poly1305
2025-08-20T21:54:19.3475207Z [00:03:02.057]➜  mkdir -p $WORK/b371/
2025-08-20T21:54:19.3480519Z [00:03:02.057]➜  cat >/tmp/go-build3999932643/b371/importcfg << 'EOF' # internal
2025-08-20T21:54:19.3480902Z [00:03:02.057]➜  # import config
2025-08-20T21:54:19.3481267Z [00:03:02.057]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:19.3481778Z [00:03:02.057]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:19.3482239Z [00:03:02.057]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:19.3482554Z [00:03:02.057]➜  EOF
2025-08-20T21:54:19.3485059Z [00:03:02.057]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b371/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/internal/poly1305=>golang.org/x/crypto@v0.39.0/internal/poly1305;$WORK/b371=>" -p golang.org/x/crypto/internal/poly1305 -lang=go1.23 -complete -installsuffix shared -buildid hQBCUXkrG17LFB4A0lrD/hQBCUXkrG17LFB4A0lrD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b371/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/internal/poly1305/mac_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/internal/poly1305/poly1305.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/internal/poly1305/sum_generic.go
2025-08-20T21:54:19.3613944Z [00:03:02.071]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20
2025-08-20T21:54:19.3615971Z [00:03:02.071]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/crypto/chacha20 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20=>golang.org/x/crypto@v0.39.0/chacha20;$WORK/b369=>" -I $WORK/b369/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b369/chacha_arm64.o ./chacha_arm64.s
2025-08-20T21:54:19.3617226Z [00:03:02.071]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu
2025-08-20T21:54:19.3618525Z [00:03:02.071]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu=>golang.org/x/sys@v0.33.0/cpu;$WORK/b365=>" -I $WORK/b365/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b365/cpu_arm64.o ./cpu_arm64.s
2025-08-20T21:54:19.3649468Z [00:03:02.074]➜  go tool pack r $WORK/b365/_pkg_.a $WORK/b365/cpu_arm64.o # internal
2025-08-20T21:54:19.3649953Z [00:03:02.074]➜  go tool buildid -w $WORK/b365/_pkg_.a # internal
2025-08-20T21:54:19.3660566Z [00:03:02.075]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20
2025-08-20T21:54:19.3661089Z [00:03:02.075]➜  go tool pack r $WORK/b369/_pkg_.a $WORK/b369/chacha_arm64.o # internal
2025-08-20T21:54:19.3661520Z [00:03:02.075]➜  go tool buildid -w $WORK/b369/_pkg_.a # internal
2025-08-20T21:54:19.3673273Z [00:03:02.077]➜  cp $WORK/b365/_pkg_.a /root/.cache/go-build/4b/4b37f7e69b8248bba16844fd09c288f4591fa79c76be9364c527e5b60be5cf23-d # internal
2025-08-20T21:54:19.3681188Z [00:03:02.077]➜  cp $WORK/b369/_pkg_.a /root/.cache/go-build/94/94a4b6011ae4a10f980fa368d4736434df7b5d7cbc67f0a4192085efa7409cd2-d # internal
2025-08-20T21:54:19.3698687Z [00:03:02.078]➜  github.com/cloudflare/circl/simd/keccakf1600
2025-08-20T21:54:19.3699520Z [00:03:02.078]➜  mkdir -p $WORK/b364/
2025-08-20T21:54:19.3699903Z [00:03:02.078]➜  echo -n > $WORK/b364/go_asm.h # internal
2025-08-20T21:54:19.3700360Z [00:03:02.078]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/simd/keccakf1600
2025-08-20T21:54:19.3702027Z [00:03:02.078]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/cloudflare/circl/simd/keccakf1600 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/simd/keccakf1600=>github.com/cloudflare/circl@v1.6.1/simd/keccakf1600;$WORK/b364=>" -I $WORK/b364/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b364/symabis ./f1600x2_arm64.s
2025-08-20T21:54:19.3703340Z [00:03:02.078]➜  golang.org/x/crypto/hkdf
2025-08-20T21:54:19.3703617Z [00:03:02.078]➜  mkdir -p $WORK/b372/
2025-08-20T21:54:19.3704006Z [00:03:02.078]➜  cat >/tmp/go-build3999932643/b372/importcfg << 'EOF' # internal
2025-08-20T21:54:19.3704348Z [00:03:02.078]➜  # import config
2025-08-20T21:54:19.3704703Z [00:03:02.078]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:19.3705140Z [00:03:02.078]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:19.3705550Z [00:03:02.078]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:19.3705960Z [00:03:02.078]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:19.3706260Z [00:03:02.078]➜  EOF
2025-08-20T21:54:19.3706526Z [00:03:02.078]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:19.3708490Z [00:03:02.078]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b372/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/hkdf=>golang.org/x/crypto@v0.39.0/hkdf;$WORK/b372=>" -p golang.org/x/crypto/hkdf -lang=go1.23 -complete -installsuffix shared -buildid jRM4o9A2gYJo1VQ_RDeG/jRM4o9A2gYJo1VQ_RDeG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b372/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/hkdf/hkdf.go
2025-08-20T21:54:19.3740843Z [00:03:02.083]➜  cat >/tmp/go-build3999932643/b364/importcfg << 'EOF' # internal
2025-08-20T21:54:19.3742453Z [00:03:02.084]➜  # import config
2025-08-20T21:54:19.3743844Z [00:03:02.084]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3999932643/b357/_pkg_.a
2025-08-20T21:54:19.3744522Z [00:03:02.084]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3999932643/b365/_pkg_.a
2025-08-20T21:54:19.3745004Z [00:03:02.084]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:19.3745319Z [00:03:02.084]➜  EOF
2025-08-20T21:54:19.3747968Z [00:03:02.084]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b364/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/simd/keccakf1600=>github.com/cloudflare/circl@v1.6.1/simd/keccakf1600;$WORK/b364=>" -p github.com/cloudflare/circl/simd/keccakf1600 -lang=go1.22 -installsuffix shared -buildid z_q-qd-_Dg3K535zfSv0/z_q-qd-_Dg3K535zfSv0 -goversion go1.25.0 -symabis $WORK/b364/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b364/importcfg -pack -asmhdr $WORK/b364/go_asm.h /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/simd/keccakf1600/f1600x.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/simd/keccakf1600/f1600x2_arm64.go
2025-08-20T21:54:19.3814274Z [00:03:02.091]➜  go tool buildid -w $WORK/b371/_pkg_.a # internal
2025-08-20T21:54:19.3825026Z [00:03:02.092]➜  cp $WORK/b371/_pkg_.a /root/.cache/go-build/5f/5fa359415dd4298bb39f2c6adb70006be354a4f3803b6f5af3463e1f348940cf-d # internal
2025-08-20T21:54:19.3826401Z [00:03:02.092]➜  golang.org/x/crypto/chacha20poly1305
2025-08-20T21:54:19.3827182Z [00:03:02.092]➜  mkdir -p $WORK/b368/
2025-08-20T21:54:19.3836728Z [00:03:02.093]➜  cat >/tmp/go-build3999932643/b368/importcfg << 'EOF' # internal
2025-08-20T21:54:19.3837961Z [00:03:02.093]➜  # import config
2025-08-20T21:54:19.3838896Z [00:03:02.093]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:19.3839429Z [00:03:02.093]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:19.3839892Z [00:03:02.093]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:19.3840397Z [00:03:02.093]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build3999932643/b369/_pkg_.a
2025-08-20T21:54:19.3841022Z [00:03:02.093]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build3999932643/b370/_pkg_.a
2025-08-20T21:54:19.3841653Z [00:03:02.093]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build3999932643/b371/_pkg_.a
2025-08-20T21:54:19.3842064Z [00:03:02.093]➜  EOF
2025-08-20T21:54:19.3845019Z [00:03:02.093]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b368/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20poly1305=>golang.org/x/crypto@v0.39.0/chacha20poly1305;$WORK/b368=>" -p golang.org/x/crypto/chacha20poly1305 -lang=go1.23 -complete -installsuffix shared -buildid usj1rqQ4dVGYJIH1FpBk/usj1rqQ4dVGYJIH1FpBk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b368/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20poly1305/chacha20poly1305.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20poly1305/chacha20poly1305_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20poly1305/chacha20poly1305_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20poly1305/xchacha20poly1305.go
2025-08-20T21:54:19.3859279Z [00:03:02.095]➜  go tool buildid -w $WORK/b372/_pkg_.a # internal
2025-08-20T21:54:19.3864335Z [00:03:02.096]➜  cp $WORK/b372/_pkg_.a /root/.cache/go-build/fd/fddc7e8e58aa974b9fb52856459a1d331f3087590d4d7777121fbba0ba0646b8-d # internal
2025-08-20T21:54:19.3864959Z [00:03:02.096]➜  github.com/cloudflare/circl/sign
2025-08-20T21:54:19.3865254Z [00:03:02.096]➜  mkdir -p $WORK/b374/
2025-08-20T21:54:19.3865620Z [00:03:02.096]➜  cat >/tmp/go-build3999932643/b374/importcfg << 'EOF' # internal
2025-08-20T21:54:19.3865962Z [00:03:02.096]➜  # import config
2025-08-20T21:54:19.3866293Z [00:03:02.096]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:19.3866721Z [00:03:02.096]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:54:19.3867144Z [00:03:02.096]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:19.3867568Z [00:03:02.096]➜  EOF
2025-08-20T21:54:19.3869642Z [00:03:02.096]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b374/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign=>github.com/cloudflare/circl@v1.6.1/sign;$WORK/b374=>" -p github.com/cloudflare/circl/sign -lang=go1.22 -complete -installsuffix shared -buildid Jb66PIspvP7xEs7CUweZ/Jb66PIspvP7xEs7CUweZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b374/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/sign.go
2025-08-20T21:54:19.4136693Z [00:03:02.122]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/simd/keccakf1600
2025-08-20T21:54:19.4142262Z [00:03:02.123]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/cloudflare/circl/simd/keccakf1600 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/simd/keccakf1600=>github.com/cloudflare/circl@v1.6.1/simd/keccakf1600;$WORK/b364=>" -I $WORK/b364/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b364/f1600x2_arm64.o ./f1600x2_arm64.s
2025-08-20T21:54:19.4178787Z [00:03:02.127]➜  go tool buildid -w $WORK/b374/_pkg_.a # internal
2025-08-20T21:54:19.4183695Z [00:03:02.128]➜  cp $WORK/b374/_pkg_.a /root/.cache/go-build/4e/4e0a7886f5146d291cb7c80f4e748960a7398a63ed18faeb13b37ba61ad5f0c3-d # internal
2025-08-20T21:54:19.4185107Z [00:03:02.128]➜  go tool pack r $WORK/b364/_pkg_.a $WORK/b364/f1600x2_arm64.o # internal
2025-08-20T21:54:19.4187221Z [00:03:02.128]➜  go tool buildid -w $WORK/b364/_pkg_.a # internal
2025-08-20T21:54:19.4198726Z [00:03:02.128]➜  github.com/cloudflare/circl/math
2025-08-20T21:54:19.4200796Z [00:03:02.129]➜  mkdir -p $WORK/b385/
2025-08-20T21:54:19.4201172Z [00:03:02.129]➜  go tool buildid -w $WORK/b368/_pkg_.a # internal
2025-08-20T21:54:19.4201600Z [00:03:02.129]➜  cat >/tmp/go-build3999932643/b385/importcfg << 'EOF' # internal
2025-08-20T21:54:19.4201941Z [00:03:02.129]➜  # import config
2025-08-20T21:54:19.4202301Z [00:03:02.129]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:19.4202752Z [00:03:02.129]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:19.4203170Z [00:03:02.129]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:19.4203608Z [00:03:02.129]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:19.4203927Z [00:03:02.129]➜  EOF
2025-08-20T21:54:19.4204197Z [00:03:02.129]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:19.4206639Z [00:03:02.129]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b385/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math=>github.com/cloudflare/circl@v1.6.1/math;$WORK/b385=>" -p github.com/cloudflare/circl/math -lang=go1.22 -complete -installsuffix shared -buildid pYpSevrOOCLyjM2q05de/pYpSevrOOCLyjM2q05de -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b385/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/integer.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/primes.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/wnaf.go
2025-08-20T21:54:19.4219340Z [00:03:02.131]➜  cp $WORK/b368/_pkg_.a /root/.cache/go-build/a1/a198ddb3e0f0e14ee564bf7860e9fb18e66df0d29e220a64f0addac2668c8563-d # internal
2025-08-20T21:54:19.4228034Z [00:03:02.131]➜  github.com/cloudflare/circl/math/mlsbset
2025-08-20T21:54:19.4228363Z [00:03:02.131]➜  mkdir -p $WORK/b388/
2025-08-20T21:54:19.4228994Z [00:03:02.131]➜  cp $WORK/b364/_pkg_.a /root/.cache/go-build/ae/ae24257e45ab64a3e4fd4572a0895186b685f308918fe0d8531f3b4c32cb85b9-d # internal
2025-08-20T21:54:19.4229618Z [00:03:02.131]➜  github.com/cloudflare/circl/pke/kyber/internal/common
2025-08-20T21:54:19.4229951Z [00:03:02.131]➜  mkdir -p $WORK/b362/
2025-08-20T21:54:19.4246700Z [00:03:02.134]➜  cat >/tmp/go-build3999932643/b388/importcfg << 'EOF' # internal
2025-08-20T21:54:19.4248185Z [00:03:02.134]➜  # import config
2025-08-20T21:54:19.4249905Z [00:03:02.134]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:19.4250636Z [00:03:02.134]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:19.4251272Z [00:03:02.134]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build3999932643/b352/_pkg_.a
2025-08-20T21:54:19.4251819Z [00:03:02.134]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:19.4252135Z [00:03:02.134]➜  EOF
2025-08-20T21:54:19.4254432Z [00:03:02.134]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b388/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/mlsbset=>github.com/cloudflare/circl@v1.6.1/math/mlsbset;$WORK/b388=>" -p github.com/cloudflare/circl/math/mlsbset -lang=go1.22 -complete -installsuffix shared -buildid UhUHv0iQIs6cyovkko0w/UhUHv0iQIs6cyovkko0w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b388/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/mlsbset/mlsbset.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/mlsbset/power.go
2025-08-20T21:54:19.4258037Z [00:03:02.135]➜  cat >/tmp/go-build3999932643/b362/importcfg << 'EOF' # internal
2025-08-20T21:54:19.4258544Z [00:03:02.135]➜  # import config
2025-08-20T21:54:19.4259053Z [00:03:02.135]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:19.4259732Z [00:03:02.135]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3999932643/b357/_pkg_.a
2025-08-20T21:54:19.4260853Z [00:03:02.135]➜  packagefile github.com/cloudflare/circl/pke/kyber/internal/common/params=/tmp/go-build3999932643/b363/_pkg_.a
2025-08-20T21:54:19.4262046Z [00:03:02.135]➜  packagefile github.com/cloudflare/circl/simd/keccakf1600=/tmp/go-build3999932643/b364/_pkg_.a
2025-08-20T21:54:19.4262810Z [00:03:02.135]➜  EOF
2025-08-20T21:54:19.4267292Z [00:03:02.135]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b362/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pke/kyber/internal/common=>github.com/cloudflare/circl@v1.6.1/pke/kyber/internal/common;$WORK/b362=>" -p github.com/cloudflare/circl/pke/kyber/internal/common -lang=go1.22 -complete -installsuffix shared -buildid Y_mbtwBudEba0hgJzgDv/Y_mbtwBudEba0hgJzgDv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b362/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pke/kyber/internal/common/field.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pke/kyber/internal/common/generic.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pke/kyber/internal/common/ntt.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pke/kyber/internal/common/params.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pke/kyber/internal/common/poly.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pke/kyber/internal/common/sample.go
2025-08-20T21:54:19.4492975Z [00:03:02.158]➜  go tool buildid -w $WORK/b385/_pkg_.a # internal
2025-08-20T21:54:19.4504163Z [00:03:02.160]➜  cp $WORK/b385/_pkg_.a /root/.cache/go-build/bd/bd0ca4e3ccc69e2901d090d1a847158959d6b7b455551cedbd740ec879298b50-d # internal
2025-08-20T21:54:19.4508385Z [00:03:02.160]➜  github.com/cloudflare/circl/sign/dilithium/mode2/internal
2025-08-20T21:54:19.4509031Z [00:03:02.160]➜  mkdir -p $WORK/b377/
2025-08-20T21:54:19.4509632Z [00:03:02.160]➜  cat >/tmp/go-build3999932643/b377/importcfg << 'EOF' # internal
2025-08-20T21:54:19.4510341Z [00:03:02.160]➜  # import config
2025-08-20T21:54:19.4510857Z [00:03:02.160]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:19.4511456Z [00:03:02.160]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:19.4512269Z [00:03:02.160]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:19.4513001Z [00:03:02.160]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3999932643/b357/_pkg_.a
2025-08-20T21:54:19.4513880Z [00:03:02.160]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium=/tmp/go-build3999932643/b378/_pkg_.a
2025-08-20T21:54:19.4515306Z [00:03:02.160]➜  packagefile github.com/cloudflare/circl/simd/keccakf1600=/tmp/go-build3999932643/b364/_pkg_.a
2025-08-20T21:54:19.4516077Z [00:03:02.160]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:19.4516598Z [00:03:02.160]➜  EOF
2025-08-20T21:54:19.4521698Z [00:03:02.160]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b377/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode2/internal=>github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode2/internal;$WORK/b377=>" -p github.com/cloudflare/circl/sign/dilithium/mode2/internal -lang=go1.22 -complete -installsuffix shared -buildid flGzkJoiFYsfa1v1gWNP/flGzkJoiFYsfa1v1gWNP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b377/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode2/internal/dilithium.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode2/internal/mat.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode2/internal/pack.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode2/internal/params.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode2/internal/rounding.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode2/internal/sample.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode2/internal/vec.go
2025-08-20T21:54:19.4673066Z [00:03:02.176]➜  go tool buildid -w $WORK/b388/_pkg_.a # internal
2025-08-20T21:54:19.4682916Z [00:03:02.178]➜  cp $WORK/b388/_pkg_.a /root/.cache/go-build/ec/ec50aede3c07449931487bd4a60d9243dd004ab0635e6e4ef33595c8f45cb7bc-d # internal
2025-08-20T21:54:19.4695450Z [00:03:02.179]➜  github.com/cloudflare/circl/sign/dilithium/mode3/internal
2025-08-20T21:54:19.4698872Z [00:03:02.179]➜  mkdir -p $WORK/b381/
2025-08-20T21:54:19.4701397Z [00:03:02.179]➜  cat >/tmp/go-build3999932643/b381/importcfg << 'EOF' # internal
2025-08-20T21:54:19.4701975Z [00:03:02.179]➜  # import config
2025-08-20T21:54:19.4705051Z [00:03:02.179]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:19.4705582Z [00:03:02.179]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:19.4706065Z [00:03:02.179]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:19.4706653Z [00:03:02.179]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3999932643/b357/_pkg_.a
2025-08-20T21:54:19.4707864Z [00:03:02.179]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium=/tmp/go-build3999932643/b378/_pkg_.a
2025-08-20T21:54:19.4708669Z [00:03:02.179]➜  packagefile github.com/cloudflare/circl/simd/keccakf1600=/tmp/go-build3999932643/b364/_pkg_.a
2025-08-20T21:54:19.4709206Z [00:03:02.179]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:19.4709510Z [00:03:02.179]➜  EOF
2025-08-20T21:54:19.4713927Z [00:03:02.179]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b381/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode3/internal=>github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode3/internal;$WORK/b381=>" -p github.com/cloudflare/circl/sign/dilithium/mode3/internal -lang=go1.22 -complete -installsuffix shared -buildid U_HFqUKq-VCT2ftoR8sg/U_HFqUKq-VCT2ftoR8sg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b381/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode3/internal/dilithium.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode3/internal/mat.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode3/internal/pack.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode3/internal/params.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode3/internal/rounding.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode3/internal/sample.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode3/internal/vec.go
2025-08-20T21:54:19.4784364Z [00:03:02.187]➜  go tool buildid -w $WORK/b362/_pkg_.a # internal
2025-08-20T21:54:19.4785210Z [00:03:02.188]➜  go tool buildid -w $WORK/b255/_pkg_.a # internal
2025-08-20T21:54:19.4791117Z [00:03:02.188]➜  cp $WORK/b362/_pkg_.a /root/.cache/go-build/be/be3d07109c93351f677331af3221c70f5ec8cfd77f66e33f7dd0061e24d6fa03-d # internal
2025-08-20T21:54:19.4801773Z [00:03:02.189]➜  github.com/cloudflare/circl/pke/kyber/kyber768/internal
2025-08-20T21:54:19.4805794Z [00:03:02.189]➜  mkdir -p $WORK/b361/
2025-08-20T21:54:19.4806666Z [00:03:02.189]➜  cat >/tmp/go-build3999932643/b361/importcfg << 'EOF' # internal
2025-08-20T21:54:19.4807467Z [00:03:02.189]➜  # import config
2025-08-20T21:54:19.4809848Z [00:03:02.189]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:19.4810719Z [00:03:02.189]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3999932643/b357/_pkg_.a
2025-08-20T21:54:19.4811780Z [00:03:02.189]➜  packagefile github.com/cloudflare/circl/kem=/tmp/go-build3999932643/b358/_pkg_.a
2025-08-20T21:54:19.4812702Z [00:03:02.189]➜  packagefile github.com/cloudflare/circl/pke/kyber/internal/common=/tmp/go-build3999932643/b362/_pkg_.a
2025-08-20T21:54:19.4813644Z [00:03:02.189]➜  EOF
2025-08-20T21:54:19.4821078Z [00:03:02.189]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b361/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pke/kyber/kyber768/internal=>github.com/cloudflare/circl@v1.6.1/pke/kyber/kyber768/internal;$WORK/b361=>" -p github.com/cloudflare/circl/pke/kyber/kyber768/internal -lang=go1.22 -complete -installsuffix shared -buildid BDf1CpfKqD7arUJoM5jw/BDf1CpfKqD7arUJoM5jw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b361/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pke/kyber/kyber768/internal/cpapke.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pke/kyber/kyber768/internal/mat.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pke/kyber/kyber768/internal/params.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pke/kyber/kyber768/internal/vec.go
2025-08-20T21:54:19.4825536Z [00:03:02.192]➜  cp $WORK/b255/_pkg_.a /root/.cache/go-build/df/dfb8b35bb290d07dcf40474786e3930190a47e72ca53e1b4c1e14199dccd8715-d # internal
2025-08-20T21:54:19.4826299Z [00:03:02.192]➜  github.com/mholt/archives
2025-08-20T21:54:19.4827033Z [00:03:02.192]➜  mkdir -p $WORK/b250/
2025-08-20T21:54:19.4832259Z [00:03:02.192]➜  cat >/tmp/go-build3999932643/b250/importcfg << 'EOF' # internal
2025-08-20T21:54:19.4833999Z [00:03:02.192]➜  # import config
2025-08-20T21:54:19.4834885Z [00:03:02.192]➜  packagefile archive/tar=/tmp/go-build3999932643/b251/_pkg_.a
2025-08-20T21:54:19.4835749Z [00:03:02.192]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:19.4836426Z [00:03:02.192]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:19.4837188Z [00:03:02.192]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:19.4838237Z [00:03:02.192]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:19.4843480Z [00:03:02.192]➜  packagefile github.com/STARRY-S/zip=/tmp/go-build3999932643/b252/_pkg_.a
2025-08-20T21:54:19.4844137Z [00:03:02.192]➜  packagefile github.com/andybalholm/brotli=/tmp/go-build3999932643/b253/_pkg_.a
2025-08-20T21:54:19.4844718Z [00:03:02.192]➜  packagefile github.com/bodgit/sevenzip=/tmp/go-build3999932643/b255/_pkg_.a
2025-08-20T21:54:19.4845307Z [00:03:02.192]➜  packagefile github.com/dsnet/compress/bzip2=/tmp/go-build3999932643/b303/_pkg_.a
2025-08-20T21:54:19.4845914Z [00:03:02.192]➜  packagefile github.com/klauspost/compress/gzip=/tmp/go-build3999932643/b309/_pkg_.a
2025-08-20T21:54:19.4846520Z [00:03:02.192]➜  packagefile github.com/klauspost/compress/s2=/tmp/go-build3999932643/b310/_pkg_.a
2025-08-20T21:54:19.4847121Z [00:03:02.192]➜  packagefile github.com/klauspost/compress/zip=/tmp/go-build3999932643/b312/_pkg_.a
2025-08-20T21:54:19.4848034Z [00:03:02.192]➜  packagefile github.com/klauspost/compress/zlib=/tmp/go-build3999932643/b314/_pkg_.a
2025-08-20T21:54:19.4848962Z [00:03:02.192]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3999932643/b294/_pkg_.a
2025-08-20T21:54:19.4849638Z [00:03:02.192]➜  packagefile github.com/klauspost/pgzip=/tmp/go-build3999932643/b315/_pkg_.a
2025-08-20T21:54:19.4850211Z [00:03:02.192]➜  packagefile github.com/mikelolasagasti/xz=/tmp/go-build3999932643/b316/_pkg_.a
2025-08-20T21:54:19.4850770Z [00:03:02.192]➜  packagefile github.com/minio/minlz=/tmp/go-build3999932643/b318/_pkg_.a
2025-08-20T21:54:19.4851328Z [00:03:02.192]➜  packagefile github.com/nwaples/rardecode/v2=/tmp/go-build3999932643/b319/_pkg_.a
2025-08-20T21:54:19.4851892Z [00:03:02.192]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build3999932643/b282/_pkg_.a
2025-08-20T21:54:19.4852453Z [00:03:02.192]➜  packagefile github.com/sorairolake/lzip-go=/tmp/go-build3999932643/b320/_pkg_.a
2025-08-20T21:54:19.4853009Z [00:03:02.192]➜  packagefile github.com/ulikunitz/xz=/tmp/go-build3999932643/b321/_pkg_.a
2025-08-20T21:54:19.4853562Z [00:03:02.192]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3999932643/b263/_pkg_.a
2025-08-20T21:54:19.4854037Z [00:03:02.192]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:19.4854441Z [00:03:02.192]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:19.4854847Z [00:03:02.192]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:19.4855489Z [00:03:02.192]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:19.4855888Z [00:03:02.192]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:19.4856330Z [00:03:02.192]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:19.4856776Z [00:03:02.192]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:19.4857198Z [00:03:02.192]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:19.4857934Z [00:03:02.192]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:19.4858366Z [00:03:02.192]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:19.4858772Z [00:03:02.192]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:19.4859078Z [00:03:02.192]➜  EOF
2025-08-20T21:54:19.4864302Z [00:03:02.193]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b250/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mholt/archives@v0.1.3=>github.com/mholt/archives@v0.1.3;$WORK/b250=>" -p github.com/mholt/archives -lang=go1.22 -complete -installsuffix shared -buildid h9jmJOkQHy523Wap6Uvw/h9jmJOkQHy523Wap6Uvw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b250/importcfg -pack /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/7z.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/archives.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/brotli.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/bz2.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/formats.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/fs.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/gz.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/interfaces.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/lz4.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/lzip.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/minlz.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/rar.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/sz.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/tar.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/xz.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/zip.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/zlib.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/zstd.go
2025-08-20T21:54:19.5238785Z [00:03:02.233]➜  go tool buildid -w $WORK/b361/_pkg_.a # internal
2025-08-20T21:54:19.5262899Z [00:03:02.236]➜  cp $WORK/b361/_pkg_.a /root/.cache/go-build/9c/9cc1b9300d148675acf8783e1240847c2acd0a6cdb6ea2474818c5730bdfa151-d # internal
2025-08-20T21:54:19.5264441Z [00:03:02.236]➜  github.com/cloudflare/circl/pke/kyber/kyber768
2025-08-20T21:54:19.5266092Z [00:03:02.236]➜  mkdir -p $WORK/b360/
2025-08-20T21:54:19.5271117Z [00:03:02.236]➜  cat >/tmp/go-build3999932643/b360/importcfg << 'EOF' # internal
2025-08-20T21:54:19.5271493Z [00:03:02.236]➜  # import config
2025-08-20T21:54:19.5271861Z [00:03:02.236]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:19.5272400Z [00:03:02.236]➜  packagefile github.com/cloudflare/circl/kem=/tmp/go-build3999932643/b358/_pkg_.a
2025-08-20T21:54:19.5273130Z [00:03:02.236]➜  packagefile github.com/cloudflare/circl/pke/kyber/kyber768/internal=/tmp/go-build3999932643/b361/_pkg_.a
2025-08-20T21:54:19.5273705Z [00:03:02.236]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:19.5274009Z [00:03:02.236]➜  EOF
2025-08-20T21:54:19.5280450Z [00:03:02.237]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b360/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pke/kyber/kyber768=>github.com/cloudflare/circl@v1.6.1/pke/kyber/kyber768;$WORK/b360=>" -p github.com/cloudflare/circl/pke/kyber/kyber768 -lang=go1.22 -complete -installsuffix shared -buildid Ca0U7NCXSr5Qw0d7R0_Y/Ca0U7NCXSr5Qw0d7R0_Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b360/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pke/kyber/kyber768/kyber.go
2025-08-20T21:54:19.5484024Z [00:03:02.258]➜  go tool buildid -w $WORK/b381/_pkg_.a # internal
2025-08-20T21:54:19.5496028Z [00:03:02.259]➜  cp $WORK/b381/_pkg_.a /root/.cache/go-build/a6/a68d6b8d17edfa01800de72b90df5027d768ce60af4da5cb38a3f264e6ecfa08-d # internal
2025-08-20T21:54:19.5498537Z [00:03:02.259]➜  github.com/cloudflare/circl/sign/dilithium/mode3
2025-08-20T21:54:19.5501387Z [00:03:02.259]➜  mkdir -p $WORK/b380/
2025-08-20T21:54:19.5502442Z [00:03:02.259]➜  cat >/tmp/go-build3999932643/b380/importcfg << 'EOF' # internal
2025-08-20T21:54:19.5502808Z [00:03:02.259]➜  # import config
2025-08-20T21:54:19.5503155Z [00:03:02.259]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:19.5503612Z [00:03:02.259]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:19.5504139Z [00:03:02.259]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build3999932643/b374/_pkg_.a
2025-08-20T21:54:19.5504858Z [00:03:02.259]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode3/internal=/tmp/go-build3999932643/b381/_pkg_.a
2025-08-20T21:54:19.5505653Z [00:03:02.259]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium=/tmp/go-build3999932643/b378/_pkg_.a
2025-08-20T21:54:19.5506214Z [00:03:02.259]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:19.5506513Z [00:03:02.259]➜  EOF
2025-08-20T21:54:19.5513227Z [00:03:02.259]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b380/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode3=>github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode3;$WORK/b380=>" -p github.com/cloudflare/circl/sign/dilithium/mode3 -lang=go1.22 -complete -installsuffix shared -buildid E1aX5Cznbt2b8BSZN7Gr/E1aX5Cznbt2b8BSZN7Gr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b380/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode3/dilithium.go
2025-08-20T21:54:19.5533768Z [00:03:02.262]➜  go tool buildid -w $WORK/b377/_pkg_.a # internal
2025-08-20T21:54:19.5550754Z [00:03:02.264]➜  cp $WORK/b377/_pkg_.a /root/.cache/go-build/85/8566554aca76dde7a88c180869f1416d04f340cde9ca32561f49b14e85281471-d # internal
2025-08-20T21:54:19.5558051Z [00:03:02.265]➜  go tool buildid -w $WORK/b360/_pkg_.a # internal
2025-08-20T21:54:19.5564963Z [00:03:02.266]➜  github.com/cloudflare/circl/sign/dilithium/mode2
2025-08-20T21:54:19.5569817Z [00:03:02.266]➜  mkdir -p $WORK/b376/
2025-08-20T21:54:19.5576342Z [00:03:02.266]➜  cp $WORK/b360/_pkg_.a /root/.cache/go-build/cb/cb84a22863507f8326618b1f702febe0d413329e09583376bb1244f7247943b3-d # internal
2025-08-20T21:54:19.5578128Z [00:03:02.267]➜  github.com/cloudflare/circl/kem/kyber/kyber768
2025-08-20T21:54:19.5578612Z [00:03:02.267]➜  mkdir -p $WORK/b359/
2025-08-20T21:54:19.5585967Z [00:03:02.268]➜  cat >/tmp/go-build3999932643/b359/importcfg << 'EOF' # internal
2025-08-20T21:54:19.5586718Z [00:03:02.268]➜  # import config
2025-08-20T21:54:19.5587300Z [00:03:02.268]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:19.5588276Z [00:03:02.268]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:19.5589451Z [00:03:02.268]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:19.5590400Z [00:03:02.268]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3999932643/b357/_pkg_.a
2025-08-20T21:54:19.5591371Z [00:03:02.268]➜  packagefile github.com/cloudflare/circl/kem=/tmp/go-build3999932643/b358/_pkg_.a
2025-08-20T21:54:19.5592370Z [00:03:02.268]➜  packagefile github.com/cloudflare/circl/pke/kyber/kyber768=/tmp/go-build3999932643/b360/_pkg_.a
2025-08-20T21:54:19.5593537Z [00:03:02.268]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:19.5593916Z [00:03:02.268]➜  EOF
2025-08-20T21:54:19.5594243Z [00:03:02.268]➜  cat >/tmp/go-build3999932643/b376/importcfg << 'EOF' # internal
2025-08-20T21:54:19.5594583Z [00:03:02.268]➜  # import config
2025-08-20T21:54:19.5594916Z [00:03:02.268]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:19.5595350Z [00:03:02.268]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:19.5595863Z [00:03:02.268]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build3999932643/b374/_pkg_.a
2025-08-20T21:54:19.5596574Z [00:03:02.268]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode2/internal=/tmp/go-build3999932643/b377/_pkg_.a
2025-08-20T21:54:19.5611260Z [00:03:02.268]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium=/tmp/go-build3999932643/b378/_pkg_.a
2025-08-20T21:54:19.5612079Z [00:03:02.268]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:19.5612384Z [00:03:02.268]➜  EOF
2025-08-20T21:54:19.5614468Z [00:03:02.268]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b359/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/kem/kyber/kyber768=>github.com/cloudflare/circl@v1.6.1/kem/kyber/kyber768;$WORK/b359=>" -p github.com/cloudflare/circl/kem/kyber/kyber768 -lang=go1.22 -complete -installsuffix shared -buildid GibKvtiQ80MJyTrsRwFa/GibKvtiQ80MJyTrsRwFa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b359/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/kem/kyber/kyber768/kyber.go
2025-08-20T21:54:19.5619163Z [00:03:02.268]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b376/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode2=>github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode2;$WORK/b376=>" -p github.com/cloudflare/circl/sign/dilithium/mode2 -lang=go1.22 -complete -installsuffix shared -buildid 5skusrRRa-aidLP5vuyb/5skusrRRa-aidLP5vuyb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b376/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode2/dilithium.go
2025-08-20T21:54:19.5803976Z [00:03:02.289]➜  go tool buildid -w $WORK/b380/_pkg_.a # internal
2025-08-20T21:54:19.5812436Z [00:03:02.290]➜  cp $WORK/b380/_pkg_.a /root/.cache/go-build/1f/1f04042914312bcf55fe23fbb23bc09fa270e3f006460a877b9d68f1149ad7bf-d # internal
2025-08-20T21:54:19.5814347Z [00:03:02.291]➜  github.com/cloudflare/circl/kem/mlkem/mlkem768
2025-08-20T21:54:19.5815118Z [00:03:02.291]➜  mkdir -p $WORK/b367/
2025-08-20T21:54:19.5821366Z [00:03:02.291]➜  cat >/tmp/go-build3999932643/b367/importcfg << 'EOF' # internal
2025-08-20T21:54:19.5822185Z [00:03:02.291]➜  # import config
2025-08-20T21:54:19.5823013Z [00:03:02.291]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:19.5823944Z [00:03:02.291]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:19.5832834Z [00:03:02.291]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:19.5833502Z [00:03:02.291]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3999932643/b357/_pkg_.a
2025-08-20T21:54:19.5834145Z [00:03:02.291]➜  packagefile github.com/cloudflare/circl/kem=/tmp/go-build3999932643/b358/_pkg_.a
2025-08-20T21:54:19.5834815Z [00:03:02.291]➜  packagefile github.com/cloudflare/circl/pke/kyber/kyber768=/tmp/go-build3999932643/b360/_pkg_.a
2025-08-20T21:54:19.5835767Z [00:03:02.291]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:19.5836086Z [00:03:02.291]➜  EOF
2025-08-20T21:54:19.5838424Z [00:03:02.292]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b367/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/kem/mlkem/mlkem768=>github.com/cloudflare/circl@v1.6.1/kem/mlkem/mlkem768;$WORK/b367=>" -p github.com/cloudflare/circl/kem/mlkem/mlkem768 -lang=go1.22 -complete -installsuffix shared -buildid aKPHzRCqmaK6NA9YYZAV/aKPHzRCqmaK6NA9YYZAV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b367/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/kem/mlkem/mlkem768/kyber.go
2025-08-20T21:54:19.5840353Z [00:03:02.293]➜  go tool buildid -w $WORK/b359/_pkg_.a # internal
2025-08-20T21:54:19.5845753Z [00:03:02.294]➜  cp $WORK/b359/_pkg_.a /root/.cache/go-build/b5/b5209331a0bfcf95812ff35329c8c7a78404c0142c94346b359adcc032dce20c-d # internal
2025-08-20T21:54:19.5852215Z [00:03:02.294]➜  github.com/cloudflare/circl/sign/dilithium/mode5/internal
2025-08-20T21:54:19.5853869Z [00:03:02.295]➜  mkdir -p $WORK/b383/
2025-08-20T21:54:19.5856276Z [00:03:02.295]➜  cat >/tmp/go-build3999932643/b383/importcfg << 'EOF' # internal
2025-08-20T21:54:19.5884788Z [00:03:02.295]➜  # import config
2025-08-20T21:54:19.5885687Z [00:03:02.295]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:19.5886221Z [00:03:02.295]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:19.5886730Z [00:03:02.295]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:19.5887323Z [00:03:02.295]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3999932643/b357/_pkg_.a
2025-08-20T21:54:19.5888276Z [00:03:02.295]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium=/tmp/go-build3999932643/b378/_pkg_.a
2025-08-20T21:54:19.5889003Z [00:03:02.295]➜  packagefile github.com/cloudflare/circl/simd/keccakf1600=/tmp/go-build3999932643/b364/_pkg_.a
2025-08-20T21:54:19.5889556Z [00:03:02.295]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:19.5889860Z [00:03:02.295]➜  EOF
2025-08-20T21:54:19.5894657Z [00:03:02.295]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b383/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode5/internal=>github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode5/internal;$WORK/b383=>" -p github.com/cloudflare/circl/sign/dilithium/mode5/internal -lang=go1.22 -complete -installsuffix shared -buildid kPDObMOhXWa2FiMyD9Qh/kPDObMOhXWa2FiMyD9Qh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b383/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode5/internal/dilithium.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode5/internal/mat.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode5/internal/pack.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode5/internal/params.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode5/internal/rounding.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode5/internal/sample.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode5/internal/vec.go
2025-08-20T21:54:19.5960684Z [00:03:02.305]➜  go tool buildid -w $WORK/b376/_pkg_.a # internal
2025-08-20T21:54:19.5974232Z [00:03:02.307]➜  cp $WORK/b376/_pkg_.a /root/.cache/go-build/6b/6b44724506aa644227377efcf2a08dde5a967e4f73b0fffb12282f407943fc4d-d # internal
2025-08-20T21:54:19.6048441Z [00:03:02.314]➜  github.com/cloudflare/circl/sign/ed25519
2025-08-20T21:54:19.6049124Z [00:03:02.314]➜  mkdir -p $WORK/b384/
2025-08-20T21:54:19.6063466Z [00:03:02.315]➜  cat >/tmp/go-build3999932643/b384/importcfg << 'EOF' # internal
2025-08-20T21:54:19.6063953Z [00:03:02.315]➜  # import config
2025-08-20T21:54:19.6064305Z [00:03:02.315]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:19.6065063Z [00:03:02.315]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:19.6065520Z [00:03:02.315]➜  packagefile crypto/ed25519=/tmp/go-build3999932643/b130/_pkg_.a
2025-08-20T21:54:19.6065983Z [00:03:02.315]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:19.6066450Z [00:03:02.315]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:19.6066915Z [00:03:02.315]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:19.6067631Z [00:03:02.315]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:19.6068179Z [00:03:02.315]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:19.6068637Z [00:03:02.315]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:19.6069048Z [00:03:02.315]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:19.6069604Z [00:03:02.316]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build3999932643/b352/_pkg_.a
2025-08-20T21:54:19.6070239Z [00:03:02.316]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build3999932643/b385/_pkg_.a
2025-08-20T21:54:19.6070869Z [00:03:02.316]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build3999932643/b351/_pkg_.a
2025-08-20T21:54:19.6071495Z [00:03:02.316]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build3999932643/b374/_pkg_.a
2025-08-20T21:54:19.6071985Z [00:03:02.316]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:19.6072413Z [00:03:02.316]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:19.6072845Z [00:03:02.316]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:19.6073162Z [00:03:02.316]➜  EOF
2025-08-20T21:54:19.6077123Z [00:03:02.316]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b384/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519=>github.com/cloudflare/circl@v1.6.1/sign/ed25519;$WORK/b384=>" -p github.com/cloudflare/circl/sign/ed25519 -lang=go1.22 -complete -installsuffix shared -buildid HBHodvq3wMCf7iGe0jUz/HBHodvq3wMCf7iGe0jUz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b384/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/ed25519.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/modular.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/mult.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/point.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/pubkey.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/signapi.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/tables.go
2025-08-20T21:54:19.6463906Z [00:03:02.355]➜  go tool buildid -w $WORK/b367/_pkg_.a # internal
2025-08-20T21:54:19.6468490Z [00:03:02.356]➜  cp $WORK/b367/_pkg_.a /root/.cache/go-build/b7/b7a5a55469f885c6100f33aa8164d09583a0920d8a8aa77d44248f67bc219fd3-d # internal
2025-08-20T21:54:19.6488937Z [00:03:02.356]➜  github.com/cloudflare/circl/kem/xwing
2025-08-20T21:54:19.6489336Z [00:03:02.356]➜  mkdir -p $WORK/b366/
2025-08-20T21:54:19.6497503Z [00:03:02.359]➜  cat >/tmp/go-build3999932643/b366/importcfg << 'EOF' # internal
2025-08-20T21:54:19.6503473Z [00:03:02.360]➜  # import config
2025-08-20T21:54:19.6505957Z [00:03:02.360]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:19.6506419Z [00:03:02.360]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:19.6506922Z [00:03:02.360]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:19.6512305Z [00:03:02.360]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:19.6512988Z [00:03:02.360]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build3999932643/b350/_pkg_.a
2025-08-20T21:54:19.6513647Z [00:03:02.360]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3999932643/b357/_pkg_.a
2025-08-20T21:54:19.6514676Z [00:03:02.360]➜  packagefile github.com/cloudflare/circl/kem=/tmp/go-build3999932643/b358/_pkg_.a
2025-08-20T21:54:19.6515353Z [00:03:02.360]➜  packagefile github.com/cloudflare/circl/kem/mlkem/mlkem768=/tmp/go-build3999932643/b367/_pkg_.a
2025-08-20T21:54:19.6515898Z [00:03:02.360]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:19.6516199Z [00:03:02.360]➜  EOF
2025-08-20T21:54:19.6561817Z [00:03:02.365]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b366/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/kem/xwing=>github.com/cloudflare/circl@v1.6.1/kem/xwing;$WORK/b366=>" -p github.com/cloudflare/circl/kem/xwing -lang=go1.22 -complete -installsuffix shared -buildid wPEgzQ6ty9ke7_57-baK/wPEgzQ6ty9ke7_57-baK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b366/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/kem/xwing/scheme.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/kem/xwing/xwing.go
2025-08-20T21:54:19.6646152Z [00:03:02.374]➜  go tool buildid -w $WORK/b383/_pkg_.a # internal
2025-08-20T21:54:19.6658743Z [00:03:02.375]➜  cp $WORK/b383/_pkg_.a /root/.cache/go-build/d7/d7352b784f2899e133f7d98444641a5b61f6f7d28b39b4f564e76f43afe1cbbc-d # internal
2025-08-20T21:54:19.6663839Z [00:03:02.376]➜  github.com/cloudflare/circl/sign/dilithium/mode5
2025-08-20T21:54:19.6664723Z [00:03:02.376]➜  mkdir -p $WORK/b382/
2025-08-20T21:54:19.6665160Z [00:03:02.376]➜  cat >/tmp/go-build3999932643/b382/importcfg << 'EOF' # internal
2025-08-20T21:54:19.6665511Z [00:03:02.376]➜  # import config
2025-08-20T21:54:19.6665882Z [00:03:02.376]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:19.6666307Z [00:03:02.376]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:19.6666826Z [00:03:02.376]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build3999932643/b374/_pkg_.a
2025-08-20T21:54:19.6667672Z [00:03:02.376]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode5/internal=/tmp/go-build3999932643/b383/_pkg_.a
2025-08-20T21:54:19.6668510Z [00:03:02.376]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium=/tmp/go-build3999932643/b378/_pkg_.a
2025-08-20T21:54:19.6669077Z [00:03:02.376]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:19.6669379Z [00:03:02.376]➜  EOF
2025-08-20T21:54:19.6673615Z [00:03:02.376]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b382/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode5=>github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode5;$WORK/b382=>" -p github.com/cloudflare/circl/sign/dilithium/mode5 -lang=go1.22 -complete -installsuffix shared -buildid TVjGIluN5fkGOuZ3vhaG/TVjGIluN5fkGOuZ3vhaG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b382/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode5/dilithium.go
2025-08-20T21:54:19.7002616Z [00:03:02.409]➜  go tool buildid -w $WORK/b366/_pkg_.a # internal
2025-08-20T21:54:19.7042591Z [00:03:02.413]➜  cp $WORK/b366/_pkg_.a /root/.cache/go-build/59/593f1bc9d7c75859f7e9e995f61b45705cd1792c5663a111a3b79070563a9ebb-d # internal
2025-08-20T21:54:19.7054310Z [00:03:02.415]➜  github.com/cloudflare/circl/hpke
2025-08-20T21:54:19.7054737Z [00:03:02.415]➜  mkdir -p $WORK/b349/
2025-08-20T21:54:19.7067264Z [00:03:02.416]➜  cat >/tmp/go-build3999932643/b349/importcfg << 'EOF' # internal
2025-08-20T21:54:19.7068190Z [00:03:02.416]➜  # import config
2025-08-20T21:54:19.7069329Z [00:03:02.416]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:19.7069885Z [00:03:02.416]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:19.7070334Z [00:03:02.416]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:54:19.7070801Z [00:03:02.416]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:19.7071265Z [00:03:02.416]➜  packagefile crypto/ecdh=/tmp/go-build3999932643/b110/_pkg_.a
2025-08-20T21:54:19.7072155Z [00:03:02.416]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:19.7072615Z [00:03:02.416]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:19.7073077Z [00:03:02.416]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:19.7073565Z [00:03:02.416]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:19.7074012Z [00:03:02.416]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:54:19.7074488Z [00:03:02.416]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:19.7074936Z [00:03:02.416]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:19.7075348Z [00:03:02.416]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:19.7075876Z [00:03:02.416]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build3999932643/b350/_pkg_.a
2025-08-20T21:54:19.7076516Z [00:03:02.416]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build3999932643/b355/_pkg_.a
2025-08-20T21:54:19.7077163Z [00:03:02.416]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3999932643/b357/_pkg_.a
2025-08-20T21:54:19.7078095Z [00:03:02.416]➜  packagefile github.com/cloudflare/circl/kem=/tmp/go-build3999932643/b358/_pkg_.a
2025-08-20T21:54:19.7078767Z [00:03:02.416]➜  packagefile github.com/cloudflare/circl/kem/kyber/kyber768=/tmp/go-build3999932643/b359/_pkg_.a
2025-08-20T21:54:19.7079454Z [00:03:02.416]➜  packagefile github.com/cloudflare/circl/kem/xwing=/tmp/go-build3999932643/b366/_pkg_.a
2025-08-20T21:54:19.7080096Z [00:03:02.416]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build3999932643/b368/_pkg_.a
2025-08-20T21:54:19.7080708Z [00:03:02.416]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build3999932643/b353/_pkg_.a
2025-08-20T21:54:19.7081269Z [00:03:02.416]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3999932643/b372/_pkg_.a
2025-08-20T21:54:19.7081756Z [00:03:02.416]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:19.7082155Z [00:03:02.416]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:19.7082452Z [00:03:02.416]➜  EOF
2025-08-20T21:54:19.7086848Z [00:03:02.416]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b349/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/hpke=>github.com/cloudflare/circl@v1.6.1/hpke;$WORK/b349=>" -p github.com/cloudflare/circl/hpke -lang=go1.22 -complete -installsuffix shared -buildid 22hpcdJYooLixZr6S0o-/22hpcdJYooLixZr6S0o- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b349/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/hpke/aead.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/hpke/algs.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/hpke/genericnoauthkem.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/hpke/hpke.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/hpke/hybridkem.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/hpke/kembase.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/hpke/marshal.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/hpke/shortkem.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/hpke/util.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/hpke/xkem.go
2025-08-20T21:54:19.7092381Z [00:03:02.419]➜  go tool buildid -w $WORK/b382/_pkg_.a # internal
2025-08-20T21:54:19.7098184Z [00:03:02.419]➜  cp $WORK/b382/_pkg_.a /root/.cache/go-build/0f/0fa3915695e05174daf950d8979fc0a6aa2b2b07a8edd80126a514a7c8ac3971-d # internal
2025-08-20T21:54:19.7106193Z [00:03:02.420]➜  github.com/cloudflare/circl/ecc/goldilocks
2025-08-20T21:54:19.7114462Z [00:03:02.421]➜  mkdir -p $WORK/b387/
2025-08-20T21:54:19.7124066Z [00:03:02.422]➜  cat >/tmp/go-build3999932643/b387/importcfg << 'EOF' # internal
2025-08-20T21:54:19.7132711Z [00:03:02.422]➜  # import config
2025-08-20T21:54:19.7133114Z [00:03:02.422]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:19.7133898Z [00:03:02.422]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:19.7134353Z [00:03:02.422]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:19.7134766Z [00:03:02.422]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:19.7135313Z [00:03:02.422]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build3999932643/b352/_pkg_.a
2025-08-20T21:54:19.7135946Z [00:03:02.422]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build3999932643/b385/_pkg_.a
2025-08-20T21:54:19.7136579Z [00:03:02.422]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build3999932643/b356/_pkg_.a
2025-08-20T21:54:19.7137233Z [00:03:02.422]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/tmp/go-build3999932643/b388/_pkg_.a
2025-08-20T21:54:19.7142119Z [00:03:02.423]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:19.7142492Z [00:03:02.423]➜  EOF
2025-08-20T21:54:19.7146847Z [00:03:02.423]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b387/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks=>github.com/cloudflare/circl@v1.6.1/ecc/goldilocks;$WORK/b387=>" -p github.com/cloudflare/circl/ecc/goldilocks -lang=go1.22 -complete -installsuffix shared -buildid s_6qIrk_vakI7XaMAOaJ/s_6qIrk_vakI7XaMAOaJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b387/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/constants.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/curve.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/isogeny.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/point.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/scalar.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/twist.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/twistPoint.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/twistTables.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/twist_basemult.go
2025-08-20T21:54:19.7482656Z [00:03:02.457]➜  go tool buildid -w $WORK/b384/_pkg_.a # internal
2025-08-20T21:54:19.7496582Z [00:03:02.459]➜  cp $WORK/b384/_pkg_.a /root/.cache/go-build/45/452453b4becc0c2917bbe958f9c947b7da8e16a2a6e9b5a86f7295e8e408d821-d # internal
2025-08-20T21:54:19.7497560Z [00:03:02.459]➜  github.com/cloudflare/circl/sign/eddilithium2
2025-08-20T21:54:19.7498029Z [00:03:02.459]➜  mkdir -p $WORK/b389/
2025-08-20T21:54:19.7504888Z [00:03:02.460]➜  cat >/tmp/go-build3999932643/b389/importcfg << 'EOF' # internal
2025-08-20T21:54:19.7505965Z [00:03:02.460]➜  # import config
2025-08-20T21:54:19.7506775Z [00:03:02.460]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:19.7507866Z [00:03:02.460]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:19.7508466Z [00:03:02.460]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:19.7508924Z [00:03:02.460]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:19.7509490Z [00:03:02.460]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3999932643/b357/_pkg_.a
2025-08-20T21:54:19.7510131Z [00:03:02.460]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build3999932643/b374/_pkg_.a
2025-08-20T21:54:19.7510804Z [00:03:02.460]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode2=/tmp/go-build3999932643/b376/_pkg_.a
2025-08-20T21:54:19.7511509Z [00:03:02.460]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build3999932643/b384/_pkg_.a
2025-08-20T21:54:19.7512027Z [00:03:02.460]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:19.7512329Z [00:03:02.460]➜  EOF
2025-08-20T21:54:19.7514709Z [00:03:02.460]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b389/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/eddilithium2=>github.com/cloudflare/circl@v1.6.1/sign/eddilithium2;$WORK/b389=>" -p github.com/cloudflare/circl/sign/eddilithium2 -lang=go1.22 -complete -installsuffix shared -buildid XBaTgRYuFZViNWrtX_2b/XBaTgRYuFZViNWrtX_2b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b389/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/eddilithium2/eddilithium.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/eddilithium2/signapi.go
2025-08-20T21:54:19.7884714Z [00:03:02.498]➜  go tool buildid -w $WORK/b389/_pkg_.a # internal
2025-08-20T21:54:19.7912395Z [00:03:02.501]➜  cp $WORK/b389/_pkg_.a /root/.cache/go-build/4b/4b2d7553d586056640322240d0e1bb2c5e9f7fc52e39e39a87b098bdf1cd6e11-d # internal
2025-08-20T21:54:19.7923436Z [00:03:02.502]➜  github.com/cloudflare/circl/sign/mldsa/mldsa44/internal
2025-08-20T21:54:19.7924702Z [00:03:02.502]➜  mkdir -p $WORK/b392/
2025-08-20T21:54:19.7931804Z [00:03:02.502]➜  cat >/tmp/go-build3999932643/b392/importcfg << 'EOF' # internal
2025-08-20T21:54:19.7935198Z [00:03:02.503]➜  # import config
2025-08-20T21:54:19.7935603Z [00:03:02.503]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:19.7936075Z [00:03:02.503]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:19.7936555Z [00:03:02.503]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:19.7937146Z [00:03:02.503]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3999932643/b357/_pkg_.a
2025-08-20T21:54:19.7938158Z [00:03:02.503]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium=/tmp/go-build3999932643/b378/_pkg_.a
2025-08-20T21:54:19.7938895Z [00:03:02.503]➜  packagefile github.com/cloudflare/circl/simd/keccakf1600=/tmp/go-build3999932643/b364/_pkg_.a
2025-08-20T21:54:19.7939434Z [00:03:02.503]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:19.7939736Z [00:03:02.503]➜  EOF
2025-08-20T21:54:19.7944322Z [00:03:02.503]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b392/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa44/internal=>github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa44/internal;$WORK/b392=>" -p github.com/cloudflare/circl/sign/mldsa/mldsa44/internal -lang=go1.22 -complete -installsuffix shared -buildid MO_sxx5Cun6QFXvAjkNl/MO_sxx5Cun6QFXvAjkNl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b392/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa44/internal/dilithium.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa44/internal/mat.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa44/internal/pack.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa44/internal/params.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa44/internal/rounding.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa44/internal/sample.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa44/internal/vec.go
2025-08-20T21:54:19.8063873Z [00:03:02.515]➜  go tool buildid -w $WORK/b250/_pkg_.a # internal
2025-08-20T21:54:19.8151730Z [00:03:02.524]➜  cp $WORK/b250/_pkg_.a /root/.cache/go-build/2b/2b7a71f47dc715ea784dabe2b9218746287f3d2e11e54b793ea5361fc0cb3e97-d # internal
2025-08-20T21:54:19.8165175Z [00:03:02.526]➜  github.com/projectdiscovery/gologger/writer
2025-08-20T21:54:19.8170328Z [00:03:02.526]➜  mkdir -p $WORK/b249/
2025-08-20T21:54:19.8175213Z [00:03:02.527]➜  cat >/tmp/go-build3999932643/b249/importcfg << 'EOF' # internal
2025-08-20T21:54:19.8179669Z [00:03:02.527]➜  # import config
2025-08-20T21:54:19.8180054Z [00:03:02.527]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:19.8181862Z [00:03:02.527]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:19.8182893Z [00:03:02.527]➜  packagefile github.com/mholt/archives=/tmp/go-build3999932643/b250/_pkg_.a
2025-08-20T21:54:19.8184361Z [00:03:02.527]➜  packagefile github.com/projectdiscovery/gologger/levels=/tmp/go-build3999932643/b248/_pkg_.a
2025-08-20T21:54:19.8185090Z [00:03:02.527]➜  packagefile github.com/projectdiscovery/utils/os=/tmp/go-build3999932643/b189/_pkg_.a
2025-08-20T21:54:19.8185694Z [00:03:02.527]➜  packagefile gopkg.in/djherbis/times.v1=/tmp/go-build3999932643/b322/_pkg_.a
2025-08-20T21:54:19.8186169Z [00:03:02.527]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:19.8186562Z [00:03:02.528]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:19.8187019Z [00:03:02.528]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:19.8187629Z [00:03:02.528]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:19.8188121Z [00:03:02.528]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:19.8188529Z [00:03:02.528]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:19.8188850Z [00:03:02.528]➜  EOF
2025-08-20T21:54:19.8191839Z [00:03:02.528]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b249/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.54/writer=>github.com/projectdiscovery/gologger@v1.1.54/writer;$WORK/b249=>" -p github.com/projectdiscovery/gologger/writer -lang=go1.22 -complete -installsuffix shared -buildid OkOuHfZ-tbh8cQEgEX6R/OkOuHfZ-tbh8cQEgEX6R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b249/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.54/writer/cli.go /root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.54/writer/filewithrotation.go /root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.54/writer/newline.go /root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.54/writer/writer.go
2025-08-20T21:54:19.8238577Z [00:03:02.533]➜  go tool buildid -w $WORK/b387/_pkg_.a # internal
2025-08-20T21:54:19.8254797Z [00:03:02.535]➜  cp $WORK/b387/_pkg_.a /root/.cache/go-build/92/92fce7a3a44ee39e3e8a275dd91f6559606fcb3c55b3b052668061fcdedc7d40-d # internal
2025-08-20T21:54:19.8256697Z [00:03:02.535]➜  github.com/cloudflare/circl/sign/ed448
2025-08-20T21:54:19.8257113Z [00:03:02.535]➜  mkdir -p $WORK/b386/
2025-08-20T21:54:19.8261877Z [00:03:02.535]➜  cat >/tmp/go-build3999932643/b386/importcfg << 'EOF' # internal
2025-08-20T21:54:19.8263119Z [00:03:02.536]➜  # import config
2025-08-20T21:54:19.8263570Z [00:03:02.536]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:19.8263996Z [00:03:02.536]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:19.8264733Z [00:03:02.536]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:19.8265281Z [00:03:02.536]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:19.8265750Z [00:03:02.536]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:19.8266195Z [00:03:02.536]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:19.8266618Z [00:03:02.536]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:19.8267168Z [00:03:02.536]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/tmp/go-build3999932643/b387/_pkg_.a
2025-08-20T21:54:19.8268007Z [00:03:02.536]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3999932643/b357/_pkg_.a
2025-08-20T21:54:19.8268637Z [00:03:02.536]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build3999932643/b374/_pkg_.a
2025-08-20T21:54:19.8269130Z [00:03:02.536]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:19.8269551Z [00:03:02.536]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:19.8269864Z [00:03:02.536]➜  EOF
2025-08-20T21:54:19.8272063Z [00:03:02.536]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b386/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed448=>github.com/cloudflare/circl@v1.6.1/sign/ed448;$WORK/b386=>" -p github.com/cloudflare/circl/sign/ed448 -lang=go1.22 -complete -installsuffix shared -buildid 6ncyrNHxo501zOmY9nzh/6ncyrNHxo501zOmY9nzh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b386/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed448/ed448.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed448/signapi.go
2025-08-20T21:54:19.8652272Z [00:03:02.574]➜  go tool buildid -w $WORK/b249/_pkg_.a # internal
2025-08-20T21:54:19.8679530Z [00:03:02.577]➜  cp $WORK/b249/_pkg_.a /root/.cache/go-build/cd/cd52d0cb247f36fd830b84635ff99af37a46469a37a40bcde66c15cf8b47e27b-d # internal
2025-08-20T21:54:19.8689271Z [00:03:02.578]➜  github.com/projectdiscovery/gologger
2025-08-20T21:54:19.8689683Z [00:03:02.578]➜  mkdir -p $WORK/b241/
2025-08-20T21:54:19.8697267Z [00:03:02.579]➜  cat >/tmp/go-build3999932643/b241/importcfg << 'EOF' # internal
2025-08-20T21:54:19.8701574Z [00:03:02.579]➜  # import config
2025-08-20T21:54:19.8701920Z [00:03:02.579]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:19.8702529Z [00:03:02.579]➜  packagefile github.com/projectdiscovery/gologger/formatter=/tmp/go-build3999932643/b242/_pkg_.a
2025-08-20T21:54:19.8703241Z [00:03:02.579]➜  packagefile github.com/projectdiscovery/gologger/levels=/tmp/go-build3999932643/b248/_pkg_.a
2025-08-20T21:54:19.8703931Z [00:03:02.579]➜  packagefile github.com/projectdiscovery/gologger/writer=/tmp/go-build3999932643/b249/_pkg_.a
2025-08-20T21:54:19.8704463Z [00:03:02.579]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:19.8704880Z [00:03:02.579]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:19.8705348Z [00:03:02.579]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:19.8705653Z [00:03:02.579]➜  EOF
2025-08-20T21:54:19.8707954Z [00:03:02.579]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b241/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.54=>github.com/projectdiscovery/gologger@v1.1.54;$WORK/b241=>" -p github.com/projectdiscovery/gologger -lang=go1.22 -complete -installsuffix shared -buildid sTizC87vtalF0MQWUGyL/sTizC87vtalF0MQWUGyL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b241/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.54/doc.go /root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.54/gologger.go
2025-08-20T21:54:19.8754899Z [00:03:02.585]➜  go tool buildid -w $WORK/b386/_pkg_.a # internal
2025-08-20T21:54:19.8769282Z [00:03:02.586]➜  cp $WORK/b386/_pkg_.a /root/.cache/go-build/56/56514797d7e01682aff5f3c211ea9a52c74b74a2b3bb6e6c381588eaf8e3004d-d # internal
2025-08-20T21:54:19.8777163Z [00:03:02.587]➜  github.com/cloudflare/circl/sign/eddilithium3
2025-08-20T21:54:19.8782473Z [00:03:02.588]➜  mkdir -p $WORK/b390/
2025-08-20T21:54:19.8792074Z [00:03:02.588]➜  cat >/tmp/go-build3999932643/b390/importcfg << 'EOF' # internal
2025-08-20T21:54:19.8794573Z [00:03:02.588]➜  # import config
2025-08-20T21:54:19.8798187Z [00:03:02.588]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:19.8798676Z [00:03:02.589]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:19.8799138Z [00:03:02.589]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:19.8799577Z [00:03:02.589]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:19.8800137Z [00:03:02.589]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3999932643/b357/_pkg_.a
2025-08-20T21:54:19.8800770Z [00:03:02.589]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build3999932643/b374/_pkg_.a
2025-08-20T21:54:19.8801454Z [00:03:02.589]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode3=/tmp/go-build3999932643/b380/_pkg_.a
2025-08-20T21:54:19.8802139Z [00:03:02.589]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build3999932643/b386/_pkg_.a
2025-08-20T21:54:19.8802646Z [00:03:02.589]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:19.8803299Z [00:03:02.589]➜  EOF
2025-08-20T21:54:19.8819198Z [00:03:02.591]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b390/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/eddilithium3=>github.com/cloudflare/circl@v1.6.1/sign/eddilithium3;$WORK/b390=>" -p github.com/cloudflare/circl/sign/eddilithium3 -lang=go1.22 -complete -installsuffix shared -buildid nMHCXcVpGYRRp4me9Lk0/nMHCXcVpGYRRp4me9Lk0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b390/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/eddilithium3/eddilithium.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/eddilithium3/signapi.go
2025-08-20T21:54:19.9115542Z [00:03:02.621]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T21:54:19.9123472Z [00:03:02.622]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/3f/3f175572e309d7b2e3789aebf6772e59e4ac5611c2b89bdafbb0d42130b8d832-d # internal
2025-08-20T21:54:19.9131513Z [00:03:02.622]➜  github.com/cloudflare/circl/sign/mldsa/mldsa65/internal
2025-08-20T21:54:19.9132198Z [00:03:02.622]➜  mkdir -p $WORK/b394/
2025-08-20T21:54:19.9168186Z [00:03:02.626]➜  cat >/tmp/go-build3999932643/b394/importcfg << 'EOF' # internal
2025-08-20T21:54:19.9168660Z [00:03:02.626]➜  # import config
2025-08-20T21:54:19.9169032Z [00:03:02.626]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:19.9169500Z [00:03:02.626]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:19.9169975Z [00:03:02.626]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:19.9170594Z [00:03:02.626]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3999932643/b357/_pkg_.a
2025-08-20T21:54:19.9171312Z [00:03:02.626]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium=/tmp/go-build3999932643/b378/_pkg_.a
2025-08-20T21:54:19.9172032Z [00:03:02.626]➜  packagefile github.com/cloudflare/circl/simd/keccakf1600=/tmp/go-build3999932643/b364/_pkg_.a
2025-08-20T21:54:19.9172575Z [00:03:02.626]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:19.9172876Z [00:03:02.626]➜  EOF
2025-08-20T21:54:19.9191637Z [00:03:02.626]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b394/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa65/internal=>github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa65/internal;$WORK/b394=>" -p github.com/cloudflare/circl/sign/mldsa/mldsa65/internal -lang=go1.22 -complete -installsuffix shared -buildid l3IbYxqL2oi7FhKzYvAy/l3IbYxqL2oi7FhKzYvAy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b394/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa65/internal/dilithium.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa65/internal/mat.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa65/internal/pack.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa65/internal/params.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa65/internal/rounding.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa65/internal/sample.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa65/internal/vec.go
2025-08-20T21:54:19.9214966Z [00:03:02.631]➜  go tool buildid -w $WORK/b390/_pkg_.a # internal
2025-08-20T21:54:19.9231008Z [00:03:02.632]➜  cp $WORK/b390/_pkg_.a /root/.cache/go-build/aa/aa9f16941b29dd581512197fe9be21bce88e1c98fe1b8db6ca195b64c72fe16b-d # internal
2025-08-20T21:54:19.9263362Z [00:03:02.636]➜  github.com/cloudflare/circl/sign/mldsa/mldsa87/internal
2025-08-20T21:54:19.9275573Z [00:03:02.636]➜  mkdir -p $WORK/b396/
2025-08-20T21:54:19.9284020Z [00:03:02.638]➜  cat >/tmp/go-build3999932643/b396/importcfg << 'EOF' # internal
2025-08-20T21:54:19.9284742Z [00:03:02.638]➜  # import config
2025-08-20T21:54:19.9285582Z [00:03:02.638]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:19.9286105Z [00:03:02.638]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:19.9287005Z [00:03:02.638]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:19.9287779Z [00:03:02.638]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3999932643/b357/_pkg_.a
2025-08-20T21:54:19.9288545Z [00:03:02.638]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium=/tmp/go-build3999932643/b378/_pkg_.a
2025-08-20T21:54:19.9289265Z [00:03:02.638]➜  packagefile github.com/cloudflare/circl/simd/keccakf1600=/tmp/go-build3999932643/b364/_pkg_.a
2025-08-20T21:54:19.9289813Z [00:03:02.638]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:19.9290113Z [00:03:02.638]➜  EOF
2025-08-20T21:54:19.9294441Z [00:03:02.638]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b396/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa87/internal=>github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa87/internal;$WORK/b396=>" -p github.com/cloudflare/circl/sign/mldsa/mldsa87/internal -lang=go1.22 -complete -installsuffix shared -buildid xm0hJyGj3OnVYaH8PBqv/xm0hJyGj3OnVYaH8PBqv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b396/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa87/internal/dilithium.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa87/internal/mat.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa87/internal/pack.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa87/internal/params.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa87/internal/rounding.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa87/internal/sample.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa87/internal/vec.go
2025-08-20T21:54:19.9352144Z [00:03:02.644]➜  go tool buildid -w $WORK/b392/_pkg_.a # internal
2025-08-20T21:54:19.9367937Z [00:03:02.646]➜  cp $WORK/b392/_pkg_.a /root/.cache/go-build/35/35d985dd9a24e4cb598719e8d1e183e22e2c068955546e58e9b6ca696bfe5af7-d # internal
2025-08-20T21:54:19.9401854Z [00:03:02.649]➜  github.com/cloudflare/circl/sign/mldsa/mldsa44
2025-08-20T21:54:19.9402746Z [00:03:02.650]➜  mkdir -p $WORK/b391/
2025-08-20T21:54:19.9431336Z [00:03:02.652]➜  cat >/tmp/go-build3999932643/b391/importcfg << 'EOF' # internal
2025-08-20T21:54:19.9432171Z [00:03:02.652]➜  # import config
2025-08-20T21:54:19.9433045Z [00:03:02.652]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:19.9433543Z [00:03:02.652]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:19.9434349Z [00:03:02.652]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:19.9434873Z [00:03:02.652]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:19.9435397Z [00:03:02.652]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build3999932643/b374/_pkg_.a
2025-08-20T21:54:19.9436090Z [00:03:02.652]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium=/tmp/go-build3999932643/b378/_pkg_.a
2025-08-20T21:54:19.9436888Z [00:03:02.652]➜  packagefile github.com/cloudflare/circl/sign/mldsa/mldsa44/internal=/tmp/go-build3999932643/b392/_pkg_.a
2025-08-20T21:54:19.9437695Z [00:03:02.652]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:19.9438050Z [00:03:02.652]➜  EOF
2025-08-20T21:54:19.9440162Z [00:03:02.652]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b391/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa44=>github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa44;$WORK/b391=>" -p github.com/cloudflare/circl/sign/mldsa/mldsa44 -lang=go1.22 -complete -installsuffix shared -buildid NhU36kvyQDu40tCjhT-S/NhU36kvyQDu40tCjhT-S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b391/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa44/dilithium.go
2025-08-20T21:54:19.9897562Z [00:03:02.699]➜  go tool buildid -w $WORK/b391/_pkg_.a # internal
2025-08-20T21:54:19.9905026Z [00:03:02.700]➜  cp $WORK/b391/_pkg_.a /root/.cache/go-build/9d/9d5d051fb947098a06e03db69962f396d7ca1c7a301bd040ec05395fe39be987-d # internal
2025-08-20T21:54:19.9906759Z [00:03:02.700]➜  github.com/refraction-networking/utls/internal/boring
2025-08-20T21:54:19.9907225Z [00:03:02.700]➜  mkdir -p $WORK/b398/
2025-08-20T21:54:19.9929926Z [00:03:02.702]➜  cat >/tmp/go-build3999932643/b398/importcfg << 'EOF' # internal
2025-08-20T21:54:19.9930332Z [00:03:02.702]➜  # import config
2025-08-20T21:54:19.9930698Z [00:03:02.702]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:19.9931171Z [00:03:02.702]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:19.9931482Z [00:03:02.702]➜  EOF
2025-08-20T21:54:19.9941689Z [00:03:02.703]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b398/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/internal/boring=>github.com/refraction-networking/utls@v1.7.1/internal/boring;$WORK/b398=>" -p github.com/refraction-networking/utls/internal/boring -lang=go1.24 -complete -installsuffix shared -buildid 6aqkwfj4inNLsKcBDXny/6aqkwfj4inNLsKcBDXny -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b398/importcfg -pack /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/internal/boring/notboring.go
2025-08-20T21:54:20.0020914Z [00:03:02.711]➜  go tool buildid -w $WORK/b349/_pkg_.a # internal
2025-08-20T21:54:20.0069867Z [00:03:02.716]➜  cp $WORK/b349/_pkg_.a /root/.cache/go-build/aa/aa97eddb22aae433183152f8072b44a294b8877525a7ec1e3e17187463c8bb4b-d # internal
2025-08-20T21:54:20.0071529Z [00:03:02.716]➜  github.com/refraction-networking/utls/internal/helper
2025-08-20T21:54:20.0071894Z [00:03:02.716]➜  mkdir -p $WORK/b401/
2025-08-20T21:54:20.0072268Z [00:03:02.716]➜  cat >/tmp/go-build3999932643/b401/importcfg << 'EOF' # internal
2025-08-20T21:54:20.0072615Z [00:03:02.716]➜  # import config
2025-08-20T21:54:20.0073595Z [00:03:02.716]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:20.0074495Z [00:03:02.716]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build3999932643/b353/_pkg_.a
2025-08-20T21:54:20.0075222Z [00:03:02.716]➜  EOF
2025-08-20T21:54:20.0078328Z [00:03:02.716]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b401/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/internal/helper=>github.com/refraction-networking/utls@v1.7.1/internal/helper;$WORK/b401=>" -p github.com/refraction-networking/utls/internal/helper -lang=go1.24 -complete -installsuffix shared -buildid 4kSy7aVJNJeVPiBusucD/4kSy7aVJNJeVPiBusucD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b401/importcfg -pack /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/internal/helper/typeconv.go
2025-08-20T21:54:20.0112002Z [00:03:02.720]➜  go tool buildid -w $WORK/b394/_pkg_.a # internal
2025-08-20T21:54:20.0141091Z [00:03:02.723]➜  cp $WORK/b394/_pkg_.a /root/.cache/go-build/d2/d2fd3175e4ec5c514630de0cf68ba5aabd5962c920b8cfb032fd39632de2afd4-d # internal
2025-08-20T21:54:20.0141876Z [00:03:02.723]➜  github.com/cloudflare/circl/sign/mldsa/mldsa65
2025-08-20T21:54:20.0142214Z [00:03:02.723]➜  mkdir -p $WORK/b393/
2025-08-20T21:54:20.0142587Z [00:03:02.723]➜  cat >/tmp/go-build3999932643/b393/importcfg << 'EOF' # internal
2025-08-20T21:54:20.0142935Z [00:03:02.723]➜  # import config
2025-08-20T21:54:20.0143274Z [00:03:02.723]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:20.0143715Z [00:03:02.723]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:20.0144195Z [00:03:02.723]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:20.0144632Z [00:03:02.723]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:20.0145145Z [00:03:02.723]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build3999932643/b374/_pkg_.a
2025-08-20T21:54:20.0145829Z [00:03:02.723]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium=/tmp/go-build3999932643/b378/_pkg_.a
2025-08-20T21:54:20.0147079Z [00:03:02.723]➜  packagefile github.com/cloudflare/circl/sign/mldsa/mldsa65/internal=/tmp/go-build3999932643/b394/_pkg_.a
2025-08-20T21:54:20.0147882Z [00:03:02.723]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:20.0148191Z [00:03:02.723]➜  EOF
2025-08-20T21:54:20.0150284Z [00:03:02.723]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b393/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa65=>github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa65;$WORK/b393=>" -p github.com/cloudflare/circl/sign/mldsa/mldsa65 -lang=go1.22 -complete -installsuffix shared -buildid CmReay4DmD5iRNRKK_32/CmReay4DmD5iRNRKK_32 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b393/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa65/dilithium.go
2025-08-20T21:54:20.0156959Z [00:03:02.725]➜  go tool buildid -w $WORK/b398/_pkg_.a # internal
2025-08-20T21:54:20.0164403Z [00:03:02.726]➜  cp $WORK/b398/_pkg_.a /root/.cache/go-build/00/0066171d2fdc39e344721f285267d310441107324a68191021fd1b857157772d-d # internal
2025-08-20T21:54:20.0176616Z [00:03:02.727]➜  github.com/refraction-networking/utls/internal/hkdf
2025-08-20T21:54:20.0179563Z [00:03:02.727]➜  mkdir -p $WORK/b402/
2025-08-20T21:54:20.0185443Z [00:03:02.728]➜  cat >/tmp/go-build3999932643/b402/importcfg << 'EOF' # internal
2025-08-20T21:54:20.0188102Z [00:03:02.728]➜  # import config
2025-08-20T21:54:20.0190613Z [00:03:02.728]➜  packagefile crypto/hkdf=/tmp/go-build3999932643/b134/_pkg_.a
2025-08-20T21:54:20.0191092Z [00:03:02.728]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:20.0191398Z [00:03:02.728]➜  EOF
2025-08-20T21:54:20.0193539Z [00:03:02.728]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b402/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/internal/hkdf=>github.com/refraction-networking/utls@v1.7.1/internal/hkdf;$WORK/b402=>" -p github.com/refraction-networking/utls/internal/hkdf -lang=go1.24 -complete -installsuffix shared -buildid dVJcWQ93vPCfmg4ePOHp/dVJcWQ93vPCfmg4ePOHp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b402/importcfg -pack /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/internal/hkdf/hkdf.go
2025-08-20T21:54:20.0208856Z [00:03:02.730]➜  go tool buildid -w $WORK/b396/_pkg_.a # internal
2025-08-20T21:54:20.0231741Z [00:03:02.732]➜  cp $WORK/b396/_pkg_.a /root/.cache/go-build/74/74f4d56f7d7ed5f6f69299755e9274f8914afd04791ccb152be29d999cfc4b13-d # internal
2025-08-20T21:54:20.0234945Z [00:03:02.732]➜  github.com/cloudflare/circl/sign/mldsa/mldsa87
2025-08-20T21:54:20.0235679Z [00:03:02.733]➜  mkdir -p $WORK/b395/
2025-08-20T21:54:20.0237952Z [00:03:02.733]➜  go tool buildid -w $WORK/b401/_pkg_.a # internal
2025-08-20T21:54:20.0240783Z [00:03:02.733]➜  cp $WORK/b401/_pkg_.a /root/.cache/go-build/4c/4c842470dca330e516ed310df78ab64b394eac3f3734ebb49395f8ae54994047-d # internal
2025-08-20T21:54:20.0255702Z [00:03:02.735]➜  cat >/tmp/go-build3999932643/b395/importcfg << 'EOF' # internal
2025-08-20T21:54:20.0256210Z [00:03:02.735]➜  # import config
2025-08-20T21:54:20.0256555Z [00:03:02.735]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:20.0257002Z [00:03:02.735]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:20.0257593Z [00:03:02.735]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:20.0258100Z [00:03:02.735]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:20.0258643Z [00:03:02.735]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build3999932643/b374/_pkg_.a
2025-08-20T21:54:20.0259344Z [00:03:02.735]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium=/tmp/go-build3999932643/b378/_pkg_.a
2025-08-20T21:54:20.0260121Z [00:03:02.735]➜  packagefile github.com/cloudflare/circl/sign/mldsa/mldsa87/internal=/tmp/go-build3999932643/b396/_pkg_.a
2025-08-20T21:54:20.0261107Z [00:03:02.735]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:20.0261409Z [00:03:02.735]➜  EOF
2025-08-20T21:54:20.0261933Z [00:03:02.735]➜  github.com/refraction-networking/utls/internal/quicvarint/protocol
2025-08-20T21:54:20.0264516Z [00:03:02.735]➜  mkdir -p $WORK/b405/
2025-08-20T21:54:20.0266667Z [00:03:02.735]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b395/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa87=>github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa87;$WORK/b395=>" -p github.com/cloudflare/circl/sign/mldsa/mldsa87 -lang=go1.22 -complete -installsuffix shared -buildid -NO-69I8qcZZyA7yHD_s/-NO-69I8qcZZyA7yHD_s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b395/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa87/dilithium.go
2025-08-20T21:54:20.0269133Z [00:03:02.735]➜  cat >/tmp/go-build3999932643/b405/importcfg << 'EOF' # internal
2025-08-20T21:54:20.0269504Z [00:03:02.735]➜  # import config
2025-08-20T21:54:20.0269833Z [00:03:02.735]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:20.0270606Z [00:03:02.735]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:20.0271010Z [00:03:02.735]➜  EOF
2025-08-20T21:54:20.0274121Z [00:03:02.735]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b405/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/internal/quicvarint/protocol=>github.com/refraction-networking/utls@v1.7.1/internal/quicvarint/protocol;$WORK/b405=>" -p github.com/refraction-networking/utls/internal/quicvarint/protocol -lang=go1.24 -complete -installsuffix shared -buildid p_RnODsLW6k1Agy0klks/p_RnODsLW6k1Agy0klks -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b405/importcfg -pack /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/internal/quicvarint/protocol/protocol.go
2025-08-20T21:54:20.0351986Z [00:03:02.745]➜  go tool buildid -w $WORK/b402/_pkg_.a # internal
2025-08-20T21:54:20.0381211Z [00:03:02.747]➜  cp $WORK/b402/_pkg_.a /root/.cache/go-build/06/0694cc4b7e1afd3e249d84cc4bf8f0a6e9fe10721a67a5f7927dd4514d193505-d # internal
2025-08-20T21:54:20.0382494Z [00:03:02.747]➜  github.com/refraction-networking/utls/internal/hpke
2025-08-20T21:54:20.0382857Z [00:03:02.747]➜  mkdir -p $WORK/b403/
2025-08-20T21:54:20.0383248Z [00:03:02.747]➜  cat >/tmp/go-build3999932643/b403/importcfg << 'EOF' # internal
2025-08-20T21:54:20.0383591Z [00:03:02.748]➜  # import config
2025-08-20T21:54:20.0384223Z [00:03:02.748]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:20.0384734Z [00:03:02.748]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:54:20.0385200Z [00:03:02.748]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:20.0385662Z [00:03:02.748]➜  packagefile crypto/ecdh=/tmp/go-build3999932643/b110/_pkg_.a
2025-08-20T21:54:20.0386133Z [00:03:02.748]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:20.0386562Z [00:03:02.748]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:20.0387179Z [00:03:02.748]➜  packagefile github.com/refraction-networking/utls/internal/byteorder=/tmp/go-build3999932643/b399/_pkg_.a
2025-08-20T21:54:20.0388220Z [00:03:02.748]➜  packagefile github.com/refraction-networking/utls/internal/hkdf=/tmp/go-build3999932643/b402/_pkg_.a
2025-08-20T21:54:20.0388915Z [00:03:02.748]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build3999932643/b368/_pkg_.a
2025-08-20T21:54:20.0389453Z [00:03:02.748]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:20.0389772Z [00:03:02.748]➜  EOF
2025-08-20T21:54:20.0397946Z [00:03:02.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b403/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/internal/hpke=>github.com/refraction-networking/utls@v1.7.1/internal/hpke;$WORK/b403=>" -p github.com/refraction-networking/utls/internal/hpke -lang=go1.24 -complete -installsuffix shared -buildid CdNUpt4JSU7dqlJ0boUW/CdNUpt4JSU7dqlJ0boUW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b403/importcfg -pack /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/internal/hpke/hpke.go
2025-08-20T21:54:20.0425109Z [00:03:02.750]➜  go tool buildid -w $WORK/b393/_pkg_.a # internal
2025-08-20T21:54:20.0425814Z [00:03:02.752]➜  cp $WORK/b393/_pkg_.a /root/.cache/go-build/10/1048bfa25fbd0c8682d9dcb2580a93803555316e895ee3b0885a73cd12f8f781-d # internal
2025-08-20T21:54:20.0426462Z [00:03:02.752]➜  github.com/refraction-networking/utls/internal/tls12
2025-08-20T21:54:20.0426807Z [00:03:02.752]➜  mkdir -p $WORK/b406/
2025-08-20T21:54:20.0427197Z [00:03:02.752]➜  cat >/tmp/go-build3999932643/b406/importcfg << 'EOF' # internal
2025-08-20T21:54:20.0427784Z [00:03:02.752]➜  # import config
2025-08-20T21:54:20.0428146Z [00:03:02.752]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:20.0428592Z [00:03:02.752]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:20.0428899Z [00:03:02.752]➜  EOF
2025-08-20T21:54:20.0431067Z [00:03:02.752]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b406/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/internal/tls12=>github.com/refraction-networking/utls@v1.7.1/internal/tls12;$WORK/b406=>" -p github.com/refraction-networking/utls/internal/tls12 -lang=go1.24 -complete -installsuffix shared -buildid 0HkjsUy141lycD7orRnx/0HkjsUy141lycD7orRnx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b406/importcfg -pack /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/internal/tls12/tls12.go
2025-08-20T21:54:20.0488468Z [00:03:02.758]➜  go tool buildid -w $WORK/b405/_pkg_.a # internal
2025-08-20T21:54:20.0492922Z [00:03:02.758]➜  cp $WORK/b405/_pkg_.a /root/.cache/go-build/0d/0de5ddf3011b12500e2af9a57ab7a0a15820cf924c11ef4b77e8a72793ce548c-d # internal
2025-08-20T21:54:20.0495656Z [00:03:02.759]➜  github.com/refraction-networking/utls/internal/quicvarint
2025-08-20T21:54:20.0496029Z [00:03:02.759]➜  mkdir -p $WORK/b404/
2025-08-20T21:54:20.0496407Z [00:03:02.759]➜  cat >/tmp/go-build3999932643/b404/importcfg << 'EOF' # internal
2025-08-20T21:54:20.0496749Z [00:03:02.759]➜  # import config
2025-08-20T21:54:20.0497072Z [00:03:02.759]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:20.0497928Z [00:03:02.759]➜  packagefile github.com/refraction-networking/utls/internal/quicvarint/protocol=/tmp/go-build3999932643/b405/_pkg_.a
2025-08-20T21:54:20.0498890Z [00:03:02.759]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:20.0499249Z [00:03:02.759]➜  EOF
2025-08-20T21:54:20.0501497Z [00:03:02.759]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b404/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/internal/quicvarint=>github.com/refraction-networking/utls@v1.7.1/internal/quicvarint;$WORK/b404=>" -p github.com/refraction-networking/utls/internal/quicvarint -lang=go1.24 -complete -installsuffix shared -buildid vRKX5Or9bhlEn1NmnCUu/vRKX5Or9bhlEn1NmnCUu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b404/importcfg -pack /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/internal/quicvarint/varint.go
2025-08-20T21:54:20.0546375Z [00:03:02.764]➜  go tool buildid -w $WORK/b395/_pkg_.a # internal
2025-08-20T21:54:20.0554128Z [00:03:02.765]➜  cp $WORK/b395/_pkg_.a /root/.cache/go-build/a6/a660ad19972f7cdada6c797988ba4676c6a34596698ce670164a398b83453c9b-d # internal
2025-08-20T21:54:20.0561384Z [00:03:02.765]➜  github.com/cloudflare/circl/sign/schemes
2025-08-20T21:54:20.0562207Z [00:03:02.765]➜  mkdir -p $WORK/b375/
2025-08-20T21:54:20.0562892Z [00:03:02.765]➜  cat >/tmp/go-build3999932643/b375/importcfg << 'EOF' # internal
2025-08-20T21:54:20.0563661Z [00:03:02.765]➜  # import config
2025-08-20T21:54:20.0564666Z [00:03:02.765]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build3999932643/b374/_pkg_.a
2025-08-20T21:54:20.0565804Z [00:03:02.765]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode2=/tmp/go-build3999932643/b376/_pkg_.a
2025-08-20T21:54:20.0566536Z [00:03:02.765]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode3=/tmp/go-build3999932643/b380/_pkg_.a
2025-08-20T21:54:20.0567261Z [00:03:02.765]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode5=/tmp/go-build3999932643/b382/_pkg_.a
2025-08-20T21:54:20.0570326Z [00:03:02.765]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build3999932643/b384/_pkg_.a
2025-08-20T21:54:20.0571021Z [00:03:02.765]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build3999932643/b386/_pkg_.a
2025-08-20T21:54:20.0571701Z [00:03:02.765]➜  packagefile github.com/cloudflare/circl/sign/eddilithium2=/tmp/go-build3999932643/b389/_pkg_.a
2025-08-20T21:54:20.0572399Z [00:03:02.765]➜  packagefile github.com/cloudflare/circl/sign/eddilithium3=/tmp/go-build3999932643/b390/_pkg_.a
2025-08-20T21:54:20.0573107Z [00:03:02.765]➜  packagefile github.com/cloudflare/circl/sign/mldsa/mldsa44=/tmp/go-build3999932643/b391/_pkg_.a
2025-08-20T21:54:20.0573805Z [00:03:02.765]➜  packagefile github.com/cloudflare/circl/sign/mldsa/mldsa65=/tmp/go-build3999932643/b393/_pkg_.a
2025-08-20T21:54:20.0574504Z [00:03:02.765]➜  packagefile github.com/cloudflare/circl/sign/mldsa/mldsa87=/tmp/go-build3999932643/b395/_pkg_.a
2025-08-20T21:54:20.0575058Z [00:03:02.765]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:20.0575379Z [00:03:02.765]➜  EOF
2025-08-20T21:54:20.0577531Z [00:03:02.765]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b375/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/schemes=>github.com/cloudflare/circl@v1.6.1/sign/schemes;$WORK/b375=>" -p github.com/cloudflare/circl/sign/schemes -lang=go1.22 -complete -installsuffix shared -buildid 5aINE-JgCO9jIPvA7lqC/5aINE-JgCO9jIPvA7lqC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b375/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/schemes/schemes.go
2025-08-20T21:54:20.0618362Z [00:03:02.771]➜  go tool buildid -w $WORK/b406/_pkg_.a # internal
2025-08-20T21:54:20.0621096Z [00:03:02.771]➜  cp $WORK/b406/_pkg_.a /root/.cache/go-build/41/411f757c4cc763a05e1fa6836265b00613a6f27520f9411caf37e0e314389456-d # internal
2025-08-20T21:54:20.0622226Z [00:03:02.772]➜  github.com/refraction-networking/utls/internal/tls13
2025-08-20T21:54:20.0623066Z [00:03:02.772]➜  mkdir -p $WORK/b407/
2025-08-20T21:54:20.0626527Z [00:03:02.772]➜  cat >/tmp/go-build3999932643/b407/importcfg << 'EOF' # internal
2025-08-20T21:54:20.0627224Z [00:03:02.772]➜  # import config
2025-08-20T21:54:20.0627952Z [00:03:02.772]➜  packagefile github.com/refraction-networking/utls/internal/byteorder=/tmp/go-build3999932643/b399/_pkg_.a
2025-08-20T21:54:20.0628741Z [00:03:02.772]➜  packagefile github.com/refraction-networking/utls/internal/hkdf=/tmp/go-build3999932643/b402/_pkg_.a
2025-08-20T21:54:20.0629324Z [00:03:02.772]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:20.0629634Z [00:03:02.772]➜  EOF
2025-08-20T21:54:20.0632148Z [00:03:02.772]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b407/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/internal/tls13=>github.com/refraction-networking/utls@v1.7.1/internal/tls13;$WORK/b407=>" -p github.com/refraction-networking/utls/internal/tls13 -lang=go1.24 -complete -installsuffix shared -buildid PNXKnhAb7GQs1kAwdDbb/PNXKnhAb7GQs1kAwdDbb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b407/importcfg -pack /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/internal/tls13/tls13.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/internal/tls13/u_tls13.go
2025-08-20T21:54:20.0769139Z [00:03:02.786]➜  go tool buildid -w $WORK/b404/_pkg_.a # internal
2025-08-20T21:54:20.0790086Z [00:03:02.788]➜  cp $WORK/b404/_pkg_.a /root/.cache/go-build/c1/c12fa4a5a15b37ee2e4826ee96abdc2705a3b98d448393a8e2885a4c39ad71bd-d # internal
2025-08-20T21:54:20.0791028Z [00:03:02.788]➜  golang.org/x/crypto/sha3
2025-08-20T21:54:20.0791331Z [00:03:02.788]➜  mkdir -p $WORK/b408/
2025-08-20T21:54:20.0791697Z [00:03:02.788]➜  cat >/tmp/go-build3999932643/b408/importcfg << 'EOF' # internal
2025-08-20T21:54:20.0792047Z [00:03:02.788]➜  # import config
2025-08-20T21:54:20.0792383Z [00:03:02.788]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:20.0792800Z [00:03:02.788]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:20.0793261Z [00:03:02.788]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:20.0793741Z [00:03:02.788]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:20.0794188Z [00:03:02.788]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:20.0794661Z [00:03:02.788]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3999932643/b365/_pkg_.a
2025-08-20T21:54:20.0795131Z [00:03:02.788]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:20.0795534Z [00:03:02.788]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:20.0795952Z [00:03:02.788]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:20.0796273Z [00:03:02.788]➜  EOF
2025-08-20T21:54:20.0799688Z [00:03:02.788]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b408/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/sha3=>golang.org/x/crypto@v0.39.0/sha3;$WORK/b408=>" -p golang.org/x/crypto/sha3 -lang=go1.23 -complete -installsuffix shared -buildid _zIMtFvB47GUR6WFniGM/_zIMtFvB47GUR6WFniGM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b408/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/sha3/doc.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/sha3/hashes.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/sha3/hashes_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/sha3/keccakf.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/sha3/sha3.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/sha3/shake.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/sha3/shake_noasm.go
2025-08-20T21:54:20.0802384Z [00:03:02.788]➜  go tool buildid -w $WORK/b403/_pkg_.a # internal
2025-08-20T21:54:20.0804829Z [00:03:02.790]➜  cp $WORK/b403/_pkg_.a /root/.cache/go-build/90/9058d1cc1e6ce1feb789e004aaa374a90b929aaa9be780ac0376b1e249ad00a6-d # internal
2025-08-20T21:54:20.0810287Z [00:03:02.790]➜  go tool buildid -w $WORK/b375/_pkg_.a # internal
2025-08-20T21:54:20.0821389Z [00:03:02.791]➜  cp $WORK/b375/_pkg_.a /root/.cache/go-build/f3/f35473fb7add3836358baf21186611e9ed80e27141537dc5e3381e6f1f682978-d # internal
2025-08-20T21:54:20.0822161Z [00:03:02.791]➜  github.com/cloudflare/circl/pki
2025-08-20T21:54:20.0822465Z [00:03:02.791]➜  mkdir -p $WORK/b373/
2025-08-20T21:54:20.0822833Z [00:03:02.791]➜  cat >/tmp/go-build3999932643/b373/importcfg << 'EOF' # internal
2025-08-20T21:54:20.0823173Z [00:03:02.791]➜  # import config
2025-08-20T21:54:20.0823553Z [00:03:02.791]➜  packagefile crypto/x509/pkix=/tmp/go-build3999932643/b154/_pkg_.a
2025-08-20T21:54:20.0824028Z [00:03:02.791]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:20.0824494Z [00:03:02.791]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:20.0824933Z [00:03:02.791]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:20.0840174Z [00:03:02.791]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build3999932643/b374/_pkg_.a
2025-08-20T21:54:20.0841040Z [00:03:02.791]➜  packagefile github.com/cloudflare/circl/sign/schemes=/tmp/go-build3999932643/b375/_pkg_.a
2025-08-20T21:54:20.0841589Z [00:03:02.791]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:20.0841902Z [00:03:02.791]➜  EOF
2025-08-20T21:54:20.0843684Z [00:03:02.791]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b373/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pki=>github.com/cloudflare/circl@v1.6.1/pki;$WORK/b373=>" -p github.com/cloudflare/circl/pki -lang=go1.22 -complete -installsuffix shared -buildid jqX1nhQiHIsRgDykkiyv/jqX1nhQiHIsRgDykkiyv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b373/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pki/pki.go
2025-08-20T21:54:20.0845646Z [00:03:02.792]➜  github.com/projectdiscovery/hmap/store/cache
2025-08-20T21:54:20.0845966Z [00:03:02.792]➜  mkdir -p $WORK/b411/
2025-08-20T21:54:20.0846329Z [00:03:02.793]➜  cat >/tmp/go-build3999932643/b411/importcfg << 'EOF' # internal
2025-08-20T21:54:20.0846667Z [00:03:02.793]➜  # import config
2025-08-20T21:54:20.0847011Z [00:03:02.793]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:20.0847578Z [00:03:02.793]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:20.0848062Z [00:03:02.793]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:20.0848370Z [00:03:02.793]➜  EOF
2025-08-20T21:54:20.0851619Z [00:03:02.793]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b411/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/hmap@v0.0.92/store/cache=>github.com/projectdiscovery/hmap@v0.0.92/store/cache;$WORK/b411=>" -p github.com/projectdiscovery/hmap/store/cache -lang=go1.24 -complete -installsuffix shared -buildid Ngvl1IoCoZUphJwG6sZd/Ngvl1IoCoZUphJwG6sZd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b411/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/hmap@v0.0.92/store/cache/cache.go /root/go/pkg/mod/github.com/projectdiscovery/hmap@v0.0.92/store/cache/doc.go /root/go/pkg/mod/github.com/projectdiscovery/hmap@v0.0.92/store/cache/item.go /root/go/pkg/mod/github.com/projectdiscovery/hmap@v0.0.92/store/cache/janitor.go /root/go/pkg/mod/github.com/projectdiscovery/hmap@v0.0.92/store/cache/keyvalue.go
2025-08-20T21:54:20.1015280Z [00:03:02.811]➜  go tool buildid -w $WORK/b407/_pkg_.a # internal
2025-08-20T21:54:20.1027083Z [00:03:02.811]➜  cp $WORK/b407/_pkg_.a /root/.cache/go-build/2d/2d8eca5eb69b9df1d70d243162e69511faa5f50858899db28dbe0fbe7105ae26-d # internal
2025-08-20T21:54:20.1027881Z [00:03:02.811]➜  github.com/akrylysov/pogreb/fs
2025-08-20T21:54:20.1028186Z [00:03:02.811]➜  mkdir -p $WORK/b414/
2025-08-20T21:54:20.1028557Z [00:03:02.811]➜  cat >/tmp/go-build3999932643/b414/importcfg << 'EOF' # internal
2025-08-20T21:54:20.1029201Z [00:03:02.811]➜  # import config
2025-08-20T21:54:20.1029997Z [00:03:02.811]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:20.1030536Z [00:03:02.811]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:20.1031267Z [00:03:02.811]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:20.1031837Z [00:03:02.811]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:20.1033081Z [00:03:02.811]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:20.1033539Z [00:03:02.811]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:20.1034235Z [00:03:02.811]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:20.1034542Z [00:03:02.811]➜  EOF
2025-08-20T21:54:20.1037901Z [00:03:02.811]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b414/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/fs=>github.com/akrylysov/pogreb@v0.10.2/fs;$WORK/b414=>" -p github.com/akrylysov/pogreb/fs -lang=go1.12 -complete -installsuffix shared -buildid 3mHAG5ZE7kcbDum8yql0/3mHAG5ZE7kcbDum8yql0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b414/importcfg -pack /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/fs/fs.go /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/fs/mem.go /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/fs/os.go /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/fs/os_mmap.go /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/fs/os_mmap_unix.go /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/fs/os_unix.go /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/fs/sub.go
2025-08-20T21:54:20.1080108Z [00:03:02.816]➜  go tool buildid -w $WORK/b373/_pkg_.a # internal
2025-08-20T21:54:20.1086855Z [00:03:02.818]➜  cp $WORK/b373/_pkg_.a /root/.cache/go-build/35/35945d69d86334a8c53cb406a71fb2f8d4fee9a9b6a73f7b303a16acebd9ec11-d # internal
2025-08-20T21:54:20.1090159Z [00:03:02.818]➜  github.com/akrylysov/pogreb/internal/errors
2025-08-20T21:54:20.1091025Z [00:03:02.818]➜  mkdir -p $WORK/b415/
2025-08-20T21:54:20.1092002Z [00:03:02.818]➜  cat >/tmp/go-build3999932643/b415/importcfg << 'EOF' # internal
2025-08-20T21:54:20.1092573Z [00:03:02.818]➜  # import config
2025-08-20T21:54:20.1093093Z [00:03:02.818]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:20.1093981Z [00:03:02.818]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:20.1094508Z [00:03:02.818]➜  EOF
2025-08-20T21:54:20.1096646Z [00:03:02.818]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b415/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/internal/errors=>github.com/akrylysov/pogreb@v0.10.2/internal/errors;$WORK/b415=>" -p github.com/akrylysov/pogreb/internal/errors -lang=go1.12 -complete -installsuffix shared -buildid QlD49Gw9ffr4ORxutIYF/QlD49Gw9ffr4ORxutIYF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b415/importcfg -pack /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/internal/errors/errors.go
2025-08-20T21:54:20.1277232Z [00:03:02.837]➜  go tool buildid -w $WORK/b415/_pkg_.a # internal
2025-08-20T21:54:20.1284141Z [00:03:02.837]➜  cp $WORK/b415/_pkg_.a /root/.cache/go-build/f0/f08b60b392df147b290d666011a204a05ff5b64b5df5c6a40d6a8844b3db7563-d # internal
2025-08-20T21:54:20.1285667Z [00:03:02.837]➜  github.com/akrylysov/pogreb/internal/hash
2025-08-20T21:54:20.1286302Z [00:03:02.837]➜  mkdir -p $WORK/b416/
2025-08-20T21:54:20.1294897Z [00:03:02.839]➜  cat >/tmp/go-build3999932643/b416/importcfg << 'EOF' # internal
2025-08-20T21:54:20.1297191Z [00:03:02.839]➜  # import config
2025-08-20T21:54:20.1298862Z [00:03:02.839]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:20.1299622Z [00:03:02.839]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:20.1300325Z [00:03:02.839]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:20.1300889Z [00:03:02.839]➜  EOF
2025-08-20T21:54:20.1311785Z [00:03:02.840]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b416/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/internal/hash=>github.com/akrylysov/pogreb@v0.10.2/internal/hash;$WORK/b416=>" -p github.com/akrylysov/pogreb/internal/hash -lang=go1.12 -complete -installsuffix shared -buildid _kdcwvzE9B6b80Mt8pH2/_kdcwvzE9B6b80Mt8pH2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b416/importcfg -pack /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/internal/hash/murmurhash32.go /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/internal/hash/seed.go
2025-08-20T21:54:20.1327862Z [00:03:02.841]➜  go tool buildid -w $WORK/b411/_pkg_.a # internal
2025-08-20T21:54:20.1328570Z [00:03:02.841]➜  cp $WORK/b411/_pkg_.a /root/.cache/go-build/eb/eb733aca1bad8509144b32fa877897c0e4436df1e58077406f6abc4a9950da36-d # internal
2025-08-20T21:54:20.1329157Z [00:03:02.842]➜  github.com/syndtr/goleveldb/leveldb/util
2025-08-20T21:54:20.1329462Z [00:03:02.842]➜  mkdir -p $WORK/b419/
2025-08-20T21:54:20.1329828Z [00:03:02.842]➜  cat >/tmp/go-build3999932643/b419/importcfg << 'EOF' # internal
2025-08-20T21:54:20.1330168Z [00:03:02.842]➜  # import config
2025-08-20T21:54:20.1330517Z [00:03:02.842]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:20.1330967Z [00:03:02.842]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:20.1331415Z [00:03:02.842]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:20.1331821Z [00:03:02.842]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:20.1332254Z [00:03:02.842]➜  packagefile hash/crc32=/tmp/go-build3999932643/b204/_pkg_.a
2025-08-20T21:54:20.1332670Z [00:03:02.842]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:20.1333065Z [00:03:02.842]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:20.1333490Z [00:03:02.842]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:20.1333921Z [00:03:02.842]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:20.1334228Z [00:03:02.842]➜  EOF
2025-08-20T21:54:20.1337697Z [00:03:02.842]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b419/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/util=>github.com/syndtr/goleveldb@v1.0.0/leveldb/util;$WORK/b419=>" -p github.com/syndtr/goleveldb/leveldb/util -lang=go1.16 -complete -installsuffix shared -buildid ku41XQFvyQJN-B_3s-bY/ku41XQFvyQJN-B_3s-bY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b419/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/util/buffer.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/util/buffer_pool.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/util/crc32.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/util/hash.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/util/range.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/util/util.go
2025-08-20T21:54:20.1420999Z [00:03:02.848]➜  go tool buildid -w $WORK/b408/_pkg_.a # internal
2025-08-20T21:54:20.1425367Z [00:03:02.852]➜  cp $WORK/b408/_pkg_.a /root/.cache/go-build/08/087b0662fcf848bc3499e482ba4019010a20379cb263b4297296cf1ad1bfb330-d # internal
2025-08-20T21:54:20.1428706Z [00:03:02.852]➜  github.com/refraction-networking/utls
2025-08-20T21:54:20.1429376Z [00:03:02.852]➜  mkdir -p $WORK/b347/
2025-08-20T21:54:20.1430325Z [00:03:02.852]➜  cat >/tmp/go-build3999932643/b347/importcfg << 'EOF' # internal
2025-08-20T21:54:20.1430748Z [00:03:02.852]➜  # import config
2025-08-20T21:54:20.1431119Z [00:03:02.852]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:20.1431540Z [00:03:02.852]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:20.1431987Z [00:03:02.852]➜  packagefile compress/zlib=/tmp/go-build3999932643/b168/_pkg_.a
2025-08-20T21:54:20.1432462Z [00:03:02.852]➜  packagefile container/list=/tmp/go-build3999932643/b106/_pkg_.a
2025-08-20T21:54:20.1433056Z [00:03:02.852]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:20.1433491Z [00:03:02.852]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:20.1433941Z [00:03:02.852]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:54:20.1434403Z [00:03:02.852]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:20.1434861Z [00:03:02.852]➜  packagefile crypto/des=/tmp/go-build3999932643/b109/_pkg_.a
2025-08-20T21:54:20.1435312Z [00:03:02.852]➜  packagefile crypto/ecdh=/tmp/go-build3999932643/b110/_pkg_.a
2025-08-20T21:54:20.1436231Z [00:03:02.852]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:20.1436698Z [00:03:02.852]➜  packagefile crypto/ed25519=/tmp/go-build3999932643/b130/_pkg_.a
2025-08-20T21:54:20.1437171Z [00:03:02.852]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:54:20.1437817Z [00:03:02.852]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:20.1438312Z [00:03:02.852]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:20.1438783Z [00:03:02.852]➜  packagefile crypto/mlkem=/tmp/go-build3999932643/b348/_pkg_.a
2025-08-20T21:54:20.1439240Z [00:03:02.852]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:20.1439686Z [00:03:02.852]➜  packagefile crypto/rc4=/tmp/go-build3999932643/b146/_pkg_.a
2025-08-20T21:54:20.1440137Z [00:03:02.852]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:20.1440605Z [00:03:02.852]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:20.1441067Z [00:03:02.852]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:20.1441529Z [00:03:02.852]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:20.1441993Z [00:03:02.852]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:20.1442447Z [00:03:02.852]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:20.1442915Z [00:03:02.852]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:20.1443395Z [00:03:02.852]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:20.1443861Z [00:03:02.852]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:20.1444301Z [00:03:02.852]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:20.1444714Z [00:03:02.852]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:20.1445222Z [00:03:02.852]➜  packagefile github.com/andybalholm/brotli=/tmp/go-build3999932643/b253/_pkg_.a
2025-08-20T21:54:20.1445816Z [00:03:02.852]➜  packagefile github.com/cloudflare/circl/hpke=/tmp/go-build3999932643/b349/_pkg_.a
2025-08-20T21:54:20.1446415Z [00:03:02.852]➜  packagefile github.com/cloudflare/circl/kem=/tmp/go-build3999932643/b358/_pkg_.a
2025-08-20T21:54:20.1447008Z [00:03:02.852]➜  packagefile github.com/cloudflare/circl/pki=/tmp/go-build3999932643/b373/_pkg_.a
2025-08-20T21:54:20.1447772Z [00:03:02.852]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build3999932643/b374/_pkg_.a
2025-08-20T21:54:20.1448755Z [00:03:02.852]➜  packagefile github.com/cloudflare/circl/sign/eddilithium3=/tmp/go-build3999932643/b390/_pkg_.a
2025-08-20T21:54:20.1449494Z [00:03:02.852]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3999932643/b294/_pkg_.a
2025-08-20T21:54:20.1450154Z [00:03:02.852]➜  packagefile github.com/refraction-networking/utls/dicttls=/tmp/go-build3999932643/b397/_pkg_.a
2025-08-20T21:54:20.1450897Z [00:03:02.852]➜  packagefile github.com/refraction-networking/utls/internal/boring=/tmp/go-build3999932643/b398/_pkg_.a
2025-08-20T21:54:20.1451668Z [00:03:02.852]➜  packagefile github.com/refraction-networking/utls/internal/byteorder=/tmp/go-build3999932643/b399/_pkg_.a
2025-08-20T21:54:20.1452455Z [00:03:02.852]➜  packagefile github.com/refraction-networking/utls/internal/fips140tls=/tmp/go-build3999932643/b400/_pkg_.a
2025-08-20T21:54:20.1453227Z [00:03:02.852]➜  packagefile github.com/refraction-networking/utls/internal/helper=/tmp/go-build3999932643/b401/_pkg_.a
2025-08-20T21:54:20.1453982Z [00:03:02.852]➜  packagefile github.com/refraction-networking/utls/internal/hkdf=/tmp/go-build3999932643/b402/_pkg_.a
2025-08-20T21:54:20.1454723Z [00:03:02.852]➜  packagefile github.com/refraction-networking/utls/internal/hpke=/tmp/go-build3999932643/b403/_pkg_.a
2025-08-20T21:54:20.1455488Z [00:03:02.852]➜  packagefile github.com/refraction-networking/utls/internal/quicvarint=/tmp/go-build3999932643/b404/_pkg_.a
2025-08-20T21:54:20.1460206Z [00:03:02.852]➜  packagefile github.com/refraction-networking/utls/internal/tls12=/tmp/go-build3999932643/b406/_pkg_.a
2025-08-20T21:54:20.1460976Z [00:03:02.852]➜  packagefile github.com/refraction-networking/utls/internal/tls13=/tmp/go-build3999932643/b407/_pkg_.a
2025-08-20T21:54:20.1461666Z [00:03:02.852]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build3999932643/b368/_pkg_.a
2025-08-20T21:54:20.1462274Z [00:03:02.852]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build3999932643/b353/_pkg_.a
2025-08-20T21:54:20.1465733Z [00:03:02.852]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3999932643/b372/_pkg_.a
2025-08-20T21:54:20.1466367Z [00:03:02.852]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build3999932643/b408/_pkg_.a
2025-08-20T21:54:20.1466931Z [00:03:02.852]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3999932643/b365/_pkg_.a
2025-08-20T21:54:20.1467533Z [00:03:02.852]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:20.1468024Z [00:03:02.852]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:20.1468430Z [00:03:02.852]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:20.1468835Z [00:03:02.852]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:20.1469254Z [00:03:02.852]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:20.1469693Z [00:03:02.852]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:20.1470111Z [00:03:02.852]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:20.1470519Z [00:03:02.852]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:20.1470928Z [00:03:02.852]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:20.1471349Z [00:03:02.852]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:20.1471771Z [00:03:02.852]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:20.1472199Z [00:03:02.852]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:20.1472623Z [00:03:02.852]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:20.1473039Z [00:03:02.852]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:20.1473466Z [00:03:02.852]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:20.1473894Z [00:03:02.852]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:20.1474196Z [00:03:02.852]➜  EOF
2025-08-20T21:54:20.1518665Z [00:03:02.852]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b347/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1=>github.com/refraction-networking/utls@v1.7.1;$WORK/b347=>" -p github.com/refraction-networking/utls -lang=go1.24 -complete -installsuffix shared -buildid 5RAiqTThbwEIFSBum945/5RAiqTThbwEIFSBum945 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b347/importcfg -pack /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/alert.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/auth.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/cache.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/cipher_suites.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/common.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/common_string.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/conn.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/defaults.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/ech.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/handshake_client.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/handshake_client_tls13.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/handshake_messages.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/handshake_server.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/handshake_server_tls13.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/key_agreement.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/key_schedule.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/prf.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/quic.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/ticket.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/tls.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/tls_cf.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/u_alias.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/u_clienthello_json.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/u_common.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/u_conn.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/u_ech.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/u_ech_config.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/u_fingerprinter.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/u_handshake_client.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/u_handshake_messages.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/u_hpke.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/u_key_schedule.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/u_parrots.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/u_pre_shared_key.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/u_prng.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/u_public.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/u_quic.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/u_quic_transport_parameters.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/u_roller.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/u_session_controller.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/u_session_ticket.go /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/u_tls_extensions.go
2025-08-20T21:54:20.1530824Z [00:03:02.856]➜  go tool buildid -w $WORK/b416/_pkg_.a # internal
2025-08-20T21:54:20.1531505Z [00:03:02.859]➜  cp $WORK/b416/_pkg_.a /root/.cache/go-build/2b/2b46c613f841063b769df89ffd1ae098d44dd84be9a1fe3b7f4ced9cfb2035f8-d # internal
2025-08-20T21:54:20.1532114Z [00:03:02.859]➜  github.com/syndtr/goleveldb/leveldb/comparer
2025-08-20T21:54:20.1532430Z [00:03:02.859]➜  mkdir -p $WORK/b420/
2025-08-20T21:54:20.1532988Z [00:03:02.859]➜  cat >/tmp/go-build3999932643/b420/importcfg << 'EOF' # internal
2025-08-20T21:54:20.1533388Z [00:03:02.859]➜  # import config
2025-08-20T21:54:20.1533730Z [00:03:02.859]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:20.1534037Z [00:03:02.859]➜  EOF
2025-08-20T21:54:20.1536398Z [00:03:02.859]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b420/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/comparer=>github.com/syndtr/goleveldb@v1.0.0/leveldb/comparer;$WORK/b420=>" -p github.com/syndtr/goleveldb/leveldb/comparer -lang=go1.16 -complete -installsuffix shared -buildid M1EKA2xLBk88lgWUdMge/M1EKA2xLBk88lgWUdMge -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b420/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/comparer/bytes_comparer.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/comparer/comparer.go
2025-08-20T21:54:20.1698802Z [00:03:02.879]➜  go tool buildid -w $WORK/b420/_pkg_.a # internal
2025-08-20T21:54:20.1706647Z [00:03:02.880]➜  cp $WORK/b420/_pkg_.a /root/.cache/go-build/33/336b425ab548b5fcedc801e4228624a1267f6a03e4297c38e3da93f2b6d2bfa5-d # internal
2025-08-20T21:54:20.1707287Z [00:03:02.880]➜  github.com/syndtr/goleveldb/leveldb/storage
2025-08-20T21:54:20.1707860Z [00:03:02.880]➜  mkdir -p $WORK/b422/
2025-08-20T21:54:20.1716738Z [00:03:02.881]➜  cat >/tmp/go-build3999932643/b422/importcfg << 'EOF' # internal
2025-08-20T21:54:20.1717457Z [00:03:02.881]➜  # import config
2025-08-20T21:54:20.1717991Z [00:03:02.881]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:20.1718547Z [00:03:02.881]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:20.1719076Z [00:03:02.881]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:20.1719570Z [00:03:02.881]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:20.1720118Z [00:03:02.881]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:20.1720705Z [00:03:02.881]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:20.1721247Z [00:03:02.881]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:20.1721782Z [00:03:02.881]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:20.1722303Z [00:03:02.881]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:20.1722826Z [00:03:02.881]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:20.1723359Z [00:03:02.881]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:20.1723868Z [00:03:02.881]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:20.1724385Z [00:03:02.881]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:20.1724888Z [00:03:02.881]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:20.1725304Z [00:03:02.881]➜  EOF
2025-08-20T21:54:20.1728466Z [00:03:02.881]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b422/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/storage=>github.com/syndtr/goleveldb@v1.0.0/leveldb/storage;$WORK/b422=>" -p github.com/syndtr/goleveldb/leveldb/storage -lang=go1.16 -complete -installsuffix shared -buildid ZIMn51qHfJMOQ23dY2Db/ZIMn51qHfJMOQ23dY2Db -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b422/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/storage/file_storage.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/storage/file_storage_unix.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/storage/mem_storage.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/storage/storage.go
2025-08-20T21:54:20.1921714Z [00:03:02.900]➜  go tool buildid -w $WORK/b419/_pkg_.a # internal
2025-08-20T21:54:20.1922485Z [00:03:02.900]➜  cp $WORK/b419/_pkg_.a /root/.cache/go-build/c0/c0372cc74720a91c2fcec6f9f7ec2bee90537d37fab5ffc106325aad33ff3884-d # internal
2025-08-20T21:54:20.1923506Z [00:03:02.901]➜  github.com/syndtr/goleveldb/leveldb/cache
2025-08-20T21:54:20.1923899Z [00:03:02.901]➜  mkdir -p $WORK/b418/
2025-08-20T21:54:20.1924269Z [00:03:02.901]➜  cat >/tmp/go-build3999932643/b418/importcfg << 'EOF' # internal
2025-08-20T21:54:20.1924611Z [00:03:02.901]➜  # import config
2025-08-20T21:54:20.1925094Z [00:03:02.901]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build3999932643/b419/_pkg_.a
2025-08-20T21:54:20.1925628Z [00:03:02.901]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:20.1926072Z [00:03:02.901]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:20.1926399Z [00:03:02.901]➜  EOF
2025-08-20T21:54:20.1928836Z [00:03:02.901]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b418/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/cache=>github.com/syndtr/goleveldb@v1.0.0/leveldb/cache;$WORK/b418=>" -p github.com/syndtr/goleveldb/leveldb/cache -lang=go1.16 -complete -installsuffix shared -buildid t4e92yfAVpsn5yj9x6zL/t4e92yfAVpsn5yj9x6zL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b418/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/cache/cache.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/cache/lru.go
2025-08-20T21:54:20.2443747Z [00:03:02.953]➜  go tool buildid -w $WORK/b414/_pkg_.a # internal
2025-08-20T21:54:20.2468654Z [00:03:02.956]➜  cp $WORK/b414/_pkg_.a /root/.cache/go-build/ed/ed10807f5e153cab4701f8cbcb67071791112b8639dc92c1e1165af86726a788-d # internal
2025-08-20T21:54:20.2476669Z [00:03:02.957]➜  github.com/akrylysov/pogreb
2025-08-20T21:54:20.2480281Z [00:03:02.957]➜  mkdir -p $WORK/b413/
2025-08-20T21:54:20.2488614Z [00:03:02.958]➜  cat >/tmp/go-build3999932643/b413/importcfg << 'EOF' # internal
2025-08-20T21:54:20.2489493Z [00:03:02.958]➜  # import config
2025-08-20T21:54:20.2490281Z [00:03:02.958]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:20.2491273Z [00:03:02.958]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:20.2491775Z [00:03:02.958]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:20.2492251Z [00:03:02.958]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:20.2492726Z [00:03:02.958]➜  packagefile encoding/gob=/tmp/go-build3999932643/b330/_pkg_.a
2025-08-20T21:54:20.2493201Z [00:03:02.958]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:20.2493620Z [00:03:02.958]➜  packagefile expvar=/tmp/go-build3999932643/b302/_pkg_.a
2025-08-20T21:54:20.2494032Z [00:03:02.958]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:20.2494532Z [00:03:02.958]➜  packagefile github.com/akrylysov/pogreb/fs=/tmp/go-build3999932643/b414/_pkg_.a
2025-08-20T21:54:20.2495181Z [00:03:02.958]➜  packagefile github.com/akrylysov/pogreb/internal/errors=/tmp/go-build3999932643/b415/_pkg_.a
2025-08-20T21:54:20.2495870Z [00:03:02.958]➜  packagefile github.com/akrylysov/pogreb/internal/hash=/tmp/go-build3999932643/b416/_pkg_.a
2025-08-20T21:54:20.2496419Z [00:03:02.958]➜  packagefile hash/crc32=/tmp/go-build3999932643/b204/_pkg_.a
2025-08-20T21:54:20.2496834Z [00:03:02.958]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:20.2497233Z [00:03:02.958]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:20.2497887Z [00:03:02.958]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:20.2498292Z [00:03:02.958]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:20.2498723Z [00:03:02.958]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:20.2499159Z [00:03:02.958]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:20.2499573Z [00:03:02.958]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:20.2499992Z [00:03:02.958]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:20.2500773Z [00:03:02.958]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:20.2501294Z [00:03:02.958]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:20.2501734Z [00:03:02.958]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:20.2502034Z [00:03:02.958]➜  EOF
2025-08-20T21:54:20.2507557Z [00:03:02.958]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b413/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2=>github.com/akrylysov/pogreb@v0.10.2;$WORK/b413=>" -p github.com/akrylysov/pogreb -lang=go1.12 -complete -installsuffix shared -buildid 7-fbUVFIo6JO3ssQfsyF/7-fbUVFIo6JO3ssQfsyF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b413/importcfg -pack /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/bucket.go /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/compaction.go /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/datalog.go /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/db.go /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/doc.go /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/errors.go /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/file.go /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/gobfile.go /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/header.go /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/index.go /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/iterator.go /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/lock.go /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/logger.go /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/metrics.go /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/options.go /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/recovery.go /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/segment.go
2025-08-20T21:54:20.2585024Z [00:03:02.968]➜  go tool buildid -w $WORK/b418/_pkg_.a # internal
2025-08-20T21:54:20.2599634Z [00:03:02.969]➜  cp $WORK/b418/_pkg_.a /root/.cache/go-build/83/83d61bbcc7e99282324ed2ec48e4a2fe44b4e129eb22a1be623dd1318534ee16-d # internal
2025-08-20T21:54:20.2619864Z [00:03:02.971]➜  github.com/syndtr/goleveldb/leveldb/filter
2025-08-20T21:54:20.2620237Z [00:03:02.971]➜  mkdir -p $WORK/b423/
2025-08-20T21:54:20.2626711Z [00:03:02.972]➜  cat >/tmp/go-build3999932643/b423/importcfg << 'EOF' # internal
2025-08-20T21:54:20.2627339Z [00:03:02.972]➜  # import config
2025-08-20T21:54:20.2629433Z [00:03:02.972]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build3999932643/b419/_pkg_.a
2025-08-20T21:54:20.2629879Z [00:03:02.972]➜  EOF
2025-08-20T21:54:20.2632195Z [00:03:02.972]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b423/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/filter=>github.com/syndtr/goleveldb@v1.0.0/leveldb/filter;$WORK/b423=>" -p github.com/syndtr/goleveldb/leveldb/filter -lang=go1.16 -complete -installsuffix shared -buildid -SDMdkQAUvikrjetqyHg/-SDMdkQAUvikrjetqyHg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b423/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/filter/bloom.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/filter/filter.go
2025-08-20T21:54:20.2870741Z [00:03:02.996]➜  go tool buildid -w $WORK/b423/_pkg_.a # internal
2025-08-20T21:54:20.2881450Z [00:03:02.997]➜  cp $WORK/b423/_pkg_.a /root/.cache/go-build/6e/6ed3810a2d48a742542317b316b97620a0d282a75b3e82972a53a829c38fb1f3-d # internal
2025-08-20T21:54:20.2882196Z [00:03:02.997]➜  github.com/syndtr/goleveldb/leveldb/opt
2025-08-20T21:54:20.2882514Z [00:03:02.997]➜  mkdir -p $WORK/b427/
2025-08-20T21:54:20.2882881Z [00:03:02.997]➜  cat >/tmp/go-build3999932643/b427/importcfg << 'EOF' # internal
2025-08-20T21:54:20.2883220Z [00:03:02.997]➜  # import config
2025-08-20T21:54:20.2883691Z [00:03:02.997]➜  packagefile github.com/syndtr/goleveldb/leveldb/cache=/tmp/go-build3999932643/b418/_pkg_.a
2025-08-20T21:54:20.2884733Z [00:03:02.997]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build3999932643/b420/_pkg_.a
2025-08-20T21:54:20.2885520Z [00:03:02.997]➜  packagefile github.com/syndtr/goleveldb/leveldb/filter=/tmp/go-build3999932643/b423/_pkg_.a
2025-08-20T21:54:20.2886063Z [00:03:02.997]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:20.2886371Z [00:03:02.997]➜  EOF
2025-08-20T21:54:20.2888444Z [00:03:02.997]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b427/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/opt=>github.com/syndtr/goleveldb@v1.0.0/leveldb/opt;$WORK/b427=>" -p github.com/syndtr/goleveldb/leveldb/opt -lang=go1.16 -complete -installsuffix shared -buildid QMevWcsWzHi5c1iUQFsa/QMevWcsWzHi5c1iUQFsa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b427/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/opt/options.go
2025-08-20T21:54:20.3197607Z [00:03:03.029]➜  go tool buildid -w $WORK/b427/_pkg_.a # internal
2025-08-20T21:54:20.3207438Z [00:03:03.029]➜  cp $WORK/b427/_pkg_.a /root/.cache/go-build/b1/b1243629083be0ce3b603a2abb3b6d6c05407b13f2ee6d30fa480a54a3f0024a-d # internal
2025-08-20T21:54:20.3208087Z [00:03:03.029]➜  github.com/golang/snappy
2025-08-20T21:54:20.3218981Z [00:03:03.029]➜  mkdir -p $WORK/b429/
2025-08-20T21:54:20.3219332Z [00:03:03.030]➜  echo -n > $WORK/b429/go_asm.h # internal
2025-08-20T21:54:20.3219710Z [00:03:03.030]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v0.0.4
2025-08-20T21:54:20.3221492Z [00:03:03.030]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/golang/snappy -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v0.0.4=>github.com/golang/snappy@v0.0.4;$WORK/b429=>" -I $WORK/b429/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b429/symabis ./decode_arm64.s ./encode_arm64.s
2025-08-20T21:54:20.3235670Z [00:03:03.033]➜  cat >/tmp/go-build3999932643/b429/importcfg << 'EOF' # internal
2025-08-20T21:54:20.3236071Z [00:03:03.033]➜  # import config
2025-08-20T21:54:20.3236474Z [00:03:03.033]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:20.3236935Z [00:03:03.033]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:20.3237491Z [00:03:03.033]➜  packagefile hash/crc32=/tmp/go-build3999932643/b204/_pkg_.a
2025-08-20T21:54:20.3237968Z [00:03:03.033]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:20.3238281Z [00:03:03.033]➜  EOF
2025-08-20T21:54:20.3238548Z [00:03:03.033]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:20.3241374Z [00:03:03.033]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b429/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v0.0.4=>github.com/golang/snappy@v0.0.4;$WORK/b429=>" -p github.com/golang/snappy -lang=go1.16 -installsuffix shared -buildid A32lF1MAbmn4tW92YIrM/A32lF1MAbmn4tW92YIrM -goversion go1.25.0 -symabis $WORK/b429/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b429/importcfg -pack -asmhdr $WORK/b429/go_asm.h /root/go/pkg/mod/github.com/golang/snappy@v0.0.4/decode.go /root/go/pkg/mod/github.com/golang/snappy@v0.0.4/decode_asm.go /root/go/pkg/mod/github.com/golang/snappy@v0.0.4/encode.go /root/go/pkg/mod/github.com/golang/snappy@v0.0.4/encode_asm.go /root/go/pkg/mod/github.com/golang/snappy@v0.0.4/snappy.go
2025-08-20T21:54:20.3303572Z [00:03:03.039]➜  go tool buildid -w $WORK/b422/_pkg_.a # internal
2025-08-20T21:54:20.3343398Z [00:03:03.043]➜  cp $WORK/b422/_pkg_.a /root/.cache/go-build/c9/c9c7a383b59ab866ca59fce29ab76fc2c244945df71c1103d2704e4068649b2e-d # internal
2025-08-20T21:54:20.3344058Z [00:03:03.043]➜  github.com/syndtr/goleveldb/leveldb/errors
2025-08-20T21:54:20.3348682Z [00:03:03.043]➜  mkdir -p $WORK/b421/
2025-08-20T21:54:20.3349526Z [00:03:03.043]➜  cat >/tmp/go-build3999932643/b421/importcfg << 'EOF' # internal
2025-08-20T21:54:20.3350616Z [00:03:03.043]➜  # import config
2025-08-20T21:54:20.3350970Z [00:03:03.043]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:20.3351389Z [00:03:03.043]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:20.3352305Z [00:03:03.043]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/tmp/go-build3999932643/b422/_pkg_.a
2025-08-20T21:54:20.3353065Z [00:03:03.043]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build3999932643/b419/_pkg_.a
2025-08-20T21:54:20.3353489Z [00:03:03.043]➜  EOF
2025-08-20T21:54:20.3355547Z [00:03:03.043]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b421/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/errors=>github.com/syndtr/goleveldb@v1.0.0/leveldb/errors;$WORK/b421=>" -p github.com/syndtr/goleveldb/leveldb/errors -lang=go1.16 -complete -installsuffix shared -buildid eW9wGc-oXP5303NDYW09/eW9wGc-oXP5303NDYW09 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b421/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/errors/errors.go
2025-08-20T21:54:20.3478226Z [00:03:03.057]➜  go tool buildid -w $WORK/b421/_pkg_.a # internal
2025-08-20T21:54:20.3485013Z [00:03:03.058]➜  cp $WORK/b421/_pkg_.a /root/.cache/go-build/2f/2feef5bad694c4605e71214462e23edfcd745618fde78e31470ea3c0c1bf0375-d # internal
2025-08-20T21:54:20.3488388Z [00:03:03.058]➜  github.com/syndtr/goleveldb/leveldb/iterator
2025-08-20T21:54:20.3490713Z [00:03:03.058]➜  mkdir -p $WORK/b424/
2025-08-20T21:54:20.3496926Z [00:03:03.059]➜  cat >/tmp/go-build3999932643/b424/importcfg << 'EOF' # internal
2025-08-20T21:54:20.3499820Z [00:03:03.059]➜  # import config
2025-08-20T21:54:20.3500216Z [00:03:03.059]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:20.3500799Z [00:03:03.059]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build3999932643/b420/_pkg_.a
2025-08-20T21:54:20.3501491Z [00:03:03.059]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build3999932643/b421/_pkg_.a
2025-08-20T21:54:20.3502165Z [00:03:03.059]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build3999932643/b419/_pkg_.a
2025-08-20T21:54:20.3502588Z [00:03:03.059]➜  EOF
2025-08-20T21:54:20.3505560Z [00:03:03.059]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b424/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/iterator=>github.com/syndtr/goleveldb@v1.0.0/leveldb/iterator;$WORK/b424=>" -p github.com/syndtr/goleveldb/leveldb/iterator -lang=go1.16 -complete -installsuffix shared -buildid yDJlVHs-_KGivZOCyfz_/yDJlVHs-_KGivZOCyfz_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b424/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/iterator/array_iter.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/iterator/indexed_iter.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/iterator/iter.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/iterator/merged_iter.go
2025-08-20T21:54:20.3996241Z [00:03:03.109]➜  go tool buildid -w $WORK/b424/_pkg_.a # internal
2025-08-20T21:54:20.4019072Z [00:03:03.111]➜  cp $WORK/b424/_pkg_.a /root/.cache/go-build/77/779322b827140c3e37bf6f6251b519c8847cc2a0fedb5af61eb6cd51f27f6b06-d # internal
2025-08-20T21:54:20.4019761Z [00:03:03.111]➜  github.com/syndtr/goleveldb/leveldb/journal
2025-08-20T21:54:20.4020082Z [00:03:03.111]➜  mkdir -p $WORK/b425/
2025-08-20T21:54:20.4020457Z [00:03:03.111]➜  cat >/tmp/go-build3999932643/b425/importcfg << 'EOF' # internal
2025-08-20T21:54:20.4020816Z [00:03:03.111]➜  # import config
2025-08-20T21:54:20.4021185Z [00:03:03.111]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:20.4021624Z [00:03:03.111]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:20.4022175Z [00:03:03.111]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build3999932643/b421/_pkg_.a
2025-08-20T21:54:20.4022856Z [00:03:03.111]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/tmp/go-build3999932643/b422/_pkg_.a
2025-08-20T21:54:20.4023527Z [00:03:03.111]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build3999932643/b419/_pkg_.a
2025-08-20T21:54:20.4024336Z [00:03:03.111]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:20.4024708Z [00:03:03.111]➜  EOF
2025-08-20T21:54:20.4026749Z [00:03:03.111]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b425/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/journal=>github.com/syndtr/goleveldb@v1.0.0/leveldb/journal;$WORK/b425=>" -p github.com/syndtr/goleveldb/leveldb/journal -lang=go1.16 -complete -installsuffix shared -buildid cDHgvAmcI5H9Fzh0iZ9W/cDHgvAmcI5H9Fzh0iZ9W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b425/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/journal/journal.go
2025-08-20T21:54:20.4032838Z [00:03:03.113]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v0.0.4
2025-08-20T21:54:20.4034131Z [00:03:03.113]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/golang/snappy -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v0.0.4=>github.com/golang/snappy@v0.0.4;$WORK/b429=>" -I $WORK/b429/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b429/decode_arm64.o ./decode_arm64.s
2025-08-20T21:54:20.4068697Z [00:03:03.116]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/golang/snappy -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v0.0.4=>github.com/golang/snappy@v0.0.4;$WORK/b429=>" -I $WORK/b429/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b429/encode_arm64.o ./encode_arm64.s
2025-08-20T21:54:20.4082097Z [00:03:03.118]➜  go tool buildid -w $WORK/b413/_pkg_.a # internal
2025-08-20T21:54:20.4111677Z [00:03:03.120]➜  cp $WORK/b413/_pkg_.a /root/.cache/go-build/21/216532e223dba6157329f92d3d78c9c8a55bf32d3b4d892ebebfdf372cf0bf8b-d # internal
2025-08-20T21:54:20.4112960Z [00:03:03.121]➜  github.com/syndtr/goleveldb/leveldb/memdb
2025-08-20T21:54:20.4113286Z [00:03:03.121]➜  mkdir -p $WORK/b426/
2025-08-20T21:54:20.4120028Z [00:03:03.121]➜  cat >/tmp/go-build3999932643/b426/importcfg << 'EOF' # internal
2025-08-20T21:54:20.4120464Z [00:03:03.121]➜  # import config
2025-08-20T21:54:20.4120965Z [00:03:03.121]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build3999932643/b420/_pkg_.a
2025-08-20T21:54:20.4121659Z [00:03:03.121]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build3999932643/b421/_pkg_.a
2025-08-20T21:54:20.4122578Z [00:03:03.121]➜  packagefile github.com/syndtr/goleveldb/leveldb/iterator=/tmp/go-build3999932643/b424/_pkg_.a
2025-08-20T21:54:20.4123382Z [00:03:03.121]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build3999932643/b419/_pkg_.a
2025-08-20T21:54:20.4124064Z [00:03:03.121]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:20.4124601Z [00:03:03.121]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:20.4125028Z [00:03:03.121]➜  EOF
2025-08-20T21:54:20.4125323Z [00:03:03.121]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:20.4127554Z [00:03:03.121]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b426/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/memdb=>github.com/syndtr/goleveldb@v1.0.0/leveldb/memdb;$WORK/b426=>" -p github.com/syndtr/goleveldb/leveldb/memdb -lang=go1.16 -complete -installsuffix shared -buildid MrXOU0ca6wbAacZgMbCi/MrXOU0ca6wbAacZgMbCi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b426/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/memdb/memdb.go
2025-08-20T21:54:20.4129519Z [00:03:03.122]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v0.0.4
2025-08-20T21:54:20.4130156Z [00:03:03.122]➜  go tool pack r $WORK/b429/_pkg_.a $WORK/b429/decode_arm64.o $WORK/b429/encode_arm64.o # internal
2025-08-20T21:54:20.4130753Z [00:03:03.122]➜  go tool buildid -w $WORK/b429/_pkg_.a # internal
2025-08-20T21:54:20.4136099Z [00:03:03.123]➜  cp $WORK/b429/_pkg_.a /root/.cache/go-build/93/9387d86ad2d6cbeacd11c3b05549806f456609a1cc5883242724bc43db227382-d # internal
2025-08-20T21:54:20.4137075Z [00:03:03.123]➜  github.com/syndtr/goleveldb/leveldb/table
2025-08-20T21:54:20.4140499Z [00:03:03.123]➜  mkdir -p $WORK/b428/
2025-08-20T21:54:20.4152548Z [00:03:03.124]➜  cat >/tmp/go-build3999932643/b428/importcfg << 'EOF' # internal
2025-08-20T21:54:20.4153014Z [00:03:03.124]➜  # import config
2025-08-20T21:54:20.4153394Z [00:03:03.124]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:20.4153873Z [00:03:03.124]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:20.4154284Z [00:03:03.124]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:20.4154796Z [00:03:03.124]➜  packagefile github.com/golang/snappy=/tmp/go-build3999932643/b429/_pkg_.a
2025-08-20T21:54:20.4155417Z [00:03:03.124]➜  packagefile github.com/syndtr/goleveldb/leveldb/cache=/tmp/go-build3999932643/b418/_pkg_.a
2025-08-20T21:54:20.4156102Z [00:03:03.124]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build3999932643/b420/_pkg_.a
2025-08-20T21:54:20.4156796Z [00:03:03.124]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build3999932643/b421/_pkg_.a
2025-08-20T21:54:20.4157580Z [00:03:03.124]➜  packagefile github.com/syndtr/goleveldb/leveldb/filter=/tmp/go-build3999932643/b423/_pkg_.a
2025-08-20T21:54:20.4158329Z [00:03:03.124]➜  packagefile github.com/syndtr/goleveldb/leveldb/iterator=/tmp/go-build3999932643/b424/_pkg_.a
2025-08-20T21:54:20.4159388Z [00:03:03.124]➜  packagefile github.com/syndtr/goleveldb/leveldb/opt=/tmp/go-build3999932643/b427/_pkg_.a
2025-08-20T21:54:20.4160062Z [00:03:03.124]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/tmp/go-build3999932643/b422/_pkg_.a
2025-08-20T21:54:20.4160736Z [00:03:03.124]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build3999932643/b419/_pkg_.a
2025-08-20T21:54:20.4161252Z [00:03:03.124]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:20.4161653Z [00:03:03.124]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:20.4162080Z [00:03:03.124]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:20.4162493Z [00:03:03.124]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:20.4162797Z [00:03:03.124]➜  EOF
2025-08-20T21:54:20.4163058Z [00:03:03.124]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:20.4165679Z [00:03:03.124]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b428/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/table=>github.com/syndtr/goleveldb@v1.0.0/leveldb/table;$WORK/b428=>" -p github.com/syndtr/goleveldb/leveldb/table -lang=go1.16 -complete -installsuffix shared -buildid yg2goWtCGY6CJtZ6-AVT/yg2goWtCGY6CJtZ6-AVT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b428/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/table/reader.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/table/table.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/table/writer.go
2025-08-20T21:54:20.4375206Z [00:03:03.146]➜  go tool buildid -w $WORK/b425/_pkg_.a # internal
2025-08-20T21:54:20.4391477Z [00:03:03.147]➜  cp $WORK/b425/_pkg_.a /root/.cache/go-build/d0/d0ef8c5328fd2f05cba80508ca5aed666e03bdabbbad34758f5f825dfdf76f5f-d # internal
2025-08-20T21:54:20.4400737Z [00:03:03.147]➜  github.com/tidwall/btree
2025-08-20T21:54:20.4401058Z [00:03:03.147]➜  mkdir -p $WORK/b431/
2025-08-20T21:54:20.4401473Z [00:03:03.148]➜  cat >/tmp/go-build3999932643/b431/importcfg << 'EOF' # internal
2025-08-20T21:54:20.4401819Z [00:03:03.148]➜  # import config
2025-08-20T21:54:20.4402154Z [00:03:03.148]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:20.4402589Z [00:03:03.148]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:20.4402915Z [00:03:03.148]➜  EOF
2025-08-20T21:54:20.4406372Z [00:03:03.150]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b431/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tidwall/btree@v1.7.0=>github.com/tidwall/btree@v1.7.0;$WORK/b431=>" -p github.com/tidwall/btree -lang=go1.19 -complete -installsuffix shared -buildid 3hkDZF2dkt6mIV2LvhxD/3hkDZF2dkt6mIV2LvhxD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b431/importcfg -pack /root/go/pkg/mod/github.com/tidwall/btree@v1.7.0/btree.go /root/go/pkg/mod/github.com/tidwall/btree@v1.7.0/btreeg.go /root/go/pkg/mod/github.com/tidwall/btree@v1.7.0/map.go /root/go/pkg/mod/github.com/tidwall/btree@v1.7.0/set.go
2025-08-20T21:54:20.4663214Z [00:03:03.175]➜  go tool buildid -w $WORK/b426/_pkg_.a # internal
2025-08-20T21:54:20.4669279Z [00:03:03.176]➜  cp $WORK/b426/_pkg_.a /root/.cache/go-build/3d/3dee3d292cc63fc978d5f87ab2c7ab7fda2d4065cf1e08b0bbdc35dc53388b42-d # internal
2025-08-20T21:54:20.4673693Z [00:03:03.177]➜  github.com/tidwall/grect
2025-08-20T21:54:20.4675346Z [00:03:03.177]➜  mkdir -p $WORK/b432/
2025-08-20T21:54:20.4675817Z [00:03:03.177]➜  cat >/tmp/go-build3999932643/b432/importcfg << 'EOF' # internal
2025-08-20T21:54:20.4676169Z [00:03:03.177]➜  # import config
2025-08-20T21:54:20.4676603Z [00:03:03.177]➜  packagefile github.com/tidwall/gjson=/tmp/go-build3999932643/b231/_pkg_.a
2025-08-20T21:54:20.4677095Z [00:03:03.177]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:20.4677836Z [00:03:03.177]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:20.4678218Z [00:03:03.177]➜  EOF
2025-08-20T21:54:20.4680325Z [00:03:03.177]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b432/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tidwall/grect@v0.1.4=>github.com/tidwall/grect@v0.1.4;$WORK/b432=>" -p github.com/tidwall/grect -lang=go1.15 -complete -installsuffix shared -buildid OJto-BdIJUTEF48wpdAc/OJto-BdIJUTEF48wpdAc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b432/importcfg -pack /root/go/pkg/mod/github.com/tidwall/grect@v0.1.4/grect.go
2025-08-20T21:54:20.5033608Z [00:03:03.213]➜  go tool buildid -w $WORK/b432/_pkg_.a # internal
2025-08-20T21:54:20.5036365Z [00:03:03.213]➜  cp $WORK/b432/_pkg_.a /root/.cache/go-build/6f/6f3534bdac2d2f1df304d522cc8c106a645869a65dc8745a2875b623c098985f-d # internal
2025-08-20T21:54:20.5036984Z [00:03:03.213]➜  github.com/tidwall/rtred
2025-08-20T21:54:20.5039926Z [00:03:03.213]➜  mkdir -p $WORK/b433/
2025-08-20T21:54:20.5040344Z [00:03:03.213]➜  cat >/tmp/go-build3999932643/b433/importcfg << 'EOF' # internal
2025-08-20T21:54:20.5040724Z [00:03:03.213]➜  # import config
2025-08-20T21:54:20.5041173Z [00:03:03.213]➜  packagefile github.com/tidwall/rtred/base=/tmp/go-build3999932643/b434/_pkg_.a
2025-08-20T21:54:20.5041667Z [00:03:03.213]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:20.5042076Z [00:03:03.213]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:20.5042381Z [00:03:03.213]➜  EOF
2025-08-20T21:54:20.5044054Z [00:03:03.213]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b433/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tidwall/rtred@v0.1.2=>github.com/tidwall/rtred@v0.1.2;$WORK/b433=>" -p github.com/tidwall/rtred -lang=go1.15 -complete -installsuffix shared -buildid fJsLk_5VBay3RojDtTl0/fJsLk_5VBay3RojDtTl0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b433/importcfg -pack /root/go/pkg/mod/github.com/tidwall/rtred@v0.1.2/rtree.go
2025-08-20T21:54:20.5218054Z [00:03:03.231]➜  go tool buildid -w $WORK/b428/_pkg_.a # internal
2025-08-20T21:54:20.5329183Z [00:03:03.242]➜  cp $WORK/b428/_pkg_.a /root/.cache/go-build/07/071b84d0272c3cd1bbac84982ebadbd1ae879eef1d0f30374c4e97ba020bbfe8-d # internal
2025-08-20T21:54:20.5363793Z [00:03:03.245]➜  github.com/syndtr/goleveldb/leveldb
2025-08-20T21:54:20.5364156Z [00:03:03.246]➜  mkdir -p $WORK/b417/
2025-08-20T21:54:20.5364572Z [00:03:03.246]➜  cat >/tmp/go-build3999932643/b417/importcfg << 'EOF' # internal
2025-08-20T21:54:20.5364931Z [00:03:03.246]➜  # import config
2025-08-20T21:54:20.5365268Z [00:03:03.246]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:20.5365718Z [00:03:03.246]➜  packagefile container/list=/tmp/go-build3999932643/b106/_pkg_.a
2025-08-20T21:54:20.5366550Z [00:03:03.246]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:20.5367088Z [00:03:03.246]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:20.5370229Z [00:03:03.246]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:20.5370806Z [00:03:03.246]➜  packagefile github.com/syndtr/goleveldb/leveldb/cache=/tmp/go-build3999932643/b418/_pkg_.a
2025-08-20T21:54:20.5371513Z [00:03:03.246]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build3999932643/b420/_pkg_.a
2025-08-20T21:54:20.5372202Z [00:03:03.246]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build3999932643/b421/_pkg_.a
2025-08-20T21:54:20.5372877Z [00:03:03.246]➜  packagefile github.com/syndtr/goleveldb/leveldb/filter=/tmp/go-build3999932643/b423/_pkg_.a
2025-08-20T21:54:20.5373559Z [00:03:03.246]➜  packagefile github.com/syndtr/goleveldb/leveldb/iterator=/tmp/go-build3999932643/b424/_pkg_.a
2025-08-20T21:54:20.5374259Z [00:03:03.246]➜  packagefile github.com/syndtr/goleveldb/leveldb/journal=/tmp/go-build3999932643/b425/_pkg_.a
2025-08-20T21:54:20.5376924Z [00:03:03.246]➜  packagefile github.com/syndtr/goleveldb/leveldb/memdb=/tmp/go-build3999932643/b426/_pkg_.a
2025-08-20T21:54:20.5378176Z [00:03:03.246]➜  packagefile github.com/syndtr/goleveldb/leveldb/opt=/tmp/go-build3999932643/b427/_pkg_.a
2025-08-20T21:54:20.5379182Z [00:03:03.246]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/tmp/go-build3999932643/b422/_pkg_.a
2025-08-20T21:54:20.5379862Z [00:03:03.246]➜  packagefile github.com/syndtr/goleveldb/leveldb/table=/tmp/go-build3999932643/b428/_pkg_.a
2025-08-20T21:54:20.5380527Z [00:03:03.246]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build3999932643/b419/_pkg_.a
2025-08-20T21:54:20.5381044Z [00:03:03.246]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:20.5381460Z [00:03:03.246]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:20.5381882Z [00:03:03.246]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:20.5382291Z [00:03:03.246]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:20.5382704Z [00:03:03.246]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:20.5383124Z [00:03:03.246]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:20.5383548Z [00:03:03.246]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:20.5383977Z [00:03:03.246]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:20.5384407Z [00:03:03.246]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:20.5384732Z [00:03:03.246]➜  EOF
2025-08-20T21:54:20.5396454Z [00:03:03.246]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b417/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb=>github.com/syndtr/goleveldb@v1.0.0/leveldb;$WORK/b417=>" -p github.com/syndtr/goleveldb/leveldb -lang=go1.16 -complete -installsuffix shared -buildid ALJ-ZYQIPIIxAcgGLAZC/ALJ-ZYQIPIIxAcgGLAZC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b417/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/batch.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/comparer.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/db.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/db_compaction.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/db_iter.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/db_snapshot.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/db_state.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/db_transaction.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/db_util.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/db_write.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/doc.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/errors.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/filter.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/key.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/options.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/session.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/session_compaction.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/session_record.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/session_util.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/storage.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/table.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/util.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/version.go
2025-08-20T21:54:20.5405850Z [00:03:03.246]➜  go tool buildid -w $WORK/b433/_pkg_.a # internal
2025-08-20T21:54:20.5406548Z [00:03:03.247]➜  cp $WORK/b433/_pkg_.a /root/.cache/go-build/03/0341fe0b22b57239ce6165c240c001b8dd021edb33224acb1517b3b23b98f72a-d # internal
2025-08-20T21:54:20.5407101Z [00:03:03.248]➜  hash/fnv
2025-08-20T21:54:20.5407478Z [00:03:03.248]➜  mkdir -p $WORK/b437/
2025-08-20T21:54:20.5407965Z [00:03:03.249]➜  cat >/tmp/go-build3999932643/b437/importcfg << 'EOF' # internal
2025-08-20T21:54:20.5408311Z [00:03:03.249]➜  # import config
2025-08-20T21:54:20.5408978Z [00:03:03.249]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:20.5409398Z [00:03:03.249]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:20.5409861Z [00:03:03.249]➜  packagefile internal/byteorder=/tmp/go-build3999932643/b013/_pkg_.a
2025-08-20T21:54:20.5410334Z [00:03:03.249]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:20.5410655Z [00:03:03.249]➜  EOF
2025-08-20T21:54:20.5412049Z [00:03:03.249]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b437/_pkg_.a -trimpath "/root/.go/src/hash/fnv=>hash/fnv;$WORK/b437=>" -p hash/fnv -lang=go1.25 -std -complete -installsuffix shared -buildid uLzdQ0oUWqb99HA1DntA/uLzdQ0oUWqb99HA1DntA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b437/importcfg -pack /root/.go/src/hash/fnv/fnv.go
2025-08-20T21:54:20.5886884Z [00:03:03.298]➜  go tool buildid -w $WORK/b437/_pkg_.a # internal
2025-08-20T21:54:20.5894211Z [00:03:03.299]➜  cp $WORK/b437/_pkg_.a /root/.cache/go-build/ba/ba8ce044f7eab64dc1fc5eb041af72b7d57ee02e59ef741cbc5aa62d0ca2f213-d # internal
2025-08-20T21:54:20.5911971Z [00:03:03.300]➜  go.etcd.io/bbolt
2025-08-20T21:54:20.5912287Z [00:03:03.300]➜  mkdir -p $WORK/b436/
2025-08-20T21:54:20.5912677Z [00:03:03.300]➜  cat >/tmp/go-build3999932643/b436/importcfg << 'EOF' # internal
2025-08-20T21:54:20.5913020Z [00:03:03.300]➜  # import config
2025-08-20T21:54:20.5913359Z [00:03:03.300]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:20.5913810Z [00:03:03.300]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:20.5914275Z [00:03:03.300]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:20.5914693Z [00:03:03.300]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:20.5915161Z [00:03:03.300]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3999932643/b180/_pkg_.a
2025-08-20T21:54:20.5915635Z [00:03:03.300]➜  packagefile hash/fnv=/tmp/go-build3999932643/b437/_pkg_.a
2025-08-20T21:54:20.5916066Z [00:03:03.300]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:20.5916460Z [00:03:03.300]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:20.5916873Z [00:03:03.300]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:20.5917287Z [00:03:03.300]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:20.5917890Z [00:03:03.300]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:20.5918313Z [00:03:03.300]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:20.5919095Z [00:03:03.300]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:20.5919621Z [00:03:03.300]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:20.5920039Z [00:03:03.300]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:20.5920345Z [00:03:03.300]➜  EOF
2025-08-20T21:54:20.5924714Z [00:03:03.300]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b436/_pkg_.a -trimpath "/root/go/pkg/mod/go.etcd.io/bbolt@v1.3.10=>go.etcd.io/bbolt@v1.3.10;$WORK/b436=>" -p go.etcd.io/bbolt -lang=go1.21 -complete -installsuffix shared -buildid MLC3ETqNwys749zISneZ/MLC3ETqNwys749zISneZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b436/importcfg -pack /root/go/pkg/mod/go.etcd.io/bbolt@v1.3.10/bolt_arm64.go /root/go/pkg/mod/go.etcd.io/bbolt@v1.3.10/bolt_linux.go /root/go/pkg/mod/go.etcd.io/bbolt@v1.3.10/bolt_unix.go /root/go/pkg/mod/go.etcd.io/bbolt@v1.3.10/bucket.go /root/go/pkg/mod/go.etcd.io/bbolt@v1.3.10/compact.go /root/go/pkg/mod/go.etcd.io/bbolt@v1.3.10/cursor.go /root/go/pkg/mod/go.etcd.io/bbolt@v1.3.10/db.go /root/go/pkg/mod/go.etcd.io/bbolt@v1.3.10/doc.go /root/go/pkg/mod/go.etcd.io/bbolt@v1.3.10/errors.go /root/go/pkg/mod/go.etcd.io/bbolt@v1.3.10/freelist.go /root/go/pkg/mod/go.etcd.io/bbolt@v1.3.10/freelist_hmap.go /root/go/pkg/mod/go.etcd.io/bbolt@v1.3.10/mlock_unix.go /root/go/pkg/mod/go.etcd.io/bbolt@v1.3.10/node.go /root/go/pkg/mod/go.etcd.io/bbolt@v1.3.10/page.go /root/go/pkg/mod/go.etcd.io/bbolt@v1.3.10/tx.go /root/go/pkg/mod/go.etcd.io/bbolt@v1.3.10/tx_check.go /root/go/pkg/mod/go.etcd.io/bbolt@v1.3.10/unsafe.go
2025-08-20T21:54:20.6383725Z [00:03:03.347]➜  go tool buildid -w $WORK/b431/_pkg_.a # internal
2025-08-20T21:54:20.6409984Z [00:03:03.350]➜  cp $WORK/b431/_pkg_.a /root/.cache/go-build/ce/ce4c43e47b897c00293691485863bc9d8e141f3b325e54b48d68808ddfa778e9-d # internal
2025-08-20T21:54:20.6464761Z [00:03:03.355]➜  github.com/tidwall/buntdb
2025-08-20T21:54:20.6465147Z [00:03:03.355]➜  mkdir -p $WORK/b430/
2025-08-20T21:54:20.6473980Z [00:03:03.357]➜  cat >/tmp/go-build3999932643/b430/importcfg << 'EOF' # internal
2025-08-20T21:54:20.6478666Z [00:03:03.357]➜  # import config
2025-08-20T21:54:20.6479995Z [00:03:03.357]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:20.6480760Z [00:03:03.357]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:20.6481380Z [00:03:03.357]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:20.6482289Z [00:03:03.357]➜  packagefile github.com/tidwall/btree=/tmp/go-build3999932643/b431/_pkg_.a
2025-08-20T21:54:20.6483372Z [00:03:03.357]➜  packagefile github.com/tidwall/gjson=/tmp/go-build3999932643/b231/_pkg_.a
2025-08-20T21:54:20.6483978Z [00:03:03.357]➜  packagefile github.com/tidwall/grect=/tmp/go-build3999932643/b432/_pkg_.a
2025-08-20T21:54:20.6484528Z [00:03:03.357]➜  packagefile github.com/tidwall/match=/tmp/go-build3999932643/b232/_pkg_.a
2025-08-20T21:54:20.6485071Z [00:03:03.357]➜  packagefile github.com/tidwall/rtred=/tmp/go-build3999932643/b433/_pkg_.a
2025-08-20T21:54:20.6485558Z [00:03:03.357]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:20.6485955Z [00:03:03.357]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:20.6486359Z [00:03:03.357]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:20.6486774Z [00:03:03.357]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:20.6487210Z [00:03:03.357]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:20.6487832Z [00:03:03.357]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:20.6488244Z [00:03:03.357]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:20.6488551Z [00:03:03.357]➜  EOF
2025-08-20T21:54:20.6490645Z [00:03:03.357]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b430/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tidwall/buntdb@v1.3.1=>github.com/tidwall/buntdb@v1.3.1;$WORK/b430=>" -p github.com/tidwall/buntdb -lang=go1.18 -complete -installsuffix shared -buildid xiXxJxU6YLQfl7BsQB32/xiXxJxU6YLQfl7BsQB32 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b430/importcfg -pack /root/go/pkg/mod/github.com/tidwall/buntdb@v1.3.1/buntdb.go
2025-08-20T21:54:20.9563131Z [00:03:03.666]➜  go tool buildid -w $WORK/b436/_pkg_.a # internal
2025-08-20T21:54:20.9627757Z [00:03:03.672]➜  cp $WORK/b436/_pkg_.a /root/.cache/go-build/f1/f1d37f43a37aeb6f3309db700c910133d1270434a5fb2d468255ae120609e9b1-d # internal
2025-08-20T21:54:20.9661621Z [00:03:03.675]➜  github.com/projectdiscovery/fastdialer/fastdialer/utils
2025-08-20T21:54:20.9662055Z [00:03:03.675]➜  mkdir -p $WORK/b438/
2025-08-20T21:54:20.9662433Z [00:03:03.675]➜  cat >/tmp/go-build3999932643/b438/importcfg << 'EOF' # internal
2025-08-20T21:54:20.9662778Z [00:03:03.675]➜  # import config
2025-08-20T21:54:20.9663119Z [00:03:03.675]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:20.9663708Z [00:03:03.675]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:20.9664359Z [00:03:03.675]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build3999932643/b333/_pkg_.a
2025-08-20T21:54:20.9664868Z [00:03:03.675]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:20.9665272Z [00:03:03.675]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:20.9666098Z [00:03:03.675]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:20.9666536Z [00:03:03.675]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:20.9666841Z [00:03:03.675]➜  EOF
2025-08-20T21:54:20.9669279Z [00:03:03.675]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b438/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer/utils=>github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer/utils;$WORK/b438=>" -p github.com/projectdiscovery/fastdialer/fastdialer/utils -lang=go1.24 -complete -installsuffix shared -buildid FMl9XDVNqkRaItcrwsnN/FMl9XDVNqkRaItcrwsnN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b438/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer/utils/dialwrap.go
2025-08-20T21:54:20.9778954Z [00:03:03.687]➜  go tool buildid -w $WORK/b430/_pkg_.a # internal
2025-08-20T21:54:20.9908384Z [00:03:03.700]➜  cp $WORK/b430/_pkg_.a /root/.cache/go-build/df/df2ede297f78a0de6f4dbc9e135cda74166e24a85efce159b1ff87d125658bbc-d # internal
2025-08-20T21:54:20.9924065Z [00:03:03.702]➜  github.com/gaissmai/bart/internal/bitset
2025-08-20T21:54:20.9935857Z [00:03:03.703]➜  mkdir -p $WORK/b442/
2025-08-20T21:54:20.9945908Z [00:03:03.704]➜  cat >/tmp/go-build3999932643/b442/importcfg << 'EOF' # internal
2025-08-20T21:54:20.9946613Z [00:03:03.704]➜  # import config
2025-08-20T21:54:20.9947575Z [00:03:03.704]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:20.9948106Z [00:03:03.704]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:20.9948486Z [00:03:03.704]➜  EOF
2025-08-20T21:54:20.9972828Z [00:03:03.706]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b442/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gaissmai/bart@v0.20.5/internal/bitset=>github.com/gaissmai/bart@v0.20.5/internal/bitset;$WORK/b442=>" -p github.com/gaissmai/bart/internal/bitset -lang=go1.23 -complete -installsuffix shared -buildid i2tWiybXNABbti2qhSv7/i2tWiybXNABbti2qhSv7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b442/importcfg -pack /root/go/pkg/mod/github.com/gaissmai/bart@v0.20.5/internal/bitset/bitset256.go
2025-08-20T21:54:21.0373303Z [00:03:03.747]➜  go tool buildid -w $WORK/b442/_pkg_.a # internal
2025-08-20T21:54:21.0387498Z [00:03:03.748]➜  cp $WORK/b442/_pkg_.a /root/.cache/go-build/7c/7c6bfe49bab611795b51ae26c34519cfd970ab090bcef640cfd3a2d7bf7d6da3-d # internal
2025-08-20T21:54:21.0395790Z [00:03:03.749]➜  github.com/gaissmai/bart/internal/allot
2025-08-20T21:54:21.0402639Z [00:03:03.750]➜  mkdir -p $WORK/b441/
2025-08-20T21:54:21.0419624Z [00:03:03.750]➜  cat >/tmp/go-build3999932643/b441/importcfg << 'EOF' # internal
2025-08-20T21:54:21.0420062Z [00:03:03.750]➜  # import config
2025-08-20T21:54:21.0420546Z [00:03:03.750]➜  packagefile github.com/gaissmai/bart/internal/bitset=/tmp/go-build3999932643/b442/_pkg_.a
2025-08-20T21:54:21.0420979Z [00:03:03.750]➜  EOF
2025-08-20T21:54:21.0423353Z [00:03:03.750]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b441/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gaissmai/bart@v0.20.5/internal/allot=>github.com/gaissmai/bart@v0.20.5/internal/allot;$WORK/b441=>" -p github.com/gaissmai/bart/internal/allot -lang=go1.23 -complete -installsuffix shared -buildid QHFBQCCTlIItUFlZb8Aq/QHFBQCCTlIItUFlZb8Aq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b441/importcfg -pack /root/go/pkg/mod/github.com/gaissmai/bart@v0.20.5/internal/allot/lookupFringeRoutes.go /root/go/pkg/mod/github.com/gaissmai/bart@v0.20.5/internal/allot/lookupPrefixRoutes.go
2025-08-20T21:54:21.0550452Z [00:03:03.764]➜  go tool buildid -w $WORK/b441/_pkg_.a # internal
2025-08-20T21:54:21.0561680Z [00:03:03.765]➜  cp $WORK/b441/_pkg_.a /root/.cache/go-build/26/26f99b7e4d572c9a344de14baca826a90925ef4fe6e835efcb776350267abea0-d # internal
2025-08-20T21:54:21.0569566Z [00:03:03.766]➜  github.com/gaissmai/bart/internal/lpm
2025-08-20T21:54:21.0573524Z [00:03:03.767]➜  mkdir -p $WORK/b444/
2025-08-20T21:54:21.0584164Z [00:03:03.768]➜  cat >/tmp/go-build3999932643/b444/importcfg << 'EOF' # internal
2025-08-20T21:54:21.0585853Z [00:03:03.768]➜  # import config
2025-08-20T21:54:21.0586974Z [00:03:03.768]➜  packagefile github.com/gaissmai/bart/internal/bitset=/tmp/go-build3999932643/b442/_pkg_.a
2025-08-20T21:54:21.0587598Z [00:03:03.768]➜  EOF
2025-08-20T21:54:21.0592067Z [00:03:03.768]➜  go tool buildid -w $WORK/b438/_pkg_.a # internal
2025-08-20T21:54:21.0607488Z [00:03:03.769]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b444/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gaissmai/bart@v0.20.5/internal/lpm=>github.com/gaissmai/bart@v0.20.5/internal/lpm;$WORK/b444=>" -p github.com/gaissmai/bart/internal/lpm -lang=go1.23 -complete -installsuffix shared -buildid KSM_y2zJGz5VURmCWSVv/KSM_y2zJGz5VURmCWSVv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b444/importcfg -pack /root/go/pkg/mod/github.com/gaissmai/bart@v0.20.5/internal/lpm/lookuptbl.go
2025-08-20T21:54:21.0615718Z [00:03:03.770]➜  cp $WORK/b438/_pkg_.a /root/.cache/go-build/a5/a51514e0d1c3e5e088949a18a8420ce24dc6bdcf870852e03e8c54cf8c24feb0-d # internal
2025-08-20T21:54:21.0616350Z [00:03:03.770]➜  github.com/gaissmai/bart/internal/sparse
2025-08-20T21:54:21.0616686Z [00:03:03.770]➜  mkdir -p $WORK/b445/
2025-08-20T21:54:21.0625220Z [00:03:03.772]➜  cat >/tmp/go-build3999932643/b445/importcfg << 'EOF' # internal
2025-08-20T21:54:21.0626105Z [00:03:03.772]➜  # import config
2025-08-20T21:54:21.0626977Z [00:03:03.772]➜  packagefile github.com/gaissmai/bart/internal/bitset=/tmp/go-build3999932643/b442/_pkg_.a
2025-08-20T21:54:21.0627922Z [00:03:03.772]➜  EOF
2025-08-20T21:54:21.0630362Z [00:03:03.772]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b445/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gaissmai/bart@v0.20.5/internal/sparse=>github.com/gaissmai/bart@v0.20.5/internal/sparse;$WORK/b445=>" -p github.com/gaissmai/bart/internal/sparse -lang=go1.23 -complete -installsuffix shared -buildid RjpBMsgTuwiN7NLcpYC3/RjpBMsgTuwiN7NLcpYC3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b445/importcfg -pack /root/go/pkg/mod/github.com/gaissmai/bart@v0.20.5/internal/sparse/array256.go
2025-08-20T21:54:21.0868819Z [00:03:03.796]➜  go tool buildid -w $WORK/b445/_pkg_.a # internal
2025-08-20T21:54:21.0873876Z [00:03:03.797]➜  cp $WORK/b445/_pkg_.a /root/.cache/go-build/38/38f83d524c4da2e33cc3d3fae5c3a452ad2a4bc3a99fd1b510440f7d5189a09c-d # internal
2025-08-20T21:54:21.0910270Z [00:03:03.800]➜  github.com/projectdiscovery/utils/url
2025-08-20T21:54:21.0912573Z [00:03:03.801]➜  mkdir -p $WORK/b446/
2025-08-20T21:54:21.0913594Z [00:03:03.801]➜  cat >/tmp/go-build3999932643/b446/importcfg << 'EOF' # internal
2025-08-20T21:54:21.0914563Z [00:03:03.801]➜  # import config
2025-08-20T21:54:21.0915121Z [00:03:03.801]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:21.0915846Z [00:03:03.801]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:21.0916970Z [00:03:03.801]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build3999932643/b182/_pkg_.a
2025-08-20T21:54:21.0917834Z [00:03:03.801]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:21.0918512Z [00:03:03.801]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:54:21.0919159Z [00:03:03.801]➜  packagefile github.com/projectdiscovery/utils/os=/tmp/go-build3999932643/b189/_pkg_.a
2025-08-20T21:54:21.0919816Z [00:03:03.801]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:21.0920382Z [00:03:03.801]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:21.0920801Z [00:03:03.801]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:21.0921217Z [00:03:03.801]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:21.0921642Z [00:03:03.801]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:21.0922376Z [00:03:03.801]➜  EOF
2025-08-20T21:54:21.0925732Z [00:03:03.801]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b446/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/url=>github.com/projectdiscovery/utils@v0.4.23/url;$WORK/b446=>" -p github.com/projectdiscovery/utils/url -lang=go1.24 -complete -installsuffix shared -buildid fnMlC5TxEUfEl8acx54s/fnMlC5TxEUfEl8acx54s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b446/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/url/encoding.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/url/orderedparams.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/url/parsers.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/url/rawparam.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/url/url.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/url/utils.go
2025-08-20T21:54:21.1089986Z [00:03:03.818]➜  go tool buildid -w $WORK/b444/_pkg_.a # internal
2025-08-20T21:54:21.1093078Z [00:03:03.819]➜  cp $WORK/b444/_pkg_.a /root/.cache/go-build/cd/cd2e4e6dd4c57fa6f2e850833de799ebf70ae7180906813226c77ad13d628660-d # internal
2025-08-20T21:54:21.1108422Z [00:03:03.819]➜  github.com/gaissmai/bart
2025-08-20T21:54:21.1108931Z [00:03:03.819]➜  mkdir -p $WORK/b440/
2025-08-20T21:54:21.1109416Z [00:03:03.819]➜  cat >/tmp/go-build3999932643/b440/importcfg << 'EOF' # internal
2025-08-20T21:54:21.1109872Z [00:03:03.819]➜  # import config
2025-08-20T21:54:21.1110314Z [00:03:03.819]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:21.1111227Z [00:03:03.819]➜  packagefile cmp=/tmp/go-build3999932643/b046/_pkg_.a
2025-08-20T21:54:21.1111899Z [00:03:03.819]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:21.1112458Z [00:03:03.819]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:21.1113102Z [00:03:03.819]➜  packagefile github.com/gaissmai/bart/internal/allot=/tmp/go-build3999932643/b441/_pkg_.a
2025-08-20T21:54:21.1113886Z [00:03:03.819]➜  packagefile github.com/gaissmai/bart/internal/art=/tmp/go-build3999932643/b443/_pkg_.a
2025-08-20T21:54:21.1114659Z [00:03:03.819]➜  packagefile github.com/gaissmai/bart/internal/bitset=/tmp/go-build3999932643/b442/_pkg_.a
2025-08-20T21:54:21.1115434Z [00:03:03.819]➜  packagefile github.com/gaissmai/bart/internal/lpm=/tmp/go-build3999932643/b444/_pkg_.a
2025-08-20T21:54:21.1116207Z [00:03:03.819]➜  packagefile github.com/gaissmai/bart/internal/sparse=/tmp/go-build3999932643/b445/_pkg_.a
2025-08-20T21:54:21.1116859Z [00:03:03.819]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:21.1117507Z [00:03:03.819]➜  packagefile iter=/tmp/go-build3999932643/b039/_pkg_.a
2025-08-20T21:54:21.1118099Z [00:03:03.819]➜  packagefile net/netip=/tmp/go-build3999932643/b162/_pkg_.a
2025-08-20T21:54:21.1118635Z [00:03:03.819]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:21.1119473Z [00:03:03.819]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:21.1120015Z [00:03:03.819]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:21.1120548Z [00:03:03.819]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:21.1120954Z [00:03:03.819]➜  EOF
2025-08-20T21:54:21.1124150Z [00:03:03.819]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b440/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gaissmai/bart@v0.20.5=>github.com/gaissmai/bart@v0.20.5;$WORK/b440=>" -p github.com/gaissmai/bart -lang=go1.23 -complete -installsuffix shared -buildid mcqzvKV96pUCCwq56duO/mcqzvKV96pUCCwq56duO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b440/importcfg -pack /root/go/pkg/mod/github.com/gaissmai/bart@v0.20.5/dumper.go /root/go/pkg/mod/github.com/gaissmai/bart@v0.20.5/lite.go /root/go/pkg/mod/github.com/gaissmai/bart@v0.20.5/node.go /root/go/pkg/mod/github.com/gaissmai/bart@v0.20.5/overlaps.go /root/go/pkg/mod/github.com/gaissmai/bart@v0.20.5/serialize.go /root/go/pkg/mod/github.com/gaissmai/bart@v0.20.5/table.go /root/go/pkg/mod/github.com/gaissmai/bart@v0.20.5/tablepersist.go
2025-08-20T21:54:21.2208130Z [00:03:03.930]➜  go tool buildid -w $WORK/b417/_pkg_.a # internal
2025-08-20T21:54:21.2409450Z [00:03:03.950]➜  cp $WORK/b417/_pkg_.a /root/.cache/go-build/0a/0a424a957244c2d5db8e0399ed3bb5a3d852554210a6481a86c7962b636cea28-d # internal
2025-08-20T21:54:21.2437810Z [00:03:03.953]➜  github.com/projectdiscovery/hmap/store/disk
2025-08-20T21:54:21.2438238Z [00:03:03.953]➜  mkdir -p $WORK/b412/
2025-08-20T21:54:21.2443007Z [00:03:03.953]➜  cat >/tmp/go-build3999932643/b412/importcfg << 'EOF' # internal
2025-08-20T21:54:21.2443386Z [00:03:03.953]➜  # import config
2025-08-20T21:54:21.2443727Z [00:03:03.953]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:21.2444229Z [00:03:03.953]➜  packagefile github.com/akrylysov/pogreb=/tmp/go-build3999932643/b413/_pkg_.a
2025-08-20T21:54:21.2444795Z [00:03:03.953]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:21.2445374Z [00:03:03.953]➜  packagefile github.com/syndtr/goleveldb/leveldb=/tmp/go-build3999932643/b417/_pkg_.a
2025-08-20T21:54:21.2446047Z [00:03:03.953]➜  packagefile github.com/syndtr/goleveldb/leveldb/iterator=/tmp/go-build3999932643/b424/_pkg_.a
2025-08-20T21:54:21.2446726Z [00:03:03.953]➜  packagefile github.com/syndtr/goleveldb/leveldb/opt=/tmp/go-build3999932643/b427/_pkg_.a
2025-08-20T21:54:21.2447489Z [00:03:03.953]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build3999932643/b419/_pkg_.a
2025-08-20T21:54:21.2448531Z [00:03:03.953]➜  packagefile github.com/tidwall/buntdb=/tmp/go-build3999932643/b430/_pkg_.a
2025-08-20T21:54:21.2449127Z [00:03:03.953]➜  packagefile go.etcd.io/bbolt=/tmp/go-build3999932643/b436/_pkg_.a
2025-08-20T21:54:21.2449585Z [00:03:03.953]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:21.2450013Z [00:03:03.953]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:21.2450470Z [00:03:03.953]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:21.2450891Z [00:03:03.953]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:21.2451199Z [00:03:03.953]➜  EOF
2025-08-20T21:54:21.2476159Z [00:03:03.956]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b412/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/hmap@v0.0.92/store/disk=>github.com/projectdiscovery/hmap@v0.0.92/store/disk;$WORK/b412=>" -p github.com/projectdiscovery/hmap/store/disk -lang=go1.24 -complete -installsuffix shared -buildid sj9uBrA84p9M9yW_AFRD/sj9uBrA84p9M9yW_AFRD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b412/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/hmap@v0.0.92/store/disk/bboltdb.go /root/go/pkg/mod/github.com/projectdiscovery/hmap@v0.0.92/store/disk/buntdb.go /root/go/pkg/mod/github.com/projectdiscovery/hmap@v0.0.92/store/disk/disk.go /root/go/pkg/mod/github.com/projectdiscovery/hmap@v0.0.92/store/disk/doc.go /root/go/pkg/mod/github.com/projectdiscovery/hmap@v0.0.92/store/disk/error.go /root/go/pkg/mod/github.com/projectdiscovery/hmap@v0.0.92/store/disk/kv.go /root/go/pkg/mod/github.com/projectdiscovery/hmap@v0.0.92/store/disk/leveldb.go /root/go/pkg/mod/github.com/projectdiscovery/hmap@v0.0.92/store/disk/pogreb_all.go
2025-08-20T21:54:21.2610295Z [00:03:03.967]➜  go tool buildid -w $WORK/b446/_pkg_.a # internal
2025-08-20T21:54:21.2613771Z [00:03:03.969]➜  cp $WORK/b446/_pkg_.a /root/.cache/go-build/fa/fa608f1e028e79bdcf28140009f1428705e5cb6e30e263af377fa5fc8a332171-d # internal
2025-08-20T21:54:21.2626715Z [00:03:03.972]➜  github.com/projectdiscovery/utils/context
2025-08-20T21:54:21.2629554Z [00:03:03.972]➜  mkdir -p $WORK/b447/
2025-08-20T21:54:21.2631392Z [00:03:03.972]➜  cat >/tmp/go-build3999932643/b447/importcfg << 'EOF' # internal
2025-08-20T21:54:21.2631752Z [00:03:03.972]➜  # import config
2025-08-20T21:54:21.2636472Z [00:03:03.972]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:21.2636996Z [00:03:03.972]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:21.2637317Z [00:03:03.972]➜  EOF
2025-08-20T21:54:21.2639817Z [00:03:03.973]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b447/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/context=>github.com/projectdiscovery/utils@v0.4.23/context;$WORK/b447=>" -p github.com/projectdiscovery/utils/context -lang=go1.24 -complete -installsuffix shared -buildid 0hVXt5-yWhBYhpJxGEXr/0hVXt5-yWhBYhpJxGEXr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b447/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/context/NContext.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/context/context.go
2025-08-20T21:54:21.2889746Z [00:03:03.998]➜  go tool buildid -w $WORK/b447/_pkg_.a # internal
2025-08-20T21:54:21.2894705Z [00:03:03.999]➜  cp $WORK/b447/_pkg_.a /root/.cache/go-build/40/40495be78c58720fa35428b65291c310a803f9381ebea14868e4caed369f0064-d # internal
2025-08-20T21:54:21.2895874Z [00:03:03.999]➜  github.com/zmap/rc2
2025-08-20T21:54:21.2896671Z [00:03:03.999]➜  mkdir -p $WORK/b450/
2025-08-20T21:54:21.2908760Z [00:03:04.000]➜  cat >/tmp/go-build3999932643/b450/importcfg << 'EOF' # internal
2025-08-20T21:54:21.2909326Z [00:03:04.000]➜  # import config
2025-08-20T21:54:21.2909827Z [00:03:04.000]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:21.2910425Z [00:03:04.000]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:21.2911355Z [00:03:04.000]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:21.2911890Z [00:03:04.000]➜  EOF
2025-08-20T21:54:21.2913921Z [00:03:04.000]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b450/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zmap/rc2@v0.0.0-20190804163417-abaa70531248=>github.com/zmap/rc2@v0.0.0-20190804163417-abaa70531248;$WORK/b450=>" -p github.com/zmap/rc2 -lang=go1.16 -complete -installsuffix shared -buildid eECLkDKc_E6EfhzTFMao/eECLkDKc_E6EfhzTFMao -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b450/importcfg -pack /root/go/pkg/mod/github.com/zmap/rc2@v0.0.0-20190804163417-abaa70531248/rc2.go
2025-08-20T21:54:21.3305120Z [00:03:04.040]➜  go tool buildid -w $WORK/b450/_pkg_.a # internal
2025-08-20T21:54:21.3311664Z [00:03:04.040]➜  cp $WORK/b450/_pkg_.a /root/.cache/go-build/dc/dcd664283b0e89222a88331aae9eff3091fc4e3084b920edfa8d0d6ad46228c7-d # internal
2025-08-20T21:54:21.3317606Z [00:03:04.040]➜  github.com/zmap/zcrypto/internal/randutil
2025-08-20T21:54:21.3318045Z [00:03:04.041]➜  mkdir -p $WORK/b452/
2025-08-20T21:54:21.3322546Z [00:03:04.041]➜  cat >/tmp/go-build3999932643/b452/importcfg << 'EOF' # internal
2025-08-20T21:54:21.3322950Z [00:03:04.041]➜  # import config
2025-08-20T21:54:21.3323282Z [00:03:04.041]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:21.3323692Z [00:03:04.041]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:21.3324443Z [00:03:04.041]➜  EOF
2025-08-20T21:54:21.3326788Z [00:03:04.042]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b452/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/internal/randutil=>github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/internal/randutil;$WORK/b452=>" -p github.com/zmap/zcrypto/internal/randutil -lang=go1.16 -complete -installsuffix shared -buildid aQ3UpiuD-3b3C5iCiHfX/aQ3UpiuD-3b3C5iCiHfX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b452/importcfg -pack /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/internal/randutil/randutil.go
2025-08-20T21:54:21.3513906Z [00:03:04.060]➜  go tool buildid -w $WORK/b452/_pkg_.a # internal
2025-08-20T21:54:21.3522169Z [00:03:04.061]➜  cp $WORK/b452/_pkg_.a /root/.cache/go-build/ca/caf68fd03135959f1dabc496c6283e21c036273a5e7d5c6e2775e2e73aced03d-d # internal
2025-08-20T21:54:21.3523899Z [00:03:04.062]➜  github.com/zmap/zcrypto/dsa
2025-08-20T21:54:21.3524647Z [00:03:04.062]➜  mkdir -p $WORK/b451/
2025-08-20T21:54:21.3702625Z [00:03:04.080]➜  cat >/tmp/go-build3999932643/b451/importcfg << 'EOF' # internal
2025-08-20T21:54:21.3703270Z [00:03:04.080]➜  # import config
2025-08-20T21:54:21.3703780Z [00:03:04.080]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:21.3704492Z [00:03:04.080]➜  packagefile github.com/zmap/zcrypto/internal/randutil=/tmp/go-build3999932643/b452/_pkg_.a
2025-08-20T21:54:21.3705128Z [00:03:04.080]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:21.3705688Z [00:03:04.080]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:21.3706110Z [00:03:04.080]➜  EOF
2025-08-20T21:54:21.3721131Z [00:03:04.081]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b451/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/dsa=>github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/dsa;$WORK/b451=>" -p github.com/zmap/zcrypto/dsa -lang=go1.16 -complete -installsuffix shared -buildid F7CVzTGFSyDab7rNxhNH/F7CVzTGFSyDab7rNxhNH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b451/importcfg -pack /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/dsa/dsa.go
2025-08-20T21:54:21.4364353Z [00:03:04.146]➜  go tool buildid -w $WORK/b451/_pkg_.a # internal
2025-08-20T21:54:21.4371225Z [00:03:04.146]➜  cp $WORK/b451/_pkg_.a /root/.cache/go-build/97/97cf715193003602089fca2697544445183e916ea45ec360cce216b1c6b34100-d # internal
2025-08-20T21:54:21.4375140Z [00:03:04.147]➜  github.com/zmap/zcrypto/json
2025-08-20T21:54:21.4378429Z [00:03:04.147]➜  mkdir -p $WORK/b453/
2025-08-20T21:54:21.4392168Z [00:03:04.148]➜  cat >/tmp/go-build3999932643/b453/importcfg << 'EOF' # internal
2025-08-20T21:54:21.4392736Z [00:03:04.148]➜  # import config
2025-08-20T21:54:21.4393124Z [00:03:04.148]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:54:21.4393775Z [00:03:04.148]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:21.4394363Z [00:03:04.148]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:21.4394938Z [00:03:04.149]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:21.4395454Z [00:03:04.149]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:21.4395883Z [00:03:04.149]➜  EOF
2025-08-20T21:54:21.4399613Z [00:03:04.149]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b453/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/json=>github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/json;$WORK/b453=>" -p github.com/zmap/zcrypto/json -lang=go1.16 -complete -installsuffix shared -buildid IymrRIqTQSkbfogxoWVZ/IymrRIqTQSkbfogxoWVZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b453/importcfg -pack /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/json/dhe.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/json/ecdhe.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/json/names.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/json/rsa.go
2025-08-20T21:54:21.5333408Z [00:03:04.243]➜  go tool buildid -w $WORK/b412/_pkg_.a # internal
2025-08-20T21:54:21.5455758Z [00:03:04.255]➜  cp $WORK/b412/_pkg_.a /root/.cache/go-build/c7/c7ccc371d0ad5d5777fd5b71f16b316a80037441744c029beaa86f810d2419db-d # internal
2025-08-20T21:54:21.5512233Z [00:03:04.260]➜  github.com/projectdiscovery/hmap/store/hybrid
2025-08-20T21:54:21.5514558Z [00:03:04.260]➜  mkdir -p $WORK/b410/
2025-08-20T21:54:21.5515220Z [00:03:04.260]➜  cat >/tmp/go-build3999932643/b410/importcfg << 'EOF' # internal
2025-08-20T21:54:21.5516038Z [00:03:04.260]➜  # import config
2025-08-20T21:54:21.5516808Z [00:03:04.260]➜  packagefile github.com/projectdiscovery/hmap/store/cache=/tmp/go-build3999932643/b411/_pkg_.a
2025-08-20T21:54:21.5517892Z [00:03:04.260]➜  packagefile github.com/projectdiscovery/hmap/store/disk=/tmp/go-build3999932643/b412/_pkg_.a
2025-08-20T21:54:21.5519169Z [00:03:04.260]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:54:21.5519912Z [00:03:04.260]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:21.5520456Z [00:03:04.260]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:21.5520903Z [00:03:04.260]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:21.5521394Z [00:03:04.260]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:21.5521815Z [00:03:04.260]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:21.5522120Z [00:03:04.260]➜  EOF
2025-08-20T21:54:21.5524502Z [00:03:04.260]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b410/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/hmap@v0.0.92/store/hybrid=>github.com/projectdiscovery/hmap@v0.0.92/store/hybrid;$WORK/b410=>" -p github.com/projectdiscovery/hmap/store/hybrid -lang=go1.24 -complete -installsuffix shared -buildid MTLmO_0mJOdAfFe72boC/MTLmO_0mJOdAfFe72boC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b410/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/hmap@v0.0.92/store/hybrid/hybrid.go /root/go/pkg/mod/github.com/projectdiscovery/hmap@v0.0.92/store/hybrid/memoryguard.go
2025-08-20T21:54:21.5533660Z [00:03:04.263]➜  go tool buildid -w $WORK/b453/_pkg_.a # internal
2025-08-20T21:54:21.5592816Z [00:03:04.268]➜  cp $WORK/b453/_pkg_.a /root/.cache/go-build/07/0720929cb44d93c0ae883b20a3146ca2fe87ec04767c0b041b3f350ce793bff9-d # internal
2025-08-20T21:54:21.5644174Z [00:03:04.272]➜  golang.org/x/text/unicode/bidi
2025-08-20T21:54:21.5644678Z [00:03:04.272]➜  mkdir -p $WORK/b458/
2025-08-20T21:54:21.5645183Z [00:03:04.273]➜  cat >/tmp/go-build3999932643/b458/importcfg << 'EOF' # internal
2025-08-20T21:54:21.5645686Z [00:03:04.273]➜  # import config
2025-08-20T21:54:21.5646137Z [00:03:04.273]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:21.5646695Z [00:03:04.273]➜  packagefile container/list=/tmp/go-build3999932643/b106/_pkg_.a
2025-08-20T21:54:21.5647251Z [00:03:04.273]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:21.5647893Z [00:03:04.273]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:21.5648399Z [00:03:04.273]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:21.5648950Z [00:03:04.273]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:21.5649390Z [00:03:04.273]➜  EOF
2025-08-20T21:54:21.5652490Z [00:03:04.273]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b458/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/bidi=>golang.org/x/text@v0.26.0/unicode/bidi;$WORK/b458=>" -p golang.org/x/text/unicode/bidi -lang=go1.23 -complete -installsuffix shared -buildid -gx7vSYbKkDNsanUnqrf/-gx7vSYbKkDNsanUnqrf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b458/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/bidi/bidi.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/bidi/bracket.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/bidi/core.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/bidi/prop.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/bidi/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/bidi/trieval.go
2025-08-20T21:54:21.6110609Z [00:03:04.320]➜  go tool buildid -w $WORK/b440/_pkg_.a # internal
2025-08-20T21:54:21.6185885Z [00:03:04.328]➜  cp $WORK/b440/_pkg_.a /root/.cache/go-build/3f/3f931a982653b055e7b7158bf70cf394a021b2c03ffe8c5a905792f3f1ff0a38-d # internal
2025-08-20T21:54:21.6231453Z [00:03:04.332]➜  github.com/projectdiscovery/networkpolicy
2025-08-20T21:54:21.6234091Z [00:03:04.333]➜  mkdir -p $WORK/b439/
2025-08-20T21:54:21.6235839Z [00:03:04.333]➜  cat >/tmp/go-build3999932643/b439/importcfg << 'EOF' # internal
2025-08-20T21:54:21.6236686Z [00:03:04.333]➜  # import config
2025-08-20T21:54:21.6237479Z [00:03:04.333]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:21.6238366Z [00:03:04.333]➜  packagefile github.com/gaissmai/bart=/tmp/go-build3999932643/b440/_pkg_.a
2025-08-20T21:54:21.6239145Z [00:03:04.333]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build3999932643/b333/_pkg_.a
2025-08-20T21:54:21.6240347Z [00:03:04.333]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:54:21.6240902Z [00:03:04.333]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:21.6241352Z [00:03:04.333]➜  packagefile net/netip=/tmp/go-build3999932643/b162/_pkg_.a
2025-08-20T21:54:21.6241784Z [00:03:04.333]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:21.6242206Z [00:03:04.333]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:21.6242535Z [00:03:04.333]➜  EOF
2025-08-20T21:54:21.6246324Z [00:03:04.333]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b439/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/networkpolicy@v0.1.18=>github.com/projectdiscovery/networkpolicy@v0.1.18;$WORK/b439=>" -p github.com/projectdiscovery/networkpolicy -lang=go1.24 -complete -installsuffix shared -buildid FnWZwkppgPQF3lc2wLzj/FnWZwkppgPQF3lc2wLzj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b439/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/networkpolicy@v0.1.18/cidr.go /root/go/pkg/mod/github.com/projectdiscovery/networkpolicy@v0.1.18/host.go /root/go/pkg/mod/github.com/projectdiscovery/networkpolicy@v0.1.18/ip.go /root/go/pkg/mod/github.com/projectdiscovery/networkpolicy@v0.1.18/networkpolicy.go /root/go/pkg/mod/github.com/projectdiscovery/networkpolicy@v0.1.18/port.go /root/go/pkg/mod/github.com/projectdiscovery/networkpolicy@v0.1.18/scheme.go
2025-08-20T21:54:21.7065974Z [00:03:04.416]➜  go tool buildid -w $WORK/b410/_pkg_.a # internal
2025-08-20T21:54:21.7086099Z [00:03:04.418]➜  cp $WORK/b410/_pkg_.a /root/.cache/go-build/db/db33965893e41fbed71b2d79a654b88f52c8e59bb786beb2cc7d878e0336e0de-d # internal
2025-08-20T21:54:21.7172696Z [00:03:04.426]➜  github.com/projectdiscovery/fastdialer/fastdialer/metafiles
2025-08-20T21:54:21.7178583Z [00:03:04.427]➜  mkdir -p $WORK/b409/
2025-08-20T21:54:21.7188693Z [00:03:04.428]➜  cat >/tmp/go-build3999932643/b409/importcfg << 'EOF' # internal
2025-08-20T21:54:21.7191600Z [00:03:04.428]➜  # import config
2025-08-20T21:54:21.7192209Z [00:03:04.428]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:21.7193081Z [00:03:04.428]➜  packagefile github.com/dimchansky/utfbom=/tmp/go-build3999932643/b344/_pkg_.a
2025-08-20T21:54:21.7194235Z [00:03:04.428]➜  packagefile github.com/projectdiscovery/hmap/store/hybrid=/tmp/go-build3999932643/b410/_pkg_.a
2025-08-20T21:54:21.7195087Z [00:03:04.428]➜  packagefile github.com/projectdiscovery/retryabledns=/tmp/go-build3999932643/b328/_pkg_.a
2025-08-20T21:54:21.7196483Z [00:03:04.428]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build3999932643/b182/_pkg_.a
2025-08-20T21:54:21.7197274Z [00:03:04.428]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:21.7203791Z [00:03:04.428]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:21.7204263Z [00:03:04.428]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:21.7204715Z [00:03:04.428]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:21.7205181Z [00:03:04.428]➜  packagefile runtime/debug=/tmp/go-build3999932643/b245/_pkg_.a
2025-08-20T21:54:21.7205630Z [00:03:04.428]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:21.7206047Z [00:03:04.428]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:21.7206353Z [00:03:04.428]➜  EOF
2025-08-20T21:54:21.7224190Z [00:03:04.429]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b409/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer/metafiles=>github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer/metafiles;$WORK/b409=>" -p github.com/projectdiscovery/fastdialer/fastdialer/metafiles -lang=go1.24 -complete -installsuffix shared -buildid G4OmZv5FVvWk609spVDb/G4OmZv5FVvWk609spVDb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b409/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer/metafiles/doc.go /root/go/pkg/mod/github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer/metafiles/hostsfile.go /root/go/pkg/mod/github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer/metafiles/hostsfile_unix.go /root/go/pkg/mod/github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer/metafiles/shared.go
2025-08-20T21:54:21.7762272Z [00:03:04.485]➜  go tool buildid -w $WORK/b458/_pkg_.a # internal
2025-08-20T21:54:21.7804937Z [00:03:04.490]➜  cp $WORK/b458/_pkg_.a /root/.cache/go-build/f0/f0acf8faef13928f5c2b571dd8c7b34bfa3bd7311cf66ec2c469305c7f0cc560-d # internal
2025-08-20T21:54:21.7821183Z [00:03:04.491]➜  golang.org/x/text/secure/bidirule
2025-08-20T21:54:21.7828901Z [00:03:04.492]➜  mkdir -p $WORK/b457/
2025-08-20T21:54:21.7839610Z [00:03:04.493]➜  cat >/tmp/go-build3999932643/b457/importcfg << 'EOF' # internal
2025-08-20T21:54:21.7840532Z [00:03:04.493]➜  # import config
2025-08-20T21:54:21.7841148Z [00:03:04.493]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:21.7841847Z [00:03:04.493]➜  packagefile golang.org/x/text/transform=/tmp/go-build3999932643/b265/_pkg_.a
2025-08-20T21:54:21.7842918Z [00:03:04.493]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build3999932643/b458/_pkg_.a
2025-08-20T21:54:21.7848953Z [00:03:04.493]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:21.7849321Z [00:03:04.493]➜  EOF
2025-08-20T21:54:21.7851498Z [00:03:04.493]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b457/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/secure/bidirule=>golang.org/x/text@v0.26.0/secure/bidirule;$WORK/b457=>" -p golang.org/x/text/secure/bidirule -lang=go1.23 -complete -installsuffix shared -buildid esUfiw2r4aR9DHV6ZwGB/esUfiw2r4aR9DHV6ZwGB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b457/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/secure/bidirule/bidirule.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/secure/bidirule/bidirule10.0.0.go
2025-08-20T21:54:21.7854233Z [00:03:04.495]➜  go tool buildid -w $WORK/b409/_pkg_.a # internal
2025-08-20T21:54:21.7862738Z [00:03:04.495]➜  cp $WORK/b409/_pkg_.a /root/.cache/go-build/a4/a4fca6523939780f26380ae7bf256dfd2b25470f43e6ae6c2b788501c60f9111-d # internal
2025-08-20T21:54:21.7923594Z [00:03:04.502]➜  golang.org/x/text/unicode/norm
2025-08-20T21:54:21.7926731Z [00:03:04.502]➜  mkdir -p $WORK/b459/
2025-08-20T21:54:21.7928047Z [00:03:04.502]➜  cat >/tmp/go-build3999932643/b459/importcfg << 'EOF' # internal
2025-08-20T21:54:21.7929099Z [00:03:04.502]➜  # import config
2025-08-20T21:54:21.7929670Z [00:03:04.502]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:21.7930959Z [00:03:04.502]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:21.7939315Z [00:03:04.502]➜  packagefile golang.org/x/text/transform=/tmp/go-build3999932643/b265/_pkg_.a
2025-08-20T21:54:21.7939844Z [00:03:04.502]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:21.7940258Z [00:03:04.502]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:21.7940720Z [00:03:04.502]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:21.7941053Z [00:03:04.502]➜  EOF
2025-08-20T21:54:21.7944831Z [00:03:04.502]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b459/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/norm=>golang.org/x/text@v0.26.0/unicode/norm;$WORK/b459=>" -p golang.org/x/text/unicode/norm -lang=go1.23 -complete -installsuffix shared -buildid kyrI57dzpVqzB1hQ_u_M/kyrI57dzpVqzB1hQ_u_M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b459/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/norm/composition.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/norm/forminfo.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/norm/input.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/norm/iter.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/norm/normalize.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/norm/readwriter.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/norm/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/norm/transform.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/norm/trie.go
2025-08-20T21:54:21.8352791Z [00:03:04.544]➜  go tool buildid -w $WORK/b457/_pkg_.a # internal
2025-08-20T21:54:21.8362602Z [00:03:04.545]➜  cp $WORK/b457/_pkg_.a /root/.cache/go-build/63/6391109ac7f49233b90e49fd57d8b2a7e0f7c3f040491eeae881ebaff6cf5cc5-d # internal
2025-08-20T21:54:21.8363231Z [00:03:04.545]➜  net/http/cookiejar
2025-08-20T21:54:21.8363508Z [00:03:04.545]➜  mkdir -p $WORK/b460/
2025-08-20T21:54:21.8363874Z [00:03:04.545]➜  cat >/tmp/go-build3999932643/b460/importcfg << 'EOF' # internal
2025-08-20T21:54:21.8364218Z [00:03:04.545]➜  # import config
2025-08-20T21:54:21.8364544Z [00:03:04.545]➜  packagefile cmp=/tmp/go-build3999932643/b046/_pkg_.a
2025-08-20T21:54:21.8364962Z [00:03:04.545]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:21.8365372Z [00:03:04.546]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:21.8366005Z [00:03:04.546]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:21.8366495Z [00:03:04.546]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:21.8366988Z [00:03:04.546]➜  packagefile net/http/internal/ascii=/tmp/go-build3999932643/b219/_pkg_.a
2025-08-20T21:54:21.8367633Z [00:03:04.546]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:21.8368132Z [00:03:04.546]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:21.8368549Z [00:03:04.546]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:21.8368964Z [00:03:04.546]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:21.8369367Z [00:03:04.546]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:21.8369801Z [00:03:04.546]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:21.8370124Z [00:03:04.546]➜  EOF
2025-08-20T21:54:21.8380392Z [00:03:04.547]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b460/_pkg_.a -trimpath "/root/.go/src/net/http/cookiejar=>net/http/cookiejar;$WORK/b460=>" -p net/http/cookiejar -lang=go1.25 -std -complete -installsuffix shared -buildid MJYdY_0PtFDiyIMNU339/MJYdY_0PtFDiyIMNU339 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b460/importcfg -pack /root/.go/src/net/http/cookiejar/jar.go /root/.go/src/net/http/cookiejar/punycode.go
2025-08-20T21:54:22.0319617Z [00:03:04.741]➜  go tool buildid -w $WORK/b459/_pkg_.a # internal
2025-08-20T21:54:22.0354902Z [00:03:04.744]➜  go tool buildid -w $WORK/b460/_pkg_.a # internal
2025-08-20T21:54:22.0356336Z [00:03:04.744]➜  cp $WORK/b460/_pkg_.a /root/.cache/go-build/dc/dc82d9037d4b712e03a2f0cb84a5517774657472f1449209408d09e46124cd24-d # internal
2025-08-20T21:54:22.0358109Z [00:03:04.744]➜  github.com/zmap/zcrypto/encoding/asn1
2025-08-20T21:54:22.0358445Z [00:03:04.744]➜  mkdir -p $WORK/b463/
2025-08-20T21:54:22.0358819Z [00:03:04.744]➜  cat >/tmp/go-build3999932643/b463/importcfg << 'EOF' # internal
2025-08-20T21:54:22.0359196Z [00:03:04.744]➜  # import config
2025-08-20T21:54:22.0359537Z [00:03:04.744]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:22.0359956Z [00:03:04.744]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:22.0360371Z [00:03:04.744]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:22.0360800Z [00:03:04.744]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:22.0361219Z [00:03:04.745]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:22.0361652Z [00:03:04.745]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:22.0362069Z [00:03:04.745]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:22.0362488Z [00:03:04.745]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:22.0362910Z [00:03:04.745]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:22.0363336Z [00:03:04.745]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:22.0363778Z [00:03:04.745]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:54:22.0364248Z [00:03:04.745]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:22.0364582Z [00:03:04.745]➜  EOF
2025-08-20T21:54:22.0368106Z [00:03:04.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b463/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/encoding/asn1=>github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/encoding/asn1;$WORK/b463=>" -p github.com/zmap/zcrypto/encoding/asn1 -lang=go1.16 -complete -installsuffix shared -buildid w-iHk9O-MOQNHA5PXgrB/w-iHk9O-MOQNHA5PXgrB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b463/importcfg -pack /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/encoding/asn1/asn1.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/encoding/asn1/common.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/encoding/asn1/marshal.go
2025-08-20T21:54:22.0371101Z [00:03:04.745]➜  cp $WORK/b459/_pkg_.a /root/.cache/go-build/63/63701f59bd32f9ee45817fe2973eab24324ee1c5098ec1a266b2dce2511b8f49-d # internal
2025-08-20T21:54:22.0411158Z [00:03:04.749]➜  golang.org/x/net/idna
2025-08-20T21:54:22.0421518Z [00:03:04.749]➜  mkdir -p $WORK/b456/
2025-08-20T21:54:22.0421965Z [00:03:04.749]➜  cat >/tmp/go-build3999932643/b456/importcfg << 'EOF' # internal
2025-08-20T21:54:22.0422321Z [00:03:04.749]➜  # import config
2025-08-20T21:54:22.0422664Z [00:03:04.749]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:22.0423192Z [00:03:04.749]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build3999932643/b457/_pkg_.a
2025-08-20T21:54:22.0423791Z [00:03:04.749]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build3999932643/b458/_pkg_.a
2025-08-20T21:54:22.0424399Z [00:03:04.749]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3999932643/b459/_pkg_.a
2025-08-20T21:54:22.0424916Z [00:03:04.749]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:22.0425344Z [00:03:04.749]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:22.0425795Z [00:03:04.749]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:22.0426606Z [00:03:04.749]➜  EOF
2025-08-20T21:54:22.0431259Z [00:03:04.750]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b456/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/idna=>golang.org/x/net@v0.41.0/idna;$WORK/b456=>" -p golang.org/x/net/idna -lang=go1.23 -complete -installsuffix shared -buildid ststpnzSAYiln9o4DrBG/ststpnzSAYiln9o4DrBG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b456/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/idna/go118.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/idna/idna10.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/idna/punycode.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/idna/tables15.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/idna/trie.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/idna/trie13.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/idna/trieval.go
2025-08-20T21:54:22.0433832Z [00:03:04.750]➜  go tool buildid -w $WORK/b439/_pkg_.a # internal
2025-08-20T21:54:22.0479216Z [00:03:04.757]➜  cp $WORK/b439/_pkg_.a /root/.cache/go-build/63/63197a2b704b76457105647c554f7a48aefd1edd83b1d84193d129bb82788822-d # internal
2025-08-20T21:54:22.0483979Z [00:03:04.757]➜  github.com/zmap/zcrypto/util
2025-08-20T21:54:22.0484295Z [00:03:04.757]➜  mkdir -p $WORK/b464/
2025-08-20T21:54:22.0484675Z [00:03:04.757]➜  cat >/tmp/go-build3999932643/b464/importcfg << 'EOF' # internal
2025-08-20T21:54:22.0485026Z [00:03:04.757]➜  # import config
2025-08-20T21:54:22.0485371Z [00:03:04.757]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:22.0485795Z [00:03:04.757]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:22.0486242Z [00:03:04.757]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:22.0486691Z [00:03:04.757]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:22.0487018Z [00:03:04.757]➜  EOF
2025-08-20T21:54:22.0489217Z [00:03:04.757]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b464/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/util=>github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/util;$WORK/b464=>" -p github.com/zmap/zcrypto/util -lang=go1.16 -complete -installsuffix shared -buildid ttSJGqMLyDImTCA5u8uM/ttSJGqMLyDImTCA5u8uM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b464/importcfg -pack /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/util/isURL.go
2025-08-20T21:54:22.0604426Z [00:03:04.769]➜  go tool buildid -w $WORK/b464/_pkg_.a # internal
2025-08-20T21:54:22.0618553Z [00:03:04.771]➜  cp $WORK/b464/_pkg_.a /root/.cache/go-build/9b/9b090d09873bf3ecf03c9ae150073ac4f6cc7450d89f9602ffa09f28768fdbb7-d # internal
2025-08-20T21:54:22.0620611Z [00:03:04.771]➜  github.com/zmap/zcrypto/x509/ct
2025-08-20T21:54:22.0622929Z [00:03:04.771]➜  mkdir -p $WORK/b465/
2025-08-20T21:54:22.0623691Z [00:03:04.771]➜  cat >/tmp/go-build3999932643/b465/importcfg << 'EOF' # internal
2025-08-20T21:54:22.0624380Z [00:03:04.771]➜  # import config
2025-08-20T21:54:22.0625116Z [00:03:04.771]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:22.0626118Z [00:03:04.771]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:22.0626654Z [00:03:04.771]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:22.0627148Z [00:03:04.771]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:22.0627817Z [00:03:04.771]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:22.0628266Z [00:03:04.771]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:22.0628711Z [00:03:04.771]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:22.0629117Z [00:03:04.771]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:22.0629414Z [00:03:04.771]➜  EOF
2025-08-20T21:54:22.0631943Z [00:03:04.771]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b465/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/ct=>github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/ct;$WORK/b465=>" -p github.com/zmap/zcrypto/x509/ct -lang=go1.16 -complete -installsuffix shared -buildid O2LvkGAr0OJpera2euE4/O2LvkGAr0OJpera2euE4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b465/importcfg -pack /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/ct/serialization.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/ct/types.go
2025-08-20T21:54:22.0912755Z [00:03:04.800]➜  go tool buildid -w $WORK/b465/_pkg_.a # internal
2025-08-20T21:54:22.0923810Z [00:03:04.802]➜  cp $WORK/b465/_pkg_.a /root/.cache/go-build/fe/fe72656da147c5a1c1743fa0ee3f4164d46ca2e4ee6efadce3cc7c7b657ba8cc-d # internal
2025-08-20T21:54:22.0946386Z [00:03:04.804]➜  golang.org/x/crypto/ed25519
2025-08-20T21:54:22.0954634Z [00:03:04.805]➜  mkdir -p $WORK/b467/
2025-08-20T21:54:22.0965025Z [00:03:04.806]➜  cat >/tmp/go-build3999932643/b467/importcfg << 'EOF' # internal
2025-08-20T21:54:22.0965745Z [00:03:04.806]➜  # import config
2025-08-20T21:54:22.0966469Z [00:03:04.806]➜  packagefile crypto/ed25519=/tmp/go-build3999932643/b130/_pkg_.a
2025-08-20T21:54:22.0967206Z [00:03:04.806]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:22.0969058Z [00:03:04.806]➜  EOF
2025-08-20T21:54:22.1003187Z [00:03:04.809]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b467/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ed25519=>golang.org/x/crypto@v0.39.0/ed25519;$WORK/b467=>" -p golang.org/x/crypto/ed25519 -lang=go1.23 -complete -installsuffix shared -buildid BC1HDvb4-WG4VnEDsp5H/BC1HDvb4-WG4VnEDsp5H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b467/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ed25519/ed25519.go
2025-08-20T21:54:22.1254835Z [00:03:04.835]➜  go tool buildid -w $WORK/b467/_pkg_.a # internal
2025-08-20T21:54:22.1263246Z [00:03:04.835]➜  cp $WORK/b467/_pkg_.a /root/.cache/go-build/33/3359078e5636c82a185e2c92cd458310e7ef8327603b5103fe4ff1e57d77f93f-d # internal
2025-08-20T21:54:22.1263900Z [00:03:04.835]➜  golang.org/x/sync/singleflight
2025-08-20T21:54:22.1264205Z [00:03:04.835]➜  mkdir -p $WORK/b469/
2025-08-20T21:54:22.1264576Z [00:03:04.835]➜  cat >/tmp/go-build3999932643/b469/importcfg << 'EOF' # internal
2025-08-20T21:54:22.1264915Z [00:03:04.835]➜  # import config
2025-08-20T21:54:22.1265247Z [00:03:04.835]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:22.1265664Z [00:03:04.835]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:22.1266388Z [00:03:04.835]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:22.1266889Z [00:03:04.835]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:22.1267334Z [00:03:04.835]➜  packagefile runtime/debug=/tmp/go-build3999932643/b245/_pkg_.a
2025-08-20T21:54:22.1267979Z [00:03:04.835]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:22.1268312Z [00:03:04.835]➜  EOF
2025-08-20T21:54:22.1270118Z [00:03:04.835]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b469/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.15.0/singleflight=>golang.org/x/sync@v0.15.0/singleflight;$WORK/b469=>" -p golang.org/x/sync/singleflight -lang=go1.23 -complete -installsuffix shared -buildid j5fD1V-wgCv2Ykyu7KJr/j5fD1V-wgCv2Ykyu7KJr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b469/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.15.0/singleflight/singleflight.go
2025-08-20T21:54:22.1393373Z [00:03:04.848]➜  go tool buildid -w $WORK/b347/_pkg_.a # internal
2025-08-20T21:54:22.1545931Z [00:03:04.863]➜  go tool buildid -w $WORK/b469/_pkg_.a # internal
2025-08-20T21:54:22.1553924Z [00:03:04.864]➜  cp $WORK/b469/_pkg_.a /root/.cache/go-build/f7/f764f3223fe3dcf0a397711400999b47eddaf201a36f1645513c632bfa3eb9cc-d # internal
2025-08-20T21:54:22.1557079Z [00:03:04.865]➜  go tool buildid -w $WORK/b463/_pkg_.a # internal
2025-08-20T21:54:22.1573465Z [00:03:04.866]➜  github.com/projectdiscovery/utils/reader/rawmode
2025-08-20T21:54:22.1573825Z [00:03:04.867]➜  mkdir -p $WORK/b471/
2025-08-20T21:54:22.1579755Z [00:03:04.867]➜  cat >/tmp/go-build3999932643/b471/importcfg << 'EOF' # internal
2025-08-20T21:54:22.1580184Z [00:03:04.867]➜  # import config
2025-08-20T21:54:22.1583325Z [00:03:04.867]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:22.1587985Z [00:03:04.867]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:22.1590429Z [00:03:04.867]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:22.1592722Z [00:03:04.867]➜  EOF
2025-08-20T21:54:22.1594370Z [00:03:04.867]➜  cp $WORK/b463/_pkg_.a /root/.cache/go-build/60/6004b307cf579a19279e393640f471cecc04fe9ceef7aac5d1d4b63ecd20c508-d # internal
2025-08-20T21:54:22.1596338Z [00:03:04.867]➜  github.com/zmap/zcrypto/cryptobyte
2025-08-20T21:54:22.1596725Z [00:03:04.867]➜  mkdir -p $WORK/b461/
2025-08-20T21:54:22.1597966Z [00:03:04.867]➜  cat >/tmp/go-build3999932643/b461/importcfg << 'EOF' # internal
2025-08-20T21:54:22.1599479Z [00:03:04.867]➜  # import config
2025-08-20T21:54:22.1600042Z [00:03:04.867]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:22.1600513Z [00:03:04.867]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:22.1603306Z [00:03:04.868]➜  packagefile github.com/zmap/zcrypto/cryptobyte/asn1=/tmp/go-build3999932643/b462/_pkg_.a
2025-08-20T21:54:22.1605926Z [00:03:04.868]➜  packagefile github.com/zmap/zcrypto/encoding/asn1=/tmp/go-build3999932643/b463/_pkg_.a
2025-08-20T21:54:22.1609636Z [00:03:04.868]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:22.1615181Z [00:03:04.868]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:22.1615739Z [00:03:04.868]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:22.1619711Z [00:03:04.868]➜  EOF
2025-08-20T21:54:22.1623042Z [00:03:04.868]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b461/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/cryptobyte=>github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/cryptobyte;$WORK/b461=>" -p github.com/zmap/zcrypto/cryptobyte -lang=go1.16 -complete -installsuffix shared -buildid B462SpYsc6q8Ffs77JyX/B462SpYsc6q8Ffs77JyX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b461/importcfg -pack /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/cryptobyte/asn1.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/cryptobyte/builder.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/cryptobyte/string.go
2025-08-20T21:54:22.1628431Z [00:03:04.870]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b471/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/reader/rawmode=>github.com/projectdiscovery/utils@v0.4.23/reader/rawmode;$WORK/b471=>" -p github.com/projectdiscovery/utils/reader/rawmode -lang=go1.24 -complete -installsuffix shared -buildid aIfp9HxupKy1MuBn42MO/aIfp9HxupKy1MuBn42MO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b471/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/reader/rawmode/raw_mode.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/reader/rawmode/raw_mode_posix.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/reader/rawmode/values_linux.go
2025-08-20T21:54:22.1764780Z [00:03:04.886]➜  cp $WORK/b347/_pkg_.a /root/.cache/go-build/08/080bcb0e8bab258a69d258cbe8aaafe61cee265a61b0dd5867a92d256e62aa6c-d # internal
2025-08-20T21:54:22.1765517Z [00:03:04.886]➜  go tool buildid -w $WORK/b456/_pkg_.a # internal
2025-08-20T21:54:22.1770159Z [00:03:04.886]➜  github.com/projectdiscovery/fastdialer/fastdialer/ja3/impersonate
2025-08-20T21:54:22.1771588Z [00:03:04.886]➜  mkdir -p $WORK/b346/
2025-08-20T21:54:22.1775859Z [00:03:04.887]➜  cat >/tmp/go-build3999932643/b346/importcfg << 'EOF' # internal
2025-08-20T21:54:22.1783315Z [00:03:04.887]➜  # import config
2025-08-20T21:54:22.1792380Z [00:03:04.887]➜  packagefile github.com/refraction-networking/utls=/tmp/go-build3999932643/b347/_pkg_.a
2025-08-20T21:54:22.1792948Z [00:03:04.887]➜  EOF
2025-08-20T21:54:22.1795781Z [00:03:04.887]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b346/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer/ja3/impersonate=>github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer/ja3/impersonate;$WORK/b346=>" -p github.com/projectdiscovery/fastdialer/fastdialer/ja3/impersonate -lang=go1.24 -complete -installsuffix shared -buildid ir6Lm9XXFN_0tsR5baaT/ir6Lm9XXFN_0tsR5baaT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b346/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer/ja3/impersonate/doc.go /root/go/pkg/mod/github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer/ja3/impersonate/types.go
2025-08-20T21:54:22.1798818Z [00:03:04.887]➜  cp $WORK/b456/_pkg_.a /root/.cache/go-build/5b/5b1aac5535416a5c1f0a390d3793a5c1428503cdab5f9d0446bc49226bd3bf60-d # internal
2025-08-20T21:54:22.1799450Z [00:03:04.888]➜  github.com/weppos/publicsuffix-go/publicsuffix
2025-08-20T21:54:22.1801452Z [00:03:04.889]➜  mkdir -p $WORK/b455/
2025-08-20T21:54:22.1802009Z [00:03:04.889]➜  cat >/tmp/go-build3999932643/b455/importcfg << 'EOF' # internal
2025-08-20T21:54:22.1802462Z [00:03:04.889]➜  # import config
2025-08-20T21:54:22.1802919Z [00:03:04.889]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:22.1803470Z [00:03:04.889]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:22.1804074Z [00:03:04.889]➜  packagefile golang.org/x/net/idna=/tmp/go-build3999932643/b456/_pkg_.a
2025-08-20T21:54:22.1804647Z [00:03:04.889]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:22.1805212Z [00:03:04.889]➜  packagefile net/http/cookiejar=/tmp/go-build3999932643/b460/_pkg_.a
2025-08-20T21:54:22.1805770Z [00:03:04.889]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:22.1806287Z [00:03:04.889]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:22.1806717Z [00:03:04.889]➜  EOF
2025-08-20T21:54:22.1810222Z [00:03:04.889]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b455/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/weppos/publicsuffix-go@v0.40.3-0.20250408071509-6074bbe7fd39/publicsuffix=>github.com/weppos/publicsuffix-go@v0.40.3-0.20250408071509-6074bbe7fd39/publicsuffix;$WORK/b455=>" -p github.com/weppos/publicsuffix-go/publicsuffix -lang=go1.23 -complete -installsuffix shared -buildid V_IlcaLlJd6aRmv6tINE/V_IlcaLlJd6aRmv6tINE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b455/importcfg -pack /root/go/pkg/mod/github.com/weppos/publicsuffix-go@v0.40.3-0.20250408071509-6074bbe7fd39/publicsuffix/publicsuffix.go /root/go/pkg/mod/github.com/weppos/publicsuffix-go@v0.40.3-0.20250408071509-6074bbe7fd39/publicsuffix/rules.go
2025-08-20T21:54:22.1878025Z [00:03:04.897]➜  go tool buildid -w $WORK/b471/_pkg_.a # internal
2025-08-20T21:54:22.1889192Z [00:03:04.898]➜  cp $WORK/b471/_pkg_.a /root/.cache/go-build/a9/a97db2a0fe407ca3851c5d116c694d592f054aa013433eca90136d5f0e6e04a0-d # internal
2025-08-20T21:54:22.1895399Z [00:03:04.899]➜  github.com/zmap/zcrypto/x509/pkix
2025-08-20T21:54:22.1896806Z [00:03:04.899]➜  mkdir -p $WORK/b466/
2025-08-20T21:54:22.1909457Z [00:03:04.900]➜  cat >/tmp/go-build3999932643/b466/importcfg << 'EOF' # internal
2025-08-20T21:54:22.1910278Z [00:03:04.900]➜  # import config
2025-08-20T21:54:22.1911020Z [00:03:04.900]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:22.1911744Z [00:03:04.900]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:22.1912403Z [00:03:04.900]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:22.1913175Z [00:03:04.900]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:22.1914674Z [00:03:04.900]➜  packagefile github.com/zmap/zcrypto/encoding/asn1=/tmp/go-build3999932643/b463/_pkg_.a
2025-08-20T21:54:22.1915273Z [00:03:04.900]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:22.1915714Z [00:03:04.900]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:22.1916182Z [00:03:04.900]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:22.1916611Z [00:03:04.900]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:22.1916914Z [00:03:04.900]➜  EOF
2025-08-20T21:54:22.1931542Z [00:03:04.902]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b466/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/pkix=>github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/pkix;$WORK/b466=>" -p github.com/zmap/zcrypto/x509/pkix -lang=go1.16 -complete -installsuffix shared -buildid eQFOKjobQqZLybXQenu_/eQFOKjobQqZLybXQenu_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b466/importcfg -pack /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/pkix/json.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/pkix/oid.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/pkix/oid_names.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/pkix/pkix.go
2025-08-20T21:54:22.2131315Z [00:03:04.921]➜  go tool buildid -w $WORK/b346/_pkg_.a # internal
2025-08-20T21:54:22.2134930Z [00:03:04.921]➜  cp $WORK/b346/_pkg_.a /root/.cache/go-build/e1/e1b65c4295dba6540001610ae391d959bc154a3aa7f1b9e0d7fa1c2bdbf673b3-d # internal
2025-08-20T21:54:22.2212343Z [00:03:04.930]➜  github.com/projectdiscovery/utils/reader
2025-08-20T21:54:22.2212992Z [00:03:04.931]➜  mkdir -p $WORK/b470/
2025-08-20T21:54:22.2220455Z [00:03:04.931]➜  cat >/tmp/go-build3999932643/b470/importcfg << 'EOF' # internal
2025-08-20T21:54:22.2220866Z [00:03:04.931]➜  # import config
2025-08-20T21:54:22.2221208Z [00:03:04.931]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:22.2221636Z [00:03:04.931]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:22.2222057Z [00:03:04.931]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:22.2222464Z [00:03:04.931]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:22.2222946Z [00:03:04.931]➜  packagefile github.com/docker/go-units=/tmp/go-build3999932643/b345/_pkg_.a
2025-08-20T21:54:22.2223828Z [00:03:04.931]➜  packagefile github.com/projectdiscovery/utils/context=/tmp/go-build3999932643/b447/_pkg_.a
2025-08-20T21:54:22.2224575Z [00:03:04.931]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:22.2225274Z [00:03:04.931]➜  packagefile github.com/projectdiscovery/utils/reader/rawmode=/tmp/go-build3999932643/b471/_pkg_.a
2025-08-20T21:54:22.2225838Z [00:03:04.931]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:22.2226239Z [00:03:04.931]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:22.2226637Z [00:03:04.931]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:22.2227042Z [00:03:04.931]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:22.2227659Z [00:03:04.931]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:22.2228137Z [00:03:04.931]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:22.2228554Z [00:03:04.931]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:22.2228868Z [00:03:04.931]➜  EOF
2025-08-20T21:54:22.2232419Z [00:03:04.931]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b470/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/reader=>github.com/projectdiscovery/utils@v0.4.23/reader;$WORK/b470=>" -p github.com/projectdiscovery/utils/reader -lang=go1.24 -complete -installsuffix shared -buildid CFxSUngaV_SI-MxDvFOl/CFxSUngaV_SI-MxDvFOl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b470/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/reader/conn_read.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/reader/error.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/reader/frozen_reader.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/reader/reader_keypress.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/reader/reusable_read_closer.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/reader/timeout_reader.go
2025-08-20T21:54:22.2775303Z [00:03:04.987]➜  go tool buildid -w $WORK/b461/_pkg_.a # internal
2025-08-20T21:54:22.2789972Z [00:03:04.988]➜  cp $WORK/b461/_pkg_.a /root/.cache/go-build/12/1238a4a6782647fb0d392b092784c9b287aeddbdd1557b1198910e13c0c822b9-d # internal
2025-08-20T21:54:22.2813815Z [00:03:04.989]➜  golang.org/x/net/http/httpguts
2025-08-20T21:54:22.2814187Z [00:03:04.989]➜  mkdir -p $WORK/b473/
2025-08-20T21:54:22.2814571Z [00:03:04.989]➜  cat >/tmp/go-build3999932643/b473/importcfg << 'EOF' # internal
2025-08-20T21:54:22.2814923Z [00:03:04.989]➜  # import config
2025-08-20T21:54:22.2815316Z [00:03:04.989]➜  packagefile golang.org/x/net/idna=/tmp/go-build3999932643/b456/_pkg_.a
2025-08-20T21:54:22.2815778Z [00:03:04.989]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:22.2816216Z [00:03:04.989]➜  packagefile net/textproto=/tmp/go-build3999932643/b211/_pkg_.a
2025-08-20T21:54:22.2816664Z [00:03:04.989]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:22.2817121Z [00:03:04.989]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:22.2817713Z [00:03:04.989]➜  EOF
2025-08-20T21:54:22.2819779Z [00:03:04.989]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b473/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/http/httpguts=>golang.org/x/net@v0.41.0/http/httpguts;$WORK/b473=>" -p golang.org/x/net/http/httpguts -lang=go1.23 -complete -installsuffix shared -buildid k66M_a8_G2Hd45YNdVyV/k66M_a8_G2Hd45YNdVyV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b473/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/http/httpguts/guts.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http/httpguts/httplex.go
2025-08-20T21:54:22.3134697Z [00:03:05.022]➜  go tool buildid -w $WORK/b473/_pkg_.a # internal
2025-08-20T21:54:22.3138044Z [00:03:05.023]➜  cp $WORK/b473/_pkg_.a /root/.cache/go-build/66/661ddd6204bcf716a1efaa859d07b87b4c9668e4d830d418d313031616316b14-d # internal
2025-08-20T21:54:22.3160055Z [00:03:05.025]➜  golang.org/x/net/http2/hpack
2025-08-20T21:54:22.3160987Z [00:03:05.025]➜  mkdir -p $WORK/b474/
2025-08-20T21:54:22.3167566Z [00:03:05.026]➜  cat >/tmp/go-build3999932643/b474/importcfg << 'EOF' # internal
2025-08-20T21:54:22.3168124Z [00:03:05.026]➜  # import config
2025-08-20T21:54:22.3169043Z [00:03:05.026]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:22.3169791Z [00:03:05.026]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:22.3170493Z [00:03:05.026]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:22.3171109Z [00:03:05.026]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:22.3171815Z [00:03:05.026]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:22.3175700Z [00:03:05.026]➜  EOF
2025-08-20T21:54:22.3178592Z [00:03:05.026]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b474/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/hpack=>golang.org/x/net@v0.41.0/http2/hpack;$WORK/b474=>" -p golang.org/x/net/http2/hpack -lang=go1.23 -complete -installsuffix shared -buildid IHOGh33a8Nm0ceU8r7zr/IHOGh33a8Nm0ceU8r7zr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b474/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/hpack/encode.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/hpack/hpack.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/hpack/huffman.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/hpack/static_table.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/hpack/tables.go
2025-08-20T21:54:22.3198191Z [00:03:05.029]➜  go tool buildid -w $WORK/b470/_pkg_.a # internal
2025-08-20T21:54:22.3217188Z [00:03:05.031]➜  cp $WORK/b470/_pkg_.a /root/.cache/go-build/7e/7e628c07cbc7797d5fee896874a8614c413b8b202ef5f523cefd8aaa5b354a51-d # internal
2025-08-20T21:54:22.3242410Z [00:03:05.034]➜  golang.org/x/term
2025-08-20T21:54:22.3249457Z [00:03:05.034]➜  mkdir -p $WORK/b476/
2025-08-20T21:54:22.3249903Z [00:03:05.034]➜  cat >/tmp/go-build3999932643/b476/importcfg << 'EOF' # internal
2025-08-20T21:54:22.3250833Z [00:03:05.034]➜  # import config
2025-08-20T21:54:22.3251623Z [00:03:05.034]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:22.3252524Z [00:03:05.034]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:22.3253084Z [00:03:05.034]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3999932643/b180/_pkg_.a
2025-08-20T21:54:22.3253581Z [00:03:05.034]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:22.3254004Z [00:03:05.034]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:22.3254434Z [00:03:05.034]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:22.3254855Z [00:03:05.034]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:22.3255298Z [00:03:05.034]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:22.3255631Z [00:03:05.034]➜  EOF
2025-08-20T21:54:22.3257986Z [00:03:05.034]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b476/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/term@v0.32.0=>golang.org/x/term@v0.32.0;$WORK/b476=>" -p golang.org/x/term -lang=go1.23 -complete -installsuffix shared -buildid FeH7QW2cFMmsoGC0e28R/FeH7QW2cFMmsoGC0e28R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b476/importcfg -pack /root/go/pkg/mod/golang.org/x/term@v0.32.0/term.go /root/go/pkg/mod/golang.org/x/term@v0.32.0/term_unix.go /root/go/pkg/mod/golang.org/x/term@v0.32.0/term_unix_other.go /root/go/pkg/mod/golang.org/x/term@v0.32.0/terminal.go
2025-08-20T21:54:22.3412220Z [00:03:05.050]➜  go tool buildid -w $WORK/b455/_pkg_.a # internal
2025-08-20T21:54:22.3460919Z [00:03:05.055]➜  cp $WORK/b455/_pkg_.a /root/.cache/go-build/47/47976e446dab97b95acfe5f6e613e85bc87c7bbc1781dd41a1cbf2ab14576827-d # internal
2025-08-20T21:54:22.3470920Z [00:03:05.056]➜  archive/zip
2025-08-20T21:54:22.3471565Z [00:03:05.056]➜  mkdir -p $WORK/b478/
2025-08-20T21:54:22.3486650Z [00:03:05.058]➜  cat >/tmp/go-build3999932643/b478/importcfg << 'EOF' # internal
2025-08-20T21:54:22.3487499Z [00:03:05.058]➜  # import config
2025-08-20T21:54:22.3488404Z [00:03:05.058]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:22.3489064Z [00:03:05.058]➜  packagefile compress/flate=/tmp/go-build3999932643/b169/_pkg_.a
2025-08-20T21:54:22.3491416Z [00:03:05.058]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:22.3491886Z [00:03:05.058]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:22.3492300Z [00:03:05.058]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:22.3492706Z [00:03:05.058]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:22.3493132Z [00:03:05.058]➜  packagefile hash/crc32=/tmp/go-build3999932643/b204/_pkg_.a
2025-08-20T21:54:22.3493597Z [00:03:05.058]➜  packagefile internal/godebug=/tmp/go-build3999932643/b058/_pkg_.a
2025-08-20T21:54:22.3494049Z [00:03:05.058]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:22.3494453Z [00:03:05.058]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:22.3494852Z [00:03:05.058]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:22.3495254Z [00:03:05.058]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:22.3496077Z [00:03:05.058]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:22.3496521Z [00:03:05.058]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:22.3496941Z [00:03:05.058]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:22.3497492Z [00:03:05.058]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:22.3497958Z [00:03:05.058]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:22.3498394Z [00:03:05.058]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:22.3498723Z [00:03:05.058]➜  EOF
2025-08-20T21:54:22.3500557Z [00:03:05.058]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b478/_pkg_.a -trimpath "/root/.go/src/archive/zip=>archive/zip;$WORK/b478=>" -p archive/zip -lang=go1.25 -std -complete -installsuffix shared -buildid conkw2KHIADH1MgKUV6C/conkw2KHIADH1MgKUV6C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b478/importcfg -pack /root/.go/src/archive/zip/reader.go /root/.go/src/archive/zip/register.go /root/.go/src/archive/zip/struct.go /root/.go/src/archive/zip/writer.go
2025-08-20T21:54:22.3878736Z [00:03:05.095]➜  go tool buildid -w $WORK/b466/_pkg_.a # internal
2025-08-20T21:54:22.3882191Z [00:03:05.097]➜  go tool buildid -w $WORK/b474/_pkg_.a # internal
2025-08-20T21:54:22.3986914Z [00:03:05.108]➜  go tool buildid -w $WORK/b476/_pkg_.a # internal
2025-08-20T21:54:22.5041763Z [00:03:05.213]➜  cp $WORK/b476/_pkg_.a /root/.cache/go-build/06/06e1c315152c288ea021562514815a8d5ffa2606faafbf2f81c3d80534027d64-d # internal
2025-08-20T21:54:22.5045989Z [00:03:05.214]➜  cp $WORK/b474/_pkg_.a /root/.cache/go-build/03/0315f853e2404e839973011e606126ad54a3add216d0a541ca5cdbdc15a88c3c-d # internal
2025-08-20T21:54:22.5050685Z [00:03:05.214]➜  cp $WORK/b466/_pkg_.a /root/.cache/go-build/ca/ca61683389342ac9604b1e95969cdbdc04e2121e6d5dd17dc33c65b0881c9705-d # internal
2025-08-20T21:54:22.5057867Z [00:03:05.215]➜  github.com/zmap/zcrypto/x509
2025-08-20T21:54:22.5058641Z [00:03:05.215]➜  mkdir -p $WORK/b454/
2025-08-20T21:54:22.5062824Z [00:03:05.215]➜  golang.org/x/net/internal/httpcommon
2025-08-20T21:54:22.5065421Z [00:03:05.216]➜  mkdir -p $WORK/b475/
2025-08-20T21:54:22.5066391Z [00:03:05.216]➜  cat >/tmp/go-build3999932643/b454/importcfg << 'EOF' # internal
2025-08-20T21:54:22.5068943Z [00:03:05.216]➜  # import config
2025-08-20T21:54:22.5069775Z [00:03:05.216]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:22.5070687Z [00:03:05.216]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:22.5072858Z [00:03:05.216]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:54:22.5073479Z [00:03:05.216]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:22.5077018Z [00:03:05.216]➜  packagefile crypto/des=/tmp/go-build3999932643/b109/_pkg_.a
2025-08-20T21:54:22.5080173Z [00:03:05.216]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:22.5080816Z [00:03:05.216]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:54:22.5081292Z [00:03:05.216]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:22.5081743Z [00:03:05.216]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:22.5082190Z [00:03:05.216]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:22.5082648Z [00:03:05.216]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:22.5083110Z [00:03:05.216]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:22.5083584Z [00:03:05.216]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:22.5084046Z [00:03:05.216]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:22.5084511Z [00:03:05.216]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:22.5084947Z [00:03:05.216]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:22.5085724Z [00:03:05.216]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:22.5086295Z [00:03:05.216]➜  packagefile github.com/weppos/publicsuffix-go/publicsuffix=/tmp/go-build3999932643/b455/_pkg_.a
2025-08-20T21:54:22.5087002Z [00:03:05.216]➜  packagefile github.com/zmap/zcrypto/cryptobyte=/tmp/go-build3999932643/b461/_pkg_.a
2025-08-20T21:54:22.5093959Z [00:03:05.216]➜  packagefile github.com/zmap/zcrypto/cryptobyte/asn1=/tmp/go-build3999932643/b462/_pkg_.a
2025-08-20T21:54:22.5096163Z [00:03:05.216]➜  packagefile github.com/zmap/zcrypto/dsa=/tmp/go-build3999932643/b451/_pkg_.a
2025-08-20T21:54:22.5097158Z [00:03:05.216]➜  packagefile github.com/zmap/zcrypto/encoding/asn1=/tmp/go-build3999932643/b463/_pkg_.a
2025-08-20T21:54:22.5099021Z [00:03:05.216]➜  packagefile github.com/zmap/zcrypto/json=/tmp/go-build3999932643/b453/_pkg_.a
2025-08-20T21:54:22.5100048Z [00:03:05.216]➜  packagefile github.com/zmap/zcrypto/util=/tmp/go-build3999932643/b464/_pkg_.a
2025-08-20T21:54:22.5100893Z [00:03:05.216]➜  packagefile github.com/zmap/zcrypto/x509/ct=/tmp/go-build3999932643/b465/_pkg_.a
2025-08-20T21:54:22.5101496Z [00:03:05.216]➜  packagefile github.com/zmap/zcrypto/x509/pkix=/tmp/go-build3999932643/b466/_pkg_.a
2025-08-20T21:54:22.5102083Z [00:03:05.216]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build3999932643/b467/_pkg_.a
2025-08-20T21:54:22.5102556Z [00:03:05.216]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:22.5102972Z [00:03:05.216]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:22.5103401Z [00:03:05.216]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:22.5103805Z [00:03:05.216]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:22.5104543Z [00:03:05.216]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:22.5105195Z [00:03:05.216]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:22.5105827Z [00:03:05.216]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:22.5109157Z [00:03:05.216]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:22.5109827Z [00:03:05.216]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:54:22.5110541Z [00:03:05.216]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:22.5110895Z [00:03:05.216]➜  EOF
2025-08-20T21:54:22.5122559Z [00:03:05.216]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b454/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509=>github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509;$WORK/b454=>" -p github.com/zmap/zcrypto/x509 -lang=go1.16 -complete -installsuffix shared -buildid UmoBDdqThFRn1slP_XWH/UmoBDdqThFRn1slP_XWH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b454/importcfg -pack /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/cert_pool.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/certificate_type.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/chain.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/crl_parser.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/extended_key_usage.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/extensions.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/fingerprint.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/generated_certvalidationlevel_string.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/json.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/names.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/pem_decrypt.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/pkcs1.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/pkcs8.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/qc_statements.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/sec1.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/tor_service_descriptor.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/validation.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/verify.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/x509/x509.go
2025-08-20T21:54:22.5131769Z [00:03:05.216]➜  cat >/tmp/go-build3999932643/b475/importcfg << 'EOF' # internal
2025-08-20T21:54:22.5132131Z [00:03:05.216]➜  # import config
2025-08-20T21:54:22.5132476Z [00:03:05.216]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:22.5132918Z [00:03:05.216]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:22.5133327Z [00:03:05.216]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:22.5133824Z [00:03:05.216]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build3999932643/b473/_pkg_.a
2025-08-20T21:54:22.5134400Z [00:03:05.216]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3999932643/b474/_pkg_.a
2025-08-20T21:54:22.5134935Z [00:03:05.216]➜  packagefile net/http/httptrace=/tmp/go-build3999932643/b217/_pkg_.a
2025-08-20T21:54:22.5135418Z [00:03:05.216]➜  packagefile net/textproto=/tmp/go-build3999932643/b211/_pkg_.a
2025-08-20T21:54:22.5136163Z [00:03:05.216]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:22.5136667Z [00:03:05.216]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:22.5137083Z [00:03:05.216]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:22.5137698Z [00:03:05.216]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:22.5138139Z [00:03:05.216]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:22.5138442Z [00:03:05.216]➜  EOF
2025-08-20T21:54:22.5140893Z [00:03:05.216]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b475/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/httpcommon=>golang.org/x/net@v0.41.0/internal/httpcommon;$WORK/b475=>" -p golang.org/x/net/internal/httpcommon -lang=go1.23 -complete -installsuffix shared -buildid rVRfUsxI4vB56uOVSjZy/rVRfUsxI4vB56uOVSjZy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b475/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/httpcommon/ascii.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/httpcommon/headermap.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/httpcommon/request.go
2025-08-20T21:54:22.5143044Z [00:03:05.216]➜  github.com/Masterminds/semver/v3
2025-08-20T21:54:22.5143339Z [00:03:05.217]➜  mkdir -p $WORK/b479/
2025-08-20T21:54:22.5143947Z [00:03:05.217]➜  cat >/tmp/go-build3999932643/b479/importcfg << 'EOF' # internal
2025-08-20T21:54:22.5144293Z [00:03:05.217]➜  # import config
2025-08-20T21:54:22.5144625Z [00:03:05.217]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:22.5145088Z [00:03:05.217]➜  packagefile database/sql/driver=/tmp/go-build3999932643/b325/_pkg_.a
2025-08-20T21:54:22.5145571Z [00:03:05.217]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:22.5146010Z [00:03:05.217]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:22.5146423Z [00:03:05.217]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:22.5146832Z [00:03:05.217]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:22.5147255Z [00:03:05.217]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:22.5179720Z [00:03:05.217]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:22.5180160Z [00:03:05.217]➜  EOF
2025-08-20T21:54:22.5182752Z [00:03:05.218]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b479/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!masterminds/semver/v3@v3.4.0=>github.com/Masterminds/semver/v3@v3.4.0;$WORK/b479=>" -p github.com/Masterminds/semver/v3 -lang=go1.21 -complete -installsuffix shared -buildid zdNVRBTW530j4Tz_Jue9/zdNVRBTW530j4Tz_Jue9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b479/importcfg -pack /root/go/pkg/mod/github.com/!masterminds/semver/v3@v3.4.0/collection.go /root/go/pkg/mod/github.com/!masterminds/semver/v3@v3.4.0/constraints.go /root/go/pkg/mod/github.com/!masterminds/semver/v3@v3.4.0/doc.go /root/go/pkg/mod/github.com/!masterminds/semver/v3@v3.4.0/version.go
2025-08-20T21:54:22.5185754Z [00:03:05.227]➜  go tool buildid -w $WORK/b478/_pkg_.a # internal
2025-08-20T21:54:22.5224878Z [00:03:05.232]➜  cp $WORK/b478/_pkg_.a /root/.cache/go-build/16/166de4fc196c0899fc99813f9f0fcc87283790ec5c07d1a168a545734cdcae54-d # internal
2025-08-20T21:54:22.5233616Z [00:03:05.233]➜  encoding/xml
2025-08-20T21:54:22.5240564Z [00:03:05.233]➜  mkdir -p $WORK/b483/
2025-08-20T21:54:22.5256201Z [00:03:05.235]➜  cat >/tmp/go-build3999932643/b483/importcfg << 'EOF' # internal
2025-08-20T21:54:22.5257214Z [00:03:05.235]➜  # import config
2025-08-20T21:54:22.5258221Z [00:03:05.235]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:22.5258946Z [00:03:05.235]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:22.5259702Z [00:03:05.235]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:54:22.5261004Z [00:03:05.235]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:22.5261756Z [00:03:05.235]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:22.5262425Z [00:03:05.235]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:22.5263509Z [00:03:05.235]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:22.5263971Z [00:03:05.235]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:22.5264403Z [00:03:05.235]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:22.5264830Z [00:03:05.235]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:22.5265246Z [00:03:05.235]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:22.5265664Z [00:03:05.235]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:22.5266110Z [00:03:05.235]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:22.5266446Z [00:03:05.235]➜  EOF
2025-08-20T21:54:22.5270354Z [00:03:05.235]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b483/_pkg_.a -trimpath "/root/.go/src/encoding/xml=>encoding/xml;$WORK/b483=>" -p encoding/xml -lang=go1.25 -std -complete -installsuffix shared -buildid 2lcbkiW6GTwSPlVl0gvm/2lcbkiW6GTwSPlVl0gvm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b483/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-20T21:54:22.5460743Z [00:03:05.255]➜  go tool buildid -w $WORK/b475/_pkg_.a # internal
2025-08-20T21:54:22.5464521Z [00:03:05.256]➜  cp $WORK/b475/_pkg_.a /root/.cache/go-build/fb/fb287317a1797b85f121f24d9d43d0ba49aa6570558feefc87d5bc1888a6a985-d # internal
2025-08-20T21:54:22.5561668Z [00:03:05.265]➜  golang.org/x/net/http2
2025-08-20T21:54:22.5562797Z [00:03:05.265]➜  mkdir -p $WORK/b472/
2025-08-20T21:54:22.5568532Z [00:03:05.266]➜  cat >/tmp/go-build3999932643/b472/importcfg << 'EOF' # internal
2025-08-20T21:54:22.5569904Z [00:03:05.266]➜  # import config
2025-08-20T21:54:22.5571619Z [00:03:05.266]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:22.5572329Z [00:03:05.266]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:22.5598448Z [00:03:05.266]➜  packagefile compress/gzip=/tmp/go-build3999932643/b203/_pkg_.a
2025-08-20T21:54:22.5599027Z [00:03:05.266]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:22.5599481Z [00:03:05.266]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:22.5599937Z [00:03:05.266]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:22.5600410Z [00:03:05.266]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:22.5600858Z [00:03:05.266]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:22.5601270Z [00:03:05.266]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:22.5601784Z [00:03:05.266]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build3999932643/b473/_pkg_.a
2025-08-20T21:54:22.5602364Z [00:03:05.266]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3999932643/b474/_pkg_.a
2025-08-20T21:54:22.5602905Z [00:03:05.266]➜  packagefile golang.org/x/net/idna=/tmp/go-build3999932643/b456/_pkg_.a
2025-08-20T21:54:22.5603497Z [00:03:05.266]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build3999932643/b475/_pkg_.a
2025-08-20T21:54:22.5604003Z [00:03:05.266]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:22.5604409Z [00:03:05.266]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:22.5604819Z [00:03:05.266]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:22.5605225Z [00:03:05.266]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:22.5605648Z [00:03:05.266]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:22.5606502Z [00:03:05.266]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:22.5606982Z [00:03:05.266]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:22.5607644Z [00:03:05.266]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:22.5608194Z [00:03:05.266]➜  packagefile net/http/httptrace=/tmp/go-build3999932643/b217/_pkg_.a
2025-08-20T21:54:22.5608696Z [00:03:05.266]➜  packagefile net/textproto=/tmp/go-build3999932643/b211/_pkg_.a
2025-08-20T21:54:22.5609142Z [00:03:05.266]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:22.5609549Z [00:03:05.266]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:22.5609960Z [00:03:05.266]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:22.5610387Z [00:03:05.266]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:22.5610803Z [00:03:05.266]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:22.5611230Z [00:03:05.266]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:22.5611654Z [00:03:05.266]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:22.5612068Z [00:03:05.266]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:22.5612507Z [00:03:05.266]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:22.5613235Z [00:03:05.266]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:22.5613544Z [00:03:05.266]➜  EOF
2025-08-20T21:54:22.5621640Z [00:03:05.266]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b472/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/http2=>golang.org/x/net@v0.41.0/http2;$WORK/b472=>" -p golang.org/x/net/http2 -lang=go1.23 -complete -installsuffix shared -buildid cSpT-F1Qadx4v8qaO5D4/cSpT-F1Qadx4v8qaO5D4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b472/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/ascii.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/ciphers.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/client_conn_pool.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/config.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/config_go124.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/databuffer.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/errors.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/flow.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/frame.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/gotrack.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/http2.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/pipe.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/server.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/timer.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/transport.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/unencrypted.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/write.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/writesched.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/writesched_priority.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/writesched_random.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/writesched_roundrobin.go
2025-08-20T21:54:22.5878047Z [00:03:05.297]➜  go tool buildid -w $WORK/b479/_pkg_.a # internal
2025-08-20T21:54:22.5897032Z [00:03:05.299]➜  cp $WORK/b479/_pkg_.a /root/.cache/go-build/12/122960beede474538f54be0e756d220c62248895dd91795e75a24da3758da83d-d # internal
2025-08-20T21:54:22.5907786Z [00:03:05.300]➜  github.com/dlclark/regexp2/syntax
2025-08-20T21:54:22.5916240Z [00:03:05.301]➜  mkdir -p $WORK/b485/
2025-08-20T21:54:22.5927161Z [00:03:05.302]➜  cat >/tmp/go-build3999932643/b485/importcfg << 'EOF' # internal
2025-08-20T21:54:22.5938026Z [00:03:05.302]➜  # import config
2025-08-20T21:54:22.5938527Z [00:03:05.302]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:22.5938997Z [00:03:05.302]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:22.5939737Z [00:03:05.302]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:22.5940212Z [00:03:05.302]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:22.5940622Z [00:03:05.302]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:22.5941018Z [00:03:05.302]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:22.5941434Z [00:03:05.302]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:22.5941849Z [00:03:05.302]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:22.5942275Z [00:03:05.302]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:22.5942698Z [00:03:05.302]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:22.5943148Z [00:03:05.302]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:22.5943479Z [00:03:05.302]➜  EOF
2025-08-20T21:54:22.5949922Z [00:03:05.304]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b485/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax=>github.com/dlclark/regexp2@v1.11.5/syntax;$WORK/b485=>" -p github.com/dlclark/regexp2/syntax -lang=go1.13 -complete -installsuffix shared -buildid jXRA0YqveAqKfzf4njdY/jXRA0YqveAqKfzf4njdY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b485/importcfg -pack /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax/charclass.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax/code.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax/escape.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax/parser.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax/prefix.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax/replacerdata.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax/tree.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax/writer.go
2025-08-20T21:54:22.8786106Z [00:03:05.588]➜  go tool buildid -w $WORK/b483/_pkg_.a # internal
2025-08-20T21:54:22.8949236Z [00:03:05.604]➜  cp $WORK/b483/_pkg_.a /root/.cache/go-build/a7/a7569fcc5be82a7766c79ff32b8643622f6f5d35bd3c5d8e9c326466748c6382-d # internal
2025-08-20T21:54:22.8962642Z [00:03:05.606]➜  github.com/charmbracelet/glamour/internal/autolink
2025-08-20T21:54:22.8963499Z [00:03:05.606]➜  mkdir -p $WORK/b492/
2025-08-20T21:54:22.8968316Z [00:03:05.606]➜  cat >/tmp/go-build3999932643/b492/importcfg << 'EOF' # internal
2025-08-20T21:54:22.8988604Z [00:03:05.606]➜  # import config
2025-08-20T21:54:22.8989018Z [00:03:05.606]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:22.8989454Z [00:03:05.606]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:22.8989773Z [00:03:05.606]➜  EOF
2025-08-20T21:54:22.8994425Z [00:03:05.609]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b492/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/internal/autolink=>github.com/charmbracelet/glamour@v0.10.0/internal/autolink;$WORK/b492=>" -p github.com/charmbracelet/glamour/internal/autolink -lang=go1.23 -complete -installsuffix shared -buildid 504xfM1RJ5o6GlJOERHr/504xfM1RJ5o6GlJOERHr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b492/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/internal/autolink/autolink.go
2025-08-20T21:54:22.9258805Z [00:03:05.635]➜  go tool buildid -w $WORK/b492/_pkg_.a # internal
2025-08-20T21:54:22.9260580Z [00:03:05.635]➜  cp $WORK/b492/_pkg_.a /root/.cache/go-build/7e/7eb340981710517258ac06baa970ab60671494529f4ca71af85c5f72dda45e6d-d # internal
2025-08-20T21:54:22.9261149Z [00:03:05.636]➜  image
2025-08-20T21:54:22.9261619Z [00:03:05.636]➜  mkdir -p $WORK/b496/
2025-08-20T21:54:22.9264561Z [00:03:05.636]➜  cat >/tmp/go-build3999932643/b496/importcfg << 'EOF' # internal
2025-08-20T21:54:22.9264910Z [00:03:05.636]➜  # import config
2025-08-20T21:54:22.9265828Z [00:03:05.636]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:22.9266673Z [00:03:05.636]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:22.9267199Z [00:03:05.636]➜  packagefile image/color=/tmp/go-build3999932643/b497/_pkg_.a
2025-08-20T21:54:22.9267753Z [00:03:05.636]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:22.9268188Z [00:03:05.636]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:22.9268639Z [00:03:05.636]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:22.9269059Z [00:03:05.636]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:22.9269488Z [00:03:05.636]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:22.9269816Z [00:03:05.636]➜  EOF
2025-08-20T21:54:22.9271541Z [00:03:05.636]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b496/_pkg_.a -trimpath "/root/.go/src/image=>image;$WORK/b496=>" -p image -lang=go1.25 -std -complete -installsuffix shared -buildid 5atW7hS7FvXrIRy7S1Sm/5atW7hS7FvXrIRy7S1Sm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b496/importcfg -pack /root/.go/src/image/format.go /root/.go/src/image/geom.go /root/.go/src/image/image.go /root/.go/src/image/names.go /root/.go/src/image/ycbcr.go
2025-08-20T21:54:22.9321788Z [00:03:05.641]➜  go tool buildid -w $WORK/b485/_pkg_.a # internal
2025-08-20T21:54:22.9357007Z [00:03:05.645]➜  cp $WORK/b485/_pkg_.a /root/.cache/go-build/97/970fee8fa4c3acd7588a756d9ab0a2e44fbaf0ae69630b0a271fe1fba2c31a79-d # internal
2025-08-20T21:54:22.9373769Z [00:03:05.645]➜  github.com/dlclark/regexp2
2025-08-20T21:54:22.9374265Z [00:03:05.645]➜  mkdir -p $WORK/b484/
2025-08-20T21:54:22.9374773Z [00:03:05.646]➜  cat >/tmp/go-build3999932643/b484/importcfg << 'EOF' # internal
2025-08-20T21:54:22.9375253Z [00:03:05.646]➜  # import config
2025-08-20T21:54:22.9378235Z [00:03:05.646]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:22.9378749Z [00:03:05.646]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:22.9379192Z [00:03:05.646]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:22.9379713Z [00:03:05.646]➜  packagefile github.com/dlclark/regexp2/syntax=/tmp/go-build3999932643/b485/_pkg_.a
2025-08-20T21:54:22.9380215Z [00:03:05.646]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:22.9380626Z [00:03:05.646]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:22.9381061Z [00:03:05.646]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:22.9381476Z [00:03:05.646]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:22.9381926Z [00:03:05.646]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:22.9382357Z [00:03:05.646]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:22.9382773Z [00:03:05.646]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:22.9383086Z [00:03:05.646]➜  EOF
2025-08-20T21:54:22.9385762Z [00:03:05.646]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b484/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5=>github.com/dlclark/regexp2@v1.11.5;$WORK/b484=>" -p github.com/dlclark/regexp2 -lang=go1.13 -complete -installsuffix shared -buildid wN1FVnMot5zYdwfoPc8-/wN1FVnMot5zYdwfoPc8- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b484/importcfg -pack /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/fastclock.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/match.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/regexp.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/replace.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/runner.go
2025-08-20T21:54:22.9538979Z [00:03:05.663]➜  go tool buildid -w $WORK/b454/_pkg_.a # internal
2025-08-20T21:54:22.9589704Z [00:03:05.668]➜  cp $WORK/b454/_pkg_.a /root/.cache/go-build/ca/ca033d454f491c4560bc6af1889b2b595effdf830403595da8d801ec64418d9e-d # internal
2025-08-20T21:54:22.9605253Z [00:03:05.669]➜  github.com/zmap/zcrypto/tls
2025-08-20T21:54:22.9606021Z [00:03:05.669]➜  mkdir -p $WORK/b449/
2025-08-20T21:54:22.9617969Z [00:03:05.671]➜  cat >/tmp/go-build3999932643/b449/importcfg << 'EOF' # internal
2025-08-20T21:54:22.9618344Z [00:03:05.671]➜  # import config
2025-08-20T21:54:22.9618681Z [00:03:05.671]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:22.9619156Z [00:03:05.671]➜  packagefile container/list=/tmp/go-build3999932643/b106/_pkg_.a
2025-08-20T21:54:22.9619722Z [00:03:05.671]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:22.9620163Z [00:03:05.671]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:54:22.9620622Z [00:03:05.671]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:22.9621078Z [00:03:05.671]➜  packagefile crypto/des=/tmp/go-build3999932643/b109/_pkg_.a
2025-08-20T21:54:22.9621532Z [00:03:05.671]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:22.9622017Z [00:03:05.671]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:54:22.9622485Z [00:03:05.671]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:22.9622934Z [00:03:05.671]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:22.9623381Z [00:03:05.671]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:22.9624237Z [00:03:05.671]➜  packagefile crypto/rc4=/tmp/go-build3999932643/b146/_pkg_.a
2025-08-20T21:54:22.9624687Z [00:03:05.671]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:22.9625134Z [00:03:05.671]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:22.9625589Z [00:03:05.671]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:22.9626047Z [00:03:05.671]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:22.9626506Z [00:03:05.671]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:22.9626978Z [00:03:05.671]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:22.9627593Z [00:03:05.671]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:22.9628127Z [00:03:05.671]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:22.9628602Z [00:03:05.671]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:22.9629065Z [00:03:05.671]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:22.9629500Z [00:03:05.671]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:22.9629909Z [00:03:05.671]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:22.9630363Z [00:03:05.671]➜  packagefile github.com/zmap/rc2=/tmp/go-build3999932643/b450/_pkg_.a
2025-08-20T21:54:22.9630899Z [00:03:05.671]➜  packagefile github.com/zmap/zcrypto/dsa=/tmp/go-build3999932643/b451/_pkg_.a
2025-08-20T21:54:22.9631479Z [00:03:05.671]➜  packagefile github.com/zmap/zcrypto/json=/tmp/go-build3999932643/b453/_pkg_.a
2025-08-20T21:54:22.9632091Z [00:03:05.671]➜  packagefile github.com/zmap/zcrypto/x509=/tmp/go-build3999932643/b454/_pkg_.a
2025-08-20T21:54:22.9632668Z [00:03:05.671]➜  packagefile github.com/zmap/zcrypto/x509/ct=/tmp/go-build3999932643/b465/_pkg_.a
2025-08-20T21:54:22.9633291Z [00:03:05.671]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build3999932643/b368/_pkg_.a
2025-08-20T21:54:22.9633807Z [00:03:05.671]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:22.9634203Z [00:03:05.671]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:22.9634617Z [00:03:05.671]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:22.9635039Z [00:03:05.671]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:22.9635460Z [00:03:05.671]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:22.9636114Z [00:03:05.671]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:22.9636605Z [00:03:05.671]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:22.9637030Z [00:03:05.671]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:22.9637624Z [00:03:05.671]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:22.9638118Z [00:03:05.671]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:22.9638532Z [00:03:05.671]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:22.9638934Z [00:03:05.671]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:22.9639235Z [00:03:05.671]➜  EOF
2025-08-20T21:54:22.9646890Z [00:03:05.671]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b449/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/tls=>github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/tls;$WORK/b449=>" -p github.com/zmap/zcrypto/tls -lang=go1.16 -complete -installsuffix shared -buildid aVE4RPfYLYGpOFLhY23A/aVE4RPfYLYGpOFLhY23A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b449/importcfg -pack /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/tls/alert.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/tls/cipher_suites.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/tls/common.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/tls/conn.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/tls/handshake_client.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/tls/handshake_extensions.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/tls/handshake_messages.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/tls/handshake_server.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/tls/key_agreement.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/tls/poly1305.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/tls/prf.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/tls/ticket.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/tls/tls.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/tls/tls_handshake.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/tls/tls_heartbeat.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/tls/tls_ka.go /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/tls/tls_names.go
2025-08-20T21:54:23.0476006Z [00:03:05.757]➜  go tool buildid -w $WORK/b496/_pkg_.a # internal
2025-08-20T21:54:23.0500078Z [00:03:05.759]➜  cp $WORK/b496/_pkg_.a /root/.cache/go-build/78/785bed4ba14081da51765d45b81953cced3b447e1399e86302ae85c258e6b9cd-d # internal
2025-08-20T21:54:23.0515601Z [00:03:05.759]➜  image/png
2025-08-20T21:54:23.0515875Z [00:03:05.759]➜  mkdir -p $WORK/b498/
2025-08-20T21:54:23.0516254Z [00:03:05.760]➜  cat >/tmp/go-build3999932643/b498/importcfg << 'EOF' # internal
2025-08-20T21:54:23.0516597Z [00:03:05.760]➜  # import config
2025-08-20T21:54:23.0516932Z [00:03:05.760]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:23.0517487Z [00:03:05.760]➜  packagefile compress/zlib=/tmp/go-build3999932643/b168/_pkg_.a
2025-08-20T21:54:23.0518027Z [00:03:05.760]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:23.0518473Z [00:03:05.760]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:23.0518879Z [00:03:05.760]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:23.0519309Z [00:03:05.760]➜  packagefile hash/crc32=/tmp/go-build3999932643/b204/_pkg_.a
2025-08-20T21:54:23.0519736Z [00:03:05.760]➜  packagefile image=/tmp/go-build3999932643/b496/_pkg_.a
2025-08-20T21:54:23.0520485Z [00:03:05.760]➜  packagefile image/color=/tmp/go-build3999932643/b497/_pkg_.a
2025-08-20T21:54:23.0521003Z [00:03:05.760]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:23.0521418Z [00:03:05.760]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:23.0521729Z [00:03:05.760]➜  EOF
2025-08-20T21:54:23.0523362Z [00:03:05.760]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b498/_pkg_.a -trimpath "/root/.go/src/image/png=>image/png;$WORK/b498=>" -p image/png -lang=go1.25 -std -complete -installsuffix shared -buildid AJI4NJgu4NnTulnjgrZE/AJI4NJgu4NnTulnjgrZE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b498/importcfg -pack /root/.go/src/image/png/paeth.go /root/.go/src/image/png/reader.go /root/.go/src/image/png/writer.go
2025-08-20T21:54:23.1429662Z [00:03:05.852]➜  go tool buildid -w $WORK/b498/_pkg_.a # internal
2025-08-20T21:54:23.1432775Z [00:03:05.852]➜  cp $WORK/b498/_pkg_.a /root/.cache/go-build/64/641736c8581aaf4f651a436e38811b1f702aa961e9eb7195f09e030ec0e4acdc-d # internal
2025-08-20T21:54:23.1433392Z [00:03:05.852]➜  github.com/charmbracelet/x/ansi/kitty
2025-08-20T21:54:23.1433703Z [00:03:05.852]➜  mkdir -p $WORK/b495/
2025-08-20T21:54:23.1434075Z [00:03:05.852]➜  cat >/tmp/go-build3999932643/b495/importcfg << 'EOF' # internal
2025-08-20T21:54:23.1434425Z [00:03:05.852]➜  # import config
2025-08-20T21:54:23.1435218Z [00:03:05.852]➜  packagefile compress/zlib=/tmp/go-build3999932643/b168/_pkg_.a
2025-08-20T21:54:23.1435679Z [00:03:05.852]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:54:23.1436107Z [00:03:05.852]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:23.1436515Z [00:03:05.852]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:23.1436926Z [00:03:05.852]➜  packagefile image=/tmp/go-build3999932643/b496/_pkg_.a
2025-08-20T21:54:23.1437626Z [00:03:05.852]➜  packagefile image/color=/tmp/go-build3999932643/b497/_pkg_.a
2025-08-20T21:54:23.1438195Z [00:03:05.852]➜  packagefile image/png=/tmp/go-build3999932643/b498/_pkg_.a
2025-08-20T21:54:23.1438615Z [00:03:05.852]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:23.1439026Z [00:03:05.852]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:23.1439453Z [00:03:05.852]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:23.1439770Z [00:03:05.852]➜  EOF
2025-08-20T21:54:23.1442518Z [00:03:05.852]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b495/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/kitty=>github.com/charmbracelet/x/ansi@v0.8.0/kitty;$WORK/b495=>" -p github.com/charmbracelet/x/ansi/kitty -lang=go1.18 -complete -installsuffix shared -buildid OxmvtO3SPv-MJHEyVKr4/OxmvtO3SPv-MJHEyVKr4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b495/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/kitty/decoder.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/kitty/encoder.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/kitty/graphics.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/kitty/options.go
2025-08-20T21:54:23.1795558Z [00:03:05.889]➜  go tool buildid -w $WORK/b495/_pkg_.a # internal
2025-08-20T21:54:23.1802409Z [00:03:05.889]➜  cp $WORK/b495/_pkg_.a /root/.cache/go-build/a1/a14ea395bf542cb20267e8c909ffad407390f44c70089e226173b7367d3cb12c-d # internal
2025-08-20T21:54:23.1814487Z [00:03:05.890]➜  github.com/lucasb-eyer/go-colorful
2025-08-20T21:54:23.1814837Z [00:03:05.890]➜  mkdir -p $WORK/b500/
2025-08-20T21:54:23.1815215Z [00:03:05.890]➜  cat >/tmp/go-build3999932643/b500/importcfg << 'EOF' # internal
2025-08-20T21:54:23.1815561Z [00:03:05.890]➜  # import config
2025-08-20T21:54:23.1815942Z [00:03:05.890]➜  packagefile database/sql/driver=/tmp/go-build3999932643/b325/_pkg_.a
2025-08-20T21:54:23.1816433Z [00:03:05.890]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:23.1817186Z [00:03:05.890]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:23.1817889Z [00:03:05.890]➜  packagefile image/color=/tmp/go-build3999932643/b497/_pkg_.a
2025-08-20T21:54:23.1818332Z [00:03:05.890]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:23.1818755Z [00:03:05.890]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:23.1819201Z [00:03:05.890]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:23.1819514Z [00:03:05.890]➜  EOF
2025-08-20T21:54:23.1822964Z [00:03:05.890]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b500/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0=>github.com/lucasb-eyer/go-colorful@v1.2.0;$WORK/b500=>" -p github.com/lucasb-eyer/go-colorful -lang=go1.12 -complete -installsuffix shared -buildid lpHV4kcVYgLsl_av0r9L/lpHV4kcVYgLsl_av0r9L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b500/importcfg -pack /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/colorgens.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/colors.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/happy_palettegen.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/hexcolor.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/hsluv.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/soft_palettegen.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/warm_palettegen.go
2025-08-20T21:54:23.2438509Z [00:03:05.953]➜  go tool buildid -w $WORK/b484/_pkg_.a # internal
2025-08-20T21:54:23.2464160Z [00:03:05.956]➜  cp $WORK/b484/_pkg_.a /root/.cache/go-build/8d/8d04522a110d30109e3a520e76404d00366d5a0de93fca9e99598de757db7b0e-d # internal
2025-08-20T21:54:23.2473923Z [00:03:05.957]➜  github.com/alecthomas/chroma/v2
2025-08-20T21:54:23.2479435Z [00:03:05.957]➜  mkdir -p $WORK/b482/
2025-08-20T21:54:23.2488824Z [00:03:05.958]➜  cat >/tmp/go-build3999932643/b482/importcfg << 'EOF' # internal
2025-08-20T21:54:23.2489802Z [00:03:05.958]➜  # import config
2025-08-20T21:54:23.2492306Z [00:03:05.958]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:23.2492938Z [00:03:05.958]➜  packagefile compress/gzip=/tmp/go-build3999932643/b203/_pkg_.a
2025-08-20T21:54:23.2498635Z [00:03:05.958]➜  packagefile encoding/xml=/tmp/go-build3999932643/b483/_pkg_.a
2025-08-20T21:54:23.2499118Z [00:03:05.958]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:23.2499534Z [00:03:05.958]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:23.2500026Z [00:03:05.958]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build3999932643/b484/_pkg_.a
2025-08-20T21:54:23.2500498Z [00:03:05.958]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:23.2500905Z [00:03:05.958]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:23.2501311Z [00:03:05.958]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:23.2501725Z [00:03:05.958]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:23.2502163Z [00:03:05.958]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:23.2502612Z [00:03:05.958]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:23.2503035Z [00:03:05.958]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:23.2503451Z [00:03:05.958]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:23.2503866Z [00:03:05.958]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:23.2504293Z [00:03:05.958]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:23.2504705Z [00:03:05.958]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:23.2505114Z [00:03:05.958]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:23.2505573Z [00:03:05.958]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:23.2505903Z [00:03:05.958]➜  EOF
2025-08-20T21:54:23.2523866Z [00:03:05.961]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b482/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0=>github.com/alecthomas/chroma/v2@v2.14.0;$WORK/b482=>" -p github.com/alecthomas/chroma/v2 -lang=go1.19 -complete -installsuffix shared -buildid 3sz_-GICmaAc2r1QsHZH/3sz_-GICmaAc2r1QsHZH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b482/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/coalesce.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/colour.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/delegate.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/doc.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/emitters.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatter.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/iterator.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexer.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/mutators.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/regexp.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/registry.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/remap.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/serialise.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/style.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/tokentype_enumer.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/types.go
2025-08-20T21:54:23.2900058Z [00:03:05.999]➜  go tool buildid -w $WORK/b500/_pkg_.a # internal
2025-08-20T21:54:23.2918840Z [00:03:06.001]➜  cp $WORK/b500/_pkg_.a /root/.cache/go-build/b5/b5acbb681d037958b6b09c568e600d06fac724a25be5598ef4e55dc9a8e767a3-d # internal
2025-08-20T21:54:23.2920055Z [00:03:06.001]➜  github.com/mattn/go-runewidth
2025-08-20T21:54:23.2922011Z [00:03:06.001]➜  mkdir -p $WORK/b501/
2025-08-20T21:54:23.2925021Z [00:03:06.002]➜  cat >/tmp/go-build3999932643/b501/importcfg << 'EOF' # internal
2025-08-20T21:54:23.2925421Z [00:03:06.002]➜  # import config
2025-08-20T21:54:23.2925825Z [00:03:06.002]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3999932643/b502/_pkg_.a
2025-08-20T21:54:23.2926290Z [00:03:06.002]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:23.2926698Z [00:03:06.002]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:23.2927138Z [00:03:06.002]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:23.2927565Z [00:03:06.002]➜  EOF
2025-08-20T21:54:23.2952250Z [00:03:06.004]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b501/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16=>github.com/mattn/go-runewidth@v0.0.16;$WORK/b501=>" -p github.com/mattn/go-runewidth -lang=go1.9 -complete -installsuffix shared -buildid KRXa1D8dXRjcFYp_-kqp/KRXa1D8dXRjcFYp_-kqp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b501/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16/runewidth.go /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16/runewidth_posix.go /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16/runewidth_table.go
2025-08-20T21:54:23.3335811Z [00:03:06.043]➜  go tool buildid -w $WORK/b501/_pkg_.a # internal
2025-08-20T21:54:23.3359963Z [00:03:06.043]➜  cp $WORK/b501/_pkg_.a /root/.cache/go-build/11/1183b70241b465f20764a7ac565694d30434d39d71ed68716c11d0b5bd524758-d # internal
2025-08-20T21:54:23.3360804Z [00:03:06.044]➜  github.com/charmbracelet/x/ansi
2025-08-20T21:54:23.3361283Z [00:03:06.044]➜  mkdir -p $WORK/b494/
2025-08-20T21:54:23.3361780Z [00:03:06.045]➜  cat >/tmp/go-build3999932643/b494/importcfg << 'EOF' # internal
2025-08-20T21:54:23.3362218Z [00:03:06.045]➜  # import config
2025-08-20T21:54:23.3362688Z [00:03:06.045]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:23.3363266Z [00:03:06.045]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:23.3364205Z [00:03:06.045]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:23.3364822Z [00:03:06.045]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:23.3365375Z [00:03:06.045]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:23.3366008Z [00:03:06.045]➜  packagefile github.com/charmbracelet/x/ansi/kitty=/tmp/go-build3999932643/b495/_pkg_.a
2025-08-20T21:54:23.3366766Z [00:03:06.045]➜  packagefile github.com/charmbracelet/x/ansi/parser=/tmp/go-build3999932643/b499/_pkg_.a
2025-08-20T21:54:23.3367609Z [00:03:06.045]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build3999932643/b500/_pkg_.a
2025-08-20T21:54:23.3368342Z [00:03:06.045]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3999932643/b501/_pkg_.a
2025-08-20T21:54:23.3368984Z [00:03:06.045]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3999932643/b502/_pkg_.a
2025-08-20T21:54:23.3369538Z [00:03:06.045]➜  packagefile image=/tmp/go-build3999932643/b496/_pkg_.a
2025-08-20T21:54:23.3370084Z [00:03:06.045]➜  packagefile image/color=/tmp/go-build3999932643/b497/_pkg_.a
2025-08-20T21:54:23.3370608Z [00:03:06.045]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:23.3371125Z [00:03:06.045]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:23.3371627Z [00:03:06.045]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:23.3372420Z [00:03:06.045]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:23.3372934Z [00:03:06.045]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:23.3373448Z [00:03:06.045]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:23.3373953Z [00:03:06.045]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:23.3374466Z [00:03:06.045]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:23.3375000Z [00:03:06.045]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:23.3375430Z [00:03:06.045]➜  EOF
2025-08-20T21:54:23.3389458Z [00:03:06.045]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b494/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0=>github.com/charmbracelet/x/ansi@v0.8.0;$WORK/b494=>" -p github.com/charmbracelet/x/ansi -lang=go1.18 -complete -installsuffix shared -buildid gBVjrK379l90vdSxFH-t/gBVjrK379l90vdSxFH-t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b494/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/ansi.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/ascii.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/background.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/c0.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/c1.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/charset.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/clipboard.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/color.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/ctrl.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/cursor.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/cwd.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/doc.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/focus.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/graphics.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/hyperlink.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/iterm2.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/keypad.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/kitty.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/method.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/mode.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/modes.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/mouse.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/notification.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/parser.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/parser_decode.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/parser_handler.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/parser_sync.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/passthrough.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/paste.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/reset.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/screen.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/sgr.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/status.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/style.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/termcap.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/title.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/truncate.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/util.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/width.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/winop.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/wrap.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/xterm.go
2025-08-20T21:54:23.5725050Z [00:03:06.282]➜  go tool buildid -w $WORK/b472/_pkg_.a # internal
2025-08-20T21:54:23.5907336Z [00:03:06.300]➜  cp $WORK/b472/_pkg_.a /root/.cache/go-build/de/de1aa30a4c2ad3132e6d09e0b38edbe7ca1a67d183ffedfdec79450f0cb6980a-d # internal
2025-08-20T21:54:23.5908594Z [00:03:06.300]➜  github.com/charmbracelet/x/term
2025-08-20T21:54:23.5908918Z [00:03:06.300]➜  mkdir -p $WORK/b505/
2025-08-20T21:54:23.5934978Z [00:03:06.300]➜  cat >/tmp/go-build3999932643/b505/importcfg << 'EOF' # internal
2025-08-20T21:54:23.5936160Z [00:03:06.300]➜  # import config
2025-08-20T21:54:23.5936670Z [00:03:06.301]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3999932643/b180/_pkg_.a
2025-08-20T21:54:23.5937148Z [00:03:06.301]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:23.5937751Z [00:03:06.301]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:23.5938078Z [00:03:06.301]➜  EOF
2025-08-20T21:54:23.5940921Z [00:03:06.301]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b505/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1=>github.com/charmbracelet/x/term@v0.2.1;$WORK/b505=>" -p github.com/charmbracelet/x/term -lang=go1.18 -complete -installsuffix shared -buildid dbPn74bOaPVBQGLPppuh/dbPn74bOaPVBQGLPppuh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b505/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/term.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/term_unix.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/term_unix_other.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/terminal.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/util.go
2025-08-20T21:54:23.6001879Z [00:03:06.309]➜  go tool buildid -w $WORK/b482/_pkg_.a # internal
2025-08-20T21:54:23.6137636Z [00:03:06.323]➜  cp $WORK/b482/_pkg_.a /root/.cache/go-build/13/136db7566b9fc747cf13098159f05fe7de5df9410252a469e42c11a9f2ca632d-d # internal
2025-08-20T21:54:23.6138651Z [00:03:06.323]➜  github.com/alecthomas/chroma/v2/formatters/html
2025-08-20T21:54:23.6139108Z [00:03:06.323]➜  mkdir -p $WORK/b488/
2025-08-20T21:54:23.6141652Z [00:03:06.323]➜  cat >/tmp/go-build3999932643/b488/importcfg << 'EOF' # internal
2025-08-20T21:54:23.6142033Z [00:03:06.323]➜  # import config
2025-08-20T21:54:23.6142366Z [00:03:06.323]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:23.6142879Z [00:03:06.323]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build3999932643/b482/_pkg_.a
2025-08-20T21:54:23.6143387Z [00:03:06.323]➜  packagefile html=/tmp/go-build3999932643/b175/_pkg_.a
2025-08-20T21:54:23.6143792Z [00:03:06.323]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:23.6144189Z [00:03:06.323]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:23.6144934Z [00:03:06.323]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:23.6145446Z [00:03:06.323]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:23.6145863Z [00:03:06.323]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:23.6146167Z [00:03:06.323]➜  EOF
2025-08-20T21:54:23.6148393Z [00:03:06.323]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b488/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/html=>github.com/alecthomas/chroma/v2@v2.14.0/formatters/html;$WORK/b488=>" -p github.com/alecthomas/chroma/v2/formatters/html -lang=go1.19 -complete -installsuffix shared -buildid 25tkUtCwSS9Hs4bmTkBu/25tkUtCwSS9Hs4bmTkBu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b488/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/html/html.go
2025-08-20T21:54:23.6230239Z [00:03:06.332]➜  go tool buildid -w $WORK/b505/_pkg_.a # internal
2025-08-20T21:54:23.6240602Z [00:03:06.333]➜  cp $WORK/b505/_pkg_.a /root/.cache/go-build/84/84326627fa13133d135101e8c0df57cb42e1218d0d982225dd0689f2f68eddd8-d # internal
2025-08-20T21:54:23.6247973Z [00:03:06.333]➜  github.com/alecthomas/chroma/v2/formatters/svg
2025-08-20T21:54:23.6248346Z [00:03:06.333]➜  mkdir -p $WORK/b489/
2025-08-20T21:54:23.6248722Z [00:03:06.334]➜  cat >/tmp/go-build3999932643/b489/importcfg << 'EOF' # internal
2025-08-20T21:54:23.6249516Z [00:03:06.334]➜  # import config
2025-08-20T21:54:23.6249886Z [00:03:06.334]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:23.6250342Z [00:03:06.334]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:23.6250756Z [00:03:06.334]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:23.6251261Z [00:03:06.334]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build3999932643/b482/_pkg_.a
2025-08-20T21:54:23.6251748Z [00:03:06.334]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:23.6252160Z [00:03:06.334]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:23.6253796Z [00:03:06.334]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:23.6255035Z [00:03:06.334]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:23.6255825Z [00:03:06.334]➜  EOF
2025-08-20T21:54:23.6258455Z [00:03:06.334]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b489/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/svg=>github.com/alecthomas/chroma/v2@v2.14.0/formatters/svg;$WORK/b489=>" -p github.com/alecthomas/chroma/v2/formatters/svg -lang=go1.19 -complete -installsuffix shared -buildid VfpZquPb2vL7UGZYzARD/VfpZquPb2vL7UGZYzARD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b489/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/svg/font_liberation_mono.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/svg/svg.go
2025-08-20T21:54:23.6605950Z [00:03:06.370]➜  go tool buildid -w $WORK/b494/_pkg_.a # internal
2025-08-20T21:54:23.6681624Z [00:03:06.377]➜  cp $WORK/b494/_pkg_.a /root/.cache/go-build/20/20542008724c966726f375ec998f6f0c33a86443c4571b972c287e21ae1651b3-d # internal
2025-08-20T21:54:23.6891420Z [00:03:06.398]➜  go tool buildid -w $WORK/b489/_pkg_.a # internal
2025-08-20T21:54:23.6920932Z [00:03:06.401]➜  cp $WORK/b489/_pkg_.a /root/.cache/go-build/0b/0b1a73b0e783cb7df90acb6e976fba870a5640faf7b8e90d192b0a610d5040d1-d # internal
2025-08-20T21:54:23.6943121Z [00:03:06.404]➜  github.com/alecthomas/chroma/v2/styles
2025-08-20T21:54:23.6945318Z [00:03:06.404]➜  mkdir -p $WORK/b491/
2025-08-20T21:54:23.6949744Z [00:03:06.404]➜  github.com/alecthomas/chroma/v2/lexers
2025-08-20T21:54:23.6951911Z [00:03:06.404]➜  mkdir -p $WORK/b490/
2025-08-20T21:54:23.6978462Z [00:03:06.405]➜  cat >/tmp/go-build3999932643/b491/importcfg << 'EOF' # internal
2025-08-20T21:54:23.6989941Z [00:03:06.405]➜  # import config
2025-08-20T21:54:23.6991214Z [00:03:06.405]➜  packagefile embed=/tmp/go-build3999932643/b066/_pkg_.a
2025-08-20T21:54:23.6991838Z [00:03:06.405]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build3999932643/b482/_pkg_.a
2025-08-20T21:54:23.6992359Z [00:03:06.405]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:23.6992798Z [00:03:06.405]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:23.6993137Z [00:03:06.405]➜  EOF
2025-08-20T21:54:23.6993462Z [00:03:06.406]➜  cat >/tmp/go-build3999932643/b491/embedcfg << 'EOF' # internal
2025-08-20T21:54:23.6993782Z [00:03:06.406]➜  {
2025-08-20T21:54:23.6993985Z [00:03:06.406]➜  	"Patterns": {
2025-08-20T21:54:23.6994215Z [00:03:06.406]➜  		"*.xml": [
2025-08-20T21:54:23.6994440Z [00:03:06.406]➜  			"abap.xml",
2025-08-20T21:54:23.6994671Z [00:03:06.406]➜  			"algol.xml",
2025-08-20T21:54:23.6994910Z [00:03:06.406]➜  			"algol_nu.xml",
2025-08-20T21:54:23.6995157Z [00:03:06.406]➜  			"arduino.xml",
2025-08-20T21:54:23.6995399Z [00:03:06.406]➜  			"autumn.xml",
2025-08-20T21:54:23.6995651Z [00:03:06.406]➜  			"average.xml",
2025-08-20T21:54:23.6995905Z [00:03:06.406]➜  			"base16-snazzy.xml",
2025-08-20T21:54:23.6996166Z [00:03:06.406]➜  			"borland.xml",
2025-08-20T21:54:23.6996402Z [00:03:06.406]➜  			"bw.xml",
2025-08-20T21:54:23.6996661Z [00:03:06.406]➜  			"catppuccin-frappe.xml",
2025-08-20T21:54:23.6997302Z [00:03:06.406]➜  			"catppuccin-latte.xml",
2025-08-20T21:54:23.6997926Z [00:03:06.406]➜  			"catppuccin-macchiato.xml",
2025-08-20T21:54:23.6998230Z [00:03:06.406]➜  			"catppuccin-mocha.xml",
2025-08-20T21:54:23.6998498Z [00:03:06.406]➜  			"colorful.xml",
2025-08-20T21:54:23.6998744Z [00:03:06.406]➜  			"doom-one.xml",
2025-08-20T21:54:23.6998993Z [00:03:06.406]➜  			"doom-one2.xml",
2025-08-20T21:54:23.6999244Z [00:03:06.406]➜  			"dracula.xml",
2025-08-20T21:54:23.6999485Z [00:03:06.406]➜  			"emacs.xml",
2025-08-20T21:54:23.6999723Z [00:03:06.406]➜  			"friendly.xml",
2025-08-20T21:54:23.6999962Z [00:03:06.406]➜  			"fruity.xml",
2025-08-20T21:54:23.7000223Z [00:03:06.406]➜  			"github-dark.xml",
2025-08-20T21:54:23.7000475Z [00:03:06.406]➜  			"github.xml",
2025-08-20T21:54:23.7000730Z [00:03:06.406]➜  			"gruvbox-light.xml",
2025-08-20T21:54:23.7000993Z [00:03:06.406]➜  			"gruvbox.xml",
2025-08-20T21:54:23.7001251Z [00:03:06.406]➜  			"hr_high_contrast.xml",
2025-08-20T21:54:23.7001513Z [00:03:06.406]➜  			"hrdark.xml",
2025-08-20T21:54:23.7001755Z [00:03:06.406]➜  			"igor.xml",
2025-08-20T21:54:23.7001991Z [00:03:06.406]➜  			"lovelace.xml",
2025-08-20T21:54:23.7002232Z [00:03:06.406]➜  			"manni.xml",
2025-08-20T21:54:23.7002484Z [00:03:06.406]➜  			"modus-operandi.xml",
2025-08-20T21:54:23.7002762Z [00:03:06.406]➜  			"modus-vivendi.xml",
2025-08-20T21:54:23.7003029Z [00:03:06.406]➜  			"monokai.xml",
2025-08-20T21:54:23.7003282Z [00:03:06.406]➜  			"monokailight.xml",
2025-08-20T21:54:23.7003540Z [00:03:06.406]➜  			"murphy.xml",
2025-08-20T21:54:23.7003786Z [00:03:06.406]➜  			"native.xml",
2025-08-20T21:54:23.7004024Z [00:03:06.406]➜  			"nord.xml",
2025-08-20T21:54:23.7004270Z [00:03:06.406]➜  			"onedark.xml",
2025-08-20T21:54:23.7004530Z [00:03:06.406]➜  			"onesenterprise.xml",
2025-08-20T21:54:23.7004810Z [00:03:06.406]➜  			"paraiso-dark.xml",
2025-08-20T21:54:23.7005080Z [00:03:06.406]➜  			"paraiso-light.xml",
2025-08-20T21:54:23.7005341Z [00:03:06.406]➜  			"pastie.xml",
2025-08-20T21:54:23.7005595Z [00:03:06.406]➜  			"perldoc.xml",
2025-08-20T21:54:23.7005850Z [00:03:06.406]➜  			"pygments.xml",
2025-08-20T21:54:23.7006106Z [00:03:06.406]➜  			"rainbow_dash.xml",
2025-08-20T21:54:23.7006378Z [00:03:06.406]➜  			"rose-pine-dawn.xml",
2025-08-20T21:54:23.7006651Z [00:03:06.406]➜  			"rose-pine-moon.xml",
2025-08-20T21:54:23.7006919Z [00:03:06.406]➜  			"rose-pine.xml",
2025-08-20T21:54:23.7007190Z [00:03:06.406]➜  			"rrt.xml",
2025-08-20T21:54:23.7007663Z [00:03:06.406]➜  			"solarized-dark.xml",
2025-08-20T21:54:23.7007955Z [00:03:06.406]➜  			"solarized-dark256.xml",
2025-08-20T21:54:23.7008240Z [00:03:06.406]➜  			"solarized-light.xml",
2025-08-20T21:54:23.7008753Z [00:03:06.406]➜  			"swapoff.xml",
2025-08-20T21:54:23.7009092Z [00:03:06.406]➜  			"tango.xml",
2025-08-20T21:54:23.7009351Z [00:03:06.406]➜  			"tokyonight-day.xml",
2025-08-20T21:54:23.7009633Z [00:03:06.406]➜  			"tokyonight-moon.xml",
2025-08-20T21:54:23.7009914Z [00:03:06.406]➜  			"tokyonight-night.xml",
2025-08-20T21:54:23.7010212Z [00:03:06.406]➜  			"tokyonight-storm.xml",
2025-08-20T21:54:23.7010470Z [00:03:06.406]➜  			"trac.xml",
2025-08-20T21:54:23.7010695Z [00:03:06.406]➜  			"vim.xml",
2025-08-20T21:54:23.7010917Z [00:03:06.406]➜  			"vs.xml",
2025-08-20T21:54:23.7011147Z [00:03:06.406]➜  			"vulcan.xml",
2025-08-20T21:54:23.7011389Z [00:03:06.406]➜  			"witchhazel.xml",
2025-08-20T21:54:23.7011645Z [00:03:06.406]➜  			"xcode-dark.xml",
2025-08-20T21:54:23.7011893Z [00:03:06.406]➜  			"xcode.xml"
2025-08-20T21:54:23.7012105Z [00:03:06.406]➜  		]
2025-08-20T21:54:23.7012295Z [00:03:06.406]➜  	},
2025-08-20T21:54:23.7012496Z [00:03:06.406]➜  	"Files": {
2025-08-20T21:54:23.7012940Z [00:03:06.406]➜  		"abap.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/abap.xml",
2025-08-20T21:54:23.7013705Z [00:03:06.406]➜  		"algol.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/algol.xml",
2025-08-20T21:54:23.7014347Z [00:03:06.406]➜  		"algol_nu.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/algol_nu.xml",
2025-08-20T21:54:23.7015287Z [00:03:06.406]➜  		"arduino.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/arduino.xml",
2025-08-20T21:54:23.7016068Z [00:03:06.406]➜  		"autumn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/autumn.xml",
2025-08-20T21:54:23.7016707Z [00:03:06.406]➜  		"average.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/average.xml",
2025-08-20T21:54:23.7017531Z [00:03:06.406]➜  		"base16-snazzy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/base16-snazzy.xml",
2025-08-20T21:54:23.7018295Z [00:03:06.406]➜  		"borland.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/borland.xml",
2025-08-20T21:54:23.7018906Z [00:03:06.406]➜  		"bw.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/bw.xml",
2025-08-20T21:54:23.7019608Z [00:03:06.406]➜  		"catppuccin-frappe.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/catppuccin-frappe.xml",
2025-08-20T21:54:23.7020421Z [00:03:06.406]➜  		"catppuccin-latte.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/catppuccin-latte.xml",
2025-08-20T21:54:23.7021247Z [00:03:06.406]➜  		"catppuccin-macchiato.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/catppuccin-macchiato.xml",
2025-08-20T21:54:23.7022070Z [00:03:06.406]➜  		"catppuccin-mocha.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/catppuccin-mocha.xml",
2025-08-20T21:54:23.7022792Z [00:03:06.406]➜  		"colorful.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/colorful.xml",
2025-08-20T21:54:23.7023458Z [00:03:06.406]➜  		"doom-one.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/doom-one.xml",
2025-08-20T21:54:23.7024123Z [00:03:06.406]➜  		"doom-one2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/doom-one2.xml",
2025-08-20T21:54:23.7024783Z [00:03:06.406]➜  		"dracula.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/dracula.xml",
2025-08-20T21:54:23.7025426Z [00:03:06.406]➜  		"emacs.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/emacs.xml",
2025-08-20T21:54:23.7026066Z [00:03:06.406]➜  		"friendly.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/friendly.xml",
2025-08-20T21:54:23.7026712Z [00:03:06.406]➜  		"fruity.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/fruity.xml",
2025-08-20T21:54:23.7027488Z [00:03:06.406]➜  		"github-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/github-dark.xml",
2025-08-20T21:54:23.7028425Z [00:03:06.406]➜  		"github.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/github.xml",
2025-08-20T21:54:23.7029186Z [00:03:06.406]➜  		"gruvbox-light.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/gruvbox-light.xml",
2025-08-20T21:54:23.7029878Z [00:03:06.406]➜  		"gruvbox.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/gruvbox.xml",
2025-08-20T21:54:23.7030595Z [00:03:06.406]➜  		"hr_high_contrast.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/hr_high_contrast.xml",
2025-08-20T21:54:23.7031283Z [00:03:06.406]➜  		"hrdark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/hrdark.xml",
2025-08-20T21:54:23.7031896Z [00:03:06.406]➜  		"igor.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/igor.xml",
2025-08-20T21:54:23.7032525Z [00:03:06.406]➜  		"lovelace.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/lovelace.xml",
2025-08-20T21:54:23.7033174Z [00:03:06.406]➜  		"manni.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/manni.xml",
2025-08-20T21:54:23.7033867Z [00:03:06.406]➜  		"modus-operandi.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/modus-operandi.xml",
2025-08-20T21:54:23.7034612Z [00:03:06.406]➜  		"modus-vivendi.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/modus-vivendi.xml",
2025-08-20T21:54:23.7035566Z [00:03:06.406]➜  		"monokai.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/monokai.xml",
2025-08-20T21:54:23.7036303Z [00:03:06.406]➜  		"monokailight.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/monokailight.xml",
2025-08-20T21:54:23.7036982Z [00:03:06.406]➜  		"murphy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/murphy.xml",
2025-08-20T21:54:23.7037778Z [00:03:06.406]➜  		"native.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/native.xml",
2025-08-20T21:54:23.7038409Z [00:03:06.406]➜  		"nord.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/nord.xml",
2025-08-20T21:54:23.7039031Z [00:03:06.406]➜  		"onedark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/onedark.xml",
2025-08-20T21:54:23.7039737Z [00:03:06.406]➜  		"onesenterprise.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/onesenterprise.xml",
2025-08-20T21:54:23.7040490Z [00:03:06.406]➜  		"paraiso-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/paraiso-dark.xml",
2025-08-20T21:54:23.7041222Z [00:03:06.406]➜  		"paraiso-light.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/paraiso-light.xml",
2025-08-20T21:54:23.7041902Z [00:03:06.406]➜  		"pastie.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/pastie.xml",
2025-08-20T21:54:23.7042543Z [00:03:06.406]➜  		"perldoc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/perldoc.xml",
2025-08-20T21:54:23.7043205Z [00:03:06.406]➜  		"pygments.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/pygments.xml",
2025-08-20T21:54:23.7043893Z [00:03:06.406]➜  		"rainbow_dash.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/rainbow_dash.xml",
2025-08-20T21:54:23.7044626Z [00:03:06.406]➜  		"rose-pine-dawn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/rose-pine-dawn.xml",
2025-08-20T21:54:23.7045380Z [00:03:06.406]➜  		"rose-pine-moon.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/rose-pine-moon.xml",
2025-08-20T21:54:23.7046085Z [00:03:06.406]➜  		"rose-pine.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/rose-pine.xml",
2025-08-20T21:54:23.7046710Z [00:03:06.406]➜  		"rrt.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/rrt.xml",
2025-08-20T21:54:23.7047471Z [00:03:06.406]➜  		"solarized-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/solarized-dark.xml",
2025-08-20T21:54:23.7048528Z [00:03:06.406]➜  		"solarized-dark256.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/solarized-dark256.xml",
2025-08-20T21:54:23.7049386Z [00:03:06.406]➜  		"solarized-light.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/solarized-light.xml",
2025-08-20T21:54:23.7050090Z [00:03:06.406]➜  		"swapoff.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/swapoff.xml",
2025-08-20T21:54:23.7050728Z [00:03:06.406]➜  		"tango.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/tango.xml",
2025-08-20T21:54:23.7051419Z [00:03:06.406]➜  		"tokyonight-day.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/tokyonight-day.xml",
2025-08-20T21:54:23.7052184Z [00:03:06.406]➜  		"tokyonight-moon.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/tokyonight-moon.xml",
2025-08-20T21:54:23.7052970Z [00:03:06.406]➜  		"tokyonight-night.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/tokyonight-night.xml",
2025-08-20T21:54:23.7053753Z [00:03:06.406]➜  		"tokyonight-storm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/tokyonight-storm.xml",
2025-08-20T21:54:23.7054439Z [00:03:06.406]➜  		"trac.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/trac.xml",
2025-08-20T21:54:23.7055254Z [00:03:06.406]➜  		"vim.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/vim.xml",
2025-08-20T21:54:23.7055838Z [00:03:06.406]➜  		"vs.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/vs.xml",
2025-08-20T21:54:23.7056442Z [00:03:06.406]➜  		"vulcan.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/vulcan.xml",
2025-08-20T21:54:23.7057106Z [00:03:06.406]➜  		"witchhazel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/witchhazel.xml",
2025-08-20T21:54:23.7057976Z [00:03:06.406]➜  		"xcode-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/xcode-dark.xml",
2025-08-20T21:54:23.7058630Z [00:03:06.406]➜  		"xcode.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/xcode.xml"
2025-08-20T21:54:23.7059024Z [00:03:06.406]➜  	}
2025-08-20T21:54:23.7059214Z [00:03:06.406]➜  }EOF
2025-08-20T21:54:23.7061512Z [00:03:06.406]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b491/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles=>github.com/alecthomas/chroma/v2@v2.14.0/styles;$WORK/b491=>" -p github.com/alecthomas/chroma/v2/styles -lang=go1.19 -complete -installsuffix shared -buildid lzt5aZ1oiNEnzLi25Old/lzt5aZ1oiNEnzLi25Old -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b491/importcfg -embedcfg $WORK/b491/embedcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/api.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/compat.go
2025-08-20T21:54:23.7063628Z [00:03:06.406]➜  cat >/tmp/go-build3999932643/b490/importcfg << 'EOF' # internal
2025-08-20T21:54:23.7064148Z [00:03:06.406]➜  # import config
2025-08-20T21:54:23.7064542Z [00:03:06.406]➜  packagefile embed=/tmp/go-build3999932643/b066/_pkg_.a
2025-08-20T21:54:23.7065059Z [00:03:06.406]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build3999932643/b482/_pkg_.a
2025-08-20T21:54:23.7065635Z [00:03:06.406]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build3999932643/b484/_pkg_.a
2025-08-20T21:54:23.7066123Z [00:03:06.406]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:23.7066533Z [00:03:06.406]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:23.7066951Z [00:03:06.406]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:23.7067567Z [00:03:06.406]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:23.7067960Z [00:03:06.406]➜  EOF
2025-08-20T21:54:23.7068282Z [00:03:06.407]➜  cat >/tmp/go-build3999932643/b490/embedcfg << 'EOF' # internal
2025-08-20T21:54:23.7068595Z [00:03:06.407]➜  {
2025-08-20T21:54:23.7068810Z [00:03:06.407]➜  	"Patterns": {
2025-08-20T21:54:23.7069045Z [00:03:06.407]➜  		"embedded": [
2025-08-20T21:54:23.7069295Z [00:03:06.407]➜  			"embedded/abap.xml",
2025-08-20T21:54:23.7069563Z [00:03:06.407]➜  			"embedded/abnf.xml",
2025-08-20T21:54:23.7069852Z [00:03:06.407]➜  			"embedded/actionscript.xml",
2025-08-20T21:54:23.7070434Z [00:03:06.407]➜  			"embedded/actionscript_3.xml",
2025-08-20T21:54:23.7070725Z [00:03:06.407]➜  			"embedded/ada.xml",
2025-08-20T21:54:23.7070989Z [00:03:06.407]➜  			"embedded/agda.xml",
2025-08-20T21:54:23.7071249Z [00:03:06.407]➜  			"embedded/al.xml",
2025-08-20T21:54:23.7071513Z [00:03:06.407]➜  			"embedded/alloy.xml",
2025-08-20T21:54:23.7071793Z [00:03:06.407]➜  			"embedded/angular2.xml",
2025-08-20T21:54:23.7072068Z [00:03:06.407]➜  			"embedded/antlr.xml",
2025-08-20T21:54:23.7072352Z [00:03:06.407]➜  			"embedded/apacheconf.xml",
2025-08-20T21:54:23.7072631Z [00:03:06.407]➜  			"embedded/apl.xml",
2025-08-20T21:54:23.7072928Z [00:03:06.407]➜  			"embedded/applescript.xml",
2025-08-20T21:54:23.7073237Z [00:03:06.407]➜  			"embedded/arangodb_aql.xml",
2025-08-20T21:54:23.7073527Z [00:03:06.407]➜  			"embedded/arduino.xml",
2025-08-20T21:54:23.7073808Z [00:03:06.407]➜  			"embedded/armasm.xml",
2025-08-20T21:54:23.7074093Z [00:03:06.407]➜  			"embedded/autohotkey.xml",
2025-08-20T21:54:23.7074389Z [00:03:06.407]➜  			"embedded/autoit.xml",
2025-08-20T21:54:23.7074656Z [00:03:06.407]➜  			"embedded/awk.xml",
2025-08-20T21:54:23.7074935Z [00:03:06.407]➜  			"embedded/ballerina.xml",
2025-08-20T21:54:23.7075214Z [00:03:06.407]➜  			"embedded/bash.xml",
2025-08-20T21:54:23.7075502Z [00:03:06.407]➜  			"embedded/bash_session.xml",
2025-08-20T21:54:23.7075800Z [00:03:06.407]➜  			"embedded/batchfile.xml",
2025-08-20T21:54:23.7076088Z [00:03:06.407]➜  			"embedded/bibtex.xml",
2025-08-20T21:54:23.7076362Z [00:03:06.407]➜  			"embedded/bicep.xml",
2025-08-20T21:54:23.7076648Z [00:03:06.407]➜  			"embedded/blitzbasic.xml",
2025-08-20T21:54:23.7076944Z [00:03:06.407]➜  			"embedded/bnf.xml",
2025-08-20T21:54:23.7077212Z [00:03:06.407]➜  			"embedded/bqn.xml",
2025-08-20T21:54:23.7077683Z [00:03:06.407]➜  			"embedded/brainfuck.xml",
2025-08-20T21:54:23.7077965Z [00:03:06.407]➜  			"embedded/c#.xml",
2025-08-20T21:54:23.7078224Z [00:03:06.407]➜  			"embedded/c++.xml",
2025-08-20T21:54:23.7078482Z [00:03:06.407]➜  			"embedded/c.xml",
2025-08-20T21:54:23.7078769Z [00:03:06.407]➜  			"embedded/cap_n_proto.xml",
2025-08-20T21:54:23.7079072Z [00:03:06.407]➜  			"embedded/cassandra_cql.xml",
2025-08-20T21:54:23.7079365Z [00:03:06.407]➜  			"embedded/ceylon.xml",
2025-08-20T21:54:23.7079652Z [00:03:06.407]➜  			"embedded/cfengine3.xml",
2025-08-20T21:54:23.7079950Z [00:03:06.407]➜  			"embedded/cfstatement.xml",
2025-08-20T21:54:23.7080247Z [00:03:06.407]➜  			"embedded/chaiscript.xml",
2025-08-20T21:54:23.7080532Z [00:03:06.407]➜  			"embedded/chapel.xml",
2025-08-20T21:54:23.7080810Z [00:03:06.407]➜  			"embedded/cheetah.xml",
2025-08-20T21:54:23.7081366Z [00:03:06.407]➜  			"embedded/clojure.xml",
2025-08-20T21:54:23.7081712Z [00:03:06.407]➜  			"embedded/cmake.xml",
2025-08-20T21:54:23.7081983Z [00:03:06.407]➜  			"embedded/cobol.xml",
2025-08-20T21:54:23.7082275Z [00:03:06.407]➜  			"embedded/coffeescript.xml",
2025-08-20T21:54:23.7082578Z [00:03:06.407]➜  			"embedded/common_lisp.xml",
2025-08-20T21:54:23.7082868Z [00:03:06.407]➜  			"embedded/coq.xml",
2025-08-20T21:54:23.7083139Z [00:03:06.407]➜  			"embedded/crystal.xml",
2025-08-20T21:54:23.7083412Z [00:03:06.407]➜  			"embedded/css.xml",
2025-08-20T21:54:23.7083674Z [00:03:06.407]➜  			"embedded/cue.xml",
2025-08-20T21:54:23.7083942Z [00:03:06.407]➜  			"embedded/cython.xml",
2025-08-20T21:54:23.7084207Z [00:03:06.407]➜  			"embedded/d.xml",
2025-08-20T21:54:23.7084469Z [00:03:06.407]➜  			"embedded/dart.xml",
2025-08-20T21:54:23.7084733Z [00:03:06.407]➜  			"embedded/dax.xml",
2025-08-20T21:54:23.7085012Z [00:03:06.407]➜  			"embedded/desktop_entry.xml",
2025-08-20T21:54:23.7085309Z [00:03:06.407]➜  			"embedded/diff.xml",
2025-08-20T21:54:23.7085599Z [00:03:06.407]➜  			"embedded/django_jinja.xml",
2025-08-20T21:54:23.7085879Z [00:03:06.407]➜  			"embedded/dns.xml",
2025-08-20T21:54:23.7086148Z [00:03:06.407]➜  			"embedded/docker.xml",
2025-08-20T21:54:23.7086417Z [00:03:06.407]➜  			"embedded/dtd.xml",
2025-08-20T21:54:23.7086680Z [00:03:06.407]➜  			"embedded/dylan.xml",
2025-08-20T21:54:23.7087205Z [00:03:06.407]➜  			"embedded/ebnf.xml",
2025-08-20T21:54:23.7087654Z [00:03:06.407]➜  			"embedded/elixir.xml",
2025-08-20T21:54:23.7087930Z [00:03:06.407]➜  			"embedded/elm.xml",
2025-08-20T21:54:23.7088206Z [00:03:06.407]➜  			"embedded/emacslisp.xml",
2025-08-20T21:54:23.7088489Z [00:03:06.407]➜  			"embedded/erlang.xml",
2025-08-20T21:54:23.7088765Z [00:03:06.407]➜  			"embedded/factor.xml",
2025-08-20T21:54:23.7089039Z [00:03:06.407]➜  			"embedded/fennel.xml",
2025-08-20T21:54:23.7089306Z [00:03:06.407]➜  			"embedded/fish.xml",
2025-08-20T21:54:23.7089574Z [00:03:06.407]➜  			"embedded/forth.xml",
2025-08-20T21:54:23.7089862Z [00:03:06.407]➜  			"embedded/fortran.xml",
2025-08-20T21:54:23.7090159Z [00:03:06.407]➜  			"embedded/fortranfixed.xml",
2025-08-20T21:54:23.7090481Z [00:03:06.407]➜  			"embedded/fsharp.xml",
2025-08-20T21:54:23.7090754Z [00:03:06.407]➜  			"embedded/gas.xml",
2025-08-20T21:54:23.7091029Z [00:03:06.407]➜  			"embedded/gdscript.xml",
2025-08-20T21:54:23.7091333Z [00:03:06.407]➜  			"embedded/gdscript3.xml",
2025-08-20T21:54:23.7091624Z [00:03:06.407]➜  			"embedded/gherkin.xml",
2025-08-20T21:54:23.7091900Z [00:03:06.407]➜  			"embedded/gleam.xml",
2025-08-20T21:54:23.7092168Z [00:03:06.407]➜  			"embedded/glsl.xml",
2025-08-20T21:54:23.7092440Z [00:03:06.407]➜  			"embedded/gnuplot.xml",
2025-08-20T21:54:23.7092725Z [00:03:06.407]➜  			"embedded/go_template.xml",
2025-08-20T21:54:23.7093015Z [00:03:06.407]➜  			"embedded/graphql.xml",
2025-08-20T21:54:23.7093281Z [00:03:06.407]➜  			"embedded/groff.xml",
2025-08-20T21:54:23.7093553Z [00:03:06.407]➜  			"embedded/groovy.xml",
2025-08-20T21:54:23.7093853Z [00:03:06.407]➜  			"embedded/handlebars.xml",
2025-08-20T21:54:23.7094135Z [00:03:06.407]➜  			"embedded/hare.xml",
2025-08-20T21:54:23.7094408Z [00:03:06.407]➜  			"embedded/haskell.xml",
2025-08-20T21:54:23.7094677Z [00:03:06.407]➜  			"embedded/hcl.xml",
2025-08-20T21:54:23.7094954Z [00:03:06.407]➜  			"embedded/hexdump.xml",
2025-08-20T21:54:23.7095236Z [00:03:06.407]➜  			"embedded/hlb.xml",
2025-08-20T21:54:23.7095500Z [00:03:06.407]➜  			"embedded/hlsl.xml",
2025-08-20T21:54:23.7095770Z [00:03:06.407]➜  			"embedded/holyc.xml",
2025-08-20T21:54:23.7096036Z [00:03:06.407]➜  			"embedded/html.xml",
2025-08-20T21:54:23.7096301Z [00:03:06.407]➜  			"embedded/hy.xml",
2025-08-20T21:54:23.7096564Z [00:03:06.407]➜  			"embedded/idris.xml",
2025-08-20T21:54:23.7096834Z [00:03:06.407]➜  			"embedded/igor.xml",
2025-08-20T21:54:23.7097095Z [00:03:06.407]➜  			"embedded/ini.xml",
2025-08-20T21:54:23.7098926Z [00:03:06.407]➜  			"embedded/io.xml",
2025-08-20T21:54:23.7099861Z [00:03:06.407]➜  			"embedded/iscdhcpd.xml",
2025-08-20T21:54:23.7100265Z [00:03:06.407]➜  			"embedded/j.xml",
2025-08-20T21:54:23.7100532Z [00:03:06.407]➜  			"embedded/java.xml",
2025-08-20T21:54:23.7100818Z [00:03:06.407]➜  			"embedded/javascript.xml",
2025-08-20T21:54:23.7101103Z [00:03:06.407]➜  			"embedded/json.xml",
2025-08-20T21:54:23.7101369Z [00:03:06.407]➜  			"embedded/julia.xml",
2025-08-20T21:54:23.7101652Z [00:03:06.407]➜  			"embedded/jungle.xml",
2025-08-20T21:54:23.7101922Z [00:03:06.407]➜  			"embedded/kotlin.xml",
2025-08-20T21:54:23.7102251Z [00:03:06.407]➜  			"embedded/lighttpd_configuration_file.xml",
2025-08-20T21:54:23.7102570Z [00:03:06.407]➜  			"embedded/llvm.xml",
2025-08-20T21:54:23.7102832Z [00:03:06.407]➜  			"embedded/lua.xml",
2025-08-20T21:54:23.7103110Z [00:03:06.407]➜  			"embedded/makefile.xml",
2025-08-20T21:54:23.7103382Z [00:03:06.407]➜  			"embedded/mako.xml",
2025-08-20T21:54:23.7103649Z [00:03:06.407]➜  			"embedded/mason.xml",
2025-08-20T21:54:23.7103975Z [00:03:06.407]➜  			"embedded/materialize_sql_dialect.xml",
2025-08-20T21:54:23.7104299Z [00:03:06.407]➜  			"embedded/mathematica.xml",
2025-08-20T21:54:23.7104588Z [00:03:06.407]➜  			"embedded/matlab.xml",
2025-08-20T21:54:23.7104878Z [00:03:06.407]➜  			"embedded/mcfunction.xml",
2025-08-20T21:54:23.7105163Z [00:03:06.407]➜  			"embedded/meson.xml",
2025-08-20T21:54:23.7105778Z [00:03:06.407]➜  			"embedded/metal.xml",
2025-08-20T21:54:23.7106059Z [00:03:06.407]➜  			"embedded/minizinc.xml",
2025-08-20T21:54:23.7106337Z [00:03:06.407]➜  			"embedded/mlir.xml",
2025-08-20T21:54:23.7106611Z [00:03:06.407]➜  			"embedded/modula-2.xml",
2025-08-20T21:54:23.7106892Z [00:03:06.407]➜  			"embedded/monkeyc.xml",
2025-08-20T21:54:23.7107194Z [00:03:06.407]➜  			"embedded/morrowindscript.xml",
2025-08-20T21:54:23.7107693Z [00:03:06.407]➜  			"embedded/myghty.xml",
2025-08-20T21:54:23.7107968Z [00:03:06.407]➜  			"embedded/mysql.xml",
2025-08-20T21:54:23.7108235Z [00:03:06.407]➜  			"embedded/nasm.xml",
2025-08-20T21:54:23.7108519Z [00:03:06.407]➜  			"embedded/natural.xml",
2025-08-20T21:54:23.7108799Z [00:03:06.407]➜  			"embedded/ndisasm.xml",
2025-08-20T21:54:23.7109079Z [00:03:06.407]➜  			"embedded/newspeak.xml",
2025-08-20T21:54:23.7109400Z [00:03:06.407]➜  			"embedded/nginx_configuration_file.xml",
2025-08-20T21:54:23.7109706Z [00:03:06.407]➜  			"embedded/nim.xml",
2025-08-20T21:54:23.7109976Z [00:03:06.407]➜  			"embedded/nix.xml",
2025-08-20T21:54:23.7110254Z [00:03:06.407]➜  			"embedded/objective-c.xml",
2025-08-20T21:54:23.7110557Z [00:03:06.407]➜  			"embedded/objectpascal.xml",
2025-08-20T21:54:23.7110845Z [00:03:06.407]➜  			"embedded/ocaml.xml",
2025-08-20T21:54:23.7111116Z [00:03:06.407]➜  			"embedded/octave.xml",
2025-08-20T21:54:23.7111385Z [00:03:06.407]➜  			"embedded/odin.xml",
2025-08-20T21:54:23.7111679Z [00:03:06.407]➜  			"embedded/onesenterprise.xml",
2025-08-20T21:54:23.7111990Z [00:03:06.407]➜  			"embedded/openedge_abl.xml",
2025-08-20T21:54:23.7112602Z [00:03:06.407]➜  			"embedded/openscad.xml",
2025-08-20T21:54:23.7112921Z [00:03:06.407]➜  			"embedded/org_mode.xml",
2025-08-20T21:54:23.7113850Z [00:03:06.407]➜  			"embedded/pacmanconf.xml",
2025-08-20T21:54:23.7114147Z [00:03:06.407]➜  			"embedded/perl.xml",
2025-08-20T21:54:23.7114590Z [00:03:06.407]➜  			"embedded/php.xml",
2025-08-20T21:54:23.7114860Z [00:03:06.407]➜  			"embedded/pig.xml",
2025-08-20T21:54:23.7115368Z [00:03:06.407]➜  			"embedded/pkgconfig.xml",
2025-08-20T21:54:23.7115660Z [00:03:06.407]➜  			"embedded/pl_pgsql.xml",
2025-08-20T21:54:23.7116109Z [00:03:06.407]➜  			"embedded/plaintext.xml",
2025-08-20T21:54:23.7116412Z [00:03:06.407]➜  			"embedded/plutus_core.xml",
2025-08-20T21:54:23.7116848Z [00:03:06.407]➜  			"embedded/pony.xml",
2025-08-20T21:54:23.7117158Z [00:03:06.407]➜  			"embedded/postgresql_sql_dialect.xml",
2025-08-20T21:54:23.7117753Z [00:03:06.407]➜  			"embedded/postscript.xml",
2025-08-20T21:54:23.7118162Z [00:03:06.407]➜  			"embedded/povray.xml",
2025-08-20T21:54:23.7118508Z [00:03:06.408]➜  			"embedded/powerquery.xml",
2025-08-20T21:54:23.7119154Z [00:03:06.408]➜  			"embedded/powershell.xml",
2025-08-20T21:54:23.7119544Z [00:03:06.408]➜  			"embedded/prolog.xml",
2025-08-20T21:54:23.7120007Z [00:03:06.408]➜  			"embedded/promela.xml",
2025-08-20T21:54:23.7120288Z [00:03:06.408]➜  			"embedded/promql.xml",
2025-08-20T21:54:23.7120782Z [00:03:06.408]➜  			"embedded/properties.xml",
2025-08-20T21:54:23.7121109Z [00:03:06.408]➜  			"embedded/protocol_buffer.xml",
2025-08-20T21:54:23.7121531Z [00:03:06.408]➜  			"embedded/prql.xml",
2025-08-20T21:54:23.7121796Z [00:03:06.408]➜  			"embedded/psl.xml",
2025-08-20T21:54:23.7122246Z [00:03:06.408]➜  			"embedded/puppet.xml",
2025-08-20T21:54:23.7122528Z [00:03:06.408]➜  			"embedded/python.xml",
2025-08-20T21:54:23.7122956Z [00:03:06.408]➜  			"embedded/python_2.xml",
2025-08-20T21:54:23.7123239Z [00:03:06.408]➜  			"embedded/qbasic.xml",
2025-08-20T21:54:23.7123698Z [00:03:06.408]➜  			"embedded/qml.xml",
2025-08-20T21:54:23.7123970Z [00:03:06.408]➜  			"embedded/r.xml",
2025-08-20T21:54:23.7124383Z [00:03:06.408]➜  			"embedded/racket.xml",
2025-08-20T21:54:23.7124727Z [00:03:06.408]➜  			"embedded/ragel.xml",
2025-08-20T21:54:23.7125133Z [00:03:06.408]➜  			"embedded/react.xml",
2025-08-20T21:54:23.7125455Z [00:03:06.408]➜  			"embedded/reasonml.xml",
2025-08-20T21:54:23.7125890Z [00:03:06.408]➜  			"embedded/reg.xml",
2025-08-20T21:54:23.7126445Z [00:03:06.408]➜  			"embedded/rego.xml",
2025-08-20T21:54:23.7126955Z [00:03:06.408]➜  			"embedded/rexx.xml",
2025-08-20T21:54:23.7127236Z [00:03:06.408]➜  			"embedded/rpm_spec.xml",
2025-08-20T21:54:23.7127772Z [00:03:06.408]➜  			"embedded/ruby.xml",
2025-08-20T21:54:23.7128169Z [00:03:06.408]➜  			"embedded/rust.xml",
2025-08-20T21:54:23.7128504Z [00:03:06.408]➜  			"embedded/sas.xml",
2025-08-20T21:54:23.7128769Z [00:03:06.408]➜  			"embedded/sass.xml",
2025-08-20T21:54:23.7129189Z [00:03:06.408]➜  			"embedded/scala.xml",
2025-08-20T21:54:23.7129463Z [00:03:06.408]➜  			"embedded/scheme.xml",
2025-08-20T21:54:23.7129805Z [00:03:06.408]➜  			"embedded/scilab.xml",
2025-08-20T21:54:23.7130082Z [00:03:06.408]➜  			"embedded/scss.xml",
2025-08-20T21:54:23.7130346Z [00:03:06.408]➜  			"embedded/sed.xml",
2025-08-20T21:54:23.7130609Z [00:03:06.408]➜  			"embedded/sieve.xml",
2025-08-20T21:54:23.7130879Z [00:03:06.408]➜  			"embedded/smali.xml",
2025-08-20T21:54:23.7131169Z [00:03:06.408]➜  			"embedded/smalltalk.xml",
2025-08-20T21:54:23.7131449Z [00:03:06.408]➜  			"embedded/smarty.xml",
2025-08-20T21:54:23.7131725Z [00:03:06.408]➜  			"embedded/snobol.xml",
2025-08-20T21:54:23.7132006Z [00:03:06.408]➜  			"embedded/solidity.xml",
2025-08-20T21:54:23.7132296Z [00:03:06.408]➜  			"embedded/sourcepawn.xml",
2025-08-20T21:54:23.7132579Z [00:03:06.408]➜  			"embedded/sparql.xml",
2025-08-20T21:54:23.7132849Z [00:03:06.408]➜  			"embedded/sql.xml",
2025-08-20T21:54:23.7133122Z [00:03:06.408]➜  			"embedded/squidconf.xml",
2025-08-20T21:54:23.7133416Z [00:03:06.408]➜  			"embedded/standard_ml.xml",
2025-08-20T21:54:23.7133709Z [00:03:06.408]➜  			"embedded/stas.xml",
2025-08-20T21:54:23.7133983Z [00:03:06.408]➜  			"embedded/stylus.xml",
2025-08-20T21:54:23.7134259Z [00:03:06.408]➜  			"embedded/swift.xml",
2025-08-20T21:54:23.7134540Z [00:03:06.408]➜  			"embedded/systemd.xml",
2025-08-20T21:54:23.7134838Z [00:03:06.408]➜  			"embedded/systemverilog.xml",
2025-08-20T21:54:23.7135147Z [00:03:06.408]➜  			"embedded/tablegen.xml",
2025-08-20T21:54:23.7135423Z [00:03:06.408]➜  			"embedded/tal.xml",
2025-08-20T21:54:23.7135688Z [00:03:06.408]➜  			"embedded/tasm.xml",
2025-08-20T21:54:23.7136001Z [00:03:06.408]➜  			"embedded/tcl.xml",
2025-08-20T21:54:23.7136267Z [00:03:06.408]➜  			"embedded/tcsh.xml",
2025-08-20T21:54:23.7136951Z [00:03:06.408]➜  			"embedded/termcap.xml",
2025-08-20T21:54:23.7137242Z [00:03:06.408]➜  			"embedded/terminfo.xml",
2025-08-20T21:54:23.7137783Z [00:03:06.408]➜  			"embedded/terraform.xml",
2025-08-20T21:54:23.7138206Z [00:03:06.408]➜  			"embedded/tex.xml",
2025-08-20T21:54:23.7138739Z [00:03:06.408]➜  			"embedded/thrift.xml",
2025-08-20T21:54:23.7139242Z [00:03:06.408]➜  			"embedded/toml.xml",
2025-08-20T21:54:23.7139529Z [00:03:06.408]➜  			"embedded/tradingview.xml",
2025-08-20T21:54:23.7140020Z [00:03:06.408]➜  			"embedded/transact-sql.xml",
2025-08-20T21:54:23.7140315Z [00:03:06.408]➜  			"embedded/turing.xml",
2025-08-20T21:54:23.7140796Z [00:03:06.408]➜  			"embedded/turtle.xml",
2025-08-20T21:54:23.7141083Z [00:03:06.408]➜  			"embedded/twig.xml",
2025-08-20T21:54:23.7141585Z [00:03:06.408]➜  			"embedded/typescript.xml",
2025-08-20T21:54:23.7141986Z [00:03:06.408]➜  			"embedded/typoscript.xml",
2025-08-20T21:54:23.7142354Z [00:03:06.408]➜  			"embedded/typoscriptcssdata.xml",
2025-08-20T21:54:23.7142842Z [00:03:06.408]➜  			"embedded/typoscripthtmldata.xml",
2025-08-20T21:54:23.7143222Z [00:03:06.408]➜  			"embedded/ucode.xml",
2025-08-20T21:54:23.7143601Z [00:03:06.408]➜  			"embedded/v.xml",
2025-08-20T21:54:23.7143880Z [00:03:06.408]➜  			"embedded/v_shell.xml",
2025-08-20T21:54:23.7144264Z [00:03:06.408]➜  			"embedded/vala.xml",
2025-08-20T21:54:23.7144629Z [00:03:06.408]➜  			"embedded/vb_net.xml",
2025-08-20T21:54:23.7144909Z [00:03:06.408]➜  			"embedded/verilog.xml",
2025-08-20T21:54:23.7145330Z [00:03:06.408]➜  			"embedded/vhdl.xml",
2025-08-20T21:54:23.7145595Z [00:03:06.408]➜  			"embedded/vhs.xml",
2025-08-20T21:54:23.7146082Z [00:03:06.408]➜  			"embedded/viml.xml",
2025-08-20T21:54:23.7146724Z [00:03:06.408]➜  			"embedded/vue.xml",
2025-08-20T21:54:23.7146994Z [00:03:06.408]➜  			"embedded/wdte.xml",
2025-08-20T21:54:23.7147516Z [00:03:06.408]➜  			"embedded/webgpu_shading_language.xml",
2025-08-20T21:54:23.7147916Z [00:03:06.408]➜  			"embedded/whiley.xml",
2025-08-20T21:54:23.7148397Z [00:03:06.408]➜  			"embedded/xml.xml",
2025-08-20T21:54:23.7148912Z [00:03:06.408]➜  			"embedded/xorg.xml",
2025-08-20T21:54:23.7149444Z [00:03:06.408]➜  			"embedded/yaml.xml",
2025-08-20T21:54:23.7150025Z [00:03:06.408]➜  			"embedded/yang.xml",
2025-08-20T21:54:23.7150468Z [00:03:06.408]➜  			"embedded/z80_assembly.xml",
2025-08-20T21:54:23.7150824Z [00:03:06.408]➜  			"embedded/zed.xml",
2025-08-20T21:54:23.7151228Z [00:03:06.408]➜  			"embedded/zig.xml"
2025-08-20T21:54:23.7151522Z [00:03:06.408]➜  		]
2025-08-20T21:54:23.7151717Z [00:03:06.408]➜  	},
2025-08-20T21:54:23.7152095Z [00:03:06.408]➜  	"Files": {
2025-08-20T21:54:23.7152751Z [00:03:06.408]➜  		"embedded/abap.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/abap.xml",
2025-08-20T21:54:23.7153691Z [00:03:06.408]➜  		"embedded/abnf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/abnf.xml",
2025-08-20T21:54:23.7154736Z [00:03:06.408]➜  		"embedded/actionscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/actionscript.xml",
2025-08-20T21:54:23.7155947Z [00:03:06.408]➜  		"embedded/actionscript_3.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/actionscript_3.xml",
2025-08-20T21:54:23.7156944Z [00:03:06.408]➜  		"embedded/ada.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ada.xml",
2025-08-20T21:54:23.7157836Z [00:03:06.408]➜  		"embedded/agda.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/agda.xml",
2025-08-20T21:54:23.7158556Z [00:03:06.408]➜  		"embedded/al.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/al.xml",
2025-08-20T21:54:23.7159292Z [00:03:06.408]➜  		"embedded/alloy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/alloy.xml",
2025-08-20T21:54:23.7160066Z [00:03:06.408]➜  		"embedded/angular2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/angular2.xml",
2025-08-20T21:54:23.7160835Z [00:03:06.408]➜  		"embedded/antlr.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/antlr.xml",
2025-08-20T21:54:23.7161866Z [00:03:06.408]➜  		"embedded/apacheconf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/apacheconf.xml",
2025-08-20T21:54:23.7162699Z [00:03:06.408]➜  		"embedded/apl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/apl.xml",
2025-08-20T21:54:23.7163487Z [00:03:06.408]➜  		"embedded/applescript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/applescript.xml",
2025-08-20T21:54:23.7164341Z [00:03:06.408]➜  		"embedded/arangodb_aql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/arangodb_aql.xml",
2025-08-20T21:54:23.7165149Z [00:03:06.408]➜  		"embedded/arduino.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/arduino.xml",
2025-08-20T21:54:23.7165919Z [00:03:06.408]➜  		"embedded/armasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/armasm.xml",
2025-08-20T21:54:23.7166715Z [00:03:06.408]➜  		"embedded/autohotkey.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/autohotkey.xml",
2025-08-20T21:54:23.7167635Z [00:03:06.408]➜  		"embedded/autoit.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/autoit.xml",
2025-08-20T21:54:23.7168434Z [00:03:06.408]➜  		"embedded/awk.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/awk.xml",
2025-08-20T21:54:23.7169200Z [00:03:06.408]➜  		"embedded/ballerina.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ballerina.xml",
2025-08-20T21:54:23.7170194Z [00:03:06.408]➜  		"embedded/bash.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bash.xml",
2025-08-20T21:54:23.7170988Z [00:03:06.408]➜  		"embedded/bash_session.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bash_session.xml",
2025-08-20T21:54:23.7171813Z [00:03:06.408]➜  		"embedded/batchfile.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/batchfile.xml",
2025-08-20T21:54:23.7172606Z [00:03:06.408]➜  		"embedded/bibtex.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bibtex.xml",
2025-08-20T21:54:23.7173364Z [00:03:06.408]➜  		"embedded/bicep.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bicep.xml",
2025-08-20T21:54:23.7174167Z [00:03:06.408]➜  		"embedded/blitzbasic.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/blitzbasic.xml",
2025-08-20T21:54:23.7174942Z [00:03:06.408]➜  		"embedded/bnf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bnf.xml",
2025-08-20T21:54:23.7175654Z [00:03:06.408]➜  		"embedded/bqn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bqn.xml",
2025-08-20T21:54:23.7176419Z [00:03:06.408]➜  		"embedded/brainfuck.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/brainfuck.xml",
2025-08-20T21:54:23.7177170Z [00:03:06.408]➜  		"embedded/c#.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/c#.xml",
2025-08-20T21:54:23.7178197Z [00:03:06.408]➜  		"embedded/c++.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/c++.xml",
2025-08-20T21:54:23.7179244Z [00:03:06.408]➜  		"embedded/c.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/c.xml",
2025-08-20T21:54:23.7180170Z [00:03:06.408]➜  		"embedded/cap_n_proto.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cap_n_proto.xml",
2025-08-20T21:54:23.7181058Z [00:03:06.408]➜  		"embedded/cassandra_cql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cassandra_cql.xml",
2025-08-20T21:54:23.7182098Z [00:03:06.408]➜  		"embedded/ceylon.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ceylon.xml",
2025-08-20T21:54:23.7182900Z [00:03:06.408]➜  		"embedded/cfengine3.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cfengine3.xml",
2025-08-20T21:54:23.7184029Z [00:03:06.408]➜  		"embedded/cfstatement.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cfstatement.xml",
2025-08-20T21:54:23.7184953Z [00:03:06.408]➜  		"embedded/chaiscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/chaiscript.xml",
2025-08-20T21:54:23.7185753Z [00:03:06.408]➜  		"embedded/chapel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/chapel.xml",
2025-08-20T21:54:23.7186532Z [00:03:06.408]➜  		"embedded/cheetah.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cheetah.xml",
2025-08-20T21:54:23.7187551Z [00:03:06.408]➜  		"embedded/clojure.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/clojure.xml",
2025-08-20T21:54:23.7188415Z [00:03:06.408]➜  		"embedded/cmake.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cmake.xml",
2025-08-20T21:54:23.7189169Z [00:03:06.408]➜  		"embedded/cobol.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cobol.xml",
2025-08-20T21:54:23.7189981Z [00:03:06.408]➜  		"embedded/coffeescript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/coffeescript.xml",
2025-08-20T21:54:23.7190829Z [00:03:06.408]➜  		"embedded/common_lisp.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/common_lisp.xml",
2025-08-20T21:54:23.7191840Z [00:03:06.408]➜  		"embedded/coq.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/coq.xml",
2025-08-20T21:54:23.7192593Z [00:03:06.408]➜  		"embedded/crystal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/crystal.xml",
2025-08-20T21:54:23.7193333Z [00:03:06.408]➜  		"embedded/css.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/css.xml",
2025-08-20T21:54:23.7194042Z [00:03:06.408]➜  		"embedded/cue.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cue.xml",
2025-08-20T21:54:23.7195043Z [00:03:06.408]➜  		"embedded/cython.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cython.xml",
2025-08-20T21:54:23.7195776Z [00:03:06.408]➜  		"embedded/d.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/d.xml",
2025-08-20T21:54:23.7196482Z [00:03:06.408]➜  		"embedded/dart.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/dart.xml",
2025-08-20T21:54:23.7197207Z [00:03:06.408]➜  		"embedded/dax.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/dax.xml",
2025-08-20T21:54:23.7198147Z [00:03:06.408]➜  		"embedded/desktop_entry.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/desktop_entry.xml",
2025-08-20T21:54:23.7198941Z [00:03:06.408]➜  		"embedded/diff.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/diff.xml",
2025-08-20T21:54:23.7199738Z [00:03:06.408]➜  		"embedded/django_jinja.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/django_jinja.xml",
2025-08-20T21:54:23.7200515Z [00:03:06.408]➜  		"embedded/dns.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/dns.xml",
2025-08-20T21:54:23.7201255Z [00:03:06.408]➜  		"embedded/docker.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/docker.xml",
2025-08-20T21:54:23.7201999Z [00:03:06.408]➜  		"embedded/dtd.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/dtd.xml",
2025-08-20T21:54:23.7202726Z [00:03:06.408]➜  		"embedded/dylan.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/dylan.xml",
2025-08-20T21:54:23.7203464Z [00:03:06.408]➜  		"embedded/ebnf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ebnf.xml",
2025-08-20T21:54:23.7204213Z [00:03:06.408]➜  		"embedded/elixir.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/elixir.xml",
2025-08-20T21:54:23.7205141Z [00:03:06.408]➜  		"embedded/elm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/elm.xml",
2025-08-20T21:54:23.7206003Z [00:03:06.408]➜  		"embedded/emacslisp.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/emacslisp.xml",
2025-08-20T21:54:23.7206807Z [00:03:06.408]➜  		"embedded/erlang.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/erlang.xml",
2025-08-20T21:54:23.7207813Z [00:03:06.408]➜  		"embedded/factor.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/factor.xml",
2025-08-20T21:54:23.7208659Z [00:03:06.408]➜  		"embedded/fennel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/fennel.xml",
2025-08-20T21:54:23.7209408Z [00:03:06.408]➜  		"embedded/fish.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/fish.xml",
2025-08-20T21:54:23.7210148Z [00:03:06.408]➜  		"embedded/forth.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/forth.xml",
2025-08-20T21:54:23.7210923Z [00:03:06.408]➜  		"embedded/fortran.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/fortran.xml",
2025-08-20T21:54:23.7211749Z [00:03:06.408]➜  		"embedded/fortranfixed.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/fortranfixed.xml",
2025-08-20T21:54:23.7212784Z [00:03:06.408]➜  		"embedded/fsharp.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/fsharp.xml",
2025-08-20T21:54:23.7213526Z [00:03:06.408]➜  		"embedded/gas.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gas.xml",
2025-08-20T21:54:23.7214283Z [00:03:06.408]➜  		"embedded/gdscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gdscript.xml",
2025-08-20T21:54:23.7215092Z [00:03:06.408]➜  		"embedded/gdscript3.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gdscript3.xml",
2025-08-20T21:54:23.7215893Z [00:03:06.408]➜  		"embedded/gherkin.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gherkin.xml",
2025-08-20T21:54:23.7216658Z [00:03:06.408]➜  		"embedded/gleam.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gleam.xml",
2025-08-20T21:54:23.7217481Z [00:03:06.408]➜  		"embedded/glsl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/glsl.xml",
2025-08-20T21:54:23.7218303Z [00:03:06.408]➜  		"embedded/gnuplot.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gnuplot.xml",
2025-08-20T21:54:23.7219106Z [00:03:06.408]➜  		"embedded/go_template.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/go_template.xml",
2025-08-20T21:54:23.7219909Z [00:03:06.408]➜  		"embedded/graphql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/graphql.xml",
2025-08-20T21:54:23.7220678Z [00:03:06.408]➜  		"embedded/groff.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/groff.xml",
2025-08-20T21:54:23.7221433Z [00:03:06.408]➜  		"embedded/groovy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/groovy.xml",
2025-08-20T21:54:23.7222228Z [00:03:06.408]➜  		"embedded/handlebars.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/handlebars.xml",
2025-08-20T21:54:23.7223013Z [00:03:06.408]➜  		"embedded/hare.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hare.xml",
2025-08-20T21:54:23.7223770Z [00:03:06.408]➜  		"embedded/haskell.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/haskell.xml",
2025-08-20T21:54:23.7224508Z [00:03:06.408]➜  		"embedded/hcl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hcl.xml",
2025-08-20T21:54:23.7225258Z [00:03:06.408]➜  		"embedded/hexdump.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hexdump.xml",
2025-08-20T21:54:23.7226187Z [00:03:06.408]➜  		"embedded/hlb.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hlb.xml",
2025-08-20T21:54:23.7226972Z [00:03:06.408]➜  		"embedded/hlsl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hlsl.xml",
2025-08-20T21:54:23.7227842Z [00:03:06.408]➜  		"embedded/holyc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/holyc.xml",
2025-08-20T21:54:23.7228635Z [00:03:06.408]➜  		"embedded/html.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/html.xml",
2025-08-20T21:54:23.7229346Z [00:03:06.408]➜  		"embedded/hy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hy.xml",
2025-08-20T21:54:23.7230065Z [00:03:06.408]➜  		"embedded/idris.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/idris.xml",
2025-08-20T21:54:23.7230808Z [00:03:06.408]➜  		"embedded/igor.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/igor.xml",
2025-08-20T21:54:23.7231530Z [00:03:06.408]➜  		"embedded/ini.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ini.xml",
2025-08-20T21:54:23.7232235Z [00:03:06.408]➜  		"embedded/io.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/io.xml",
2025-08-20T21:54:23.7232988Z [00:03:06.408]➜  		"embedded/iscdhcpd.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/iscdhcpd.xml",
2025-08-20T21:54:23.7234269Z [00:03:06.408]➜  		"embedded/j.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/j.xml",
2025-08-20T21:54:23.7235008Z [00:03:06.408]➜  		"embedded/java.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/java.xml",
2025-08-20T21:54:23.7235799Z [00:03:06.408]➜  		"embedded/javascript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/javascript.xml",
2025-08-20T21:54:23.7236622Z [00:03:06.408]➜  		"embedded/json.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/json.xml",
2025-08-20T21:54:23.7237438Z [00:03:06.408]➜  		"embedded/julia.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/julia.xml",
2025-08-20T21:54:23.7238264Z [00:03:06.408]➜  		"embedded/jungle.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/jungle.xml",
2025-08-20T21:54:23.7239034Z [00:03:06.408]➜  		"embedded/kotlin.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/kotlin.xml",
2025-08-20T21:54:23.7239965Z [00:03:06.408]➜  		"embedded/lighttpd_configuration_file.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/lighttpd_configuration_file.xml",
2025-08-20T21:54:23.7240862Z [00:03:06.408]➜  		"embedded/llvm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/llvm.xml",
2025-08-20T21:54:23.7241592Z [00:03:06.408]➜  		"embedded/lua.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/lua.xml",
2025-08-20T21:54:23.7242355Z [00:03:06.408]➜  		"embedded/makefile.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/makefile.xml",
2025-08-20T21:54:23.7243115Z [00:03:06.408]➜  		"embedded/mako.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mako.xml",
2025-08-20T21:54:23.7243861Z [00:03:06.408]➜  		"embedded/mason.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mason.xml",
2025-08-20T21:54:23.7244747Z [00:03:06.408]➜  		"embedded/materialize_sql_dialect.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/materialize_sql_dialect.xml",
2025-08-20T21:54:23.7245663Z [00:03:06.408]➜  		"embedded/mathematica.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mathematica.xml",
2025-08-20T21:54:23.7246465Z [00:03:06.408]➜  		"embedded/matlab.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/matlab.xml",
2025-08-20T21:54:23.7247579Z [00:03:06.408]➜  		"embedded/mcfunction.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mcfunction.xml",
2025-08-20T21:54:23.7248481Z [00:03:06.408]➜  		"embedded/meson.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/meson.xml",
2025-08-20T21:54:23.7249235Z [00:03:06.408]➜  		"embedded/metal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/metal.xml",
2025-08-20T21:54:23.7250006Z [00:03:06.408]➜  		"embedded/minizinc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/minizinc.xml",
2025-08-20T21:54:23.7250763Z [00:03:06.408]➜  		"embedded/mlir.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mlir.xml",
2025-08-20T21:54:23.7251525Z [00:03:06.408]➜  		"embedded/modula-2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/modula-2.xml",
2025-08-20T21:54:23.7252312Z [00:03:06.408]➜  		"embedded/monkeyc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/monkeyc.xml",
2025-08-20T21:54:23.7253163Z [00:03:06.408]➜  		"embedded/morrowindscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/morrowindscript.xml",
2025-08-20T21:54:23.7253999Z [00:03:06.408]➜  		"embedded/myghty.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/myghty.xml",
2025-08-20T21:54:23.7254997Z [00:03:06.408]➜  		"embedded/mysql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mysql.xml",
2025-08-20T21:54:23.7255747Z [00:03:06.408]➜  		"embedded/nasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/nasm.xml",
2025-08-20T21:54:23.7256505Z [00:03:06.408]➜  		"embedded/natural.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/natural.xml",
2025-08-20T21:54:23.7257288Z [00:03:06.408]➜  		"embedded/ndisasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ndisasm.xml",
2025-08-20T21:54:23.7258239Z [00:03:06.408]➜  		"embedded/newspeak.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/newspeak.xml",
2025-08-20T21:54:23.7259163Z [00:03:06.408]➜  		"embedded/nginx_configuration_file.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/nginx_configuration_file.xml",
2025-08-20T21:54:23.7260021Z [00:03:06.408]➜  		"embedded/nim.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/nim.xml",
2025-08-20T21:54:23.7260736Z [00:03:06.408]➜  		"embedded/nix.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/nix.xml",
2025-08-20T21:54:23.7261522Z [00:03:06.408]➜  		"embedded/objective-c.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/objective-c.xml",
2025-08-20T21:54:23.7262390Z [00:03:06.408]➜  		"embedded/objectpascal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/objectpascal.xml",
2025-08-20T21:54:23.7263201Z [00:03:06.408]➜  		"embedded/ocaml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ocaml.xml",
2025-08-20T21:54:23.7263961Z [00:03:06.408]➜  		"embedded/octave.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/octave.xml",
2025-08-20T21:54:23.7264706Z [00:03:06.408]➜  		"embedded/odin.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/odin.xml",
2025-08-20T21:54:23.7265532Z [00:03:06.408]➜  		"embedded/onesenterprise.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/onesenterprise.xml",
2025-08-20T21:54:23.7266401Z [00:03:06.408]➜  		"embedded/openedge_abl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/openedge_abl.xml",
2025-08-20T21:54:23.7267218Z [00:03:06.408]➜  		"embedded/openscad.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/openscad.xml",
2025-08-20T21:54:23.7268394Z [00:03:06.408]➜  		"embedded/org_mode.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/org_mode.xml",
2025-08-20T21:54:23.7269278Z [00:03:06.408]➜  		"embedded/pacmanconf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/pacmanconf.xml",
2025-08-20T21:54:23.7270061Z [00:03:06.408]➜  		"embedded/perl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/perl.xml",
2025-08-20T21:54:23.7270799Z [00:03:06.408]➜  		"embedded/php.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/php.xml",
2025-08-20T21:54:23.7271513Z [00:03:06.408]➜  		"embedded/pig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/pig.xml",
2025-08-20T21:54:23.7272301Z [00:03:06.408]➜  		"embedded/pkgconfig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/pkgconfig.xml",
2025-08-20T21:54:23.7273100Z [00:03:06.408]➜  		"embedded/pl_pgsql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/pl_pgsql.xml",
2025-08-20T21:54:23.7273894Z [00:03:06.408]➜  		"embedded/plaintext.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/plaintext.xml",
2025-08-20T21:54:23.7274714Z [00:03:06.408]➜  		"embedded/plutus_core.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/plutus_core.xml",
2025-08-20T21:54:23.7275699Z [00:03:06.408]➜  		"embedded/pony.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/pony.xml",
2025-08-20T21:54:23.7276575Z [00:03:06.408]➜  		"embedded/postgresql_sql_dialect.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/postgresql_sql_dialect.xml",
2025-08-20T21:54:23.7277592Z [00:03:06.408]➜  		"embedded/postscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/postscript.xml",
2025-08-20T21:54:23.7278460Z [00:03:06.408]➜  		"embedded/povray.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/povray.xml",
2025-08-20T21:54:23.7279261Z [00:03:06.408]➜  		"embedded/powerquery.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/powerquery.xml",
2025-08-20T21:54:23.7280087Z [00:03:06.408]➜  		"embedded/powershell.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/powershell.xml",
2025-08-20T21:54:23.7280890Z [00:03:06.408]➜  		"embedded/prolog.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/prolog.xml",
2025-08-20T21:54:23.7281663Z [00:03:06.408]➜  		"embedded/promela.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/promela.xml",
2025-08-20T21:54:23.7282432Z [00:03:06.408]➜  		"embedded/promql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/promql.xml",
2025-08-20T21:54:23.7283232Z [00:03:06.408]➜  		"embedded/properties.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/properties.xml",
2025-08-20T21:54:23.7284102Z [00:03:06.408]➜  		"embedded/protocol_buffer.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/protocol_buffer.xml",
2025-08-20T21:54:23.7284915Z [00:03:06.408]➜  		"embedded/prql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/prql.xml",
2025-08-20T21:54:23.7286055Z [00:03:06.408]➜  		"embedded/psl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/psl.xml",
2025-08-20T21:54:23.7286900Z [00:03:06.408]➜  		"embedded/puppet.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/puppet.xml",
2025-08-20T21:54:23.7287803Z [00:03:06.408]➜  		"embedded/python.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/python.xml",
2025-08-20T21:54:23.7288595Z [00:03:06.408]➜  		"embedded/python_2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/python_2.xml",
2025-08-20T21:54:23.7289600Z [00:03:06.408]➜  		"embedded/qbasic.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/qbasic.xml",
2025-08-20T21:54:23.7290404Z [00:03:06.408]➜  		"embedded/qml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/qml.xml",
2025-08-20T21:54:23.7291103Z [00:03:06.408]➜  		"embedded/r.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/r.xml",
2025-08-20T21:54:23.7291834Z [00:03:06.408]➜  		"embedded/racket.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/racket.xml",
2025-08-20T21:54:23.7292588Z [00:03:06.408]➜  		"embedded/ragel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ragel.xml",
2025-08-20T21:54:23.7293335Z [00:03:06.408]➜  		"embedded/react.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/react.xml",
2025-08-20T21:54:23.7294110Z [00:03:06.408]➜  		"embedded/reasonml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/reasonml.xml",
2025-08-20T21:54:23.7294865Z [00:03:06.408]➜  		"embedded/reg.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/reg.xml",
2025-08-20T21:54:23.7295588Z [00:03:06.408]➜  		"embedded/rego.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/rego.xml",
2025-08-20T21:54:23.7296358Z [00:03:06.408]➜  		"embedded/rexx.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/rexx.xml",
2025-08-20T21:54:23.7297322Z [00:03:06.408]➜  		"embedded/rpm_spec.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/rpm_spec.xml",
2025-08-20T21:54:23.7298232Z [00:03:06.408]➜  		"embedded/ruby.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ruby.xml",
2025-08-20T21:54:23.7298959Z [00:03:06.408]➜  		"embedded/rust.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/rust.xml",
2025-08-20T21:54:23.7299689Z [00:03:06.408]➜  		"embedded/sas.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sas.xml",
2025-08-20T21:54:23.7300411Z [00:03:06.408]➜  		"embedded/sass.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sass.xml",
2025-08-20T21:54:23.7301144Z [00:03:06.408]➜  		"embedded/scala.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/scala.xml",
2025-08-20T21:54:23.7301905Z [00:03:06.408]➜  		"embedded/scheme.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/scheme.xml",
2025-08-20T21:54:23.7302670Z [00:03:06.408]➜  		"embedded/scilab.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/scilab.xml",
2025-08-20T21:54:23.7303411Z [00:03:06.408]➜  		"embedded/scss.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/scss.xml",
2025-08-20T21:54:23.7304129Z [00:03:06.408]➜  		"embedded/sed.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sed.xml",
2025-08-20T21:54:23.7304862Z [00:03:06.408]➜  		"embedded/sieve.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sieve.xml",
2025-08-20T21:54:23.7305611Z [00:03:06.408]➜  		"embedded/smali.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/smali.xml",
2025-08-20T21:54:23.7306392Z [00:03:06.408]➜  		"embedded/smalltalk.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/smalltalk.xml",
2025-08-20T21:54:23.7307184Z [00:03:06.408]➜  		"embedded/smarty.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/smarty.xml",
2025-08-20T21:54:23.7308076Z [00:03:06.408]➜  		"embedded/snobol.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/snobol.xml",
2025-08-20T21:54:23.7308863Z [00:03:06.408]➜  		"embedded/solidity.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/solidity.xml",
2025-08-20T21:54:23.7309897Z [00:03:06.408]➜  		"embedded/sourcepawn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sourcepawn.xml",
2025-08-20T21:54:23.7310757Z [00:03:06.408]➜  		"embedded/sparql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sparql.xml",
2025-08-20T21:54:23.7311492Z [00:03:06.408]➜  		"embedded/sql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sql.xml",
2025-08-20T21:54:23.7312266Z [00:03:06.408]➜  		"embedded/squidconf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/squidconf.xml",
2025-08-20T21:54:23.7313084Z [00:03:06.408]➜  		"embedded/standard_ml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/standard_ml.xml",
2025-08-20T21:54:23.7313860Z [00:03:06.408]➜  		"embedded/stas.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/stas.xml",
2025-08-20T21:54:23.7314607Z [00:03:06.408]➜  		"embedded/stylus.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/stylus.xml",
2025-08-20T21:54:23.7315367Z [00:03:06.408]➜  		"embedded/swift.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/swift.xml",
2025-08-20T21:54:23.7316134Z [00:03:06.408]➜  		"embedded/systemd.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/systemd.xml",
2025-08-20T21:54:23.7316982Z [00:03:06.408]➜  		"embedded/systemverilog.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/systemverilog.xml",
2025-08-20T21:54:23.7318110Z [00:03:06.408]➜  		"embedded/tablegen.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tablegen.xml",
2025-08-20T21:54:23.7318869Z [00:03:06.408]➜  		"embedded/tal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tal.xml",
2025-08-20T21:54:23.7319590Z [00:03:06.408]➜  		"embedded/tasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tasm.xml",
2025-08-20T21:54:23.7320320Z [00:03:06.408]➜  		"embedded/tcl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tcl.xml",
2025-08-20T21:54:23.7321041Z [00:03:06.408]➜  		"embedded/tcsh.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tcsh.xml",
2025-08-20T21:54:23.7321797Z [00:03:06.408]➜  		"embedded/termcap.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/termcap.xml",
2025-08-20T21:54:23.7322591Z [00:03:06.408]➜  		"embedded/terminfo.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/terminfo.xml",
2025-08-20T21:54:23.7323397Z [00:03:06.408]➜  		"embedded/terraform.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/terraform.xml",
2025-08-20T21:54:23.7324534Z [00:03:06.408]➜  		"embedded/tex.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tex.xml",
2025-08-20T21:54:23.7325345Z [00:03:06.408]➜  		"embedded/thrift.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/thrift.xml",
2025-08-20T21:54:23.7326108Z [00:03:06.408]➜  		"embedded/toml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/toml.xml",
2025-08-20T21:54:23.7326905Z [00:03:06.408]➜  		"embedded/tradingview.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tradingview.xml",
2025-08-20T21:54:23.7327853Z [00:03:06.408]➜  		"embedded/transact-sql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/transact-sql.xml",
2025-08-20T21:54:23.7328672Z [00:03:06.408]➜  		"embedded/turing.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/turing.xml",
2025-08-20T21:54:23.7329434Z [00:03:06.408]➜  		"embedded/turtle.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/turtle.xml",
2025-08-20T21:54:23.7330180Z [00:03:06.408]➜  		"embedded/twig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/twig.xml",
2025-08-20T21:54:23.7331200Z [00:03:06.408]➜  		"embedded/typescript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/typescript.xml",
2025-08-20T21:54:23.7332133Z [00:03:06.408]➜  		"embedded/typoscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/typoscript.xml",
2025-08-20T21:54:23.7333035Z [00:03:06.408]➜  		"embedded/typoscriptcssdata.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/typoscriptcssdata.xml",
2025-08-20T21:54:23.7334001Z [00:03:06.408]➜  		"embedded/typoscripthtmldata.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/typoscripthtmldata.xml",
2025-08-20T21:54:23.7334855Z [00:03:06.408]➜  		"embedded/ucode.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ucode.xml",
2025-08-20T21:54:23.7335571Z [00:03:06.408]➜  		"embedded/v.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/v.xml",
2025-08-20T21:54:23.7336345Z [00:03:06.408]➜  		"embedded/v_shell.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/v_shell.xml",
2025-08-20T21:54:23.7337089Z [00:03:06.408]➜  		"embedded/vala.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/vala.xml",
2025-08-20T21:54:23.7338002Z [00:03:06.408]➜  		"embedded/vb_net.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/vb_net.xml",
2025-08-20T21:54:23.7339030Z [00:03:06.408]➜  		"embedded/verilog.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/verilog.xml",
2025-08-20T21:54:23.7339788Z [00:03:06.408]➜  		"embedded/vhdl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/vhdl.xml",
2025-08-20T21:54:23.7340508Z [00:03:06.408]➜  		"embedded/vhs.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/vhs.xml",
2025-08-20T21:54:23.7341230Z [00:03:06.408]➜  		"embedded/viml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/viml.xml",
2025-08-20T21:54:23.7341955Z [00:03:06.408]➜  		"embedded/vue.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/vue.xml",
2025-08-20T21:54:23.7342678Z [00:03:06.408]➜  		"embedded/wdte.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/wdte.xml",
2025-08-20T21:54:23.7343555Z [00:03:06.408]➜  		"embedded/webgpu_shading_language.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/webgpu_shading_language.xml",
2025-08-20T21:54:23.7344432Z [00:03:06.408]➜  		"embedded/whiley.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/whiley.xml",
2025-08-20T21:54:23.7345167Z [00:03:06.408]➜  		"embedded/xml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/xml.xml",
2025-08-20T21:54:23.7345891Z [00:03:06.408]➜  		"embedded/xorg.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/xorg.xml",
2025-08-20T21:54:23.7346627Z [00:03:06.408]➜  		"embedded/yaml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/yaml.xml",
2025-08-20T21:54:23.7347462Z [00:03:06.408]➜  		"embedded/yang.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/yang.xml",
2025-08-20T21:54:23.7348333Z [00:03:06.408]➜  		"embedded/z80_assembly.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/z80_assembly.xml",
2025-08-20T21:54:23.7349121Z [00:03:06.408]➜  		"embedded/zed.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/zed.xml",
2025-08-20T21:54:23.7349829Z [00:03:06.408]➜  		"embedded/zig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/zig.xml"
2025-08-20T21:54:23.7350266Z [00:03:06.408]➜  	}
2025-08-20T21:54:23.7350454Z [00:03:06.408]➜  }EOF
2025-08-20T21:54:23.7357192Z [00:03:06.408]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b490/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers=>github.com/alecthomas/chroma/v2@v2.14.0/lexers;$WORK/b490=>" -p github.com/alecthomas/chroma/v2/lexers -lang=go1.19 -complete -installsuffix shared -buildid uxtGk2RCT6PRSCKmaAT2/uxtGk2RCT6PRSCKmaAT2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b490/importcfg -embedcfg $WORK/b490/embedcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/caddyfile.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/cl.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/dns.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/emacs.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/genshi.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/go.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/haxe.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/html.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/http.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/lexers.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/markdown.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/mysql.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/php.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/raku.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/rst.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/svelte.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/typoscript.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/zed.go
2025-08-20T21:54:23.7363224Z [00:03:06.408]➜  go tool buildid -w $WORK/b488/_pkg_.a # internal
2025-08-20T21:54:23.7363889Z [00:03:06.409]➜  cp $WORK/b488/_pkg_.a /root/.cache/go-build/05/05cfbc3c6deb05cab81d0a13d083bd5117f964e4ebed774a28ab9b685cdd4faa-d # internal
2025-08-20T21:54:23.7364488Z [00:03:06.410]➜  github.com/alecthomas/chroma/v2/formatters
2025-08-20T21:54:23.7364796Z [00:03:06.410]➜  mkdir -p $WORK/b487/
2025-08-20T21:54:23.7365166Z [00:03:06.410]➜  cat >/tmp/go-build3999932643/b487/importcfg << 'EOF' # internal
2025-08-20T21:54:23.7365501Z [00:03:06.410]➜  # import config
2025-08-20T21:54:23.7365862Z [00:03:06.410]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:23.7366297Z [00:03:06.411]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:23.7366797Z [00:03:06.411]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build3999932643/b482/_pkg_.a
2025-08-20T21:54:23.7367546Z [00:03:06.411]➜  packagefile github.com/alecthomas/chroma/v2/formatters/html=/tmp/go-build3999932643/b488/_pkg_.a
2025-08-20T21:54:23.7368334Z [00:03:06.411]➜  packagefile github.com/alecthomas/chroma/v2/formatters/svg=/tmp/go-build3999932643/b489/_pkg_.a
2025-08-20T21:54:23.7368876Z [00:03:06.411]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:23.7369279Z [00:03:06.411]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:23.7369684Z [00:03:06.411]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:23.7370160Z [00:03:06.411]➜  EOF
2025-08-20T21:54:23.7373453Z [00:03:06.413]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b487/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters=>github.com/alecthomas/chroma/v2@v2.14.0/formatters;$WORK/b487=>" -p github.com/alecthomas/chroma/v2/formatters -lang=go1.19 -complete -installsuffix shared -buildid q3Fq35wnZcCBGn__ddR2/q3Fq35wnZcCBGn__ddR2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b487/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/api.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/json.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/tokens.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/tty_indexed.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/tty_truecolour.go
2025-08-20T21:54:23.7392394Z [00:03:06.448]➜  go tool buildid -w $WORK/b449/_pkg_.a # internal
2025-08-20T21:54:23.7401966Z [00:03:06.449]➜  go tool buildid -w $WORK/b491/_pkg_.a # internal
2025-08-20T21:54:23.7415342Z [00:03:06.451]➜  cp $WORK/b491/_pkg_.a /root/.cache/go-build/04/0411af1e754de45f0eb681a245260194e7e11e930c69ec33cb44b337ab57dfc4-d # internal
2025-08-20T21:54:23.7419266Z [00:03:06.451]➜  github.com/xo/terminfo
2025-08-20T21:54:23.7420403Z [00:03:06.451]➜  mkdir -p $WORK/b506/
2025-08-20T21:54:23.7422255Z [00:03:06.452]➜  cat >/tmp/go-build3999932643/b506/importcfg << 'EOF' # internal
2025-08-20T21:54:23.7422626Z [00:03:06.452]➜  # import config
2025-08-20T21:54:23.7423580Z [00:03:06.452]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:23.7424005Z [00:03:06.452]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:23.7424407Z [00:03:06.452]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:23.7424821Z [00:03:06.452]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:23.7425248Z [00:03:06.452]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:23.7425657Z [00:03:06.452]➜  packagefile os/user=/tmp/go-build3999932643/b236/_pkg_.a
2025-08-20T21:54:23.7426071Z [00:03:06.452]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:23.7426474Z [00:03:06.452]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:23.7426900Z [00:03:06.452]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:23.7427326Z [00:03:06.452]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:23.7428003Z [00:03:06.452]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:23.7428323Z [00:03:06.452]➜  EOF
2025-08-20T21:54:23.7432446Z [00:03:06.452]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b506/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e=>github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e;$WORK/b506=>" -p github.com/xo/terminfo -lang=go1.19 -complete -installsuffix shared -buildid 51j68XE0rdA_X26nZNYZ/51j68XE0rdA_X26nZNYZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b506/importcfg -pack /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/caps.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/capvals.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/color.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/dec.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/load.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/param.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/stack.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/terminfo.go
2025-08-20T21:54:23.7493041Z [00:03:06.459]➜  cp $WORK/b449/_pkg_.a /root/.cache/go-build/4b/4bd51bb187e6240f36162e5f930cf4d22787ee6bbe0599145caf7ce6ca710d90-d # internal
2025-08-20T21:54:23.7507659Z [00:03:06.460]➜  github.com/projectdiscovery/utils/crypto
2025-08-20T21:54:23.7508083Z [00:03:06.460]➜  mkdir -p $WORK/b448/
2025-08-20T21:54:23.7511540Z [00:03:06.460]➜  cat >/tmp/go-build3999932643/b448/importcfg << 'EOF' # internal
2025-08-20T21:54:23.7511899Z [00:03:06.460]➜  # import config
2025-08-20T21:54:23.7512690Z [00:03:06.460]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:23.7513161Z [00:03:06.461]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:23.7513618Z [00:03:06.461]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:23.7514084Z [00:03:06.461]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:23.7514540Z [00:03:06.461]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:23.7514983Z [00:03:06.461]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:23.7515400Z [00:03:06.461]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:23.7515893Z [00:03:06.461]➜  packagefile github.com/zmap/zcrypto/tls=/tmp/go-build3999932643/b449/_pkg_.a
2025-08-20T21:54:23.7516269Z [00:03:06.461]➜  EOF
2025-08-20T21:54:23.7518973Z [00:03:06.461]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b448/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/crypto=>github.com/projectdiscovery/utils@v0.4.23/crypto;$WORK/b448=>" -p github.com/projectdiscovery/utils/crypto -lang=go1.24 -complete -installsuffix shared -buildid xC71Cb77tMM3G7DUbFVY/xC71Cb77tMM3G7DUbFVY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b448/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/crypto/hash.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/crypto/tls.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/crypto/ztls.go
2025-08-20T21:54:23.7984290Z [00:03:06.508]➜  go tool buildid -w $WORK/b448/_pkg_.a # internal
2025-08-20T21:54:23.7996980Z [00:03:06.509]➜  cp $WORK/b448/_pkg_.a /root/.cache/go-build/81/81fdb916dfc7067b0ba62c942737c4e9a7222a41581e5486d1d484229335fb84-d # internal
2025-08-20T21:54:23.8053046Z [00:03:06.514]➜  github.com/projectdiscovery/fastdialer/fastdialer
2025-08-20T21:54:23.8054091Z [00:03:06.514]➜  mkdir -p $WORK/b341/
2025-08-20T21:54:23.8055304Z [00:03:06.514]➜  cat >/tmp/go-build3999932643/b341/importcfg << 'EOF' # internal
2025-08-20T21:54:23.8055760Z [00:03:06.514]➜  # import config
2025-08-20T21:54:23.8056104Z [00:03:06.514]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:23.8056526Z [00:03:06.514]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:23.8056942Z [00:03:06.514]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:23.8057539Z [00:03:06.514]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:23.8058054Z [00:03:06.514]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:23.8058508Z [00:03:06.514]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:23.8059003Z [00:03:06.514]➜  packagefile github.com/Mzack9999/gcache=/tmp/go-build3999932643/b342/_pkg_.a
2025-08-20T21:54:23.8059576Z [00:03:06.514]➜  packagefile github.com/dimchansky/utfbom=/tmp/go-build3999932643/b344/_pkg_.a
2025-08-20T21:54:23.8060134Z [00:03:06.515]➜  packagefile github.com/docker/go-units=/tmp/go-build3999932643/b345/_pkg_.a
2025-08-20T21:54:23.8060877Z [00:03:06.515]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer/ja3/impersonate=/tmp/go-build3999932643/b346/_pkg_.a
2025-08-20T21:54:23.8061725Z [00:03:06.515]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer/metafiles=/tmp/go-build3999932643/b409/_pkg_.a
2025-08-20T21:54:23.8062530Z [00:03:06.515]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer/utils=/tmp/go-build3999932643/b438/_pkg_.a
2025-08-20T21:54:23.8063604Z [00:03:06.515]➜  packagefile github.com/projectdiscovery/hmap/store/hybrid=/tmp/go-build3999932643/b410/_pkg_.a
2025-08-20T21:54:23.8064377Z [00:03:06.515]➜  packagefile github.com/projectdiscovery/networkpolicy=/tmp/go-build3999932643/b439/_pkg_.a
2025-08-20T21:54:23.8065049Z [00:03:06.515]➜  packagefile github.com/projectdiscovery/retryabledns=/tmp/go-build3999932643/b328/_pkg_.a
2025-08-20T21:54:23.8065722Z [00:03:06.515]➜  packagefile github.com/projectdiscovery/utils/context=/tmp/go-build3999932643/b447/_pkg_.a
2025-08-20T21:54:23.8066402Z [00:03:06.515]➜  packagefile github.com/projectdiscovery/utils/crypto=/tmp/go-build3999932643/b448/_pkg_.a
2025-08-20T21:54:23.8067051Z [00:03:06.515]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build3999932643/b182/_pkg_.a
2025-08-20T21:54:23.8067978Z [00:03:06.515]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:23.8068629Z [00:03:06.515]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build3999932643/b333/_pkg_.a
2025-08-20T21:54:23.8069274Z [00:03:06.515]➜  packagefile github.com/projectdiscovery/utils/ptr=/tmp/go-build3999932643/b468/_pkg_.a
2025-08-20T21:54:23.8069910Z [00:03:06.515]➜  packagefile github.com/refraction-networking/utls=/tmp/go-build3999932643/b347/_pkg_.a
2025-08-20T21:54:23.8070542Z [00:03:06.515]➜  packagefile github.com/zmap/zcrypto/encoding/asn1=/tmp/go-build3999932643/b463/_pkg_.a
2025-08-20T21:54:23.8071422Z [00:03:06.515]➜  packagefile github.com/zmap/zcrypto/tls=/tmp/go-build3999932643/b449/_pkg_.a
2025-08-20T21:54:23.8071965Z [00:03:06.515]➜  packagefile golang.org/x/net/idna=/tmp/go-build3999932643/b456/_pkg_.a
2025-08-20T21:54:23.8072488Z [00:03:06.515]➜  packagefile golang.org/x/net/proxy=/tmp/go-build3999932643/b336/_pkg_.a
2025-08-20T21:54:23.8073050Z [00:03:06.515]➜  packagefile golang.org/x/sync/singleflight=/tmp/go-build3999932643/b469/_pkg_.a
2025-08-20T21:54:23.8073538Z [00:03:06.515]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:23.8073955Z [00:03:06.515]➜  packagefile log/slog=/tmp/go-build3999932643/b184/_pkg_.a
2025-08-20T21:54:23.8074378Z [00:03:06.515]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:23.8074773Z [00:03:06.515]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:23.8075206Z [00:03:06.515]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:23.8075651Z [00:03:06.515]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:23.8076098Z [00:03:06.515]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:23.8076528Z [00:03:06.515]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:23.8076834Z [00:03:06.515]➜  EOF
2025-08-20T21:54:23.8083556Z [00:03:06.515]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b341/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer=>github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer;$WORK/b341=>" -p github.com/projectdiscovery/fastdialer/fastdialer -lang=go1.24 -complete -installsuffix shared -buildid 0DCDuGflaRLiBA8_Tc1v/0DCDuGflaRLiBA8_Tc1v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b341/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer/context.go /root/go/pkg/mod/github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer/default_config.go /root/go/pkg/mod/github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer/dialer.go /root/go/pkg/mod/github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer/dialer_private.go /root/go/pkg/mod/github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer/doc.go /root/go/pkg/mod/github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer/error.go /root/go/pkg/mod/github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer/options.go /root/go/pkg/mod/github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer/resolverfile.go /root/go/pkg/mod/github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer/resolverfile_unix.go /root/go/pkg/mod/github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer/util.go
2025-08-20T21:54:23.8486682Z [00:03:06.558]➜  go tool buildid -w $WORK/b506/_pkg_.a # internal
2025-08-20T21:54:23.8497113Z [00:03:06.559]➜  go tool buildid -w $WORK/b487/_pkg_.a # internal
2025-08-20T21:54:23.8512077Z [00:03:06.560]➜  cp $WORK/b506/_pkg_.a /root/.cache/go-build/94/943415e33326b97a3df9a343f302b1c07bd4a5656bcf3b1b14312c14ef8201c6-d # internal
2025-08-20T21:54:23.8512700Z [00:03:06.560]➜  os/exec
2025-08-20T21:54:23.8515473Z [00:03:06.560]➜  mkdir -p $WORK/b507/
2025-08-20T21:54:23.8519151Z [00:03:06.561]➜  cat >/tmp/go-build3999932643/b507/importcfg << 'EOF' # internal
2025-08-20T21:54:23.8521504Z [00:03:06.561]➜  # import config
2025-08-20T21:54:23.8523775Z [00:03:06.561]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:23.8526044Z [00:03:06.561]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:23.8527665Z [00:03:06.561]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:23.8528233Z [00:03:06.561]➜  packagefile internal/godebug=/tmp/go-build3999932643/b058/_pkg_.a
2025-08-20T21:54:23.8528771Z [00:03:06.561]➜  packagefile internal/syscall/execenv=/tmp/go-build3999932643/b063/_pkg_.a
2025-08-20T21:54:23.8529309Z [00:03:06.561]➜  packagefile internal/syscall/unix=/tmp/go-build3999932643/b062/_pkg_.a
2025-08-20T21:54:23.8529768Z [00:03:06.561]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:23.8530592Z [00:03:06.561]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:23.8531001Z [00:03:06.561]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:23.8531436Z [00:03:06.561]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:23.8531884Z [00:03:06.561]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:23.8532309Z [00:03:06.561]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:23.8532736Z [00:03:06.561]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:23.8533169Z [00:03:06.561]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:23.8533588Z [00:03:06.561]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:23.8533886Z [00:03:06.561]➜  EOF
2025-08-20T21:54:23.8535476Z [00:03:06.561]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b507/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b507=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid SIVNkOzSCWEnsKXlYW2Y/SIVNkOzSCWEnsKXlYW2Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b507/importcfg -pack /root/.go/src/os/exec/exec.go /root/.go/src/os/exec/exec_unix.go /root/.go/src/os/exec/lp_unix.go
2025-08-20T21:54:23.8537236Z [00:03:06.563]➜  cp $WORK/b487/_pkg_.a /root/.cache/go-build/bf/bf2be747220ba015dbc5460df33402fb92957b0ad1e2673445a015c9efdd9e9f-d # internal
2025-08-20T21:54:23.8538078Z [00:03:06.563]➜  github.com/aymanbagabas/go-osc52/v2
2025-08-20T21:54:23.8538381Z [00:03:06.563]➜  mkdir -p $WORK/b509/
2025-08-20T21:54:23.8543640Z [00:03:06.564]➜  cat >/tmp/go-build3999932643/b509/importcfg << 'EOF' # internal
2025-08-20T21:54:23.8544836Z [00:03:06.564]➜  # import config
2025-08-20T21:54:23.8545787Z [00:03:06.564]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:23.8546511Z [00:03:06.564]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:23.8548905Z [00:03:06.564]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:23.8549348Z [00:03:06.564]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:23.8549667Z [00:03:06.564]➜  EOF
2025-08-20T21:54:23.8570296Z [00:03:06.565]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b509/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aymanbagabas/go-osc52/v2@v2.0.1=>github.com/aymanbagabas/go-osc52/v2@v2.0.1;$WORK/b509=>" -p github.com/aymanbagabas/go-osc52/v2 -lang=go1.16 -complete -installsuffix shared -buildid czSqfiUCt8UuPUuaRgem/czSqfiUCt8UuPUuaRgem -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b509/importcfg -pack /root/go/pkg/mod/github.com/aymanbagabas/go-osc52/v2@v2.0.1/osc52.go
2025-08-20T21:54:23.8814568Z [00:03:06.591]➜  go tool buildid -w $WORK/b509/_pkg_.a # internal
2025-08-20T21:54:23.8823248Z [00:03:06.592]➜  cp $WORK/b509/_pkg_.a /root/.cache/go-build/a9/a9a6fbf3d6ea1aa5c84f308ee40923ab8db0dce54c8f4c795d0ef8dfa7ce104a-d # internal
2025-08-20T21:54:23.8830144Z [00:03:06.592]➜  text/template/parse
2025-08-20T21:54:23.8831328Z [00:03:06.592]➜  mkdir -p $WORK/b511/
2025-08-20T21:54:23.8837183Z [00:03:06.593]➜  cat >/tmp/go-build3999932643/b511/importcfg << 'EOF' # internal
2025-08-20T21:54:23.8838695Z [00:03:06.593]➜  # import config
2025-08-20T21:54:23.8839048Z [00:03:06.593]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:23.8839464Z [00:03:06.593]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:23.8839878Z [00:03:06.593]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:23.8840326Z [00:03:06.593]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:23.8840773Z [00:03:06.593]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:23.8841196Z [00:03:06.593]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:23.8841632Z [00:03:06.593]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:23.8842359Z [00:03:06.593]➜  EOF
2025-08-20T21:54:23.9329250Z [00:03:06.593]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b511/_pkg_.a -trimpath "/root/.go/src/text/template/parse=>text/template/parse;$WORK/b511=>" -p text/template/parse -lang=go1.25 -std -complete -installsuffix shared -buildid 18g1CEh_U2Nxe_9ajhbY/18g1CEh_U2Nxe_9ajhbY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b511/importcfg -pack /root/.go/src/text/template/parse/lex.go /root/.go/src/text/template/parse/node.go /root/.go/src/text/template/parse/parse.go
2025-08-20T21:54:23.9331123Z [00:03:06.642]➜  go tool buildid -w $WORK/b507/_pkg_.a # internal
2025-08-20T21:54:23.9344960Z [00:03:06.644]➜  cp $WORK/b507/_pkg_.a /root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d # internal
2025-08-20T21:54:23.9346521Z [00:03:06.644]➜  github.com/charmbracelet/colorprofile
2025-08-20T21:54:23.9347731Z [00:03:06.644]➜  mkdir -p $WORK/b504/
2025-08-20T21:54:23.9354709Z [00:03:06.645]➜  cat >/tmp/go-build3999932643/b504/importcfg << 'EOF' # internal
2025-08-20T21:54:23.9355099Z [00:03:06.645]➜  # import config
2025-08-20T21:54:23.9355441Z [00:03:06.645]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:23.9355959Z [00:03:06.645]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3999932643/b494/_pkg_.a
2025-08-20T21:54:23.9356550Z [00:03:06.645]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build3999932643/b505/_pkg_.a
2025-08-20T21:54:23.9357149Z [00:03:06.645]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build3999932643/b500/_pkg_.a
2025-08-20T21:54:23.9357921Z [00:03:06.645]➜  packagefile github.com/xo/terminfo=/tmp/go-build3999932643/b506/_pkg_.a
2025-08-20T21:54:23.9358419Z [00:03:06.645]➜  packagefile image/color=/tmp/go-build3999932643/b497/_pkg_.a
2025-08-20T21:54:23.9358846Z [00:03:06.645]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:23.9359247Z [00:03:06.645]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:23.9359714Z [00:03:06.645]➜  packagefile os/exec=/tmp/go-build3999932643/b507/_pkg_.a
2025-08-20T21:54:23.9360138Z [00:03:06.645]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:23.9360562Z [00:03:06.645]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:23.9360987Z [00:03:06.645]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:23.9361302Z [00:03:06.645]➜  EOF
2025-08-20T21:54:23.9365114Z [00:03:06.645]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b504/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc=>github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc;$WORK/b504=>" -p github.com/charmbracelet/colorprofile -lang=go1.18 -complete -installsuffix shared -buildid EnMZVUETGirWuIF5st4H/EnMZVUETGirWuIF5st4H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b504/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc/env.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc/env_other.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc/profile.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc/writer.go
2025-08-20T21:54:24.0518396Z [00:03:06.761]➜  go tool buildid -w $WORK/b504/_pkg_.a # internal
2025-08-20T21:54:24.0531316Z [00:03:06.762]➜  cp $WORK/b504/_pkg_.a /root/.cache/go-build/f6/f68a88c998426df3d14e390189aa6d3a1dfa9e27e2dfe55fc34e23ac23feade0-d # internal
2025-08-20T21:54:24.0592956Z [00:03:06.768]➜  github.com/charmbracelet/x/cellbuf
2025-08-20T21:54:24.0604241Z [00:03:06.769]➜  mkdir -p $WORK/b503/
2025-08-20T21:54:24.0604673Z [00:03:06.769]➜  cat >/tmp/go-build3999932643/b503/importcfg << 'EOF' # internal
2025-08-20T21:54:24.0605020Z [00:03:06.769]➜  # import config
2025-08-20T21:54:24.0605746Z [00:03:06.769]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:24.0606172Z [00:03:06.769]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:24.0606584Z [00:03:06.769]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:24.0607113Z [00:03:06.769]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build3999932643/b504/_pkg_.a
2025-08-20T21:54:24.0610799Z [00:03:06.769]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3999932643/b494/_pkg_.a
2025-08-20T21:54:24.0611400Z [00:03:06.769]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build3999932643/b505/_pkg_.a
2025-08-20T21:54:24.0611996Z [00:03:06.769]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3999932643/b501/_pkg_.a
2025-08-20T21:54:24.0612546Z [00:03:06.769]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3999932643/b502/_pkg_.a
2025-08-20T21:54:24.0613015Z [00:03:06.769]➜  packagefile image=/tmp/go-build3999932643/b496/_pkg_.a
2025-08-20T21:54:24.0613463Z [00:03:06.769]➜  packagefile image/color=/tmp/go-build3999932643/b497/_pkg_.a
2025-08-20T21:54:24.0613885Z [00:03:06.769]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:24.0614280Z [00:03:06.769]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:24.0614691Z [00:03:06.769]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:24.0615106Z [00:03:06.769]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:24.0615521Z [00:03:06.769]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:24.0615977Z [00:03:06.769]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:24.0616309Z [00:03:06.769]➜  EOF
2025-08-20T21:54:24.0631796Z [00:03:06.769]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b503/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13=>github.com/charmbracelet/x/cellbuf@v0.0.13;$WORK/b503=>" -p github.com/charmbracelet/x/cellbuf -lang=go1.18 -complete -installsuffix shared -buildid ix6Ph1MIuMnVk2A_riLn/ix6Ph1MIuMnVk2A_riLn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b503/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/buffer.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/cell.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/errors.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/geom.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/hardscroll.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/hashmap.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/link.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/screen.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/sequence.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/style.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/tabstop.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/utils.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/wrap.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/writer.go
2025-08-20T21:54:24.1136120Z [00:03:06.823]➜  go tool buildid -w $WORK/b511/_pkg_.a # internal
2025-08-20T21:54:24.1194548Z [00:03:06.829]➜  cp $WORK/b511/_pkg_.a /root/.cache/go-build/4a/4a153cb2abd1b09c561e3b53954477b6c5bfa0de61452711a8e6f2d3edf369bb-d # internal
2025-08-20T21:54:24.1213155Z [00:03:06.831]➜  text/template
2025-08-20T21:54:24.1216509Z [00:03:06.831]➜  mkdir -p $WORK/b510/
2025-08-20T21:54:24.1224578Z [00:03:06.832]➜  cat >/tmp/go-build3999932643/b510/importcfg << 'EOF' # internal
2025-08-20T21:54:24.1225023Z [00:03:06.832]➜  # import config
2025-08-20T21:54:24.1225370Z [00:03:06.832]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:24.1225789Z [00:03:06.832]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:24.1226239Z [00:03:06.832]➜  packagefile internal/fmtsort=/tmp/go-build3999932643/b045/_pkg_.a
2025-08-20T21:54:24.1227145Z [00:03:06.832]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:24.1227794Z [00:03:06.832]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:24.1228213Z [00:03:06.832]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:54:24.1228629Z [00:03:06.832]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:24.1229038Z [00:03:06.832]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:24.1229438Z [00:03:06.832]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:24.1229894Z [00:03:06.832]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:24.1230342Z [00:03:06.832]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:24.1238496Z [00:03:06.832]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:24.1238959Z [00:03:06.832]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:24.1239413Z [00:03:06.832]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:24.1239881Z [00:03:06.832]➜  packagefile text/template/parse=/tmp/go-build3999932643/b511/_pkg_.a
2025-08-20T21:54:24.1240350Z [00:03:06.832]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:24.1240794Z [00:03:06.832]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:24.1241123Z [00:03:06.832]➜  EOF
2025-08-20T21:54:24.1243290Z [00:03:06.833]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b510/_pkg_.a -trimpath "/root/.go/src/text/template=>text/template;$WORK/b510=>" -p text/template -lang=go1.25 -std -complete -installsuffix shared -buildid nWNn5zq-4zq24i--jN00/nWNn5zq-4zq24i--jN00 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b510/importcfg -pack /root/.go/src/text/template/doc.go /root/.go/src/text/template/exec.go /root/.go/src/text/template/funcs.go /root/.go/src/text/template/helper.go /root/.go/src/text/template/option.go /root/.go/src/text/template/template.go
2025-08-20T21:54:24.3404106Z [00:03:07.050]➜  go tool buildid -w $WORK/b490/_pkg_.a # internal
2025-08-20T21:54:24.3690873Z [00:03:07.078]➜  cp $WORK/b490/_pkg_.a /root/.cache/go-build/17/17385a1a625a7211268a72aaf64e8ca4055602a4c98e353c3471019cb51c6d0d-d # internal
2025-08-20T21:54:24.3787456Z [00:03:07.088]➜  github.com/alecthomas/chroma/v2/quick
2025-08-20T21:54:24.3787930Z [00:03:07.088]➜  mkdir -p $WORK/b486/
2025-08-20T21:54:24.3788319Z [00:03:07.088]➜  cat >/tmp/go-build3999932643/b486/importcfg << 'EOF' # internal
2025-08-20T21:54:24.3788673Z [00:03:07.088]➜  # import config
2025-08-20T21:54:24.3789406Z [00:03:07.088]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build3999932643/b482/_pkg_.a
2025-08-20T21:54:24.3790156Z [00:03:07.088]➜  packagefile github.com/alecthomas/chroma/v2/formatters=/tmp/go-build3999932643/b487/_pkg_.a
2025-08-20T21:54:24.3790828Z [00:03:07.088]➜  packagefile github.com/alecthomas/chroma/v2/lexers=/tmp/go-build3999932643/b490/_pkg_.a
2025-08-20T21:54:24.3791491Z [00:03:07.088]➜  packagefile github.com/alecthomas/chroma/v2/styles=/tmp/go-build3999932643/b491/_pkg_.a
2025-08-20T21:54:24.3792000Z [00:03:07.088]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:24.3792298Z [00:03:07.088]➜  EOF
2025-08-20T21:54:24.3794203Z [00:03:07.088]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b486/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/quick=>github.com/alecthomas/chroma/v2@v2.14.0/quick;$WORK/b486=>" -p github.com/alecthomas/chroma/v2/quick -lang=go1.19 -complete -installsuffix shared -buildid 1ziSgxA0BePCkCtHPW0m/1ziSgxA0BePCkCtHPW0m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b486/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/quick/quick.go
2025-08-20T21:54:24.3912856Z [00:03:07.100]➜  go tool buildid -w $WORK/b503/_pkg_.a # internal
2025-08-20T21:54:24.4005301Z [00:03:07.110]➜  cp $WORK/b503/_pkg_.a /root/.cache/go-build/9c/9ca1ea159dcf6a9ae9f19b86490cbcf829fbb88ca78eb386729e98ef9e9bf9ec-d # internal
2025-08-20T21:54:24.4013077Z [00:03:07.111]➜  github.com/muesli/reflow/ansi
2025-08-20T21:54:24.4016132Z [00:03:07.111]➜  mkdir -p $WORK/b515/
2025-08-20T21:54:24.4016548Z [00:03:07.111]➜  cat >/tmp/go-build3999932643/b515/importcfg << 'EOF' # internal
2025-08-20T21:54:24.4016904Z [00:03:07.111]➜  # import config
2025-08-20T21:54:24.4017245Z [00:03:07.111]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:24.4017936Z [00:03:07.111]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3999932643/b501/_pkg_.a
2025-08-20T21:54:24.4018455Z [00:03:07.111]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:24.4018891Z [00:03:07.111]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:24.4019226Z [00:03:07.111]➜  EOF
2025-08-20T21:54:24.4021434Z [00:03:07.111]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b515/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/ansi=>github.com/muesli/reflow@v0.3.0/ansi;$WORK/b515=>" -p github.com/muesli/reflow/ansi -lang=go1.13 -complete -installsuffix shared -buildid dtB_3jT3vF_7Yrg9u8Cr/dtB_3jT3vF_7Yrg9u8Cr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b515/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/ansi/ansi.go /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/ansi/buffer.go /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/ansi/writer.go
2025-08-20T21:54:24.4063947Z [00:03:07.115]➜  go tool buildid -w $WORK/b486/_pkg_.a # internal
2025-08-20T21:54:24.4070783Z [00:03:07.116]➜  cp $WORK/b486/_pkg_.a /root/.cache/go-build/b1/b13c9ea8916a773cbf7af5e4c483bd7514186c1933ee954ee0f047fb8a12889d-d # internal
2025-08-20T21:54:24.4072479Z [00:03:07.116]➜  github.com/yuin/goldmark-emoji/definition
2025-08-20T21:54:24.4076033Z [00:03:07.116]➜  mkdir -p $WORK/b519/
2025-08-20T21:54:24.4077178Z [00:03:07.117]➜  cat >/tmp/go-build3999932643/b519/importcfg << 'EOF' # internal
2025-08-20T21:54:24.4078340Z [00:03:07.117]➜  # import config
2025-08-20T21:54:24.4078689Z [00:03:07.117]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:24.4079000Z [00:03:07.117]➜  EOF
2025-08-20T21:54:24.4081639Z [00:03:07.117]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b519/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.5/definition=>github.com/yuin/goldmark-emoji@v1.0.5/definition;$WORK/b519=>" -p github.com/yuin/goldmark-emoji/definition -lang=go1.15 -complete -installsuffix shared -buildid nCpmENKuhE9JOPuQ9PjT/nCpmENKuhE9JOPuQ9PjT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b519/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.5/definition/definition.go /root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.5/definition/github.go
2025-08-20T21:54:24.4332484Z [00:03:07.142]➜  go tool buildid -w $WORK/b515/_pkg_.a # internal
2025-08-20T21:54:24.4342189Z [00:03:07.143]➜  cp $WORK/b515/_pkg_.a /root/.cache/go-build/fc/fc95752d9a818fd93badc74374f4f12582444efa041b0dcd1569a7d117de566b-d # internal
2025-08-20T21:54:24.4345790Z [00:03:07.144]➜  github.com/muesli/reflow/indent
2025-08-20T21:54:24.4346425Z [00:03:07.144]➜  mkdir -p $WORK/b514/
2025-08-20T21:54:24.4382029Z [00:03:07.147]➜  cat >/tmp/go-build3999932643/b514/importcfg << 'EOF' # internal
2025-08-20T21:54:24.4382463Z [00:03:07.147]➜  # import config
2025-08-20T21:54:24.4393509Z [00:03:07.147]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:24.4394043Z [00:03:07.147]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build3999932643/b515/_pkg_.a
2025-08-20T21:54:24.4394566Z [00:03:07.147]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:24.4394986Z [00:03:07.147]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:24.4395299Z [00:03:07.148]➜  EOF
2025-08-20T21:54:24.4397121Z [00:03:07.148]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b514/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/indent=>github.com/muesli/reflow@v0.3.0/indent;$WORK/b514=>" -p github.com/muesli/reflow/indent -lang=go1.13 -complete -installsuffix shared -buildid JWmwmWq6KO25emRkAC8h/JWmwmWq6KO25emRkAC8h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b514/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/indent/indent.go
2025-08-20T21:54:24.4664689Z [00:03:07.176]➜  go tool buildid -w $WORK/b514/_pkg_.a # internal
2025-08-20T21:54:24.4666031Z [00:03:07.176]➜  cp $WORK/b514/_pkg_.a /root/.cache/go-build/e3/e39704cd4e4ccd22aab5b60c4789937c01720bdfc84d837f86d6367ec3c68802-d # internal
2025-08-20T21:54:24.4666716Z [00:03:07.176]➜  github.com/muesli/reflow/padding
2025-08-20T21:54:24.4667027Z [00:03:07.176]➜  mkdir -p $WORK/b516/
2025-08-20T21:54:24.4667521Z [00:03:07.176]➜  cat >/tmp/go-build3999932643/b516/importcfg << 'EOF' # internal
2025-08-20T21:54:24.4667921Z [00:03:07.176]➜  # import config
2025-08-20T21:54:24.4668269Z [00:03:07.176]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:24.4668786Z [00:03:07.176]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3999932643/b501/_pkg_.a
2025-08-20T21:54:24.4669362Z [00:03:07.176]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build3999932643/b515/_pkg_.a
2025-08-20T21:54:24.4669839Z [00:03:07.176]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:24.4670245Z [00:03:07.176]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:24.4670563Z [00:03:07.176]➜  EOF
2025-08-20T21:54:24.4672389Z [00:03:07.176]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b516/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/padding=>github.com/muesli/reflow@v0.3.0/padding;$WORK/b516=>" -p github.com/muesli/reflow/padding -lang=go1.13 -complete -installsuffix shared -buildid _NTt9XivZX-o23BlJ4uo/_NTt9XivZX-o23BlJ4uo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b516/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/padding/padding.go
2025-08-20T21:54:24.5078880Z [00:03:07.216]➜  go tool buildid -w $WORK/b516/_pkg_.a # internal
2025-08-20T21:54:24.5079626Z [00:03:07.217]➜  cp $WORK/b516/_pkg_.a /root/.cache/go-build/c9/c971dc36a4c7358d123cc2d94048487c5a52f87bb05abc9536c30bd3189e2381-d # internal
2025-08-20T21:54:24.5080204Z [00:03:07.217]➜  github.com/muesli/reflow/wordwrap
2025-08-20T21:54:24.5080496Z [00:03:07.217]➜  mkdir -p $WORK/b517/
2025-08-20T21:54:24.5080867Z [00:03:07.217]➜  cat >/tmp/go-build3999932643/b517/importcfg << 'EOF' # internal
2025-08-20T21:54:24.5081206Z [00:03:07.217]➜  # import config
2025-08-20T21:54:24.5081861Z [00:03:07.217]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:24.5082469Z [00:03:07.217]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build3999932643/b515/_pkg_.a
2025-08-20T21:54:24.5082973Z [00:03:07.217]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:24.5083397Z [00:03:07.217]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:24.5083728Z [00:03:07.217]➜  EOF
2025-08-20T21:54:24.5085582Z [00:03:07.217]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b517/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/wordwrap=>github.com/muesli/reflow@v0.3.0/wordwrap;$WORK/b517=>" -p github.com/muesli/reflow/wordwrap -lang=go1.13 -complete -installsuffix shared -buildid 4mvYm8hDCyHCS8ixX2LW/4mvYm8hDCyHCS8ixX2LW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b517/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/wordwrap/wordwrap.go
2025-08-20T21:54:24.5267066Z [00:03:07.236]➜  go tool buildid -w $WORK/b510/_pkg_.a # internal
2025-08-20T21:54:24.5340925Z [00:03:07.243]➜  cp $WORK/b510/_pkg_.a /root/.cache/go-build/2f/2f8eb2e2e96041bf41210deaa3541138afde05707c0898dba39e707799d4383a-d # internal
2025-08-20T21:54:24.5371989Z [00:03:07.246]➜  github.com/muesli/termenv
2025-08-20T21:54:24.5372336Z [00:03:07.246]➜  mkdir -p $WORK/b508/
2025-08-20T21:54:24.5381461Z [00:03:07.247]➜  cat >/tmp/go-build3999932643/b508/importcfg << 'EOF' # internal
2025-08-20T21:54:24.5383780Z [00:03:07.247]➜  # import config
2025-08-20T21:54:24.5384137Z [00:03:07.247]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:24.5384559Z [00:03:07.247]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:24.5385081Z [00:03:07.247]➜  packagefile github.com/aymanbagabas/go-osc52/v2=/tmp/go-build3999932643/b509/_pkg_.a
2025-08-20T21:54:24.5385690Z [00:03:07.247]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build3999932643/b500/_pkg_.a
2025-08-20T21:54:24.5386285Z [00:03:07.247]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3999932643/b179/_pkg_.a
2025-08-20T21:54:24.5386826Z [00:03:07.247]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3999932643/b502/_pkg_.a
2025-08-20T21:54:24.5387503Z [00:03:07.247]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3999932643/b180/_pkg_.a
2025-08-20T21:54:24.5388069Z [00:03:07.247]➜  packagefile image/color=/tmp/go-build3999932643/b497/_pkg_.a
2025-08-20T21:54:24.5388508Z [00:03:07.247]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:24.5388907Z [00:03:07.247]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:24.5389302Z [00:03:07.247]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:24.5389712Z [00:03:07.247]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:24.5390136Z [00:03:07.247]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:24.5390547Z [00:03:07.247]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:24.5390996Z [00:03:07.247]➜  packagefile text/template=/tmp/go-build3999932643/b510/_pkg_.a
2025-08-20T21:54:24.5391476Z [00:03:07.247]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:24.5391815Z [00:03:07.247]➜  EOF
2025-08-20T21:54:24.5396886Z [00:03:07.248]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b508/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/termenv@v0.16.0=>github.com/muesli/termenv@v0.16.0;$WORK/b508=>" -p github.com/muesli/termenv -lang=go1.17 -complete -installsuffix shared -buildid GIlYjjm62PqIaZqFEE2N/GIlYjjm62PqIaZqFEE2N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b508/importcfg -pack /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/ansicolors.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/color.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/constants_linux.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/copy.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/hyperlink.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/notification.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/output.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/profile.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/screen.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/style.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/templatehelper.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/termenv.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/termenv_posix.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/termenv_unix.go
2025-08-20T21:54:24.5472486Z [00:03:07.256]➜  go tool buildid -w $WORK/b517/_pkg_.a # internal
2025-08-20T21:54:24.5477976Z [00:03:07.257]➜  cp $WORK/b517/_pkg_.a /root/.cache/go-build/d4/d49546eb42e62f7ec7b116ea7b5fa6ff5c5faf09ef952be504131c1fe36644dd-d # internal
2025-08-20T21:54:24.5482802Z [00:03:07.257]➜  github.com/yuin/goldmark/util
2025-08-20T21:54:24.5485427Z [00:03:07.258]➜  mkdir -p $WORK/b522/
2025-08-20T21:54:24.5488778Z [00:03:07.258]➜  cat >/tmp/go-build3999932643/b522/importcfg << 'EOF' # internal
2025-08-20T21:54:24.5524228Z [00:03:07.258]➜  # import config
2025-08-20T21:54:24.5524614Z [00:03:07.258]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:24.5525030Z [00:03:07.258]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:24.5525442Z [00:03:07.258]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:24.5526264Z [00:03:07.258]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:24.5526678Z [00:03:07.258]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:24.5527097Z [00:03:07.258]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:24.5529752Z [00:03:07.258]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:24.5530190Z [00:03:07.258]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:24.5530638Z [00:03:07.258]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:24.5530988Z [00:03:07.258]➜  EOF
2025-08-20T21:54:24.5533827Z [00:03:07.258]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b522/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/util=>github.com/yuin/goldmark@v1.7.8/util;$WORK/b522=>" -p github.com/yuin/goldmark/util -lang=go1.19 -complete -installsuffix shared -buildid j_xcw54ZuhnGpvEFavp1/j_xcw54ZuhnGpvEFavp1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b522/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/util/html5entities.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/util/unicode_case_folding.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/util/util.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/util/util_cjk.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/util/util_unsafe_go121.go
2025-08-20T21:54:24.7500374Z [00:03:07.459]➜  go tool buildid -w $WORK/b508/_pkg_.a # internal
2025-08-20T21:54:24.7550880Z [00:03:07.464]➜  cp $WORK/b508/_pkg_.a /root/.cache/go-build/ae/ae8f4ee16aef12d3b163599e7faeb98990186e4a15566f169b3c8f18440fb18c-d # internal
2025-08-20T21:54:24.7565996Z [00:03:07.466]➜  github.com/charmbracelet/lipgloss
2025-08-20T21:54:24.7568952Z [00:03:07.466]➜  mkdir -p $WORK/b493/
2025-08-20T21:54:24.7569914Z [00:03:07.466]➜  cat >/tmp/go-build3999932643/b493/importcfg << 'EOF' # internal
2025-08-20T21:54:24.7570524Z [00:03:07.466]➜  # import config
2025-08-20T21:54:24.7571005Z [00:03:07.466]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3999932643/b494/_pkg_.a
2025-08-20T21:54:24.7573542Z [00:03:07.466]➜  packagefile github.com/charmbracelet/x/cellbuf=/tmp/go-build3999932643/b503/_pkg_.a
2025-08-20T21:54:24.7574205Z [00:03:07.466]➜  packagefile github.com/muesli/termenv=/tmp/go-build3999932643/b508/_pkg_.a
2025-08-20T21:54:24.7574742Z [00:03:07.466]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3999932643/b502/_pkg_.a
2025-08-20T21:54:24.7575195Z [00:03:07.466]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:24.7575918Z [00:03:07.466]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:24.7576447Z [00:03:07.466]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:24.7576877Z [00:03:07.466]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:24.7577293Z [00:03:07.466]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:24.7577898Z [00:03:07.466]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:24.7578217Z [00:03:07.466]➜  EOF
2025-08-20T21:54:24.7585849Z [00:03:07.467]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b493/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834=>github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834;$WORK/b493=>" -p github.com/charmbracelet/lipgloss -lang=go1.18 -complete -installsuffix shared -buildid Bgu9Xf9XofkachEi_jqR/Bgu9Xf9XofkachEi_jqR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b493/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/align.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/ansi_unix.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/borders.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/color.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/get.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/join.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/lipgloss.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/position.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/ranges.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/renderer.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/runes.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/set.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/size.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/style.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/unset.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/whitespace.go
2025-08-20T21:54:24.8889740Z [00:03:07.598]➜  go tool buildid -w $WORK/b341/_pkg_.a # internal
2025-08-20T21:54:24.9197311Z [00:03:07.629]➜  cp $WORK/b341/_pkg_.a /root/.cache/go-build/07/0760ac29c391ce2ae370eb395492f61f1f34219661323327c2c9f8bbced49cdc-d # internal
2025-08-20T21:54:24.9231284Z [00:03:07.632]➜  github.com/projectdiscovery/retryablehttp-go
2025-08-20T21:54:24.9231789Z [00:03:07.632]➜  mkdir -p $WORK/b339/
2025-08-20T21:54:24.9235083Z [00:03:07.633]➜  cat >/tmp/go-build3999932643/b339/importcfg << 'EOF' # internal
2025-08-20T21:54:24.9235934Z [00:03:07.633]➜  # import config
2025-08-20T21:54:24.9237768Z [00:03:07.633]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:24.9238226Z [00:03:07.633]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:24.9238674Z [00:03:07.633]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:24.9239154Z [00:03:07.633]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:24.9239582Z [00:03:07.633]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:24.9240151Z [00:03:07.633]➜  packagefile github.com/Mzack9999/go-http-digest-auth-client=/tmp/go-build3999932643/b340/_pkg_.a
2025-08-20T21:54:24.9240876Z [00:03:07.633]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build3999932643/b341/_pkg_.a
2025-08-20T21:54:24.9241840Z [00:03:07.633]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:24.9242646Z [00:03:07.633]➜  packagefile github.com/projectdiscovery/utils/reader=/tmp/go-build3999932643/b470/_pkg_.a
2025-08-20T21:54:24.9243318Z [00:03:07.633]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:24.9243971Z [00:03:07.633]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:54:24.9244565Z [00:03:07.633]➜  packagefile golang.org/x/net/http2=/tmp/go-build3999932643/b472/_pkg_.a
2025-08-20T21:54:24.9245020Z [00:03:07.633]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:24.9245424Z [00:03:07.633]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:24.9245841Z [00:03:07.633]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:24.9246262Z [00:03:07.633]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:24.9246689Z [00:03:07.633]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:24.9247159Z [00:03:07.633]➜  packagefile net/http/httptrace=/tmp/go-build3999932643/b217/_pkg_.a
2025-08-20T21:54:24.9247878Z [00:03:07.633]➜  packagefile net/http/httputil=/tmp/go-build3999932643/b235/_pkg_.a
2025-08-20T21:54:24.9265233Z [00:03:07.633]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:24.9266065Z [00:03:07.633]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:24.9266481Z [00:03:07.633]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:24.9266904Z [00:03:07.633]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:24.9267547Z [00:03:07.633]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:24.9268043Z [00:03:07.633]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:24.9268474Z [00:03:07.633]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:24.9268780Z [00:03:07.633]➜  EOF
2025-08-20T21:54:24.9273948Z [00:03:07.633]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b339/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/retryablehttp-go@v1.0.119=>github.com/projectdiscovery/retryablehttp-go@v1.0.119;$WORK/b339=>" -p github.com/projectdiscovery/retryablehttp-go -lang=go1.24 -complete -installsuffix shared -buildid aVvjRCeV1Wobag9Xz5Vw/aVvjRCeV1Wobag9Xz5Vw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b339/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/retryablehttp-go@v1.0.119/backoff.go /root/go/pkg/mod/github.com/projectdiscovery/retryablehttp-go@v1.0.119/client.go /root/go/pkg/mod/github.com/projectdiscovery/retryablehttp-go@v1.0.119/default_client.go /root/go/pkg/mod/github.com/projectdiscovery/retryablehttp-go@v1.0.119/do.go /root/go/pkg/mod/github.com/projectdiscovery/retryablehttp-go@v1.0.119/doc.go /root/go/pkg/mod/github.com/projectdiscovery/retryablehttp-go@v1.0.119/http.go /root/go/pkg/mod/github.com/projectdiscovery/retryablehttp-go@v1.0.119/methods.go /root/go/pkg/mod/github.com/projectdiscovery/retryablehttp-go@v1.0.119/request.go /root/go/pkg/mod/github.com/projectdiscovery/retryablehttp-go@v1.0.119/retry.go /root/go/pkg/mod/github.com/projectdiscovery/retryablehttp-go@v1.0.119/trace.go /root/go/pkg/mod/github.com/projectdiscovery/retryablehttp-go@v1.0.119/util.go
2025-08-20T21:54:25.1091731Z [00:03:07.818]➜  go tool buildid -w $WORK/b493/_pkg_.a # internal
2025-08-20T21:54:25.1135332Z [00:03:07.822]➜  cp $WORK/b493/_pkg_.a /root/.cache/go-build/cd/cd8f5fb85c3c2e0416f7206c7049b946fd96d8e219b63bcab84da89f06318aba-d # internal
2025-08-20T21:54:25.1154456Z [00:03:07.823]➜  github.com/charmbracelet/lipgloss/table
2025-08-20T21:54:25.1154817Z [00:03:07.823]➜  mkdir -p $WORK/b512/
2025-08-20T21:54:25.1155195Z [00:03:07.823]➜  cat >/tmp/go-build3999932643/b512/importcfg << 'EOF' # internal
2025-08-20T21:54:25.1155544Z [00:03:07.823]➜  # import config
2025-08-20T21:54:25.1156394Z [00:03:07.823]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3999932643/b493/_pkg_.a
2025-08-20T21:54:25.1157081Z [00:03:07.823]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3999932643/b494/_pkg_.a
2025-08-20T21:54:25.1157830Z [00:03:07.823]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:25.1158257Z [00:03:07.823]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:25.1158696Z [00:03:07.823]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:25.1159009Z [00:03:07.823]➜  EOF
2025-08-20T21:54:25.1162462Z [00:03:07.823]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b512/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/table=>github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/table;$WORK/b512=>" -p github.com/charmbracelet/lipgloss/table -lang=go1.18 -complete -installsuffix shared -buildid LQFCxwOb_RsOVbBYBJsm/LQFCxwOb_RsOVbBYBJsm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b512/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/table/resizing.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/table/rows.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/table/table.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/table/util.go
2025-08-20T21:54:25.1690815Z [00:03:07.878]➜  go tool buildid -w $WORK/b519/_pkg_.a # internal
2025-08-20T21:54:25.1724580Z [00:03:07.882]➜  cp $WORK/b519/_pkg_.a /root/.cache/go-build/1d/1d3984b4972ce9d8ab82c160543e008dda083b031f5d4d95c212e283b468ff97-d # internal
2025-08-20T21:54:25.1757003Z [00:03:07.884]➜  golang.org/x/text/internal/tag
2025-08-20T21:54:25.1757495Z [00:03:07.884]➜  mkdir -p $WORK/b529/
2025-08-20T21:54:25.1757928Z [00:03:07.885]➜  cat >/tmp/go-build3999932643/b529/importcfg << 'EOF' # internal
2025-08-20T21:54:25.1758274Z [00:03:07.885]➜  # import config
2025-08-20T21:54:25.1758640Z [00:03:07.885]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:25.1758946Z [00:03:07.885]➜  EOF
2025-08-20T21:54:25.1760734Z [00:03:07.885]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b529/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/tag=>golang.org/x/text@v0.26.0/internal/tag;$WORK/b529=>" -p golang.org/x/text/internal/tag -lang=go1.23 -complete -installsuffix shared -buildid ws1YmUZl2mCDIimTgimd/ws1YmUZl2mCDIimTgimd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b529/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/tag/tag.go
2025-08-20T21:54:25.2069671Z [00:03:07.916]➜  go tool buildid -w $WORK/b529/_pkg_.a # internal
2025-08-20T21:54:25.2073184Z [00:03:07.916]➜  cp $WORK/b529/_pkg_.a /root/.cache/go-build/83/831ea3ca590154a1ab7ffe0aca65439f791dc96d27da01e9374d4f2c361ee0e1-d # internal
2025-08-20T21:54:25.2148977Z [00:03:07.924]➜  golang.org/x/text/internal/language
2025-08-20T21:54:25.2150104Z [00:03:07.924]➜  mkdir -p $WORK/b528/
2025-08-20T21:54:25.2152248Z [00:03:07.924]➜  cat >/tmp/go-build3999932643/b528/importcfg << 'EOF' # internal
2025-08-20T21:54:25.2153262Z [00:03:07.925]➜  # import config
2025-08-20T21:54:25.2153658Z [00:03:07.925]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:25.2154093Z [00:03:07.925]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:25.2154554Z [00:03:07.925]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:25.2155076Z [00:03:07.925]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build3999932643/b529/_pkg_.a
2025-08-20T21:54:25.2155576Z [00:03:07.925]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:25.2155998Z [00:03:07.925]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:25.2156424Z [00:03:07.925]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:25.2156739Z [00:03:07.925]➜  EOF
2025-08-20T21:54:25.2161498Z [00:03:07.925]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b528/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language=>golang.org/x/text@v0.26.0/internal/language;$WORK/b528=>" -p golang.org/x/text/internal/language -lang=go1.23 -complete -installsuffix shared -buildid TwepSxTEtWnPU5H2U7IU/TwepSxTEtWnPU5H2U7IU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b528/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/common.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/compact.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/compose.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/lookup.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/tags.go
2025-08-20T21:54:25.2216823Z [00:03:07.931]➜  go tool buildid -w $WORK/b512/_pkg_.a # internal
2025-08-20T21:54:25.2230165Z [00:03:07.932]➜  cp $WORK/b512/_pkg_.a /root/.cache/go-build/de/dedaff5a62d409fa6f23175dbc708f01388dd290965e6a99e171ac87be5c131b-d # internal
2025-08-20T21:54:25.2231767Z [00:03:07.933]➜  os/signal
2025-08-20T21:54:25.2232763Z [00:03:07.933]➜  mkdir -p $WORK/b540/
2025-08-20T21:54:25.2237446Z [00:03:07.933]➜  echo -n > $WORK/b540/go_asm.h # internal
2025-08-20T21:54:25.2238554Z [00:03:07.933]➜  cd /root/.go/src/os/signal
2025-08-20T21:54:25.2240150Z [00:03:07.933]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b540=>" -I $WORK/b540/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b540/symabis ./sig.s
2025-08-20T21:54:25.2322231Z [00:03:07.941]➜  cat >/tmp/go-build3999932643/b540/importcfg << 'EOF' # internal
2025-08-20T21:54:25.2322640Z [00:03:07.941]➜  # import config
2025-08-20T21:54:25.2322992Z [00:03:07.941]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:25.2323427Z [00:03:07.941]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:25.2323840Z [00:03:07.941]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:25.2324268Z [00:03:07.941]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:25.2324688Z [00:03:07.941]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:25.2325007Z [00:03:07.941]➜  EOF
2025-08-20T21:54:25.2328983Z [00:03:07.942]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:25.2330918Z [00:03:07.942]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b540/_pkg_.a -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b540=>" -p os/signal -lang=go1.25 -std -installsuffix shared -buildid 0PbWp1NnRJ7j75tcHFoi/0PbWp1NnRJ7j75tcHFoi -goversion go1.25.0 -symabis $WORK/b540/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b540/importcfg -pack -asmhdr $WORK/b540/go_asm.h /root/.go/src/os/signal/doc.go /root/.go/src/os/signal/signal.go /root/.go/src/os/signal/signal_unix.go
2025-08-20T21:54:25.2940181Z [00:03:08.003]➜  cd /root/.go/src/os/signal
2025-08-20T21:54:25.2941542Z [00:03:08.003]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b540=>" -I $WORK/b540/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b540/sig.o ./sig.s
2025-08-20T21:54:25.3053321Z [00:03:08.015]➜  go tool pack r $WORK/b540/_pkg_.a $WORK/b540/sig.o # internal
2025-08-20T21:54:25.3054199Z [00:03:08.015]➜  go tool buildid -w $WORK/b540/_pkg_.a # internal
2025-08-20T21:54:25.3063901Z [00:03:08.016]➜  cp $WORK/b540/_pkg_.a /root/.cache/go-build/30/30bdd559b4b5f884c540480655f93b453e61dc51066d3e09611618a1c51e009d-d # internal
2025-08-20T21:54:25.3099535Z [00:03:08.019]➜  github.com/cheggaaa/pb/v3/termutil
2025-08-20T21:54:25.3105027Z [00:03:08.020]➜  mkdir -p $WORK/b539/
2025-08-20T21:54:25.3105538Z [00:03:08.020]➜  cat >/tmp/go-build3999932643/b539/importcfg << 'EOF' # internal
2025-08-20T21:54:25.3105897Z [00:03:08.020]➜  # import config
2025-08-20T21:54:25.3106239Z [00:03:08.020]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:25.3106685Z [00:03:08.020]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:25.3108087Z [00:03:08.020]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:25.3108523Z [00:03:08.020]➜  packagefile os/signal=/tmp/go-build3999932643/b540/_pkg_.a
2025-08-20T21:54:25.3108947Z [00:03:08.020]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:25.3109364Z [00:03:08.020]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:25.3109674Z [00:03:08.020]➜  EOF
2025-08-20T21:54:25.3109942Z [00:03:08.020]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:25.3112665Z [00:03:08.020]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b539/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.4/termutil=>github.com/cheggaaa/pb/v3@v3.1.4/termutil;$WORK/b539=>" -p github.com/cheggaaa/pb/v3/termutil -lang=go1.17 -complete -installsuffix shared -buildid fx-waK2q-7FyPEuIbCzA/fx-waK2q-7FyPEuIbCzA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b539/importcfg -pack /root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.4/termutil/term.go /root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.4/termutil/term_linux.go /root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.4/termutil/term_nix.go /root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.4/termutil/term_x.go
2025-08-20T21:54:25.3577842Z [00:03:08.067]➜  go tool buildid -w $WORK/b539/_pkg_.a # internal
2025-08-20T21:54:25.3583698Z [00:03:08.068]➜  cp $WORK/b539/_pkg_.a /root/.cache/go-build/6d/6de8d47a3770c48a11d7a4b9fdf4e7b0663643749f8c2972d2295bbd0bba2af3-d # internal
2025-08-20T21:54:25.3585065Z [00:03:08.068]➜  github.com/mattn/go-colorable
2025-08-20T21:54:25.3589927Z [00:03:08.068]➜  mkdir -p $WORK/b542/
2025-08-20T21:54:25.3590315Z [00:03:08.068]➜  cat >/tmp/go-build3999932643/b542/importcfg << 'EOF' # internal
2025-08-20T21:54:25.3590659Z [00:03:08.068]➜  # import config
2025-08-20T21:54:25.3591002Z [00:03:08.068]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:25.3591511Z [00:03:08.068]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3999932643/b179/_pkg_.a
2025-08-20T21:54:25.3591976Z [00:03:08.068]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:25.3592370Z [00:03:08.068]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:25.3592668Z [00:03:08.068]➜  EOF
2025-08-20T21:54:25.3594754Z [00:03:08.068]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b542/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.14=>github.com/mattn/go-colorable@v0.1.14;$WORK/b542=>" -p github.com/mattn/go-colorable -lang=go1.18 -complete -installsuffix shared -buildid 8QVXipRe3fY1HhkRGhFH/8QVXipRe3fY1HhkRGhFH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b542/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.14/colorable_others.go /root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.14/noncolorable.go
2025-08-20T21:54:25.3959201Z [00:03:08.105]➜  go tool buildid -w $WORK/b542/_pkg_.a # internal
2025-08-20T21:54:25.3975023Z [00:03:08.107]➜  cp $WORK/b542/_pkg_.a /root/.cache/go-build/85/8503ec8d0a29fdb17e0773e957732567a1dc82275058e63ea588b242eaea02ed-d # internal
2025-08-20T21:54:25.3978380Z [00:03:08.107]➜  github.com/fatih/color
2025-08-20T21:54:25.3979515Z [00:03:08.107]➜  mkdir -p $WORK/b541/
2025-08-20T21:54:25.3988830Z [00:03:08.108]➜  cat >/tmp/go-build3999932643/b541/importcfg << 'EOF' # internal
2025-08-20T21:54:25.3990012Z [00:03:08.108]➜  # import config
2025-08-20T21:54:25.3990357Z [00:03:08.108]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:25.3991178Z [00:03:08.108]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build3999932643/b542/_pkg_.a
2025-08-20T21:54:25.3991828Z [00:03:08.108]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3999932643/b179/_pkg_.a
2025-08-20T21:54:25.3992303Z [00:03:08.108]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:25.3992698Z [00:03:08.108]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:25.3993130Z [00:03:08.108]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:25.3993557Z [00:03:08.108]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:25.3993972Z [00:03:08.108]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:25.3994278Z [00:03:08.108]➜  EOF
2025-08-20T21:54:25.3996162Z [00:03:08.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b541/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fatih/color@v1.18.0=>github.com/fatih/color@v1.18.0;$WORK/b541=>" -p github.com/fatih/color -lang=go1.17 -complete -installsuffix shared -buildid 7iLlyc1GRxpoq5wWocmN/7iLlyc1GRxpoq5wWocmN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b541/importcfg -pack /root/go/pkg/mod/github.com/fatih/color@v1.18.0/color.go /root/go/pkg/mod/github.com/fatih/color@v1.18.0/doc.go
2025-08-20T21:54:25.4037429Z [00:03:08.113]➜  go tool buildid -w $WORK/b528/_pkg_.a # internal
2025-08-20T21:54:25.4059714Z [00:03:08.115]➜  cp $WORK/b528/_pkg_.a /root/.cache/go-build/2b/2b6e8dfbe880c58aa07466e35743e674c89b26fea47db5c7ad195437e368a167-d # internal
2025-08-20T21:54:25.4115522Z [00:03:08.121]➜  golang.org/x/text/internal/language/compact
2025-08-20T21:54:25.4116113Z [00:03:08.121]➜  mkdir -p $WORK/b530/
2025-08-20T21:54:25.4118741Z [00:03:08.121]➜  cat >/tmp/go-build3999932643/b530/importcfg << 'EOF' # internal
2025-08-20T21:54:25.4119114Z [00:03:08.121]➜  # import config
2025-08-20T21:54:25.4119569Z [00:03:08.121]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build3999932643/b528/_pkg_.a
2025-08-20T21:54:25.4120119Z [00:03:08.121]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:25.4120539Z [00:03:08.121]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:25.4120852Z [00:03:08.121]➜  EOF
2025-08-20T21:54:25.4124220Z [00:03:08.121]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b530/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/compact=>golang.org/x/text@v0.26.0/internal/language/compact;$WORK/b530=>" -p golang.org/x/text/internal/language/compact -lang=go1.23 -complete -installsuffix shared -buildid WVRzpuLGvibUnqVADxrq/WVRzpuLGvibUnqVADxrq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b530/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/compact/compact.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/compact/language.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/compact/parents.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/compact/tables.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/compact/tags.go
2025-08-20T21:54:25.4500531Z [00:03:08.159]➜  go tool buildid -w $WORK/b339/_pkg_.a # internal
2025-08-20T21:54:25.4508210Z [00:03:08.160]➜  go tool buildid -w $WORK/b541/_pkg_.a # internal
2025-08-20T21:54:25.4519988Z [00:03:08.161]➜  cp $WORK/b541/_pkg_.a /root/.cache/go-build/73/73562ab2d1218ad8afdbc2cd6f19bdf3d46a1252834caed7851e6fd04275a3ac-d # internal
2025-08-20T21:54:25.4545237Z [00:03:08.163]➜  github.com/cheggaaa/pb/v3
2025-08-20T21:54:25.4547666Z [00:03:08.164]➜  mkdir -p $WORK/b537/
2025-08-20T21:54:25.4553476Z [00:03:08.164]➜  cat >/tmp/go-build3999932643/b537/importcfg << 'EOF' # internal
2025-08-20T21:54:25.4553993Z [00:03:08.164]➜  # import config
2025-08-20T21:54:25.4554352Z [00:03:08.164]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:25.4554766Z [00:03:08.164]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:25.4555561Z [00:03:08.164]➜  packagefile github.com/VividCortex/ewma=/tmp/go-build3999932643/b538/_pkg_.a
2025-08-20T21:54:25.4556225Z [00:03:08.164]➜  packagefile github.com/cheggaaa/pb/v3/termutil=/tmp/go-build3999932643/b539/_pkg_.a
2025-08-20T21:54:25.4556795Z [00:03:08.164]➜  packagefile github.com/fatih/color=/tmp/go-build3999932643/b541/_pkg_.a
2025-08-20T21:54:25.4557502Z [00:03:08.164]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build3999932643/b542/_pkg_.a
2025-08-20T21:54:25.4558147Z [00:03:08.164]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3999932643/b179/_pkg_.a
2025-08-20T21:54:25.4558709Z [00:03:08.164]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3999932643/b501/_pkg_.a
2025-08-20T21:54:25.4573443Z [00:03:08.164]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:25.4574121Z [00:03:08.164]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:25.4574569Z [00:03:08.164]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:25.4575019Z [00:03:08.164]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:25.4575427Z [00:03:08.164]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:25.4575846Z [00:03:08.164]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:25.4576272Z [00:03:08.164]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:25.4577122Z [00:03:08.164]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:25.4577829Z [00:03:08.164]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:25.4578316Z [00:03:08.164]➜  packagefile text/template=/tmp/go-build3999932643/b510/_pkg_.a
2025-08-20T21:54:25.4578759Z [00:03:08.164]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:25.4579062Z [00:03:08.164]➜  EOF
2025-08-20T21:54:25.4582454Z [00:03:08.165]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b537/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.4=>github.com/cheggaaa/pb/v3@v3.1.4;$WORK/b537=>" -p github.com/cheggaaa/pb/v3 -lang=go1.17 -complete -installsuffix shared -buildid 7hlhB96g5_LCPGNdkHfT/7hlhB96g5_LCPGNdkHfT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b537/importcfg -pack /root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.4/element.go /root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.4/io.go /root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.4/pb.go /root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.4/pool.go /root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.4/pool_x.go /root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.4/preset.go /root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.4/speed.go /root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.4/template.go /root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.4/util.go
2025-08-20T21:54:25.4585390Z [00:03:08.166]➜  go tool buildid -w $WORK/b530/_pkg_.a # internal
2025-08-20T21:54:25.4586037Z [00:03:08.166]➜  cp $WORK/b530/_pkg_.a /root/.cache/go-build/19/1942c8d46f6c61a03402ce8a67713c2d7954bb013f02173c81609434593fa07b-d # internal
2025-08-20T21:54:25.4601227Z [00:03:08.169]➜  golang.org/x/text/language
2025-08-20T21:54:25.4601615Z [00:03:08.169]➜  mkdir -p $WORK/b527/
2025-08-20T21:54:25.4602003Z [00:03:08.169]➜  cat >/tmp/go-build3999932643/b527/importcfg << 'EOF' # internal
2025-08-20T21:54:25.4602347Z [00:03:08.169]➜  # import config
2025-08-20T21:54:25.4602684Z [00:03:08.169]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:25.4603104Z [00:03:08.169]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:25.4603626Z [00:03:08.169]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build3999932643/b528/_pkg_.a
2025-08-20T21:54:25.4604287Z [00:03:08.169]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build3999932643/b530/_pkg_.a
2025-08-20T21:54:25.4604828Z [00:03:08.169]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:25.4605409Z [00:03:08.169]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:25.4609400Z [00:03:08.169]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:25.4610072Z [00:03:08.170]➜  EOF
2025-08-20T21:54:25.4614407Z [00:03:08.170]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b527/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/language=>golang.org/x/text@v0.26.0/language;$WORK/b527=>" -p golang.org/x/text/language -lang=go1.23 -complete -installsuffix shared -buildid xTs__25i9SFCuTg2aFe0/xTs__25i9SFCuTg2aFe0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b527/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/language/doc.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/language/tags.go
2025-08-20T21:54:25.4640110Z [00:03:08.173]➜  cp $WORK/b339/_pkg_.a /root/.cache/go-build/dd/dd1186c3f37f9a81a9ecbdd8b884562ad3269c6ab88b184d357a0ad0ee475203-d # internal
2025-08-20T21:54:25.4658603Z [00:03:08.175]➜  github.com/projectdiscovery/utils/auth/pdcp
2025-08-20T21:54:25.4658984Z [00:03:08.175]➜  mkdir -p $WORK/b338/
2025-08-20T21:54:25.4667256Z [00:03:08.176]➜  cat >/tmp/go-build3999932643/b338/importcfg << 'EOF' # internal
2025-08-20T21:54:25.4671821Z [00:03:08.176]➜  # import config
2025-08-20T21:54:25.4672241Z [00:03:08.176]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:25.4672689Z [00:03:08.176]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:25.4673221Z [00:03:08.176]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:25.4673902Z [00:03:08.176]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:54:25.4674594Z [00:03:08.176]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build3999932643/b182/_pkg_.a
2025-08-20T21:54:25.4675244Z [00:03:08.176]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:54:25.4675899Z [00:03:08.176]➜  packagefile github.com/projectdiscovery/utils/folder=/tmp/go-build3999932643/b221/_pkg_.a
2025-08-20T21:54:25.4676545Z [00:03:08.176]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:54:25.4677121Z [00:03:08.176]➜  packagefile golang.org/x/term=/tmp/go-build3999932643/b476/_pkg_.a
2025-08-20T21:54:25.4677778Z [00:03:08.176]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3999932643/b201/_pkg_.a
2025-08-20T21:54:25.4678221Z [00:03:08.176]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:25.4678611Z [00:03:08.176]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:25.4679042Z [00:03:08.176]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:25.4679819Z [00:03:08.176]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:25.4680340Z [00:03:08.176]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:25.4680652Z [00:03:08.176]➜  EOF
2025-08-20T21:54:25.4682966Z [00:03:08.176]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b338/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/auth/pdcp=>github.com/projectdiscovery/utils@v0.4.23/auth/pdcp;$WORK/b338=>" -p github.com/projectdiscovery/utils/auth/pdcp -lang=go1.24 -complete -installsuffix shared -buildid lzA9Q9v__r2HFpPcvHP6/lzA9Q9v__r2HFpPcvHP6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b338/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/auth/pdcp/auth.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/auth/pdcp/creds.go
2025-08-20T21:54:25.5467435Z [00:03:08.256]➜  go tool buildid -w $WORK/b338/_pkg_.a # internal
2025-08-20T21:54:25.5493747Z [00:03:08.259]➜  cp $WORK/b338/_pkg_.a /root/.cache/go-build/69/69b77f6ed535522b6d08db8cab1fab08e5d49274586b6325a30dec4489be3159-d # internal
2025-08-20T21:54:25.5503665Z [00:03:08.260]➜  github.com/google/go-querystring/query
2025-08-20T21:54:25.5505824Z [00:03:08.260]➜  mkdir -p $WORK/b544/
2025-08-20T21:54:25.5519827Z [00:03:08.261]➜  cat >/tmp/go-build3999932643/b544/importcfg << 'EOF' # internal
2025-08-20T21:54:25.5523473Z [00:03:08.262]➜  # import config
2025-08-20T21:54:25.5526450Z [00:03:08.262]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:25.5526935Z [00:03:08.262]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:25.5527479Z [00:03:08.262]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:25.5527975Z [00:03:08.262]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:25.5528405Z [00:03:08.262]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:25.5528854Z [00:03:08.262]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:25.5529293Z [00:03:08.262]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:25.5529601Z [00:03:08.262]➜  EOF
2025-08-20T21:54:25.5531522Z [00:03:08.262]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b544/_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/b544=>" -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/b544/importcfg -pack /root/go/pkg/mod/github.com/google/go-querystring@v1.1.0/query/encode.go
2025-08-20T21:54:25.5988963Z [00:03:08.308]➜  go tool buildid -w $WORK/b537/_pkg_.a # internal
2025-08-20T21:54:25.6026278Z [00:03:08.312]➜  go tool buildid -w $WORK/b544/_pkg_.a # internal
2025-08-20T21:54:25.6034752Z [00:03:08.313]➜  cp $WORK/b537/_pkg_.a /root/.cache/go-build/2b/2b1742a6843bd630b310bcc2fa8708c19302cacc8b4acc22e0d834f852ccc7db-d # internal
2025-08-20T21:54:25.6041650Z [00:03:08.313]➜  cp $WORK/b544/_pkg_.a /root/.cache/go-build/23/2365a5db717d3dc484a270a77802bb2de779f5a0d3e5df310862197bf47103b6-d # internal
2025-08-20T21:54:25.6043972Z [00:03:08.314]➜  go tool buildid -w $WORK/b527/_pkg_.a # internal
2025-08-20T21:54:25.6051435Z [00:03:08.314]➜  golang.org/x/crypto/openpgp/errors
2025-08-20T21:54:25.6051837Z [00:03:08.314]➜  mkdir -p $WORK/b547/
2025-08-20T21:54:25.6052220Z [00:03:08.314]➜  cat >/tmp/go-build3999932643/b547/importcfg << 'EOF' # internal
2025-08-20T21:54:25.6052607Z [00:03:08.314]➜  # import config
2025-08-20T21:54:25.6052945Z [00:03:08.314]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:25.6053261Z [00:03:08.314]➜  EOF
2025-08-20T21:54:25.6067130Z [00:03:08.314]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b547/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/errors=>golang.org/x/crypto@v0.39.0/openpgp/errors;$WORK/b547=>" -p golang.org/x/crypto/openpgp/errors -lang=go1.23 -complete -installsuffix shared -buildid FYk6fiHAxdXjGu83L_S-/FYk6fiHAxdXjGu83L_S- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b547/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/errors/errors.go
2025-08-20T21:54:25.6069356Z [00:03:08.316]➜  golang.org/x/crypto/cast5
2025-08-20T21:54:25.6069655Z [00:03:08.316]➜  mkdir -p $WORK/b549/
2025-08-20T21:54:25.6070039Z [00:03:08.316]➜  cat >/tmp/go-build3999932643/b549/importcfg << 'EOF' # internal
2025-08-20T21:54:25.6070377Z [00:03:08.316]➜  # import config
2025-08-20T21:54:25.6070709Z [00:03:08.316]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:25.6071140Z [00:03:08.316]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:25.6071459Z [00:03:08.316]➜  EOF
2025-08-20T21:54:25.6073159Z [00:03:08.316]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b549/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/cast5=>golang.org/x/crypto@v0.39.0/cast5;$WORK/b549=>" -p golang.org/x/crypto/cast5 -lang=go1.23 -complete -installsuffix shared -buildid aVFVUksZiDWKnEK4sF4A/aVFVUksZiDWKnEK4sF4A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b549/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/cast5/cast5.go
2025-08-20T21:54:25.6075000Z [00:03:08.316]➜  cp $WORK/b527/_pkg_.a /root/.cache/go-build/6b/6bc822f53db9c83e1da498642ee5d024bad0f0b1ac3c4c1051d51a62cca98516-d # internal
2025-08-20T21:54:25.6079813Z [00:03:08.317]➜  golang.org/x/text/internal
2025-08-20T21:54:25.6080100Z [00:03:08.317]➜  mkdir -p $WORK/b526/
2025-08-20T21:54:25.6080466Z [00:03:08.317]➜  cat >/tmp/go-build3999932643/b526/importcfg << 'EOF' # internal
2025-08-20T21:54:25.6080807Z [00:03:08.317]➜  # import config
2025-08-20T21:54:25.6081215Z [00:03:08.317]➜  packagefile golang.org/x/text/language=/tmp/go-build3999932643/b527/_pkg_.a
2025-08-20T21:54:25.6081691Z [00:03:08.317]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:25.6081995Z [00:03:08.317]➜  EOF
2025-08-20T21:54:25.6085275Z [00:03:08.317]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b526/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/internal=>golang.org/x/text@v0.26.0/internal;$WORK/b526=>" -p golang.org/x/text/internal -lang=go1.23 -complete -installsuffix shared -buildid RBrj7eEZE3ZCjBCny80B/RBrj7eEZE3ZCjBCny80B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b526/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/internal.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/match.go
2025-08-20T21:54:25.6216724Z [00:03:08.330]➜  go tool buildid -w $WORK/b547/_pkg_.a # internal
2025-08-20T21:54:25.6218623Z [00:03:08.331]➜  cp $WORK/b547/_pkg_.a /root/.cache/go-build/22/22b851af4a4e113d26ae4b743c9dec52bacd069559c5204ef8d903f53a733fee-d # internal
2025-08-20T21:54:25.6226671Z [00:03:08.332]➜  golang.org/x/crypto/openpgp/armor
2025-08-20T21:54:25.6228193Z [00:03:08.332]➜  mkdir -p $WORK/b546/
2025-08-20T21:54:25.6232671Z [00:03:08.333]➜  go tool buildid -w $WORK/b526/_pkg_.a # internal
2025-08-20T21:54:25.6239766Z [00:03:08.333]➜  cat >/tmp/go-build3999932643/b546/importcfg << 'EOF' # internal
2025-08-20T21:54:25.6240658Z [00:03:08.333]➜  # import config
2025-08-20T21:54:25.6241055Z [00:03:08.333]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:25.6241492Z [00:03:08.333]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:25.6241972Z [00:03:08.333]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:25.6242539Z [00:03:08.333]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build3999932643/b547/_pkg_.a
2025-08-20T21:54:25.6243045Z [00:03:08.333]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:25.6243343Z [00:03:08.333]➜  EOF
2025-08-20T21:54:25.6246927Z [00:03:08.333]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b546/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/armor=>golang.org/x/crypto@v0.39.0/openpgp/armor;$WORK/b546=>" -p golang.org/x/crypto/openpgp/armor -lang=go1.23 -complete -installsuffix shared -buildid L3gybWghrzKgpvII5SV-/L3gybWghrzKgpvII5SV- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b546/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/armor/armor.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/armor/encode.go
2025-08-20T21:54:25.6250368Z [00:03:08.333]➜  cp $WORK/b526/_pkg_.a /root/.cache/go-build/1d/1d3b42074242acea764282b48a6660e5cd362f4438f23e8e4246970222a77d4d-d # internal
2025-08-20T21:54:25.6270976Z [00:03:08.336]➜  golang.org/x/text/cases
2025-08-20T21:54:25.6271730Z [00:03:08.336]➜  mkdir -p $WORK/b525/
2025-08-20T21:54:25.6281367Z [00:03:08.337]➜  cat >/tmp/go-build3999932643/b525/importcfg << 'EOF' # internal
2025-08-20T21:54:25.6281842Z [00:03:08.337]➜  # import config
2025-08-20T21:54:25.6282499Z [00:03:08.337]➜  packagefile golang.org/x/text/internal=/tmp/go-build3999932643/b526/_pkg_.a
2025-08-20T21:54:25.6283303Z [00:03:08.337]➜  packagefile golang.org/x/text/language=/tmp/go-build3999932643/b527/_pkg_.a
2025-08-20T21:54:25.6284090Z [00:03:08.337]➜  packagefile golang.org/x/text/transform=/tmp/go-build3999932643/b265/_pkg_.a
2025-08-20T21:54:25.6284919Z [00:03:08.337]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3999932643/b459/_pkg_.a
2025-08-20T21:54:25.6286169Z [00:03:08.337]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:25.6286853Z [00:03:08.337]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:25.6287330Z [00:03:08.337]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:25.6288461Z [00:03:08.337]➜  EOF
2025-08-20T21:54:25.6291737Z [00:03:08.337]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b525/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/cases=>golang.org/x/text@v0.26.0/cases;$WORK/b525=>" -p golang.org/x/text/cases -lang=go1.23 -complete -installsuffix shared -buildid fbN9pSa8miI4SfHpwcG1/fbN9pSa8miI4SfHpwcG1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b525/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/cases/cases.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/cases/context.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/cases/fold.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/cases/info.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/cases/map.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/cases/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/cases/trieval.go
2025-08-20T21:54:25.6331992Z [00:03:08.342]➜  go tool buildid -w $WORK/b549/_pkg_.a # internal
2025-08-20T21:54:25.6338932Z [00:03:08.343]➜  cp $WORK/b549/_pkg_.a /root/.cache/go-build/53/53e21e8b2790d1d4b279ffa374641237a69aae550038f2b5989c0efc1f24e36d-d # internal
2025-08-20T21:54:25.6340935Z [00:03:08.343]➜  golang.org/x/crypto/openpgp/elgamal
2025-08-20T21:54:25.6341954Z [00:03:08.343]➜  mkdir -p $WORK/b550/
2025-08-20T21:54:25.6342802Z [00:03:08.344]➜  cat >/tmp/go-build3999932643/b550/importcfg << 'EOF' # internal
2025-08-20T21:54:25.6345023Z [00:03:08.344]➜  # import config
2025-08-20T21:54:25.6345400Z [00:03:08.344]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:25.6345865Z [00:03:08.344]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:25.6346304Z [00:03:08.344]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:25.6346732Z [00:03:08.344]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:25.6347144Z [00:03:08.344]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:25.6347657Z [00:03:08.344]➜  EOF
2025-08-20T21:54:25.6349869Z [00:03:08.344]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b550/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/elgamal=>golang.org/x/crypto@v0.39.0/openpgp/elgamal;$WORK/b550=>" -p golang.org/x/crypto/openpgp/elgamal -lang=go1.23 -complete -installsuffix shared -buildid gjsOVaiGUVsxKO4E-hNc/gjsOVaiGUVsxKO4E-hNc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b550/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/elgamal/elgamal.go
2025-08-20T21:54:25.6546892Z [00:03:08.364]➜  go tool buildid -w $WORK/b550/_pkg_.a # internal
2025-08-20T21:54:25.6554964Z [00:03:08.364]➜  cp $WORK/b550/_pkg_.a /root/.cache/go-build/e5/e545cff81b9e0736cd5e933812d7a4f52480e529a1bbaaedf1086ac33ff393ee-d # internal
2025-08-20T21:54:25.6555701Z [00:03:08.364]➜  go tool buildid -w $WORK/b546/_pkg_.a # internal
2025-08-20T21:54:25.6556048Z [00:03:08.364]➜  golang.org/x/crypto/openpgp/s2k
2025-08-20T21:54:25.6556336Z [00:03:08.364]➜  mkdir -p $WORK/b551/
2025-08-20T21:54:25.6559677Z [00:03:08.364]➜  cat >/tmp/go-build3999932643/b551/importcfg << 'EOF' # internal
2025-08-20T21:54:25.6560197Z [00:03:08.364]➜  # import config
2025-08-20T21:54:25.6560543Z [00:03:08.364]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:25.6561098Z [00:03:08.364]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build3999932643/b547/_pkg_.a
2025-08-20T21:54:25.6561607Z [00:03:08.364]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:25.6562007Z [00:03:08.364]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:25.6562416Z [00:03:08.364]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:25.6563051Z [00:03:08.364]➜  EOF
2025-08-20T21:54:25.6564849Z [00:03:08.364]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b551/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/s2k=>golang.org/x/crypto@v0.39.0/openpgp/s2k;$WORK/b551=>" -p golang.org/x/crypto/openpgp/s2k -lang=go1.23 -complete -installsuffix shared -buildid DlDCq_KXlhWuyulu7YUY/DlDCq_KXlhWuyulu7YUY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b551/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/s2k/s2k.go
2025-08-20T21:54:25.6575250Z [00:03:08.367]➜  cp $WORK/b546/_pkg_.a /root/.cache/go-build/83/83c02f6c0c64e58c3f41e07f3f0d3eb99edbcfaa09a0e840c2f9306ed79d501d-d # internal
2025-08-20T21:54:25.6579272Z [00:03:08.367]➜  image/internal/imageutil
2025-08-20T21:54:25.6580066Z [00:03:08.367]➜  mkdir -p $WORK/b553/
2025-08-20T21:54:25.6580721Z [00:03:08.367]➜  cat >/tmp/go-build3999932643/b553/importcfg << 'EOF' # internal
2025-08-20T21:54:25.6581538Z [00:03:08.367]➜  # import config
2025-08-20T21:54:25.6582146Z [00:03:08.367]➜  packagefile image=/tmp/go-build3999932643/b496/_pkg_.a
2025-08-20T21:54:25.6582626Z [00:03:08.367]➜  EOF
2025-08-20T21:54:25.6584550Z [00:03:08.367]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b553/_pkg_.a -trimpath "/root/.go/src/image/internal/imageutil=>image/internal/imageutil;$WORK/b553=>" -p image/internal/imageutil -lang=go1.25 -std -complete -installsuffix shared -buildid dD2uzJyr78_eNthmncD2/dD2uzJyr78_eNthmncD2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b553/importcfg -pack /root/.go/src/image/internal/imageutil/imageutil.go /root/.go/src/image/internal/imageutil/impl.go
2025-08-20T21:54:25.6775932Z [00:03:08.387]➜  go tool buildid -w $WORK/b551/_pkg_.a # internal
2025-08-20T21:54:25.6781515Z [00:03:08.387]➜  cp $WORK/b551/_pkg_.a /root/.cache/go-build/93/9383bc8961b7f379cba118254982c64feeb5f800f74e5df3cb8ee8a906524053-d # internal
2025-08-20T21:54:25.6795673Z [00:03:08.389]➜  go tool buildid -w $WORK/b553/_pkg_.a # internal
2025-08-20T21:54:25.6806220Z [00:03:08.390]➜  cp $WORK/b553/_pkg_.a /root/.cache/go-build/73/73699e292ac1a89c59e08a0c47cd491743701e6075ac72089ca2940e29c9f0c7-d # internal
2025-08-20T21:54:25.6807574Z [00:03:08.390]➜  golang.org/x/crypto/blake2b
2025-08-20T21:54:25.6808188Z [00:03:08.390]➜  mkdir -p $WORK/b556/
2025-08-20T21:54:25.6813688Z [00:03:08.390]➜  image/jpeg
2025-08-20T21:54:25.6813978Z [00:03:08.390]➜  mkdir -p $WORK/b552/
2025-08-20T21:54:25.6814362Z [00:03:08.390]➜  cat >/tmp/go-build3999932643/b556/importcfg << 'EOF' # internal
2025-08-20T21:54:25.6814711Z [00:03:08.390]➜  # import config
2025-08-20T21:54:25.6815354Z [00:03:08.390]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:25.6815873Z [00:03:08.390]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:25.6816327Z [00:03:08.390]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:25.6816739Z [00:03:08.390]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:25.6817160Z [00:03:08.390]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:25.6817851Z [00:03:08.390]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:25.6818182Z [00:03:08.390]➜  EOF
2025-08-20T21:54:25.6820928Z [00:03:08.390]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b556/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blake2b=>golang.org/x/crypto@v0.39.0/blake2b;$WORK/b556=>" -p golang.org/x/crypto/blake2b -lang=go1.23 -complete -installsuffix shared -buildid GLmcXYpDVuS0PpDlAa1-/GLmcXYpDVuS0PpDlAa1- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b556/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blake2b/blake2b.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blake2b/blake2b_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blake2b/blake2b_ref.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blake2b/blake2x.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blake2b/register.go
2025-08-20T21:54:25.6823708Z [00:03:08.390]➜  cat >/tmp/go-build3999932643/b552/importcfg << 'EOF' # internal
2025-08-20T21:54:25.6824050Z [00:03:08.390]➜  # import config
2025-08-20T21:54:25.6824374Z [00:03:08.390]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:25.6824790Z [00:03:08.390]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:25.6825201Z [00:03:08.390]➜  packagefile image=/tmp/go-build3999932643/b496/_pkg_.a
2025-08-20T21:54:25.6825630Z [00:03:08.390]➜  packagefile image/color=/tmp/go-build3999932643/b497/_pkg_.a
2025-08-20T21:54:25.6826140Z [00:03:08.390]➜  packagefile image/internal/imageutil=/tmp/go-build3999932643/b553/_pkg_.a
2025-08-20T21:54:25.6826606Z [00:03:08.390]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:25.6826904Z [00:03:08.390]➜  EOF
2025-08-20T21:54:25.6829049Z [00:03:08.390]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b552/_pkg_.a -trimpath "/root/.go/src/image/jpeg=>image/jpeg;$WORK/b552=>" -p image/jpeg -lang=go1.25 -std -complete -installsuffix shared -buildid qiqcMJ0n6aAaek-5WkvE/qiqcMJ0n6aAaek-5WkvE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b552/importcfg -pack /root/.go/src/image/jpeg/fdct.go /root/.go/src/image/jpeg/huffman.go /root/.go/src/image/jpeg/idct.go /root/.go/src/image/jpeg/reader.go /root/.go/src/image/jpeg/scan.go /root/.go/src/image/jpeg/writer.go
2025-08-20T21:54:25.7160150Z [00:03:08.425]➜  go tool buildid -w $WORK/b556/_pkg_.a # internal
2025-08-20T21:54:25.7172393Z [00:03:08.427]➜  cp $WORK/b556/_pkg_.a /root/.cache/go-build/60/603eeacec9fce9166016345f27d6b59adf4c44c0784a3dd7dd27ab1b6e7490ad-d # internal
2025-08-20T21:54:25.7182276Z [00:03:08.428]➜  golang.org/x/crypto/pbkdf2
2025-08-20T21:54:25.7186643Z [00:03:08.428]➜  mkdir -p $WORK/b558/
2025-08-20T21:54:25.7195124Z [00:03:08.429]➜  cat >/tmp/go-build3999932643/b558/importcfg << 'EOF' # internal
2025-08-20T21:54:25.7195516Z [00:03:08.429]➜  # import config
2025-08-20T21:54:25.7195883Z [00:03:08.429]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:25.7196349Z [00:03:08.429]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:25.7196655Z [00:03:08.429]➜  EOF
2025-08-20T21:54:25.7206893Z [00:03:08.430]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b558/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pbkdf2=>golang.org/x/crypto@v0.39.0/pbkdf2;$WORK/b558=>" -p golang.org/x/crypto/pbkdf2 -lang=go1.23 -complete -installsuffix shared -buildid _K8Ogn2LTewGPEpIUfZd/_K8Ogn2LTewGPEpIUfZd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b558/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pbkdf2/pbkdf2.go
2025-08-20T21:54:25.7496629Z [00:03:08.459]➜  go tool buildid -w $WORK/b558/_pkg_.a # internal
2025-08-20T21:54:25.7500511Z [00:03:08.459]➜  cp $WORK/b558/_pkg_.a /root/.cache/go-build/26/262a3db0ef225066ca5d61466f1fb501ce62acf7381949624a6b360b7983f4bd-d # internal
2025-08-20T21:54:25.7505342Z [00:03:08.460]➜  golang.org/x/crypto/scrypt
2025-08-20T21:54:25.7506402Z [00:03:08.460]➜  mkdir -p $WORK/b557/
2025-08-20T21:54:25.7511020Z [00:03:08.460]➜  cat >/tmp/go-build3999932643/b557/importcfg << 'EOF' # internal
2025-08-20T21:54:25.7511381Z [00:03:08.460]➜  # import config
2025-08-20T21:54:25.7511746Z [00:03:08.460]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:25.7514561Z [00:03:08.460]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:25.7515032Z [00:03:08.460]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:25.7515551Z [00:03:08.460]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build3999932643/b558/_pkg_.a
2025-08-20T21:54:25.7516049Z [00:03:08.460]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:25.7516371Z [00:03:08.460]➜  EOF
2025-08-20T21:54:25.7520653Z [00:03:08.461]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b557/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/scrypt=>golang.org/x/crypto@v0.39.0/scrypt;$WORK/b557=>" -p golang.org/x/crypto/scrypt -lang=go1.23 -complete -installsuffix shared -buildid UftzhJsB4qRYHo8M3RbB/UftzhJsB4qRYHo8M3RbB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b557/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/scrypt/scrypt.go
2025-08-20T21:54:25.7664354Z [00:03:08.475]➜  go tool buildid -w $WORK/b525/_pkg_.a # internal
2025-08-20T21:54:25.7681093Z [00:03:08.477]➜  cp $WORK/b525/_pkg_.a /root/.cache/go-build/b9/b9d1781ed3139b0bd3f0ee7703151ee6c23694a4681f26c0588521b2e4b14166-d # internal
2025-08-20T21:54:25.7706340Z [00:03:08.480]➜  go tool buildid -w $WORK/b552/_pkg_.a # internal
2025-08-20T21:54:25.7718597Z [00:03:08.481]➜  cp $WORK/b552/_pkg_.a /root/.cache/go-build/f3/f31e48d16aaf146e45b2dfe20ffaced478f23c5add4e46ff919ca47bdd4f0f61-d # internal
2025-08-20T21:54:25.7725621Z [00:03:08.482]➜  github.com/minio/selfupdate/internal/binarydist
2025-08-20T21:54:25.7726013Z [00:03:08.482]➜  mkdir -p $WORK/b559/
2025-08-20T21:54:25.7730389Z [00:03:08.482]➜  cat >/tmp/go-build3999932643/b559/importcfg << 'EOF' # internal
2025-08-20T21:54:25.7735456Z [00:03:08.482]➜  # import config
2025-08-20T21:54:25.7736064Z [00:03:08.482]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:25.7737001Z [00:03:08.482]➜  packagefile compress/bzip2=/tmp/go-build3999932643/b276/_pkg_.a
2025-08-20T21:54:25.7737883Z [00:03:08.482]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:25.7739166Z [00:03:08.482]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:25.7739650Z [00:03:08.482]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:25.7740087Z [00:03:08.482]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:25.7740518Z [00:03:08.482]➜  packagefile os/exec=/tmp/go-build3999932643/b507/_pkg_.a
2025-08-20T21:54:25.7740831Z [00:03:08.482]➜  EOF
2025-08-20T21:54:25.7749332Z [00:03:08.482]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b559/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/minio/selfupdate@v0.6.1-0.20230907112617-f11e74f84ca7/internal/binarydist=>github.com/minio/selfupdate@v0.6.1-0.20230907112617-f11e74f84ca7/internal/binarydist;$WORK/b559=>" -p github.com/minio/selfupdate/internal/binarydist -lang=go1.14 -complete -installsuffix shared -buildid jVzqJeJf_fm6gCq1lpuO/jVzqJeJf_fm6gCq1lpuO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b559/importcfg -pack /root/go/pkg/mod/github.com/minio/selfupdate@v0.6.1-0.20230907112617-f11e74f84ca7/internal/binarydist/bzip2.go /root/go/pkg/mod/github.com/minio/selfupdate@v0.6.1-0.20230907112617-f11e74f84ca7/internal/binarydist/diff.go /root/go/pkg/mod/github.com/minio/selfupdate@v0.6.1-0.20230907112617-f11e74f84ca7/internal/binarydist/doc.go /root/go/pkg/mod/github.com/minio/selfupdate@v0.6.1-0.20230907112617-f11e74f84ca7/internal/binarydist/encoding.go /root/go/pkg/mod/github.com/minio/selfupdate@v0.6.1-0.20230907112617-f11e74f84ca7/internal/binarydist/patch.go /root/go/pkg/mod/github.com/minio/selfupdate@v0.6.1-0.20230907112617-f11e74f84ca7/internal/binarydist/seek.go
2025-08-20T21:54:25.7774483Z [00:03:08.486]➜  go tool buildid -w $WORK/b557/_pkg_.a # internal
2025-08-20T21:54:25.7780924Z [00:03:08.487]➜  cp $WORK/b557/_pkg_.a /root/.cache/go-build/8e/8e2e7ba15549e5b26703cb9ca6287671040220b91091d6c8ec272a0d7b30ffc8-d # internal
2025-08-20T21:54:25.7783576Z [00:03:08.487]➜  golang.org/x/crypto/openpgp/packet
2025-08-20T21:54:25.7787986Z [00:03:08.487]➜  mkdir -p $WORK/b548/
2025-08-20T21:54:25.7788648Z [00:03:08.487]➜  cat >/tmp/go-build3999932643/b548/importcfg << 'EOF' # internal
2025-08-20T21:54:25.7790309Z [00:03:08.487]➜  # import config
2025-08-20T21:54:25.7791640Z [00:03:08.487]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:25.7792129Z [00:03:08.487]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:25.7792575Z [00:03:08.487]➜  packagefile compress/bzip2=/tmp/go-build3999932643/b276/_pkg_.a
2025-08-20T21:54:25.7800970Z [00:03:08.487]➜  packagefile compress/flate=/tmp/go-build3999932643/b169/_pkg_.a
2025-08-20T21:54:25.7801465Z [00:03:08.487]➜  packagefile compress/zlib=/tmp/go-build3999932643/b168/_pkg_.a
2025-08-20T21:54:25.7801911Z [00:03:08.487]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:25.7802345Z [00:03:08.487]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:54:25.7802803Z [00:03:08.487]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:25.7803258Z [00:03:08.487]➜  packagefile crypto/des=/tmp/go-build3999932643/b109/_pkg_.a
2025-08-20T21:54:25.7803728Z [00:03:08.487]➜  packagefile crypto/dsa=/tmp/go-build3999932643/b153/_pkg_.a
2025-08-20T21:54:25.7804186Z [00:03:08.487]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:25.7804660Z [00:03:08.488]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:54:25.7805122Z [00:03:08.488]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:25.7805582Z [00:03:08.488]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:25.7806029Z [00:03:08.488]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:25.7806478Z [00:03:08.488]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:25.7806935Z [00:03:08.488]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:25.7808291Z [00:03:08.488]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:25.7808881Z [00:03:08.488]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:25.7809351Z [00:03:08.488]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:25.7809822Z [00:03:08.488]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:25.7810253Z [00:03:08.488]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:25.7810749Z [00:03:08.488]➜  packagefile golang.org/x/crypto/cast5=/tmp/go-build3999932643/b549/_pkg_.a
2025-08-20T21:54:25.7811343Z [00:03:08.488]➜  packagefile golang.org/x/crypto/openpgp/elgamal=/tmp/go-build3999932643/b550/_pkg_.a
2025-08-20T21:54:25.7811965Z [00:03:08.488]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build3999932643/b547/_pkg_.a
2025-08-20T21:54:25.7812568Z [00:03:08.488]➜  packagefile golang.org/x/crypto/openpgp/s2k=/tmp/go-build3999932643/b551/_pkg_.a
2025-08-20T21:54:25.7813062Z [00:03:08.488]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:25.7813756Z [00:03:08.488]➜  packagefile image=/tmp/go-build3999932643/b496/_pkg_.a
2025-08-20T21:54:25.7814308Z [00:03:08.488]➜  packagefile image/jpeg=/tmp/go-build3999932643/b552/_pkg_.a
2025-08-20T21:54:25.7814744Z [00:03:08.488]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:25.7815157Z [00:03:08.488]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:25.7815602Z [00:03:08.488]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:25.7816030Z [00:03:08.488]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:25.7816454Z [00:03:08.488]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:25.7816872Z [00:03:08.488]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:25.7817177Z [00:03:08.488]➜  EOF
2025-08-20T21:54:25.7824042Z [00:03:08.488]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b548/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/packet=>golang.org/x/crypto@v0.39.0/openpgp/packet;$WORK/b548=>" -p golang.org/x/crypto/openpgp/packet -lang=go1.23 -complete -installsuffix shared -buildid 1XoymMBdLJRrIJ8xcVcF/1XoymMBdLJRrIJ8xcVcF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b548/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/packet/compressed.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/packet/config.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/packet/encrypted_key.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/packet/literal.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/packet/ocfb.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/packet/one_pass_signature.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/packet/opaque.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/packet/packet.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/packet/private_key.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/packet/public_key.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/packet/public_key_v3.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/packet/reader.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/packet/signature.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/packet/signature_v3.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/packet/symmetric_key_encrypted.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/packet/symmetrically_encrypted.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/packet/userattribute.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/packet/userid.go
2025-08-20T21:54:25.7830299Z [00:03:08.488]➜  aead.dev/minisign
2025-08-20T21:54:25.7830568Z [00:03:08.488]➜  mkdir -p $WORK/b555/
2025-08-20T21:54:25.7830934Z [00:03:08.488]➜  cat >/tmp/go-build3999932643/b555/importcfg << 'EOF' # internal
2025-08-20T21:54:25.7831274Z [00:03:08.488]➜  # import config
2025-08-20T21:54:25.7831605Z [00:03:08.488]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:25.7832028Z [00:03:08.488]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:25.7832474Z [00:03:08.488]➜  packagefile crypto/ed25519=/tmp/go-build3999932643/b130/_pkg_.a
2025-08-20T21:54:25.7832928Z [00:03:08.488]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:25.7833384Z [00:03:08.488]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:25.7833864Z [00:03:08.488]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:25.7834342Z [00:03:08.488]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:25.7834791Z [00:03:08.488]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:25.7835202Z [00:03:08.488]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:25.7835692Z [00:03:08.488]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build3999932643/b556/_pkg_.a
2025-08-20T21:54:25.7836249Z [00:03:08.488]➜  packagefile golang.org/x/crypto/scrypt=/tmp/go-build3999932643/b557/_pkg_.a
2025-08-20T21:54:25.7836944Z [00:03:08.488]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:25.7842896Z [00:03:08.488]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:25.7843702Z [00:03:08.488]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:25.7844356Z [00:03:08.488]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:25.7845025Z [00:03:08.488]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:25.7845660Z [00:03:08.488]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:25.7846046Z [00:03:08.488]➜  EOF
2025-08-20T21:54:25.7849095Z [00:03:08.489]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b555/_pkg_.a -trimpath "/root/go/pkg/mod/aead.dev/minisign@v0.2.0=>aead.dev/minisign@v0.2.0;$WORK/b555=>" -p aead.dev/minisign -lang=go1.16 -complete -installsuffix shared -buildid ZR03xkbGuSnRTevl9YCT/ZR03xkbGuSnRTevl9YCT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b555/importcfg -pack /root/go/pkg/mod/aead.dev/minisign@v0.2.0/minisign.go /root/go/pkg/mod/aead.dev/minisign@v0.2.0/private.go /root/go/pkg/mod/aead.dev/minisign@v0.2.0/public.go /root/go/pkg/mod/aead.dev/minisign@v0.2.0/signature.go
2025-08-20T21:54:25.8122506Z [00:03:08.521]➜  go tool buildid -w $WORK/b559/_pkg_.a # internal
2025-08-20T21:54:25.8150666Z [00:03:08.524]➜  cp $WORK/b559/_pkg_.a /root/.cache/go-build/6e/6e92adbe4a0ab142bf843218f21a14a0f81e2532b6c9940dbc875dbaae4c3011-d # internal
2025-08-20T21:54:25.8161983Z [00:03:08.525]➜  github.com/minio/selfupdate/internal/osext
2025-08-20T21:54:25.8163137Z [00:03:08.525]➜  mkdir -p $WORK/b560/
2025-08-20T21:54:25.8178715Z [00:03:08.527]➜  cat >/tmp/go-build3999932643/b560/importcfg << 'EOF' # internal
2025-08-20T21:54:25.8180291Z [00:03:08.527]➜  # import config
2025-08-20T21:54:25.8180641Z [00:03:08.527]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:25.8181086Z [00:03:08.527]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:25.8181513Z [00:03:08.527]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:25.8187938Z [00:03:08.527]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:25.8188435Z [00:03:08.527]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:25.8188893Z [00:03:08.527]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:25.8189211Z [00:03:08.527]➜  EOF
2025-08-20T21:54:25.8191968Z [00:03:08.527]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b560/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/minio/selfupdate@v0.6.1-0.20230907112617-f11e74f84ca7/internal/osext=>github.com/minio/selfupdate@v0.6.1-0.20230907112617-f11e74f84ca7/internal/osext;$WORK/b560=>" -p github.com/minio/selfupdate/internal/osext -lang=go1.14 -complete -installsuffix shared -buildid OBxZBeBaMdUNjVuec_6g/OBxZBeBaMdUNjVuec_6g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b560/importcfg -pack /root/go/pkg/mod/github.com/minio/selfupdate@v0.6.1-0.20230907112617-f11e74f84ca7/internal/osext/osext.go /root/go/pkg/mod/github.com/minio/selfupdate@v0.6.1-0.20230907112617-f11e74f84ca7/internal/osext/osext_procfs.go
2025-08-20T21:54:25.8340406Z [00:03:08.543]➜  go tool buildid -w $WORK/b555/_pkg_.a # internal
2025-08-20T21:54:25.8348869Z [00:03:08.544]➜  cp $WORK/b555/_pkg_.a /root/.cache/go-build/e4/e41f9dbae0ea7c6f2c54e26197b69f53b2e633e58d43f5a5712748187e5b822c-d # internal
2025-08-20T21:54:25.8365490Z [00:03:08.546]➜  github.com/projectdiscovery/machineid
2025-08-20T21:54:25.8368555Z [00:03:08.546]➜  mkdir -p $WORK/b561/
2025-08-20T21:54:25.8369559Z [00:03:08.546]➜  cat >/tmp/go-build3999932643/b561/importcfg << 'EOF' # internal
2025-08-20T21:54:25.8369956Z [00:03:08.546]➜  # import config
2025-08-20T21:54:25.8370329Z [00:03:08.546]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:25.8370796Z [00:03:08.546]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:25.8371595Z [00:03:08.546]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:25.8372106Z [00:03:08.546]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:25.8372516Z [00:03:08.546]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:25.8372909Z [00:03:08.546]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:25.8373332Z [00:03:08.546]➜  packagefile os/exec=/tmp/go-build3999932643/b507/_pkg_.a
2025-08-20T21:54:25.8373756Z [00:03:08.546]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:25.8374069Z [00:03:08.546]➜  EOF
2025-08-20T21:54:25.8377080Z [00:03:08.546]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b561/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/machineid@v0.0.0-20240226150047-2e2c51e35983=>github.com/projectdiscovery/machineid@v0.0.0-20240226150047-2e2c51e35983;$WORK/b561=>" -p github.com/projectdiscovery/machineid -lang=go1.21 -complete -installsuffix shared -buildid f0B_pzyzaXvl3sQp6KiY/f0B_pzyzaXvl3sQp6KiY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b561/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/machineid@v0.0.0-20240226150047-2e2c51e35983/helper.go /root/go/pkg/mod/github.com/projectdiscovery/machineid@v0.0.0-20240226150047-2e2c51e35983/id.go /root/go/pkg/mod/github.com/projectdiscovery/machineid@v0.0.0-20240226150047-2e2c51e35983/id_linux.go
﻿2025-08-20T21:54:25.8417258Z [00:03:08.551]➜  go tool buildid -w $WORK/b560/_pkg_.a # internal
2025-08-20T21:54:25.8418335Z [00:03:08.551]➜  cp $WORK/b560/_pkg_.a /root/.cache/go-build/5e/5eb223cf568d05d55e212ef31c7bf3b2eac9a53ed71fb4279cc9ee574470b63d-d # internal
2025-08-20T21:54:25.8438663Z [00:03:08.553]➜  github.com/minio/selfupdate
2025-08-20T21:54:25.8439216Z [00:03:08.553]➜  mkdir -p $WORK/b554/
2025-08-20T21:54:25.8439831Z [00:03:08.553]➜  cat >/tmp/go-build3999932643/b554/importcfg << 'EOF' # internal
2025-08-20T21:54:25.8440731Z [00:03:08.553]➜  # import config
2025-08-20T21:54:25.8441350Z [00:03:08.553]➜  packagefile aead.dev/minisign=/tmp/go-build3999932643/b555/_pkg_.a
2025-08-20T21:54:25.8442051Z [00:03:08.553]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:25.8442678Z [00:03:08.553]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:25.8443584Z [00:03:08.553]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:25.8444259Z [00:03:08.553]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:25.8445631Z [00:03:08.553]➜  packagefile github.com/minio/selfupdate/internal/binarydist=/tmp/go-build3999932643/b559/_pkg_.a
2025-08-20T21:54:25.8446341Z [00:03:08.553]➜  packagefile github.com/minio/selfupdate/internal/osext=/tmp/go-build3999932643/b560/_pkg_.a
2025-08-20T21:54:25.8446870Z [00:03:08.553]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:25.8447288Z [00:03:08.553]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:25.8447908Z [00:03:08.553]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:25.8448327Z [00:03:08.553]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:25.8448763Z [00:03:08.553]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:25.8449096Z [00:03:08.553]➜  EOF
2025-08-20T21:54:25.8452881Z [00:03:08.553]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b554/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/minio/selfupdate@v0.6.1-0.20230907112617-f11e74f84ca7=>github.com/minio/selfupdate@v0.6.1-0.20230907112617-f11e74f84ca7;$WORK/b554=>" -p github.com/minio/selfupdate -lang=go1.14 -complete -installsuffix shared -buildid 1fpJg1XzZuYMiLu67wMt/1fpJg1XzZuYMiLu67wMt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b554/importcfg -pack /root/go/pkg/mod/github.com/minio/selfupdate@v0.6.1-0.20230907112617-f11e74f84ca7/apply.go /root/go/pkg/mod/github.com/minio/selfupdate@v0.6.1-0.20230907112617-f11e74f84ca7/doc.go /root/go/pkg/mod/github.com/minio/selfupdate@v0.6.1-0.20230907112617-f11e74f84ca7/hide_noop.go /root/go/pkg/mod/github.com/minio/selfupdate@v0.6.1-0.20230907112617-f11e74f84ca7/minisign.go /root/go/pkg/mod/github.com/minio/selfupdate@v0.6.1-0.20230907112617-f11e74f84ca7/patcher.go
2025-08-20T21:54:25.8580184Z [00:03:08.567]➜  go tool buildid -w $WORK/b561/_pkg_.a # internal
2025-08-20T21:54:25.8586369Z [00:03:08.568]➜  cp $WORK/b561/_pkg_.a /root/.cache/go-build/3e/3e597901baaece46aa64aa53122205b6478772b07109109565f0bfc70b1feebf-d # internal
2025-08-20T21:54:25.8589685Z [00:03:08.568]➜  github.com/shirou/gopsutil/v3/internal/common
2025-08-20T21:54:25.8590248Z [00:03:08.568]➜  mkdir -p $WORK/b565/
2025-08-20T21:54:25.8594857Z [00:03:08.569]➜  cat >/tmp/go-build3999932643/b565/importcfg << 'EOF' # internal
2025-08-20T21:54:25.8595946Z [00:03:08.569]➜  # import config
2025-08-20T21:54:25.8596495Z [00:03:08.569]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:25.8597046Z [00:03:08.569]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:25.8597746Z [00:03:08.569]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:25.8598275Z [00:03:08.569]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:25.8607869Z [00:03:08.569]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:25.8610103Z [00:03:08.569]➜  packagefile github.com/shirou/gopsutil/v3/common=/tmp/go-build3999932643/b566/_pkg_.a
2025-08-20T21:54:25.8610903Z [00:03:08.569]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:25.8611318Z [00:03:08.569]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:25.8611790Z [00:03:08.569]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:25.8612196Z [00:03:08.569]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:25.8612602Z [00:03:08.569]➜  packagefile os/exec=/tmp/go-build3999932643/b507/_pkg_.a
2025-08-20T21:54:25.8613030Z [00:03:08.569]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:25.8613478Z [00:03:08.569]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:25.8613927Z [00:03:08.569]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:25.8614354Z [00:03:08.569]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:25.8614782Z [00:03:08.569]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:25.8615214Z [00:03:08.569]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:25.8615626Z [00:03:08.569]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:25.8616054Z [00:03:08.569]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:25.8616491Z [00:03:08.569]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:25.8616907Z [00:03:08.569]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:25.8617227Z [00:03:08.569]➜  EOF
2025-08-20T21:54:25.8621691Z [00:03:08.569]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b565/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.5/internal/common=>github.com/shirou/gopsutil/v3@v3.24.5/internal/common;$WORK/b565=>" -p github.com/shirou/gopsutil/v3/internal/common -lang=go1.18 -complete -installsuffix shared -buildid H7xwuntYSM1ZifnYaUb5/H7xwuntYSM1ZifnYaUb5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b565/importcfg -pack /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.5/internal/common/binary.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.5/internal/common/common.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.5/internal/common/common_linux.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.5/internal/common/common_unix.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.5/internal/common/endian.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.5/internal/common/sleep.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.5/internal/common/warnings.go
2025-08-20T21:54:25.8897764Z [00:03:08.599]➜  go tool buildid -w $WORK/b554/_pkg_.a # internal
2025-08-20T21:54:25.8910544Z [00:03:08.600]➜  cp $WORK/b554/_pkg_.a /root/.cache/go-build/f6/f6b25eed36bc3e7a00ff1cf7e218a9de30e58610e35eb8f27542e16821906356-d # internal
2025-08-20T21:54:25.8912541Z [00:03:08.600]➜  github.com/tklauser/numcpus
2025-08-20T21:54:25.8912849Z [00:03:08.601]➜  mkdir -p $WORK/b568/
2025-08-20T21:54:25.8917707Z [00:03:08.601]➜  cat >/tmp/go-build3999932643/b568/importcfg << 'EOF' # internal
2025-08-20T21:54:25.8928826Z [00:03:08.601]➜  # import config
2025-08-20T21:54:25.8929199Z [00:03:08.601]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:25.8929687Z [00:03:08.601]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3999932643/b180/_pkg_.a
2025-08-20T21:54:25.8930166Z [00:03:08.601]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:25.8930609Z [00:03:08.601]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:25.8931042Z [00:03:08.601]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:25.8931491Z [00:03:08.601]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:25.8931938Z [00:03:08.601]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:25.8932546Z [00:03:08.601]➜  EOF
2025-08-20T21:54:25.8934560Z [00:03:08.602]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b568/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tklauser/numcpus@v0.6.1=>github.com/tklauser/numcpus@v0.6.1;$WORK/b568=>" -p github.com/tklauser/numcpus -lang=go1.13 -complete -installsuffix shared -buildid T6XYAyff-RTWTJb6ltk9/T6XYAyff-RTWTJb6ltk9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b568/importcfg -pack /root/go/pkg/mod/github.com/tklauser/numcpus@v0.6.1/numcpus.go /root/go/pkg/mod/github.com/tklauser/numcpus@v0.6.1/numcpus_linux.go
2025-08-20T21:54:25.9464296Z [00:03:08.656]➜  go tool buildid -w $WORK/b568/_pkg_.a # internal
2025-08-20T21:54:25.9499857Z [00:03:08.659]➜  cp $WORK/b568/_pkg_.a /root/.cache/go-build/97/97672fc057a60fe511e8aced424d7762ea7df062cad2d4ed4d23b49f992cd925-d # internal
2025-08-20T21:54:25.9566660Z [00:03:08.666]➜  github.com/tklauser/go-sysconf
2025-08-20T21:54:25.9570104Z [00:03:08.666]➜  mkdir -p $WORK/b567/
2025-08-20T21:54:25.9570558Z [00:03:08.666]➜  cat >/tmp/go-build3999932643/b567/importcfg << 'EOF' # internal
2025-08-20T21:54:25.9570924Z [00:03:08.666]➜  # import config
2025-08-20T21:54:25.9571263Z [00:03:08.666]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:25.9571686Z [00:03:08.666]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:25.9572188Z [00:03:08.666]➜  packagefile github.com/tklauser/numcpus=/tmp/go-build3999932643/b568/_pkg_.a
2025-08-20T21:54:25.9572734Z [00:03:08.666]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3999932643/b180/_pkg_.a
2025-08-20T21:54:25.9573229Z [00:03:08.666]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:25.9573650Z [00:03:08.666]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:25.9574063Z [00:03:08.666]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:25.9574489Z [00:03:08.666]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:25.9574920Z [00:03:08.666]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:25.9575242Z [00:03:08.666]➜  EOF
2025-08-20T21:54:25.9578910Z [00:03:08.666]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b567/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tklauser/go-sysconf@v0.3.12=>github.com/tklauser/go-sysconf@v0.3.12;$WORK/b567=>" -p github.com/tklauser/go-sysconf -lang=go1.13 -complete -installsuffix shared -buildid gdqBdjM0t4wXBJIubyEV/gdqBdjM0t4wXBJIubyEV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b567/importcfg -pack /root/go/pkg/mod/github.com/tklauser/go-sysconf@v0.3.12/sysconf.go /root/go/pkg/mod/github.com/tklauser/go-sysconf@v0.3.12/sysconf_generic.go /root/go/pkg/mod/github.com/tklauser/go-sysconf@v0.3.12/sysconf_linux.go /root/go/pkg/mod/github.com/tklauser/go-sysconf@v0.3.12/sysconf_posix.go /root/go/pkg/mod/github.com/tklauser/go-sysconf@v0.3.12/zsysconf_defs_linux.go /root/go/pkg/mod/github.com/tklauser/go-sysconf@v0.3.12/zsysconf_values_linux_arm64.go
2025-08-20T21:54:26.0195724Z [00:03:08.729]➜  go tool buildid -w $WORK/b548/_pkg_.a # internal
2025-08-20T21:54:26.0338974Z [00:03:08.743]➜  cp $WORK/b548/_pkg_.a /root/.cache/go-build/ca/cab5cc4e04383f212aee81b76def8e415fc2a98572a5e61eb1e6894dde9bf4ee-d # internal
2025-08-20T21:54:26.0392986Z [00:03:08.749]➜  golang.org/x/crypto/openpgp
2025-08-20T21:54:26.0395222Z [00:03:08.749]➜  mkdir -p $WORK/b545/
2025-08-20T21:54:26.0396020Z [00:03:08.749]➜  cat >/tmp/go-build3999932643/b545/importcfg << 'EOF' # internal
2025-08-20T21:54:26.0396535Z [00:03:08.749]➜  # import config
2025-08-20T21:54:26.0397033Z [00:03:08.749]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:26.0397754Z [00:03:08.749]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:26.0398341Z [00:03:08.749]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:26.0398996Z [00:03:08.749]➜  packagefile golang.org/x/crypto/openpgp/armor=/tmp/go-build3999932643/b546/_pkg_.a
2025-08-20T21:54:26.0400068Z [00:03:08.749]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build3999932643/b547/_pkg_.a
2025-08-20T21:54:26.0400938Z [00:03:08.749]➜  packagefile golang.org/x/crypto/openpgp/packet=/tmp/go-build3999932643/b548/_pkg_.a
2025-08-20T21:54:26.0402555Z [00:03:08.749]➜  packagefile golang.org/x/crypto/openpgp/s2k=/tmp/go-build3999932643/b551/_pkg_.a
2025-08-20T21:54:26.0403786Z [00:03:08.749]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:26.0404792Z [00:03:08.749]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:26.0405745Z [00:03:08.749]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:26.0407271Z [00:03:08.749]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:26.0408148Z [00:03:08.749]➜  EOF
2025-08-20T21:54:26.0411077Z [00:03:08.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b545/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp=>golang.org/x/crypto@v0.39.0/openpgp;$WORK/b545=>" -p golang.org/x/crypto/openpgp -lang=go1.23 -complete -installsuffix shared -buildid 38ZNsc80dVRiF4_RY_ew/38ZNsc80dVRiF4_RY_ew -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b545/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/canonical_text.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/keys.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/read.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/write.go
2025-08-20T21:54:26.0413539Z [00:03:08.749]➜  go tool buildid -w $WORK/b567/_pkg_.a # internal
2025-08-20T21:54:26.0414847Z [00:03:08.750]➜  cp $WORK/b567/_pkg_.a /root/.cache/go-build/66/66c80ecc7876965998de42379265a513a14f05749a471268ba4ec7634028af83-d # internal
2025-08-20T21:54:26.0492001Z [00:03:08.758]➜  github.com/zcalusic/sysinfo
2025-08-20T21:54:26.0495420Z [00:03:08.758]➜  mkdir -p $WORK/b571/
2025-08-20T21:54:26.0497978Z [00:03:08.758]➜  cat >/tmp/go-build3999932643/b571/importcfg << 'EOF' # internal
2025-08-20T21:54:26.0499694Z [00:03:08.758]➜  # import config
2025-08-20T21:54:26.0501154Z [00:03:08.758]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:26.0502697Z [00:03:08.758]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:26.0504177Z [00:03:08.758]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:26.0515613Z [00:03:08.758]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:26.0516786Z [00:03:08.758]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:26.0517823Z [00:03:08.759]➜  packagefile github.com/google/uuid=/tmp/go-build3999932643/b324/_pkg_.a
2025-08-20T21:54:26.0518590Z [00:03:08.759]➜  packagefile github.com/zcalusic/sysinfo/cpuid=/tmp/go-build3999932643/b572/_pkg_.a
2025-08-20T21:54:26.0519146Z [00:03:08.759]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:26.0519568Z [00:03:08.759]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:26.0519981Z [00:03:08.759]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:26.0520408Z [00:03:08.759]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:26.0520833Z [00:03:08.759]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:26.0521259Z [00:03:08.759]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:26.0521684Z [00:03:08.759]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:26.0522108Z [00:03:08.759]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:26.0522539Z [00:03:08.759]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:26.0522847Z [00:03:08.759]➜  EOF
2025-08-20T21:54:26.0528132Z [00:03:08.759]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b571/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2=>github.com/zcalusic/sysinfo@v1.0.2;$WORK/b571=>" -p github.com/zcalusic/sysinfo -lang=go1.21 -complete -installsuffix shared -buildid udJ2oTMiee6jhZlUK6pL/udJ2oTMiee6jhZlUK6pL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b571/importcfg -pack /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/bios.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/board.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/chassis.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/cpu.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/hypervisor.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/kernel_linux.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/memory.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/meta.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/network.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/node.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/os.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/product.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/storage.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/sysinfo.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/util.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/version.go
2025-08-20T21:54:26.0846642Z [00:03:08.794]➜  go tool buildid -w $WORK/b565/_pkg_.a # internal
2025-08-20T21:54:26.0955275Z [00:03:08.805]➜  cp $WORK/b565/_pkg_.a /root/.cache/go-build/e4/e48d03a15b1e439fca225424522404d6e972a5fbb0f3d07b1553f166fbbcfd55-d # internal
2025-08-20T21:54:26.0959335Z [00:03:08.805]➜  github.com/shirou/gopsutil/v3/cpu
2025-08-20T21:54:26.0970049Z [00:03:08.806]➜  mkdir -p $WORK/b564/
2025-08-20T21:54:26.0971137Z [00:03:08.806]➜  cat >/tmp/go-build3999932643/b564/importcfg << 'EOF' # internal
2025-08-20T21:54:26.0974604Z [00:03:08.806]➜  # import config
2025-08-20T21:54:26.0975453Z [00:03:08.806]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:26.0976455Z [00:03:08.806]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:26.0977639Z [00:03:08.806]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:26.0978655Z [00:03:08.806]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:26.0979730Z [00:03:08.806]➜  packagefile github.com/shirou/gopsutil/v3/internal/common=/tmp/go-build3999932643/b565/_pkg_.a
2025-08-20T21:54:26.0988271Z [00:03:08.806]➜  packagefile github.com/tklauser/go-sysconf=/tmp/go-build3999932643/b567/_pkg_.a
2025-08-20T21:54:26.0988813Z [00:03:08.806]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:26.0989262Z [00:03:08.806]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:26.0990039Z [00:03:08.806]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:26.0990521Z [00:03:08.806]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:26.0990949Z [00:03:08.806]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:26.0991368Z [00:03:08.806]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:26.0991784Z [00:03:08.806]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:26.0992095Z [00:03:08.806]➜  EOF
2025-08-20T21:54:26.0994209Z [00:03:08.806]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b564/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.5/cpu=>github.com/shirou/gopsutil/v3@v3.24.5/cpu;$WORK/b564=>" -p github.com/shirou/gopsutil/v3/cpu -lang=go1.18 -complete -installsuffix shared -buildid hQ4EOPsCCsuMrIL1A4fv/hQ4EOPsCCsuMrIL1A4fv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b564/importcfg -pack /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.5/cpu/cpu.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.5/cpu/cpu_linux.go
2025-08-20T21:54:26.1723945Z [00:03:08.882]➜  go tool buildid -w $WORK/b571/_pkg_.a # internal
2025-08-20T21:54:26.1730961Z [00:03:08.882]➜  go tool buildid -w $WORK/b545/_pkg_.a # internal
2025-08-20T21:54:26.1733050Z [00:03:08.883]➜  cp $WORK/b571/_pkg_.a /root/.cache/go-build/c0/c07eac8ef579500e9a4b4a8af621ace63d8b99acaaefe27179ce6f423a791f74-d # internal
2025-08-20T21:54:26.1744223Z [00:03:08.884]➜  github.com/shirou/gopsutil/v3/mem
2025-08-20T21:54:26.1745009Z [00:03:08.884]➜  mkdir -p $WORK/b569/
2025-08-20T21:54:26.1749118Z [00:03:08.884]➜  cat >/tmp/go-build3999932643/b569/importcfg << 'EOF' # internal
2025-08-20T21:54:26.1756643Z [00:03:08.884]➜  # import config
2025-08-20T21:54:26.1758471Z [00:03:08.884]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:26.1759060Z [00:03:08.884]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:26.1759556Z [00:03:08.884]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:26.1759999Z [00:03:08.884]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:26.1760719Z [00:03:08.884]➜  packagefile github.com/shirou/gopsutil/v3/internal/common=/tmp/go-build3999932643/b565/_pkg_.a
2025-08-20T21:54:26.1761398Z [00:03:08.884]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3999932643/b180/_pkg_.a
2025-08-20T21:54:26.1762081Z [00:03:08.884]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:26.1762506Z [00:03:08.884]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:26.1762907Z [00:03:08.884]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:26.1763316Z [00:03:08.884]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:26.1764764Z [00:03:08.884]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:26.1765253Z [00:03:08.884]➜  EOF
2025-08-20T21:54:26.1769212Z [00:03:08.884]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b569/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.5/mem=>github.com/shirou/gopsutil/v3@v3.24.5/mem;$WORK/b569=>" -p github.com/shirou/gopsutil/v3/mem -lang=go1.18 -complete -installsuffix shared -buildid 7ab8xMol9TsVnPMvVnWm/7ab8xMol9TsVnPMvVnWm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b569/importcfg -pack /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.5/mem/mem.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.5/mem/mem_linux.go
2025-08-20T21:54:26.1777932Z [00:03:08.884]➜  cp $WORK/b545/_pkg_.a /root/.cache/go-build/c6/c621a6959d7939b27193864bd1ad118d0366040accbb895d42c0588efef772be-d # internal
2025-08-20T21:54:26.1781377Z [00:03:08.886]➜  go tool buildid -w $WORK/b564/_pkg_.a # internal
2025-08-20T21:54:26.1782160Z [00:03:08.887]➜  cp $WORK/b564/_pkg_.a /root/.cache/go-build/97/97fb90073ff4d263bb6f50526b3d854315087270ddacffa5957dc6108ce04579-d # internal
2025-08-20T21:54:26.1802256Z [00:03:08.890]➜  github.com/shirou/gopsutil/v3/net
2025-08-20T21:54:26.1804285Z [00:03:08.890]➜  mkdir -p $WORK/b570/
2025-08-20T21:54:26.1811356Z [00:03:08.890]➜  cat >/tmp/go-build3999932643/b570/importcfg << 'EOF' # internal
2025-08-20T21:54:26.1814263Z [00:03:08.891]➜  # import config
2025-08-20T21:54:26.1815340Z [00:03:08.891]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:26.1817060Z [00:03:08.891]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:26.1824237Z [00:03:08.891]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:26.1825266Z [00:03:08.891]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:26.1826576Z [00:03:08.891]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:26.1827918Z [00:03:08.891]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:26.1828893Z [00:03:08.891]➜  packagefile github.com/shirou/gopsutil/v3/internal/common=/tmp/go-build3999932643/b565/_pkg_.a
2025-08-20T21:54:26.1831747Z [00:03:08.891]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:26.1832317Z [00:03:08.891]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:26.1832729Z [00:03:08.891]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:26.1833141Z [00:03:08.891]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:26.1833880Z [00:03:08.891]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:26.1834449Z [00:03:08.891]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:26.1834764Z [00:03:08.891]➜  EOF
2025-08-20T21:54:26.1837146Z [00:03:08.891]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b570/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.5/net=>github.com/shirou/gopsutil/v3@v3.24.5/net;$WORK/b570=>" -p github.com/shirou/gopsutil/v3/net -lang=go1.18 -complete -installsuffix shared -buildid hYFWGQumD6RikEYDqfDA/hYFWGQumD6RikEYDqfDA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b570/importcfg -pack /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.5/net/net.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.5/net/net_linux.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.5/net/net_linux_116.go
2025-08-20T21:54:26.2211583Z [00:03:08.930]➜  github.com/google/go-github/v30/github
2025-08-20T21:54:26.2212669Z [00:03:08.930]➜  mkdir -p $WORK/b543/
2025-08-20T21:54:26.2213110Z [00:03:08.931]➜  cat >/tmp/go-build3999932643/b543/importcfg << 'EOF' # internal
2025-08-20T21:54:26.2213459Z [00:03:08.931]➜  # import config
2025-08-20T21:54:26.2213797Z [00:03:08.931]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:26.2214222Z [00:03:08.931]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:26.2214665Z [00:03:08.931]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:26.2215173Z [00:03:08.931]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:26.2215634Z [00:03:08.931]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:26.2216102Z [00:03:08.931]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:26.2216575Z [00:03:08.931]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:26.2217056Z [00:03:08.931]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:26.2217709Z [00:03:08.931]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:26.2218168Z [00:03:08.931]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:26.2218583Z [00:03:08.931]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:26.2219111Z [00:03:08.931]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build3999932643/b544/_pkg_.a
2025-08-20T21:54:26.2219713Z [00:03:08.931]➜  packagefile golang.org/x/crypto/openpgp=/tmp/go-build3999932643/b545/_pkg_.a
2025-08-20T21:54:26.2220584Z [00:03:08.931]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:26.2221066Z [00:03:08.931]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:26.2221483Z [00:03:08.931]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:26.2221904Z [00:03:08.931]➜  packagefile mime=/tmp/go-build3999932643/b214/_pkg_.a
2025-08-20T21:54:26.2222532Z [00:03:08.931]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:26.2222974Z [00:03:08.931]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:26.2223377Z [00:03:08.931]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:26.2223779Z [00:03:08.931]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:26.2237623Z [00:03:08.931]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:26.2238676Z [00:03:08.931]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:26.2239158Z [00:03:08.931]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:26.2239594Z [00:03:08.931]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:26.2240012Z [00:03:08.931]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:26.2240422Z [00:03:08.931]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:26.2240736Z [00:03:08.931]➜  EOF
2025-08-20T21:54:26.2277920Z [00:03:08.933]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b543/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github=>github.com/google/go-github/v30@v30.1.0/github;$WORK/b543=>" -p github.com/google/go-github/v30/github -lang=go1.13 -complete -installsuffix shared -buildid F67krH8lVOu2u245rOAO/F67krH8lVOu2u245rOAO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b543/importcfg -pack /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/actions.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/actions_artifacts.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/actions_runners.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/actions_secrets.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/actions_workflow_jobs.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/actions_workflow_runs.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/actions_workflows.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/activity.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/activity_events.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/activity_notifications.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/activity_star.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/activity_watching.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/admin.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/admin_orgs.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/admin_stats.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/admin_users.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/apps.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/apps_installation.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/apps_manifest.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/apps_marketplace.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/authorizations.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/checks.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/doc.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/event.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/event_types.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/gists.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/gists_comments.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/git.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/git_blobs.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/git_commits.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/git_refs.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/git_tags.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/git_trees.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/github-accessors.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/github.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/gitignore.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/interactions.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/interactions_orgs.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/interactions_repos.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/issues.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/issues_assignees.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/issues_comments.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/issues_events.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/issues_labels.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/issues_milestones.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/issues_timeline.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/licenses.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/messages.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/migrations.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/migrations_source_import.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/migrations_user.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/misc.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/orgs.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/orgs_hooks.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/orgs_members.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/orgs_outside_collaborators.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/orgs_projects.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/orgs_users_blocking.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/projects.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/pulls.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/pulls_comments.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/pulls_reviewers.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/pulls_reviews.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/reactions.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/repos.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/repos_collaborators.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/repos_comments.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/repos_commits.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/repos_community_health.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/repos_contents.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/repos_deployments.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/repos_forks.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/repos_hooks.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/repos_invitations.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/repos_keys.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/repos_merging.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/repos_pages.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/repos_prereceive_hooks.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/repos_projects.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/repos_releases.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/repos_stats.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/repos_statuses.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/repos_traffic.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/search.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/strings.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/teams.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/teams_discussion_comments.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/teams_discussions.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/teams_members.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/timestamp.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/users.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/users_administration.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/users_blocking.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/users_emails.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/users_followers.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/users_gpg_keys.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/users_keys.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/users_projects.go /root/go/pkg/mod/github.com/google/go-github/v30@v30.1.0/github/without_appengine.go
2025-08-20T21:54:26.2364950Z [00:03:08.945]➜  go tool buildid -w $WORK/b569/_pkg_.a # internal
2025-08-20T21:54:26.2370405Z [00:03:08.946]➜  cp $WORK/b569/_pkg_.a /root/.cache/go-build/81/81cbf8ec11b999ad450ea93f840b2f9a42e6b794beb5ba76d2f5cde793d1504a-d # internal
2025-08-20T21:54:26.2446480Z [00:03:08.954]➜  golang.org/x/oauth2/internal
2025-08-20T21:54:26.2447041Z [00:03:08.954]➜  mkdir -p $WORK/b574/
2025-08-20T21:54:26.2461301Z [00:03:08.955]➜  cat >/tmp/go-build3999932643/b574/importcfg << 'EOF' # internal
2025-08-20T21:54:26.2462814Z [00:03:08.955]➜  # import config
2025-08-20T21:54:26.2479191Z [00:03:08.955]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:26.2479745Z [00:03:08.955]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:26.2480221Z [00:03:08.955]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:26.2480685Z [00:03:08.955]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:26.2481155Z [00:03:08.955]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:26.2481595Z [00:03:08.955]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:26.2482009Z [00:03:08.955]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:26.2482799Z [00:03:08.955]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:26.2483262Z [00:03:08.955]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:26.2483671Z [00:03:08.955]➜  packagefile mime=/tmp/go-build3999932643/b214/_pkg_.a
2025-08-20T21:54:26.2484089Z [00:03:08.955]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:26.2484522Z [00:03:08.955]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:26.2484951Z [00:03:08.955]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:26.2485375Z [00:03:08.955]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:26.2485788Z [00:03:08.955]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:26.2486218Z [00:03:08.955]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:26.2486651Z [00:03:08.955]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:26.2486966Z [00:03:08.955]➜  EOF
2025-08-20T21:54:26.2489694Z [00:03:08.955]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b574/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal=>golang.org/x/oauth2@v0.30.0/internal;$WORK/b574=>" -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/b574/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-20T21:54:26.2763356Z [00:03:08.986]➜  go tool buildid -w $WORK/b570/_pkg_.a # internal
2025-08-20T21:54:26.2784215Z [00:03:08.988]➜  cp $WORK/b570/_pkg_.a /root/.cache/go-build/47/470564be3000d61b8f250977cd337b93d52f8d85bf30ecb8a7dde3d2bdbdac36-d # internal
2025-08-20T21:54:26.2785054Z [00:03:08.988]➜  github.com/shirou/gopsutil/v3/process
2025-08-20T21:54:26.2791230Z [00:03:08.988]➜  mkdir -p $WORK/b563/
2025-08-20T21:54:26.2802647Z [00:03:08.989]➜  cat >/tmp/go-build3999932643/b563/importcfg << 'EOF' # internal
2025-08-20T21:54:26.2804554Z [00:03:08.989]➜  # import config
2025-08-20T21:54:26.2804976Z [00:03:08.989]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:26.2807229Z [00:03:08.989]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:26.2808961Z [00:03:08.989]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:26.2809479Z [00:03:08.989]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:26.2809929Z [00:03:08.989]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:26.2810343Z [00:03:08.989]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:26.2810858Z [00:03:08.989]➜  packagefile github.com/shirou/gopsutil/v3/cpu=/tmp/go-build3999932643/b564/_pkg_.a
2025-08-20T21:54:26.2811544Z [00:03:08.989]➜  packagefile github.com/shirou/gopsutil/v3/internal/common=/tmp/go-build3999932643/b565/_pkg_.a
2025-08-20T21:54:26.2812197Z [00:03:08.989]➜  packagefile github.com/shirou/gopsutil/v3/mem=/tmp/go-build3999932643/b569/_pkg_.a
2025-08-20T21:54:26.2812797Z [00:03:08.989]➜  packagefile github.com/shirou/gopsutil/v3/net=/tmp/go-build3999932643/b570/_pkg_.a
2025-08-20T21:54:26.2813393Z [00:03:08.989]➜  packagefile github.com/tklauser/go-sysconf=/tmp/go-build3999932643/b567/_pkg_.a
2025-08-20T21:54:26.2813949Z [00:03:08.989]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3999932643/b180/_pkg_.a
2025-08-20T21:54:26.2814404Z [00:03:08.989]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:26.2814808Z [00:03:08.989]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:26.2815220Z [00:03:08.989]➜  packagefile os/user=/tmp/go-build3999932643/b236/_pkg_.a
2025-08-20T21:54:26.2815887Z [00:03:08.989]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:26.2816416Z [00:03:08.989]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:26.2816836Z [00:03:08.989]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:26.2817252Z [00:03:08.989]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:26.2817849Z [00:03:08.989]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:26.2818266Z [00:03:08.989]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:26.2818691Z [00:03:08.989]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:26.2819103Z [00:03:08.989]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:26.2819407Z [00:03:08.989]➜  EOF
2025-08-20T21:54:26.2821943Z [00:03:08.989]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b563/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.5/process=>github.com/shirou/gopsutil/v3@v3.24.5/process;$WORK/b563=>" -p github.com/shirou/gopsutil/v3/process -lang=go1.18 -complete -installsuffix shared -buildid WBdIAUPVKV9ASzXg16Py/WBdIAUPVKV9ASzXg16Py -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b563/importcfg -pack /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.5/process/process.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.5/process/process_linux.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.5/process/process_posix.go
2025-08-20T21:54:26.3002053Z [00:03:09.009]➜  go tool buildid -w $WORK/b574/_pkg_.a # internal
2025-08-20T21:54:26.3010920Z [00:03:09.010]➜  cp $WORK/b574/_pkg_.a /root/.cache/go-build/7a/7acbadc662ce038d384c268e5a2cd098d089c44db3eb5f0ea379a2fea58338c8-d # internal
2025-08-20T21:54:26.3028030Z [00:03:09.012]➜  golang.org/x/oauth2
2025-08-20T21:54:26.3028435Z [00:03:09.012]➜  mkdir -p $WORK/b573/
2025-08-20T21:54:26.3028819Z [00:03:09.012]➜  cat >/tmp/go-build3999932643/b573/importcfg << 'EOF' # internal
2025-08-20T21:54:26.3029166Z [00:03:09.012]➜  # import config
2025-08-20T21:54:26.3029532Z [00:03:09.012]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:26.3029960Z [00:03:09.012]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:26.3030408Z [00:03:09.012]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:26.3030871Z [00:03:09.012]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:26.3031354Z [00:03:09.012]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:26.3032215Z [00:03:09.012]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:26.3032663Z [00:03:09.012]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:26.3033107Z [00:03:09.012]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:26.3033607Z [00:03:09.012]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build3999932643/b574/_pkg_.a
2025-08-20T21:54:26.3034093Z [00:03:09.012]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:26.3034492Z [00:03:09.012]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:26.3034910Z [00:03:09.012]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:26.3035339Z [00:03:09.012]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:26.3035768Z [00:03:09.012]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:26.3036199Z [00:03:09.012]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:26.3036617Z [00:03:09.012]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:26.3037025Z [00:03:09.012]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:26.3037329Z [00:03:09.012]➜  EOF
2025-08-20T21:54:26.3040282Z [00:03:09.012]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b573/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0=>golang.org/x/oauth2@v0.30.0;$WORK/b573=>" -p golang.org/x/oauth2 -lang=go1.23 -complete -installsuffix shared -buildid pAorfFFfkmOwHvtloUNt/pAorfFFfkmOwHvtloUNt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b573/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-20T21:54:26.3705546Z [00:03:09.080]➜  go tool buildid -w $WORK/b573/_pkg_.a # internal
2025-08-20T21:54:26.3730351Z [00:03:09.082]➜  cp $WORK/b573/_pkg_.a /root/.cache/go-build/13/130802d43ee10f62570e4a897071d8a2fe4493ed38e76a49752d67ade8293669-d # internal
2025-08-20T21:54:26.3738668Z [00:03:09.083]➜  git.mills.io/prologic/smtpd
2025-08-20T21:54:26.3740106Z [00:03:09.083]➜  mkdir -p $WORK/b577/
2025-08-20T21:54:26.3745795Z [00:03:09.084]➜  cat >/tmp/go-build3999932643/b577/importcfg << 'EOF' # internal
2025-08-20T21:54:26.3746383Z [00:03:09.084]➜  # import config
2025-08-20T21:54:26.3746869Z [00:03:09.084]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:26.3747959Z [00:03:09.084]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:26.3748518Z [00:03:09.084]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:26.3749894Z [00:03:09.084]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:26.3750547Z [00:03:09.084]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:26.3751343Z [00:03:09.084]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:26.3752361Z [00:03:09.084]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:26.3753065Z [00:03:09.084]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:26.3753655Z [00:03:09.084]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:26.3754200Z [00:03:09.084]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:26.3755780Z [00:03:09.084]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:26.3756580Z [00:03:09.084]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:26.3757147Z [00:03:09.084]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:26.3758573Z [00:03:09.084]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:26.3759008Z [00:03:09.084]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:26.3759709Z [00:03:09.084]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:26.3760015Z [00:03:09.084]➜  EOF
2025-08-20T21:54:26.3762090Z [00:03:09.084]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b577/_pkg_.a -trimpath "/root/go/pkg/mod/git.mills.io/prologic/smtpd@v0.0.0-20210710122116-a525b76c287a=>git.mills.io/prologic/smtpd@v0.0.0-20210710122116-a525b76c287a;$WORK/b577=>" -p git.mills.io/prologic/smtpd -lang=go1.14 -complete -installsuffix shared -buildid TiEFosvPlaHa6fwlDplB/TiEFosvPlaHa6fwlDplB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b577/importcfg -pack /root/go/pkg/mod/git.mills.io/prologic/smtpd@v0.0.0-20210710122116-a525b76c287a/smtpd.go
2025-08-20T21:54:26.4233054Z [00:03:09.133]➜  go tool buildid -w $WORK/b563/_pkg_.a # internal
2025-08-20T21:54:26.4297876Z [00:03:09.137]➜  cp $WORK/b563/_pkg_.a /root/.cache/go-build/49/4930c46d9b51ae60288d0ebb54fbf461a34a20d45a8d403376448dc5b311ac98-d # internal
2025-08-20T21:54:26.4314901Z [00:03:09.140]➜  github.com/projectdiscovery/utils/process
2025-08-20T21:54:26.4315702Z [00:03:09.140]➜  mkdir -p $WORK/b562/
2025-08-20T21:54:26.4316817Z [00:03:09.141]➜  cat >/tmp/go-build3999932643/b562/importcfg << 'EOF' # internal
2025-08-20T21:54:26.4317481Z [00:03:09.141]➜  # import config
2025-08-20T21:54:26.4318087Z [00:03:09.141]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:26.4319428Z [00:03:09.141]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:54:26.4320429Z [00:03:09.141]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:26.4321313Z [00:03:09.141]➜  packagefile github.com/shirou/gopsutil/v3/process=/tmp/go-build3999932643/b563/_pkg_.a
2025-08-20T21:54:26.4322329Z [00:03:09.141]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:26.4323005Z [00:03:09.141]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:26.4324118Z [00:03:09.141]➜  EOF
2025-08-20T21:54:26.4326428Z [00:03:09.141]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b562/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/process=>github.com/projectdiscovery/utils@v0.4.23/process;$WORK/b562=>" -p github.com/projectdiscovery/utils/process -lang=go1.24 -complete -installsuffix shared -buildid _XLUM1wtuisiL8d12LGZ/_XLUM1wtuisiL8d12LGZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b562/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/process/docker.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/process/process.go
2025-08-20T21:54:26.4510991Z [00:03:09.160]➜  go tool buildid -w $WORK/b577/_pkg_.a # internal
2025-08-20T21:54:26.4514914Z [00:03:09.161]➜  cp $WORK/b577/_pkg_.a /root/.cache/go-build/32/32e7d934b44c79fa0c9da6c9c1897a66878d13e40dac83a11d152894a49e3d90-d # internal
2025-08-20T21:54:26.4515881Z [00:03:09.161]➜  github.com/mackerelio/go-osstat/cpu
2025-08-20T21:54:26.4517152Z [00:03:09.161]➜  mkdir -p $WORK/b578/
2025-08-20T21:54:26.4519918Z [00:03:09.161]➜  cat >/tmp/go-build3999932643/b578/importcfg << 'EOF' # internal
2025-08-20T21:54:26.4520660Z [00:03:09.161]➜  # import config
2025-08-20T21:54:26.4521615Z [00:03:09.161]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:26.4522276Z [00:03:09.161]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:26.4522966Z [00:03:09.161]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:26.4528187Z [00:03:09.161]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:26.4529543Z [00:03:09.161]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:26.4530520Z [00:03:09.161]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:26.4531602Z [00:03:09.161]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:26.4532871Z [00:03:09.161]➜  EOF
2025-08-20T21:54:26.4535487Z [00:03:09.162]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b578/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mackerelio/go-osstat@v0.2.4/cpu=>github.com/mackerelio/go-osstat@v0.2.4/cpu;$WORK/b578=>" -p github.com/mackerelio/go-osstat/cpu -lang=go1.18 -complete -installsuffix shared -buildid ro6wtbhZcIz1XVdNIIHe/ro6wtbhZcIz1XVdNIIHe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b578/importcfg -pack /root/go/pkg/mod/github.com/mackerelio/go-osstat@v0.2.4/cpu/cpu_linux.go
2025-08-20T21:54:26.4594842Z [00:03:09.169]➜  go tool buildid -w $WORK/b562/_pkg_.a # internal
2025-08-20T21:54:26.4608467Z [00:03:09.170]➜  cp $WORK/b562/_pkg_.a /root/.cache/go-build/eb/ebdb5bb7a70175c0e1d3aadd5ba28d68027df37683f690cbe30da2070614642c-d # internal
2025-08-20T21:54:26.4609122Z [00:03:09.170]➜  github.com/mackerelio/go-osstat/network
2025-08-20T21:54:26.4617897Z [00:03:09.171]➜  mkdir -p $WORK/b579/
2025-08-20T21:54:26.4622677Z [00:03:09.172]➜  cat >/tmp/go-build3999932643/b579/importcfg << 'EOF' # internal
2025-08-20T21:54:26.4624259Z [00:03:09.172]➜  # import config
2025-08-20T21:54:26.4625085Z [00:03:09.172]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:26.4626009Z [00:03:09.172]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:26.4627157Z [00:03:09.172]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:26.4628274Z [00:03:09.172]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:26.4629552Z [00:03:09.172]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:26.4630678Z [00:03:09.172]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:26.4631302Z [00:03:09.172]➜  EOF
2025-08-20T21:54:26.4633471Z [00:03:09.172]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b579/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mackerelio/go-osstat@v0.2.4/network=>github.com/mackerelio/go-osstat@v0.2.4/network;$WORK/b579=>" -p github.com/mackerelio/go-osstat/network -lang=go1.18 -complete -installsuffix shared -buildid 7CHdFvl_GiozXEwi82GG/7CHdFvl_GiozXEwi82GG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b579/importcfg -pack /root/go/pkg/mod/github.com/mackerelio/go-osstat@v0.2.4/network/network_linux.go
2025-08-20T21:54:26.4750359Z [00:03:09.184]➜  go tool buildid -w $WORK/b578/_pkg_.a # internal
2025-08-20T21:54:26.4751892Z [00:03:09.185]➜  cp $WORK/b578/_pkg_.a /root/.cache/go-build/06/067344867aae8fcdf8e3e22b7cfb7b5c058d363c3d462930d1e6443e86338d57-d # internal
2025-08-20T21:54:26.4761276Z [00:03:09.185]➜  github.com/projectdiscovery/interactsh/pkg/filewatcher
2025-08-20T21:54:26.4761887Z [00:03:09.185]➜  mkdir -p $WORK/b580/
2025-08-20T21:54:26.4763630Z [00:03:09.185]➜  cat >/tmp/go-build3999932643/b580/importcfg << 'EOF' # internal
2025-08-20T21:54:26.4763990Z [00:03:09.185]➜  # import config
2025-08-20T21:54:26.4764630Z [00:03:09.185]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:26.4765072Z [00:03:09.185]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:26.4765616Z [00:03:09.185]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:26.4766261Z [00:03:09.185]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:54:26.4766778Z [00:03:09.185]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:26.4767198Z [00:03:09.185]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:26.4767828Z [00:03:09.185]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:26.4768136Z [00:03:09.185]➜  EOF
2025-08-20T21:54:26.4770379Z [00:03:09.185]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b580/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/filewatcher=>github.com/projectdiscovery/interactsh@v1.2.4/pkg/filewatcher;$WORK/b580=>" -p github.com/projectdiscovery/interactsh/pkg/filewatcher -lang=go1.21 -complete -installsuffix shared -buildid thYbmd-qCW9zKWAC62TY/thYbmd-qCW9zKWAC62TY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b580/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/filewatcher/filewatcher.go
2025-08-20T21:54:26.4893481Z [00:03:09.199]➜  go tool buildid -w $WORK/b579/_pkg_.a # internal
2025-08-20T21:54:26.4902435Z [00:03:09.200]➜  cp $WORK/b579/_pkg_.a /root/.cache/go-build/3f/3f4dad202ddf32863174a432bfa0964da97d31309ce031f3e94cae0aaa74946a-d # internal
2025-08-20T21:54:26.4904700Z [00:03:09.200]➜  github.com/klauspost/cpuid/v2
2025-08-20T21:54:26.4905343Z [00:03:09.200]➜  mkdir -p $WORK/b583/
2025-08-20T21:54:26.4909820Z [00:03:09.200]➜  echo -n > $WORK/b583/go_asm.h # internal
2025-08-20T21:54:26.4914354Z [00:03:09.201]➜  cd /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.5
2025-08-20T21:54:26.4918903Z [00:03:09.201]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/klauspost/cpuid/v2 -trimpath "/root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.5=>github.com/klauspost/cpuid/v2@v2.2.5;$WORK/b583=>" -I $WORK/b583/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b583/symabis ./cpuid_arm64.s
2025-08-20T21:54:26.4967281Z [00:03:09.206]➜  cat >/tmp/go-build3999932643/b583/importcfg << 'EOF' # internal
2025-08-20T21:54:26.4999868Z [00:03:09.206]➜  # import config
2025-08-20T21:54:26.5000306Z [00:03:09.206]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:26.5000987Z [00:03:09.206]➜  packagefile flag=/tmp/go-build3999932643/b071/_pkg_.a
2025-08-20T21:54:26.5001465Z [00:03:09.206]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:26.5001891Z [00:03:09.206]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:26.5002315Z [00:03:09.206]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:26.5002751Z [00:03:09.206]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:26.5003174Z [00:03:09.206]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:26.5003590Z [00:03:09.206]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:26.5004024Z [00:03:09.206]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:26.5004502Z [00:03:09.206]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:26.5004820Z [00:03:09.206]➜  EOF
2025-08-20T21:54:26.5005089Z [00:03:09.206]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:26.5008337Z [00:03:09.206]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b583/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.5=>github.com/klauspost/cpuid/v2@v2.2.5;$WORK/b583=>" -p github.com/klauspost/cpuid/v2 -lang=go1.15 -installsuffix shared -buildid EWaj5wywyE6knlCHgBe4/EWaj5wywyE6knlCHgBe4 -goversion go1.25.0 -symabis $WORK/b583/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b583/importcfg -pack -asmhdr $WORK/b583/go_asm.h /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.5/cpuid.go /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.5/detect_arm64.go /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.5/featureid_string.go /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.5/os_linux_arm64.go /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.5/os_unsafe_linux_arm64.go
2025-08-20T21:54:26.5735377Z [00:03:09.283]➜  go tool buildid -w $WORK/b580/_pkg_.a # internal
2025-08-20T21:54:26.5757647Z [00:03:09.285]➜  cp $WORK/b580/_pkg_.a /root/.cache/go-build/4d/4d9ab87bee71635742af20cdc860df60c20d1d31b1c2252c977ccff1e4238009-d # internal
2025-08-20T21:54:26.5758921Z [00:03:09.285]➜  github.com/libdns/libdns
2025-08-20T21:54:26.5759232Z [00:03:09.285]➜  mkdir -p $WORK/b584/
2025-08-20T21:54:26.5762964Z [00:03:09.286]➜  cat >/tmp/go-build3999932643/b584/importcfg << 'EOF' # internal
2025-08-20T21:54:26.5763583Z [00:03:09.286]➜  # import config
2025-08-20T21:54:26.5764087Z [00:03:09.286]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:26.5765015Z [00:03:09.286]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:26.5765577Z [00:03:09.286]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:26.5766019Z [00:03:09.286]➜  EOF
2025-08-20T21:54:26.5767951Z [00:03:09.286]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b584/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libdns/libdns@v0.2.1=>github.com/libdns/libdns@v0.2.1;$WORK/b584=>" -p github.com/libdns/libdns -lang=go1.14 -complete -installsuffix shared -buildid wwCxOe1fJ_RwoOAKbYb9/wwCxOe1fJ_RwoOAKbYb9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b584/importcfg -pack /root/go/pkg/mod/github.com/libdns/libdns@v0.2.1/libdns.go
2025-08-20T21:54:26.5918110Z [00:03:09.301]➜  go tool buildid -w $WORK/b584/_pkg_.a # internal
2025-08-20T21:54:26.5927933Z [00:03:09.302]➜  cp $WORK/b584/_pkg_.a /root/.cache/go-build/f4/f40b00ae9024883dda6584e67ce63fef774db4ab4be72113203c4a99ea0c2ed9-d # internal
2025-08-20T21:54:26.5928772Z [00:03:09.302]➜  go.uber.org/zap/internal/pool
2025-08-20T21:54:26.5929109Z [00:03:09.302]➜  mkdir -p $WORK/b589/
2025-08-20T21:54:26.5938062Z [00:03:09.303]➜  cat >/tmp/go-build3999932643/b589/importcfg << 'EOF' # internal
2025-08-20T21:54:26.5938573Z [00:03:09.303]➜  # import config
2025-08-20T21:54:26.5939308Z [00:03:09.303]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:26.5939779Z [00:03:09.303]➜  EOF
2025-08-20T21:54:26.5941682Z [00:03:09.303]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b589/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.25.0/internal/pool=>go.uber.org/zap@v1.25.0/internal/pool;$WORK/b589=>" -p go.uber.org/zap/internal/pool -lang=go1.19 -complete -installsuffix shared -buildid TsltVA0XAI5PDk_BCNxv/TsltVA0XAI5PDk_BCNxv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b589/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.25.0/internal/pool/pool.go
2025-08-20T21:54:26.6028811Z [00:03:09.312]➜  go tool buildid -w $WORK/b589/_pkg_.a # internal
2025-08-20T21:54:26.6038121Z [00:03:09.313]➜  cp $WORK/b589/_pkg_.a /root/.cache/go-build/ba/ba3cf2584a3f7374522d26c852d7192f1175cf6688f20de580a430957f4c182c-d # internal
2025-08-20T21:54:26.6061510Z [00:03:09.315]➜  go.uber.org/zap/buffer
2025-08-20T21:54:26.6061999Z [00:03:09.315]➜  mkdir -p $WORK/b588/
2025-08-20T21:54:26.6070959Z [00:03:09.316]➜  cat >/tmp/go-build3999932643/b588/importcfg << 'EOF' # internal
2025-08-20T21:54:26.6071332Z [00:03:09.316]➜  # import config
2025-08-20T21:54:26.6071773Z [00:03:09.316]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build3999932643/b589/_pkg_.a
2025-08-20T21:54:26.6072274Z [00:03:09.316]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:26.6072694Z [00:03:09.316]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:26.6073000Z [00:03:09.316]➜  EOF
2025-08-20T21:54:26.6091372Z [00:03:09.318]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b588/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.25.0/buffer=>go.uber.org/zap@v1.25.0/buffer;$WORK/b588=>" -p go.uber.org/zap/buffer -lang=go1.19 -complete -installsuffix shared -buildid wK5t7wKRGyBd63Y9znHo/wK5t7wKRGyBd63Y9znHo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b588/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.25.0/buffer/buffer.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/buffer/pool.go
2025-08-20T21:54:26.6293564Z [00:03:09.339]➜  go tool buildid -w $WORK/b588/_pkg_.a # internal
2025-08-20T21:54:26.6307545Z [00:03:09.340]➜  cp $WORK/b588/_pkg_.a /root/.cache/go-build/d3/d3763b9dd2a853d050487c2844cde9b7e31f66199c836b93874c1f26328b8ed5-d # internal
2025-08-20T21:54:26.6316583Z [00:03:09.341]➜  go.uber.org/zap/internal/bufferpool
2025-08-20T21:54:26.6316944Z [00:03:09.341]➜  mkdir -p $WORK/b592/
2025-08-20T21:54:26.6331347Z [00:03:09.342]➜  cat >/tmp/go-build3999932643/b592/importcfg << 'EOF' # internal
2025-08-20T21:54:26.6332022Z [00:03:09.342]➜  # import config
2025-08-20T21:54:26.6332715Z [00:03:09.342]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build3999932643/b588/_pkg_.a
2025-08-20T21:54:26.6333676Z [00:03:09.342]➜  EOF
2025-08-20T21:54:26.6335876Z [00:03:09.342]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b592/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.25.0/internal/bufferpool=>go.uber.org/zap@v1.25.0/internal/bufferpool;$WORK/b592=>" -p go.uber.org/zap/internal/bufferpool -lang=go1.19 -complete -installsuffix shared -buildid tfd9SvSmz667p_iU6n22/tfd9SvSmz667p_iU6n22 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b592/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.25.0/internal/bufferpool/bufferpool.go
2025-08-20T21:54:26.6479324Z [00:03:09.357]➜  go tool buildid -w $WORK/b592/_pkg_.a # internal
2025-08-20T21:54:26.6485679Z [00:03:09.358]➜  cp $WORK/b592/_pkg_.a /root/.cache/go-build/59/59771a908dff92a23605450f0f07d5624e3f61ba4d5e0904cb6d0c13bcb4c9bf-d # internal
2025-08-20T21:54:26.6489181Z [00:03:09.358]➜  go.uber.org/zap/internal/color
2025-08-20T21:54:26.6489516Z [00:03:09.358]➜  mkdir -p $WORK/b593/
2025-08-20T21:54:26.6492985Z [00:03:09.359]➜  cat >/tmp/go-build3999932643/b593/importcfg << 'EOF' # internal
2025-08-20T21:54:26.6493354Z [00:03:09.359]➜  # import config
2025-08-20T21:54:26.6493687Z [00:03:09.359]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:26.6495493Z [00:03:09.359]➜  EOF
2025-08-20T21:54:26.6498398Z [00:03:09.359]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b593/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.25.0/internal/color=>go.uber.org/zap@v1.25.0/internal/color;$WORK/b593=>" -p go.uber.org/zap/internal/color -lang=go1.19 -complete -installsuffix shared -buildid Qlk683bNjHAmLIPQig4n/Qlk683bNjHAmLIPQig4n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b593/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.25.0/internal/color/color.go
2025-08-20T21:54:26.6658518Z [00:03:09.375]➜  cd /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.5
2025-08-20T21:54:26.6660502Z [00:03:09.375]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/klauspost/cpuid/v2 -trimpath "/root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.5=>github.com/klauspost/cpuid/v2@v2.2.5;$WORK/b583=>" -I $WORK/b583/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b583/cpuid_arm64.o ./cpuid_arm64.s
2025-08-20T21:54:26.6702058Z [00:03:09.379]➜  go tool pack r $WORK/b583/_pkg_.a $WORK/b583/cpuid_arm64.o # internal
2025-08-20T21:54:26.6703490Z [00:03:09.380]➜  go tool buildid -w $WORK/b583/_pkg_.a # internal
2025-08-20T21:54:26.6717312Z [00:03:09.381]➜  cp $WORK/b583/_pkg_.a /root/.cache/go-build/c9/c912f63678074277c3beffeb8a7e0aa7e5c828f2965516d57d2c82376247d28f-d # internal
2025-08-20T21:54:26.6718252Z [00:03:09.381]➜  go tool buildid -w $WORK/b593/_pkg_.a # internal
2025-08-20T21:54:26.6731414Z [00:03:09.382]➜  cp $WORK/b593/_pkg_.a /root/.cache/go-build/97/97e3323533e1e80292a1f722245d5fc1a12f58ec7c0fd9840f768104f0b2aa49-d # internal
2025-08-20T21:54:26.6732491Z [00:03:09.382]➜  github.com/zeebo/blake3/internal/consts
2025-08-20T21:54:26.6732956Z [00:03:09.382]➜  mkdir -p $WORK/b599/
2025-08-20T21:54:26.6733445Z [00:03:09.382]➜  cat >/tmp/go-build3999932643/b599/importcfg << 'EOF' # internal
2025-08-20T21:54:26.6733919Z [00:03:09.382]➜  # import config
2025-08-20T21:54:26.6734488Z [00:03:09.382]➜  packagefile github.com/klauspost/cpuid/v2=/tmp/go-build3999932643/b583/_pkg_.a
2025-08-20T21:54:26.6735084Z [00:03:09.382]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:26.6735483Z [00:03:09.382]➜  EOF
2025-08-20T21:54:26.6735893Z [00:03:09.382]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:26.6738706Z [00:03:09.382]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b599/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/consts=>github.com/zeebo/blake3@v0.2.3/internal/consts;$WORK/b599=>" -p github.com/zeebo/blake3/internal/consts -lang=go1.13 -complete -installsuffix shared -buildid zC9YCbx_Qt40D9nLy50t/zC9YCbx_Qt40D9nLy50t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b599/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/consts/consts.go /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/consts/cpu.go /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/consts/cpu_little.go
2025-08-20T21:54:26.6741224Z [00:03:09.382]➜  go.uber.org/zap/internal/exit
2025-08-20T21:54:26.6741535Z [00:03:09.383]➜  mkdir -p $WORK/b594/
2025-08-20T21:54:26.6748133Z [00:03:09.383]➜  cat >/tmp/go-build3999932643/b594/importcfg << 'EOF' # internal
2025-08-20T21:54:26.6755750Z [00:03:09.384]➜  # import config
2025-08-20T21:54:26.6756170Z [00:03:09.384]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:26.6756558Z [00:03:09.384]➜  EOF
2025-08-20T21:54:26.6759183Z [00:03:09.384]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b594/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.25.0/internal/exit=>go.uber.org/zap@v1.25.0/internal/exit;$WORK/b594=>" -p go.uber.org/zap/internal/exit -lang=go1.19 -complete -installsuffix shared -buildid m0csqDTYzKvuBawLUeK2/m0csqDTYzKvuBawLUeK2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b594/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.25.0/internal/exit/exit.go
2025-08-20T21:54:26.6859428Z [00:03:09.395]➜  go tool buildid -w $WORK/b599/_pkg_.a # internal
2025-08-20T21:54:26.6865767Z [00:03:09.395]➜  cp $WORK/b599/_pkg_.a /root/.cache/go-build/36/36b0a69fc2465c65c41ac314d11a9f023ce286a2d259a55c87c256b6c03dd0f8-d # internal
2025-08-20T21:54:26.6866740Z [00:03:09.395]➜  github.com/zeebo/blake3/internal/alg/compress/compress_pure
2025-08-20T21:54:26.6867181Z [00:03:09.396]➜  mkdir -p $WORK/b598/
2025-08-20T21:54:26.6867674Z [00:03:09.396]➜  cat >/tmp/go-build3999932643/b598/importcfg << 'EOF' # internal
2025-08-20T21:54:26.6868033Z [00:03:09.396]➜  # import config
2025-08-20T21:54:26.6868505Z [00:03:09.396]➜  packagefile github.com/zeebo/blake3/internal/consts=/tmp/go-build3999932643/b599/_pkg_.a
2025-08-20T21:54:26.6869060Z [00:03:09.396]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:26.6869391Z [00:03:09.396]➜  EOF
2025-08-20T21:54:26.6871651Z [00:03:09.396]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b598/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/compress/compress_pure=>github.com/zeebo/blake3@v0.2.3/internal/alg/compress/compress_pure;$WORK/b598=>" -p github.com/zeebo/blake3/internal/alg/compress/compress_pure -lang=go1.13 -complete -installsuffix shared -buildid e48oxXY0-SFk_ZU9ZuHj/e48oxXY0-SFk_ZU9ZuHj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b598/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/compress/compress_pure/compress.go
2025-08-20T21:54:26.6930636Z [00:03:09.402]➜  go tool buildid -w $WORK/b594/_pkg_.a # internal
2025-08-20T21:54:26.6967465Z [00:03:09.405]➜  cp $WORK/b594/_pkg_.a /root/.cache/go-build/fd/fda51a27e119864286384912e04c881df70765ac9e4235ed3213dba77e812b89-d # internal
2025-08-20T21:54:26.6988785Z [00:03:09.406]➜  go.uber.org/zap/zapcore
2025-08-20T21:54:26.6989593Z [00:03:09.406]➜  mkdir -p $WORK/b591/
2025-08-20T21:54:26.6990581Z [00:03:09.406]➜  cat >/tmp/go-build3999932643/b591/importcfg << 'EOF' # internal
2025-08-20T21:54:26.6991442Z [00:03:09.406]➜  # import config
2025-08-20T21:54:26.6992034Z [00:03:09.406]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:26.6992587Z [00:03:09.406]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:26.6993083Z [00:03:09.406]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:26.6993727Z [00:03:09.406]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:26.6994494Z [00:03:09.406]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:26.6996246Z [00:03:09.406]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:26.6997853Z [00:03:09.406]➜  packagefile go.uber.org/multierr=/tmp/go-build3999932643/b335/_pkg_.a
2025-08-20T21:54:26.7007318Z [00:03:09.406]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build3999932643/b588/_pkg_.a
2025-08-20T21:54:26.7008240Z [00:03:09.406]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build3999932643/b592/_pkg_.a
2025-08-20T21:54:26.7008863Z [00:03:09.406]➜  packagefile go.uber.org/zap/internal/color=/tmp/go-build3999932643/b593/_pkg_.a
2025-08-20T21:54:26.7009434Z [00:03:09.407]➜  packagefile go.uber.org/zap/internal/exit=/tmp/go-build3999932643/b594/_pkg_.a
2025-08-20T21:54:26.7010008Z [00:03:09.407]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build3999932643/b589/_pkg_.a
2025-08-20T21:54:26.7010494Z [00:03:09.407]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:26.7010899Z [00:03:09.407]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:26.7011316Z [00:03:09.407]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:26.7011749Z [00:03:09.407]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:26.7012181Z [00:03:09.407]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:26.7012597Z [00:03:09.407]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:26.7013029Z [00:03:09.407]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:26.7013720Z [00:03:09.407]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:26.7014227Z [00:03:09.407]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:26.7014694Z [00:03:09.407]➜  EOF
2025-08-20T21:54:26.7020666Z [00:03:09.407]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b591/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.25.0/zapcore=>go.uber.org/zap@v1.25.0/zapcore;$WORK/b591=>" -p go.uber.org/zap/zapcore -lang=go1.19 -complete -installsuffix shared -buildid KXpeRIbPG5uLjcmX1SqG/KXpeRIbPG5uLjcmX1SqG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b591/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.25.0/zapcore/buffered_write_syncer.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/zapcore/clock.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/zapcore/console_encoder.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/zapcore/core.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/zapcore/doc.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/zapcore/encoder.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/zapcore/entry.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/zapcore/error.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/zapcore/field.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/zapcore/hook.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/zapcore/increase_level.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/zapcore/json_encoder.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/zapcore/level.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/zapcore/level_strings.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/zapcore/marshaler.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/zapcore/memory_encoder.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/zapcore/reflected_encoder.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/zapcore/sampler.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/zapcore/tee.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/zapcore/write_syncer.go
2025-08-20T21:54:26.7263855Z [00:03:09.436]➜  go tool buildid -w $WORK/b598/_pkg_.a # internal
2025-08-20T21:54:26.7268163Z [00:03:09.436]➜  cp $WORK/b598/_pkg_.a /root/.cache/go-build/e1/e1bce2624f69a187156ae8ae22e685c30231b030fb9b05b2ff2d879b887ec8b5-d # internal
2025-08-20T21:54:26.7271340Z [00:03:09.436]➜  github.com/zeebo/blake3/internal/alg/compress/compress_sse41
2025-08-20T21:54:26.7272879Z [00:03:09.437]➜  mkdir -p $WORK/b600/
2025-08-20T21:54:26.7283569Z [00:03:09.438]➜  cat >/tmp/go-build3999932643/b600/importcfg << 'EOF' # internal
2025-08-20T21:54:26.7283956Z [00:03:09.438]➜  # import config
2025-08-20T21:54:26.7284516Z [00:03:09.438]➜  packagefile github.com/zeebo/blake3/internal/alg/compress/compress_pure=/tmp/go-build3999932643/b598/_pkg_.a
2025-08-20T21:54:26.7285034Z [00:03:09.438]➜  EOF
2025-08-20T21:54:26.7287508Z [00:03:09.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b600/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/compress/compress_sse41=>github.com/zeebo/blake3@v0.2.3/internal/alg/compress/compress_sse41;$WORK/b600=>" -p github.com/zeebo/blake3/internal/alg/compress/compress_sse41 -lang=go1.13 -complete -installsuffix shared -buildid 1JKbcUBayuZ_GM0sJ6jX/1JKbcUBayuZ_GM0sJ6jX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b600/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/compress/compress_sse41/impl_other.go
2025-08-20T21:54:26.7362742Z [00:03:09.446]➜  go tool buildid -w $WORK/b600/_pkg_.a # internal
2025-08-20T21:54:26.7366566Z [00:03:09.446]➜  cp $WORK/b600/_pkg_.a /root/.cache/go-build/c7/c77b9ebd1717d5e53ddf28d57edba8c37f21fd86a95a1e2e97a370892635b1f1-d # internal
2025-08-20T21:54:26.7389644Z [00:03:09.446]➜  github.com/zeebo/blake3/internal/alg/compress
2025-08-20T21:54:26.7390189Z [00:03:09.446]➜  mkdir -p $WORK/b597/
2025-08-20T21:54:26.7390689Z [00:03:09.448]➜  cat >/tmp/go-build3999932643/b597/importcfg << 'EOF' # internal
2025-08-20T21:54:26.7392546Z [00:03:09.448]➜  # import config
2025-08-20T21:54:26.7419015Z [00:03:09.448]➜  packagefile github.com/zeebo/blake3/internal/alg/compress/compress_pure=/tmp/go-build3999932643/b598/_pkg_.a
2025-08-20T21:54:26.7420714Z [00:03:09.448]➜  packagefile github.com/zeebo/blake3/internal/alg/compress/compress_sse41=/tmp/go-build3999932643/b600/_pkg_.a
2025-08-20T21:54:26.7421665Z [00:03:09.448]➜  packagefile github.com/zeebo/blake3/internal/consts=/tmp/go-build3999932643/b599/_pkg_.a
2025-08-20T21:54:26.7422189Z [00:03:09.448]➜  EOF
2025-08-20T21:54:26.7424270Z [00:03:09.448]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b597/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/compress=>github.com/zeebo/blake3@v0.2.3/internal/alg/compress;$WORK/b597=>" -p github.com/zeebo/blake3/internal/alg/compress -lang=go1.13 -complete -installsuffix shared -buildid ZesAFrvOuoCkkC7lZioh/ZesAFrvOuoCkkC7lZioh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b597/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/compress/compress.go
2025-08-20T21:54:26.7427537Z [00:03:09.452]➜  go tool buildid -w $WORK/b522/_pkg_.a # internal
2025-08-20T21:54:26.7454282Z [00:03:09.455]➜  go tool buildid -w $WORK/b597/_pkg_.a # internal
2025-08-20T21:54:26.7458606Z [00:03:09.455]➜  cp $WORK/b597/_pkg_.a /root/.cache/go-build/26/26b044c4cf9b389ff58776ec0389e4fc1efbbf5d8b7d21cfb7a1f08557e0c8c0-d # internal
2025-08-20T21:54:26.7460662Z [00:03:09.455]➜  github.com/zeebo/blake3/internal/utils
2025-08-20T21:54:26.7461478Z [00:03:09.455]➜  mkdir -p $WORK/b604/
2025-08-20T21:54:26.7465220Z [00:03:09.456]➜  cat >/tmp/go-build3999932643/b604/importcfg << 'EOF' # internal
2025-08-20T21:54:26.7465663Z [00:03:09.456]➜  # import config
2025-08-20T21:54:26.7466408Z [00:03:09.456]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:26.7466942Z [00:03:09.456]➜  EOF
2025-08-20T21:54:26.7470317Z [00:03:09.456]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b604/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/utils=>github.com/zeebo/blake3@v0.2.3/internal/utils;$WORK/b604=>" -p github.com/zeebo/blake3/internal/utils -lang=go1.13 -complete -installsuffix shared -buildid 05A0pAjm2Fr215OoErp5/05A0pAjm2Fr215OoErp5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b604/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/utils/utils.go
2025-08-20T21:54:26.7475668Z [00:03:09.457]➜  cp $WORK/b522/_pkg_.a /root/.cache/go-build/2e/2e44953c9c6402b78b2ea2ac6979def03fb4557c71f99ce2bde8b35e983a324a-d # internal
2025-08-20T21:54:26.7477788Z [00:03:09.457]➜  github.com/yuin/goldmark/text
2025-08-20T21:54:26.7488001Z [00:03:09.457]➜  mkdir -p $WORK/b521/
2025-08-20T21:54:26.7488471Z [00:03:09.457]➜  cat >/tmp/go-build3999932643/b521/importcfg << 'EOF' # internal
2025-08-20T21:54:26.7488832Z [00:03:09.457]➜  # import config
2025-08-20T21:54:26.7489167Z [00:03:09.457]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:26.7489678Z [00:03:09.457]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3999932643/b522/_pkg_.a
2025-08-20T21:54:26.7490171Z [00:03:09.457]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:26.7490579Z [00:03:09.457]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:26.7491029Z [00:03:09.457]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:26.7491361Z [00:03:09.457]➜  EOF
2025-08-20T21:54:26.7493622Z [00:03:09.457]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b521/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/text=>github.com/yuin/goldmark@v1.7.8/text;$WORK/b521=>" -p github.com/yuin/goldmark/text -lang=go1.19 -complete -installsuffix shared -buildid yk6CvLG41AWcRHzyVAd0/yk6CvLG41AWcRHzyVAd0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b521/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/text/package.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/text/reader.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/text/segment.go
2025-08-20T21:54:26.7624047Z [00:03:09.471]➜  go tool buildid -w $WORK/b604/_pkg_.a # internal
2025-08-20T21:54:26.7625085Z [00:03:09.471]➜  cp $WORK/b604/_pkg_.a /root/.cache/go-build/b5/b591a75e3b1d05ac504d0d188b23f5455bf379da9260a5f3e1c2a66c179c7cf0-d # internal
2025-08-20T21:54:26.7626036Z [00:03:09.472]➜  github.com/zeebo/blake3/internal/alg/hash/hash_pure
2025-08-20T21:54:26.7626560Z [00:03:09.472]➜  mkdir -p $WORK/b603/
2025-08-20T21:54:26.7636034Z [00:03:09.472]➜  cat >/tmp/go-build3999932643/b603/importcfg << 'EOF' # internal
2025-08-20T21:54:26.7640616Z [00:03:09.472]➜  # import config
2025-08-20T21:54:26.7641187Z [00:03:09.472]➜  packagefile github.com/zeebo/blake3/internal/alg/compress=/tmp/go-build3999932643/b597/_pkg_.a
2025-08-20T21:54:26.7641890Z [00:03:09.472]➜  packagefile github.com/zeebo/blake3/internal/consts=/tmp/go-build3999932643/b599/_pkg_.a
2025-08-20T21:54:26.7644542Z [00:03:09.472]➜  packagefile github.com/zeebo/blake3/internal/utils=/tmp/go-build3999932643/b604/_pkg_.a
2025-08-20T21:54:26.7646076Z [00:03:09.472]➜  EOF
2025-08-20T21:54:26.7648663Z [00:03:09.472]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b603/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/hash/hash_pure=>github.com/zeebo/blake3@v0.2.3/internal/alg/hash/hash_pure;$WORK/b603=>" -p github.com/zeebo/blake3/internal/alg/hash/hash_pure -lang=go1.13 -complete -installsuffix shared -buildid yGCiwkUS8mTAliHwN84x/yGCiwkUS8mTAliHwN84x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b603/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/hash/hash_pure/hashf.go /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/hash/hash_pure/hashp.go
2025-08-20T21:54:26.7814669Z [00:03:09.490]➜  go tool buildid -w $WORK/b603/_pkg_.a # internal
2025-08-20T21:54:26.7819800Z [00:03:09.491]➜  cp $WORK/b603/_pkg_.a /root/.cache/go-build/33/339db5d9ac1a0b93120962bbe15a94b251503dc3a43b9fc903724a53014ebdb6-d # internal
2025-08-20T21:54:26.7821896Z [00:03:09.491]➜  github.com/zeebo/blake3/internal/alg/hash/hash_avx2
2025-08-20T21:54:26.7822272Z [00:03:09.491]➜  mkdir -p $WORK/b602/
2025-08-20T21:54:26.7828003Z [00:03:09.492]➜  cat >/tmp/go-build3999932643/b602/importcfg << 'EOF' # internal
2025-08-20T21:54:26.7828998Z [00:03:09.492]➜  # import config
2025-08-20T21:54:26.7829613Z [00:03:09.492]➜  packagefile github.com/zeebo/blake3/internal/alg/hash/hash_pure=/tmp/go-build3999932643/b603/_pkg_.a
2025-08-20T21:54:26.7830091Z [00:03:09.492]➜  EOF
2025-08-20T21:54:26.7832231Z [00:03:09.492]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b602/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/hash/hash_avx2=>github.com/zeebo/blake3@v0.2.3/internal/alg/hash/hash_avx2;$WORK/b602=>" -p github.com/zeebo/blake3/internal/alg/hash/hash_avx2 -lang=go1.13 -complete -installsuffix shared -buildid KD-vlbRh9S8X6_ERrGFQ/KD-vlbRh9S8X6_ERrGFQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b602/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/hash/hash_avx2/impl_other.go
2025-08-20T21:54:26.7991731Z [00:03:09.508]➜  go tool buildid -w $WORK/b602/_pkg_.a # internal
2025-08-20T21:54:26.8006428Z [00:03:09.509]➜  cp $WORK/b602/_pkg_.a /root/.cache/go-build/4f/4f32bff54d02067c742689024df371fc231e19d5cfd3452136b733c311bf59c0-d # internal
2025-08-20T21:54:26.8007700Z [00:03:09.509]➜  github.com/zeebo/blake3/internal/alg/hash
2025-08-20T21:54:26.8008321Z [00:03:09.509]➜  mkdir -p $WORK/b601/
2025-08-20T21:54:26.8009214Z [00:03:09.509]➜  cat >/tmp/go-build3999932643/b601/importcfg << 'EOF' # internal
2025-08-20T21:54:26.8009608Z [00:03:09.509]➜  # import config
2025-08-20T21:54:26.8010161Z [00:03:09.509]➜  packagefile github.com/zeebo/blake3/internal/alg/hash/hash_avx2=/tmp/go-build3999932643/b602/_pkg_.a
2025-08-20T21:54:26.8010925Z [00:03:09.509]➜  packagefile github.com/zeebo/blake3/internal/alg/hash/hash_pure=/tmp/go-build3999932643/b603/_pkg_.a
2025-08-20T21:54:26.8011626Z [00:03:09.509]➜  packagefile github.com/zeebo/blake3/internal/consts=/tmp/go-build3999932643/b599/_pkg_.a
2025-08-20T21:54:26.8012305Z [00:03:09.509]➜  EOF
2025-08-20T21:54:26.8014506Z [00:03:09.509]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b601/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/hash=>github.com/zeebo/blake3@v0.2.3/internal/alg/hash;$WORK/b601=>" -p github.com/zeebo/blake3/internal/alg/hash -lang=go1.13 -complete -installsuffix shared -buildid FAR6fVHBptB0rivteVYk/FAR6fVHBptB0rivteVYk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b601/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/hash/hash.go
2025-08-20T21:54:26.8232315Z [00:03:09.532]➜  go tool buildid -w $WORK/b601/_pkg_.a # internal
2025-08-20T21:54:26.8236797Z [00:03:09.533]➜  cp $WORK/b601/_pkg_.a /root/.cache/go-build/11/114f3163a331d91c275c8e4b2285018b32c0999e031baac3eddffe5f210da717-d # internal
2025-08-20T21:54:26.8241395Z [00:03:09.533]➜  github.com/zeebo/blake3/internal/alg
2025-08-20T21:54:26.8242180Z [00:03:09.534]➜  mkdir -p $WORK/b596/
2025-08-20T21:54:26.8245949Z [00:03:09.534]➜  cat >/tmp/go-build3999932643/b596/importcfg << 'EOF' # internal
2025-08-20T21:54:26.8246584Z [00:03:09.534]➜  # import config
2025-08-20T21:54:26.8247547Z [00:03:09.534]➜  packagefile github.com/zeebo/blake3/internal/alg/compress=/tmp/go-build3999932643/b597/_pkg_.a
2025-08-20T21:54:26.8249080Z [00:03:09.534]➜  packagefile github.com/zeebo/blake3/internal/alg/hash=/tmp/go-build3999932643/b601/_pkg_.a
2025-08-20T21:54:26.8257695Z [00:03:09.534]➜  EOF
2025-08-20T21:54:26.8260020Z [00:03:09.534]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b596/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg=>github.com/zeebo/blake3@v0.2.3/internal/alg;$WORK/b596=>" -p github.com/zeebo/blake3/internal/alg -lang=go1.13 -complete -installsuffix shared -buildid TTNLEXKJrveeCAJGl0EB/TTNLEXKJrveeCAJGl0EB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b596/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/alg.go
2025-08-20T21:54:26.8290432Z [00:03:09.538]➜  go tool buildid -w $WORK/b521/_pkg_.a # internal
2025-08-20T21:54:26.8317737Z [00:03:09.541]➜  cp $WORK/b521/_pkg_.a /root/.cache/go-build/d3/d3b76dff89d32575c17c294583830c7dbbfa4c75a3e2858e6354bdc62b70e87d-d # internal
2025-08-20T21:54:26.8318379Z [00:03:09.541]➜  github.com/yuin/goldmark/ast
2025-08-20T21:54:26.8318677Z [00:03:09.541]➜  mkdir -p $WORK/b520/
2025-08-20T21:54:26.8323796Z [00:03:09.542]➜  cat >/tmp/go-build3999932643/b520/importcfg << 'EOF' # internal
2025-08-20T21:54:26.8324231Z [00:03:09.542]➜  # import config
2025-08-20T21:54:26.8324630Z [00:03:09.542]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:26.8325048Z [00:03:09.542]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:26.8325556Z [00:03:09.542]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build3999932643/b521/_pkg_.a
2025-08-20T21:54:26.8326129Z [00:03:09.542]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3999932643/b522/_pkg_.a
2025-08-20T21:54:26.8326627Z [00:03:09.542]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:26.8326940Z [00:03:09.542]➜  EOF
2025-08-20T21:54:26.8329280Z [00:03:09.542]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b520/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/ast=>github.com/yuin/goldmark@v1.7.8/ast;$WORK/b520=>" -p github.com/yuin/goldmark/ast -lang=go1.19 -complete -installsuffix shared -buildid yQBI9lTYOO4KkHQVdRfh/yQBI9lTYOO4KkHQVdRfh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b520/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/ast/ast.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/ast/block.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/ast/inline.go
2025-08-20T21:54:26.8410614Z [00:03:09.550]➜  go tool buildid -w $WORK/b596/_pkg_.a # internal
2025-08-20T21:54:26.8411585Z [00:03:09.550]➜  cp $WORK/b596/_pkg_.a /root/.cache/go-build/dd/dd6062b45119f40c1f91fd4dec4efb476086a1762e8189b5646596f4e73a9576-d # internal
2025-08-20T21:54:26.8412249Z [00:03:09.550]➜  github.com/zeebo/blake3
2025-08-20T21:54:26.8412534Z [00:03:09.550]➜  mkdir -p $WORK/b595/
2025-08-20T21:54:26.8413020Z [00:03:09.550]➜  cat >/tmp/go-build3999932643/b595/importcfg << 'EOF' # internal
2025-08-20T21:54:26.8413413Z [00:03:09.550]➜  # import config
2025-08-20T21:54:26.8413754Z [00:03:09.550]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:26.8414166Z [00:03:09.550]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:26.8414689Z [00:03:09.550]➜  packagefile github.com/zeebo/blake3/internal/alg=/tmp/go-build3999932643/b596/_pkg_.a
2025-08-20T21:54:26.8415342Z [00:03:09.550]➜  packagefile github.com/zeebo/blake3/internal/consts=/tmp/go-build3999932643/b599/_pkg_.a
2025-08-20T21:54:26.8415993Z [00:03:09.550]➜  packagefile github.com/zeebo/blake3/internal/utils=/tmp/go-build3999932643/b604/_pkg_.a
2025-08-20T21:54:26.8416497Z [00:03:09.550]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:26.8416918Z [00:03:09.550]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:26.8417237Z [00:03:09.550]➜  EOF
2025-08-20T21:54:26.8424154Z [00:03:09.550]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b595/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3=>github.com/zeebo/blake3@v0.2.3;$WORK/b595=>" -p github.com/zeebo/blake3 -lang=go1.13 -complete -installsuffix shared -buildid Tb0ivYtVLaETtM68Hn7d/Tb0ivYtVLaETtM68Hn7d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b595/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/api.go /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/blake3.go /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/digest.go
2025-08-20T21:54:26.8818669Z [00:03:09.588]➜  go tool buildid -w $WORK/b595/_pkg_.a # internal
2025-08-20T21:54:26.8819461Z [00:03:09.589]➜  cp $WORK/b595/_pkg_.a /root/.cache/go-build/a6/a664fab052af35f3376bbcdc1691023df8d22aca2efc64ebbe8b6aaf888ff16e-d # internal
2025-08-20T21:54:26.8820064Z [00:03:09.590]➜  golang.org/x/crypto/ocsp
2025-08-20T21:54:26.8820345Z [00:03:09.590]➜  mkdir -p $WORK/b605/
2025-08-20T21:54:26.8820724Z [00:03:09.590]➜  cat >/tmp/go-build3999932643/b605/importcfg << 'EOF' # internal
2025-08-20T21:54:26.8821066Z [00:03:09.590]➜  # import config
2025-08-20T21:54:26.8821405Z [00:03:09.590]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:26.8821848Z [00:03:09.590]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:26.8822323Z [00:03:09.590]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:54:26.8822802Z [00:03:09.590]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:26.8823266Z [00:03:09.590]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:26.8823718Z [00:03:09.590]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:26.8824182Z [00:03:09.590]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:26.8824697Z [00:03:09.590]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:26.8825166Z [00:03:09.590]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:26.8825639Z [00:03:09.590]➜  packagefile crypto/x509/pkix=/tmp/go-build3999932643/b154/_pkg_.a
2025-08-20T21:54:26.8826113Z [00:03:09.590]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:26.8826553Z [00:03:09.590]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:26.8826966Z [00:03:09.590]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:26.8827938Z [00:03:09.590]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:26.8828452Z [00:03:09.590]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:26.8828867Z [00:03:09.590]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:26.8829171Z [00:03:09.590]➜  EOF
2025-08-20T21:54:26.8884324Z [00:03:09.598]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b605/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ocsp=>golang.org/x/crypto@v0.39.0/ocsp;$WORK/b605=>" -p golang.org/x/crypto/ocsp -lang=go1.23 -complete -installsuffix shared -buildid 4ldtzkCGq_8PyclEYata/4ldtzkCGq_8PyclEYata -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b605/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ocsp/ocsp.go
2025-08-20T21:54:26.9706900Z [00:03:09.680]➜  go tool buildid -w $WORK/b605/_pkg_.a # internal
2025-08-20T21:54:26.9723612Z [00:03:09.682]➜  cp $WORK/b605/_pkg_.a /root/.cache/go-build/ae/aef49bce1b7356c04463192f24957860c4219cf2604789267310ff11901c2a41-d # internal
2025-08-20T21:54:26.9730858Z [00:03:09.682]➜  github.com/goburrow/cache
2025-08-20T21:54:26.9751014Z [00:03:09.684]➜  mkdir -p $WORK/b607/
2025-08-20T21:54:26.9758861Z [00:03:09.685]➜  cat >/tmp/go-build3999932643/b607/importcfg << 'EOF' # internal
2025-08-20T21:54:26.9759874Z [00:03:09.685]➜  # import config
2025-08-20T21:54:26.9760603Z [00:03:09.685]➜  packagefile container/list=/tmp/go-build3999932643/b106/_pkg_.a
2025-08-20T21:54:26.9763419Z [00:03:09.685]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:26.9763920Z [00:03:09.685]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:26.9764340Z [00:03:09.685]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:26.9764758Z [00:03:09.685]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:26.9765548Z [00:03:09.685]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:26.9765977Z [00:03:09.685]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:26.9766461Z [00:03:09.685]➜  EOF
2025-08-20T21:54:26.9770043Z [00:03:09.685]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b607/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goburrow/cache@v0.1.4=>github.com/goburrow/cache@v0.1.4;$WORK/b607=>" -p github.com/goburrow/cache -lang=go1.13 -complete -installsuffix shared -buildid Ttc7x5QRA_s4IpcllYDN/Ttc7x5QRA_s4IpcllYDN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b607/importcfg -pack /root/go/pkg/mod/github.com/goburrow/cache@v0.1.4/cache.go /root/go/pkg/mod/github.com/goburrow/cache@v0.1.4/filter.go /root/go/pkg/mod/github.com/goburrow/cache@v0.1.4/hash.go /root/go/pkg/mod/github.com/goburrow/cache@v0.1.4/local.go /root/go/pkg/mod/github.com/goburrow/cache@v0.1.4/lru.go /root/go/pkg/mod/github.com/goburrow/cache@v0.1.4/policy.go /root/go/pkg/mod/github.com/goburrow/cache@v0.1.4/sketch.go /root/go/pkg/mod/github.com/goburrow/cache@v0.1.4/stats.go /root/go/pkg/mod/github.com/goburrow/cache@v0.1.4/tinylfu.go
2025-08-20T21:54:27.0703254Z [00:03:09.780]➜  go tool buildid -w $WORK/b591/_pkg_.a # internal
2025-08-20T21:54:27.0754900Z [00:03:09.785]➜  cp $WORK/b591/_pkg_.a /root/.cache/go-build/cc/cc93ba0a7018eee2a83c559f75b4ce24968e463b8068110d6365e6b05ba50e75-d # internal
2025-08-20T21:54:27.0756684Z [00:03:09.785]➜  go.uber.org/zap/internal
2025-08-20T21:54:27.0758556Z [00:03:09.785]➜  mkdir -p $WORK/b590/
2025-08-20T21:54:27.0764101Z [00:03:09.786]➜  cat >/tmp/go-build3999932643/b590/importcfg << 'EOF' # internal
2025-08-20T21:54:27.0764517Z [00:03:09.786]➜  # import config
2025-08-20T21:54:27.0764927Z [00:03:09.786]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build3999932643/b591/_pkg_.a
2025-08-20T21:54:27.0765294Z [00:03:09.786]➜  EOF
2025-08-20T21:54:27.0772797Z [00:03:09.786]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b590/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.25.0/internal=>go.uber.org/zap@v1.25.0/internal;$WORK/b590=>" -p go.uber.org/zap/internal -lang=go1.19 -complete -installsuffix shared -buildid 6MkDKrK__iN3aXFt4dYy/6MkDKrK__iN3aXFt4dYy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b590/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.25.0/internal/level_enabler.go
2025-08-20T21:54:27.0977856Z [00:03:09.807]➜  go tool buildid -w $WORK/b590/_pkg_.a # internal
2025-08-20T21:54:27.0984041Z [00:03:09.808]➜  cp $WORK/b590/_pkg_.a /root/.cache/go-build/e0/e001c3553d24badb1a23bf60671739c9c68c7cd00648c67835eea6ba5d611963-d # internal
2025-08-20T21:54:27.0990503Z [00:03:09.808]➜  go.uber.org/zap
2025-08-20T21:54:27.0992087Z [00:03:09.809]➜  mkdir -p $WORK/b587/
2025-08-20T21:54:27.0998294Z [00:03:09.809]➜  cat >/tmp/go-build3999932643/b587/importcfg << 'EOF' # internal
2025-08-20T21:54:27.0999143Z [00:03:09.809]➜  # import config
2025-08-20T21:54:27.0999522Z [00:03:09.809]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:27.0999997Z [00:03:09.809]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:27.1000461Z [00:03:09.809]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:27.1000883Z [00:03:09.809]➜  packagefile flag=/tmp/go-build3999932643/b071/_pkg_.a
2025-08-20T21:54:27.1001285Z [00:03:09.809]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:27.1001750Z [00:03:09.809]➜  packagefile go.uber.org/multierr=/tmp/go-build3999932643/b335/_pkg_.a
2025-08-20T21:54:27.1002263Z [00:03:09.809]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build3999932643/b588/_pkg_.a
2025-08-20T21:54:27.1002794Z [00:03:09.809]➜  packagefile go.uber.org/zap/internal=/tmp/go-build3999932643/b590/_pkg_.a
2025-08-20T21:54:27.1003367Z [00:03:09.809]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build3999932643/b592/_pkg_.a
2025-08-20T21:54:27.1003956Z [00:03:09.809]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build3999932643/b589/_pkg_.a
2025-08-20T21:54:27.1004865Z [00:03:09.809]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build3999932643/b591/_pkg_.a
2025-08-20T21:54:27.1005472Z [00:03:09.809]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:27.1005872Z [00:03:09.809]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:27.1006273Z [00:03:09.809]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:27.1006695Z [00:03:09.809]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:27.1007122Z [00:03:09.809]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:27.1007752Z [00:03:09.809]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:27.1008192Z [00:03:09.809]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:27.1008638Z [00:03:09.809]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:27.1009054Z [00:03:09.809]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:27.1009478Z [00:03:09.809]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:27.1009897Z [00:03:09.809]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:27.1010325Z [00:03:09.809]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:27.1010988Z [00:03:09.809]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:27.1011388Z [00:03:09.809]➜  EOF
2025-08-20T21:54:27.1016532Z [00:03:09.811]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b587/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.25.0=>go.uber.org/zap@v1.25.0;$WORK/b587=>" -p go.uber.org/zap -lang=go1.19 -complete -installsuffix shared -buildid 1Wodm-ddxcxo4Br0zjRB/1Wodm-ddxcxo4Br0zjRB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b587/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.25.0/array.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/array_go118.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/config.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/doc.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/encoder.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/error.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/field.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/flag.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/global.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/http_handler.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/level.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/logger.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/options.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/sink.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/stacktrace.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/sugar.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/time.go /root/go/pkg/mod/go.uber.org/zap@v1.25.0/writer.go
2025-08-20T21:54:27.2128474Z [00:03:09.922]➜  go tool buildid -w $WORK/b607/_pkg_.a # internal
2025-08-20T21:54:27.2224146Z [00:03:09.931]➜  cp $WORK/b607/_pkg_.a /root/.cache/go-build/1f/1fa7369df758b6be5dfd9df3f6b5f0b1587127b189cb4479e7966dc84609a00b-d # internal
2025-08-20T21:54:27.2271884Z [00:03:09.936]➜  github.com/rs/xid
2025-08-20T21:54:27.2272865Z [00:03:09.937]➜  mkdir -p $WORK/b608/
2025-08-20T21:54:27.2277668Z [00:03:09.937]➜  cat >/tmp/go-build3999932643/b608/importcfg << 'EOF' # internal
2025-08-20T21:54:27.2278119Z [00:03:09.937]➜  # import config
2025-08-20T21:54:27.2279598Z [00:03:09.937]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:27.2280523Z [00:03:09.937]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:27.2281066Z [00:03:09.937]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:27.2281574Z [00:03:09.937]➜  packagefile database/sql/driver=/tmp/go-build3999932643/b325/_pkg_.a
2025-08-20T21:54:27.2282072Z [00:03:09.937]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:27.2282510Z [00:03:09.937]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:27.2282935Z [00:03:09.937]➜  packagefile hash/crc32=/tmp/go-build3999932643/b204/_pkg_.a
2025-08-20T21:54:27.2283733Z [00:03:09.937]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:27.2284310Z [00:03:09.937]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:27.2284715Z [00:03:09.937]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:27.2285154Z [00:03:09.937]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:27.2285583Z [00:03:09.937]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:27.2285946Z [00:03:09.937]➜  EOF
2025-08-20T21:54:27.2291653Z [00:03:09.938]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b608/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rs/xid@v1.6.0=>github.com/rs/xid@v1.6.0;$WORK/b608=>" -p github.com/rs/xid -lang=go1.16 -complete -installsuffix shared -buildid 756tHWLEKnPEmbNAdX2P/756tHWLEKnPEmbNAdX2P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b608/importcfg -pack /root/go/pkg/mod/github.com/rs/xid@v1.6.0/error.go /root/go/pkg/mod/github.com/rs/xid@v1.6.0/hostid_linux.go /root/go/pkg/mod/github.com/rs/xid@v1.6.0/id.go
2025-08-20T21:54:27.2923865Z [00:03:10.002]➜  go tool buildid -w $WORK/b608/_pkg_.a # internal
2025-08-20T21:54:27.2931508Z [00:03:10.002]➜  cp $WORK/b608/_pkg_.a /root/.cache/go-build/53/536c8d1bac58b653b4f1f03f2f985a8f411bdea1154592a18776c9e166d58fff-d # internal
2025-08-20T21:54:27.3012279Z [00:03:10.010]➜  github.com/projectdiscovery/interactsh/pkg/storage
2025-08-20T21:54:27.3012687Z [00:03:10.011]➜  mkdir -p $WORK/b606/
2025-08-20T21:54:27.3018019Z [00:03:10.011]➜  cat >/tmp/go-build3999932643/b606/importcfg << 'EOF' # internal
2025-08-20T21:54:27.3018495Z [00:03:10.011]➜  # import config
2025-08-20T21:54:27.3018842Z [00:03:10.011]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:27.3019283Z [00:03:10.011]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:54:27.3019750Z [00:03:10.011]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:27.3020225Z [00:03:10.011]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:27.3020700Z [00:03:10.011]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:27.3021161Z [00:03:10.011]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:27.3021743Z [00:03:10.011]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:27.3022275Z [00:03:10.011]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:27.3022754Z [00:03:10.011]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:27.3023193Z [00:03:10.011]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:27.3023681Z [00:03:10.011]➜  packagefile github.com/goburrow/cache=/tmp/go-build3999932643/b607/_pkg_.a
2025-08-20T21:54:27.3024219Z [00:03:10.011]➜  packagefile github.com/google/uuid=/tmp/go-build3999932643/b324/_pkg_.a
2025-08-20T21:54:27.3024929Z [00:03:10.011]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:27.3025533Z [00:03:10.011]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:54:27.3026224Z [00:03:10.011]➜  packagefile github.com/projectdiscovery/utils/permission=/tmp/go-build3999932643/b237/_pkg_.a
2025-08-20T21:54:27.3026822Z [00:03:10.011]➜  packagefile github.com/rs/xid=/tmp/go-build3999932643/b608/_pkg_.a
2025-08-20T21:54:27.3027541Z [00:03:10.011]➜  packagefile github.com/syndtr/goleveldb/leveldb=/tmp/go-build3999932643/b417/_pkg_.a
2025-08-20T21:54:27.3028261Z [00:03:10.011]➜  packagefile github.com/syndtr/goleveldb/leveldb/opt=/tmp/go-build3999932643/b427/_pkg_.a
2025-08-20T21:54:27.3028838Z [00:03:10.011]➜  packagefile go.uber.org/multierr=/tmp/go-build3999932643/b335/_pkg_.a
2025-08-20T21:54:27.3029288Z [00:03:10.011]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:27.3029685Z [00:03:10.011]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:27.3030154Z [00:03:10.011]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:27.3030800Z [00:03:10.011]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:27.3031220Z [00:03:10.011]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:27.3031631Z [00:03:10.011]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:27.3031935Z [00:03:10.011]➜  EOF
2025-08-20T21:54:27.3035767Z [00:03:10.011]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b606/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/storage=>github.com/projectdiscovery/interactsh@v1.2.4/pkg/storage;$WORK/b606=>" -p github.com/projectdiscovery/interactsh/pkg/storage -lang=go1.21 -complete -installsuffix shared -buildid PxsilgX25p9kavacJCaS/PxsilgX25p9kavacJCaS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b606/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/storage/error.go /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/storage/option.go /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/storage/storage.go /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/storage/storagedb.go /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/storage/types.go /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/storage/util.go
2025-08-20T21:54:27.3237500Z [00:03:10.033]➜  go tool buildid -w $WORK/b520/_pkg_.a # internal
2025-08-20T21:54:27.3303442Z [00:03:10.040]➜  cp $WORK/b520/_pkg_.a /root/.cache/go-build/44/443f151707d615302d7f6007e55b6c151f5878b169320dbc18f3325976e56f18-d # internal
2025-08-20T21:54:27.3312484Z [00:03:10.041]➜  github.com/yuin/goldmark-emoji/ast
2025-08-20T21:54:27.3312834Z [00:03:10.041]➜  mkdir -p $WORK/b518/
2025-08-20T21:54:27.3318094Z [00:03:10.041]➜  cat >/tmp/go-build3999932643/b518/importcfg << 'EOF' # internal
2025-08-20T21:54:27.3318643Z [00:03:10.041]➜  # import config
2025-08-20T21:54:27.3318976Z [00:03:10.041]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:27.3319547Z [00:03:10.041]➜  packagefile github.com/yuin/goldmark-emoji/definition=/tmp/go-build3999932643/b519/_pkg_.a
2025-08-20T21:54:27.3320167Z [00:03:10.041]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build3999932643/b520/_pkg_.a
2025-08-20T21:54:27.3320781Z [00:03:10.041]➜  EOF
2025-08-20T21:54:27.3328150Z [00:03:10.042]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b518/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.5/ast=>github.com/yuin/goldmark-emoji@v1.0.5/ast;$WORK/b518=>" -p github.com/yuin/goldmark-emoji/ast -lang=go1.15 -complete -installsuffix shared -buildid Li_2w0YeblJhl0XWBpTF/Li_2w0YeblJhl0XWBpTF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b518/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.5/ast/emoji.go
2025-08-20T21:54:27.4015250Z [00:03:10.111]➜  go tool buildid -w $WORK/b518/_pkg_.a # internal
2025-08-20T21:54:27.4041172Z [00:03:10.112]➜  cp $WORK/b518/_pkg_.a /root/.cache/go-build/83/83623d811defac3c22c0773bb501e3adfdf816ef97879d073b97bbe29ff54d6a-d # internal
2025-08-20T21:54:27.4061081Z [00:03:10.115]➜  github.com/yuin/goldmark/extension/ast
2025-08-20T21:54:27.4062156Z [00:03:10.115]➜  mkdir -p $WORK/b523/
2025-08-20T21:54:27.4062614Z [00:03:10.115]➜  cat >/tmp/go-build3999932643/b523/importcfg << 'EOF' # internal
2025-08-20T21:54:27.4063025Z [00:03:10.115]➜  # import config
2025-08-20T21:54:27.4063408Z [00:03:10.115]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:27.4063926Z [00:03:10.115]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build3999932643/b520/_pkg_.a
2025-08-20T21:54:27.4064430Z [00:03:10.115]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:27.4064745Z [00:03:10.115]➜  EOF
2025-08-20T21:54:27.4067987Z [00:03:10.115]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b523/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/ast=>github.com/yuin/goldmark@v1.7.8/extension/ast;$WORK/b523=>" -p github.com/yuin/goldmark/extension/ast -lang=go1.19 -complete -installsuffix shared -buildid BlmjujFUItsvJuS1-AC9/BlmjujFUItsvJuS1-AC9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b523/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/ast/definition_list.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/ast/footnote.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/ast/strikethrough.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/ast/table.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/ast/tasklist.go
2025-08-20T21:54:27.4893207Z [00:03:10.199]➜  go tool buildid -w $WORK/b606/_pkg_.a # internal
2025-08-20T21:54:27.4917193Z [00:03:10.201]➜  cp $WORK/b606/_pkg_.a /root/.cache/go-build/af/af95771e672cedb571c5c34ea1278bd9d0b8fa7bc7f3202a32097200ab7c7187-d # internal
2025-08-20T21:54:27.4982998Z [00:03:10.207]➜  github.com/yuin/goldmark/renderer
2025-08-20T21:54:27.4985561Z [00:03:10.208]➜  mkdir -p $WORK/b524/
2025-08-20T21:54:27.4991727Z [00:03:10.208]➜  cat >/tmp/go-build3999932643/b524/importcfg << 'EOF' # internal
2025-08-20T21:54:27.4992167Z [00:03:10.208]➜  # import config
2025-08-20T21:54:27.4993069Z [00:03:10.208]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:27.4993651Z [00:03:10.208]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build3999932643/b520/_pkg_.a
2025-08-20T21:54:27.4994424Z [00:03:10.208]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3999932643/b522/_pkg_.a
2025-08-20T21:54:27.4994944Z [00:03:10.208]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:27.4995350Z [00:03:10.208]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:27.4995658Z [00:03:10.208]➜  EOF
2025-08-20T21:54:27.5004198Z [00:03:10.210]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b524/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/renderer=>github.com/yuin/goldmark@v1.7.8/renderer;$WORK/b524=>" -p github.com/yuin/goldmark/renderer -lang=go1.19 -complete -installsuffix shared -buildid OAYN8wjC75xSzX8gkSLQ/OAYN8wjC75xSzX8gkSLQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b524/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/renderer/renderer.go
2025-08-20T21:54:27.5617925Z [00:03:10.271]➜  go tool buildid -w $WORK/b524/_pkg_.a # internal
2025-08-20T21:54:27.5624252Z [00:03:10.272]➜  cp $WORK/b524/_pkg_.a /root/.cache/go-build/3c/3c3e0d2a0e3c8aa53651e064bba912e246032aaca721ab2a08bcff7bd1021c3b-d # internal
2025-08-20T21:54:27.5629359Z [00:03:10.272]➜  github.com/yuin/goldmark/parser
2025-08-20T21:54:27.5629752Z [00:03:10.272]➜  mkdir -p $WORK/b533/
2025-08-20T21:54:27.5633419Z [00:03:10.273]➜  cat >/tmp/go-build3999932643/b533/importcfg << 'EOF' # internal
2025-08-20T21:54:27.5634319Z [00:03:10.273]➜  # import config
2025-08-20T21:54:27.5635403Z [00:03:10.273]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:27.5636278Z [00:03:10.273]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:27.5637114Z [00:03:10.273]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build3999932643/b520/_pkg_.a
2025-08-20T21:54:27.5638363Z [00:03:10.273]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build3999932643/b521/_pkg_.a
2025-08-20T21:54:27.5639513Z [00:03:10.273]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3999932643/b522/_pkg_.a
2025-08-20T21:54:27.5640291Z [00:03:10.273]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:27.5641189Z [00:03:10.273]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:27.5642003Z [00:03:10.273]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:27.5642623Z [00:03:10.273]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:27.5643264Z [00:03:10.273]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:27.5644059Z [00:03:10.273]➜  EOF
2025-08-20T21:54:27.5651426Z [00:03:10.273]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b533/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser=>github.com/yuin/goldmark@v1.7.8/parser;$WORK/b533=>" -p github.com/yuin/goldmark/parser -lang=go1.19 -complete -installsuffix shared -buildid itIBwYwYpQSKKlz6zYyd/itIBwYwYpQSKKlz6zYyd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b533/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/attribute.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/atx_heading.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/auto_link.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/blockquote.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/code_block.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/code_span.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/delimiter.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/emphasis.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/fcode_block.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/html_block.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/link.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/link_ref.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/list.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/list_item.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/paragraph.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/parser.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/raw_html.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/setext_headings.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser/thematic_break.go
2025-08-20T21:54:27.5972177Z [00:03:10.306]➜  go tool buildid -w $WORK/b587/_pkg_.a # internal
2025-08-20T21:54:27.6087710Z [00:03:10.318]➜  cp $WORK/b587/_pkg_.a /root/.cache/go-build/b0/b09fadc0bfe4213c8be264b1176bc199b14b0f431497220779e958b8a8070147-d # internal
2025-08-20T21:54:27.6101821Z [00:03:10.319]➜  github.com/yuin/goldmark/renderer/html
2025-08-20T21:54:27.6102533Z [00:03:10.320]➜  mkdir -p $WORK/b534/
2025-08-20T21:54:27.6107021Z [00:03:10.320]➜  cat >/tmp/go-build3999932643/b534/importcfg << 'EOF' # internal
2025-08-20T21:54:27.6107483Z [00:03:10.320]➜  # import config
2025-08-20T21:54:27.6108224Z [00:03:10.320]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:27.6108717Z [00:03:10.320]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:27.6109226Z [00:03:10.320]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build3999932643/b520/_pkg_.a
2025-08-20T21:54:27.6109821Z [00:03:10.320]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build3999932643/b524/_pkg_.a
2025-08-20T21:54:27.6110410Z [00:03:10.320]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3999932643/b522/_pkg_.a
2025-08-20T21:54:27.6110907Z [00:03:10.320]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:27.6111534Z [00:03:10.320]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:27.6111991Z [00:03:10.320]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:27.6112323Z [00:03:10.320]➜  EOF
2025-08-20T21:54:27.6115132Z [00:03:10.320]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b534/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/renderer/html=>github.com/yuin/goldmark@v1.7.8/renderer/html;$WORK/b534=>" -p github.com/yuin/goldmark/renderer/html -lang=go1.19 -complete -installsuffix shared -buildid NMiGvmnIWjTp20U1wFxf/NMiGvmnIWjTp20U1wFxf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b534/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/renderer/html/html.go
2025-08-20T21:54:27.6223258Z [00:03:10.332]➜  go tool buildid -w $WORK/b523/_pkg_.a # internal
2025-08-20T21:54:27.6290856Z [00:03:10.338]➜  cp $WORK/b523/_pkg_.a /root/.cache/go-build/2b/2bd4d3a431e701acac02a2e81cbc85da8e06da194735a3fb78cdfb6fc29cd76f-d # internal
2025-08-20T21:54:27.6409756Z [00:03:10.350]➜  github.com/charmbracelet/glamour/ansi
2025-08-20T21:54:27.6410159Z [00:03:10.350]➜  mkdir -p $WORK/b481/
2025-08-20T21:54:27.6410549Z [00:03:10.350]➜  cat >/tmp/go-build3999932643/b481/importcfg << 'EOF' # internal
2025-08-20T21:54:27.6413124Z [00:03:10.351]➜  # import config
2025-08-20T21:54:27.6414062Z [00:03:10.351]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:27.6414822Z [00:03:10.351]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:27.6415604Z [00:03:10.351]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build3999932643/b482/_pkg_.a
2025-08-20T21:54:27.6416460Z [00:03:10.351]➜  packagefile github.com/alecthomas/chroma/v2/quick=/tmp/go-build3999932643/b486/_pkg_.a
2025-08-20T21:54:27.6418585Z [00:03:10.351]➜  packagefile github.com/alecthomas/chroma/v2/styles=/tmp/go-build3999932643/b491/_pkg_.a
2025-08-20T21:54:27.6419333Z [00:03:10.351]➜  packagefile github.com/charmbracelet/glamour/internal/autolink=/tmp/go-build3999932643/b492/_pkg_.a
2025-08-20T21:54:27.6420096Z [00:03:10.351]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3999932643/b493/_pkg_.a
2025-08-20T21:54:27.6420785Z [00:03:10.351]➜  packagefile github.com/charmbracelet/lipgloss/table=/tmp/go-build3999932643/b512/_pkg_.a
2025-08-20T21:54:27.6421418Z [00:03:10.351]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3999932643/b494/_pkg_.a
2025-08-20T21:54:27.6422035Z [00:03:10.351]➜  packagefile github.com/charmbracelet/x/exp/slice=/tmp/go-build3999932643/b513/_pkg_.a
2025-08-20T21:54:27.6422927Z [00:03:10.351]➜  packagefile github.com/microcosm-cc/bluemonday=/tmp/go-build3999932643/b193/_pkg_.a
2025-08-20T21:54:27.6423608Z [00:03:10.351]➜  packagefile github.com/muesli/reflow/indent=/tmp/go-build3999932643/b514/_pkg_.a
2025-08-20T21:54:27.6424201Z [00:03:10.351]➜  packagefile github.com/muesli/reflow/padding=/tmp/go-build3999932643/b516/_pkg_.a
2025-08-20T21:54:27.6424810Z [00:03:10.351]➜  packagefile github.com/muesli/reflow/wordwrap=/tmp/go-build3999932643/b517/_pkg_.a
2025-08-20T21:54:27.6425390Z [00:03:10.351]➜  packagefile github.com/muesli/termenv=/tmp/go-build3999932643/b508/_pkg_.a
2025-08-20T21:54:27.6425967Z [00:03:10.351]➜  packagefile github.com/yuin/goldmark-emoji/ast=/tmp/go-build3999932643/b518/_pkg_.a
2025-08-20T21:54:27.6426658Z [00:03:10.351]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build3999932643/b520/_pkg_.a
2025-08-20T21:54:27.6427329Z [00:03:10.351]➜  packagefile github.com/yuin/goldmark/extension/ast=/tmp/go-build3999932643/b523/_pkg_.a
2025-08-20T21:54:27.6428151Z [00:03:10.351]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build3999932643/b524/_pkg_.a
2025-08-20T21:54:27.6428740Z [00:03:10.351]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3999932643/b522/_pkg_.a
2025-08-20T21:54:27.6429290Z [00:03:10.351]➜  packagefile golang.org/x/text/cases=/tmp/go-build3999932643/b525/_pkg_.a
2025-08-20T21:54:27.6430018Z [00:03:10.351]➜  packagefile golang.org/x/text/language=/tmp/go-build3999932643/b527/_pkg_.a
2025-08-20T21:54:27.6430501Z [00:03:10.351]➜  packagefile html=/tmp/go-build3999932643/b175/_pkg_.a
2025-08-20T21:54:27.6430900Z [00:03:10.351]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:27.6431307Z [00:03:10.351]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:27.6431730Z [00:03:10.351]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:27.6432151Z [00:03:10.351]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:27.6432575Z [00:03:10.351]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:27.6433003Z [00:03:10.351]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:27.6433440Z [00:03:10.351]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:27.6433875Z [00:03:10.351]➜  packagefile text/template=/tmp/go-build3999932643/b510/_pkg_.a
2025-08-20T21:54:27.6434215Z [00:03:10.351]➜  EOF
2025-08-20T21:54:27.6443985Z [00:03:10.351]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b481/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi=>github.com/charmbracelet/glamour@v0.10.0/ansi;$WORK/b481=>" -p github.com/charmbracelet/glamour/ansi -lang=go1.23 -complete -installsuffix shared -buildid _xv12hupNuMYhltw1uf_/_xv12hupNuMYhltw1uf_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b481/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/ansi.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/baseelement.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/blockelement.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/blockstack.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/codeblock.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/codespan.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/context.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/elements.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/emphasis.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/heading.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/image.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/link.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/listitem.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/margin.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/paragraph.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/renderer.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/style.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/table.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/table_links.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/task.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/templatehelper.go
2025-08-20T21:54:27.6915676Z [00:03:10.401]➜  go tool buildid -w $WORK/b534/_pkg_.a # internal
2025-08-20T21:54:27.6938781Z [00:03:10.403]➜  cp $WORK/b534/_pkg_.a /root/.cache/go-build/b9/b98453512b6933364ac853175831427633810616f9272229e0af680c5ff72e87-d # internal
2025-08-20T21:54:27.6948307Z [00:03:10.403]➜  github.com/mholt/acmez/acme
2025-08-20T21:54:27.6948872Z [00:03:10.403]➜  mkdir -p $WORK/b586/
2025-08-20T21:54:27.6949317Z [00:03:10.403]➜  cat >/tmp/go-build3999932643/b586/importcfg << 'EOF' # internal
2025-08-20T21:54:27.6949670Z [00:03:10.403]➜  # import config
2025-08-20T21:54:27.6950018Z [00:03:10.403]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:27.6950443Z [00:03:10.403]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:27.6950865Z [00:03:10.403]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:27.6951306Z [00:03:10.403]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:27.6951998Z [00:03:10.403]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:27.6952479Z [00:03:10.403]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:27.6952932Z [00:03:10.403]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:27.6953398Z [00:03:10.403]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:27.6953861Z [00:03:10.403]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:27.6954324Z [00:03:10.403]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:27.6954793Z [00:03:10.403]➜  packagefile crypto/x509/pkix=/tmp/go-build3999932643/b154/_pkg_.a
2025-08-20T21:54:27.6955265Z [00:03:10.403]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:27.6955738Z [00:03:10.403]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:27.6956218Z [00:03:10.403]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:27.6956658Z [00:03:10.403]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:27.6957307Z [00:03:10.403]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:27.6959126Z [00:03:10.403]➜  packagefile go.uber.org/zap=/tmp/go-build3999932643/b587/_pkg_.a
2025-08-20T21:54:27.6959647Z [00:03:10.403]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build3999932643/b591/_pkg_.a
2025-08-20T21:54:27.6960104Z [00:03:10.403]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:27.6960528Z [00:03:10.403]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:27.6960956Z [00:03:10.403]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:27.6961375Z [00:03:10.403]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:27.6961793Z [00:03:10.403]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:27.6962224Z [00:03:10.403]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:27.6962651Z [00:03:10.403]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:27.6963065Z [00:03:10.403]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:27.6963469Z [00:03:10.403]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:27.6963776Z [00:03:10.403]➜  EOF
2025-08-20T21:54:27.6969439Z [00:03:10.403]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b586/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mholt/acmez@v1.2.0/acme=>github.com/mholt/acmez@v1.2.0/acme;$WORK/b586=>" -p github.com/mholt/acmez/acme -lang=go1.20 -complete -installsuffix shared -buildid V5Er74YHOAUg1vMwLS7Y/V5Er74YHOAUg1vMwLS7Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b586/importcfg -pack /root/go/pkg/mod/github.com/mholt/acmez@v1.2.0/acme/account.go /root/go/pkg/mod/github.com/mholt/acmez@v1.2.0/acme/ari.go /root/go/pkg/mod/github.com/mholt/acmez@v1.2.0/acme/authorization.go /root/go/pkg/mod/github.com/mholt/acmez@v1.2.0/acme/certificate.go /root/go/pkg/mod/github.com/mholt/acmez@v1.2.0/acme/challenge.go /root/go/pkg/mod/github.com/mholt/acmez@v1.2.0/acme/client.go /root/go/pkg/mod/github.com/mholt/acmez@v1.2.0/acme/http.go /root/go/pkg/mod/github.com/mholt/acmez@v1.2.0/acme/jws.go /root/go/pkg/mod/github.com/mholt/acmez@v1.2.0/acme/order.go /root/go/pkg/mod/github.com/mholt/acmez@v1.2.0/acme/problem.go
2025-08-20T21:54:27.8316535Z [00:03:10.541]➜  go tool buildid -w $WORK/b586/_pkg_.a # internal
2025-08-20T21:54:27.8335463Z [00:03:10.543]➜  cp $WORK/b586/_pkg_.a /root/.cache/go-build/f6/f62a4ea89aa4d313ea06a6fc363b1ead92e037c535e54b8f6ee8d46fb1dd8d4a-d # internal
2025-08-20T21:54:27.8355632Z [00:03:10.545]➜  go tool buildid -w $WORK/b543/_pkg_.a # internal
2025-08-20T21:54:27.8357111Z [00:03:10.545]➜  github.com/mholt/acmez
2025-08-20T21:54:27.8357781Z [00:03:10.545]➜  mkdir -p $WORK/b585/
2025-08-20T21:54:27.8361401Z [00:03:10.545]➜  cat >/tmp/go-build3999932643/b585/importcfg << 'EOF' # internal
2025-08-20T21:54:27.8362460Z [00:03:10.545]➜  # import config
2025-08-20T21:54:27.8363292Z [00:03:10.545]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:27.8364762Z [00:03:10.545]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:27.8365230Z [00:03:10.545]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:27.8365710Z [00:03:10.545]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:54:27.8366221Z [00:03:10.545]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:27.8366686Z [00:03:10.545]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:27.8367147Z [00:03:10.545]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:27.8370574Z [00:03:10.545]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:27.8371079Z [00:03:10.545]➜  packagefile crypto/x509/pkix=/tmp/go-build3999932643/b154/_pkg_.a
2025-08-20T21:54:27.8371557Z [00:03:10.545]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:27.8372271Z [00:03:10.545]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:27.8372712Z [00:03:10.545]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:27.8373128Z [00:03:10.545]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:27.8373617Z [00:03:10.545]➜  packagefile github.com/mholt/acmez/acme=/tmp/go-build3999932643/b586/_pkg_.a
2025-08-20T21:54:27.8374138Z [00:03:10.545]➜  packagefile go.uber.org/zap=/tmp/go-build3999932643/b587/_pkg_.a
2025-08-20T21:54:27.8374714Z [00:03:10.545]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build3999932643/b353/_pkg_.a
2025-08-20T21:54:27.8375323Z [00:03:10.545]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3999932643/b354/_pkg_.a
2025-08-20T21:54:27.8375896Z [00:03:10.546]➜  packagefile golang.org/x/net/idna=/tmp/go-build3999932643/b456/_pkg_.a
2025-08-20T21:54:27.8376393Z [00:03:10.546]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:27.8376836Z [00:03:10.546]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:27.8377255Z [00:03:10.546]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:27.8377977Z [00:03:10.546]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:27.8378455Z [00:03:10.546]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:27.8378974Z [00:03:10.546]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:27.8379449Z [00:03:10.546]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:27.8379856Z [00:03:10.546]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:27.8380159Z [00:03:10.546]➜  EOF
2025-08-20T21:54:27.8382479Z [00:03:10.546]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b585/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mholt/acmez@v1.2.0=>github.com/mholt/acmez@v1.2.0;$WORK/b585=>" -p github.com/mholt/acmez -lang=go1.20 -complete -installsuffix shared -buildid SwZuuVzZB1kioNkt1n7J/SwZuuVzZB1kioNkt1n7J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b585/importcfg -pack /root/go/pkg/mod/github.com/mholt/acmez@v1.2.0/client.go /root/go/pkg/mod/github.com/mholt/acmez@v1.2.0/csr.go /root/go/pkg/mod/github.com/mholt/acmez@v1.2.0/solver.go /root/go/pkg/mod/github.com/mholt/acmez@v1.2.0/tlsalpn01.go
2025-08-20T21:54:27.8486721Z [00:03:10.558]➜  go tool buildid -w $WORK/b533/_pkg_.a # internal
2025-08-20T21:54:27.8536632Z [00:03:10.563]➜  cp $WORK/b533/_pkg_.a /root/.cache/go-build/f6/f6f74e1a62f1434e65c653985bba110243ab829efed487b9df1f31819942e612-d # internal
2025-08-20T21:54:27.8543867Z [00:03:10.564]➜  github.com/yuin/goldmark
2025-08-20T21:54:27.8544462Z [00:03:10.564]➜  mkdir -p $WORK/b532/
2025-08-20T21:54:27.8555097Z [00:03:10.565]➜  cat >/tmp/go-build3999932643/b532/importcfg << 'EOF' # internal
2025-08-20T21:54:27.8556286Z [00:03:10.565]➜  # import config
2025-08-20T21:54:27.8558382Z [00:03:10.565]➜  packagefile github.com/yuin/goldmark/parser=/tmp/go-build3999932643/b533/_pkg_.a
2025-08-20T21:54:27.8559003Z [00:03:10.565]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build3999932643/b524/_pkg_.a
2025-08-20T21:54:27.8559651Z [00:03:10.565]➜  packagefile github.com/yuin/goldmark/renderer/html=/tmp/go-build3999932643/b534/_pkg_.a
2025-08-20T21:54:27.8560257Z [00:03:10.565]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build3999932643/b521/_pkg_.a
2025-08-20T21:54:27.8560834Z [00:03:10.565]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3999932643/b522/_pkg_.a
2025-08-20T21:54:27.8561312Z [00:03:10.565]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:27.8561612Z [00:03:10.565]➜  EOF
2025-08-20T21:54:27.8563313Z [00:03:10.565]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b532/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8=>github.com/yuin/goldmark@v1.7.8;$WORK/b532=>" -p github.com/yuin/goldmark -lang=go1.19 -complete -installsuffix shared -buildid 1wVn5nkunpTw4MTXzP4o/1wVn5nkunpTw4MTXzP4o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b532/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/markdown.go
2025-08-20T21:54:27.8713172Z [00:03:10.580]➜  cp $WORK/b543/_pkg_.a /root/.cache/go-build/74/743cfb0e4d5c1c6ca6cdf4d6bc5a004eda92d0f5156b9d5514c359d32fc598eb-d # internal
2025-08-20T21:54:27.8723087Z [00:03:10.581]➜  github.com/lor00x/goldap/message
2025-08-20T21:54:27.8724987Z [00:03:10.582]➜  mkdir -p $WORK/b610/
2025-08-20T21:54:27.8734069Z [00:03:10.583]➜  cat >/tmp/go-build3999932643/b610/importcfg << 'EOF' # internal
2025-08-20T21:54:27.8734716Z [00:03:10.583]➜  # import config
2025-08-20T21:54:27.8735258Z [00:03:10.583]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:27.8736519Z [00:03:10.583]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:27.8736971Z [00:03:10.583]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:27.8737544Z [00:03:10.583]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:27.8739275Z [00:03:10.583]➜  EOF
2025-08-20T21:54:27.8768607Z [00:03:10.583]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b610/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message=>github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message;$WORK/b610=>" -p github.com/lor00x/goldap/message -lang=go1.16 -complete -installsuffix shared -buildid Cz8eqQPszdJvT3BPv7tb/Cz8eqQPszdJvT3BPv7tb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b610/importcfg -pack /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/abandon_request.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/add_request.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/add_response.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/asn1.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/assertion_value.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/attribute.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/attribute_description.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/attribute_list.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/attribute_selection.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/attribute_value.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/attribute_value_assertion.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/authentication_choice.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/bind_request.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/bind_response.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/boolean.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/bytes.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/compare_request.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/compare_response.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/control.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/controls.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/del_request.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/del_response.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/dn.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/enumerated.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/error.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/extended_request.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/extended_response.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/filter.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/filter_and.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/filter_approx_match.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/filter_equality_match.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/filter_extensible_match.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/filter_greater_or_equal.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/filter_less_or_equal.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/filter_not.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/filter_or.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/filter_present.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/filter_substring.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/integer.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/intermediate_response.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/matching_rule_assertion.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/matching_rule_id.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/message.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/message_id.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/modify_dn_request.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/modify_dn_response.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/modify_request.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/modify_request_change.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/modify_response.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/octetstring.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/oid.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/partial_attribute.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/partial_attribute_list.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/protocol_op.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/read.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/referral.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/relative_ldap_dn.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/result.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/sasl_credentials.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/search_request.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/search_result_done.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/search_result_entry.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/search_result_reference.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/string.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/struct.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/struct_methods.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/unbind_request.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/uri.go /root/go/pkg/mod/github.com/lor00x/goldap@v0.0.0-20180618054307-a546dffdd1a3/message/write.go
2025-08-20T21:54:27.8855939Z [00:03:10.595]➜  go tool buildid -w $WORK/b532/_pkg_.a # internal
2025-08-20T21:54:27.8864231Z [00:03:10.595]➜  cp $WORK/b532/_pkg_.a /root/.cache/go-build/e4/e4b55ba24c14d9f574278ec4bc85febcc7cc38496400c4dac1dc71c959992f40-d # internal
2025-08-20T21:54:27.8878189Z [00:03:10.595]➜  github.com/yuin/goldmark-emoji
2025-08-20T21:54:27.8878605Z [00:03:10.596]➜  mkdir -p $WORK/b535/
2025-08-20T21:54:27.8879005Z [00:03:10.596]➜  cat >/tmp/go-build3999932643/b535/importcfg << 'EOF' # internal
2025-08-20T21:54:27.8879406Z [00:03:10.596]➜  # import config
2025-08-20T21:54:27.8879800Z [00:03:10.596]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:27.8880597Z [00:03:10.596]➜  packagefile github.com/yuin/goldmark=/tmp/go-build3999932643/b532/_pkg_.a
2025-08-20T21:54:27.8881249Z [00:03:10.596]➜  packagefile github.com/yuin/goldmark-emoji/ast=/tmp/go-build3999932643/b518/_pkg_.a
2025-08-20T21:54:27.8882020Z [00:03:10.596]➜  packagefile github.com/yuin/goldmark-emoji/definition=/tmp/go-build3999932643/b519/_pkg_.a
2025-08-20T21:54:27.8882674Z [00:03:10.596]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build3999932643/b520/_pkg_.a
2025-08-20T21:54:27.8883256Z [00:03:10.596]➜  packagefile github.com/yuin/goldmark/parser=/tmp/go-build3999932643/b533/_pkg_.a
2025-08-20T21:54:27.8883857Z [00:03:10.596]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build3999932643/b524/_pkg_.a
2025-08-20T21:54:27.8884488Z [00:03:10.596]➜  packagefile github.com/yuin/goldmark/renderer/html=/tmp/go-build3999932643/b534/_pkg_.a
2025-08-20T21:54:27.8885089Z [00:03:10.596]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build3999932643/b521/_pkg_.a
2025-08-20T21:54:27.8885667Z [00:03:10.596]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3999932643/b522/_pkg_.a
2025-08-20T21:54:27.8886164Z [00:03:10.596]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:27.8886478Z [00:03:10.596]➜  EOF
2025-08-20T21:54:27.8888413Z [00:03:10.596]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b535/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.5=>github.com/yuin/goldmark-emoji@v1.0.5;$WORK/b535=>" -p github.com/yuin/goldmark-emoji -lang=go1.15 -complete -installsuffix shared -buildid Wkv2q2y-JtH1t11uzLoT/Wkv2q2y-JtH1t11uzLoT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b535/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.5/emoji.go
2025-08-20T21:54:27.8957216Z [00:03:10.605]➜  go tool buildid -w $WORK/b481/_pkg_.a # internal
2025-08-20T21:54:27.8986897Z [00:03:10.608]➜  cp $WORK/b481/_pkg_.a /root/.cache/go-build/be/be5ccd434486084c230389eea2573acd10c0434d19874a38b87d1676af9e36d8-d # internal
2025-08-20T21:54:27.9051030Z [00:03:10.614]➜  github.com/charmbracelet/glamour/styles
2025-08-20T21:54:27.9052198Z [00:03:10.615]➜  mkdir -p $WORK/b531/
2025-08-20T21:54:27.9052585Z [00:03:10.615]➜  cat >/tmp/go-build3999932643/b531/importcfg << 'EOF' # internal
2025-08-20T21:54:27.9052959Z [00:03:10.615]➜  # import config
2025-08-20T21:54:27.9053423Z [00:03:10.615]➜  packagefile github.com/charmbracelet/glamour/ansi=/tmp/go-build3999932643/b481/_pkg_.a
2025-08-20T21:54:27.9053840Z [00:03:10.615]➜  EOF
2025-08-20T21:54:27.9056363Z [00:03:10.615]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b531/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/styles=>github.com/charmbracelet/glamour@v0.10.0/styles;$WORK/b531=>" -p github.com/charmbracelet/glamour/styles -lang=go1.23 -complete -installsuffix shared -buildid o0x8Bf1zE1c-S_W0-84j/o0x8Bf1zE1c-S_W0-84j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b531/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/styles/dracula.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/styles/styles.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/styles/tokyo-night.go
2025-08-20T21:54:27.9418212Z [00:03:10.651]➜  go tool buildid -w $WORK/b585/_pkg_.a # internal
2025-08-20T21:54:27.9443318Z [00:03:10.653]➜  cp $WORK/b585/_pkg_.a /root/.cache/go-build/25/25c9bd90c8a0a6ad98cbe8f2a57a3795d8c95cdea8841affcf452545c1b40c1d-d # internal
2025-08-20T21:54:27.9452757Z [00:03:10.654]➜  github.com/yuin/goldmark/extension
2025-08-20T21:54:27.9453778Z [00:03:10.654]➜  mkdir -p $WORK/b536/
2025-08-20T21:54:27.9454696Z [00:03:10.654]➜  cat >/tmp/go-build3999932643/b536/importcfg << 'EOF' # internal
2025-08-20T21:54:27.9455293Z [00:03:10.654]➜  # import config
2025-08-20T21:54:27.9456865Z [00:03:10.654]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:27.9458606Z [00:03:10.654]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:27.9459147Z [00:03:10.654]➜  packagefile github.com/yuin/goldmark=/tmp/go-build3999932643/b532/_pkg_.a
2025-08-20T21:54:27.9459967Z [00:03:10.654]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build3999932643/b520/_pkg_.a
2025-08-20T21:54:27.9460769Z [00:03:10.654]➜  packagefile github.com/yuin/goldmark/extension/ast=/tmp/go-build3999932643/b523/_pkg_.a
2025-08-20T21:54:27.9461434Z [00:03:10.654]➜  packagefile github.com/yuin/goldmark/parser=/tmp/go-build3999932643/b533/_pkg_.a
2025-08-20T21:54:27.9462040Z [00:03:10.654]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build3999932643/b524/_pkg_.a
2025-08-20T21:54:27.9462667Z [00:03:10.654]➜  packagefile github.com/yuin/goldmark/renderer/html=/tmp/go-build3999932643/b534/_pkg_.a
2025-08-20T21:54:27.9463290Z [00:03:10.654]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build3999932643/b521/_pkg_.a
2025-08-20T21:54:27.9463872Z [00:03:10.654]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3999932643/b522/_pkg_.a
2025-08-20T21:54:27.9464364Z [00:03:10.654]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:27.9464794Z [00:03:10.654]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:27.9465217Z [00:03:10.654]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:27.9465538Z [00:03:10.654]➜  EOF
2025-08-20T21:54:27.9470017Z [00:03:10.654]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b536/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension=>github.com/yuin/goldmark@v1.7.8/extension;$WORK/b536=>" -p github.com/yuin/goldmark/extension -lang=go1.19 -complete -installsuffix shared -buildid 2F9i5IfsqJqbIh930ts9/2F9i5IfsqJqbIh930ts9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b536/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/cjk.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/definition_list.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/footnote.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/gfm.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/linkify.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/package.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/strikethrough.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/table.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/tasklist.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/typographer.go
2025-08-20T21:54:27.9495271Z [00:03:10.658]➜  go tool buildid -w $WORK/b535/_pkg_.a # internal
2025-08-20T21:54:27.9496251Z [00:03:10.658]➜  cp $WORK/b535/_pkg_.a /root/.cache/go-build/cc/cc8e80786e8b0bf0f1d0c8304fd9f8bea0361f0d307913c1fab8bd6c9d61cfda-d # internal
2025-08-20T21:54:27.9498027Z [00:03:10.659]➜  github.com/caddyserver/certmagic
2025-08-20T21:54:27.9499682Z [00:03:10.659]➜  mkdir -p $WORK/b582/
2025-08-20T21:54:27.9502513Z [00:03:10.659]➜  cat >/tmp/go-build3999932643/b582/importcfg << 'EOF' # internal
2025-08-20T21:54:27.9503267Z [00:03:10.659]➜  # import config
2025-08-20T21:54:27.9503963Z [00:03:10.659]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:27.9504736Z [00:03:10.659]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:27.9505495Z [00:03:10.659]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:27.9506222Z [00:03:10.659]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:27.9507723Z [00:03:10.659]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:27.9508337Z [00:03:10.659]➜  packagefile crypto/ed25519=/tmp/go-build3999932643/b130/_pkg_.a
2025-08-20T21:54:27.9508843Z [00:03:10.659]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:54:27.9509328Z [00:03:10.659]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:27.9509784Z [00:03:10.659]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:27.9510236Z [00:03:10.659]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:27.9510967Z [00:03:10.659]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:27.9511525Z [00:03:10.660]➜  packagefile crypto/x509/pkix=/tmp/go-build3999932643/b154/_pkg_.a
2025-08-20T21:54:27.9512120Z [00:03:10.660]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:27.9512657Z [00:03:10.660]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:27.9513124Z [00:03:10.660]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:27.9513561Z [00:03:10.660]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:27.9513976Z [00:03:10.660]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:27.9514480Z [00:03:10.660]➜  packagefile github.com/klauspost/cpuid/v2=/tmp/go-build3999932643/b583/_pkg_.a
2025-08-20T21:54:27.9515037Z [00:03:10.660]➜  packagefile github.com/libdns/libdns=/tmp/go-build3999932643/b584/_pkg_.a
2025-08-20T21:54:27.9515574Z [00:03:10.660]➜  packagefile github.com/mholt/acmez=/tmp/go-build3999932643/b585/_pkg_.a
2025-08-20T21:54:27.9516121Z [00:03:10.660]➜  packagefile github.com/mholt/acmez/acme=/tmp/go-build3999932643/b586/_pkg_.a
2025-08-20T21:54:27.9516660Z [00:03:10.660]➜  packagefile github.com/miekg/dns=/tmp/go-build3999932643/b223/_pkg_.a
2025-08-20T21:54:27.9517177Z [00:03:10.660]➜  packagefile github.com/zeebo/blake3=/tmp/go-build3999932643/b595/_pkg_.a
2025-08-20T21:54:27.9517918Z [00:03:10.660]➜  packagefile go.uber.org/zap=/tmp/go-build3999932643/b587/_pkg_.a
2025-08-20T21:54:27.9518423Z [00:03:10.660]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build3999932643/b591/_pkg_.a
2025-08-20T21:54:27.9519173Z [00:03:10.660]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build3999932643/b605/_pkg_.a
2025-08-20T21:54:27.9519836Z [00:03:10.660]➜  packagefile golang.org/x/net/idna=/tmp/go-build3999932643/b456/_pkg_.a
2025-08-20T21:54:27.9520309Z [00:03:10.660]➜  packagefile hash/fnv=/tmp/go-build3999932643/b437/_pkg_.a
2025-08-20T21:54:27.9520728Z [00:03:10.660]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:27.9521135Z [00:03:10.660]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:27.9521543Z [00:03:10.660]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:27.9521966Z [00:03:10.660]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:27.9522383Z [00:03:10.660]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:27.9522799Z [00:03:10.660]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:27.9523228Z [00:03:10.660]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:27.9523638Z [00:03:10.660]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:27.9524047Z [00:03:10.660]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:27.9524487Z [00:03:10.660]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:27.9524940Z [00:03:10.660]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:27.9525365Z [00:03:10.660]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:27.9525785Z [00:03:10.660]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:27.9526202Z [00:03:10.660]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:27.9526627Z [00:03:10.660]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:27.9527050Z [00:03:10.660]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:27.9527700Z [00:03:10.660]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:27.9528201Z [00:03:10.660]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:27.9528517Z [00:03:10.660]➜  EOF
2025-08-20T21:54:27.9535061Z [00:03:10.660]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b582/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/caddyserver/certmagic@v0.19.2=>github.com/caddyserver/certmagic@v0.19.2;$WORK/b582=>" -p github.com/caddyserver/certmagic -lang=go1.19 -complete -installsuffix shared -buildid 0Jkd4NhfE7LnzWrrGmpw/0Jkd4NhfE7LnzWrrGmpw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b582/importcfg -pack /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.19.2/account.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.19.2/acmeclient.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.19.2/acmeissuer.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.19.2/async.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.19.2/cache.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.19.2/certificates.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.19.2/certmagic.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.19.2/config.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.19.2/crypto.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.19.2/dnsutil.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.19.2/filestorage.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.19.2/handshake.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.19.2/httphandler.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.19.2/maintain.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.19.2/ocsp.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.19.2/ratelimiter.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.19.2/solvers.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.19.2/storage.go
2025-08-20T21:54:27.9569867Z [00:03:10.666]➜  go tool buildid -w $WORK/b531/_pkg_.a # internal
2025-08-20T21:54:27.9580094Z [00:03:10.667]➜  cp $WORK/b531/_pkg_.a /root/.cache/go-build/58/58e94a6721f23e0cef3e6af5dbdcc6701d2b055c6b32d857dd446f34cf9b3374-d # internal
2025-08-20T21:54:27.9582651Z [00:03:10.667]➜  goftp.io/server/v2/ratelimit
2025-08-20T21:54:27.9582998Z [00:03:10.667]➜  mkdir -p $WORK/b612/
2025-08-20T21:54:27.9583377Z [00:03:10.667]➜  cat >/tmp/go-build3999932643/b612/importcfg << 'EOF' # internal
2025-08-20T21:54:27.9583737Z [00:03:10.667]➜  # import config
2025-08-20T21:54:27.9584063Z [00:03:10.667]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:27.9584478Z [00:03:10.667]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:27.9584787Z [00:03:10.667]➜  EOF
2025-08-20T21:54:27.9586996Z [00:03:10.667]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b612/_pkg_.a -trimpath "/root/go/pkg/mod/goftp.io/server/v2@v2.0.1/ratelimit=>goftp.io/server/v2@v2.0.1/ratelimit;$WORK/b612=>" -p goftp.io/server/v2/ratelimit -lang=go1.12 -complete -installsuffix shared -buildid wJRay5xE6rh9vtwCQeq0/wJRay5xE6rh9vtwCQeq0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b612/importcfg -pack /root/go/pkg/mod/goftp.io/server/v2@v2.0.1/ratelimit/limiter.go /root/go/pkg/mod/goftp.io/server/v2@v2.0.1/ratelimit/reader.go /root/go/pkg/mod/goftp.io/server/v2@v2.0.1/ratelimit/writer.go
2025-08-20T21:54:27.9719818Z [00:03:10.681]➜  go tool buildid -w $WORK/b612/_pkg_.a # internal
2025-08-20T21:54:27.9721997Z [00:03:10.681]➜  cp $WORK/b612/_pkg_.a /root/.cache/go-build/13/1392a06a66a4ee67e2035276817749eb90e9c5fd88c593d1c21c91565c192235-d # internal
2025-08-20T21:54:27.9722569Z [00:03:10.681]➜  goftp.io/server/v2
2025-08-20T21:54:27.9722849Z [00:03:10.681]➜  mkdir -p $WORK/b611/
2025-08-20T21:54:27.9733471Z [00:03:10.683]➜  cat >/tmp/go-build3999932643/b611/importcfg << 'EOF' # internal
2025-08-20T21:54:27.9734120Z [00:03:10.683]➜  # import config
2025-08-20T21:54:27.9734589Z [00:03:10.683]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:27.9736077Z [00:03:10.683]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:27.9736513Z [00:03:10.683]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:27.9736975Z [00:03:10.683]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:27.9737602Z [00:03:10.683]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:27.9738396Z [00:03:10.683]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:27.9738934Z [00:03:10.683]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:27.9739502Z [00:03:10.683]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:27.9740037Z [00:03:10.683]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:27.9740480Z [00:03:10.683]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:27.9740889Z [00:03:10.683]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:27.9741389Z [00:03:10.683]➜  packagefile goftp.io/server/v2/ratelimit=/tmp/go-build3999932643/b612/_pkg_.a
2025-08-20T21:54:27.9741873Z [00:03:10.683]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:27.9742269Z [00:03:10.683]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:27.9742693Z [00:03:10.683]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:27.9743116Z [00:03:10.683]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:27.9743513Z [00:03:10.683]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:27.9743921Z [00:03:10.683]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:27.9744363Z [00:03:10.683]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:27.9744811Z [00:03:10.683]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:27.9745242Z [00:03:10.683]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:27.9745895Z [00:03:10.683]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:27.9746508Z [00:03:10.683]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:27.9746925Z [00:03:10.683]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:27.9747338Z [00:03:10.683]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:27.9747963Z [00:03:10.683]➜  EOF
2025-08-20T21:54:27.9751740Z [00:03:10.683]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b611/_pkg_.a -trimpath "/root/go/pkg/mod/goftp.io/server/v2@v2.0.1=>goftp.io/server/v2@v2.0.1;$WORK/b611=>" -p goftp.io/server/v2 -lang=go1.12 -complete -installsuffix shared -buildid 35g88Ed_VbaZOvTkuyNV/35g88Ed_VbaZOvTkuyNV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b611/importcfg -pack /root/go/pkg/mod/goftp.io/server/v2@v2.0.1/auth.go /root/go/pkg/mod/goftp.io/server/v2@v2.0.1/cmd.go /root/go/pkg/mod/goftp.io/server/v2@v2.0.1/context.go /root/go/pkg/mod/goftp.io/server/v2@v2.0.1/data_socket.go /root/go/pkg/mod/goftp.io/server/v2@v2.0.1/doc.go /root/go/pkg/mod/goftp.io/server/v2@v2.0.1/driver.go /root/go/pkg/mod/goftp.io/server/v2@v2.0.1/file_info.go /root/go/pkg/mod/goftp.io/server/v2@v2.0.1/list_formatter.go /root/go/pkg/mod/goftp.io/server/v2@v2.0.1/logger.go /root/go/pkg/mod/goftp.io/server/v2@v2.0.1/notifier.go /root/go/pkg/mod/goftp.io/server/v2@v2.0.1/perm.go /root/go/pkg/mod/goftp.io/server/v2@v2.0.1/server.go /root/go/pkg/mod/goftp.io/server/v2@v2.0.1/session.go
2025-08-20T21:54:28.1593465Z [00:03:10.869]➜  go tool buildid -w $WORK/b536/_pkg_.a # internal
2025-08-20T21:54:28.1691587Z [00:03:10.878]➜  cp $WORK/b536/_pkg_.a /root/.cache/go-build/9a/9ad6d998cb48802ce726c36c06daced0d23f996d4b96e57a6c979e4bf3db19e0-d # internal
2025-08-20T21:54:28.1734710Z [00:03:10.883]➜  github.com/charmbracelet/glamour
2025-08-20T21:54:28.1735123Z [00:03:10.883]➜  mkdir -p $WORK/b480/
2025-08-20T21:54:28.1735504Z [00:03:10.883]➜  cat >/tmp/go-build3999932643/b480/importcfg << 'EOF' # internal
2025-08-20T21:54:28.1735879Z [00:03:10.883]➜  # import config
2025-08-20T21:54:28.1736236Z [00:03:10.883]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:28.1736682Z [00:03:10.883]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:28.1737114Z [00:03:10.883]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:28.1738140Z [00:03:10.883]➜  packagefile github.com/charmbracelet/glamour/ansi=/tmp/go-build3999932643/b481/_pkg_.a
2025-08-20T21:54:28.1738982Z [00:03:10.883]➜  packagefile github.com/charmbracelet/glamour/styles=/tmp/go-build3999932643/b531/_pkg_.a
2025-08-20T21:54:28.1739658Z [00:03:10.883]➜  packagefile github.com/muesli/termenv=/tmp/go-build3999932643/b508/_pkg_.a
2025-08-20T21:54:28.1740204Z [00:03:10.883]➜  packagefile github.com/yuin/goldmark=/tmp/go-build3999932643/b532/_pkg_.a
2025-08-20T21:54:28.1740769Z [00:03:10.883]➜  packagefile github.com/yuin/goldmark-emoji=/tmp/go-build3999932643/b535/_pkg_.a
2025-08-20T21:54:28.1741377Z [00:03:10.883]➜  packagefile github.com/yuin/goldmark/extension=/tmp/go-build3999932643/b536/_pkg_.a
2025-08-20T21:54:28.1741986Z [00:03:10.883]➜  packagefile github.com/yuin/goldmark/parser=/tmp/go-build3999932643/b533/_pkg_.a
2025-08-20T21:54:28.1742587Z [00:03:10.883]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build3999932643/b524/_pkg_.a
2025-08-20T21:54:28.1743182Z [00:03:10.883]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3999932643/b522/_pkg_.a
2025-08-20T21:54:28.1743716Z [00:03:10.883]➜  packagefile golang.org/x/term=/tmp/go-build3999932643/b476/_pkg_.a
2025-08-20T21:54:28.1744166Z [00:03:10.883]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:28.1744561Z [00:03:10.883]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:28.1744862Z [00:03:10.883]➜  EOF
2025-08-20T21:54:28.1746684Z [00:03:10.883]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b480/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0=>github.com/charmbracelet/glamour@v0.10.0;$WORK/b480=>" -p github.com/charmbracelet/glamour -lang=go1.23 -complete -installsuffix shared -buildid Y_2sO350KkoY8zd9uKyx/Y_2sO350KkoY8zd9uKyx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b480/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/glamour.go
2025-08-20T21:54:28.2949654Z [00:03:11.004]➜  go tool buildid -w $WORK/b480/_pkg_.a # internal
2025-08-20T21:54:28.2979262Z [00:03:11.007]➜  cp $WORK/b480/_pkg_.a /root/.cache/go-build/47/4706711cfb652f43b4668dc6c80d8925fea3e73cf6ad91998fb11d4c1226fb89-d # internal
2025-08-20T21:54:28.3009092Z [00:03:11.010]➜  github.com/projectdiscovery/utils/update
2025-08-20T21:54:28.3010228Z [00:03:11.010]➜  mkdir -p $WORK/b477/
2025-08-20T21:54:28.3017273Z [00:03:11.011]➜  cat >/tmp/go-build3999932643/b477/importcfg << 'EOF' # internal
2025-08-20T21:54:28.3019997Z [00:03:11.011]➜  # import config
2025-08-20T21:54:28.3023544Z [00:03:11.011]➜  packagefile archive/tar=/tmp/go-build3999932643/b251/_pkg_.a
2025-08-20T21:54:28.3024034Z [00:03:11.011]➜  packagefile archive/zip=/tmp/go-build3999932643/b478/_pkg_.a
2025-08-20T21:54:28.3024498Z [00:03:11.011]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:28.3024946Z [00:03:11.011]➜  packagefile compress/gzip=/tmp/go-build3999932643/b203/_pkg_.a
2025-08-20T21:54:28.3025406Z [00:03:11.011]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:28.3025897Z [00:03:11.011]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:28.3026357Z [00:03:11.011]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:28.3026815Z [00:03:11.011]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:28.3027277Z [00:03:11.011]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:28.3027889Z [00:03:11.011]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:28.3028413Z [00:03:11.011]➜  packagefile github.com/Masterminds/semver/v3=/tmp/go-build3999932643/b479/_pkg_.a
2025-08-20T21:54:28.3029020Z [00:03:11.011]➜  packagefile github.com/charmbracelet/glamour=/tmp/go-build3999932643/b480/_pkg_.a
2025-08-20T21:54:28.3029650Z [00:03:11.011]➜  packagefile github.com/charmbracelet/glamour/styles=/tmp/go-build3999932643/b531/_pkg_.a
2025-08-20T21:54:28.3030550Z [00:03:11.011]➜  packagefile github.com/cheggaaa/pb/v3=/tmp/go-build3999932643/b537/_pkg_.a
2025-08-20T21:54:28.3031213Z [00:03:11.011]➜  packagefile github.com/google/go-github/v30/github=/tmp/go-build3999932643/b543/_pkg_.a
2025-08-20T21:54:28.3031910Z [00:03:11.011]➜  packagefile github.com/google/uuid=/tmp/go-build3999932643/b324/_pkg_.a
2025-08-20T21:54:28.3032571Z [00:03:11.011]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build3999932643/b247/_pkg_.a
2025-08-20T21:54:28.3033143Z [00:03:11.011]➜  packagefile github.com/minio/selfupdate=/tmp/go-build3999932643/b554/_pkg_.a
2025-08-20T21:54:28.3033755Z [00:03:11.011]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:28.3034399Z [00:03:11.011]➜  packagefile github.com/projectdiscovery/machineid=/tmp/go-build3999932643/b561/_pkg_.a
2025-08-20T21:54:28.3035053Z [00:03:11.011]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:28.3035710Z [00:03:11.011]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:54:28.3036368Z [00:03:11.011]➜  packagefile github.com/projectdiscovery/utils/folder=/tmp/go-build3999932643/b221/_pkg_.a
2025-08-20T21:54:28.3037086Z [00:03:11.011]➜  packagefile github.com/projectdiscovery/utils/process=/tmp/go-build3999932643/b562/_pkg_.a
2025-08-20T21:54:28.3037930Z [00:03:11.011]➜  packagefile github.com/zcalusic/sysinfo=/tmp/go-build3999932643/b571/_pkg_.a
2025-08-20T21:54:28.3038478Z [00:03:11.011]➜  packagefile golang.org/x/oauth2=/tmp/go-build3999932643/b573/_pkg_.a
2025-08-20T21:54:28.3039140Z [00:03:11.011]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:28.3039683Z [00:03:11.011]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:28.3040105Z [00:03:11.011]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:28.3040531Z [00:03:11.011]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:28.3040946Z [00:03:11.011]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:28.3041381Z [00:03:11.011]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:28.3041830Z [00:03:11.011]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:28.3042254Z [00:03:11.011]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:28.3042669Z [00:03:11.011]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:28.3042976Z [00:03:11.011]➜  EOF
2025-08-20T21:54:28.3050983Z [00:03:11.012]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b477/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/update=>github.com/projectdiscovery/utils@v0.4.23/update;$WORK/b477=>" -p github.com/projectdiscovery/utils/update -lang=go1.24 -complete -installsuffix shared -buildid CCy86WX5KGnphPue6N1T/CCy86WX5KGnphPue6N1T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b477/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/update/gh.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/update/types.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/update/update.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/update/utils_linux.go
2025-08-20T21:54:28.3061976Z [00:03:11.015]➜  go tool buildid -w $WORK/b611/_pkg_.a # internal
2025-08-20T21:54:28.3119388Z [00:03:11.021]➜  cp $WORK/b611/_pkg_.a /root/.cache/go-build/1b/1beb9499b2b2069a6cb6f6415726721115ba4f5db39d1480902941d1e99b181f-d # internal
2025-08-20T21:54:28.3120213Z [00:03:11.021]➜  goftp.io/server/v2/driver/file
2025-08-20T21:54:28.3122497Z [00:03:11.021]➜  mkdir -p $WORK/b613/
2025-08-20T21:54:28.3126250Z [00:03:11.022]➜  cat >/tmp/go-build3999932643/b613/importcfg << 'EOF' # internal
2025-08-20T21:54:28.3126673Z [00:03:11.022]➜  # import config
2025-08-20T21:54:28.3127018Z [00:03:11.022]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:28.3127796Z [00:03:11.022]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:28.3128338Z [00:03:11.022]➜  packagefile goftp.io/server/v2=/tmp/go-build3999932643/b611/_pkg_.a
2025-08-20T21:54:28.3128900Z [00:03:11.022]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:28.3129407Z [00:03:11.022]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:28.3129849Z [00:03:11.022]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:28.3130300Z [00:03:11.022]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:28.3130620Z [00:03:11.022]➜  EOF
2025-08-20T21:54:28.3132386Z [00:03:11.022]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b613/_pkg_.a -trimpath "/root/go/pkg/mod/goftp.io/server/v2@v2.0.1/driver/file=>goftp.io/server/v2@v2.0.1/driver/file;$WORK/b613=>" -p goftp.io/server/v2/driver/file -lang=go1.12 -complete -installsuffix shared -buildid QaUcwHIY_1m4DmXE2Qje/QaUcwHIY_1m4DmXE2Qje -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b613/importcfg -pack /root/go/pkg/mod/goftp.io/server/v2@v2.0.1/driver/file/file.go
2025-08-20T21:54:28.3580009Z [00:03:11.067]➜  go tool buildid -w $WORK/b610/_pkg_.a # internal
2025-08-20T21:54:28.3608824Z [00:03:11.070]➜  go tool buildid -w $WORK/b613/_pkg_.a # internal
2025-08-20T21:54:28.3626801Z [00:03:11.072]➜  cp $WORK/b613/_pkg_.a /root/.cache/go-build/61/61e5ae446adab72a08336ad5aee2a6a20fc7a9fd4d3e6761e48f41f5d0008cbf-d # internal
2025-08-20T21:54:28.3628122Z [00:03:11.072]➜  net/http/internal/testcert
2025-08-20T21:54:28.3628776Z [00:03:11.072]➜  mkdir -p $WORK/b615/
2025-08-20T21:54:28.3640151Z [00:03:11.073]➜  cat >/tmp/go-build3999932643/b615/importcfg << 'EOF' # internal
2025-08-20T21:54:28.3640805Z [00:03:11.073]➜  # import config
2025-08-20T21:54:28.3641165Z [00:03:11.073]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:28.3641485Z [00:03:11.073]➜  EOF
2025-08-20T21:54:28.3656206Z [00:03:11.075]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b615/_pkg_.a -trimpath "/root/.go/src/net/http/internal/testcert=>net/http/internal/testcert;$WORK/b615=>" -p net/http/internal/testcert -lang=go1.25 -std -complete -installsuffix shared -buildid SpYyhhnbRaynBHayFk8q/SpYyhhnbRaynBHayFk8q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b615/importcfg -pack /root/.go/src/net/http/internal/testcert/testcert.go
2025-08-20T21:54:28.3694428Z [00:03:11.079]➜  cp $WORK/b610/_pkg_.a /root/.cache/go-build/c7/c77650bc5c3257add638cfe89d578f8edfa1320d5eade66c3cf0de6546abe0cf-d # internal
2025-08-20T21:54:28.3722429Z [00:03:11.082]➜  github.com/projectdiscovery/ldapserver
2025-08-20T21:54:28.3723244Z [00:03:11.082]➜  mkdir -p $WORK/b609/
2025-08-20T21:54:28.3728571Z [00:03:11.082]➜  cat >/tmp/go-build3999932643/b609/importcfg << 'EOF' # internal
2025-08-20T21:54:28.3729159Z [00:03:11.082]➜  # import config
2025-08-20T21:54:28.3729510Z [00:03:11.082]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:28.3729951Z [00:03:11.082]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:28.3730377Z [00:03:11.082]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:28.3730896Z [00:03:11.082]➜  packagefile github.com/lor00x/goldap/message=/tmp/go-build3999932643/b610/_pkg_.a
2025-08-20T21:54:28.3731401Z [00:03:11.082]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:28.3731910Z [00:03:11.082]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:28.3732331Z [00:03:11.082]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:28.3732755Z [00:03:11.082]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:28.3733071Z [00:03:11.082]➜  EOF
2025-08-20T21:54:28.3738917Z [00:03:11.083]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b609/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/ldapserver@v1.0.2-0.20240219154113-dcc758ebc0cb=>github.com/projectdiscovery/ldapserver@v1.0.2-0.20240219154113-dcc758ebc0cb;$WORK/b609=>" -p github.com/projectdiscovery/ldapserver -lang=go1.14 -complete -installsuffix shared -buildid lTU44x8GoaqJfjO-Ggzc/lTU44x8GoaqJfjO-Ggzc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b609/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/ldapserver@v1.0.2-0.20240219154113-dcc758ebc0cb/client.go /root/go/pkg/mod/github.com/projectdiscovery/ldapserver@v1.0.2-0.20240219154113-dcc758ebc0cb/constants.go /root/go/pkg/mod/github.com/projectdiscovery/ldapserver@v1.0.2-0.20240219154113-dcc758ebc0cb/logger.go /root/go/pkg/mod/github.com/projectdiscovery/ldapserver@v1.0.2-0.20240219154113-dcc758ebc0cb/message.go /root/go/pkg/mod/github.com/projectdiscovery/ldapserver@v1.0.2-0.20240219154113-dcc758ebc0cb/packet.go /root/go/pkg/mod/github.com/projectdiscovery/ldapserver@v1.0.2-0.20240219154113-dcc758ebc0cb/responsemessage.go /root/go/pkg/mod/github.com/projectdiscovery/ldapserver@v1.0.2-0.20240219154113-dcc758ebc0cb/route.go /root/go/pkg/mod/github.com/projectdiscovery/ldapserver@v1.0.2-0.20240219154113-dcc758ebc0cb/server.go
2025-08-20T21:54:28.3871218Z [00:03:11.096]➜  go tool buildid -w $WORK/b615/_pkg_.a # internal
2025-08-20T21:54:28.3878252Z [00:03:11.097]➜  cp $WORK/b615/_pkg_.a /root/.cache/go-build/08/08ad8c82150ed63fc443672a4ea4c4bc71d94579c6e0210a4df94ae72540ebde-d # internal
2025-08-20T21:54:28.3879248Z [00:03:11.097]➜  net/http/httptest
2025-08-20T21:54:28.3879989Z [00:03:11.097]➜  mkdir -p $WORK/b614/
2025-08-20T21:54:28.3889011Z [00:03:11.098]➜  cat >/tmp/go-build3999932643/b614/importcfg << 'EOF' # internal
2025-08-20T21:54:28.3889748Z [00:03:11.098]➜  # import config
2025-08-20T21:54:28.3890186Z [00:03:11.098]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:54:28.3890861Z [00:03:11.098]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:28.3891281Z [00:03:11.098]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:28.3891706Z [00:03:11.098]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:28.3892146Z [00:03:11.098]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:28.3892602Z [00:03:11.098]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:28.3893031Z [00:03:11.098]➜  packagefile flag=/tmp/go-build3999932643/b071/_pkg_.a
2025-08-20T21:54:28.3893431Z [00:03:11.098]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:28.3893950Z [00:03:11.098]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3999932643/b205/_pkg_.a
2025-08-20T21:54:28.3894459Z [00:03:11.098]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:28.3894863Z [00:03:11.098]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:28.3895256Z [00:03:11.098]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:28.3895670Z [00:03:11.098]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:28.3896178Z [00:03:11.098]➜  packagefile net/http/internal/testcert=/tmp/go-build3999932643/b615/_pkg_.a
2025-08-20T21:54:28.3896695Z [00:03:11.098]➜  packagefile net/textproto=/tmp/go-build3999932643/b211/_pkg_.a
2025-08-20T21:54:28.3897267Z [00:03:11.098]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:28.3897882Z [00:03:11.098]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:28.3898307Z [00:03:11.098]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:28.3898724Z [00:03:11.098]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:28.3899137Z [00:03:11.098]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:28.3899446Z [00:03:11.098]➜  EOF
2025-08-20T21:54:28.3901389Z [00:03:11.098]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b614/_pkg_.a -trimpath "/root/.go/src/net/http/httptest=>net/http/httptest;$WORK/b614=>" -p net/http/httptest -lang=go1.25 -std -complete -installsuffix shared -buildid VX_hLSf8ckZPWoxAyzFH/VX_hLSf8ckZPWoxAyzFH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b614/importcfg -pack /root/.go/src/net/http/httptest/httptest.go /root/.go/src/net/http/httptest/recorder.go /root/.go/src/net/http/httptest/server.go
2025-08-20T21:54:28.4368274Z [00:03:11.145]➜  go tool buildid -w $WORK/b477/_pkg_.a # internal
2025-08-20T21:54:28.4387324Z [00:03:11.148]➜  cp $WORK/b477/_pkg_.a /root/.cache/go-build/15/15e2aab4caafed71aaaeb9590bd0bcbfe7d89991f922e10da92dff61df8d8ea6-d # internal
2025-08-20T21:54:28.4423837Z [00:03:11.152]➜  github.com/projectdiscovery/asnmap/libs
2025-08-20T21:54:28.4430655Z [00:03:11.152]➜  mkdir -p $WORK/b326/
2025-08-20T21:54:28.4431079Z [00:03:11.152]➜  cat >/tmp/go-build3999932643/b326/importcfg << 'EOF' # internal
2025-08-20T21:54:28.4434776Z [00:03:11.153]➜  # import config
2025-08-20T21:54:28.4435588Z [00:03:11.153]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:28.4436590Z [00:03:11.153]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:28.4437556Z [00:03:11.153]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:28.4438712Z [00:03:11.153]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:28.4439152Z [00:03:11.153]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:28.4439668Z [00:03:11.153]➜  packagefile github.com/asaskevich/govalidator=/tmp/go-build3999932643/b174/_pkg_.a
2025-08-20T21:54:28.4440297Z [00:03:11.153]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:28.4440939Z [00:03:11.153]➜  packagefile github.com/projectdiscovery/mapcidr=/tmp/go-build3999932643/b327/_pkg_.a
2025-08-20T21:54:28.4441903Z [00:03:11.153]➜  packagefile github.com/projectdiscovery/retryabledns=/tmp/go-build3999932643/b328/_pkg_.a
2025-08-20T21:54:28.4442591Z [00:03:11.153]➜  packagefile github.com/projectdiscovery/utils/auth/pdcp=/tmp/go-build3999932643/b338/_pkg_.a
2025-08-20T21:54:28.4443262Z [00:03:11.153]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build3999932643/b182/_pkg_.a
2025-08-20T21:54:28.4443908Z [00:03:11.153]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:54:28.4444546Z [00:03:11.153]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build3999932643/b333/_pkg_.a
2025-08-20T21:54:28.4445197Z [00:03:11.153]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:28.4445860Z [00:03:11.153]➜  packagefile github.com/projectdiscovery/utils/update=/tmp/go-build3999932643/b477/_pkg_.a
2025-08-20T21:54:28.4446511Z [00:03:11.153]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:54:28.4447098Z [00:03:11.153]➜  packagefile golang.org/x/net/proxy=/tmp/go-build3999932643/b336/_pkg_.a
2025-08-20T21:54:28.4468292Z [00:03:11.153]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:28.4468761Z [00:03:11.153]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:28.4469186Z [00:03:11.153]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:28.4469859Z [00:03:11.153]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:28.4470330Z [00:03:11.153]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:28.4470736Z [00:03:11.153]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:28.4471151Z [00:03:11.153]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:28.4471579Z [00:03:11.153]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:28.4472002Z [00:03:11.153]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:28.4472302Z [00:03:11.153]➜  EOF
2025-08-20T21:54:28.4475785Z [00:03:11.153]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b326/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/asnmap@v1.1.1/libs=>github.com/projectdiscovery/asnmap@v1.1.1/libs;$WORK/b326=>" -p github.com/projectdiscovery/asnmap/libs -lang=go1.21 -complete -installsuffix shared -buildid ycIUqSuO8wOimMtdp3aT/ycIUqSuO8wOimMtdp3aT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b326/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/asnmap@v1.1.1/libs/cidr.go /root/go/pkg/mod/github.com/projectdiscovery/asnmap@v1.1.1/libs/client.go /root/go/pkg/mod/github.com/projectdiscovery/asnmap@v1.1.1/libs/config.go /root/go/pkg/mod/github.com/projectdiscovery/asnmap@v1.1.1/libs/default_client.go /root/go/pkg/mod/github.com/projectdiscovery/asnmap@v1.1.1/libs/resolver.go /root/go/pkg/mod/github.com/projectdiscovery/asnmap@v1.1.1/libs/types.go
2025-08-20T21:54:28.4865415Z [00:03:11.196]➜  go tool buildid -w $WORK/b609/_pkg_.a # internal
2025-08-20T21:54:28.4881158Z [00:03:11.197]➜  cp $WORK/b609/_pkg_.a /root/.cache/go-build/05/057f00d4dfdec276b080e99909c55da11c8609617c87647b6ab29f6b148d1a4b-d # internal
2025-08-20T21:54:28.4917704Z [00:03:11.201]➜  github.com/projectdiscovery/utils/errors
2025-08-20T21:54:28.4918660Z [00:03:11.201]➜  mkdir -p $WORK/b617/
2025-08-20T21:54:28.4919837Z [00:03:11.201]➜  cat >/tmp/go-build3999932643/b617/importcfg << 'EOF' # internal
2025-08-20T21:54:28.4920762Z [00:03:11.201]➜  # import config
2025-08-20T21:54:28.4921201Z [00:03:11.201]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:28.4921643Z [00:03:11.201]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:28.4922053Z [00:03:11.201]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:28.4922617Z [00:03:11.201]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:28.4923483Z [00:03:11.201]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:28.4923882Z [00:03:11.201]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:28.4924291Z [00:03:11.201]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:28.4924614Z [00:03:11.201]➜  EOF
2025-08-20T21:54:28.4928007Z [00:03:11.201]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b617/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/errors=>github.com/projectdiscovery/utils@v0.4.23/errors;$WORK/b617=>" -p github.com/projectdiscovery/utils/errors -lang=go1.24 -complete -installsuffix shared -buildid RePpo_5Mb5jdiv5SudHj/RePpo_5Mb5jdiv5SudHj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b617/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/errors/enriched.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/errors/err_with_fmt.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/errors/errinterface.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/errors/errlevel.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/errors/errors.go
2025-08-20T21:54:28.4930892Z [00:03:11.201]➜  go tool buildid -w $WORK/b614/_pkg_.a # internal
2025-08-20T21:54:28.4943526Z [00:03:11.204]➜  cp $WORK/b614/_pkg_.a /root/.cache/go-build/4d/4d899735f49257b1e9eca8a9ab132070de98ac92a28742a573e419fdb83fd287-d # internal
2025-08-20T21:54:28.4960647Z [00:03:11.205]➜  gopkg.in/corvus-ch/zbase32.v1
2025-08-20T21:54:28.4961499Z [00:03:11.205]➜  mkdir -p $WORK/b618/
2025-08-20T21:54:28.4962016Z [00:03:11.205]➜  cat >/tmp/go-build3999932643/b618/importcfg << 'EOF' # internal
2025-08-20T21:54:28.4963574Z [00:03:11.205]➜  # import config
2025-08-20T21:54:28.4963932Z [00:03:11.205]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:28.4964366Z [00:03:11.205]➜  packagefile flag=/tmp/go-build3999932643/b071/_pkg_.a
2025-08-20T21:54:28.4964783Z [00:03:11.205]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:28.4965194Z [00:03:11.205]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:28.4965508Z [00:03:11.205]➜  EOF
2025-08-20T21:54:28.4967843Z [00:03:11.205]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b618/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/corvus-ch/zbase32.v1@v1.0.0=>gopkg.in/corvus-ch/zbase32.v1@v1.0.0;$WORK/b618=>" -p gopkg.in/corvus-ch/zbase32.v1 -lang=go1.16 -complete -installsuffix shared -buildid SQnoujeDkjxRAx4z7r7Q/SQnoujeDkjxRAx4z7r7Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b618/importcfg -pack /root/go/pkg/mod/gopkg.in/corvus-ch/zbase32.v1@v1.0.0/flag.go /root/go/pkg/mod/gopkg.in/corvus-ch/zbase32.v1@v1.0.0/zbase32.go
2025-08-20T21:54:28.5018783Z [00:03:11.211]➜  go tool buildid -w $WORK/b582/_pkg_.a # internal
2025-08-20T21:54:28.5093721Z [00:03:11.219]➜  cp $WORK/b582/_pkg_.a /root/.cache/go-build/64/64c2729f79eeeb51570ed6baad14e1c675a166d746acb1f28dc5bbdb6d031595-d # internal
2025-08-20T21:54:28.5167752Z [00:03:11.226]➜  github.com/projectdiscovery/interactsh/pkg/server/acme
2025-08-20T21:54:28.5168220Z [00:03:11.226]➜  mkdir -p $WORK/b581/
2025-08-20T21:54:28.5175700Z [00:03:11.227]➜  cat >/tmp/go-build3999932643/b581/importcfg << 'EOF' # internal
2025-08-20T21:54:28.5176230Z [00:03:11.227]➜  # import config
2025-08-20T21:54:28.5176596Z [00:03:11.227]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:28.5177058Z [00:03:11.227]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:28.5179309Z [00:03:11.227]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:28.5179888Z [00:03:11.227]➜  packagefile github.com/caddyserver/certmagic=/tmp/go-build3999932643/b582/_pkg_.a
2025-08-20T21:54:28.5180464Z [00:03:11.227]➜  packagefile github.com/libdns/libdns=/tmp/go-build3999932643/b584/_pkg_.a
2025-08-20T21:54:28.5181004Z [00:03:11.227]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:28.5181856Z [00:03:11.227]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:28.5182410Z [00:03:11.227]➜  packagefile go.uber.org/zap=/tmp/go-build3999932643/b587/_pkg_.a
2025-08-20T21:54:28.5182851Z [00:03:11.227]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:28.5183281Z [00:03:11.227]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:28.5183735Z [00:03:11.227]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:28.5184152Z [00:03:11.227]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:28.5184558Z [00:03:11.227]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:28.5184865Z [00:03:11.227]➜  EOF
2025-08-20T21:54:28.5187624Z [00:03:11.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b581/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/server/acme=>github.com/projectdiscovery/interactsh@v1.2.4/pkg/server/acme;$WORK/b581=>" -p github.com/projectdiscovery/interactsh/pkg/server/acme -lang=go1.21 -complete -installsuffix shared -buildid o3aJo6gbr8edKvIasRmE/o3aJo6gbr8edKvIasRmE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b581/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/server/acme/acme_certbot.go /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/server/acme/records_store.go
2025-08-20T21:54:28.5260346Z [00:03:11.235]➜  go tool buildid -w $WORK/b617/_pkg_.a # internal
2025-08-20T21:54:28.5268899Z [00:03:11.236]➜  cp $WORK/b617/_pkg_.a /root/.cache/go-build/22/22c24933ed780e60b475b9c7c99aefb425611fe0a95f02d0d97903cedc12bb2a-d # internal
2025-08-20T21:54:28.5271404Z [00:03:11.236]➜  encoding/csv
2025-08-20T21:54:28.5273124Z [00:03:11.236]➜  mkdir -p $WORK/b621/
2025-08-20T21:54:28.5275567Z [00:03:11.237]➜  cat >/tmp/go-build3999932643/b621/importcfg << 'EOF' # internal
2025-08-20T21:54:28.5276064Z [00:03:11.237]➜  # import config
2025-08-20T21:54:28.5276420Z [00:03:11.237]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:28.5276836Z [00:03:11.237]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:28.5280697Z [00:03:11.237]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:28.5281351Z [00:03:11.237]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:28.5281822Z [00:03:11.237]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:28.5282239Z [00:03:11.237]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:28.5282661Z [00:03:11.237]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:28.5283108Z [00:03:11.237]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:28.5283710Z [00:03:11.237]➜  EOF
2025-08-20T21:54:28.5285321Z [00:03:11.237]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b621/_pkg_.a -trimpath "/root/.go/src/encoding/csv=>encoding/csv;$WORK/b621=>" -p encoding/csv -lang=go1.25 -std -complete -installsuffix shared -buildid FTkU4SFUfHTAgI8mlUkE/FTkU4SFUfHTAgI8mlUkE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b621/importcfg -pack /root/.go/src/encoding/csv/reader.go /root/.go/src/encoding/csv/writer.go
2025-08-20T21:54:28.5311596Z [00:03:11.240]➜  go tool buildid -w $WORK/b618/_pkg_.a # internal
2025-08-20T21:54:28.5315638Z [00:03:11.241]➜  cp $WORK/b618/_pkg_.a /root/.cache/go-build/5f/5f0c75d523bbbbfa09fa61064ae2e37429f6b89d3c20f6060a49829adf6ede69-d # internal
2025-08-20T21:54:28.5339975Z [00:03:11.243]➜  golang.org/x/arch/x86/x86asm
2025-08-20T21:54:28.5341096Z [00:03:11.243]➜  mkdir -p $WORK/b633/
2025-08-20T21:54:28.5342339Z [00:03:11.243]➜  cat >/tmp/go-build3999932643/b633/importcfg << 'EOF' # internal
2025-08-20T21:54:28.5343057Z [00:03:11.243]➜  # import config
2025-08-20T21:54:28.5343602Z [00:03:11.243]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:28.5344924Z [00:03:11.243]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:28.5346047Z [00:03:11.243]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:28.5346470Z [00:03:11.243]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:28.5346898Z [00:03:11.243]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:28.5347321Z [00:03:11.244]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:28.5347890Z [00:03:11.244]➜  EOF
2025-08-20T21:54:28.5356108Z [00:03:11.245]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b633/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/arch@v0.3.0/x86/x86asm=>golang.org/x/arch@v0.3.0/x86/x86asm;$WORK/b633=>" -p golang.org/x/arch/x86/x86asm -lang=go1.17 -complete -installsuffix shared -buildid QWxKVgYNgRA77J9P52Gi/QWxKVgYNgRA77J9P52Gi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b633/importcfg -pack /root/go/pkg/mod/golang.org/x/arch@v0.3.0/x86/x86asm/decode.go /root/go/pkg/mod/golang.org/x/arch@v0.3.0/x86/x86asm/gnu.go /root/go/pkg/mod/golang.org/x/arch@v0.3.0/x86/x86asm/inst.go /root/go/pkg/mod/golang.org/x/arch@v0.3.0/x86/x86asm/intel.go /root/go/pkg/mod/golang.org/x/arch@v0.3.0/x86/x86asm/plan9x.go /root/go/pkg/mod/golang.org/x/arch@v0.3.0/x86/x86asm/tables.go
2025-08-20T21:54:28.5597921Z [00:03:11.269]➜  go tool buildid -w $WORK/b326/_pkg_.a # internal
2025-08-20T21:54:28.5620174Z [00:03:11.271]➜  cp $WORK/b326/_pkg_.a /root/.cache/go-build/e0/e01ff0d485985aed202cf10bbea2837a1bccc4457850bb65a6cfcfa329f9ff91-d # internal
2025-08-20T21:54:28.5645169Z [00:03:11.274]➜  github.com/bytedance/sonic/internal/native/types
2025-08-20T21:54:28.5648063Z [00:03:11.274]➜  mkdir -p $WORK/b636/
2025-08-20T21:54:28.5648466Z [00:03:11.274]➜  cat >/tmp/go-build3999932643/b636/importcfg << 'EOF' # internal
2025-08-20T21:54:28.5648837Z [00:03:11.274]➜  # import config
2025-08-20T21:54:28.5649162Z [00:03:11.274]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:28.5649588Z [00:03:11.274]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:28.5649895Z [00:03:11.274]➜  EOF
2025-08-20T21:54:28.5653081Z [00:03:11.274]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b636/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/types=>github.com/bytedance/sonic@v1.14.0/internal/native/types;$WORK/b636=>" -p github.com/bytedance/sonic/internal/native/types -lang=go1.17 -complete -installsuffix shared -buildid T-rFPghLwLVDHl9eKaAd/T-rFPghLwLVDHl9eKaAd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b636/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/types/types.go
2025-08-20T21:54:28.5699769Z [00:03:11.279]➜  go tool buildid -w $WORK/b621/_pkg_.a # internal
2025-08-20T21:54:28.5708839Z [00:03:11.280]➜  cp $WORK/b621/_pkg_.a /root/.cache/go-build/ba/ba51f074ab70afde8d6803d8b444f0eeb134e8ddf31025b7a8dfe422043a1313-d # internal
2025-08-20T21:54:28.5725601Z [00:03:11.282]➜  github.com/bytedance/sonic/internal/resolver
2025-08-20T21:54:28.5726049Z [00:03:11.282]➜  mkdir -p $WORK/b637/
2025-08-20T21:54:28.5726363Z [00:03:11.282]➜  echo -n > $WORK/b637/go_asm.h # internal
2025-08-20T21:54:28.5733418Z [00:03:11.283]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/resolver
2025-08-20T21:54:28.5735030Z [00:03:11.283]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/resolver -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/resolver=>github.com/bytedance/sonic@v1.14.0/internal/resolver;$WORK/b637=>" -I $WORK/b637/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b637/symabis ./asm.s
2025-08-20T21:54:28.5764451Z [00:03:11.286]➜  go tool buildid -w $WORK/b581/_pkg_.a # internal
2025-08-20T21:54:28.5765352Z [00:03:11.286]➜  cat >/tmp/go-build3999932643/b637/importcfg << 'EOF' # internal
2025-08-20T21:54:28.5765714Z [00:03:11.286]➜  # import config
2025-08-20T21:54:28.5766387Z [00:03:11.286]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:28.5766821Z [00:03:11.286]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:28.5767237Z [00:03:11.286]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:28.5767882Z [00:03:11.286]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:28.5768304Z [00:03:11.286]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:28.5770112Z [00:03:11.286]➜  EOF
2025-08-20T21:54:28.5770405Z [00:03:11.286]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:28.5773059Z [00:03:11.286]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b637/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/resolver=>github.com/bytedance/sonic@v1.14.0/internal/resolver;$WORK/b637=>" -p github.com/bytedance/sonic/internal/resolver -lang=go1.17 -installsuffix shared -buildid LyRq9kBtlKHbabXlW2T6/LyRq9kBtlKHbabXlW2T6 -goversion go1.25.0 -symabis $WORK/b637/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b637/importcfg -pack -asmhdr $WORK/b637/go_asm.h /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/resolver/resolver.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/resolver/stubs_latest.go
2025-08-20T21:54:28.5786870Z [00:03:11.288]➜  cp $WORK/b581/_pkg_.a /root/.cache/go-build/a6/a68ae19ca70eefe5aa0af2695aad5aeb501c41451fc791353e331b7e09be1c8f-d # internal
2025-08-20T21:54:28.5826472Z [00:03:11.292]➜  github.com/projectdiscovery/interactsh/pkg/server
2025-08-20T21:54:28.5826909Z [00:03:11.292]➜  mkdir -p $WORK/b576/
2025-08-20T21:54:28.5835062Z [00:03:11.293]➜  cat >/tmp/go-build3999932643/b576/importcfg << 'EOF' # internal
2025-08-20T21:54:28.5835439Z [00:03:11.293]➜  # import config
2025-08-20T21:54:28.5835807Z [00:03:11.293]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:28.5836250Z [00:03:11.293]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:28.5836694Z [00:03:11.293]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:28.5837160Z [00:03:11.293]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:28.5838107Z [00:03:11.293]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:28.5838675Z [00:03:11.293]➜  packagefile git.mills.io/prologic/smtpd=/tmp/go-build3999932643/b577/_pkg_.a
2025-08-20T21:54:28.5839270Z [00:03:11.293]➜  packagefile github.com/asaskevich/govalidator=/tmp/go-build3999932643/b174/_pkg_.a
2025-08-20T21:54:28.5839850Z [00:03:11.293]➜  packagefile github.com/docker/go-units=/tmp/go-build3999932643/b345/_pkg_.a
2025-08-20T21:54:28.5840408Z [00:03:11.293]➜  packagefile github.com/json-iterator/go=/tmp/go-build3999932643/b243/_pkg_.a
2025-08-20T21:54:28.5840998Z [00:03:11.293]➜  packagefile github.com/mackerelio/go-osstat/cpu=/tmp/go-build3999932643/b578/_pkg_.a
2025-08-20T21:54:28.5841838Z [00:03:11.293]➜  packagefile github.com/mackerelio/go-osstat/network=/tmp/go-build3999932643/b579/_pkg_.a
2025-08-20T21:54:28.5842413Z [00:03:11.293]➜  packagefile github.com/miekg/dns=/tmp/go-build3999932643/b223/_pkg_.a
2025-08-20T21:54:28.5842931Z [00:03:11.293]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:28.5843519Z [00:03:11.293]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:28.5844259Z [00:03:11.293]➜  packagefile github.com/projectdiscovery/interactsh/pkg/filewatcher=/tmp/go-build3999932643/b580/_pkg_.a
2025-08-20T21:54:28.5845039Z [00:03:11.293]➜  packagefile github.com/projectdiscovery/interactsh/pkg/server/acme=/tmp/go-build3999932643/b581/_pkg_.a
2025-08-20T21:54:28.5845800Z [00:03:11.293]➜  packagefile github.com/projectdiscovery/interactsh/pkg/storage=/tmp/go-build3999932643/b606/_pkg_.a
2025-08-20T21:54:28.5846496Z [00:03:11.293]➜  packagefile github.com/projectdiscovery/ldapserver=/tmp/go-build3999932643/b609/_pkg_.a
2025-08-20T21:54:28.5847317Z [00:03:11.293]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:54:28.5848190Z [00:03:11.293]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:28.5848770Z [00:03:11.293]➜  packagefile github.com/rs/xid=/tmp/go-build3999932643/b608/_pkg_.a
2025-08-20T21:54:28.5849270Z [00:03:11.293]➜  packagefile goftp.io/server/v2=/tmp/go-build3999932643/b611/_pkg_.a
2025-08-20T21:54:28.5849815Z [00:03:11.293]➜  packagefile goftp.io/server/v2/driver/file=/tmp/go-build3999932643/b613/_pkg_.a
2025-08-20T21:54:28.5850342Z [00:03:11.293]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3999932643/b201/_pkg_.a
2025-08-20T21:54:28.5850779Z [00:03:11.293]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:28.5851172Z [00:03:11.293]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:28.5851579Z [00:03:11.293]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:28.5851996Z [00:03:11.293]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:28.5852461Z [00:03:11.293]➜  packagefile net/http/httptest=/tmp/go-build3999932643/b614/_pkg_.a
2025-08-20T21:54:28.5853077Z [00:03:11.293]➜  packagefile net/http/httputil=/tmp/go-build3999932643/b235/_pkg_.a
2025-08-20T21:54:28.5853597Z [00:03:11.293]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:28.5854005Z [00:03:11.293]➜  packagefile os/exec=/tmp/go-build3999932643/b507/_pkg_.a
2025-08-20T21:54:28.5854586Z [00:03:11.293]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:28.5855096Z [00:03:11.293]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:28.5855521Z [00:03:11.293]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:28.5855942Z [00:03:11.293]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:28.5856391Z [00:03:11.293]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:28.5856823Z [00:03:11.293]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:28.5857127Z [00:03:11.293]➜  EOF
2025-08-20T21:54:28.5863283Z [00:03:11.293]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b576/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/server=>github.com/projectdiscovery/interactsh@v1.2.4/pkg/server;$WORK/b576=>" -p github.com/projectdiscovery/interactsh/pkg/server -lang=go1.21 -complete -installsuffix shared -buildid Q_txrU8TlDE8OaEBq-uR/Q_txrU8TlDE8OaEBq-uR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b576/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/server/cpu_stats_all.go /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/server/dns_server.go /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/server/ftp_server.go /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/server/http_server.go /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/server/ldap_server.go /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/server/metrics.go /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/server/responder_server.go /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/server/server.go /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/server/smb_server.go /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/server/smtp_server.go /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/server/util.go
2025-08-20T21:54:28.5882973Z [00:03:11.298]➜  go tool buildid -w $WORK/b636/_pkg_.a # internal
2025-08-20T21:54:28.5895155Z [00:03:11.299]➜  cp $WORK/b636/_pkg_.a /root/.cache/go-build/97/97edab7bf776578d189aec1b34ff200c850c49c7987859fad37a859e176c8bdf-d # internal
2025-08-20T21:54:28.5900440Z [00:03:11.299]➜  github.com/bytedance/sonic/internal/decoder/consts
2025-08-20T21:54:28.5903032Z [00:03:11.299]➜  mkdir -p $WORK/b645/
2025-08-20T21:54:28.5903934Z [00:03:11.300]➜  cat >/tmp/go-build3999932643/b645/importcfg << 'EOF' # internal
2025-08-20T21:54:28.5904678Z [00:03:11.300]➜  # import config
2025-08-20T21:54:28.5906230Z [00:03:11.300]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build3999932643/b636/_pkg_.a
2025-08-20T21:54:28.5907792Z [00:03:11.300]➜  EOF
2025-08-20T21:54:28.5910745Z [00:03:11.300]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b645/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/consts=>github.com/bytedance/sonic@v1.14.0/internal/decoder/consts;$WORK/b645=>" -p github.com/bytedance/sonic/internal/decoder/consts -lang=go1.17 -complete -installsuffix shared -buildid 8vmKLwI1cPO0zSiUJ8m8/8vmKLwI1cPO0zSiUJ8m8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b645/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/consts/option.go
2025-08-20T21:54:28.5999992Z [00:03:11.308]➜  go tool buildid -w $WORK/b645/_pkg_.a # internal
2025-08-20T21:54:28.6000713Z [00:03:11.308]➜  cp $WORK/b645/_pkg_.a /root/.cache/go-build/0a/0aa587aa10cb101876c643af208302095603ee3d29e1e9a6951f74c5c020854e-d # internal
2025-08-20T21:54:28.6001548Z [00:03:11.309]➜  github.com/bytedance/sonic/internal/envs
2025-08-20T21:54:28.6002166Z [00:03:11.309]➜  mkdir -p $WORK/b648/
2025-08-20T21:54:28.6002639Z [00:03:11.309]➜  cat >/tmp/go-build3999932643/b648/importcfg << 'EOF' # internal
2025-08-20T21:54:28.6003088Z [00:03:11.309]➜  # import config
2025-08-20T21:54:28.6003454Z [00:03:11.309]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:28.6003750Z [00:03:11.309]➜  EOF
2025-08-20T21:54:28.6005725Z [00:03:11.309]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b648/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/envs=>github.com/bytedance/sonic@v1.14.0/internal/envs;$WORK/b648=>" -p github.com/bytedance/sonic/internal/envs -lang=go1.17 -complete -installsuffix shared -buildid XTA-PsBtqbbbMN4qwImy/XTA-PsBtqbbbMN4qwImy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b648/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/envs/decode.go
2025-08-20T21:54:28.6090399Z [00:03:11.318]➜  go tool buildid -w $WORK/b648/_pkg_.a # internal
2025-08-20T21:54:28.6099075Z [00:03:11.319]➜  cp $WORK/b648/_pkg_.a /root/.cache/go-build/66/669965665d88c73d280e44d3edec2c8bbc8a8a9c40ecadb05cdbf72e469731a1-d # internal
2025-08-20T21:54:28.6113061Z [00:03:11.321]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/resolver
2025-08-20T21:54:28.6114714Z [00:03:11.321]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/resolver -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/resolver=>github.com/bytedance/sonic@v1.14.0/internal/resolver;$WORK/b637=>" -I $WORK/b637/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b637/asm.o ./asm.s
2025-08-20T21:54:28.6137285Z [00:03:11.323]➜  go tool pack r $WORK/b637/_pkg_.a $WORK/b637/asm.o # internal
2025-08-20T21:54:28.6139048Z [00:03:11.323]➜  gopkg.in/yaml.v2
2025-08-20T21:54:28.6139334Z [00:03:11.323]➜  mkdir -p $WORK/b650/
2025-08-20T21:54:28.6139663Z [00:03:11.323]➜  go tool buildid -w $WORK/b637/_pkg_.a # internal
2025-08-20T21:54:28.6148301Z [00:03:11.324]➜  cat >/tmp/go-build3999932643/b650/importcfg << 'EOF' # internal
2025-08-20T21:54:28.6148701Z [00:03:11.324]➜  # import config
2025-08-20T21:54:28.6149090Z [00:03:11.324]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:28.6149524Z [00:03:11.324]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:54:28.6149982Z [00:03:11.324]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:28.6150430Z [00:03:11.324]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:28.6150847Z [00:03:11.324]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:28.6151584Z [00:03:11.324]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:28.6151990Z [00:03:11.324]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:28.6152404Z [00:03:11.324]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:28.6152833Z [00:03:11.324]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:28.6153247Z [00:03:11.324]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:28.6153671Z [00:03:11.324]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:28.6154096Z [00:03:11.324]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:28.6154509Z [00:03:11.324]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:28.6154912Z [00:03:11.324]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:28.6155331Z [00:03:11.324]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:28.6155777Z [00:03:11.324]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:28.6156105Z [00:03:11.324]➜  EOF
2025-08-20T21:54:28.6156373Z [00:03:11.324]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:28.6160563Z [00:03:11.324]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b650/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0=>gopkg.in/yaml.v2@v2.4.0;$WORK/b650=>" -p gopkg.in/yaml.v2 -lang=go1.15 -complete -installsuffix shared -buildid 0JCccAdUspTRLcka8EZ4/0JCccAdUspTRLcka8EZ4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b650/importcfg -pack /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/apic.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/decode.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/emitterc.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/encode.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/parserc.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/readerc.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/resolve.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/scannerc.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/sorter.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/writerc.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/yaml.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/yamlh.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/yamlprivateh.go
2025-08-20T21:54:28.6164248Z [00:03:11.325]➜  cp $WORK/b637/_pkg_.a /root/.cache/go-build/2c/2c51f355eebbbe31fb369d816d85ad99c2e8edb293fbd770912f85f3466a76c7-d # internal
2025-08-20T21:54:28.6164832Z [00:03:11.325]➜  github.com/buger/jsonparser
2025-08-20T21:54:28.6165114Z [00:03:11.325]➜  mkdir -p $WORK/b657/
2025-08-20T21:54:28.6165490Z [00:03:11.326]➜  cat >/tmp/go-build3999932643/b657/importcfg << 'EOF' # internal
2025-08-20T21:54:28.6165829Z [00:03:11.326]➜  # import config
2025-08-20T21:54:28.6166161Z [00:03:11.326]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:28.6166577Z [00:03:11.326]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:28.6167192Z [00:03:11.326]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:28.6167806Z [00:03:11.326]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:28.6168236Z [00:03:11.326]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:28.6168666Z [00:03:11.326]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:28.6169111Z [00:03:11.326]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:28.6169440Z [00:03:11.326]➜  EOF
2025-08-20T21:54:28.6172111Z [00:03:11.326]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b657/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/buger/jsonparser@v1.1.1=>github.com/buger/jsonparser@v1.1.1;$WORK/b657=>" -p github.com/buger/jsonparser -lang=go1.13 -complete -installsuffix shared -buildid 1FdI6ErrDvHgJhnEShai/1FdI6ErrDvHgJhnEShai -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b657/importcfg -pack /root/go/pkg/mod/github.com/buger/jsonparser@v1.1.1/bytes.go /root/go/pkg/mod/github.com/buger/jsonparser@v1.1.1/bytes_unsafe.go /root/go/pkg/mod/github.com/buger/jsonparser@v1.1.1/escape.go /root/go/pkg/mod/github.com/buger/jsonparser@v1.1.1/fuzz.go /root/go/pkg/mod/github.com/buger/jsonparser@v1.1.1/parser.go
2025-08-20T21:54:28.6990237Z [00:03:11.408]➜  go tool buildid -w $WORK/b657/_pkg_.a # internal
2025-08-20T21:54:28.6992513Z [00:03:11.409]➜  cp $WORK/b657/_pkg_.a /root/.cache/go-build/2c/2c091314360e2d733a1290f7ce6fea22f788ac3e4793871ced9ed30d4be88387-d # internal
2025-08-20T21:54:28.6993153Z [00:03:11.409]➜  github.com/mailru/easyjson/buffer
2025-08-20T21:54:28.6993459Z [00:03:11.409]➜  mkdir -p $WORK/b659/
2025-08-20T21:54:28.6993830Z [00:03:11.409]➜  cat >/tmp/go-build3999932643/b659/importcfg << 'EOF' # internal
2025-08-20T21:54:28.6994172Z [00:03:11.409]➜  # import config
2025-08-20T21:54:28.6994502Z [00:03:11.409]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:28.6994913Z [00:03:11.409]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:28.6995331Z [00:03:11.409]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:28.6995637Z [00:03:11.409]➜  EOF
2025-08-20T21:54:28.6997982Z [00:03:11.409]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b659/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mailru/easyjson@v0.7.7/buffer=>github.com/mailru/easyjson@v0.7.7/buffer;$WORK/b659=>" -p github.com/mailru/easyjson/buffer -lang=go1.12 -complete -installsuffix shared -buildid h0TcL5btBTGw2SRYj7cK/h0TcL5btBTGw2SRYj7cK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b659/importcfg -pack /root/go/pkg/mod/github.com/mailru/easyjson@v0.7.7/buffer/pool.go
2025-08-20T21:54:28.7325177Z [00:03:11.442]➜  go tool buildid -w $WORK/b659/_pkg_.a # internal
2025-08-20T21:54:28.7334100Z [00:03:11.443]➜  cp $WORK/b659/_pkg_.a /root/.cache/go-build/58/5851685e39d43b18578fb5e0f2d46ea284e50a6d9e9979e69be468b52018089f-d # internal
2025-08-20T21:54:28.7335441Z [00:03:11.443]➜  github.com/mailru/easyjson/jwriter
2025-08-20T21:54:28.7336693Z [00:03:11.443]➜  mkdir -p $WORK/b658/
2025-08-20T21:54:28.7341372Z [00:03:11.443]➜  cat >/tmp/go-build3999932643/b658/importcfg << 'EOF' # internal
2025-08-20T21:54:28.7341728Z [00:03:11.443]➜  # import config
2025-08-20T21:54:28.7342184Z [00:03:11.443]➜  packagefile github.com/mailru/easyjson/buffer=/tmp/go-build3999932643/b659/_pkg_.a
2025-08-20T21:54:28.7344438Z [00:03:11.444]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:28.7344877Z [00:03:11.444]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:28.7345338Z [00:03:11.444]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:28.7345670Z [00:03:11.444]➜  EOF
2025-08-20T21:54:28.7347599Z [00:03:11.444]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b658/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mailru/easyjson@v0.7.7/jwriter=>github.com/mailru/easyjson@v0.7.7/jwriter;$WORK/b658=>" -p github.com/mailru/easyjson/jwriter -lang=go1.12 -complete -installsuffix shared -buildid YFqYKfV28VBESTalymhr/YFqYKfV28VBESTalymhr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b658/importcfg -pack /root/go/pkg/mod/github.com/mailru/easyjson@v0.7.7/jwriter/writer.go
2025-08-20T21:54:28.7784563Z [00:03:11.487]➜  go tool buildid -w $WORK/b658/_pkg_.a # internal
2025-08-20T21:54:28.7830870Z [00:03:11.490]➜  cp $WORK/b658/_pkg_.a /root/.cache/go-build/a0/a02ba86e083feecbc23c712c3984e443b941f9158d4b378032df4aba995ea0db-d # internal
2025-08-20T21:54:28.7852401Z [00:03:11.495]➜  github.com/wk8/go-ordered-map/v2
2025-08-20T21:54:28.7853272Z [00:03:11.495]➜  mkdir -p $WORK/b655/
2025-08-20T21:54:28.7860672Z [00:03:11.495]➜  cat >/tmp/go-build3999932643/b655/importcfg << 'EOF' # internal
2025-08-20T21:54:28.7861304Z [00:03:11.495]➜  # import config
2025-08-20T21:54:28.7861760Z [00:03:11.495]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:28.7863324Z [00:03:11.495]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:54:28.7863800Z [00:03:11.495]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:28.7864527Z [00:03:11.495]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:28.7865047Z [00:03:11.495]➜  packagefile github.com/bahlo/generic-list-go=/tmp/go-build3999932643/b656/_pkg_.a
2025-08-20T21:54:28.7865642Z [00:03:11.495]➜  packagefile github.com/buger/jsonparser=/tmp/go-build3999932643/b657/_pkg_.a
2025-08-20T21:54:28.7866243Z [00:03:11.495]➜  packagefile github.com/mailru/easyjson/jwriter=/tmp/go-build3999932643/b658/_pkg_.a
2025-08-20T21:54:28.7866798Z [00:03:11.495]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3999932643/b201/_pkg_.a
2025-08-20T21:54:28.7867255Z [00:03:11.495]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:28.7867944Z [00:03:11.495]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:28.7868290Z [00:03:11.495]➜  EOF
2025-08-20T21:54:28.7870781Z [00:03:11.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b655/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/wk8/go-ordered-map/v2@v2.1.8=>github.com/wk8/go-ordered-map/v2@v2.1.8;$WORK/b655=>" -p github.com/wk8/go-ordered-map/v2 -lang=go1.18 -complete -installsuffix shared -buildid cbictvtJwSnrNdpU-aPX/cbictvtJwSnrNdpU-aPX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b655/importcfg -pack /root/go/pkg/mod/github.com/wk8/go-ordered-map/v2@v2.1.8/json.go /root/go/pkg/mod/github.com/wk8/go-ordered-map/v2@v2.1.8/orderedmap.go /root/go/pkg/mod/github.com/wk8/go-ordered-map/v2@v2.1.8/yaml.go
2025-08-20T21:54:28.8369974Z [00:03:11.546]➜  go tool buildid -w $WORK/b633/_pkg_.a # internal
2025-08-20T21:54:28.8423412Z [00:03:11.551]➜  cp $WORK/b633/_pkg_.a /root/.cache/go-build/1a/1a55da442021503ba829cde51748fd0fe3be9efa770f7dfdac1c6c26aeee93bd-d # internal
2025-08-20T21:54:28.8560180Z [00:03:11.565]➜  github.com/bytedance/sonic/internal/rt
2025-08-20T21:54:28.8563059Z [00:03:11.565]➜  mkdir -p $WORK/b631/
2025-08-20T21:54:28.8563859Z [00:03:11.566]➜  echo -n > $WORK/b631/go_asm.h # internal
2025-08-20T21:54:28.8567748Z [00:03:11.566]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/rt
2025-08-20T21:54:28.8569346Z [00:03:11.566]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/rt -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/rt=>github.com/bytedance/sonic@v1.14.0/internal/rt;$WORK/b631=>" -I $WORK/b631/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b631/symabis ./asm_compat.s
2025-08-20T21:54:28.8696101Z [00:03:11.579]➜  cat >/tmp/go-build3999932643/b631/importcfg << 'EOF' # internal
2025-08-20T21:54:28.8697146Z [00:03:11.579]➜  # import config
2025-08-20T21:54:28.8697958Z [00:03:11.579]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:28.8698920Z [00:03:11.579]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:28.8700122Z [00:03:11.579]➜  packagefile github.com/bytedance/sonic/option=/tmp/go-build3999932643/b632/_pkg_.a
2025-08-20T21:54:28.8701086Z [00:03:11.579]➜  packagefile golang.org/x/arch/x86/x86asm=/tmp/go-build3999932643/b633/_pkg_.a
2025-08-20T21:54:28.8702036Z [00:03:11.579]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:28.8703354Z [00:03:11.579]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:28.8703833Z [00:03:11.579]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:28.8704166Z [00:03:11.579]➜  EOF
2025-08-20T21:54:28.8704440Z [00:03:11.579]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:28.8710137Z [00:03:11.579]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b631/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/rt=>github.com/bytedance/sonic@v1.14.0/internal/rt;$WORK/b631=>" -p github.com/bytedance/sonic/internal/rt -lang=go1.17 -installsuffix shared -buildid Gh5oYZC7s-pXc2O-Eh5d/Gh5oYZC7s-pXc2O-Eh5d -goversion go1.25.0 -symabis $WORK/b631/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b631/importcfg -pack -asmhdr $WORK/b631/go_asm.h /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/rt/assertI2I.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/rt/base64_compat.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/rt/fastconv.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/rt/fastmem.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/rt/fastvalue.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/rt/gcwb.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/rt/growslice.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/rt/int48.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/rt/map_siwss_go124.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/rt/pool.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/rt/stubs.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/rt/table.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/rt/types.go
2025-08-20T21:54:28.9309925Z [00:03:11.640]➜  go tool buildid -w $WORK/b655/_pkg_.a # internal
2025-08-20T21:54:28.9331090Z [00:03:11.642]➜  cp $WORK/b655/_pkg_.a /root/.cache/go-build/6d/6d7f84818af306445561be0c44f65128de9f9c6219cf1ab2f19086816dda9b14-d # internal
2025-08-20T21:54:28.9344625Z [00:03:11.644]➜  go/token
2025-08-20T21:54:28.9347934Z [00:03:11.644]➜  mkdir -p $WORK/b662/
2025-08-20T21:54:28.9353052Z [00:03:11.644]➜  cat >/tmp/go-build3999932643/b662/importcfg << 'EOF' # internal
2025-08-20T21:54:28.9353527Z [00:03:11.644]➜  # import config
2025-08-20T21:54:28.9353864Z [00:03:11.644]➜  packagefile cmp=/tmp/go-build3999932643/b046/_pkg_.a
2025-08-20T21:54:28.9354273Z [00:03:11.644]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:28.9354687Z [00:03:11.644]➜  packagefile iter=/tmp/go-build3999932643/b039/_pkg_.a
2025-08-20T21:54:28.9355112Z [00:03:11.644]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:28.9355550Z [00:03:11.644]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:28.9355964Z [00:03:11.644]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:28.9356403Z [00:03:11.644]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:28.9356851Z [00:03:11.644]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:28.9357298Z [00:03:11.644]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:28.9357808Z [00:03:11.644]➜  EOF
2025-08-20T21:54:28.9359555Z [00:03:11.644]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b662/_pkg_.a -trimpath "/root/.go/src/go/token=>go/token;$WORK/b662=>" -p go/token -lang=go1.25 -std -complete -installsuffix shared -buildid HsSZP51HG9owoqBSmaqZ/HsSZP51HG9owoqBSmaqZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b662/importcfg -pack /root/.go/src/go/token/position.go /root/.go/src/go/token/serialize.go /root/.go/src/go/token/token.go /root/.go/src/go/token/tree.go
2025-08-20T21:54:28.9870276Z [00:03:11.696]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/rt
2025-08-20T21:54:28.9871887Z [00:03:11.696]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/rt -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/rt=>github.com/bytedance/sonic@v1.14.0/internal/rt;$WORK/b631=>" -I $WORK/b631/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b631/asm_compat.o ./asm_compat.s
2025-08-20T21:54:28.9934309Z [00:03:11.702]➜  go tool pack r $WORK/b631/_pkg_.a $WORK/b631/asm_compat.o # internal
2025-08-20T21:54:28.9959488Z [00:03:11.703]➜  go tool buildid -w $WORK/b631/_pkg_.a # internal
2025-08-20T21:54:28.9963652Z [00:03:11.703]➜  cp $WORK/b631/_pkg_.a /root/.cache/go-build/eb/eb481c22c1e806c82c308aa935404d0ecd55c69523c88f478e0e2221c04f567e-d # internal
2025-08-20T21:54:28.9965443Z [00:03:11.705]➜  github.com/bytedance/sonic/internal/caching
2025-08-20T21:54:28.9965781Z [00:03:11.705]➜  mkdir -p $WORK/b630/
2025-08-20T21:54:28.9966087Z [00:03:11.706]➜  echo -n > $WORK/b630/go_asm.h # internal
2025-08-20T21:54:28.9966522Z [00:03:11.706]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/caching
2025-08-20T21:54:28.9971744Z [00:03:11.706]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/caching -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/caching=>github.com/bytedance/sonic@v1.14.0/internal/caching;$WORK/b630=>" -I $WORK/b630/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b630/symabis ./asm.s
2025-08-20T21:54:29.0025393Z [00:03:11.712]➜  cat >/tmp/go-build3999932643/b630/importcfg << 'EOF' # internal
2025-08-20T21:54:29.0026338Z [00:03:11.712]➜  # import config
2025-08-20T21:54:29.0026890Z [00:03:11.712]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build3999932643/b631/_pkg_.a
2025-08-20T21:54:29.0027615Z [00:03:11.712]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:29.0028124Z [00:03:11.712]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:29.0028562Z [00:03:11.712]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:29.0028889Z [00:03:11.712]➜  EOF
2025-08-20T21:54:29.0029446Z [00:03:11.712]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:29.0032502Z [00:03:11.712]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b630/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/caching=>github.com/bytedance/sonic@v1.14.0/internal/caching;$WORK/b630=>" -p github.com/bytedance/sonic/internal/caching -lang=go1.17 -installsuffix shared -buildid Hdhe71wR6b6ksSJ_12jV/Hdhe71wR6b6ksSJ_12jV -goversion go1.25.0 -symabis $WORK/b630/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b630/importcfg -pack -asmhdr $WORK/b630/go_asm.h /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/caching/fcache.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/caching/hashing.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/caching/pcache.go
2025-08-20T21:54:29.0106054Z [00:03:11.720]➜  go tool buildid -w $WORK/b576/_pkg_.a # internal
2025-08-20T21:54:29.0239794Z [00:03:11.733]➜  cp $WORK/b576/_pkg_.a /root/.cache/go-build/f2/f2b5beb9c7eb174095362c8ac753df642a98daa9b4d712131960d0a8f4130214-d # internal
2025-08-20T21:54:29.0261517Z [00:03:11.735]➜  github.com/projectdiscovery/interactsh/pkg/options
2025-08-20T21:54:29.0261968Z [00:03:11.735]➜  mkdir -p $WORK/b575/
2025-08-20T21:54:29.0282123Z [00:03:11.737]➜  cat >/tmp/go-build3999932643/b575/importcfg << 'EOF' # internal
2025-08-20T21:54:29.0282568Z [00:03:11.737]➜  # import config
2025-08-20T21:54:29.0283035Z [00:03:11.737]➜  packagefile github.com/projectdiscovery/goflags=/tmp/go-build3999932643/b065/_pkg_.a
2025-08-20T21:54:29.0283680Z [00:03:11.737]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:29.0284731Z [00:03:11.737]➜  packagefile github.com/projectdiscovery/interactsh/pkg/server=/tmp/go-build3999932643/b576/_pkg_.a
2025-08-20T21:54:29.0285623Z [00:03:11.737]➜  packagefile github.com/projectdiscovery/utils/auth/pdcp=/tmp/go-build3999932643/b338/_pkg_.a
2025-08-20T21:54:29.0286319Z [00:03:11.737]➜  packagefile github.com/projectdiscovery/utils/update=/tmp/go-build3999932643/b477/_pkg_.a
2025-08-20T21:54:29.0286856Z [00:03:11.737]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:29.0287164Z [00:03:11.737]➜  EOF
2025-08-20T21:54:29.0290670Z [00:03:11.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b575/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/options=>github.com/projectdiscovery/interactsh@v1.2.4/pkg/options;$WORK/b575=>" -p github.com/projectdiscovery/interactsh/pkg/options -lang=go1.21 -complete -installsuffix shared -buildid _FY7g3IntTCFPxc9sqy2/_FY7g3IntTCFPxc9sqy2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b575/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/options/client_options.go /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/options/server_options.go /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/options/session-info.go /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/options/utils.go
2025-08-20T21:54:29.0380134Z [00:03:11.747]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/caching
2025-08-20T21:54:29.0381753Z [00:03:11.747]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/caching -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/caching=>github.com/bytedance/sonic@v1.14.0/internal/caching;$WORK/b630=>" -I $WORK/b630/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b630/asm.o ./asm.s
2025-08-20T21:54:29.0407996Z [00:03:11.750]➜  go tool pack r $WORK/b630/_pkg_.a $WORK/b630/asm.o # internal
2025-08-20T21:54:29.0408513Z [00:03:11.750]➜  go tool buildid -w $WORK/b630/_pkg_.a # internal
2025-08-20T21:54:29.0423086Z [00:03:11.751]➜  cp $WORK/b630/_pkg_.a /root/.cache/go-build/dd/ddf8f733eac2f7858ad4b25065e78e488133c2e19193e620705d4b673cff7366-d # internal
2025-08-20T21:54:29.0443561Z [00:03:11.753]➜  github.com/bytedance/sonic/internal/encoder/vars
2025-08-20T21:54:29.0444201Z [00:03:11.753]➜  mkdir -p $WORK/b629/
2025-08-20T21:54:29.0444743Z [00:03:11.754]➜  cat >/tmp/go-build3999932643/b629/importcfg << 'EOF' # internal
2025-08-20T21:54:29.0445226Z [00:03:11.754]➜  # import config
2025-08-20T21:54:29.0445670Z [00:03:11.754]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:29.0446106Z [00:03:11.754]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:54:29.0446557Z [00:03:11.754]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:29.0447001Z [00:03:11.754]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:29.0447730Z [00:03:11.754]➜  packagefile github.com/bytedance/sonic/internal/caching=/tmp/go-build3999932643/b630/_pkg_.a
2025-08-20T21:54:29.0448470Z [00:03:11.754]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build3999932643/b631/_pkg_.a
2025-08-20T21:54:29.0449099Z [00:03:11.754]➜  packagefile github.com/bytedance/sonic/option=/tmp/go-build3999932643/b632/_pkg_.a
2025-08-20T21:54:29.0449589Z [00:03:11.754]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:29.0450003Z [00:03:11.754]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:29.0450429Z [00:03:11.754]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:29.0450848Z [00:03:11.754]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:29.0458669Z [00:03:11.754]➜  EOF
2025-08-20T21:54:29.0458993Z [00:03:11.755]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:29.0462826Z [00:03:11.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b629/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/vars=>github.com/bytedance/sonic@v1.14.0/internal/encoder/vars;$WORK/b629=>" -p github.com/bytedance/sonic/internal/encoder/vars -lang=go1.17 -complete -installsuffix shared -buildid 37r34VsrWYQO0MNog1M0/37r34VsrWYQO0MNog1M0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b629/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/vars/cache.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/vars/const.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/vars/errors.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/vars/stack.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/vars/types.go
2025-08-20T21:54:29.0503965Z [00:03:11.760]➜  go tool buildid -w $WORK/b662/_pkg_.a # internal
2025-08-20T21:54:29.0520444Z [00:03:11.761]➜  cp $WORK/b662/_pkg_.a /root/.cache/go-build/49/492ab1f6ed018d94830420a0a22133b4ed6e633f6a5e79e0ced83bc13231eb81-d # internal
2025-08-20T21:54:29.0734743Z [00:03:11.783]➜  go tool buildid -w $WORK/b650/_pkg_.a # internal
2025-08-20T21:54:29.0774748Z [00:03:11.787]➜  cp $WORK/b650/_pkg_.a /root/.cache/go-build/2b/2b63a45456985d8031572791a4dd5223bd46dbe227e06e00a5ed94c61af24ddd-d # internal
2025-08-20T21:54:29.0788440Z [00:03:11.787]➜  github.com/bytedance/sonic/internal/utils
2025-08-20T21:54:29.0788837Z [00:03:11.787]➜  mkdir -p $WORK/b641/
2025-08-20T21:54:29.0789234Z [00:03:11.788]➜  cat >/tmp/go-build3999932643/b641/importcfg << 'EOF' # internal
2025-08-20T21:54:29.0789581Z [00:03:11.788]➜  # import config
2025-08-20T21:54:29.0790086Z [00:03:11.788]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build3999932643/b636/_pkg_.a
2025-08-20T21:54:29.0790773Z [00:03:11.788]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build3999932643/b631/_pkg_.a
2025-08-20T21:54:29.0791317Z [00:03:11.788]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:29.0791642Z [00:03:11.788]➜  EOF
2025-08-20T21:54:29.0794256Z [00:03:11.788]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b641/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/utils=>github.com/bytedance/sonic@v1.14.0/internal/utils;$WORK/b641=>" -p github.com/bytedance/sonic/internal/utils -lang=go1.17 -complete -installsuffix shared -buildid Pvu2NGuuAvXI4e-R4N7z/Pvu2NGuuAvXI4e-R4N7z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b641/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/utils/skip.go
2025-08-20T21:54:29.0859050Z [00:03:11.795]➜  go tool buildid -w $WORK/b629/_pkg_.a # internal
2025-08-20T21:54:29.0868735Z [00:03:11.796]➜  cp $WORK/b629/_pkg_.a /root/.cache/go-build/fa/fae66e34667419dcdb9bc6323edc40e2903d9e7c2836f6041218fb32d8afea43-d # internal
2025-08-20T21:54:29.0871602Z [00:03:11.797]➜  github.com/bytedance/sonic/internal/encoder/ir
2025-08-20T21:54:29.0872816Z [00:03:11.797]➜  mkdir -p $WORK/b638/
2025-08-20T21:54:29.0873234Z [00:03:11.797]➜  cat >/tmp/go-build3999932643/b638/importcfg << 'EOF' # internal
2025-08-20T21:54:29.0873581Z [00:03:11.797]➜  # import config
2025-08-20T21:54:29.0873907Z [00:03:11.797]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:29.0874504Z [00:03:11.797]➜  packagefile github.com/bytedance/sonic/internal/encoder/vars=/tmp/go-build3999932643/b629/_pkg_.a
2025-08-20T21:54:29.0875218Z [00:03:11.797]➜  packagefile github.com/bytedance/sonic/internal/resolver=/tmp/go-build3999932643/b637/_pkg_.a
2025-08-20T21:54:29.0875891Z [00:03:11.797]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build3999932643/b631/_pkg_.a
2025-08-20T21:54:29.0876426Z [00:03:11.797]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:29.0876853Z [00:03:11.797]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:29.0877792Z [00:03:11.797]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:29.0878113Z [00:03:11.797]➜  EOF
2025-08-20T21:54:29.0880067Z [00:03:11.797]➜  github.com/bytedance/sonic/internal/native/neon
2025-08-20T21:54:29.0880500Z [00:03:11.797]➜  mkdir -p $WORK/b635/
2025-08-20T21:54:29.0880815Z [00:03:11.797]➜  echo -n > $WORK/b635/go_asm.h # internal
2025-08-20T21:54:29.0883463Z [00:03:11.798]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon
2025-08-20T21:54:29.0886645Z [00:03:11.798]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/native/neon -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon=>github.com/bytedance/sonic@v1.14.0/internal/native/neon;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b635/symabis ./f32toa_arm64.s ./f64toa_arm64.s ./get_by_path_arm64.s ./html_escape_arm64.s ./i64toa_arm64.s ./lookup_small_key_arm64.s ./lspace_arm64.s ./parse_with_padding_arm64.s ./quote_arm64.s ./skip_array_arm64.s ./skip_number_arm64.s ./skip_object_arm64.s ./skip_one_arm64.s ./skip_one_fast_arm64.s ./u64toa_arm64.s ./unquote_arm64.s ./validate_one_arm64.s ./validate_utf8_arm64.s ./validate_utf8_fast_arm64.s ./value_arm64.s ./vnumber_arm64.s ./vsigned_arm64.s ./vstring_arm64.s ./vunsigned_arm64.s
2025-08-20T21:54:29.0893258Z [00:03:11.799]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:29.0895450Z [00:03:11.799]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b638/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/ir=>github.com/bytedance/sonic@v1.14.0/internal/encoder/ir;$WORK/b638=>" -p github.com/bytedance/sonic/internal/encoder/ir -lang=go1.17 -complete -installsuffix shared -buildid vnFqy4Ip_8RaXAQBX_Ea/vnFqy4Ip_8RaXAQBX_Ea -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b638/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/ir/op.go
2025-08-20T21:54:29.0920623Z [00:03:11.801]➜  go tool buildid -w $WORK/b641/_pkg_.a # internal
2025-08-20T21:54:29.0927163Z [00:03:11.802]➜  cp $WORK/b641/_pkg_.a /root/.cache/go-build/aa/aab6ae37b938b519a82e31c24a67227c8b5ef18fcd30b643a20a802416ef4940-d # internal
2025-08-20T21:54:29.0939527Z [00:03:11.803]➜  github.com/bytedance/sonic/internal/decoder/errors
2025-08-20T21:54:29.0939954Z [00:03:11.803]➜  mkdir -p $WORK/b646/
2025-08-20T21:54:29.0940509Z [00:03:11.803]➜  go tool buildid -w $WORK/b575/_pkg_.a # internal
2025-08-20T21:54:29.0940980Z [00:03:11.803]➜  cat >/tmp/go-build3999932643/b646/importcfg << 'EOF' # internal
2025-08-20T21:54:29.0941439Z [00:03:11.803]➜  # import config
2025-08-20T21:54:29.0941857Z [00:03:11.803]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:29.0942301Z [00:03:11.803]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:29.0942710Z [00:03:11.803]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:29.0943293Z [00:03:11.803]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build3999932643/b636/_pkg_.a
2025-08-20T21:54:29.0943983Z [00:03:11.803]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build3999932643/b631/_pkg_.a
2025-08-20T21:54:29.0944508Z [00:03:11.803]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:29.0944938Z [00:03:11.803]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:29.0945366Z [00:03:11.803]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:29.0945680Z [00:03:11.803]➜  EOF
2025-08-20T21:54:29.0948049Z [00:03:11.803]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b646/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/errors=>github.com/bytedance/sonic@v1.14.0/internal/decoder/errors;$WORK/b646=>" -p github.com/bytedance/sonic/internal/decoder/errors -lang=go1.17 -complete -installsuffix shared -buildid bAQDtac9wEehkNyWk2qO/bAQDtac9wEehkNyWk2qO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b646/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/errors/errors.go
2025-08-20T21:54:29.0959768Z [00:03:11.805]➜  cp $WORK/b575/_pkg_.a /root/.cache/go-build/38/3884f7a5d596ecbf997a367adb847266b367ffa96ea16daa12b797c7f2285ac4-d # internal
2025-08-20T21:54:29.0964594Z [00:03:11.806]➜  github.com/projectdiscovery/interactsh/pkg/client
2025-08-20T21:54:29.0964959Z [00:03:11.806]➜  mkdir -p $WORK/b323/
2025-08-20T21:54:29.0971298Z [00:03:11.806]➜  cat >/tmp/go-build3999932643/b323/importcfg << 'EOF' # internal
2025-08-20T21:54:29.0971718Z [00:03:11.806]➜  # import config
2025-08-20T21:54:29.0972061Z [00:03:11.806]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:29.0972488Z [00:03:11.806]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:29.0972923Z [00:03:11.806]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:54:29.0973387Z [00:03:11.806]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:29.0973844Z [00:03:11.806]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:29.0974300Z [00:03:11.806]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:29.0974759Z [00:03:11.806]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:29.0975220Z [00:03:11.806]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:29.0975682Z [00:03:11.806]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:29.0976155Z [00:03:11.806]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:29.0976594Z [00:03:11.806]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:29.0977007Z [00:03:11.806]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:29.0977681Z [00:03:11.806]➜  packagefile github.com/google/uuid=/tmp/go-build3999932643/b324/_pkg_.a
2025-08-20T21:54:29.0978301Z [00:03:11.806]➜  packagefile github.com/json-iterator/go=/tmp/go-build3999932643/b243/_pkg_.a
2025-08-20T21:54:29.0978919Z [00:03:11.806]➜  packagefile github.com/projectdiscovery/asnmap/libs=/tmp/go-build3999932643/b326/_pkg_.a
2025-08-20T21:54:29.0979563Z [00:03:11.806]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:29.0980513Z [00:03:11.806]➜  packagefile github.com/projectdiscovery/interactsh/pkg/options=/tmp/go-build3999932643/b575/_pkg_.a
2025-08-20T21:54:29.0981447Z [00:03:11.806]➜  packagefile github.com/projectdiscovery/interactsh/pkg/server=/tmp/go-build3999932643/b576/_pkg_.a
2025-08-20T21:54:29.0982312Z [00:03:11.806]➜  packagefile github.com/projectdiscovery/interactsh/pkg/settings=/tmp/go-build3999932643/b616/_pkg_.a
2025-08-20T21:54:29.0983075Z [00:03:11.806]➜  packagefile github.com/projectdiscovery/interactsh/pkg/storage=/tmp/go-build3999932643/b606/_pkg_.a
2025-08-20T21:54:29.0983796Z [00:03:11.806]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:54:29.0984487Z [00:03:11.806]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build3999932643/b617/_pkg_.a
2025-08-20T21:54:29.0985134Z [00:03:11.806]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build3999932643/b333/_pkg_.a
2025-08-20T21:54:29.0985783Z [00:03:11.806]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build3999932643/b190/_pkg_.a
2025-08-20T21:54:29.0986449Z [00:03:11.806]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:29.0987025Z [00:03:11.806]➜  packagefile github.com/rs/xid=/tmp/go-build3999932643/b608/_pkg_.a
2025-08-20T21:54:29.0987808Z [00:03:11.806]➜  packagefile gopkg.in/corvus-ch/zbase32.v1=/tmp/go-build3999932643/b618/_pkg_.a
2025-08-20T21:54:29.0988402Z [00:03:11.806]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3999932643/b201/_pkg_.a
2025-08-20T21:54:29.0989051Z [00:03:11.806]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:29.0989448Z [00:03:11.806]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:29.0990023Z [00:03:11.806]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:29.0990450Z [00:03:11.806]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:29.0990864Z [00:03:11.806]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:29.0991273Z [00:03:11.806]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:29.0991692Z [00:03:11.806]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:29.0992123Z [00:03:11.806]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:29.0992556Z [00:03:11.806]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:29.0992858Z [00:03:11.806]➜  EOF
2025-08-20T21:54:29.0994981Z [00:03:11.807]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b323/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/client=>github.com/projectdiscovery/interactsh@v1.2.4/pkg/client;$WORK/b323=>" -p github.com/projectdiscovery/interactsh/pkg/client -lang=go1.21 -complete -installsuffix shared -buildid g-1VflVfU6br4Gw0sF24/g-1VflVfU6br4Gw0sF24 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b323/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/client/client.go
2025-08-20T21:54:29.1318775Z [00:03:11.841]➜  go tool buildid -w $WORK/b646/_pkg_.a # internal
2025-08-20T21:54:29.1327094Z [00:03:11.842]➜  cp $WORK/b646/_pkg_.a /root/.cache/go-build/8d/8dab69a90f5a7b71dbd0b89eef620fe8b72e7a65e1498b02c97808c969b0114e-d # internal
2025-08-20T21:54:29.1327835Z [00:03:11.842]➜  go/scanner
2025-08-20T21:54:29.1328084Z [00:03:11.842]➜  mkdir -p $WORK/b661/
2025-08-20T21:54:29.1342720Z [00:03:11.844]➜  cat >/tmp/go-build3999932643/b661/importcfg << 'EOF' # internal
2025-08-20T21:54:29.1343718Z [00:03:11.844]➜  # import config
2025-08-20T21:54:29.1344130Z [00:03:11.844]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:29.1344585Z [00:03:11.844]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:29.1345010Z [00:03:11.844]➜  packagefile go/token=/tmp/go-build3999932643/b662/_pkg_.a
2025-08-20T21:54:29.1345425Z [00:03:11.844]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:29.1346145Z [00:03:11.844]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:29.1346648Z [00:03:11.844]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:29.1347182Z [00:03:11.844]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:29.1347839Z [00:03:11.844]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:29.1348292Z [00:03:11.844]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:29.1348621Z [00:03:11.844]➜  EOF
2025-08-20T21:54:29.1350172Z [00:03:11.844]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b661/_pkg_.a -trimpath "/root/.go/src/go/scanner=>go/scanner;$WORK/b661=>" -p go/scanner -lang=go1.25 -std -complete -installsuffix shared -buildid MuE0rcsCKt6ZlkqIjpTZ/MuE0rcsCKt6ZlkqIjpTZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b661/importcfg -pack /root/.go/src/go/scanner/errors.go /root/.go/src/go/scanner/scanner.go
2025-08-20T21:54:29.1355880Z [00:03:11.845]➜  cat >/tmp/go-build3999932643/b635/importcfg << 'EOF' # internal
2025-08-20T21:54:29.1356263Z [00:03:11.845]➜  # import config
2025-08-20T21:54:29.1356778Z [00:03:11.845]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build3999932643/b636/_pkg_.a
2025-08-20T21:54:29.1358138Z [00:03:11.845]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build3999932643/b631/_pkg_.a
2025-08-20T21:54:29.1358623Z [00:03:11.845]➜  EOF
2025-08-20T21:54:29.1388837Z [00:03:11.845]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b635/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon=>github.com/bytedance/sonic@v1.14.0/internal/native/neon;$WORK/b635=>" -p github.com/bytedance/sonic/internal/native/neon -lang=go1.17 -installsuffix shared -buildid WPBxh-mpnK6KaiQduRf6/WPBxh-mpnK6KaiQduRf6 -goversion go1.25.0 -symabis $WORK/b635/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b635/importcfg -pack -asmhdr $WORK/b635/go_asm.h /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/f32toa_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/f32toa_subr_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/f64toa_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/f64toa_subr_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/get_by_path_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/get_by_path_subr_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/html_escape_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/html_escape_subr_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/i64toa_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/i64toa_subr_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/lookup_small_key_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/lookup_small_key_subr_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/lspace_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/lspace_subr_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/native_export_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/parse_with_padding_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/parse_with_padding_subr_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/quote_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/quote_subr_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/skip_array_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/skip_array_subr_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/skip_number_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/skip_number_subr_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/skip_object_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/skip_object_subr_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/skip_one_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/skip_one_fast_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/skip_one_fast_subr_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/skip_one_subr_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/u64toa_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/u64toa_subr_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/unquote_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/unquote_subr_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/validate_one_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/validate_one_subr_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/validate_utf8_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/validate_utf8_fast_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/validate_utf8_fast_subr_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/validate_utf8_subr_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/value_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/value_subr_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/vnumber_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/vnumber_subr_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/vsigned_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/vsigned_subr_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/vstring_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/vstring_subr_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/vunsigned_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon/vunsigned_subr_arm64.go
2025-08-20T21:54:29.1405643Z [00:03:11.848]➜  go tool buildid -w $WORK/b638/_pkg_.a # internal
2025-08-20T21:54:29.1406324Z [00:03:11.849]➜  cp $WORK/b638/_pkg_.a /root/.cache/go-build/df/dfb9d686cad8b07f59811678d9d31f937bfb5390d0c8e6c4dbfcb0b0a8e28637-d # internal
2025-08-20T21:54:29.1406890Z [00:03:11.850]➜  go/doc/comment
2025-08-20T21:54:29.1411649Z [00:03:11.850]➜  mkdir -p $WORK/b664/
2025-08-20T21:54:29.1412271Z [00:03:11.850]➜  cat >/tmp/go-build3999932643/b664/importcfg << 'EOF' # internal
2025-08-20T21:54:29.1412641Z [00:03:11.850]➜  # import config
2025-08-20T21:54:29.1413118Z [00:03:11.850]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:29.1413781Z [00:03:11.850]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:29.1414285Z [00:03:11.850]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:29.1414704Z [00:03:11.850]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:29.1415122Z [00:03:11.850]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:29.1415559Z [00:03:11.850]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:29.1415992Z [00:03:11.850]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:29.1416438Z [00:03:11.850]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:29.1416767Z [00:03:11.850]➜  EOF
2025-08-20T21:54:29.1419339Z [00:03:11.850]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b664/_pkg_.a -trimpath "/root/.go/src/go/doc/comment=>go/doc/comment;$WORK/b664=>" -p go/doc/comment -lang=go1.25 -std -complete -installsuffix shared -buildid ozaFHVDjIEI25G0o-NbL/ozaFHVDjIEI25G0o-NbL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b664/importcfg -pack /root/.go/src/go/doc/comment/doc.go /root/.go/src/go/doc/comment/html.go /root/.go/src/go/doc/comment/markdown.go /root/.go/src/go/doc/comment/parse.go /root/.go/src/go/doc/comment/print.go /root/.go/src/go/doc/comment/std.go /root/.go/src/go/doc/comment/text.go
2025-08-20T21:54:29.1652375Z [00:03:11.874]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon
2025-08-20T21:54:29.1654112Z [00:03:11.874]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/native/neon -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon=>github.com/bytedance/sonic@v1.14.0/internal/native/neon;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b635/f32toa_arm64.o ./f32toa_arm64.s
2025-08-20T21:54:29.1690233Z [00:03:11.878]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/native/neon -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon=>github.com/bytedance/sonic@v1.14.0/internal/native/neon;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b635/f64toa_arm64.o ./f64toa_arm64.s
2025-08-20T21:54:29.1753107Z [00:03:11.884]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/native/neon -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon=>github.com/bytedance/sonic@v1.14.0/internal/native/neon;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b635/get_by_path_arm64.o ./get_by_path_arm64.s
2025-08-20T21:54:29.1844198Z [00:03:11.892]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/native/neon -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon=>github.com/bytedance/sonic@v1.14.0/internal/native/neon;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b635/html_escape_arm64.o ./html_escape_arm64.s
2025-08-20T21:54:29.1921882Z [00:03:11.901]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/native/neon -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon=>github.com/bytedance/sonic@v1.14.0/internal/native/neon;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b635/i64toa_arm64.o ./i64toa_arm64.s
2025-08-20T21:54:29.1986919Z [00:03:11.908]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/native/neon -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon=>github.com/bytedance/sonic@v1.14.0/internal/native/neon;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b635/lookup_small_key_arm64.o ./lookup_small_key_arm64.s
2025-08-20T21:54:29.1995168Z [00:03:11.909]➜  go tool buildid -w $WORK/b661/_pkg_.a # internal
2025-08-20T21:54:29.2016869Z [00:03:11.911]➜  cp $WORK/b661/_pkg_.a /root/.cache/go-build/32/32d841d7ce8faf537ea9b30dc8d2c702aa942d44c06ce67cc2d0f0c198ec29d1-d # internal
2025-08-20T21:54:29.2029084Z [00:03:11.912]➜  go/ast
2025-08-20T21:54:29.2034540Z [00:03:11.913]➜  mkdir -p $WORK/b660/
2025-08-20T21:54:29.2046844Z [00:03:11.914]➜  cat >/tmp/go-build3999932643/b660/importcfg << 'EOF' # internal
2025-08-20T21:54:29.2050523Z [00:03:11.914]➜  # import config
2025-08-20T21:54:29.2051154Z [00:03:11.914]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:29.2051581Z [00:03:11.914]➜  packagefile cmp=/tmp/go-build3999932643/b046/_pkg_.a
2025-08-20T21:54:29.2051986Z [00:03:11.914]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:29.2052674Z [00:03:11.914]➜  packagefile go/scanner=/tmp/go-build3999932643/b661/_pkg_.a
2025-08-20T21:54:29.2053191Z [00:03:11.914]➜  packagefile go/token=/tmp/go-build3999932643/b662/_pkg_.a
2025-08-20T21:54:29.2053613Z [00:03:11.914]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:29.2054022Z [00:03:11.914]➜  packagefile iter=/tmp/go-build3999932643/b039/_pkg_.a
2025-08-20T21:54:29.2054422Z [00:03:11.914]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:29.2054832Z [00:03:11.914]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:29.2055454Z [00:03:11.914]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:29.2055887Z [00:03:11.914]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:29.2056313Z [00:03:11.914]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:29.2056627Z [00:03:11.914]➜  EOF
2025-08-20T21:54:29.2063922Z [00:03:11.916]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:29.2066116Z [00:03:11.916]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b660/_pkg_.a -trimpath "/root/.go/src/go/ast=>go/ast;$WORK/b660=>" -p go/ast -lang=go1.25 -std -complete -installsuffix shared -buildid izpq07i6-_BlK_jJ36X3/izpq07i6-_BlK_jJ36X3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b660/importcfg -pack /root/.go/src/go/ast/ast.go /root/.go/src/go/ast/commentmap.go /root/.go/src/go/ast/filter.go /root/.go/src/go/ast/import.go /root/.go/src/go/ast/print.go /root/.go/src/go/ast/resolve.go /root/.go/src/go/ast/scope.go /root/.go/src/go/ast/walk.go
2025-08-20T21:54:29.2068274Z [00:03:11.916]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon
2025-08-20T21:54:29.2076045Z [00:03:11.916]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/native/neon -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon=>github.com/bytedance/sonic@v1.14.0/internal/native/neon;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b635/lspace_arm64.o ./lspace_arm64.s
2025-08-20T21:54:29.2119857Z [00:03:11.921]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/native/neon -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon=>github.com/bytedance/sonic@v1.14.0/internal/native/neon;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b635/parse_with_padding_arm64.o ./parse_with_padding_arm64.s
2025-08-20T21:54:29.2569453Z [00:03:11.966]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/native/neon -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon=>github.com/bytedance/sonic@v1.14.0/internal/native/neon;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b635/quote_arm64.o ./quote_arm64.s
2025-08-20T21:54:29.2683442Z [00:03:11.977]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/native/neon -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon=>github.com/bytedance/sonic@v1.14.0/internal/native/neon;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b635/skip_array_arm64.o ./skip_array_arm64.s
2025-08-20T21:54:29.2739473Z [00:03:11.983]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/native/neon -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon=>github.com/bytedance/sonic@v1.14.0/internal/native/neon;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b635/skip_number_arm64.o ./skip_number_arm64.s
2025-08-20T21:54:29.2766354Z [00:03:11.986]➜  go tool buildid -w $WORK/b664/_pkg_.a # internal
2025-08-20T21:54:29.2780996Z [00:03:11.987]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/native/neon -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon=>github.com/bytedance/sonic@v1.14.0/internal/native/neon;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b635/skip_object_arm64.o ./skip_object_arm64.s
2025-08-20T21:54:29.2787013Z [00:03:11.988]➜  cp $WORK/b664/_pkg_.a /root/.cache/go-build/b2/b2ecc0606f33c84eb6b998bb4c10f90260586bd9a00f73c6b01abe00e88b68c6-d # internal
2025-08-20T21:54:29.2789151Z [00:03:11.988]➜  internal/lazyregexp
2025-08-20T21:54:29.2789457Z [00:03:11.988]➜  mkdir -p $WORK/b665/
2025-08-20T21:54:29.2793219Z [00:03:11.989]➜  cat >/tmp/go-build3999932643/b665/importcfg << 'EOF' # internal
2025-08-20T21:54:29.2793611Z [00:03:11.989]➜  # import config
2025-08-20T21:54:29.2793939Z [00:03:11.989]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:29.2795813Z [00:03:11.989]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:29.2796277Z [00:03:11.989]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:29.2796709Z [00:03:11.989]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:29.2797019Z [00:03:11.989]➜  EOF
2025-08-20T21:54:29.2797310Z [00:03:11.989]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:29.2800244Z [00:03:11.989]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b665/_pkg_.a -trimpath "/root/.go/src/internal/lazyregexp=>internal/lazyregexp;$WORK/b665=>" -p internal/lazyregexp -lang=go1.25 -std -complete -installsuffix shared -buildid jf5IjoMg2WbmUBwNmYRr/jf5IjoMg2WbmUBwNmYRr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b665/importcfg -pack /root/.go/src/internal/lazyregexp/lazyre.go
2025-08-20T21:54:29.2865362Z [00:03:11.996]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon
2025-08-20T21:54:29.2867083Z [00:03:11.996]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/native/neon -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon=>github.com/bytedance/sonic@v1.14.0/internal/native/neon;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b635/skip_one_arm64.o ./skip_one_arm64.s
2025-08-20T21:54:29.2926746Z [00:03:12.002]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/native/neon -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon=>github.com/bytedance/sonic@v1.14.0/internal/native/neon;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b635/skip_one_fast_arm64.o ./skip_one_fast_arm64.s
2025-08-20T21:54:29.2949753Z [00:03:12.004]➜  go tool buildid -w $WORK/b323/_pkg_.a # internal
2025-08-20T21:54:29.2981506Z [00:03:12.007]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/native/neon -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon=>github.com/bytedance/sonic@v1.14.0/internal/native/neon;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b635/u64toa_arm64.o ./u64toa_arm64.s
2025-08-20T21:54:29.2993275Z [00:03:12.008]➜  cp $WORK/b323/_pkg_.a /root/.cache/go-build/b7/b7c877aa7056ac066b1ccde00d56b9349ce7cbb3f965053b1e1f8eb854f48d58-d # internal
2025-08-20T21:54:29.2994384Z [00:03:12.008]➜  go/build/constraint
2025-08-20T21:54:29.2994948Z [00:03:12.008]➜  mkdir -p $WORK/b667/
2025-08-20T21:54:29.2995427Z [00:03:12.008]➜  cat >/tmp/go-build3999932643/b667/importcfg << 'EOF' # internal
2025-08-20T21:54:29.2996474Z [00:03:12.008]➜  # import config
2025-08-20T21:54:29.2996824Z [00:03:12.008]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:29.2997266Z [00:03:12.008]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:29.2997928Z [00:03:12.008]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:29.2998571Z [00:03:12.008]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:29.2999091Z [00:03:12.008]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:29.2999428Z [00:03:12.008]➜  EOF
2025-08-20T21:54:29.2999703Z [00:03:12.008]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:29.3008578Z [00:03:12.008]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b667/_pkg_.a -trimpath "/root/.go/src/go/build/constraint=>go/build/constraint;$WORK/b667=>" -p go/build/constraint -lang=go1.25 -std -complete -installsuffix shared -buildid tmqD13dSBJ00VihfnaEv/tmqD13dSBJ00VihfnaEv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b667/importcfg -pack /root/.go/src/go/build/constraint/expr.go /root/.go/src/go/build/constraint/vers.go
2025-08-20T21:54:29.3010638Z [00:03:12.010]➜  go tool buildid -w $WORK/b665/_pkg_.a # internal
2025-08-20T21:54:29.3024351Z [00:03:12.011]➜  cp $WORK/b665/_pkg_.a /root/.cache/go-build/5f/5f9a10ea1c15a13d2146524d5ed600f0e65949d1006e143fed89ed974dcc9ab7-d # internal
2025-08-20T21:54:29.3043005Z [00:03:12.014]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon
2025-08-20T21:54:29.3045462Z [00:03:12.014]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/native/neon -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon=>github.com/bytedance/sonic@v1.14.0/internal/native/neon;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b635/unquote_arm64.o ./unquote_arm64.s
2025-08-20T21:54:29.3057293Z [00:03:12.015]➜  github.com/cespare/xxhash
2025-08-20T21:54:29.3058048Z [00:03:12.015]➜  mkdir -p $WORK/b670/
2025-08-20T21:54:29.3068956Z [00:03:12.016]➜  cat >/tmp/go-build3999932643/b670/importcfg << 'EOF' # internal
2025-08-20T21:54:29.3084824Z [00:03:12.016]➜  # import config
2025-08-20T21:54:29.3086175Z [00:03:12.016]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:29.3086681Z [00:03:12.016]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:29.3087118Z [00:03:12.016]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:29.3087800Z [00:03:12.016]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:29.3088130Z [00:03:12.016]➜  EOF
2025-08-20T21:54:29.3088408Z [00:03:12.016]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:29.3090940Z [00:03:12.016]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b670/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash@v1.1.0=>github.com/cespare/xxhash@v1.1.0;$WORK/b670=>" -p github.com/cespare/xxhash -lang=go1.16 -complete -installsuffix shared -buildid z1OjpoZpY2Hh0Kj9UR4Y/z1OjpoZpY2Hh0Kj9UR4Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b670/importcfg -pack /root/go/pkg/mod/github.com/cespare/xxhash@v1.1.0/rotate19.go /root/go/pkg/mod/github.com/cespare/xxhash@v1.1.0/xxhash.go /root/go/pkg/mod/github.com/cespare/xxhash@v1.1.0/xxhash_other.go /root/go/pkg/mod/github.com/cespare/xxhash@v1.1.0/xxhash_unsafe.go
2025-08-20T21:54:29.3140246Z [00:03:12.023]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon
2025-08-20T21:54:29.3150593Z [00:03:12.023]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/native/neon -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon=>github.com/bytedance/sonic@v1.14.0/internal/native/neon;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b635/validate_one_arm64.o ./validate_one_arm64.s
2025-08-20T21:54:29.3323098Z [00:03:12.041]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/native/neon -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon=>github.com/bytedance/sonic@v1.14.0/internal/native/neon;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b635/validate_utf8_arm64.o ./validate_utf8_arm64.s
2025-08-20T21:54:29.3441162Z [00:03:12.053]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/native/neon -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon=>github.com/bytedance/sonic@v1.14.0/internal/native/neon;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b635/validate_utf8_fast_arm64.o ./validate_utf8_fast_arm64.s
2025-08-20T21:54:29.3465190Z [00:03:12.056]➜  go tool buildid -w $WORK/b667/_pkg_.a # internal
2025-08-20T21:54:29.3474846Z [00:03:12.057]➜  cp $WORK/b667/_pkg_.a /root/.cache/go-build/20/20a056f0fac8562265d58a00272f5ea001ba2ff97aa538f8d825bf6cdcc2aae5-d # internal
2025-08-20T21:54:29.3475977Z [00:03:12.057]➜  github.com/andybalholm/cascadia
2025-08-20T21:54:29.3490313Z [00:03:12.058]➜  mkdir -p $WORK/b673/
2025-08-20T21:54:29.3490890Z [00:03:12.058]➜  cat >/tmp/go-build3999932643/b673/importcfg << 'EOF' # internal
2025-08-20T21:54:29.3491274Z [00:03:12.058]➜  # import config
2025-08-20T21:54:29.3491633Z [00:03:12.058]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:29.3492054Z [00:03:12.058]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:29.3492476Z [00:03:12.058]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:29.3492950Z [00:03:12.058]➜  packagefile golang.org/x/net/html=/tmp/go-build3999932643/b198/_pkg_.a
2025-08-20T21:54:29.3493494Z [00:03:12.058]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build3999932643/b199/_pkg_.a
2025-08-20T21:54:29.3493982Z [00:03:12.058]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:29.3494407Z [00:03:12.058]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:29.3495127Z [00:03:12.058]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:29.3495449Z [00:03:12.058]➜  EOF
2025-08-20T21:54:29.3495720Z [00:03:12.058]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:29.3498895Z [00:03:12.058]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b673/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/andybalholm/cascadia@v1.3.3=>github.com/andybalholm/cascadia@v1.3.3;$WORK/b673=>" -p github.com/andybalholm/cascadia -lang=go1.16 -complete -installsuffix shared -buildid 5osaGZkqC6tVYYaeDDLF/5osaGZkqC6tVYYaeDDLF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b673/importcfg -pack /root/go/pkg/mod/github.com/andybalholm/cascadia@v1.3.3/parser.go /root/go/pkg/mod/github.com/andybalholm/cascadia@v1.3.3/pseudo_classes.go /root/go/pkg/mod/github.com/andybalholm/cascadia@v1.3.3/selector.go /root/go/pkg/mod/github.com/andybalholm/cascadia@v1.3.3/serialize.go /root/go/pkg/mod/github.com/andybalholm/cascadia@v1.3.3/specificity.go
2025-08-20T21:54:29.3501615Z [00:03:12.058]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon
2025-08-20T21:54:29.3503382Z [00:03:12.058]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/native/neon -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon=>github.com/bytedance/sonic@v1.14.0/internal/native/neon;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b635/value_arm64.o ./value_arm64.s
2025-08-20T21:54:29.3533005Z [00:03:12.062]➜  go tool buildid -w $WORK/b670/_pkg_.a # internal
2025-08-20T21:54:29.3541036Z [00:03:12.063]➜  cp $WORK/b670/_pkg_.a /root/.cache/go-build/5a/5afa7e6f9a4ddb6264ba9e47c7164f7849484c3922ad741549bdfa03c8694f7e-d # internal
2025-08-20T21:54:29.3552755Z [00:03:12.064]➜  github.com/hbakhtiyor/strsim
2025-08-20T21:54:29.3566346Z [00:03:12.064]➜  mkdir -p $WORK/b674/
2025-08-20T21:54:29.3567598Z [00:03:12.064]➜  cat >/tmp/go-build3999932643/b674/importcfg << 'EOF' # internal
2025-08-20T21:54:29.3568071Z [00:03:12.064]➜  # import config
2025-08-20T21:54:29.3568408Z [00:03:12.064]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:29.3568821Z [00:03:12.064]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:29.3569538Z [00:03:12.064]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:29.3570032Z [00:03:12.064]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:29.3570360Z [00:03:12.064]➜  EOF
2025-08-20T21:54:29.3570630Z [00:03:12.064]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:29.3572791Z [00:03:12.064]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b674/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hbakhtiyor/strsim@v0.0.0-20190107154042-4d2bbb273edf=>github.com/hbakhtiyor/strsim@v0.0.0-20190107154042-4d2bbb273edf;$WORK/b674=>" -p github.com/hbakhtiyor/strsim -lang=go1.16 -complete -installsuffix shared -buildid _xXzYd0GvSwUYbnG3LQV/_xXzYd0GvSwUYbnG3LQV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b674/importcfg -pack /root/go/pkg/mod/github.com/hbakhtiyor/strsim@v0.0.0-20190107154042-4d2bbb273edf/strsim.go
2025-08-20T21:54:29.3629294Z [00:03:12.072]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon
2025-08-20T21:54:29.3630989Z [00:03:12.072]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/native/neon -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon=>github.com/bytedance/sonic@v1.14.0/internal/native/neon;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b635/vnumber_arm64.o ./vnumber_arm64.s
2025-08-20T21:54:29.3761055Z [00:03:12.085]➜  go tool buildid -w $WORK/b674/_pkg_.a # internal
2025-08-20T21:54:29.3764612Z [00:03:12.086]➜  cp $WORK/b674/_pkg_.a /root/.cache/go-build/5e/5ec326fb8214e3ac146163bc409ff4acf3aa74e55ad4fed2e3c0eb3cc90bab79-d # internal
2025-08-20T21:54:29.3769787Z [00:03:12.086]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/native/neon -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon=>github.com/bytedance/sonic@v1.14.0/internal/native/neon;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b635/vsigned_arm64.o ./vsigned_arm64.s
2025-08-20T21:54:29.3794496Z [00:03:12.089]➜  github.com/projectdiscovery/cdncheck
2025-08-20T21:54:29.3794881Z [00:03:12.089]➜  mkdir -p $WORK/b675/
2025-08-20T21:54:29.3798784Z [00:03:12.089]➜  cat >/tmp/go-build3999932643/b675/importcfg << 'EOF' # internal
2025-08-20T21:54:29.3801420Z [00:03:12.089]➜  # import config
2025-08-20T21:54:29.3801788Z [00:03:12.089]➜  packagefile embed=/tmp/go-build3999932643/b066/_pkg_.a
2025-08-20T21:54:29.3802240Z [00:03:12.089]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:29.3802694Z [00:03:12.089]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:29.3803177Z [00:03:12.089]➜  packagefile github.com/gaissmai/bart=/tmp/go-build3999932643/b440/_pkg_.a
2025-08-20T21:54:29.3803704Z [00:03:12.089]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:29.3804327Z [00:03:12.089]➜  packagefile github.com/projectdiscovery/retryabledns=/tmp/go-build3999932643/b328/_pkg_.a
2025-08-20T21:54:29.3805022Z [00:03:12.089]➜  packagefile github.com/weppos/publicsuffix-go/publicsuffix=/tmp/go-build3999932643/b455/_pkg_.a
2025-08-20T21:54:29.3805847Z [00:03:12.089]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:29.3806386Z [00:03:12.089]➜  packagefile net/netip=/tmp/go-build3999932643/b162/_pkg_.a
2025-08-20T21:54:29.3806829Z [00:03:12.089]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:29.3807246Z [00:03:12.089]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:29.3807774Z [00:03:12.089]➜  EOF
2025-08-20T21:54:29.3822525Z [00:03:12.091]➜  cat >/tmp/go-build3999932643/b675/embedcfg << 'EOF' # internal
2025-08-20T21:54:29.3822966Z [00:03:12.091]➜  {
2025-08-20T21:54:29.3823181Z [00:03:12.091]➜  	"Patterns": {
2025-08-20T21:54:29.3823438Z [00:03:12.091]➜  		"sources_data.json": [
2025-08-20T21:54:29.3823708Z [00:03:12.091]➜  			"sources_data.json"
2025-08-20T21:54:29.3824137Z [00:03:12.091]➜  		]
2025-08-20T21:54:29.3824392Z [00:03:12.091]➜  	},
2025-08-20T21:54:29.3824603Z [00:03:12.091]➜  	"Files": {
2025-08-20T21:54:29.3825160Z [00:03:12.091]➜  		"sources_data.json": "/root/go/pkg/mod/github.com/projectdiscovery/cdncheck@v1.1.26/sources_data.json"
2025-08-20T21:54:29.3825660Z [00:03:12.091]➜  	}
2025-08-20T21:54:29.3825851Z [00:03:12.091]➜  }EOF
2025-08-20T21:54:29.3826121Z [00:03:12.091]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:29.3829207Z [00:03:12.091]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b675/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/cdncheck@v1.1.26=>github.com/projectdiscovery/cdncheck@v1.1.26;$WORK/b675=>" -p github.com/projectdiscovery/cdncheck -lang=go1.21 -complete -installsuffix shared -buildid k4cOimb6kfCZfgOBaG1z/k4cOimb6kfCZfgOBaG1z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b675/importcfg -embedcfg $WORK/b675/embedcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/cdncheck@v1.1.26/cdncheck.go /root/go/pkg/mod/github.com/projectdiscovery/cdncheck@v1.1.26/other.go /root/go/pkg/mod/github.com/projectdiscovery/cdncheck@v1.1.26/sources_data.go /root/go/pkg/mod/github.com/projectdiscovery/cdncheck@v1.1.26/types.go
2025-08-20T21:54:29.3834382Z [00:03:12.093]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon
2025-08-20T21:54:29.3836024Z [00:03:12.093]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/native/neon -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon=>github.com/bytedance/sonic@v1.14.0/internal/native/neon;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b635/vstring_arm64.o ./vstring_arm64.s
2025-08-20T21:54:29.3894467Z [00:03:12.098]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/native/neon -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/neon=>github.com/bytedance/sonic@v1.14.0/internal/native/neon;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b635/vunsigned_arm64.o ./vunsigned_arm64.s
2025-08-20T21:54:29.3928340Z [00:03:12.102]➜  go tool pack r $WORK/b635/_pkg_.a $WORK/b635/f32toa_arm64.o $WORK/b635/f64toa_arm64.o $WORK/b635/get_by_path_arm64.o $WORK/b635/html_escape_arm64.o $WORK/b635/i64toa_arm64.o $WORK/b635/lookup_small_key_arm64.o $WORK/b635/lspace_arm64.o $WORK/b635/parse_with_padding_arm64.o $WORK/b635/quote_arm64.o $WORK/b635/skip_array_arm64.o $WORK/b635/skip_number_arm64.o $WORK/b635/skip_object_arm64.o $WORK/b635/skip_one_arm64.o $WORK/b635/skip_one_fast_arm64.o $WORK/b635/u64toa_arm64.o $WORK/b635/unquote_arm64.o $WORK/b635/validate_one_arm64.o $WORK/b635/validate_utf8_arm64.o $WORK/b635/validate_utf8_fast_arm64.o $WORK/b635/value_arm64.o $WORK/b635/vnumber_arm64.o $WORK/b635/vsigned_arm64.o $WORK/b635/vstring_arm64.o $WORK/b635/vunsigned_arm64.o # internal
2025-08-20T21:54:29.3934487Z [00:03:12.103]➜  go tool buildid -w $WORK/b635/_pkg_.a # internal
2025-08-20T21:54:29.3955022Z [00:03:12.105]➜  cp $WORK/b635/_pkg_.a /root/.cache/go-build/8d/8dc75ae8d01ecfc1298503c5d0fa6cc739d87a4c63f0e658b0621dc32e6e01d5-d # internal
2025-08-20T21:54:29.3972300Z [00:03:12.106]➜  github.com/bytedance/sonic/internal/native
2025-08-20T21:54:29.3973272Z [00:03:12.107]➜  mkdir -p $WORK/b634/
2025-08-20T21:54:29.3976939Z [00:03:12.107]➜  cat >/tmp/go-build3999932643/b634/importcfg << 'EOF' # internal
2025-08-20T21:54:29.3977874Z [00:03:12.107]➜  # import config
2025-08-20T21:54:29.3978470Z [00:03:12.107]➜  packagefile github.com/bytedance/sonic/internal/native/neon=/tmp/go-build3999932643/b635/_pkg_.a
2025-08-20T21:54:29.3979219Z [00:03:12.107]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build3999932643/b636/_pkg_.a
2025-08-20T21:54:29.3979674Z [00:03:12.107]➜  EOF
2025-08-20T21:54:29.3980439Z [00:03:12.107]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:29.3983443Z [00:03:12.108]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b634/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native=>github.com/bytedance/sonic@v1.14.0/internal/native;$WORK/b634=>" -p github.com/bytedance/sonic/internal/native -lang=go1.17 -complete -installsuffix shared -buildid l-aVUiVwE2k9ueT4Vwon/l-aVUiVwE2k9ueT4Vwon -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b634/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/dispatch_arm64.go
2025-08-20T21:54:29.4158290Z [00:03:12.125]➜  go tool buildid -w $WORK/b634/_pkg_.a # internal
2025-08-20T21:54:29.4164727Z [00:03:12.126]➜  cp $WORK/b634/_pkg_.a /root/.cache/go-build/db/dbb7ded4a9f07ab0383eb656f57cf574c37fa359c6ffce5f502329858c85bd9d-d # internal
2025-08-20T21:54:29.4181903Z [00:03:12.127]➜  github.com/bytedance/sonic/internal/encoder/alg
2025-08-20T21:54:29.4182952Z [00:03:12.128]➜  mkdir -p $WORK/b628/
2025-08-20T21:54:29.4188624Z [00:03:12.128]➜  cat >/tmp/go-build3999932643/b628/importcfg << 'EOF' # internal
2025-08-20T21:54:29.4189022Z [00:03:12.128]➜  # import config
2025-08-20T21:54:29.4189386Z [00:03:12.128]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:54:29.4189853Z [00:03:12.128]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:29.4190463Z [00:03:12.128]➜  packagefile github.com/bytedance/sonic/internal/encoder/vars=/tmp/go-build3999932643/b629/_pkg_.a
2025-08-20T21:54:29.4191165Z [00:03:12.128]➜  packagefile github.com/bytedance/sonic/internal/native=/tmp/go-build3999932643/b634/_pkg_.a
2025-08-20T21:54:29.4191877Z [00:03:12.128]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build3999932643/b636/_pkg_.a
2025-08-20T21:54:29.4192884Z [00:03:12.128]➜  packagefile github.com/bytedance/sonic/internal/resolver=/tmp/go-build3999932643/b637/_pkg_.a
2025-08-20T21:54:29.4193552Z [00:03:12.128]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build3999932643/b631/_pkg_.a
2025-08-20T21:54:29.4194086Z [00:03:12.128]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:29.4194512Z [00:03:12.128]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:29.4194940Z [00:03:12.128]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:29.4195358Z [00:03:12.128]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:29.4195664Z [00:03:12.128]➜  EOF
2025-08-20T21:54:29.4205437Z [00:03:12.129]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b628/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/alg=>github.com/bytedance/sonic@v1.14.0/internal/encoder/alg;$WORK/b628=>" -p github.com/bytedance/sonic/internal/encoder/alg -lang=go1.17 -complete -installsuffix shared -buildid sL36jLQepR7bO9kaNcW7/sL36jLQepR7bO9kaNcW7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b628/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/alg/mapiter.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/alg/opts.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/alg/primitives.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/alg/sort.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/alg/spec.go
2025-08-20T21:54:29.4936158Z [00:03:12.203]➜  go tool buildid -w $WORK/b660/_pkg_.a # internal
2025-08-20T21:54:29.4981153Z [00:03:12.207]➜  cp $WORK/b660/_pkg_.a /root/.cache/go-build/a5/a5c06ec1b4c2387930e8c81d53b40a464cb7b557901d65dfd6f08fc3291a947f-d # internal
2025-08-20T21:54:29.4987617Z [00:03:12.208]➜  github.com/bytedance/sonic/utf8
2025-08-20T21:54:29.4988020Z [00:03:12.208]➜  mkdir -p $WORK/b640/
2025-08-20T21:54:29.4991031Z [00:03:12.208]➜  cat >/tmp/go-build3999932643/b640/importcfg << 'EOF' # internal
2025-08-20T21:54:29.4991407Z [00:03:12.208]➜  # import config
2025-08-20T21:54:29.4991903Z [00:03:12.208]➜  packagefile github.com/bytedance/sonic/internal/native=/tmp/go-build3999932643/b634/_pkg_.a
2025-08-20T21:54:29.4992621Z [00:03:12.208]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build3999932643/b636/_pkg_.a
2025-08-20T21:54:29.4993314Z [00:03:12.208]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build3999932643/b631/_pkg_.a
2025-08-20T21:54:29.4993852Z [00:03:12.208]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:29.4994168Z [00:03:12.208]➜  EOF
2025-08-20T21:54:29.5004700Z [00:03:12.209]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b640/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/utf8=>github.com/bytedance/sonic@v1.14.0/utf8;$WORK/b640=>" -p github.com/bytedance/sonic/utf8 -lang=go1.17 -complete -installsuffix shared -buildid BF1cfWbPQd6jVGldj2bs/BF1cfWbPQd6jVGldj2bs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b640/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/utf8/utf8.go
2025-08-20T21:54:29.5071962Z [00:03:12.216]➜  go tool buildid -w $WORK/b628/_pkg_.a # internal
2025-08-20T21:54:29.5083194Z [00:03:12.218]➜  cp $WORK/b628/_pkg_.a /root/.cache/go-build/a4/a4532bbf61ae0420a6e6ca3fe9ca9dcb75665ae4282960f3e4c2c4ae10da1a08-d # internal
2025-08-20T21:54:29.5106024Z [00:03:12.220]➜  github.com/bytedance/sonic/internal/encoder/vm
2025-08-20T21:54:29.5107611Z [00:03:12.220]➜  mkdir -p $WORK/b639/
2025-08-20T21:54:29.5108063Z [00:03:12.220]➜  cat >/tmp/go-build3999932643/b639/importcfg << 'EOF' # internal
2025-08-20T21:54:29.5108416Z [00:03:12.220]➜  # import config
2025-08-20T21:54:29.5108774Z [00:03:12.220]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:54:29.5109228Z [00:03:12.220]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:29.5110016Z [00:03:12.220]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:29.5110601Z [00:03:12.220]➜  packagefile github.com/bytedance/sonic/internal/encoder/alg=/tmp/go-build3999932643/b628/_pkg_.a
2025-08-20T21:54:29.5111321Z [00:03:12.220]➜  packagefile github.com/bytedance/sonic/internal/encoder/ir=/tmp/go-build3999932643/b638/_pkg_.a
2025-08-20T21:54:29.5112045Z [00:03:12.220]➜  packagefile github.com/bytedance/sonic/internal/encoder/vars=/tmp/go-build3999932643/b629/_pkg_.a
2025-08-20T21:54:29.5112725Z [00:03:12.220]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build3999932643/b631/_pkg_.a
2025-08-20T21:54:29.5113240Z [00:03:12.220]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:29.5113655Z [00:03:12.220]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:29.5113978Z [00:03:12.220]➜  EOF
2025-08-20T21:54:29.5116583Z [00:03:12.220]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b639/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/vm=>github.com/bytedance/sonic@v1.14.0/internal/encoder/vm;$WORK/b639=>" -p github.com/bytedance/sonic/internal/encoder/vm -lang=go1.17 -complete -installsuffix shared -buildid Qwj3Y6BSIlMRofbXgu9c/Qwj3Y6BSIlMRofbXgu9c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b639/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/vm/stbus.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/vm/vm.go
2025-08-20T21:54:29.5266571Z [00:03:12.236]➜  go tool buildid -w $WORK/b640/_pkg_.a # internal
2025-08-20T21:54:29.5280145Z [00:03:12.237]➜  cp $WORK/b640/_pkg_.a /root/.cache/go-build/c9/c9c316dbbad5c435fc3af5b81834d93fbe5f0678b3812a224970369b6d99f879-d # internal
2025-08-20T21:54:29.5283563Z [00:03:12.237]➜  go tool buildid -w $WORK/b673/_pkg_.a # internal
2025-08-20T21:54:29.5292883Z [00:03:12.238]➜  github.com/bytedance/sonic/unquote
2025-08-20T21:54:29.5295219Z [00:03:12.239]➜  mkdir -p $WORK/b642/
2025-08-20T21:54:29.5296227Z [00:03:12.239]➜  cat >/tmp/go-build3999932643/b642/importcfg << 'EOF' # internal
2025-08-20T21:54:29.5296981Z [00:03:12.239]➜  # import config
2025-08-20T21:54:29.5298810Z [00:03:12.239]➜  packagefile github.com/bytedance/sonic/internal/native=/tmp/go-build3999932643/b634/_pkg_.a
2025-08-20T21:54:29.5307993Z [00:03:12.239]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build3999932643/b636/_pkg_.a
2025-08-20T21:54:29.5308754Z [00:03:12.239]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build3999932643/b631/_pkg_.a
2025-08-20T21:54:29.5309295Z [00:03:12.239]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:29.5309612Z [00:03:12.239]➜  EOF
2025-08-20T21:54:29.5311502Z [00:03:12.239]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b642/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/unquote=>github.com/bytedance/sonic@v1.14.0/unquote;$WORK/b642=>" -p github.com/bytedance/sonic/unquote -lang=go1.17 -complete -installsuffix shared -buildid Fnix-gx19IKp0gCesYwZ/Fnix-gx19IKp0gCesYwZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b642/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/unquote/unquote.go
2025-08-20T21:54:29.5352055Z [00:03:12.242]➜  cp $WORK/b673/_pkg_.a /root/.cache/go-build/fc/fcd8ac99add3d17ee118a7cc0dcf5702b64630fea8f9d04c3796cbecdfad2ec7-d # internal
2025-08-20T21:54:29.5358675Z [00:03:12.245]➜  github.com/bytedance/sonic/internal/optcaching
2025-08-20T21:54:29.5359572Z [00:03:12.245]➜  mkdir -p $WORK/b649/
2025-08-20T21:54:29.5372666Z [00:03:12.247]➜  echo -n > $WORK/b649/go_asm.h # internal
2025-08-20T21:54:29.5373698Z [00:03:12.247]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/optcaching
2025-08-20T21:54:29.5376118Z [00:03:12.247]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/optcaching -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/optcaching=>github.com/bytedance/sonic@v1.14.0/internal/optcaching;$WORK/b649=>" -I $WORK/b649/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b649/symabis ./asm.s
2025-08-20T21:54:29.5460837Z [00:03:12.255]➜  cat >/tmp/go-build3999932643/b649/importcfg << 'EOF' # internal
2025-08-20T21:54:29.5463155Z [00:03:12.255]➜  # import config
2025-08-20T21:54:29.5464145Z [00:03:12.255]➜  packagefile github.com/bytedance/sonic/internal/envs=/tmp/go-build3999932643/b648/_pkg_.a
2025-08-20T21:54:29.5465109Z [00:03:12.255]➜  packagefile github.com/bytedance/sonic/internal/native=/tmp/go-build3999932643/b634/_pkg_.a
2025-08-20T21:54:29.5466833Z [00:03:12.255]➜  packagefile github.com/bytedance/sonic/internal/resolver=/tmp/go-build3999932643/b637/_pkg_.a
2025-08-20T21:54:29.5467710Z [00:03:12.255]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build3999932643/b631/_pkg_.a
2025-08-20T21:54:29.5468301Z [00:03:12.255]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:29.5468740Z [00:03:12.255]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:29.5469055Z [00:03:12.255]➜  EOF
2025-08-20T21:54:29.5469325Z [00:03:12.255]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:29.5472042Z [00:03:12.255]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b649/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/optcaching=>github.com/bytedance/sonic@v1.14.0/internal/optcaching;$WORK/b649=>" -p github.com/bytedance/sonic/internal/optcaching -lang=go1.17 -installsuffix shared -buildid RKRpByvzP1h0c5Da0gt5/RKRpByvzP1h0c5Da0gt5 -goversion go1.25.0 -symabis $WORK/b649/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b649/importcfg -pack -asmhdr $WORK/b649/go_asm.h /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/optcaching/fcache.go
2025-08-20T21:54:29.5474161Z [00:03:12.256]➜  go tool buildid -w $WORK/b642/_pkg_.a # internal
2025-08-20T21:54:29.5474823Z [00:03:12.256]➜  cp $WORK/b642/_pkg_.a /root/.cache/go-build/e1/e1d8d72daab23eb9732951061591166258740a932a498610d37c9461a57ddcf0-d # internal
2025-08-20T21:54:29.5475344Z [00:03:12.256]➜  go/doc
2025-08-20T21:54:29.5475565Z [00:03:12.256]➜  mkdir -p $WORK/b663/
2025-08-20T21:54:29.5475936Z [00:03:12.257]➜  cat >/tmp/go-build3999932643/b663/importcfg << 'EOF' # internal
2025-08-20T21:54:29.5476281Z [00:03:12.257]➜  # import config
2025-08-20T21:54:29.5476605Z [00:03:12.257]➜  packagefile cmp=/tmp/go-build3999932643/b046/_pkg_.a
2025-08-20T21:54:29.5477012Z [00:03:12.257]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:29.5477650Z [00:03:12.257]➜  packagefile go/ast=/tmp/go-build3999932643/b660/_pkg_.a
2025-08-20T21:54:29.5478166Z [00:03:12.257]➜  packagefile go/doc/comment=/tmp/go-build3999932643/b664/_pkg_.a
2025-08-20T21:54:29.5478617Z [00:03:12.257]➜  packagefile go/token=/tmp/go-build3999932643/b662/_pkg_.a
2025-08-20T21:54:29.5479318Z [00:03:12.257]➜  packagefile internal/lazyregexp=/tmp/go-build3999932643/b665/_pkg_.a
2025-08-20T21:54:29.5479776Z [00:03:12.257]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:29.5480174Z [00:03:12.257]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:29.5480586Z [00:03:12.257]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:29.5481002Z [00:03:12.257]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:29.5481433Z [00:03:12.257]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:29.5481875Z [00:03:12.257]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:29.5482319Z [00:03:12.257]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:29.5482650Z [00:03:12.257]➜  EOF
2025-08-20T21:54:29.5484622Z [00:03:12.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b663/_pkg_.a -trimpath "/root/.go/src/go/doc=>go/doc;$WORK/b663=>" -p go/doc -lang=go1.25 -std -complete -installsuffix shared -buildid ee8SGXPONU7oYXz76-tx/ee8SGXPONU7oYXz76-tx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b663/importcfg -pack /root/.go/src/go/doc/comment.go /root/.go/src/go/doc/doc.go /root/.go/src/go/doc/example.go /root/.go/src/go/doc/exports.go /root/.go/src/go/doc/filter.go /root/.go/src/go/doc/reader.go /root/.go/src/go/doc/synopsis.go
2025-08-20T21:54:29.5892245Z [00:03:12.298]➜  go tool buildid -w $WORK/b639/_pkg_.a # internal
2025-08-20T21:54:29.5915372Z [00:03:12.301]➜  cp $WORK/b639/_pkg_.a /root/.cache/go-build/0a/0a8e7877e7b7c34ec585ae1e21af97f9ed39c01ef95bdd9acd5fd38065675594-d # internal
2025-08-20T21:54:29.5963390Z [00:03:12.306]➜  github.com/bytedance/sonic/internal/encoder
2025-08-20T21:54:29.5964056Z [00:03:12.306]➜  mkdir -p $WORK/b627/
2025-08-20T21:54:29.5966555Z [00:03:12.306]➜  cat >/tmp/go-build3999932643/b627/importcfg << 'EOF' # internal
2025-08-20T21:54:29.5967830Z [00:03:12.306]➜  # import config
2025-08-20T21:54:29.5968597Z [00:03:12.306]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:29.5969517Z [00:03:12.306]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:29.5971163Z [00:03:12.306]➜  packagefile github.com/bytedance/sonic/internal/encoder/alg=/tmp/go-build3999932643/b628/_pkg_.a
2025-08-20T21:54:29.5972516Z [00:03:12.306]➜  packagefile github.com/bytedance/sonic/internal/encoder/ir=/tmp/go-build3999932643/b638/_pkg_.a
2025-08-20T21:54:29.5973784Z [00:03:12.306]➜  packagefile github.com/bytedance/sonic/internal/encoder/vars=/tmp/go-build3999932643/b629/_pkg_.a
2025-08-20T21:54:29.5974957Z [00:03:12.306]➜  packagefile github.com/bytedance/sonic/internal/encoder/vm=/tmp/go-build3999932643/b639/_pkg_.a
2025-08-20T21:54:29.5976294Z [00:03:12.306]➜  packagefile github.com/bytedance/sonic/internal/resolver=/tmp/go-build3999932643/b637/_pkg_.a
2025-08-20T21:54:29.5977127Z [00:03:12.306]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build3999932643/b631/_pkg_.a
2025-08-20T21:54:29.5978444Z [00:03:12.306]➜  packagefile github.com/bytedance/sonic/option=/tmp/go-build3999932643/b632/_pkg_.a
2025-08-20T21:54:29.5979578Z [00:03:12.306]➜  packagefile github.com/bytedance/sonic/utf8=/tmp/go-build3999932643/b640/_pkg_.a
2025-08-20T21:54:29.5980578Z [00:03:12.306]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:29.5981461Z [00:03:12.306]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:29.5982662Z [00:03:12.306]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:29.5983419Z [00:03:12.306]➜  EOF
2025-08-20T21:54:29.5987043Z [00:03:12.306]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b627/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder=>github.com/bytedance/sonic@v1.14.0/internal/encoder;$WORK/b627=>" -p github.com/bytedance/sonic/internal/encoder -lang=go1.17 -complete -installsuffix shared -buildid Q4Wu5l71FsRn1c8h-rWt/Q4Wu5l71FsRn1c8h-rWt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b627/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/compiler.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/encode_norace.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/encoder.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/pools_compt.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/stream.go
2025-08-20T21:54:29.6048738Z [00:03:12.313]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/optcaching
2025-08-20T21:54:29.6069967Z [00:03:12.313]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/internal/optcaching -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/optcaching=>github.com/bytedance/sonic@v1.14.0/internal/optcaching;$WORK/b649=>" -I $WORK/b649/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b649/asm.o ./asm.s
2025-08-20T21:54:29.6104672Z [00:03:12.320]➜  go tool pack r $WORK/b649/_pkg_.a $WORK/b649/asm.o # internal
2025-08-20T21:54:29.6105464Z [00:03:12.320]➜  go tool buildid -w $WORK/b649/_pkg_.a # internal
2025-08-20T21:54:29.6122182Z [00:03:12.321]➜  cp $WORK/b649/_pkg_.a /root/.cache/go-build/d6/d6a1748f60d2c1492fc437804e2f0a7e719b2b11448a7252b305dcec77b3aca3-d # internal
2025-08-20T21:54:29.6261390Z [00:03:12.335]➜  github.com/bytedance/sonic/internal/decoder/optdec
2025-08-20T21:54:29.6280202Z [00:03:12.337]➜  mkdir -p $WORK/b647/
2025-08-20T21:54:29.6282707Z [00:03:12.337]➜  cat >/tmp/go-build3999932643/b647/importcfg << 'EOF' # internal
2025-08-20T21:54:29.6283111Z [00:03:12.337]➜  # import config
2025-08-20T21:54:29.6283467Z [00:03:12.337]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:54:29.6283932Z [00:03:12.337]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:29.6284416Z [00:03:12.337]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:29.6284858Z [00:03:12.337]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:29.6285274Z [00:03:12.337]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:29.6285836Z [00:03:12.337]➜  packagefile github.com/bytedance/sonic/internal/caching=/tmp/go-build3999932643/b630/_pkg_.a
2025-08-20T21:54:29.6286808Z [00:03:12.337]➜  packagefile github.com/bytedance/sonic/internal/decoder/consts=/tmp/go-build3999932643/b645/_pkg_.a
2025-08-20T21:54:29.6287973Z [00:03:12.337]➜  packagefile github.com/bytedance/sonic/internal/decoder/errors=/tmp/go-build3999932643/b646/_pkg_.a
2025-08-20T21:54:29.6288745Z [00:03:12.337]➜  packagefile github.com/bytedance/sonic/internal/envs=/tmp/go-build3999932643/b648/_pkg_.a
2025-08-20T21:54:29.6289416Z [00:03:12.337]➜  packagefile github.com/bytedance/sonic/internal/native=/tmp/go-build3999932643/b634/_pkg_.a
2025-08-20T21:54:29.6290122Z [00:03:12.337]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build3999932643/b636/_pkg_.a
2025-08-20T21:54:29.6290857Z [00:03:12.337]➜  packagefile github.com/bytedance/sonic/internal/optcaching=/tmp/go-build3999932643/b649/_pkg_.a
2025-08-20T21:54:29.6291554Z [00:03:12.337]➜  packagefile github.com/bytedance/sonic/internal/resolver=/tmp/go-build3999932643/b637/_pkg_.a
2025-08-20T21:54:29.6292220Z [00:03:12.337]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build3999932643/b631/_pkg_.a
2025-08-20T21:54:29.6292874Z [00:03:12.337]➜  packagefile github.com/bytedance/sonic/internal/utils=/tmp/go-build3999932643/b641/_pkg_.a
2025-08-20T21:54:29.6293512Z [00:03:12.337]➜  packagefile github.com/bytedance/sonic/option=/tmp/go-build3999932643/b632/_pkg_.a
2025-08-20T21:54:29.6294112Z [00:03:12.337]➜  packagefile github.com/bytedance/sonic/utf8=/tmp/go-build3999932643/b640/_pkg_.a
2025-08-20T21:54:29.6294605Z [00:03:12.337]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:29.6295228Z [00:03:12.337]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:29.6295656Z [00:03:12.337]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:29.6296253Z [00:03:12.337]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:29.6296558Z [00:03:12.337]➜  EOF
2025-08-20T21:54:29.6296830Z [00:03:12.337]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:29.6304237Z [00:03:12.337]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b647/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/optdec=>github.com/bytedance/sonic@v1.14.0/internal/decoder/optdec;$WORK/b647=>" -p github.com/bytedance/sonic/internal/decoder/optdec -lang=go1.17 -complete -installsuffix shared -buildid yH-Mkrtam-WGOxpZzZ4Q/yH-Mkrtam-WGOxpZzZ4Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b647/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/optdec/compile_struct.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/optdec/compiler.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/optdec/const.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/optdec/context.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/optdec/decoder.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/optdec/errors.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/optdec/functor.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/optdec/helper.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/optdec/interface.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/optdec/map.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/optdec/native.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/optdec/node.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/optdec/slice.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/optdec/stringopts.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/optdec/structs.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/optdec/types.go
2025-08-20T21:54:29.7093548Z [00:03:12.419]➜  go tool buildid -w $WORK/b675/_pkg_.a # internal
2025-08-20T21:54:29.7250076Z [00:03:12.434]➜  cp $WORK/b675/_pkg_.a /root/.cache/go-build/48/4800703b0982acf64a2f2e839ac65610d64ae88a541f7c6f418876f6a6e948cb-d # internal
2025-08-20T21:54:29.7254763Z [00:03:12.435]➜  go/parser
2025-08-20T21:54:29.7255650Z [00:03:12.435]➜  mkdir -p $WORK/b666/
2025-08-20T21:54:29.7262346Z [00:03:12.435]➜  cat >/tmp/go-build3999932643/b666/importcfg << 'EOF' # internal
2025-08-20T21:54:29.7262823Z [00:03:12.435]➜  # import config
2025-08-20T21:54:29.7263178Z [00:03:12.435]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:29.7263605Z [00:03:12.435]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:29.7264025Z [00:03:12.436]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:29.7264443Z [00:03:12.436]➜  packagefile go/ast=/tmp/go-build3999932643/b660/_pkg_.a
2025-08-20T21:54:29.7264909Z [00:03:12.436]➜  packagefile go/build/constraint=/tmp/go-build3999932643/b667/_pkg_.a
2025-08-20T21:54:29.7265388Z [00:03:12.436]➜  packagefile go/scanner=/tmp/go-build3999932643/b661/_pkg_.a
2025-08-20T21:54:29.7265829Z [00:03:12.436]➜  packagefile go/token=/tmp/go-build3999932643/b662/_pkg_.a
2025-08-20T21:54:29.7266242Z [00:03:12.436]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:29.7266648Z [00:03:12.436]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:29.7267048Z [00:03:12.436]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:29.7267676Z [00:03:12.436]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:29.7268189Z [00:03:12.436]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:29.7268766Z [00:03:12.436]➜  EOF
2025-08-20T21:54:29.7270449Z [00:03:12.436]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b666/_pkg_.a -trimpath "/root/.go/src/go/parser=>go/parser;$WORK/b666=>" -p go/parser -lang=go1.25 -std -complete -installsuffix shared -buildid AHWHDhAEtBRzHkt-Hj_6/AHWHDhAEtBRzHkt-Hj_6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b666/importcfg -pack /root/.go/src/go/parser/interface.go /root/.go/src/go/parser/parser.go /root/.go/src/go/parser/resolver.go
2025-08-20T21:54:29.7272181Z [00:03:12.436]➜  go tool buildid -w $WORK/b627/_pkg_.a # internal
2025-08-20T21:54:29.7289765Z [00:03:12.438]➜  cp $WORK/b627/_pkg_.a /root/.cache/go-build/a1/a162074c77c26402ec466591a8ae7b6821699d00c99b19fb932a2cc1fb209781-d # internal
2025-08-20T21:54:29.7300987Z [00:03:12.439]➜  github.com/bytedance/sonic/encoder
2025-08-20T21:54:29.7301407Z [00:03:12.439]➜  mkdir -p $WORK/b626/
2025-08-20T21:54:29.7304973Z [00:03:12.440]➜  cat >/tmp/go-build3999932643/b626/importcfg << 'EOF' # internal
2025-08-20T21:54:29.7305386Z [00:03:12.440]➜  # import config
2025-08-20T21:54:29.7305881Z [00:03:12.440]➜  packagefile github.com/bytedance/sonic/internal/encoder=/tmp/go-build3999932643/b627/_pkg_.a
2025-08-20T21:54:29.7306323Z [00:03:12.440]➜  EOF
2025-08-20T21:54:29.7308911Z [00:03:12.440]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b626/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/encoder=>github.com/bytedance/sonic@v1.14.0/encoder;$WORK/b626=>" -p github.com/bytedance/sonic/encoder -lang=go1.17 -complete -installsuffix shared -buildid cJcvsqhgnMdNDLLCif5D/cJcvsqhgnMdNDLLCif5D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b626/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/encoder/encoder_native.go
2025-08-20T21:54:29.7471260Z [00:03:12.456]➜  go tool buildid -w $WORK/b626/_pkg_.a # internal
2025-08-20T21:54:29.7481629Z [00:03:12.457]➜  go tool buildid -w $WORK/b663/_pkg_.a # internal
2025-08-20T21:54:29.7483450Z [00:03:12.457]➜  cp $WORK/b626/_pkg_.a /root/.cache/go-build/c1/c15f797c3a77163e3c2d35a85c57c02d921d838a2c4c99c8ca240d72544c5a87-d # internal
2025-08-20T21:54:29.7512076Z [00:03:12.460]➜  cp $WORK/b663/_pkg_.a /root/.cache/go-build/47/478a5a5383afa64503b460e08c6e0e6a5add62df44233819a834d08ad355ddd0-d # internal
2025-08-20T21:54:29.7529617Z [00:03:12.462]➜  github.com/bytedance/sonic/ast
2025-08-20T21:54:29.7530203Z [00:03:12.462]➜  mkdir -p $WORK/b625/
2025-08-20T21:54:29.7530569Z [00:03:12.462]➜  echo -n > $WORK/b625/go_asm.h # internal
2025-08-20T21:54:29.7531093Z [00:03:12.462]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/ast
2025-08-20T21:54:29.7540261Z [00:03:12.463]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/ast -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/ast=>github.com/bytedance/sonic@v1.14.0/ast;$WORK/b625=>" -I $WORK/b625/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b625/symabis ./asm.s
2025-08-20T21:54:29.7551516Z [00:03:12.464]➜  github.com/PuerkitoBio/goquery
2025-08-20T21:54:29.7552509Z [00:03:12.464]➜  mkdir -p $WORK/b672/
2025-08-20T21:54:29.7557586Z [00:03:12.465]➜  cat >/tmp/go-build3999932643/b672/importcfg << 'EOF' # internal
2025-08-20T21:54:29.7558868Z [00:03:12.465]➜  # import config
2025-08-20T21:54:29.7559996Z [00:03:12.465]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:29.7560596Z [00:03:12.465]➜  packagefile github.com/andybalholm/cascadia=/tmp/go-build3999932643/b673/_pkg_.a
2025-08-20T21:54:29.7561177Z [00:03:12.465]➜  packagefile golang.org/x/net/html=/tmp/go-build3999932643/b198/_pkg_.a
2025-08-20T21:54:29.7561633Z [00:03:12.465]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:29.7562035Z [00:03:12.465]➜  packagefile iter=/tmp/go-build3999932643/b039/_pkg_.a
2025-08-20T21:54:29.7562454Z [00:03:12.465]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:29.7562880Z [00:03:12.465]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:29.7563676Z [00:03:12.465]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:29.7564244Z [00:03:12.465]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:29.7564558Z [00:03:12.465]➜  EOF
2025-08-20T21:54:29.7564828Z [00:03:12.465]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:29.7569374Z [00:03:12.465]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b672/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.10.3=>github.com/PuerkitoBio/goquery@v1.10.3;$WORK/b672=>" -p github.com/PuerkitoBio/goquery -lang=go1.23 -complete -installsuffix shared -buildid pj12WjfNxTsCs659f5oD/pj12WjfNxTsCs659f5oD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b672/importcfg -pack /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.10.3/array.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.10.3/doc.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.10.3/expand.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.10.3/filter.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.10.3/iteration.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.10.3/manipulation.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.10.3/property.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.10.3/query.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.10.3/traversal.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.10.3/type.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.10.3/utilities.go
2025-08-20T21:54:29.7585112Z [00:03:12.467]➜  cat >/tmp/go-build3999932643/b625/importcfg << 'EOF' # internal
2025-08-20T21:54:29.7585975Z [00:03:12.468]➜  # import config
2025-08-20T21:54:29.7586472Z [00:03:12.468]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:29.7587913Z [00:03:12.468]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:29.7588431Z [00:03:12.468]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:29.7588863Z [00:03:12.468]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:29.7589392Z [00:03:12.468]➜  packagefile github.com/bytedance/sonic/encoder=/tmp/go-build3999932643/b626/_pkg_.a
2025-08-20T21:54:29.7590051Z [00:03:12.468]➜  packagefile github.com/bytedance/sonic/internal/caching=/tmp/go-build3999932643/b630/_pkg_.a
2025-08-20T21:54:29.7591001Z [00:03:12.468]➜  packagefile github.com/bytedance/sonic/internal/native=/tmp/go-build3999932643/b634/_pkg_.a
2025-08-20T21:54:29.7591883Z [00:03:12.468]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build3999932643/b636/_pkg_.a
2025-08-20T21:54:29.7592626Z [00:03:12.468]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build3999932643/b631/_pkg_.a
2025-08-20T21:54:29.7593281Z [00:03:12.468]➜  packagefile github.com/bytedance/sonic/internal/utils=/tmp/go-build3999932643/b641/_pkg_.a
2025-08-20T21:54:29.7593913Z [00:03:12.468]➜  packagefile github.com/bytedance/sonic/option=/tmp/go-build3999932643/b632/_pkg_.a
2025-08-20T21:54:29.7594529Z [00:03:12.468]➜  packagefile github.com/bytedance/sonic/unquote=/tmp/go-build3999932643/b642/_pkg_.a
2025-08-20T21:54:29.7595133Z [00:03:12.468]➜  packagefile github.com/bytedance/sonic/utf8=/tmp/go-build3999932643/b640/_pkg_.a
2025-08-20T21:54:29.7595640Z [00:03:12.468]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:29.7596066Z [00:03:12.468]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:29.7596482Z [00:03:12.468]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:29.7596910Z [00:03:12.468]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:29.7597329Z [00:03:12.468]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:29.7598025Z [00:03:12.468]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:29.7598492Z [00:03:12.468]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:29.7599024Z [00:03:12.468]➜  EOF
2025-08-20T21:54:29.7603385Z [00:03:12.468]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b625/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/ast=>github.com/bytedance/sonic@v1.14.0/ast;$WORK/b625=>" -p github.com/bytedance/sonic/ast -lang=go1.17 -installsuffix shared -buildid d8QsCk65ueY6jBzvC65s/d8QsCk65ueY6jBzvC65s -goversion go1.25.0 -symabis $WORK/b625/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b625/importcfg -pack -asmhdr $WORK/b625/go_asm.h /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/ast/api.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/ast/buffer.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/ast/decode.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/ast/encode.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/ast/error.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/ast/iterator.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/ast/node.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/ast/parser.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/ast/search.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/ast/stubs.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/ast/visitor.go
2025-08-20T21:54:30.0133205Z [00:03:12.723]➜  go tool buildid -w $WORK/b647/_pkg_.a # internal
2025-08-20T21:54:30.0182291Z [00:03:12.727]➜  go tool buildid -w $WORK/b666/_pkg_.a # internal
2025-08-20T21:54:30.0209376Z [00:03:12.730]➜  cp $WORK/b666/_pkg_.a /root/.cache/go-build/5e/5e3d1e27c0d93732b9bbb5be77d1cb41e35a19da78dd38038cab92e52c3c8c6e-d # internal
2025-08-20T21:54:30.0252301Z [00:03:12.734]➜  cp $WORK/b647/_pkg_.a /root/.cache/go-build/10/106dc26d9284d197e8b0e2c6257e0e4622b1bfb02176366f24250c53dc331220-d # internal
2025-08-20T21:54:30.0262067Z [00:03:12.736]➜  github.com/bytedance/sonic/internal/decoder/api
2025-08-20T21:54:30.0266815Z [00:03:12.736]➜  mkdir -p $WORK/b644/
2025-08-20T21:54:30.0267139Z [00:03:12.736]➜  github.com/invopop/jsonschema
2025-08-20T21:54:30.0267603Z [00:03:12.736]➜  mkdir -p $WORK/b654/
2025-08-20T21:54:30.0270137Z [00:03:12.736]➜  cat >/tmp/go-build3999932643/b654/importcfg << 'EOF' # internal
2025-08-20T21:54:30.0270775Z [00:03:12.736]➜  # import config
2025-08-20T21:54:30.0271447Z [00:03:12.736]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:30.0272768Z [00:03:12.736]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:30.0273326Z [00:03:12.736]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:30.0273749Z [00:03:12.736]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:30.0274367Z [00:03:12.736]➜  packagefile github.com/wk8/go-ordered-map/v2=/tmp/go-build3999932643/b655/_pkg_.a
2025-08-20T21:54:30.0274941Z [00:03:12.736]➜  packagefile go/ast=/tmp/go-build3999932643/b660/_pkg_.a
2025-08-20T21:54:30.0275359Z [00:03:12.736]➜  packagefile go/doc=/tmp/go-build3999932643/b663/_pkg_.a
2025-08-20T21:54:30.0275796Z [00:03:12.736]➜  packagefile go/parser=/tmp/go-build3999932643/b666/_pkg_.a
2025-08-20T21:54:30.0276230Z [00:03:12.736]➜  packagefile go/token=/tmp/go-build3999932643/b662/_pkg_.a
2025-08-20T21:54:30.0276655Z [00:03:12.736]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:30.0277061Z [00:03:12.736]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:30.0277631Z [00:03:12.736]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:30.0278115Z [00:03:12.736]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:30.0278559Z [00:03:12.736]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:30.0279006Z [00:03:12.736]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:30.0279423Z [00:03:12.736]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:30.0279839Z [00:03:12.736]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:30.0280549Z [00:03:12.736]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:30.0280992Z [00:03:12.736]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:30.0281453Z [00:03:12.736]➜  EOF
2025-08-20T21:54:30.0284386Z [00:03:12.736]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b654/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/invopop/jsonschema@v0.13.0=>github.com/invopop/jsonschema@v0.13.0;$WORK/b654=>" -p github.com/invopop/jsonschema -lang=go1.18 -complete -installsuffix shared -buildid VU99cSl3wei1sbHjpx4X/VU99cSl3wei1sbHjpx4X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b654/importcfg -pack /root/go/pkg/mod/github.com/invopop/jsonschema@v0.13.0/id.go /root/go/pkg/mod/github.com/invopop/jsonschema@v0.13.0/reflect.go /root/go/pkg/mod/github.com/invopop/jsonschema@v0.13.0/reflect_comments.go /root/go/pkg/mod/github.com/invopop/jsonschema@v0.13.0/schema.go /root/go/pkg/mod/github.com/invopop/jsonschema@v0.13.0/utils.go
2025-08-20T21:54:30.0318912Z [00:03:12.741]➜  cat >/tmp/go-build3999932643/b644/importcfg << 'EOF' # internal
2025-08-20T21:54:30.0319337Z [00:03:12.741]➜  # import config
2025-08-20T21:54:30.0319706Z [00:03:12.741]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:30.0320312Z [00:03:12.741]➜  packagefile github.com/bytedance/sonic/internal/decoder/consts=/tmp/go-build3999932643/b645/_pkg_.a
2025-08-20T21:54:30.0321061Z [00:03:12.741]➜  packagefile github.com/bytedance/sonic/internal/decoder/errors=/tmp/go-build3999932643/b646/_pkg_.a
2025-08-20T21:54:30.0321803Z [00:03:12.741]➜  packagefile github.com/bytedance/sonic/internal/decoder/optdec=/tmp/go-build3999932643/b647/_pkg_.a
2025-08-20T21:54:30.0322501Z [00:03:12.741]➜  packagefile github.com/bytedance/sonic/internal/envs=/tmp/go-build3999932643/b648/_pkg_.a
2025-08-20T21:54:30.0323166Z [00:03:12.741]➜  packagefile github.com/bytedance/sonic/internal/native=/tmp/go-build3999932643/b634/_pkg_.a
2025-08-20T21:54:30.0323864Z [00:03:12.741]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build3999932643/b636/_pkg_.a
2025-08-20T21:54:30.0324548Z [00:03:12.741]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build3999932643/b631/_pkg_.a
2025-08-20T21:54:30.0325209Z [00:03:12.741]➜  packagefile github.com/bytedance/sonic/internal/utils=/tmp/go-build3999932643/b641/_pkg_.a
2025-08-20T21:54:30.0326089Z [00:03:12.741]➜  packagefile github.com/bytedance/sonic/option=/tmp/go-build3999932643/b632/_pkg_.a
2025-08-20T21:54:30.0326650Z [00:03:12.741]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:30.0327160Z [00:03:12.741]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:30.0327758Z [00:03:12.741]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:30.0328063Z [00:03:12.741]➜  EOF
2025-08-20T21:54:30.0354845Z [00:03:12.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b644/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/api=>github.com/bytedance/sonic@v1.14.0/internal/decoder/api;$WORK/b644=>" -p github.com/bytedance/sonic/internal/decoder/api -lang=go1.17 -complete -installsuffix shared -buildid d_S7LCz8AQwSugNSmidD/d_S7LCz8AQwSugNSmidD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b644/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/api/decoder.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/api/decoder_arm64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/api/stream.go
2025-08-20T21:54:30.0893675Z [00:03:12.798]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/ast
2025-08-20T21:54:30.0897116Z [00:03:12.798]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/bytedance/sonic/ast -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/ast=>github.com/bytedance/sonic@v1.14.0/ast;$WORK/b625=>" -I $WORK/b625/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b625/asm.o ./asm.s
2025-08-20T21:54:30.0925771Z [00:03:12.802]➜  go tool pack r $WORK/b625/_pkg_.a $WORK/b625/asm.o # internal
2025-08-20T21:54:30.0931826Z [00:03:12.802]➜  go tool buildid -w $WORK/b625/_pkg_.a # internal
2025-08-20T21:54:30.0938137Z [00:03:12.803]➜  go tool buildid -w $WORK/b644/_pkg_.a # internal
2025-08-20T21:54:30.0947487Z [00:03:12.804]➜  cp $WORK/b644/_pkg_.a /root/.cache/go-build/7b/7b54e8393919352bfd34249ec676dd4bb726ecde9f67e6821c6e5e891db70feb-d # internal
2025-08-20T21:54:30.0951711Z [00:03:12.805]➜  github.com/bytedance/sonic/decoder
2025-08-20T21:54:30.0953210Z [00:03:12.805]➜  mkdir -p $WORK/b643/
2025-08-20T21:54:30.0959998Z [00:03:12.805]➜  cat >/tmp/go-build3999932643/b643/importcfg << 'EOF' # internal
2025-08-20T21:54:30.0960424Z [00:03:12.805]➜  # import config
2025-08-20T21:54:30.0960928Z [00:03:12.805]➜  packagefile github.com/bytedance/sonic/internal/decoder/api=/tmp/go-build3999932643/b644/_pkg_.a
2025-08-20T21:54:30.0961383Z [00:03:12.805]➜  EOF
2025-08-20T21:54:30.0961650Z [00:03:12.805]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:30.0963636Z [00:03:12.805]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b643/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/decoder=>github.com/bytedance/sonic@v1.14.0/decoder;$WORK/b643=>" -p github.com/bytedance/sonic/decoder -lang=go1.17 -complete -installsuffix shared -buildid CRg-Z75OOMzYrvJuRQac/CRg-Z75OOMzYrvJuRQac -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b643/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/decoder/decoder_native.go
2025-08-20T21:54:30.0986827Z [00:03:12.808]➜  go tool buildid -w $WORK/b672/_pkg_.a # internal
2025-08-20T21:54:30.1006847Z [00:03:12.810]➜  cp $WORK/b625/_pkg_.a /root/.cache/go-build/26/26330979ea1ab79b988b716f9aa8b98328343fbe429358148b2c276d9d604bbc-d # internal
2025-08-20T21:54:30.1017005Z [00:03:12.811]➜  github.com/projectdiscovery/httpx/common/httputilz
2025-08-20T21:54:30.1017976Z [00:03:12.811]➜  mkdir -p $WORK/b676/
2025-08-20T21:54:30.1018828Z [00:03:12.811]➜  cat >/tmp/go-build3999932643/b676/importcfg << 'EOF' # internal
2025-08-20T21:54:30.1019748Z [00:03:12.811]➜  # import config
2025-08-20T21:54:30.1020208Z [00:03:12.811]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:30.1020636Z [00:03:12.811]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:30.1021466Z [00:03:12.811]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:54:30.1022219Z [00:03:12.811]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:54:30.1022844Z [00:03:12.811]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:30.1023358Z [00:03:12.811]➜  packagefile net/http/httputil=/tmp/go-build3999932643/b235/_pkg_.a
2025-08-20T21:54:30.1023823Z [00:03:12.811]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:30.1024245Z [00:03:12.811]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:30.1024568Z [00:03:12.811]➜  EOF
2025-08-20T21:54:30.1027573Z [00:03:12.811]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b676/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/httpx@v1.7.0/common/httputilz=>github.com/projectdiscovery/httpx@v1.7.0/common/httputilz;$WORK/b676=>" -p github.com/projectdiscovery/httpx/common/httputilz -lang=go1.23 -complete -installsuffix shared -buildid kPmIOVev-K7LYxECyQ31/kPmIOVev-K7LYxECyQ31 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b676/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/httpx@v1.7.0/common/httputilz/doc.go /root/go/pkg/mod/github.com/projectdiscovery/httpx@v1.7.0/common/httputilz/httputilz.go /root/go/pkg/mod/github.com/projectdiscovery/httpx@v1.7.0/common/httputilz/normalize.go
2025-08-20T21:54:30.1045349Z [00:03:12.814]➜  cp $WORK/b672/_pkg_.a /root/.cache/go-build/05/05e015e9a85b0018516fd55581cc1348ff977ca6d15bd1f07c9d34156d755be0-d # internal
2025-08-20T21:54:30.1092076Z [00:03:12.818]➜  github.com/projectdiscovery/rawhttp/client
2025-08-20T21:54:30.1092447Z [00:03:12.819]➜  mkdir -p $WORK/b678/
2025-08-20T21:54:30.1093954Z [00:03:12.819]➜  cat >/tmp/go-build3999932643/b678/importcfg << 'EOF' # internal
2025-08-20T21:54:30.1094317Z [00:03:12.819]➜  # import config
2025-08-20T21:54:30.1094660Z [00:03:12.819]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:30.1095090Z [00:03:12.819]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:30.1095506Z [00:03:12.819]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:30.1095923Z [00:03:12.819]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:30.1096329Z [00:03:12.819]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:30.1096783Z [00:03:12.819]➜  packagefile net/http/httputil=/tmp/go-build3999932643/b235/_pkg_.a
2025-08-20T21:54:30.1097246Z [00:03:12.819]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:30.1097929Z [00:03:12.819]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:30.1098256Z [00:03:12.819]➜  EOF
2025-08-20T21:54:30.1101777Z [00:03:12.819]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b678/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/client=>github.com/projectdiscovery/rawhttp@v0.1.90/client;$WORK/b678=>" -p github.com/projectdiscovery/rawhttp/client -lang=go1.21 -complete -installsuffix shared -buildid xfb_HgQUZ1m2Oyogazde/xfb_HgQUZ1m2Oyogazde -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b678/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/client/client.go /root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/client/header.go /root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/client/newline.go /root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/client/reader.go /root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/client/status.go /root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/client/writer.go
2025-08-20T21:54:30.1141947Z [00:03:12.823]➜  go tool buildid -w $WORK/b643/_pkg_.a # internal
2025-08-20T21:54:30.1145044Z [00:03:12.823]➜  cp $WORK/b643/_pkg_.a /root/.cache/go-build/02/02130a46db4098785c489c4028b695c86373a3dd08f6d4101f3fa045b09b366c-d # internal
2025-08-20T21:54:30.1161060Z [00:03:12.825]➜  github.com/bytedance/sonic
2025-08-20T21:54:30.1165735Z [00:03:12.825]➜  mkdir -p $WORK/b624/
2025-08-20T21:54:30.1166184Z [00:03:12.825]➜  cat >/tmp/go-build3999932643/b624/importcfg << 'EOF' # internal
2025-08-20T21:54:30.1166528Z [00:03:12.825]➜  # import config
2025-08-20T21:54:30.1166982Z [00:03:12.825]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:30.1167693Z [00:03:12.825]➜  packagefile github.com/bytedance/sonic/ast=/tmp/go-build3999932643/b625/_pkg_.a
2025-08-20T21:54:30.1168310Z [00:03:12.825]➜  packagefile github.com/bytedance/sonic/decoder=/tmp/go-build3999932643/b643/_pkg_.a
2025-08-20T21:54:30.1169094Z [00:03:12.825]➜  packagefile github.com/bytedance/sonic/encoder=/tmp/go-build3999932643/b626/_pkg_.a
2025-08-20T21:54:30.1169729Z [00:03:12.825]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build3999932643/b631/_pkg_.a
2025-08-20T21:54:30.1170386Z [00:03:12.825]➜  packagefile github.com/bytedance/sonic/option=/tmp/go-build3999932643/b632/_pkg_.a
2025-08-20T21:54:30.1170885Z [00:03:12.825]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:30.1171293Z [00:03:12.825]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:30.1171609Z [00:03:12.825]➜  EOF
2025-08-20T21:54:30.1173788Z [00:03:12.825]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b624/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0=>github.com/bytedance/sonic@v1.14.0;$WORK/b624=>" -p github.com/bytedance/sonic -lang=go1.17 -complete -installsuffix shared -buildid wBv-t_ejtYVS7uvnmuFG/wBv-t_ejtYVS7uvnmuFG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b624/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/api.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/rawmessage.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/sonic.go
2025-08-20T21:54:30.1793912Z [00:03:12.889]➜  go tool buildid -w $WORK/b676/_pkg_.a # internal
2025-08-20T21:54:30.1818854Z [00:03:12.890]➜  cp $WORK/b676/_pkg_.a /root/.cache/go-build/58/58df796b3d978538ecf5f38b0919f6ed780cf6d52371ddfd9458ff55d0532325-d # internal
2025-08-20T21:54:30.1820572Z [00:03:12.890]➜  github.com/cloudflare/cfssl/log
2025-08-20T21:54:30.1821153Z [00:03:12.890]➜  mkdir -p $WORK/b682/
2025-08-20T21:54:30.1821549Z [00:03:12.890]➜  cat >/tmp/go-build3999932643/b682/importcfg << 'EOF' # internal
2025-08-20T21:54:30.1821893Z [00:03:12.890]➜  # import config
2025-08-20T21:54:30.1822222Z [00:03:12.890]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:30.1822630Z [00:03:12.890]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:30.1823039Z [00:03:12.890]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:30.1823338Z [00:03:12.890]➜  EOF
2025-08-20T21:54:30.1825150Z [00:03:12.890]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b682/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/cfssl@v1.6.4/log=>github.com/cloudflare/cfssl@v1.6.4/log;$WORK/b682=>" -p github.com/cloudflare/cfssl/log -lang=go1.18 -complete -installsuffix shared -buildid rMK68M5WK79wHGe60GM5/rMK68M5WK79wHGe60GM5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b682/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/cfssl@v1.6.4/log/log.go
2025-08-20T21:54:30.1927292Z [00:03:12.902]➜  go tool buildid -w $WORK/b624/_pkg_.a # internal
2025-08-20T21:54:30.1960198Z [00:03:12.905]➜  cp $WORK/b624/_pkg_.a /root/.cache/go-build/7c/7cfe81262757b52916849aa0a3f75d247bfa63443bf06a01b35bc5449aa5eca7-d # internal
2025-08-20T21:54:30.1962502Z [00:03:12.906]➜  github.com/projectdiscovery/nuclei/v3/pkg/utils/json
2025-08-20T21:54:30.1965130Z [00:03:12.906]➜  mkdir -p $WORK/b623/
2025-08-20T21:54:30.1969153Z [00:03:12.906]➜  cat >/tmp/go-build3999932643/b623/importcfg << 'EOF' # internal
2025-08-20T21:54:30.1970032Z [00:03:12.906]➜  # import config
2025-08-20T21:54:30.1970586Z [00:03:12.906]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:30.1971093Z [00:03:12.906]➜  packagefile github.com/bytedance/sonic=/tmp/go-build3999932643/b624/_pkg_.a
2025-08-20T21:54:30.1971715Z [00:03:12.906]➜  EOF
2025-08-20T21:54:30.1974578Z [00:03:12.906]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b623/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/json=>github.com/projectdiscovery/nuclei/v3/pkg/utils/json;$WORK/b623=>" -p github.com/projectdiscovery/nuclei/v3/pkg/utils/json -lang=go1.24 -complete -installsuffix shared -buildid hRlTlpxjUJUQ8W_Y5YvQ/hRlTlpxjUJUQ8W_Y5YvQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b623/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/json/doc.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/json/json.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/json/jsoncodec.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/json/message.go
2025-08-20T21:54:30.1980805Z [00:03:12.907]➜  go tool buildid -w $WORK/b678/_pkg_.a # internal
2025-08-20T21:54:30.2001864Z [00:03:12.909]➜  cp $WORK/b678/_pkg_.a /root/.cache/go-build/f9/f93639313d7fce400baebeb690d67771e2337e964f234f01f6bd549deca01bda-d # internal
2025-08-20T21:54:30.2050300Z [00:03:12.914]➜  github.com/projectdiscovery/rawhttp/clientpipeline
2025-08-20T21:54:30.2052223Z [00:03:12.914]➜  mkdir -p $WORK/b679/
2025-08-20T21:54:30.2054303Z [00:03:12.914]➜  cat >/tmp/go-build3999932643/b679/importcfg << 'EOF' # internal
2025-08-20T21:54:30.2054662Z [00:03:12.914]➜  # import config
2025-08-20T21:54:30.2055000Z [00:03:12.914]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:30.2055416Z [00:03:12.914]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:30.2055838Z [00:03:12.914]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:30.2056284Z [00:03:12.914]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:30.2057050Z [00:03:12.914]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:30.2057569Z [00:03:12.914]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:30.2058187Z [00:03:12.914]➜  packagefile github.com/projectdiscovery/rawhttp/client=/tmp/go-build3999932643/b678/_pkg_.a
2025-08-20T21:54:30.2058732Z [00:03:12.914]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:30.2059135Z [00:03:12.914]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:30.2059587Z [00:03:12.914]➜  packagefile net/http/httputil=/tmp/go-build3999932643/b235/_pkg_.a
2025-08-20T21:54:30.2060060Z [00:03:12.914]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:30.2060484Z [00:03:12.914]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:30.2060905Z [00:03:12.914]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:30.2061332Z [00:03:12.914]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:30.2061767Z [00:03:12.914]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:30.2062075Z [00:03:12.914]➜  EOF
2025-08-20T21:54:30.2067052Z [00:03:12.915]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b679/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/clientpipeline=>github.com/projectdiscovery/rawhttp@v0.1.90/clientpipeline;$WORK/b679=>" -p github.com/projectdiscovery/rawhttp/clientpipeline -lang=go1.21 -complete -installsuffix shared -buildid XasyoBnrqHoNw-VGq6NM/XasyoBnrqHoNw-VGq6NM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b679/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/clientpipeline/client.go /root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/clientpipeline/pipeconns.go /root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/clientpipeline/request.go /root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/clientpipeline/response.go /root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/clientpipeline/tcpdialer.go
2025-08-20T21:54:30.2106085Z [00:03:12.919]➜  go tool buildid -w $WORK/b682/_pkg_.a # internal
2025-08-20T21:54:30.2107227Z [00:03:12.920]➜  cp $WORK/b682/_pkg_.a /root/.cache/go-build/63/6383a8254a0967252e07ccfc944c9abbd96960f8f3d14dbb565f9c7bc3a044f6-d # internal
2025-08-20T21:54:30.2113052Z [00:03:12.921]➜  github.com/projectdiscovery/rawhttp/proxy
2025-08-20T21:54:30.2113898Z [00:03:12.921]➜  mkdir -p $WORK/b680/
2025-08-20T21:54:30.2118598Z [00:03:12.921]➜  cat >/tmp/go-build3999932643/b680/importcfg << 'EOF' # internal
2025-08-20T21:54:30.2122317Z [00:03:12.921]➜  # import config
2025-08-20T21:54:30.2128618Z [00:03:12.921]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:30.2129611Z [00:03:12.921]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:30.2132901Z [00:03:12.921]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:30.2133521Z [00:03:12.921]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build3999932643/b341/_pkg_.a
2025-08-20T21:54:30.2134239Z [00:03:12.921]➜  packagefile github.com/projectdiscovery/rawhttp/client=/tmp/go-build3999932643/b678/_pkg_.a
2025-08-20T21:54:30.2134850Z [00:03:12.921]➜  packagefile golang.org/x/net/proxy=/tmp/go-build3999932643/b336/_pkg_.a
2025-08-20T21:54:30.2135314Z [00:03:12.921]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:30.2135737Z [00:03:12.921]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:30.2136162Z [00:03:12.921]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:30.2136578Z [00:03:12.921]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:30.2136890Z [00:03:12.921]➜  EOF
2025-08-20T21:54:30.2139623Z [00:03:12.921]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b680/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/proxy=>github.com/projectdiscovery/rawhttp@v0.1.90/proxy;$WORK/b680=>" -p github.com/projectdiscovery/rawhttp/proxy -lang=go1.21 -complete -installsuffix shared -buildid 1-_fmq_6E7LUuokYQ9cr/1-_fmq_6E7LUuokYQ9cr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b680/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/proxy/http.go /root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/proxy/proxy.go /root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/proxy/socks5.go
2025-08-20T21:54:30.2150090Z [00:03:12.924]➜  go tool buildid -w $WORK/b623/_pkg_.a # internal
2025-08-20T21:54:30.2154863Z [00:03:12.925]➜  cp $WORK/b623/_pkg_.a /root/.cache/go-build/f8/f889803133db73cb61c34601e65f3678c5420d73e454ffaac3259efc60804fe2-d # internal
2025-08-20T21:54:30.2155520Z [00:03:12.925]➜  github.com/projectdiscovery/nuclei/v3/pkg/catalog/config
2025-08-20T21:54:30.2155884Z [00:03:12.925]➜  mkdir -p $WORK/b620/
2025-08-20T21:54:30.2158767Z [00:03:12.925]➜  cat >/tmp/go-build3999932643/b620/importcfg << 'EOF' # internal
2025-08-20T21:54:30.2159145Z [00:03:12.925]➜  # import config
2025-08-20T21:54:30.2160016Z [00:03:12.925]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:30.2160521Z [00:03:12.925]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:30.2161004Z [00:03:12.925]➜  packagefile encoding/csv=/tmp/go-build3999932643/b621/_pkg_.a
2025-08-20T21:54:30.2161439Z [00:03:12.925]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:30.2162190Z [00:03:12.925]➜  packagefile github.com/Masterminds/semver/v3=/tmp/go-build3999932643/b479/_pkg_.a
2025-08-20T21:54:30.2162894Z [00:03:12.925]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:30.2163661Z [00:03:12.925]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/extensions=/tmp/go-build3999932643/b622/_pkg_.a
2025-08-20T21:54:30.2164473Z [00:03:12.925]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:54:30.2165172Z [00:03:12.925]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build3999932643/b182/_pkg_.a
2025-08-20T21:54:30.2172534Z [00:03:12.925]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:30.2173301Z [00:03:12.925]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:54:30.2173971Z [00:03:12.925]➜  packagefile github.com/projectdiscovery/utils/folder=/tmp/go-build3999932643/b221/_pkg_.a
2025-08-20T21:54:30.2174640Z [00:03:12.925]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:30.2175241Z [00:03:12.925]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build3999932643/b650/_pkg_.a
2025-08-20T21:54:30.2175857Z [00:03:12.925]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:30.2176254Z [00:03:12.925]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:30.2176694Z [00:03:12.925]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:30.2177162Z [00:03:12.925]➜  packagefile runtime/debug=/tmp/go-build3999932643/b245/_pkg_.a
2025-08-20T21:54:30.2177945Z [00:03:12.925]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:30.2178373Z [00:03:12.925]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:30.2178797Z [00:03:12.925]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:30.2179101Z [00:03:12.925]➜  EOF
2025-08-20T21:54:30.2181876Z [00:03:12.926]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b620/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/config=>github.com/projectdiscovery/nuclei/v3/pkg/catalog/config;$WORK/b620=>" -p github.com/projectdiscovery/nuclei/v3/pkg/catalog/config -lang=go1.24 -complete -installsuffix shared -buildid sM1notsdfYQlpafOMM_R/sM1notsdfYQlpafOMM_R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b620/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/config/constants.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/config/ignorefile.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/config/nucleiconfig.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/config/template.go
2025-08-20T21:54:30.2293707Z [00:03:12.937]➜  go tool buildid -w $WORK/b654/_pkg_.a # internal
2025-08-20T21:54:30.2304430Z [00:03:12.940]➜  cp $WORK/b654/_pkg_.a /root/.cache/go-build/84/84d860861cf8abaa216f1fd596f7d7d81f14576cc0b5f3359e0c420f43a6436e-d # internal
2025-08-20T21:54:30.2310042Z [00:03:12.940]➜  github.com/cloudflare/cfssl/errors
2025-08-20T21:54:30.2310700Z [00:03:12.940]➜  mkdir -p $WORK/b686/
2025-08-20T21:54:30.2312087Z [00:03:12.940]➜  cat >/tmp/go-build3999932643/b686/importcfg << 'EOF' # internal
2025-08-20T21:54:30.2312647Z [00:03:12.940]➜  # import config
2025-08-20T21:54:30.2313122Z [00:03:12.940]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:30.2314532Z [00:03:12.940]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:30.2314987Z [00:03:12.940]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:30.2315406Z [00:03:12.940]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:30.2315839Z [00:03:12.940]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:30.2316158Z [00:03:12.940]➜  EOF
2025-08-20T21:54:30.2318921Z [00:03:12.941]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b686/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/cfssl@v1.6.4/errors=>github.com/cloudflare/cfssl@v1.6.4/errors;$WORK/b686=>" -p github.com/cloudflare/cfssl/errors -lang=go1.18 -complete -installsuffix shared -buildid -ariU1KF8IkOUBKEsbrW/-ariU1KF8IkOUBKEsbrW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b686/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/cfssl@v1.6.4/errors/doc.go /root/go/pkg/mod/github.com/cloudflare/cfssl@v1.6.4/errors/error.go /root/go/pkg/mod/github.com/cloudflare/cfssl@v1.6.4/errors/http.go
2025-08-20T21:54:30.2551620Z [00:03:12.964]➜  go tool buildid -w $WORK/b686/_pkg_.a # internal
2025-08-20T21:54:30.2565500Z [00:03:12.966]➜  cp $WORK/b686/_pkg_.a /root/.cache/go-build/0e/0ef5296fb641588b7a1068b4da3eb5e90f7ae1a68199f9099fea2e7287491529-d # internal
2025-08-20T21:54:30.2568810Z [00:03:12.966]➜  github.com/cloudflare/cfssl/crypto/pkcs7
2025-08-20T21:54:30.2574912Z [00:03:12.967]➜  mkdir -p $WORK/b685/
2025-08-20T21:54:30.2590605Z [00:03:12.968]➜  cat >/tmp/go-build3999932643/b685/importcfg << 'EOF' # internal
2025-08-20T21:54:30.2591998Z [00:03:12.968]➜  # import config
2025-08-20T21:54:30.2592922Z [00:03:12.968]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:30.2593739Z [00:03:12.968]➜  packagefile crypto/x509/pkix=/tmp/go-build3999932643/b154/_pkg_.a
2025-08-20T21:54:30.2596174Z [00:03:12.968]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:30.2599004Z [00:03:12.968]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:30.2601786Z [00:03:12.968]➜  packagefile github.com/cloudflare/cfssl/errors=/tmp/go-build3999932643/b686/_pkg_.a
2025-08-20T21:54:30.2603782Z [00:03:12.968]➜  EOF
2025-08-20T21:54:30.2606210Z [00:03:12.969]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b685/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/cfssl@v1.6.4/crypto/pkcs7=>github.com/cloudflare/cfssl@v1.6.4/crypto/pkcs7;$WORK/b685=>" -p github.com/cloudflare/cfssl/crypto/pkcs7 -lang=go1.18 -complete -installsuffix shared -buildid OsXpL6NvOgiYuD35q9OW/OsXpL6NvOgiYuD35q9OW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b685/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/cfssl@v1.6.4/crypto/pkcs7/pkcs7.go
2025-08-20T21:54:30.2890910Z [00:03:12.998]➜  go tool buildid -w $WORK/b620/_pkg_.a # internal
2025-08-20T21:54:30.2902047Z [00:03:12.999]➜  cp $WORK/b620/_pkg_.a /root/.cache/go-build/0d/0dbb371b784a4b2a1773e064e02039fac043e025fba2f38eb7e996e54bce6148-d # internal
2025-08-20T21:54:30.2908511Z [00:03:13.000]➜  github.com/cloudflare/cfssl/helpers/derhelpers
2025-08-20T21:54:30.2910121Z [00:03:13.000]➜  mkdir -p $WORK/b687/
2025-08-20T21:54:30.2911292Z [00:03:13.000]➜  cat >/tmp/go-build3999932643/b687/importcfg << 'EOF' # internal
2025-08-20T21:54:30.2913464Z [00:03:13.001]➜  # import config
2025-08-20T21:54:30.2913844Z [00:03:13.001]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:30.2914308Z [00:03:13.001]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:30.2914781Z [00:03:13.001]➜  packagefile crypto/ed25519=/tmp/go-build3999932643/b130/_pkg_.a
2025-08-20T21:54:30.2915240Z [00:03:13.001]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:30.2915694Z [00:03:13.001]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:30.2916174Z [00:03:13.001]➜  packagefile crypto/x509/pkix=/tmp/go-build3999932643/b154/_pkg_.a
2025-08-20T21:54:30.2916657Z [00:03:13.001]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:30.2917094Z [00:03:13.001]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:30.2917799Z [00:03:13.001]➜  packagefile github.com/cloudflare/cfssl/errors=/tmp/go-build3999932643/b686/_pkg_.a
2025-08-20T21:54:30.2918211Z [00:03:13.001]➜  EOF
2025-08-20T21:54:30.2920846Z [00:03:13.001]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b687/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/cfssl@v1.6.4/helpers/derhelpers=>github.com/cloudflare/cfssl@v1.6.4/helpers/derhelpers;$WORK/b687=>" -p github.com/cloudflare/cfssl/helpers/derhelpers -lang=go1.18 -complete -installsuffix shared -buildid 3cUmPQsdeahMa7YVRCW5/3cUmPQsdeahMa7YVRCW5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b687/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/cfssl@v1.6.4/helpers/derhelpers/derhelpers.go /root/go/pkg/mod/github.com/cloudflare/cfssl@v1.6.4/helpers/derhelpers/ed25519.go
2025-08-20T21:54:30.2928769Z [00:03:13.002]➜  go tool buildid -w $WORK/b685/_pkg_.a # internal
2025-08-20T21:54:30.2930042Z [00:03:13.002]➜  cp $WORK/b685/_pkg_.a /root/.cache/go-build/8c/8c9aafa1f21bfea0558060598597d3e1841efd1e05d6b22f1ef9ca977043cf97-d # internal
2025-08-20T21:54:30.2931381Z [00:03:13.002]➜  github.com/google/certificate-transparency-go/asn1
2025-08-20T21:54:30.2932129Z [00:03:13.002]➜  mkdir -p $WORK/b690/
2025-08-20T21:54:30.2932652Z [00:03:13.002]➜  cat >/tmp/go-build3999932643/b690/importcfg << 'EOF' # internal
2025-08-20T21:54:30.2933109Z [00:03:13.002]➜  # import config
2025-08-20T21:54:30.2933555Z [00:03:13.002]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:30.2934100Z [00:03:13.002]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:30.2934610Z [00:03:13.002]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:30.2935685Z [00:03:13.002]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:30.2936998Z [00:03:13.002]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:30.2937665Z [00:03:13.002]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:30.2938130Z [00:03:13.002]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:30.2938580Z [00:03:13.002]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:30.2939032Z [00:03:13.002]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:54:30.2939503Z [00:03:13.002]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:30.2939834Z [00:03:13.002]➜  EOF
2025-08-20T21:54:30.2942575Z [00:03:13.002]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b690/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/asn1=>github.com/google/certificate-transparency-go@v1.1.4/asn1;$WORK/b690=>" -p github.com/google/certificate-transparency-go/asn1 -lang=go1.17 -complete -installsuffix shared -buildid mqoeU_PS-a_QmXeLhp3a/mqoeU_PS-a_QmXeLhp3a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b690/importcfg -pack /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/asn1/asn1.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/asn1/common.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/asn1/marshal.go
2025-08-20T21:54:30.3087615Z [00:03:13.016]➜  go tool buildid -w $WORK/b679/_pkg_.a # internal
2025-08-20T21:54:30.3088441Z [00:03:13.018]➜  cp $WORK/b679/_pkg_.a /root/.cache/go-build/6c/6c4817929f7d0a31517a70bf20556ebc0c036c06fba677a5e7980b8021184629-d # internal
2025-08-20T21:54:30.3090813Z [00:03:13.018]➜  golang.org/x/crypto/pkcs12/internal/rc2
2025-08-20T21:54:30.3092545Z [00:03:13.019]➜  mkdir -p $WORK/b694/
2025-08-20T21:54:30.3097036Z [00:03:13.019]➜  cat >/tmp/go-build3999932643/b694/importcfg << 'EOF' # internal
2025-08-20T21:54:30.3098100Z [00:03:13.019]➜  # import config
2025-08-20T21:54:30.3098499Z [00:03:13.019]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:30.3098976Z [00:03:13.019]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:30.3099438Z [00:03:13.019]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:30.3099766Z [00:03:13.019]➜  EOF
2025-08-20T21:54:30.3102000Z [00:03:13.019]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b694/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pkcs12/internal/rc2=>golang.org/x/crypto@v0.39.0/pkcs12/internal/rc2;$WORK/b694=>" -p golang.org/x/crypto/pkcs12/internal/rc2 -lang=go1.23 -complete -installsuffix shared -buildid kPfgCtcpvJlti-pF5rrH/kPfgCtcpvJlti-pF5rrH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b694/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pkcs12/internal/rc2/rc2.go
2025-08-20T21:54:30.3137603Z [00:03:13.023]➜  go tool buildid -w $WORK/b687/_pkg_.a # internal
2025-08-20T21:54:30.3139225Z [00:03:13.023]➜  cp $WORK/b687/_pkg_.a /root/.cache/go-build/3d/3d39c62253fa09df4d08f32c09acdf312757f1df3b3664cd879b22111b587b82-d # internal
2025-08-20T21:54:30.3158993Z [00:03:13.025]➜  github.com/projectdiscovery/tlsx/assets
2025-08-20T21:54:30.3159821Z [00:03:13.025]➜  mkdir -p $WORK/b695/
2025-08-20T21:54:30.3160398Z [00:03:13.025]➜  cat >/tmp/go-build3999932643/b695/importcfg << 'EOF' # internal
2025-08-20T21:54:30.3160802Z [00:03:13.025]➜  # import config
2025-08-20T21:54:30.3161174Z [00:03:13.025]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:30.3161613Z [00:03:13.025]➜  packagefile embed=/tmp/go-build3999932643/b066/_pkg_.a
2025-08-20T21:54:30.3162057Z [00:03:13.025]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:30.3162523Z [00:03:13.025]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:30.3163151Z [00:03:13.025]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:30.3163699Z [00:03:13.025]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:30.3164365Z [00:03:13.025]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:30.3164797Z [00:03:13.025]➜  EOF
2025-08-20T21:54:30.3165119Z [00:03:13.025]➜  cat >/tmp/go-build3999932643/b695/embedcfg << 'EOF' # internal
2025-08-20T21:54:30.3165435Z [00:03:13.025]➜  {
2025-08-20T21:54:30.3165634Z [00:03:13.025]➜  	"Patterns": {
2025-08-20T21:54:30.3165908Z [00:03:13.025]➜  		"cipherstatus_data.json": [
2025-08-20T21:54:30.3166207Z [00:03:13.025]➜  			"cipherstatus_data.json"
2025-08-20T21:54:30.3166457Z [00:03:13.025]➜  		],
2025-08-20T21:54:30.3166678Z [00:03:13.025]➜  		"root-certs.pem": [
2025-08-20T21:54:30.3166938Z [00:03:13.025]➜  			"root-certs.pem"
2025-08-20T21:54:30.3167176Z [00:03:13.025]➜  		]
2025-08-20T21:54:30.3167590Z [00:03:13.025]➜  	},
2025-08-20T21:54:30.3167852Z [00:03:13.025]➜  	"Files": {
2025-08-20T21:54:30.3168612Z [00:03:13.025]➜  		"cipherstatus_data.json": "/root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/assets/cipherstatus_data.json",
2025-08-20T21:54:30.3169375Z [00:03:13.025]➜  		"root-certs.pem": "/root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/assets/root-certs.pem"
2025-08-20T21:54:30.3169815Z [00:03:13.025]➜  	}
2025-08-20T21:54:30.3170005Z [00:03:13.025]➜  }EOF
2025-08-20T21:54:30.3172409Z [00:03:13.025]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b695/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/assets=>github.com/projectdiscovery/tlsx@v1.1.9/assets;$WORK/b695=>" -p github.com/projectdiscovery/tlsx/assets -lang=go1.21 -complete -installsuffix shared -buildid BcM5Z_fUaK0Cnv2xw3nu/BcM5Z_fUaK0Cnv2xw3nu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b695/importcfg -embedcfg $WORK/b695/embedcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/assets/cipherstatus_data.go /root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/assets/root_cert_data.go
2025-08-20T21:54:30.3289665Z [00:03:13.038]➜  go tool buildid -w $WORK/b694/_pkg_.a # internal
2025-08-20T21:54:30.3295193Z [00:03:13.039]➜  cp $WORK/b694/_pkg_.a /root/.cache/go-build/58/58329096f841251cb4bb9c0fdb5708bdab750f9bdba2cf9b335b0739513c06aa-d # internal
2025-08-20T21:54:30.3331804Z [00:03:13.042]➜  golang.org/x/crypto/pkcs12
2025-08-20T21:54:30.3332810Z [00:03:13.042]➜  mkdir -p $WORK/b693/
2025-08-20T21:54:30.3333548Z [00:03:13.042]➜  cat >/tmp/go-build3999932643/b693/importcfg << 'EOF' # internal
2025-08-20T21:54:30.3333965Z [00:03:13.042]➜  # import config
2025-08-20T21:54:30.3334307Z [00:03:13.042]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:30.3334756Z [00:03:13.042]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:30.3335216Z [00:03:13.042]➜  packagefile crypto/des=/tmp/go-build3999932643/b109/_pkg_.a
2025-08-20T21:54:30.3335682Z [00:03:13.042]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:30.3336143Z [00:03:13.042]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:30.3336598Z [00:03:13.042]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:30.3337302Z [00:03:13.042]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:30.3338009Z [00:03:13.042]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:30.3338495Z [00:03:13.042]➜  packagefile crypto/x509/pkix=/tmp/go-build3999932643/b154/_pkg_.a
2025-08-20T21:54:30.3338972Z [00:03:13.042]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:30.3339434Z [00:03:13.042]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:30.3339893Z [00:03:13.042]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:30.3340610Z [00:03:13.042]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:30.3341165Z [00:03:13.042]➜  packagefile golang.org/x/crypto/pkcs12/internal/rc2=/tmp/go-build3999932643/b694/_pkg_.a
2025-08-20T21:54:30.3341709Z [00:03:13.042]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:30.3342155Z [00:03:13.042]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:54:30.3342492Z [00:03:13.042]➜  EOF
2025-08-20T21:54:30.3346916Z [00:03:13.042]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b693/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pkcs12=>golang.org/x/crypto@v0.39.0/pkcs12;$WORK/b693=>" -p golang.org/x/crypto/pkcs12 -lang=go1.23 -complete -installsuffix shared -buildid YHD5cmCKFo9Ud9Fx42-k/YHD5cmCKFo9Ud9Fx42-k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b693/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pkcs12/bmp-string.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pkcs12/crypto.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pkcs12/errors.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pkcs12/mac.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pkcs12/pbkdf.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pkcs12/pkcs12.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pkcs12/safebags.go
2025-08-20T21:54:30.3421969Z [00:03:13.051]➜  go tool buildid -w $WORK/b695/_pkg_.a # internal
2025-08-20T21:54:30.3422808Z [00:03:13.052]➜  cp $WORK/b695/_pkg_.a /root/.cache/go-build/7f/7f955303e369f878a8a19c5698ba6b969a62e43eb0b98c416cf7f0ab81727a5f-d # internal
2025-08-20T21:54:30.3437336Z [00:03:13.053]➜  github.com/projectdiscovery/tlsx/pkg/tlsx/ztls/ja3
2025-08-20T21:54:30.3437861Z [00:03:13.053]➜  mkdir -p $WORK/b698/
2025-08-20T21:54:30.3439152Z [00:03:13.053]➜  cat >/tmp/go-build3999932643/b698/importcfg << 'EOF' # internal
2025-08-20T21:54:30.3440002Z [00:03:13.053]➜  # import config
2025-08-20T21:54:30.3440363Z [00:03:13.053]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:30.3440839Z [00:03:13.053]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:30.3441370Z [00:03:13.053]➜  packagefile github.com/zmap/zcrypto/tls=/tmp/go-build3999932643/b449/_pkg_.a
2025-08-20T21:54:30.3441862Z [00:03:13.053]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:30.3442176Z [00:03:13.053]➜  EOF
2025-08-20T21:54:30.3444575Z [00:03:13.053]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b698/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/ztls/ja3=>github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/ztls/ja3;$WORK/b698=>" -p github.com/projectdiscovery/tlsx/pkg/tlsx/ztls/ja3 -lang=go1.21 -complete -installsuffix shared -buildid 7o2WaGCelZdX-f28mUGa/7o2WaGCelZdX-f28mUGa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b698/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/ztls/ja3/ja3.go
2025-08-20T21:54:30.4048712Z [00:03:13.114]➜  go tool buildid -w $WORK/b698/_pkg_.a # internal
2025-08-20T21:54:30.4051424Z [00:03:13.114]➜  cp $WORK/b698/_pkg_.a /root/.cache/go-build/19/19d56ebeab38f5e5fc9392065bf516e1b778e43fe438ed68ec873b5517dcff6e-d # internal
2025-08-20T21:54:30.4067963Z [00:03:13.116]➜  github.com/projectdiscovery/utils/conn/connpool
2025-08-20T21:54:30.4068359Z [00:03:13.116]➜  mkdir -p $WORK/b699/
2025-08-20T21:54:30.4069301Z [00:03:13.116]➜  cat >/tmp/go-build3999932643/b699/importcfg << 'EOF' # internal
2025-08-20T21:54:30.4069712Z [00:03:13.116]➜  # import config
2025-08-20T21:54:30.4070068Z [00:03:13.116]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:30.4070514Z [00:03:13.116]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:30.4071075Z [00:03:13.116]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:54:30.4071665Z [00:03:13.116]➜  packagefile go.uber.org/multierr=/tmp/go-build3999932643/b335/_pkg_.a
2025-08-20T21:54:30.4072488Z [00:03:13.116]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:30.4072897Z [00:03:13.116]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:30.4073209Z [00:03:13.116]➜  EOF
2025-08-20T21:54:30.4075685Z [00:03:13.116]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b699/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/conn/connpool=>github.com/projectdiscovery/utils@v0.4.23/conn/connpool;$WORK/b699=>" -p github.com/projectdiscovery/utils/conn/connpool -lang=go1.24 -complete -installsuffix shared -buildid v84RjpF21RDGjcd7NALs/v84RjpF21RDGjcd7NALs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b699/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/conn/connpool/inflight.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/conn/connpool/onetimepool.go
2025-08-20T21:54:30.4153575Z [00:03:13.124]➜  go tool buildid -w $WORK/b693/_pkg_.a # internal
2025-08-20T21:54:30.4183249Z [00:03:13.127]➜  cp $WORK/b693/_pkg_.a /root/.cache/go-build/8d/8d60a0c06526e727a1b82ceb04a8504ca5efd28eebf9cc2263d5790ffb31071e-d # internal
2025-08-20T21:54:30.4199485Z [00:03:13.129]➜  github.com/projectdiscovery/useragent
2025-08-20T21:54:30.4199919Z [00:03:13.129]➜  mkdir -p $WORK/b700/
2025-08-20T21:54:30.4211656Z [00:03:13.130]➜  cat >/tmp/go-build3999932643/b700/importcfg << 'EOF' # internal
2025-08-20T21:54:30.4212115Z [00:03:13.130]➜  # import config
2025-08-20T21:54:30.4212463Z [00:03:13.130]➜  packagefile embed=/tmp/go-build3999932643/b066/_pkg_.a
2025-08-20T21:54:30.4212920Z [00:03:13.130]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:30.4213357Z [00:03:13.130]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:30.4213901Z [00:03:13.130]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build3999932643/b190/_pkg_.a
2025-08-20T21:54:30.4214573Z [00:03:13.130]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:30.4215124Z [00:03:13.130]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:30.4215445Z [00:03:13.130]➜  EOF
2025-08-20T21:54:30.4215764Z [00:03:13.130]➜  cat >/tmp/go-build3999932643/b700/embedcfg << 'EOF' # internal
2025-08-20T21:54:30.4216084Z [00:03:13.130]➜  {
2025-08-20T21:54:30.4216285Z [00:03:13.130]➜  	"Patterns": {
2025-08-20T21:54:30.4216766Z [00:03:13.130]➜  		"useragent_data.json": [
2025-08-20T21:54:30.4217134Z [00:03:13.130]➜  			"useragent_data.json"
2025-08-20T21:54:30.4217572Z [00:03:13.130]➜  		]
2025-08-20T21:54:30.4217839Z [00:03:13.130]➜  	},
2025-08-20T21:54:30.4218197Z [00:03:13.130]➜  	"Files": {
2025-08-20T21:54:30.4218822Z [00:03:13.130]➜  		"useragent_data.json": "/root/go/pkg/mod/github.com/projectdiscovery/useragent@v0.0.101/useragent_data.json"
2025-08-20T21:54:30.4219298Z [00:03:13.130]➜  	}
2025-08-20T21:54:30.4219490Z [00:03:13.130]➜  }EOF
2025-08-20T21:54:30.4222166Z [00:03:13.130]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b700/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/useragent@v0.0.101=>github.com/projectdiscovery/useragent@v0.0.101;$WORK/b700=>" -p github.com/projectdiscovery/useragent -lang=go1.21 -complete -installsuffix shared -buildid Z6eIX40e3eRgMK3d6xQU/Z6eIX40e3eRgMK3d6xQU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b700/importcfg -embedcfg $WORK/b700/embedcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/useragent@v0.0.101/filter.go /root/go/pkg/mod/github.com/projectdiscovery/useragent@v0.0.101/useragent.go /root/go/pkg/mod/github.com/projectdiscovery/useragent@v0.0.101/useragent_data.go
2025-08-20T21:54:30.4377844Z [00:03:13.147]➜  go tool buildid -w $WORK/b690/_pkg_.a # internal
2025-08-20T21:54:30.4411338Z [00:03:13.149]➜  cp $WORK/b690/_pkg_.a /root/.cache/go-build/39/392a4d5fd235bf5dd6c0cc3686098c737fd8b98cbb704c2526f94fe77fe6ac01-d # internal
2025-08-20T21:54:30.4412121Z [00:03:13.149]➜  github.com/google/certificate-transparency-go/tls
2025-08-20T21:54:30.4412782Z [00:03:13.149]➜  mkdir -p $WORK/b689/
2025-08-20T21:54:30.4413161Z [00:03:13.149]➜  cat >/tmp/go-build3999932643/b689/importcfg << 'EOF' # internal
2025-08-20T21:54:30.4413519Z [00:03:13.149]➜  # import config
2025-08-20T21:54:30.4413851Z [00:03:13.149]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:30.4414271Z [00:03:13.149]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:30.4414737Z [00:03:13.149]➜  packagefile crypto/dsa=/tmp/go-build3999932643/b153/_pkg_.a
2025-08-20T21:54:30.4415196Z [00:03:13.149]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:30.4415655Z [00:03:13.149]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:30.4416108Z [00:03:13.149]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:30.4416556Z [00:03:13.149]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:30.4417006Z [00:03:13.149]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:30.4417694Z [00:03:13.149]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:30.4418380Z [00:03:13.149]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:30.4418854Z [00:03:13.149]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:30.4419308Z [00:03:13.149]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:30.4419720Z [00:03:13.149]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:30.4420317Z [00:03:13.149]➜  packagefile github.com/google/certificate-transparency-go/asn1=/tmp/go-build3999932643/b690/_pkg_.a
2025-08-20T21:54:30.4420883Z [00:03:13.149]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:30.4421303Z [00:03:13.149]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:30.4421737Z [00:03:13.149]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:30.4422169Z [00:03:13.149]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:30.4422604Z [00:03:13.149]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:30.4422915Z [00:03:13.149]➜  EOF
2025-08-20T21:54:30.4425934Z [00:03:13.149]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b689/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/tls=>github.com/google/certificate-transparency-go@v1.1.4/tls;$WORK/b689=>" -p github.com/google/certificate-transparency-go/tls -lang=go1.17 -complete -installsuffix shared -buildid qSYcXklS7Y9T1nulH0xE/qSYcXklS7Y9T1nulH0xE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b689/importcfg -pack /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/tls/signature.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/tls/tls.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/tls/types.go
2025-08-20T21:54:30.4526474Z [00:03:13.162]➜  go tool buildid -w $WORK/b700/_pkg_.a # internal
2025-08-20T21:54:30.4542351Z [00:03:13.163]➜  cp $WORK/b700/_pkg_.a /root/.cache/go-build/ef/efd335fff6bad28686c243abd684ef6ad4ed8d1e1a567940b0a112b2e9e012de-d # internal
2025-08-20T21:54:30.4543649Z [00:03:13.164]➜  github.com/google/certificate-transparency-go/x509/pkix
2025-08-20T21:54:30.4544140Z [00:03:13.164]➜  mkdir -p $WORK/b692/
2025-08-20T21:54:30.4553699Z [00:03:13.165]➜  cat >/tmp/go-build3999932643/b692/importcfg << 'EOF' # internal
2025-08-20T21:54:30.4555418Z [00:03:13.165]➜  # import config
2025-08-20T21:54:30.4556370Z [00:03:13.165]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:30.4556904Z [00:03:13.165]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:30.4557605Z [00:03:13.165]➜  packagefile github.com/google/certificate-transparency-go/asn1=/tmp/go-build3999932643/b690/_pkg_.a
2025-08-20T21:54:30.4558235Z [00:03:13.165]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:30.4558970Z [00:03:13.165]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:30.4559421Z [00:03:13.165]➜  EOF
2025-08-20T21:54:30.4561623Z [00:03:13.165]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b692/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/x509/pkix=>github.com/google/certificate-transparency-go@v1.1.4/x509/pkix;$WORK/b692=>" -p github.com/google/certificate-transparency-go/x509/pkix -lang=go1.17 -complete -installsuffix shared -buildid 0wQu_lYb5-vtKGu7_tRJ/0wQu_lYb5-vtKGu7_tRJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b692/importcfg -pack /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/x509/pkix/pkix.go
2025-08-20T21:54:30.4833163Z [00:03:13.193]➜  go tool buildid -w $WORK/b692/_pkg_.a # internal
2025-08-20T21:54:30.4841437Z [00:03:13.193]➜  cp $WORK/b692/_pkg_.a /root/.cache/go-build/64/6412fb3f6ececdb117a70de7d5a9832b5fd5030df6148d398dff48443bd978ad-d # internal
2025-08-20T21:54:30.4852796Z [00:03:13.195]➜  github.com/projectdiscovery/utils/generic
2025-08-20T21:54:30.4853173Z [00:03:13.195]➜  mkdir -p $WORK/b701/
2025-08-20T21:54:30.4861006Z [00:03:13.195]➜  cat >/tmp/go-build3999932643/b701/importcfg << 'EOF' # internal
2025-08-20T21:54:30.4861390Z [00:03:13.195]➜  # import config
2025-08-20T21:54:30.4861753Z [00:03:13.195]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:30.4862200Z [00:03:13.195]➜  packagefile encoding/gob=/tmp/go-build3999932643/b330/_pkg_.a
2025-08-20T21:54:30.4862636Z [00:03:13.195]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:30.4862949Z [00:03:13.195]➜  EOF
2025-08-20T21:54:30.4865260Z [00:03:13.195]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b701/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/generic=>github.com/projectdiscovery/utils@v0.4.23/generic;$WORK/b701=>" -p github.com/projectdiscovery/utils/generic -lang=go1.24 -complete -installsuffix shared -buildid PhC35hA_26EVbdZRh5rX/PhC35hA_26EVbdZRh5rX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b701/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/generic/generic.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/generic/lockable.go
2025-08-20T21:54:30.4970545Z [00:03:13.206]➜  go tool buildid -w $WORK/b701/_pkg_.a # internal
2025-08-20T21:54:30.4981979Z [00:03:13.207]➜  cp $WORK/b701/_pkg_.a /root/.cache/go-build/9c/9c9361b427c5f77477ebe8ca0de3c41f161e349a3e2548cea5a67b880bbc4cb1-d # internal
2025-08-20T21:54:30.4993733Z [00:03:13.208]➜  github.com/dsnet/compress/brotli
2025-08-20T21:54:30.4997269Z [00:03:13.209]➜  mkdir -p $WORK/b703/
2025-08-20T21:54:30.4998566Z [00:03:13.209]➜  go tool buildid -w $WORK/b699/_pkg_.a # internal
2025-08-20T21:54:30.4999346Z [00:03:13.209]➜  cat >/tmp/go-build3999932643/b703/importcfg << 'EOF' # internal
2025-08-20T21:54:30.5000425Z [00:03:13.209]➜  # import config
2025-08-20T21:54:30.5000815Z [00:03:13.209]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:30.5001229Z [00:03:13.209]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:30.5001768Z [00:03:13.209]➜  packagefile github.com/dsnet/compress/internal=/tmp/go-build3999932643/b305/_pkg_.a
2025-08-20T21:54:30.5002428Z [00:03:13.209]➜  packagefile github.com/dsnet/compress/internal/errors=/tmp/go-build3999932643/b306/_pkg_.a
2025-08-20T21:54:30.5002955Z [00:03:13.209]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:30.5003373Z [00:03:13.209]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:30.5003700Z [00:03:13.209]➜  EOF
2025-08-20T21:54:30.5018361Z [00:03:13.209]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b703/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/brotli=>github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/brotli;$WORK/b703=>" -p github.com/dsnet/compress/brotli -lang=go1.9 -complete -installsuffix shared -buildid TGOJbOs5ZnpL29wpqtuj/TGOJbOs5ZnpL29wpqtuj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b703/importcfg -pack /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/brotli/bit_reader.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/brotli/bit_writer.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/brotli/common.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/brotli/context.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/brotli/dict.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/brotli/dict_decoder.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/brotli/dict_encoder.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/brotli/prefix.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/brotli/prefix_decoder.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/brotli/prefix_encoder.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/brotli/reader.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/brotli/transform.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/brotli/writer.go
2025-08-20T21:54:30.5024916Z [00:03:13.211]➜  cp $WORK/b699/_pkg_.a /root/.cache/go-build/7f/7f02b77b73d7d67084e93919ef6ab4c91b6079664681ecc6a39cbf2d766632bc-d # internal
2025-08-20T21:54:30.5028921Z [00:03:13.212]➜  golang.org/x/sync/semaphore
2025-08-20T21:54:30.5038171Z [00:03:13.212]➜  mkdir -p $WORK/b706/
2025-08-20T21:54:30.5046702Z [00:03:13.214]➜  cat >/tmp/go-build3999932643/b706/importcfg << 'EOF' # internal
2025-08-20T21:54:30.5047797Z [00:03:13.214]➜  # import config
2025-08-20T21:54:30.5048417Z [00:03:13.214]➜  packagefile container/list=/tmp/go-build3999932643/b106/_pkg_.a
2025-08-20T21:54:30.5049076Z [00:03:13.214]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:30.5049933Z [00:03:13.214]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:30.5050821Z [00:03:13.214]➜  EOF
2025-08-20T21:54:30.5052996Z [00:03:13.214]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b706/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.15.0/semaphore=>golang.org/x/sync@v0.15.0/semaphore;$WORK/b706=>" -p golang.org/x/sync/semaphore -lang=go1.23 -complete -installsuffix shared -buildid 81kBfLbFV6vr5b1oZ_Ot/81kBfLbFV6vr5b1oZ_Ot -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b706/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.15.0/semaphore/semaphore.go
2025-08-20T21:54:30.5312869Z [00:03:13.240]➜  go tool buildid -w $WORK/b706/_pkg_.a # internal
2025-08-20T21:54:30.5317605Z [00:03:13.241]➜  cp $WORK/b706/_pkg_.a /root/.cache/go-build/69/6958086cbee37a87b402e71eddfc1b23d326e1b978d9efbe242a5bed60d0450e-d # internal
2025-08-20T21:54:30.5323089Z [00:03:13.242]➜  github.com/projectdiscovery/utils/sync/semaphore
2025-08-20T21:54:30.5323462Z [00:03:13.242]➜  mkdir -p $WORK/b705/
2025-08-20T21:54:30.5328708Z [00:03:13.242]➜  cat >/tmp/go-build3999932643/b705/importcfg << 'EOF' # internal
2025-08-20T21:54:30.5329079Z [00:03:13.242]➜  # import config
2025-08-20T21:54:30.5329435Z [00:03:13.242]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:30.5329860Z [00:03:13.242]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:30.5330380Z [00:03:13.242]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build3999932643/b706/_pkg_.a
2025-08-20T21:54:30.5330865Z [00:03:13.242]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:30.5331298Z [00:03:13.242]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:30.5331625Z [00:03:13.242]➜  EOF
2025-08-20T21:54:30.5333769Z [00:03:13.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b705/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/sync/semaphore=>github.com/projectdiscovery/utils@v0.4.23/sync/semaphore;$WORK/b705=>" -p github.com/projectdiscovery/utils/sync/semaphore -lang=go1.24 -complete -installsuffix shared -buildid 0UdBaU7VprMNZOWBT6JK/0UdBaU7VprMNZOWBT6JK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b705/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/sync/semaphore/semaphore.go
2025-08-20T21:54:30.5546874Z [00:03:13.264]➜  go tool buildid -w $WORK/b705/_pkg_.a # internal
2025-08-20T21:54:30.5551164Z [00:03:13.264]➜  cp $WORK/b705/_pkg_.a /root/.cache/go-build/a2/a2b7dc08b5349c200a95931bd5635f3f3d33c9acf980639f58d6423518f41685-d # internal
2025-08-20T21:54:30.5558054Z [00:03:13.265]➜  github.com/projectdiscovery/utils/sync/sizedpool
2025-08-20T21:54:30.5559139Z [00:03:13.265]➜  mkdir -p $WORK/b704/
2025-08-20T21:54:30.5559921Z [00:03:13.265]➜  cat >/tmp/go-build3999932643/b704/importcfg << 'EOF' # internal
2025-08-20T21:54:30.5560822Z [00:03:13.265]➜  # import config
2025-08-20T21:54:30.5561819Z [00:03:13.265]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:30.5562322Z [00:03:13.265]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:30.5562921Z [00:03:13.265]➜  packagefile github.com/projectdiscovery/utils/sync/semaphore=/tmp/go-build3999932643/b705/_pkg_.a
2025-08-20T21:54:30.5563492Z [00:03:13.265]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:30.5563800Z [00:03:13.265]➜  EOF
2025-08-20T21:54:30.5565950Z [00:03:13.265]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b704/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/sync/sizedpool=>github.com/projectdiscovery/utils@v0.4.23/sync/sizedpool;$WORK/b704=>" -p github.com/projectdiscovery/utils/sync/sizedpool -lang=go1.24 -complete -installsuffix shared -buildid 50QD3tWaslzisprxMhn3/50QD3tWaslzisprxMhn3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b704/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/sync/sizedpool/sizedpool.go
2025-08-20T21:54:30.5629009Z [00:03:13.272]➜  go tool buildid -w $WORK/b689/_pkg_.a # internal
2025-08-20T21:54:30.5648681Z [00:03:13.273]➜  cp $WORK/b689/_pkg_.a /root/.cache/go-build/52/528992225be726cc8a131632baf8bb49aaf84bbe1bb29514961917c63a207388-d # internal
2025-08-20T21:54:30.5650406Z [00:03:13.274]➜  github.com/google/certificate-transparency-go/x509
2025-08-20T21:54:30.5650854Z [00:03:13.274]➜  mkdir -p $WORK/b691/
2025-08-20T21:54:30.5651340Z [00:03:13.274]➜  cat >/tmp/go-build3999932643/b691/importcfg << 'EOF' # internal
2025-08-20T21:54:30.5651755Z [00:03:13.274]➜  # import config
2025-08-20T21:54:30.5652099Z [00:03:13.274]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:30.5652520Z [00:03:13.274]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:30.5652950Z [00:03:13.274]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:54:30.5653418Z [00:03:13.274]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:30.5653881Z [00:03:13.274]➜  packagefile crypto/des=/tmp/go-build3999932643/b109/_pkg_.a
2025-08-20T21:54:30.5654328Z [00:03:13.274]➜  packagefile crypto/dsa=/tmp/go-build3999932643/b153/_pkg_.a
2025-08-20T21:54:30.5654789Z [00:03:13.274]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:30.5655263Z [00:03:13.274]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:54:30.5655732Z [00:03:13.274]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:30.5656178Z [00:03:13.274]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:30.5656627Z [00:03:13.274]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:30.5657085Z [00:03:13.274]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:30.5658356Z [00:03:13.274]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:30.5658836Z [00:03:13.274]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:30.5659521Z [00:03:13.274]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:30.5660445Z [00:03:13.274]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:30.5660996Z [00:03:13.274]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:30.5661414Z [00:03:13.274]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:30.5662046Z [00:03:13.275]➜  packagefile github.com/google/certificate-transparency-go/asn1=/tmp/go-build3999932643/b690/_pkg_.a
2025-08-20T21:54:30.5663126Z [00:03:13.275]➜  packagefile github.com/google/certificate-transparency-go/tls=/tmp/go-build3999932643/b689/_pkg_.a
2025-08-20T21:54:30.5663893Z [00:03:13.275]➜  packagefile github.com/google/certificate-transparency-go/x509/pkix=/tmp/go-build3999932643/b692/_pkg_.a
2025-08-20T21:54:30.5664584Z [00:03:13.275]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build3999932643/b353/_pkg_.a
2025-08-20T21:54:30.5665200Z [00:03:13.275]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3999932643/b354/_pkg_.a
2025-08-20T21:54:30.5665799Z [00:03:13.275]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build3999932643/b467/_pkg_.a
2025-08-20T21:54:30.5666277Z [00:03:13.275]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:30.5666693Z [00:03:13.275]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:30.5667112Z [00:03:13.275]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:30.5667663Z [00:03:13.275]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:30.5668081Z [00:03:13.275]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:30.5669189Z [00:03:13.275]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:30.5671129Z [00:03:13.275]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:30.5672019Z [00:03:13.275]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:30.5672457Z [00:03:13.275]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:30.5672871Z [00:03:13.275]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:30.5673499Z [00:03:13.275]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:30.5674037Z [00:03:13.275]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:30.5674374Z [00:03:13.275]➜  EOF
2025-08-20T21:54:30.5681639Z [00:03:13.275]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b691/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/x509=>github.com/google/certificate-transparency-go@v1.1.4/x509;$WORK/b691=>" -p github.com/google/certificate-transparency-go/x509 -lang=go1.17 -complete -installsuffix shared -buildid 2AJpztXcV-AHVFjDc5TF/2AJpztXcV-AHVFjDc5TF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b691/importcfg -pack /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/x509/cert_pool.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/x509/curves.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/x509/error.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/x509/errors.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/x509/names.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/x509/pem_decrypt.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/x509/pkcs1.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/x509/pkcs8.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/x509/revoked.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/x509/root.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/x509/root_linux.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/x509/root_unix.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/x509/rpki.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/x509/sec1.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/x509/verify.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/x509/x509.go
2025-08-20T21:54:30.5688072Z [00:03:13.276]➜  go tool buildid -w $WORK/b704/_pkg_.a # internal
2025-08-20T21:54:30.5688455Z [00:03:13.277]➜  go tool buildid -w $WORK/b680/_pkg_.a # internal
2025-08-20T21:54:30.5691830Z [00:03:13.278]➜  cp $WORK/b704/_pkg_.a /root/.cache/go-build/df/df49dbbb8cedcdb6515df325f25057a15369236e4a3296e976e1a1c5c2890637-d # internal
2025-08-20T21:54:30.5731717Z [00:03:13.282]➜  cp $WORK/b680/_pkg_.a /root/.cache/go-build/d2/d2ec1dc888d0c69bce2bd071637be844ef849799e5ed6d94479458dee7b9e249-d # internal
2025-08-20T21:54:30.5734177Z [00:03:13.283]➜  golang.org/x/text/encoding/simplifiedchinese
2025-08-20T21:54:30.5734794Z [00:03:13.283]➜  mkdir -p $WORK/b707/
2025-08-20T21:54:30.5748460Z [00:03:13.284]➜  cat >/tmp/go-build3999932643/b707/importcfg << 'EOF' # internal
2025-08-20T21:54:30.5748845Z [00:03:13.284]➜  # import config
2025-08-20T21:54:30.5749280Z [00:03:13.284]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3999932643/b263/_pkg_.a
2025-08-20T21:54:30.5749904Z [00:03:13.284]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build3999932643/b266/_pkg_.a
2025-08-20T21:54:30.5750596Z [00:03:13.284]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3999932643/b264/_pkg_.a
2025-08-20T21:54:30.5751234Z [00:03:13.284]➜  packagefile golang.org/x/text/transform=/tmp/go-build3999932643/b265/_pkg_.a
2025-08-20T21:54:30.5751747Z [00:03:13.284]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:30.5752082Z [00:03:13.284]➜  EOF
2025-08-20T21:54:30.5755373Z [00:03:13.284]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b707/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/simplifiedchinese=>golang.org/x/text@v0.26.0/encoding/simplifiedchinese;$WORK/b707=>" -p golang.org/x/text/encoding/simplifiedchinese -lang=go1.23 -complete -installsuffix shared -buildid zkovTszy6tLtRb4iFpYZ/zkovTszy6tLtRb4iFpYZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b707/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/simplifiedchinese/all.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/simplifiedchinese/gbk.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/simplifiedchinese/hzgb2312.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/simplifiedchinese/tables.go
2025-08-20T21:54:30.5758280Z [00:03:13.284]➜  github.com/projectdiscovery/rawhttp
2025-08-20T21:54:30.5758581Z [00:03:13.285]➜  mkdir -p $WORK/b677/
2025-08-20T21:54:30.5759020Z [00:03:13.285]➜  cat >/tmp/go-build3999932643/b677/importcfg << 'EOF' # internal
2025-08-20T21:54:30.5759369Z [00:03:13.285]➜  # import config
2025-08-20T21:54:30.5759710Z [00:03:13.285]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:30.5760163Z [00:03:13.285]➜  packagefile compress/gzip=/tmp/go-build3999932643/b203/_pkg_.a
2025-08-20T21:54:30.5760613Z [00:03:13.285]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:30.5761055Z [00:03:13.285]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:30.5761479Z [00:03:13.285]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:30.5762076Z [00:03:13.285]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build3999932643/b341/_pkg_.a
2025-08-20T21:54:30.5762762Z [00:03:13.285]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:30.5763422Z [00:03:13.285]➜  packagefile github.com/projectdiscovery/rawhttp/client=/tmp/go-build3999932643/b678/_pkg_.a
2025-08-20T21:54:30.5764418Z [00:03:13.285]➜  packagefile github.com/projectdiscovery/rawhttp/clientpipeline=/tmp/go-build3999932643/b679/_pkg_.a
2025-08-20T21:54:30.5765273Z [00:03:13.285]➜  packagefile github.com/projectdiscovery/rawhttp/proxy=/tmp/go-build3999932643/b680/_pkg_.a
2025-08-20T21:54:30.5765961Z [00:03:13.285]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:54:30.5766632Z [00:03:13.285]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:54:30.5767138Z [00:03:13.285]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:30.5767770Z [00:03:13.285]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:30.5768195Z [00:03:13.285]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:30.5768620Z [00:03:13.285]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:30.5769040Z [00:03:13.285]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:30.5769464Z [00:03:13.285]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:30.5769873Z [00:03:13.285]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:30.5770175Z [00:03:13.285]➜  EOF
2025-08-20T21:54:30.5773750Z [00:03:13.286]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b677/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90=>github.com/projectdiscovery/rawhttp@v0.1.90;$WORK/b677=>" -p github.com/projectdiscovery/rawhttp -lang=go1.21 -complete -installsuffix shared -buildid URhWlwYB6thJzOAem5hB/URhWlwYB6thJzOAem5hB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b677/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/client.go /root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/conn.go /root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/http.go /root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/options.go /root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/pipelineclient.go /root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/pipelineoptions.go /root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/util.go
2025-08-20T21:54:30.8316985Z [00:03:13.539]➜  go tool buildid -w $WORK/b707/_pkg_.a # internal
2025-08-20T21:54:30.8318213Z [00:03:13.539]➜  cp $WORK/b707/_pkg_.a /root/.cache/go-build/70/704b8e392ba9c88c500a0f9eede80c7c125e84486a0682e0a78a55e6761f870d-d # internal
2025-08-20T21:54:30.8324646Z [00:03:13.542]➜  golang.org/x/net/context
2025-08-20T21:54:30.8327063Z [00:03:13.542]➜  mkdir -p $WORK/b708/
2025-08-20T21:54:30.8330160Z [00:03:13.542]➜  cat >/tmp/go-build3999932643/b708/importcfg << 'EOF' # internal
2025-08-20T21:54:30.8331646Z [00:03:13.542]➜  # import config
2025-08-20T21:54:30.8332040Z [00:03:13.542]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:30.8332471Z [00:03:13.542]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:30.8332800Z [00:03:13.542]➜  EOF
2025-08-20T21:54:30.8335932Z [00:03:13.543]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b708/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/context=>golang.org/x/net@v0.41.0/context;$WORK/b708=>" -p golang.org/x/net/context -lang=go1.23 -complete -installsuffix shared -buildid Faxsc1KRxBDXfg4MWXq5/Faxsc1KRxBDXfg4MWXq5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b708/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/context/context.go
2025-08-20T21:54:30.8552666Z [00:03:13.564]➜  go tool buildid -w $WORK/b703/_pkg_.a # internal
2025-08-20T21:54:30.8578965Z [00:03:13.565]➜  go tool buildid -w $WORK/b708/_pkg_.a # internal
2025-08-20T21:54:30.8580116Z [00:03:13.565]➜  cp $WORK/b708/_pkg_.a /root/.cache/go-build/13/13f448528f7b59448eb581cbae1761a843fb290d6674a047ee4a14bd7c7eef09-d # internal
2025-08-20T21:54:30.8582104Z [00:03:13.566]➜  cp $WORK/b703/_pkg_.a /root/.cache/go-build/d0/d05db0d8060739187394f544f322fc742800d1ad9c7ec273d4cdd81d09b2a691-d # internal
2025-08-20T21:54:30.8627539Z [00:03:13.572]➜  golang.org/x/text/encoding/korean
2025-08-20T21:54:30.8628251Z [00:03:13.572]➜  mkdir -p $WORK/b709/
2025-08-20T21:54:30.8628641Z [00:03:13.572]➜  cat >/tmp/go-build3999932643/b709/importcfg << 'EOF' # internal
2025-08-20T21:54:30.8628991Z [00:03:13.572]➜  # import config
2025-08-20T21:54:30.8629411Z [00:03:13.572]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3999932643/b263/_pkg_.a
2025-08-20T21:54:30.8630012Z [00:03:13.572]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build3999932643/b266/_pkg_.a
2025-08-20T21:54:30.8630699Z [00:03:13.572]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3999932643/b264/_pkg_.a
2025-08-20T21:54:30.8631334Z [00:03:13.572]➜  packagefile golang.org/x/text/transform=/tmp/go-build3999932643/b265/_pkg_.a
2025-08-20T21:54:30.8631846Z [00:03:13.572]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:30.8632177Z [00:03:13.572]➜  EOF
2025-08-20T21:54:30.8634985Z [00:03:13.572]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b709/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/korean=>golang.org/x/text@v0.26.0/encoding/korean;$WORK/b709=>" -p golang.org/x/text/encoding/korean -lang=go1.23 -complete -installsuffix shared -buildid c1DRUaKJOnINeEJQWsSe/c1DRUaKJOnINeEJQWsSe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b709/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/korean/euckr.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/korean/tables.go
2025-08-20T21:54:30.8710017Z [00:03:13.580]➜  github.com/projectdiscovery/utils/http
2025-08-20T21:54:30.8710560Z [00:03:13.580]➜  mkdir -p $WORK/b702/
2025-08-20T21:54:30.8715058Z [00:03:13.581]➜  cat >/tmp/go-build3999932643/b702/importcfg << 'EOF' # internal
2025-08-20T21:54:30.8716681Z [00:03:13.581]➜  # import config
2025-08-20T21:54:30.8717562Z [00:03:13.581]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:30.8739610Z [00:03:13.581]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:30.8740255Z [00:03:13.581]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:30.8740833Z [00:03:13.581]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:30.8742858Z [00:03:13.584]➜  packagefile github.com/docker/go-units=/tmp/go-build3999932643/b345/_pkg_.a
2025-08-20T21:54:30.8743638Z [00:03:13.584]➜  packagefile github.com/dsnet/compress/brotli=/tmp/go-build3999932643/b703/_pkg_.a
2025-08-20T21:54:30.8744360Z [00:03:13.584]➜  packagefile github.com/klauspost/compress/gzip=/tmp/go-build3999932643/b309/_pkg_.a
2025-08-20T21:54:30.8745100Z [00:03:13.584]➜  packagefile github.com/klauspost/compress/zlib=/tmp/go-build3999932643/b314/_pkg_.a
2025-08-20T21:54:30.8745832Z [00:03:13.584]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3999932643/b294/_pkg_.a
2025-08-20T21:54:30.8746619Z [00:03:13.584]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:30.8747514Z [00:03:13.584]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:30.8748392Z [00:03:13.584]➜  packagefile github.com/projectdiscovery/utils/sync/sizedpool=/tmp/go-build3999932643/b704/_pkg_.a
2025-08-20T21:54:30.8749213Z [00:03:13.584]➜  packagefile golang.org/x/text/encoding/simplifiedchinese=/tmp/go-build3999932643/b707/_pkg_.a
2025-08-20T21:54:30.8749958Z [00:03:13.584]➜  packagefile golang.org/x/text/transform=/tmp/go-build3999932643/b265/_pkg_.a
2025-08-20T21:54:30.8750550Z [00:03:13.584]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:30.8751086Z [00:03:13.584]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:30.8751668Z [00:03:13.584]➜  packagefile net/http/httputil=/tmp/go-build3999932643/b235/_pkg_.a
2025-08-20T21:54:30.8752233Z [00:03:13.584]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:30.8752794Z [00:03:13.584]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:30.8753449Z [00:03:13.584]➜  EOF
2025-08-20T21:54:30.8759189Z [00:03:13.584]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b702/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/http=>github.com/projectdiscovery/utils@v0.4.23/http;$WORK/b702=>" -p github.com/projectdiscovery/utils/http -lang=go1.24 -complete -installsuffix shared -buildid VQ7FqYsje0iOHcQkRYBp/VQ7FqYsje0iOHcQkRYBp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b702/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/http/chain.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/http/httputil.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/http/internal.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/http/normalization.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/http/respChain.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/http/response.go
2025-08-20T21:54:30.9683546Z [00:03:13.678]➜  go tool buildid -w $WORK/b702/_pkg_.a # internal
2025-08-20T21:54:30.9696344Z [00:03:13.679]➜  cp $WORK/b702/_pkg_.a /root/.cache/go-build/85/8537cc57ffb922db0e12ace2c3d4def59f652d3ad6d8ffd3871089e83c110690-d # internal
2025-08-20T21:54:30.9720853Z [00:03:13.681]➜  golang.org/x/text/encoding/traditionalchinese
2025-08-20T21:54:30.9721463Z [00:03:13.681]➜  mkdir -p $WORK/b710/
2025-08-20T21:54:30.9721901Z [00:03:13.681]➜  cat >/tmp/go-build3999932643/b710/importcfg << 'EOF' # internal
2025-08-20T21:54:30.9727334Z [00:03:13.681]➜  # import config
2025-08-20T21:54:30.9728388Z [00:03:13.681]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3999932643/b263/_pkg_.a
2025-08-20T21:54:30.9729097Z [00:03:13.681]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build3999932643/b266/_pkg_.a
2025-08-20T21:54:30.9729784Z [00:03:13.681]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3999932643/b264/_pkg_.a
2025-08-20T21:54:30.9730433Z [00:03:13.681]➜  packagefile golang.org/x/text/transform=/tmp/go-build3999932643/b265/_pkg_.a
2025-08-20T21:54:30.9730956Z [00:03:13.681]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:30.9731287Z [00:03:13.681]➜  EOF
2025-08-20T21:54:30.9733782Z [00:03:13.681]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b710/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/traditionalchinese=>golang.org/x/text@v0.26.0/encoding/traditionalchinese;$WORK/b710=>" -p golang.org/x/text/encoding/traditionalchinese -lang=go1.23 -complete -installsuffix shared -buildid UQod3rvtnwKFWnWk5Tvb/UQod3rvtnwKFWnWk5Tvb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b710/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/traditionalchinese/big5.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/traditionalchinese/tables.go
2025-08-20T21:54:30.9815838Z [00:03:13.691]➜  go tool buildid -w $WORK/b691/_pkg_.a # internal
2025-08-20T21:54:30.9862323Z [00:03:13.695]➜  cp $WORK/b691/_pkg_.a /root/.cache/go-build/12/1202d766f6dc7ec468533663e845dad9bd469b483073de64d2dd9596111aad2a-d # internal
2025-08-20T21:54:30.9863834Z [00:03:13.695]➜  github.com/google/certificate-transparency-go
2025-08-20T21:54:30.9868947Z [00:03:13.695]➜  mkdir -p $WORK/b688/
2025-08-20T21:54:30.9900584Z [00:03:13.695]➜  cat >/tmp/go-build3999932643/b688/importcfg << 'EOF' # internal
2025-08-20T21:54:30.9903962Z [00:03:13.695]➜  # import config
2025-08-20T21:54:30.9904327Z [00:03:13.695]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:30.9904792Z [00:03:13.695]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:30.9905281Z [00:03:13.695]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:54:30.9905748Z [00:03:13.695]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:30.9906208Z [00:03:13.695]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:30.9906688Z [00:03:13.695]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:30.9907663Z [00:03:13.695]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:30.9908155Z [00:03:13.695]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:30.9908597Z [00:03:13.695]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:30.9909197Z [00:03:13.695]➜  packagefile github.com/google/certificate-transparency-go/tls=/tmp/go-build3999932643/b689/_pkg_.a
2025-08-20T21:54:30.9909944Z [00:03:13.695]➜  packagefile github.com/google/certificate-transparency-go/x509=/tmp/go-build3999932643/b691/_pkg_.a
2025-08-20T21:54:30.9910502Z [00:03:13.695]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:30.9910907Z [00:03:13.695]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:30.9911213Z [00:03:13.695]➜  EOF
2025-08-20T21:54:30.9914367Z [00:03:13.695]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b688/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4=>github.com/google/certificate-transparency-go@v1.1.4;$WORK/b688=>" -p github.com/google/certificate-transparency-go -lang=go1.17 -complete -installsuffix shared -buildid fVde9z9q8REe5_vgmN_P/fVde9z9q8REe5_vgmN_P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b688/importcfg -pack /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/proto_gen.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/serialization.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/signatures.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/types.go
2025-08-20T21:54:31.0406744Z [00:03:13.750]➜  go tool buildid -w $WORK/b677/_pkg_.a # internal
2025-08-20T21:54:31.0420781Z [00:03:13.751]➜  go tool buildid -w $WORK/b688/_pkg_.a # internal
2025-08-20T21:54:31.0433311Z [00:03:13.752]➜  cp $WORK/b688/_pkg_.a /root/.cache/go-build/72/725b08f54d021c219abcea6427b4686f55356fe3f7ee0f5174360848f4812954-d # internal
2025-08-20T21:54:31.0438418Z [00:03:13.752]➜  github.com/cloudflare/cfssl/helpers
2025-08-20T21:54:31.0438745Z [00:03:13.752]➜  mkdir -p $WORK/b684/
2025-08-20T21:54:31.0444737Z [00:03:13.754]➜  cat >/tmp/go-build3999932643/b684/importcfg << 'EOF' # internal
2025-08-20T21:54:31.0445679Z [00:03:13.754]➜  # import config
2025-08-20T21:54:31.0446811Z [00:03:13.754]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:31.0447914Z [00:03:13.754]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:31.0448435Z [00:03:13.754]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:31.0448950Z [00:03:13.754]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:54:31.0449420Z [00:03:13.754]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:31.0449871Z [00:03:13.754]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:31.0450645Z [00:03:13.754]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:31.0451126Z [00:03:13.754]➜  packagefile crypto/x509/pkix=/tmp/go-build3999932643/b154/_pkg_.a
2025-08-20T21:54:31.0451602Z [00:03:13.754]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:31.0452071Z [00:03:13.754]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:31.0452509Z [00:03:13.754]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:31.0452922Z [00:03:13.754]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:31.0453482Z [00:03:13.754]➜  packagefile github.com/cloudflare/cfssl/crypto/pkcs7=/tmp/go-build3999932643/b685/_pkg_.a
2025-08-20T21:54:31.0454124Z [00:03:13.754]➜  packagefile github.com/cloudflare/cfssl/errors=/tmp/go-build3999932643/b686/_pkg_.a
2025-08-20T21:54:31.0454792Z [00:03:13.754]➜  packagefile github.com/cloudflare/cfssl/helpers/derhelpers=/tmp/go-build3999932643/b687/_pkg_.a
2025-08-20T21:54:31.0455447Z [00:03:13.754]➜  packagefile github.com/cloudflare/cfssl/log=/tmp/go-build3999932643/b682/_pkg_.a
2025-08-20T21:54:31.0456285Z [00:03:13.754]➜  packagefile github.com/google/certificate-transparency-go=/tmp/go-build3999932643/b688/_pkg_.a
2025-08-20T21:54:31.0457013Z [00:03:13.754]➜  packagefile github.com/google/certificate-transparency-go/tls=/tmp/go-build3999932643/b689/_pkg_.a
2025-08-20T21:54:31.0458024Z [00:03:13.754]➜  packagefile github.com/google/certificate-transparency-go/x509=/tmp/go-build3999932643/b691/_pkg_.a
2025-08-20T21:54:31.0458667Z [00:03:13.754]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build3999932643/b605/_pkg_.a
2025-08-20T21:54:31.0459221Z [00:03:13.754]➜  packagefile golang.org/x/crypto/pkcs12=/tmp/go-build3999932643/b693/_pkg_.a
2025-08-20T21:54:31.0459692Z [00:03:13.754]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:31.0460107Z [00:03:13.754]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:31.0460531Z [00:03:13.754]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:31.0460868Z [00:03:13.754]➜  EOF
2025-08-20T21:54:31.0462916Z [00:03:13.754]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b684/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/cfssl@v1.6.4/helpers=>github.com/cloudflare/cfssl@v1.6.4/helpers;$WORK/b684=>" -p github.com/cloudflare/cfssl/helpers -lang=go1.18 -complete -installsuffix shared -buildid mNgljEAB0GgqO6YdKQcl/mNgljEAB0GgqO6YdKQcl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b684/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/cfssl@v1.6.4/helpers/helpers.go
2025-08-20T21:54:31.0488554Z [00:03:13.758]➜  cp $WORK/b677/_pkg_.a /root/.cache/go-build/00/0060f3c02a49f9a789a8291157cb425f3996acb00c6443005b17e5210e722675-d # internal
2025-08-20T21:54:31.0489208Z [00:03:13.758]➜  github.com/projectdiscovery/nuclei/v3/pkg/catalog
2025-08-20T21:54:31.0489684Z [00:03:13.758]➜  mkdir -p $WORK/b711/
2025-08-20T21:54:31.0494672Z [00:03:13.759]➜  cat >/tmp/go-build3999932643/b711/importcfg << 'EOF' # internal
2025-08-20T21:54:31.0495054Z [00:03:13.759]➜  # import config
2025-08-20T21:54:31.0495376Z [00:03:13.759]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:31.0495676Z [00:03:13.759]➜  EOF
2025-08-20T21:54:31.0497936Z [00:03:13.759]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b711/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog=>github.com/projectdiscovery/nuclei/v3/pkg/catalog;$WORK/b711=>" -p github.com/projectdiscovery/nuclei/v3/pkg/catalog -lang=go1.24 -complete -installsuffix shared -buildid Ja3hKwcvEBztoilxoC4R/Ja3hKwcvEBztoilxoC4R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b711/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/catalog.go
2025-08-20T21:54:31.0592546Z [00:03:13.769]➜  go tool buildid -w $WORK/b711/_pkg_.a # internal
2025-08-20T21:54:31.0598175Z [00:03:13.769]➜  cp $WORK/b711/_pkg_.a /root/.cache/go-build/08/08e36275fa8a3b549ff7e25c61a5e21b0a7518567428602e9d7d631009db5bbe-d # internal
2025-08-20T21:54:31.0599826Z [00:03:13.769]➜  github.com/projectdiscovery/nuclei/v3/pkg/input/types
2025-08-20T21:54:31.0600191Z [00:03:13.769]➜  mkdir -p $WORK/b712/
2025-08-20T21:54:31.0607489Z [00:03:13.770]➜  cat >/tmp/go-build3999932643/b712/importcfg << 'EOF' # internal
2025-08-20T21:54:31.0608252Z [00:03:13.770]➜  # import config
2025-08-20T21:54:31.0608990Z [00:03:13.770]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:31.0609445Z [00:03:13.770]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:31.0609907Z [00:03:13.770]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:31.0610340Z [00:03:13.770]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:31.0610937Z [00:03:13.770]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:54:31.0611674Z [00:03:13.770]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:54:31.0612641Z [00:03:13.770]➜  packagefile github.com/projectdiscovery/useragent=/tmp/go-build3999932643/b700/_pkg_.a
2025-08-20T21:54:31.0613319Z [00:03:13.770]➜  packagefile github.com/projectdiscovery/utils/conversion=/tmp/go-build3999932643/b230/_pkg_.a
2025-08-20T21:54:31.0613995Z [00:03:13.770]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:54:31.0614639Z [00:03:13.770]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:54:31.0615153Z [00:03:13.770]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:31.0615588Z [00:03:13.770]➜  packagefile net/textproto=/tmp/go-build3999932643/b211/_pkg_.a
2025-08-20T21:54:31.0616032Z [00:03:13.770]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:31.0616449Z [00:03:13.770]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:31.0616760Z [00:03:13.770]➜  EOF
2025-08-20T21:54:31.0619160Z [00:03:13.770]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b712/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/types=>github.com/projectdiscovery/nuclei/v3/pkg/input/types;$WORK/b712=>" -p github.com/projectdiscovery/nuclei/v3/pkg/input/types -lang=go1.24 -complete -installsuffix shared -buildid apCR2ALbVVvkyUb3UrFh/apCR2ALbVVvkyUb3UrFh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b712/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/types/http.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/types/probe.go
2025-08-20T21:54:31.0892290Z [00:03:13.798]➜  go tool buildid -w $WORK/b684/_pkg_.a # internal
2025-08-20T21:54:31.0900695Z [00:03:13.799]➜  cp $WORK/b684/_pkg_.a /root/.cache/go-build/bf/bfbea5274b68447a9bb045abc9d58377eb6719fad05f05cf9067e4e5715cf202-d # internal
2025-08-20T21:54:31.0901729Z [00:03:13.799]➜  github.com/cloudflare/cfssl/revoke
2025-08-20T21:54:31.0902276Z [00:03:13.799]➜  mkdir -p $WORK/b683/
2025-08-20T21:54:31.0903865Z [00:03:13.800]➜  cat >/tmp/go-build3999932643/b683/importcfg << 'EOF' # internal
2025-08-20T21:54:31.0904279Z [00:03:13.800]➜  # import config
2025-08-20T21:54:31.0904627Z [00:03:13.800]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:31.0905057Z [00:03:13.800]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:31.0905770Z [00:03:13.800]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:31.0906304Z [00:03:13.800]➜  packagefile crypto/x509/pkix=/tmp/go-build3999932643/b154/_pkg_.a
2025-08-20T21:54:31.0906796Z [00:03:13.800]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:31.0907269Z [00:03:13.800]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:31.0907946Z [00:03:13.800]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:31.0908382Z [00:03:13.800]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:31.0909125Z [00:03:13.800]➜  packagefile github.com/cloudflare/cfssl/helpers=/tmp/go-build3999932643/b684/_pkg_.a
2025-08-20T21:54:31.0909744Z [00:03:13.800]➜  packagefile github.com/cloudflare/cfssl/log=/tmp/go-build3999932643/b682/_pkg_.a
2025-08-20T21:54:31.0910314Z [00:03:13.800]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build3999932643/b605/_pkg_.a
2025-08-20T21:54:31.0910787Z [00:03:13.800]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:31.0911459Z [00:03:13.800]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:31.0912033Z [00:03:13.800]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:31.0912455Z [00:03:13.800]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:31.0912861Z [00:03:13.800]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:31.0913165Z [00:03:13.800]➜  EOF
2025-08-20T21:54:31.0915707Z [00:03:13.801]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b683/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/cfssl@v1.6.4/revoke=>github.com/cloudflare/cfssl@v1.6.4/revoke;$WORK/b683=>" -p github.com/cloudflare/cfssl/revoke -lang=go1.18 -complete -installsuffix shared -buildid E7EewJsPKeeMOw511SBv/E7EewJsPKeeMOw511SBv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b683/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/cfssl@v1.6.4/revoke/revoke.go
2025-08-20T21:54:31.1039335Z [00:03:13.813]➜  go tool buildid -w $WORK/b709/_pkg_.a # internal
2025-08-20T21:54:31.1074757Z [00:03:13.817]➜  cp $WORK/b709/_pkg_.a /root/.cache/go-build/9b/9b7ea64137ca6df68c5cda86cedaee440c2411e89c86f00d4cb083bde0b18836-d # internal
2025-08-20T21:54:31.1075455Z [00:03:13.817]➜  github.com/projectdiscovery/nuclei/v3/pkg/keys
2025-08-20T21:54:31.1075794Z [00:03:13.817]➜  mkdir -p $WORK/b713/
2025-08-20T21:54:31.1084072Z [00:03:13.818]➜  cat >/tmp/go-build3999932643/b713/importcfg << 'EOF' # internal
2025-08-20T21:54:31.1084650Z [00:03:13.818]➜  # import config
2025-08-20T21:54:31.1085106Z [00:03:13.818]➜  packagefile embed=/tmp/go-build3999932643/b066/_pkg_.a
2025-08-20T21:54:31.1085559Z [00:03:13.818]➜  EOF
2025-08-20T21:54:31.1085976Z [00:03:13.818]➜  cat >/tmp/go-build3999932643/b713/embedcfg << 'EOF' # internal
2025-08-20T21:54:31.1086409Z [00:03:13.818]➜  {
2025-08-20T21:54:31.1086756Z [00:03:13.818]➜  	"Patterns": {
2025-08-20T21:54:31.1087119Z [00:03:13.818]➜  		"nuclei.crt": [
2025-08-20T21:54:31.1087605Z [00:03:13.818]➜  			"nuclei.crt"
2025-08-20T21:54:31.1088708Z [00:03:13.818]➜  		]
2025-08-20T21:54:31.1088939Z [00:03:13.818]➜  	},
2025-08-20T21:54:31.1089403Z [00:03:13.818]➜  	"Files": {
2025-08-20T21:54:31.1089839Z [00:03:13.818]➜  		"nuclei.crt": "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/keys/nuclei.crt"
2025-08-20T21:54:31.1090178Z [00:03:13.818]➜  	}
2025-08-20T21:54:31.1090369Z [00:03:13.818]➜  }EOF
2025-08-20T21:54:31.1092295Z [00:03:13.818]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b713/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/keys=>github.com/projectdiscovery/nuclei/v3/pkg/keys;$WORK/b713=>" -p github.com/projectdiscovery/nuclei/v3/pkg/keys -lang=go1.24 -complete -installsuffix shared -buildid 32AqpP1gs4eTpKXX6bQI/32AqpP1gs4eTpKXX6bQI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b713/importcfg -embedcfg $WORK/b713/embedcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/keys/key.go
2025-08-20T21:54:31.1254885Z [00:03:13.835]➜  go tool buildid -w $WORK/b712/_pkg_.a # internal
2025-08-20T21:54:31.1267014Z [00:03:13.836]➜  go tool buildid -w $WORK/b713/_pkg_.a # internal
2025-08-20T21:54:31.1274158Z [00:03:13.837]➜  cp $WORK/b713/_pkg_.a /root/.cache/go-build/57/57f9f9fa0979a8acda9c0887fc87de1483ebce2d03c5e0e33178aad6f3562384-d # internal
2025-08-20T21:54:31.1292970Z [00:03:13.839]➜  cp $WORK/b712/_pkg_.a /root/.cache/go-build/34/34a66afcff4c3cd3087b8e182b37107cd3f908aebd78970c8632aa2f9c435291-d # internal
2025-08-20T21:54:31.1294863Z [00:03:13.839]➜  go tool buildid -w $WORK/b683/_pkg_.a # internal
2025-08-20T21:54:31.1305298Z [00:03:13.840]➜  cp $WORK/b683/_pkg_.a /root/.cache/go-build/b8/b830047de6585283a162307f6295925d7d061bc9aa45c3add8cea19e4bff8b28-d # internal
2025-08-20T21:54:31.1310800Z [00:03:13.840]➜  github.com/projectdiscovery/tlsx/pkg/tlsx/clients
2025-08-20T21:54:31.1311205Z [00:03:13.840]➜  mkdir -p $WORK/b681/
2025-08-20T21:54:31.1315550Z [00:03:13.841]➜  cat >/tmp/go-build3999932643/b681/importcfg << 'EOF' # internal
2025-08-20T21:54:31.1315977Z [00:03:13.841]➜  # import config
2025-08-20T21:54:31.1316325Z [00:03:13.841]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:31.1316764Z [00:03:13.841]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:31.1317207Z [00:03:13.841]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:31.1317863Z [00:03:13.841]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:31.1318329Z [00:03:13.841]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:31.1318830Z [00:03:13.841]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:31.1319657Z [00:03:13.841]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:31.1320120Z [00:03:13.841]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:31.1320558Z [00:03:13.841]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:31.1321075Z [00:03:13.841]➜  packagefile github.com/cloudflare/cfssl/log=/tmp/go-build3999932643/b682/_pkg_.a
2025-08-20T21:54:31.1321688Z [00:03:13.841]➜  packagefile github.com/cloudflare/cfssl/revoke=/tmp/go-build3999932643/b683/_pkg_.a
2025-08-20T21:54:31.1322295Z [00:03:13.841]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build3999932643/b247/_pkg_.a
2025-08-20T21:54:31.1326044Z [00:03:13.841]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build3999932643/b341/_pkg_.a
2025-08-20T21:54:31.1330172Z [00:03:13.841]➜  packagefile github.com/projectdiscovery/goflags=/tmp/go-build3999932643/b065/_pkg_.a
2025-08-20T21:54:31.1330907Z [00:03:13.841]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:31.1331598Z [00:03:13.841]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:54:31.1332282Z [00:03:13.841]➜  packagefile github.com/projectdiscovery/tlsx/assets=/tmp/go-build3999932643/b695/_pkg_.a
2025-08-20T21:54:31.1332941Z [00:03:13.841]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build3999932643/b617/_pkg_.a
2025-08-20T21:54:31.1333868Z [00:03:13.841]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build3999932643/b333/_pkg_.a
2025-08-20T21:54:31.1334594Z [00:03:13.841]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:54:31.1335255Z [00:03:13.841]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:31.1335910Z [00:03:13.841]➜  packagefile github.com/zmap/zcrypto/encoding/asn1=/tmp/go-build3999932643/b463/_pkg_.a
2025-08-20T21:54:31.1336513Z [00:03:13.841]➜  packagefile github.com/zmap/zcrypto/tls=/tmp/go-build3999932643/b449/_pkg_.a
2025-08-20T21:54:31.1337073Z [00:03:13.841]➜  packagefile github.com/zmap/zcrypto/x509=/tmp/go-build3999932643/b454/_pkg_.a
2025-08-20T21:54:31.1337929Z [00:03:13.841]➜  packagefile github.com/zmap/zcrypto/x509/pkix=/tmp/go-build3999932643/b466/_pkg_.a
2025-08-20T21:54:31.1338464Z [00:03:13.841]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:31.1338886Z [00:03:13.841]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:31.1339302Z [00:03:13.841]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:31.1339718Z [00:03:13.841]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:31.1340129Z [00:03:13.841]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:31.1340600Z [00:03:13.841]➜  EOF
2025-08-20T21:54:31.1343386Z [00:03:13.841]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b681/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/clients=>github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/clients;$WORK/b681=>" -p github.com/projectdiscovery/tlsx/pkg/tlsx/clients -lang=go1.21 -complete -installsuffix shared -buildid 6CV7VroETi_83wglyw_x/6CV7VroETi_83wglyw_x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b681/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/clients/ciphers.go /root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/clients/clients.go /root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/clients/utils.go
2025-08-20T21:54:31.1354557Z [00:03:13.842]➜  github.com/antchfx/xpath
2025-08-20T21:54:31.1354860Z [00:03:13.842]➜  mkdir -p $WORK/b719/
2025-08-20T21:54:31.1355226Z [00:03:13.842]➜  cat >/tmp/go-build3999932643/b719/importcfg << 'EOF' # internal
2025-08-20T21:54:31.1355587Z [00:03:13.842]➜  # import config
2025-08-20T21:54:31.1355922Z [00:03:13.842]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:31.1356630Z [00:03:13.842]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:31.1357034Z [00:03:13.842]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:31.1357843Z [00:03:13.842]➜  packagefile hash/fnv=/tmp/go-build3999932643/b437/_pkg_.a
2025-08-20T21:54:31.1358338Z [00:03:13.842]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:31.1358763Z [00:03:13.842]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:31.1359181Z [00:03:13.842]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:31.1359605Z [00:03:13.842]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:31.1360037Z [00:03:13.842]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:31.1360457Z [00:03:13.842]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:31.1360869Z [00:03:13.842]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:31.1361317Z [00:03:13.842]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:31.1361646Z [00:03:13.842]➜  EOF
2025-08-20T21:54:31.1365027Z [00:03:13.842]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b719/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/antchfx/xpath@v1.3.4=>github.com/antchfx/xpath@v1.3.4;$WORK/b719=>" -p github.com/antchfx/xpath -lang=go1.14 -complete -installsuffix shared -buildid ZSiOcxu-RyvTaHTm3Ri5/ZSiOcxu-RyvTaHTm3Ri5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b719/importcfg -pack /root/go/pkg/mod/github.com/antchfx/xpath@v1.3.4/build.go /root/go/pkg/mod/github.com/antchfx/xpath@v1.3.4/cache.go /root/go/pkg/mod/github.com/antchfx/xpath@v1.3.4/func.go /root/go/pkg/mod/github.com/antchfx/xpath@v1.3.4/func_go110.go /root/go/pkg/mod/github.com/antchfx/xpath@v1.3.4/operator.go /root/go/pkg/mod/github.com/antchfx/xpath@v1.3.4/parse.go /root/go/pkg/mod/github.com/antchfx/xpath@v1.3.4/query.go /root/go/pkg/mod/github.com/antchfx/xpath@v1.3.4/xpath.go
2025-08-20T21:54:31.1368018Z [00:03:13.843]➜  github.com/Knetic/govaluate
2025-08-20T21:54:31.1368320Z [00:03:13.843]➜  mkdir -p $WORK/b717/
2025-08-20T21:54:31.1368687Z [00:03:13.844]➜  cat >/tmp/go-build3999932643/b717/importcfg << 'EOF' # internal
2025-08-20T21:54:31.1369026Z [00:03:13.844]➜  # import config
2025-08-20T21:54:31.1372386Z [00:03:13.844]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:31.1374652Z [00:03:13.844]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:31.1375097Z [00:03:13.844]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:31.1375508Z [00:03:13.844]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:31.1375927Z [00:03:13.844]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:31.1376683Z [00:03:13.844]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:31.1377115Z [00:03:13.844]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:31.1377746Z [00:03:13.844]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:31.1378176Z [00:03:13.844]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:31.1378598Z [00:03:13.844]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:31.1378910Z [00:03:13.844]➜  EOF
2025-08-20T21:54:31.1387805Z [00:03:13.844]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b717/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!knetic/govaluate@v3.0.1-0.20171022003610-9aa49832a739+incompatible=>github.com/Knetic/govaluate@v3.0.1-0.20171022003610-9aa49832a739+incompatible;$WORK/b717=>" -p github.com/Knetic/govaluate -lang=go1.16 -complete -installsuffix shared -buildid L7U6W9YUK5KxWIlRP6r0/L7U6W9YUK5KxWIlRP6r0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b717/importcfg -pack /root/go/pkg/mod/github.com/!knetic/govaluate@v3.0.1-0.20171022003610-9aa49832a739+incompatible/EvaluableExpression.go /root/go/pkg/mod/github.com/!knetic/govaluate@v3.0.1-0.20171022003610-9aa49832a739+incompatible/EvaluableExpression_sql.go /root/go/pkg/mod/github.com/!knetic/govaluate@v3.0.1-0.20171022003610-9aa49832a739+incompatible/ExpressionToken.go /root/go/pkg/mod/github.com/!knetic/govaluate@v3.0.1-0.20171022003610-9aa49832a739+incompatible/OperatorSymbol.go /root/go/pkg/mod/github.com/!knetic/govaluate@v3.0.1-0.20171022003610-9aa49832a739+incompatible/TokenKind.go /root/go/pkg/mod/github.com/!knetic/govaluate@v3.0.1-0.20171022003610-9aa49832a739+incompatible/evaluationStage.go /root/go/pkg/mod/github.com/!knetic/govaluate@v3.0.1-0.20171022003610-9aa49832a739+incompatible/expressionFunctions.go /root/go/pkg/mod/github.com/!knetic/govaluate@v3.0.1-0.20171022003610-9aa49832a739+incompatible/expressionOutputStream.go /root/go/pkg/mod/github.com/!knetic/govaluate@v3.0.1-0.20171022003610-9aa49832a739+incompatible/lexerState.go /root/go/pkg/mod/github.com/!knetic/govaluate@v3.0.1-0.20171022003610-9aa49832a739+incompatible/lexerStream.go /root/go/pkg/mod/github.com/!knetic/govaluate@v3.0.1-0.20171022003610-9aa49832a739+incompatible/parameters.go /root/go/pkg/mod/github.com/!knetic/govaluate@v3.0.1-0.20171022003610-9aa49832a739+incompatible/parsing.go /root/go/pkg/mod/github.com/!knetic/govaluate@v3.0.1-0.20171022003610-9aa49832a739+incompatible/sanitizedParameters.go /root/go/pkg/mod/github.com/!knetic/govaluate@v3.0.1-0.20171022003610-9aa49832a739+incompatible/stagePlanner.go /root/go/pkg/mod/github.com/!knetic/govaluate@v3.0.1-0.20171022003610-9aa49832a739+incompatible/tokenStream.go
2025-08-20T21:54:31.1881335Z [00:03:13.897]➜  go tool buildid -w $WORK/b710/_pkg_.a # internal
2025-08-20T21:54:31.1885459Z [00:03:13.898]➜  cp $WORK/b710/_pkg_.a /root/.cache/go-build/a4/a4e9c7e5bfd449f445b420df2eccb41fc674a6ad28c96b7c956db9187a357b23-d # internal
2025-08-20T21:54:31.1928364Z [00:03:13.902]➜  golang.org/x/text/encoding/charmap
2025-08-20T21:54:31.1970620Z [00:03:13.902]➜  mkdir -p $WORK/b722/
2025-08-20T21:54:31.1971088Z [00:03:13.902]➜  cat >/tmp/go-build3999932643/b722/importcfg << 'EOF' # internal
2025-08-20T21:54:31.1971439Z [00:03:13.902]➜  # import config
2025-08-20T21:54:31.1971879Z [00:03:13.902]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3999932643/b263/_pkg_.a
2025-08-20T21:54:31.1972494Z [00:03:13.902]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build3999932643/b266/_pkg_.a
2025-08-20T21:54:31.1973185Z [00:03:13.902]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3999932643/b264/_pkg_.a
2025-08-20T21:54:31.1973824Z [00:03:13.902]➜  packagefile golang.org/x/text/transform=/tmp/go-build3999932643/b265/_pkg_.a
2025-08-20T21:54:31.1974334Z [00:03:13.902]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:31.1974664Z [00:03:13.902]➜  EOF
2025-08-20T21:54:31.1977142Z [00:03:13.902]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b722/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/charmap=>golang.org/x/text@v0.26.0/encoding/charmap;$WORK/b722=>" -p golang.org/x/text/encoding/charmap -lang=go1.23 -complete -installsuffix shared -buildid HxWg_q6fqr-lyoS0dBif/HxWg_q6fqr-lyoS0dBif -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b722/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/charmap/charmap.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/charmap/tables.go
2025-08-20T21:54:31.2630075Z [00:03:13.972]➜  go tool buildid -w $WORK/b717/_pkg_.a # internal
2025-08-20T21:54:31.2685849Z [00:03:13.978]➜  cp $WORK/b717/_pkg_.a /root/.cache/go-build/9a/9a30ef76cc159c4474af387cb1a0752220fa8075f058796b6bdb08da3d4ce2c9-d # internal
2025-08-20T21:54:31.2712854Z [00:03:13.981]➜  golang.org/x/text/encoding/japanese
2025-08-20T21:54:31.2713229Z [00:03:13.981]➜  mkdir -p $WORK/b724/
2025-08-20T21:54:31.2715661Z [00:03:13.981]➜  cat >/tmp/go-build3999932643/b724/importcfg << 'EOF' # internal
2025-08-20T21:54:31.2716059Z [00:03:13.981]➜  # import config
2025-08-20T21:54:31.2717904Z [00:03:13.981]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3999932643/b263/_pkg_.a
2025-08-20T21:54:31.2718560Z [00:03:13.981]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build3999932643/b266/_pkg_.a
2025-08-20T21:54:31.2719290Z [00:03:13.981]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3999932643/b264/_pkg_.a
2025-08-20T21:54:31.2719930Z [00:03:13.981]➜  packagefile golang.org/x/text/transform=/tmp/go-build3999932643/b265/_pkg_.a
2025-08-20T21:54:31.2720456Z [00:03:13.981]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:31.2720791Z [00:03:13.981]➜  EOF
2025-08-20T21:54:31.2723959Z [00:03:13.981]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b724/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/japanese=>golang.org/x/text@v0.26.0/encoding/japanese;$WORK/b724=>" -p golang.org/x/text/encoding/japanese -lang=go1.23 -complete -installsuffix shared -buildid CZxy0GbOg4LVS4JA8-5-/CZxy0GbOg4LVS4JA8-5- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b724/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/japanese/all.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/japanese/eucjp.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/japanese/iso2022jp.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/japanese/shiftjis.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/japanese/tables.go
2025-08-20T21:54:31.4490924Z [00:03:14.158]➜  go tool buildid -w $WORK/b719/_pkg_.a # internal
2025-08-20T21:54:31.4578453Z [00:03:14.167]➜  cp $WORK/b719/_pkg_.a /root/.cache/go-build/c7/c72771b7b9d35e18cae5dbdf24c1e40be2f6355351c4d2511aa2891d56c90434-d # internal
2025-08-20T21:54:31.4579149Z [00:03:14.167]➜  github.com/itchyny/timefmt-go
2025-08-20T21:54:31.4601246Z [00:03:14.169]➜  mkdir -p $WORK/b727/
2025-08-20T21:54:31.4611201Z [00:03:14.170]➜  cat >/tmp/go-build3999932643/b727/importcfg << 'EOF' # internal
2025-08-20T21:54:31.4612010Z [00:03:14.170]➜  # import config
2025-08-20T21:54:31.4612639Z [00:03:14.170]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:31.4613628Z [00:03:14.170]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:31.4617144Z [00:03:14.170]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:31.4618654Z [00:03:14.170]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:31.4619944Z [00:03:14.170]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:31.4621850Z [00:03:14.170]➜  EOF
2025-08-20T21:54:31.4624626Z [00:03:14.171]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b727/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/itchyny/timefmt-go@v0.1.6=>github.com/itchyny/timefmt-go@v0.1.6;$WORK/b727=>" -p github.com/itchyny/timefmt-go -lang=go1.20 -complete -installsuffix shared -buildid iqQDP9amNnjaJAaZWLo0/iqQDP9amNnjaJAaZWLo0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b727/importcfg -pack /root/go/pkg/mod/github.com/itchyny/timefmt-go@v0.1.6/format.go /root/go/pkg/mod/github.com/itchyny/timefmt-go@v0.1.6/parse.go /root/go/pkg/mod/github.com/itchyny/timefmt-go@v0.1.6/timefmt.go
2025-08-20T21:54:31.4856426Z [00:03:14.195]➜  go tool buildid -w $WORK/b722/_pkg_.a # internal
2025-08-20T21:54:31.4862949Z [00:03:14.196]➜  cp $WORK/b722/_pkg_.a /root/.cache/go-build/9e/9e056969cf17a2d2cc2d6f34cd7ca9091b3ad1678a309833f6503946a14267a1-d # internal
2025-08-20T21:54:31.4870187Z [00:03:14.196]➜  github.com/hashicorp/go-version
2025-08-20T21:54:31.4870765Z [00:03:14.196]➜  mkdir -p $WORK/b730/
2025-08-20T21:54:31.4873081Z [00:03:14.196]➜  cat >/tmp/go-build3999932643/b730/importcfg << 'EOF' # internal
2025-08-20T21:54:31.4873453Z [00:03:14.196]➜  # import config
2025-08-20T21:54:31.4873792Z [00:03:14.196]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:31.4874279Z [00:03:14.196]➜  packagefile database/sql/driver=/tmp/go-build3999932643/b325/_pkg_.a
2025-08-20T21:54:31.4874738Z [00:03:14.196]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:31.4875452Z [00:03:14.196]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:31.4875868Z [00:03:14.196]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:31.4876291Z [00:03:14.196]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:31.4876718Z [00:03:14.196]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:31.4877031Z [00:03:14.196]➜  EOF
2025-08-20T21:54:31.4879632Z [00:03:14.196]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b730/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-version@v1.7.0=>github.com/hashicorp/go-version@v1.7.0;$WORK/b730=>" -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/b730/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-20T21:54:31.5352965Z [00:03:14.244]➜  go tool buildid -w $WORK/b681/_pkg_.a # internal
2025-08-20T21:54:31.5403036Z [00:03:14.249]➜  go tool buildid -w $WORK/b730/_pkg_.a # internal
2025-08-20T21:54:31.5412974Z [00:03:14.250]➜  cp $WORK/b681/_pkg_.a /root/.cache/go-build/69/69a20475fb2a09e0d9c26fb0aab9f7979289cb846517c046e6283904cef545a1-d # internal
2025-08-20T21:54:31.5446165Z [00:03:14.251]➜  cp $WORK/b730/_pkg_.a /root/.cache/go-build/2d/2d2cd186cd9d6e0724ec5fa0a12242020cb5ce86f655dcb851b3abf20e033185-d # internal
2025-08-20T21:54:31.5446840Z [00:03:14.252]➜  github.com/kataras/jwt
2025-08-20T21:54:31.5447121Z [00:03:14.252]➜  mkdir -p $WORK/b731/
2025-08-20T21:54:31.5447708Z [00:03:14.252]➜  cat >/tmp/go-build3999932643/b731/importcfg << 'EOF' # internal
2025-08-20T21:54:31.5448097Z [00:03:14.252]➜  # import config
2025-08-20T21:54:31.5448453Z [00:03:14.252]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:31.5448879Z [00:03:14.252]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:31.5449300Z [00:03:14.252]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:31.5449743Z [00:03:14.252]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:54:31.5450207Z [00:03:14.252]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:31.5450676Z [00:03:14.252]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:31.5451142Z [00:03:14.252]➜  packagefile crypto/ed25519=/tmp/go-build3999932643/b130/_pkg_.a
2025-08-20T21:54:31.5451606Z [00:03:14.252]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:31.5452058Z [00:03:14.252]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:31.5452784Z [00:03:14.252]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:31.5453255Z [00:03:14.252]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:31.5453714Z [00:03:14.252]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:31.5454177Z [00:03:14.252]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:31.5454636Z [00:03:14.252]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:31.5455113Z [00:03:14.252]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:31.5455587Z [00:03:14.252]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:31.5456104Z [00:03:14.252]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:31.5456542Z [00:03:14.252]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:31.5456956Z [00:03:14.252]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:31.5457510Z [00:03:14.252]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:31.5458166Z [00:03:14.252]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:31.5458604Z [00:03:14.252]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:31.5459021Z [00:03:14.252]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:31.5459432Z [00:03:14.253]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:31.5459864Z [00:03:14.253]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:31.5460288Z [00:03:14.253]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:31.5460705Z [00:03:14.253]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:31.5461112Z [00:03:14.253]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:31.5461421Z [00:03:14.253]➜  EOF
2025-08-20T21:54:31.5471174Z [00:03:14.253]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b731/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kataras/jwt@v0.1.10=>github.com/kataras/jwt@v0.1.10;$WORK/b731=>" -p github.com/kataras/jwt -lang=go1.20 -complete -installsuffix shared -buildid Bl9kEaGwL0rTh2hXO1Sg/Bl9kEaGwL0rTh2hXO1Sg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b731/importcfg -pack /root/go/pkg/mod/github.com/kataras/jwt@v0.1.10/alg.go /root/go/pkg/mod/github.com/kataras/jwt@v0.1.10/blocklist.go /root/go/pkg/mod/github.com/kataras/jwt@v0.1.10/claims.go /root/go/pkg/mod/github.com/kataras/jwt@v0.1.10/doc.go /root/go/pkg/mod/github.com/kataras/jwt@v0.1.10/ecdsa.go /root/go/pkg/mod/github.com/kataras/jwt@v0.1.10/eddsa.go /root/go/pkg/mod/github.com/kataras/jwt@v0.1.10/expected.go /root/go/pkg/mod/github.com/kataras/jwt@v0.1.10/gcm.go /root/go/pkg/mod/github.com/kataras/jwt@v0.1.10/hmac.go /root/go/pkg/mod/github.com/kataras/jwt@v0.1.10/jwt.go /root/go/pkg/mod/github.com/kataras/jwt@v0.1.10/kid_keys.go /root/go/pkg/mod/github.com/kataras/jwt@v0.1.10/leeway.go /root/go/pkg/mod/github.com/kataras/jwt@v0.1.10/none.go /root/go/pkg/mod/github.com/kataras/jwt@v0.1.10/required.go /root/go/pkg/mod/github.com/kataras/jwt@v0.1.10/rsa.go /root/go/pkg/mod/github.com/kataras/jwt@v0.1.10/rsapss.go /root/go/pkg/mod/github.com/kataras/jwt@v0.1.10/sign.go /root/go/pkg/mod/github.com/kataras/jwt@v0.1.10/token.go /root/go/pkg/mod/github.com/kataras/jwt@v0.1.10/token_jwe.go /root/go/pkg/mod/github.com/kataras/jwt@v0.1.10/tokenpair.go /root/go/pkg/mod/github.com/kataras/jwt@v0.1.10/util.go /root/go/pkg/mod/github.com/kataras/jwt@v0.1.10/verify.go
2025-08-20T21:54:31.5479031Z [00:03:14.257]➜  github.com/projectdiscovery/tlsx/pkg/tlsx/ztls
2025-08-20T21:54:31.5479375Z [00:03:14.257]➜  mkdir -p $WORK/b696/
2025-08-20T21:54:31.5490922Z [00:03:14.258]➜  cat >/tmp/go-build3999932643/b696/importcfg << 'EOF' # internal
2025-08-20T21:54:31.5491319Z [00:03:14.258]➜  # import config
2025-08-20T21:54:31.5491975Z [00:03:14.258]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:31.5492402Z [00:03:14.258]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:31.5492969Z [00:03:14.258]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:31.5493561Z [00:03:14.258]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build3999932643/b341/_pkg_.a
2025-08-20T21:54:31.5494252Z [00:03:14.258]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:31.5494945Z [00:03:14.258]➜  packagefile github.com/projectdiscovery/tlsx/pkg/output/stats=/tmp/go-build3999932643/b697/_pkg_.a
2025-08-20T21:54:31.5495677Z [00:03:14.258]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/clients=/tmp/go-build3999932643/b681/_pkg_.a
2025-08-20T21:54:31.5496409Z [00:03:14.258]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/ztls/ja3=/tmp/go-build3999932643/b698/_pkg_.a
2025-08-20T21:54:31.5497143Z [00:03:14.258]➜  packagefile github.com/projectdiscovery/utils/conn/connpool=/tmp/go-build3999932643/b699/_pkg_.a
2025-08-20T21:54:31.5498092Z [00:03:14.258]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build3999932643/b617/_pkg_.a
2025-08-20T21:54:31.5498740Z [00:03:14.258]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build3999932643/b333/_pkg_.a
2025-08-20T21:54:31.5499393Z [00:03:14.258]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:31.5499967Z [00:03:14.258]➜  packagefile github.com/rs/xid=/tmp/go-build3999932643/b608/_pkg_.a
2025-08-20T21:54:31.5500538Z [00:03:14.258]➜  packagefile github.com/zmap/zcrypto/encoding/asn1=/tmp/go-build3999932643/b463/_pkg_.a
2025-08-20T21:54:31.5501134Z [00:03:14.258]➜  packagefile github.com/zmap/zcrypto/tls=/tmp/go-build3999932643/b449/_pkg_.a
2025-08-20T21:54:31.5501694Z [00:03:14.258]➜  packagefile github.com/zmap/zcrypto/x509=/tmp/go-build3999932643/b454/_pkg_.a
2025-08-20T21:54:31.5502173Z [00:03:14.258]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:31.5502564Z [00:03:14.258]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:31.5502970Z [00:03:14.258]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:31.5503276Z [00:03:14.258]➜  EOF
2025-08-20T21:54:31.5505965Z [00:03:14.258]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b696/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/ztls=>github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/ztls;$WORK/b696=>" -p github.com/projectdiscovery/tlsx/pkg/tlsx/ztls -lang=go1.21 -complete -installsuffix shared -buildid YhLAwt_BfeH8iZzzoqrA/YhLAwt_BfeH8iZzzoqrA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b696/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/ztls/utils.go /root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/ztls/ztls.go
2025-08-20T21:54:31.5513313Z [00:03:14.261]➜  go tool buildid -w $WORK/b727/_pkg_.a # internal
2025-08-20T21:54:31.5541877Z [00:03:14.263]➜  cp $WORK/b727/_pkg_.a /root/.cache/go-build/63/63f46a77bc6ad045d2036db467d309f6fea9464a2e7bca2760c34dce7a64d99b-d # internal
2025-08-20T21:54:31.5658326Z [00:03:14.273]➜  github.com/itchyny/gojq
2025-08-20T21:54:31.5658837Z [00:03:14.273]➜  mkdir -p $WORK/b726/
2025-08-20T21:54:31.5659234Z [00:03:14.273]➜  cat >/tmp/go-build3999932643/b726/importcfg << 'EOF' # internal
2025-08-20T21:54:31.5659580Z [00:03:14.273]➜  # import config
2025-08-20T21:54:31.5659920Z [00:03:14.273]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:31.5660353Z [00:03:14.273]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:31.5660811Z [00:03:14.273]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:31.5661281Z [00:03:14.273]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:31.5661724Z [00:03:14.273]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:31.5662455Z [00:03:14.273]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:31.5663095Z [00:03:14.273]➜  packagefile github.com/itchyny/timefmt-go=/tmp/go-build3999932643/b727/_pkg_.a
2025-08-20T21:54:31.5663630Z [00:03:14.273]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:31.5664043Z [00:03:14.273]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:31.5664468Z [00:03:14.273]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:31.5664902Z [00:03:14.273]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:31.5665308Z [00:03:14.273]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:31.5665739Z [00:03:14.273]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:31.5666187Z [00:03:14.273]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:31.5666606Z [00:03:14.273]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:31.5667020Z [00:03:14.273]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:31.5667619Z [00:03:14.273]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:31.5668112Z [00:03:14.273]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:31.5668531Z [00:03:14.273]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:31.5668946Z [00:03:14.273]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:31.5669391Z [00:03:14.273]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:31.5669717Z [00:03:14.273]➜  EOF
2025-08-20T21:54:31.5683308Z [00:03:14.277]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b726/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17=>github.com/itchyny/gojq@v0.12.17;$WORK/b726=>" -p github.com/itchyny/gojq -lang=go1.21 -complete -installsuffix shared -buildid o4C_2ji-iF1RQ05Yw2Km/o4C_2ji-iF1RQ05Yw2Km -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b726/importcfg -pack /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/builtin.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/code.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/compare.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/compiler.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/encoder.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/env.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/error.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/execute.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/func.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/gojq.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/iter.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/lexer.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/module_loader.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/normalize.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/operator.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/option.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/parser.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/preview.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/query.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/release.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/scope_stack.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/stack.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/term_type.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/type.go
2025-08-20T21:54:31.5943141Z [00:03:14.303]➜  go tool buildid -w $WORK/b724/_pkg_.a # internal
2025-08-20T21:54:31.5952705Z [00:03:14.304]➜  cp $WORK/b724/_pkg_.a /root/.cache/go-build/ea/ea3858a926dd47d9d829f00eae47e6ffad7fa0da694cfe37760ffadf20d591c1-d # internal
2025-08-20T21:54:31.5963117Z [00:03:14.306]➜  golang.org/x/text/encoding/htmlindex
2025-08-20T21:54:31.5963638Z [00:03:14.306]➜  mkdir -p $WORK/b723/
2025-08-20T21:54:31.5968348Z [00:03:14.306]➜  cat >/tmp/go-build3999932643/b723/importcfg << 'EOF' # internal
2025-08-20T21:54:31.5969058Z [00:03:14.306]➜  # import config
2025-08-20T21:54:31.5969529Z [00:03:14.306]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:31.5970259Z [00:03:14.306]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3999932643/b263/_pkg_.a
2025-08-20T21:54:31.5970988Z [00:03:14.306]➜  packagefile golang.org/x/text/encoding/charmap=/tmp/go-build3999932643/b722/_pkg_.a
2025-08-20T21:54:31.5971775Z [00:03:14.306]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3999932643/b264/_pkg_.a
2025-08-20T21:54:31.5972557Z [00:03:14.306]➜  packagefile golang.org/x/text/encoding/japanese=/tmp/go-build3999932643/b724/_pkg_.a
2025-08-20T21:54:31.5973269Z [00:03:14.306]➜  packagefile golang.org/x/text/encoding/korean=/tmp/go-build3999932643/b709/_pkg_.a
2025-08-20T21:54:31.5974018Z [00:03:14.306]➜  packagefile golang.org/x/text/encoding/simplifiedchinese=/tmp/go-build3999932643/b707/_pkg_.a
2025-08-20T21:54:31.5974857Z [00:03:14.306]➜  packagefile golang.org/x/text/encoding/traditionalchinese=/tmp/go-build3999932643/b710/_pkg_.a
2025-08-20T21:54:31.5975660Z [00:03:14.306]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build3999932643/b262/_pkg_.a
2025-08-20T21:54:31.5976369Z [00:03:14.306]➜  packagefile golang.org/x/text/language=/tmp/go-build3999932643/b527/_pkg_.a
2025-08-20T21:54:31.5976995Z [00:03:14.306]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:31.5977703Z [00:03:14.306]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:31.5978154Z [00:03:14.306]➜  EOF
2025-08-20T21:54:31.5980713Z [00:03:14.306]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b723/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/htmlindex=>golang.org/x/text@v0.26.0/encoding/htmlindex;$WORK/b723=>" -p golang.org/x/text/encoding/htmlindex -lang=go1.23 -complete -installsuffix shared -buildid Xsfxb6_WQwIWk4XipqSC/Xsfxb6_WQwIWk4XipqSC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b723/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/htmlindex/htmlindex.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/htmlindex/map.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/htmlindex/tables.go
2025-08-20T21:54:31.6399850Z [00:03:14.348]➜  go tool buildid -w $WORK/b723/_pkg_.a # internal
2025-08-20T21:54:31.6404376Z [00:03:14.350]➜  cp $WORK/b723/_pkg_.a /root/.cache/go-build/a3/a3ccd887133a9e1eb803efbbce54660ce37e828d148923f4daf470e8ba77b56a-d # internal
2025-08-20T21:54:31.6410782Z [00:03:14.350]➜  golang.org/x/net/html/charset
2025-08-20T21:54:31.6413805Z [00:03:14.350]➜  mkdir -p $WORK/b721/
2025-08-20T21:54:31.6419763Z [00:03:14.351]➜  cat >/tmp/go-build3999932643/b721/importcfg << 'EOF' # internal
2025-08-20T21:54:31.6422551Z [00:03:14.351]➜  # import config
2025-08-20T21:54:31.6422942Z [00:03:14.351]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:31.6423357Z [00:03:14.351]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:31.6423844Z [00:03:14.351]➜  packagefile golang.org/x/net/html=/tmp/go-build3999932643/b198/_pkg_.a
2025-08-20T21:54:31.6424398Z [00:03:14.351]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3999932643/b263/_pkg_.a
2025-08-20T21:54:31.6424987Z [00:03:14.351]➜  packagefile golang.org/x/text/encoding/charmap=/tmp/go-build3999932643/b722/_pkg_.a
2025-08-20T21:54:31.6425616Z [00:03:14.351]➜  packagefile golang.org/x/text/encoding/htmlindex=/tmp/go-build3999932643/b723/_pkg_.a
2025-08-20T21:54:31.6426219Z [00:03:14.351]➜  packagefile golang.org/x/text/transform=/tmp/go-build3999932643/b265/_pkg_.a
2025-08-20T21:54:31.6426695Z [00:03:14.351]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:31.6427095Z [00:03:14.351]➜  packagefile mime=/tmp/go-build3999932643/b214/_pkg_.a
2025-08-20T21:54:31.6427670Z [00:03:14.351]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:31.6428123Z [00:03:14.351]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:31.6428768Z [00:03:14.351]➜  EOF
2025-08-20T21:54:31.6430748Z [00:03:14.351]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b721/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/html/charset=>golang.org/x/net@v0.41.0/html/charset;$WORK/b721=>" -p golang.org/x/net/html/charset -lang=go1.23 -complete -installsuffix shared -buildid SJ5YETC8itjGWwdJLb-e/SJ5YETC8itjGWwdJLb-e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b721/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/charset/charset.go
2025-08-20T21:54:31.6668976Z [00:03:14.376]➜  go tool buildid -w $WORK/b731/_pkg_.a # internal
2025-08-20T21:54:31.6696863Z [00:03:14.379]➜  cp $WORK/b731/_pkg_.a /root/.cache/go-build/09/097ac591ba6952a8e4a4a0786c4b8d6ffe05542b465666c0d875be32bc95c26a-d # internal
2025-08-20T21:54:31.6702590Z [00:03:14.379]➜  go tool buildid -w $WORK/b721/_pkg_.a # internal
2025-08-20T21:54:31.6703763Z [00:03:14.379]➜  cp $WORK/b721/_pkg_.a /root/.cache/go-build/c3/c3b09f02b2d491e9d684287b5f8c9b479d16d83d3cc97eabab59272bb7c591e1-d # internal
2025-08-20T21:54:31.6709271Z [00:03:14.379]➜  github.com/projectdiscovery/dsl/deserialization
2025-08-20T21:54:31.6711347Z [00:03:14.379]➜  mkdir -p $WORK/b732/
2025-08-20T21:54:31.6713077Z [00:03:14.380]➜  cat >/tmp/go-build3999932643/b732/importcfg << 'EOF' # internal
2025-08-20T21:54:31.6714378Z [00:03:14.380]➜  # import config
2025-08-20T21:54:31.6715407Z [00:03:14.380]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:31.6716153Z [00:03:14.380]➜  packagefile compress/gzip=/tmp/go-build3999932643/b203/_pkg_.a
2025-08-20T21:54:31.6717612Z [00:03:14.380]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:31.6718501Z [00:03:14.380]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:31.6719413Z [00:03:14.380]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:31.6720108Z [00:03:14.380]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:31.6720611Z [00:03:14.380]➜  EOF
2025-08-20T21:54:31.6723271Z [00:03:14.380]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b732/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/dsl@v0.5.0/deserialization=>github.com/projectdiscovery/dsl@v0.5.0/deserialization;$WORK/b732=>" -p github.com/projectdiscovery/dsl/deserialization -lang=go1.24 -complete -installsuffix shared -buildid vp8ATLkYQnjKFF-SaYtH/vp8ATLkYQnjKFF-SaYtH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b732/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/dsl@v0.5.0/deserialization/deserialization.go
2025-08-20T21:54:31.6727043Z [00:03:14.380]➜  github.com/antchfx/htmlquery
2025-08-20T21:54:31.6727607Z [00:03:14.380]➜  mkdir -p $WORK/b718/
2025-08-20T21:54:31.6728234Z [00:03:14.381]➜  cat >/tmp/go-build3999932643/b718/importcfg << 'EOF' # internal
2025-08-20T21:54:31.6728778Z [00:03:14.381]➜  # import config
2025-08-20T21:54:31.6729407Z [00:03:14.381]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:31.6730414Z [00:03:14.381]➜  packagefile compress/gzip=/tmp/go-build3999932643/b203/_pkg_.a
2025-08-20T21:54:31.6730944Z [00:03:14.381]➜  packagefile compress/zlib=/tmp/go-build3999932643/b168/_pkg_.a
2025-08-20T21:54:31.6731394Z [00:03:14.381]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:31.6731893Z [00:03:14.381]➜  packagefile github.com/antchfx/xpath=/tmp/go-build3999932643/b719/_pkg_.a
2025-08-20T21:54:31.6732470Z [00:03:14.381]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build3999932643/b720/_pkg_.a
2025-08-20T21:54:31.6733031Z [00:03:14.381]➜  packagefile golang.org/x/net/html=/tmp/go-build3999932643/b198/_pkg_.a
2025-08-20T21:54:31.6733581Z [00:03:14.381]➜  packagefile golang.org/x/net/html/charset=/tmp/go-build3999932643/b721/_pkg_.a
2025-08-20T21:54:31.6734062Z [00:03:14.381]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:31.6734798Z [00:03:14.381]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:31.6735220Z [00:03:14.381]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:31.6735794Z [00:03:14.381]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:31.6736214Z [00:03:14.381]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:31.6736516Z [00:03:14.381]➜  EOF
2025-08-20T21:54:31.6738774Z [00:03:14.381]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b718/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/antchfx/htmlquery@v1.3.4=>github.com/antchfx/htmlquery@v1.3.4;$WORK/b718=>" -p github.com/antchfx/htmlquery -lang=go1.14 -complete -installsuffix shared -buildid pzYA6OSdR0ep5lhYAqZ2/pzYA6OSdR0ep5lhYAqZ2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b718/importcfg -pack /root/go/pkg/mod/github.com/antchfx/htmlquery@v1.3.4/cache.go /root/go/pkg/mod/github.com/antchfx/htmlquery@v1.3.4/query.go
2025-08-20T21:54:31.6956811Z [00:03:14.405]➜  go tool buildid -w $WORK/b732/_pkg_.a # internal
2025-08-20T21:54:31.6968976Z [00:03:14.406]➜  cp $WORK/b732/_pkg_.a /root/.cache/go-build/ff/ff01e32c9eb056fdb4880b12fecc269ac7f251c6f0928783d29a9993a7f38bf9-d # internal
2025-08-20T21:54:31.6980856Z [00:03:14.407]➜  github.com/antchfx/xmlquery
2025-08-20T21:54:31.6981629Z [00:03:14.407]➜  mkdir -p $WORK/b725/
2025-08-20T21:54:31.6988546Z [00:03:14.408]➜  cat >/tmp/go-build3999932643/b725/importcfg << 'EOF' # internal
2025-08-20T21:54:31.6988952Z [00:03:14.408]➜  # import config
2025-08-20T21:54:31.6989296Z [00:03:14.408]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:31.6990177Z [00:03:14.408]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:31.6990695Z [00:03:14.408]➜  packagefile encoding/xml=/tmp/go-build3999932643/b483/_pkg_.a
2025-08-20T21:54:31.6991397Z [00:03:14.408]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:31.6991883Z [00:03:14.408]➜  packagefile github.com/antchfx/xpath=/tmp/go-build3999932643/b719/_pkg_.a
2025-08-20T21:54:31.6992467Z [00:03:14.408]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build3999932643/b720/_pkg_.a
2025-08-20T21:54:31.6993064Z [00:03:14.408]➜  packagefile golang.org/x/net/html/charset=/tmp/go-build3999932643/b721/_pkg_.a
2025-08-20T21:54:31.6993552Z [00:03:14.408]➜  packagefile html=/tmp/go-build3999932643/b175/_pkg_.a
2025-08-20T21:54:31.6994182Z [00:03:14.408]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:31.6994736Z [00:03:14.408]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:31.6995280Z [00:03:14.408]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:31.6995806Z [00:03:14.408]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:31.6996225Z [00:03:14.408]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:31.6996529Z [00:03:14.408]➜  EOF
2025-08-20T21:54:31.6999623Z [00:03:14.409]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b725/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/antchfx/xmlquery@v1.4.4=>github.com/antchfx/xmlquery@v1.4.4;$WORK/b725=>" -p github.com/antchfx/xmlquery -lang=go1.14 -complete -installsuffix shared -buildid _YhGei2G9-7ODkDwH2iL/_YhGei2G9-7ODkDwH2iL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b725/importcfg -pack /root/go/pkg/mod/github.com/antchfx/xmlquery@v1.4.4/cache.go /root/go/pkg/mod/github.com/antchfx/xmlquery@v1.4.4/cached_reader.go /root/go/pkg/mod/github.com/antchfx/xmlquery@v1.4.4/node.go /root/go/pkg/mod/github.com/antchfx/xmlquery@v1.4.4/options.go /root/go/pkg/mod/github.com/antchfx/xmlquery@v1.4.4/parse.go /root/go/pkg/mod/github.com/antchfx/xmlquery@v1.4.4/query.go
2025-08-20T21:54:31.7181836Z [00:03:14.427]➜  go tool buildid -w $WORK/b718/_pkg_.a # internal
2025-08-20T21:54:31.7198306Z [00:03:14.429]➜  cp $WORK/b718/_pkg_.a /root/.cache/go-build/99/99d88e81bbf5eae69b3be4f02b28bfc16271c70e2795dc50669d5f5b48793578-d # internal
2025-08-20T21:54:31.7199465Z [00:03:14.429]➜  github.com/sashabaranov/go-openai/internal
2025-08-20T21:54:31.7207093Z [00:03:14.430]➜  mkdir -p $WORK/b735/
2025-08-20T21:54:31.7216861Z [00:03:14.431]➜  cat >/tmp/go-build3999932643/b735/importcfg << 'EOF' # internal
2025-08-20T21:54:31.7217545Z [00:03:14.431]➜  # import config
2025-08-20T21:54:31.7218072Z [00:03:14.431]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:31.7218631Z [00:03:14.431]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:31.7219191Z [00:03:14.431]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:31.7219761Z [00:03:14.431]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:31.7220254Z [00:03:14.431]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:31.7220786Z [00:03:14.431]➜  packagefile mime/multipart=/tmp/go-build3999932643/b215/_pkg_.a
2025-08-20T21:54:31.7221325Z [00:03:14.431]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:31.7221830Z [00:03:14.431]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:31.7222340Z [00:03:14.431]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:31.7222666Z [00:03:14.431]➜  EOF
2025-08-20T21:54:31.7257169Z [00:03:14.434]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b735/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/internal=>github.com/sashabaranov/go-openai@v1.37.0/internal;$WORK/b735=>" -p github.com/sashabaranov/go-openai/internal -lang=go1.18 -complete -installsuffix shared -buildid IqXFr9b0mmGLweI8SrI3/IqXFr9b0mmGLweI8SrI3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b735/importcfg -pack /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/internal/error_accumulator.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/internal/form_builder.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/internal/marshaller.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/internal/request_builder.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/internal/unmarshaler.go
2025-08-20T21:54:31.7833976Z [00:03:14.492]➜  go tool buildid -w $WORK/b735/_pkg_.a # internal
2025-08-20T21:54:31.7845301Z [00:03:14.494]➜  cp $WORK/b735/_pkg_.a /root/.cache/go-build/8c/8c05f924f89de8c1eb364947db19417a6ee935010b215698ad6bbbfb4e829ec1-d # internal
2025-08-20T21:54:31.7854582Z [00:03:14.494]➜  github.com/sashabaranov/go-openai
2025-08-20T21:54:31.7865856Z [00:03:14.494]➜  mkdir -p $WORK/b734/
2025-08-20T21:54:31.7867033Z [00:03:14.495]➜  cat >/tmp/go-build3999932643/b734/importcfg << 'EOF' # internal
2025-08-20T21:54:31.7867978Z [00:03:14.495]➜  # import config
2025-08-20T21:54:31.7868849Z [00:03:14.495]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:31.7869320Z [00:03:14.495]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:31.7869746Z [00:03:14.495]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:31.7870235Z [00:03:14.495]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:31.7870729Z [00:03:14.495]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:31.7871205Z [00:03:14.495]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:31.7871647Z [00:03:14.495]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:31.7872076Z [00:03:14.495]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:31.7872640Z [00:03:14.495]➜  packagefile github.com/sashabaranov/go-openai/internal=/tmp/go-build3999932643/b735/_pkg_.a
2025-08-20T21:54:31.7873169Z [00:03:14.495]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:31.7873572Z [00:03:14.495]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:31.7873990Z [00:03:14.495]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:31.7874748Z [00:03:14.495]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:31.7875160Z [00:03:14.495]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:31.7875722Z [00:03:14.495]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:31.7876151Z [00:03:14.495]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:31.7876583Z [00:03:14.495]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:31.7876997Z [00:03:14.495]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:31.7877300Z [00:03:14.495]➜  EOF
2025-08-20T21:54:31.7886411Z [00:03:14.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b734/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0=>github.com/sashabaranov/go-openai@v1.37.0;$WORK/b734=>" -p github.com/sashabaranov/go-openai -lang=go1.18 -complete -installsuffix shared -buildid oEBTZ4frB-6fsAfzij9p/oEBTZ4frB-6fsAfzij9p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b734/importcfg -pack /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/assistant.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/audio.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/batch.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/chat.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/chat_stream.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/client.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/common.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/completion.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/config.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/edits.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/embeddings.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/engines.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/error.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/files.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/fine_tunes.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/fine_tuning_job.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/image.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/messages.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/models.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/moderation.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/ratelimit.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/reasoning_validator.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/run.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/speech.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/stream.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/stream_reader.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/thread.go /root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0/vector_store.go
2025-08-20T21:54:31.8085875Z [00:03:14.518]➜  go tool buildid -w $WORK/b725/_pkg_.a # internal
2025-08-20T21:54:31.8106992Z [00:03:14.520]➜  cp $WORK/b725/_pkg_.a /root/.cache/go-build/6d/6d15fa8c5deca2255b8bfe102d925eae94fa58e47edb7e2cd075de1abe2e5a25-d # internal
2025-08-20T21:54:31.8114402Z [00:03:14.521]➜  github.com/projectdiscovery/utils/rand
2025-08-20T21:54:31.8115037Z [00:03:14.521]➜  mkdir -p $WORK/b737/
2025-08-20T21:54:31.8129360Z [00:03:14.522]➜  cat >/tmp/go-build3999932643/b737/importcfg << 'EOF' # internal
2025-08-20T21:54:31.8129768Z [00:03:14.522]➜  # import config
2025-08-20T21:54:31.8130139Z [00:03:14.522]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:31.8130579Z [00:03:14.522]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:31.8131010Z [00:03:14.522]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:31.8131459Z [00:03:14.522]➜  packagefile math/rand/v2=/tmp/go-build3999932643/b094/_pkg_.a
2025-08-20T21:54:31.8132081Z [00:03:14.522]➜  EOF
2025-08-20T21:54:31.8134027Z [00:03:14.522]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b737/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/rand=>github.com/projectdiscovery/utils@v0.4.23/rand;$WORK/b737=>" -p github.com/projectdiscovery/utils/rand -lang=go1.24 -complete -installsuffix shared -buildid YLnzmO5_0UvAVDjr_6DO/YLnzmO5_0UvAVDjr_6DO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b737/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/rand/number.go
2025-08-20T21:54:31.8293425Z [00:03:14.538]➜  go tool buildid -w $WORK/b737/_pkg_.a # internal
2025-08-20T21:54:31.8304541Z [00:03:14.540]➜  cp $WORK/b737/_pkg_.a /root/.cache/go-build/4a/4a37861b4d7209e816a546fa89285437eb7ea849f568093b3020d79a2e0a8ba9-d # internal
2025-08-20T21:54:31.8321546Z [00:03:14.541]➜  github.com/projectdiscovery/dsl/randomip
2025-08-20T21:54:31.8322159Z [00:03:14.541]➜  mkdir -p $WORK/b736/
2025-08-20T21:54:31.8326373Z [00:03:14.542]➜  cat >/tmp/go-build3999932643/b736/importcfg << 'EOF' # internal
2025-08-20T21:54:31.8326758Z [00:03:14.542]➜  # import config
2025-08-20T21:54:31.8327141Z [00:03:14.542]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:31.8327750Z [00:03:14.542]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:31.8328232Z [00:03:14.542]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:31.8335566Z [00:03:14.542]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build3999932643/b333/_pkg_.a
2025-08-20T21:54:31.8336477Z [00:03:14.542]➜  packagefile github.com/projectdiscovery/utils/rand=/tmp/go-build3999932643/b737/_pkg_.a
2025-08-20T21:54:31.8337066Z [00:03:14.542]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:31.8337569Z [00:03:14.542]➜  EOF
2025-08-20T21:54:31.8339638Z [00:03:14.543]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b736/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/dsl@v0.5.0/randomip=>github.com/projectdiscovery/dsl@v0.5.0/randomip;$WORK/b736=>" -p github.com/projectdiscovery/dsl/randomip -lang=go1.24 -complete -installsuffix shared -buildid 5Yqc6czqcAg9yp3oBP3h/5Yqc6czqcAg9yp3oBP3h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b736/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/dsl@v0.5.0/randomip/randomip.go
2025-08-20T21:54:31.8520864Z [00:03:14.561]➜  go tool buildid -w $WORK/b736/_pkg_.a # internal
2025-08-20T21:54:31.8526317Z [00:03:14.562]➜  cp $WORK/b736/_pkg_.a /root/.cache/go-build/39/392af67aee73bbf1e927d0c40a48c8222ac18e0464692ead9310caab7fadf37e-d # internal
2025-08-20T21:54:31.8531416Z [00:03:14.562]➜  github.com/projectdiscovery/gostruct
2025-08-20T21:54:31.8532329Z [00:03:14.563]➜  mkdir -p $WORK/b738/
2025-08-20T21:54:31.8536683Z [00:03:14.563]➜  cat >/tmp/go-build3999932643/b738/importcfg << 'EOF' # internal
2025-08-20T21:54:31.8538688Z [00:03:14.563]➜  # import config
2025-08-20T21:54:31.8539355Z [00:03:14.563]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:31.8539818Z [00:03:14.563]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:31.8540282Z [00:03:14.563]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:31.8540696Z [00:03:14.563]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:31.8541120Z [00:03:14.563]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:31.8541550Z [00:03:14.563]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:31.8541866Z [00:03:14.563]➜  EOF
2025-08-20T21:54:31.8544496Z [00:03:14.563]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b738/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/gostruct@v0.0.2=>github.com/projectdiscovery/gostruct@v0.0.2;$WORK/b738=>" -p github.com/projectdiscovery/gostruct -lang=go1.19 -complete -installsuffix shared -buildid zQsLzohLTiszjRXeNpPV/zQsLzohLTiszjRXeNpPV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b738/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/gostruct@v0.0.2/struct.go
2025-08-20T21:54:31.9373380Z [00:03:14.647]➜  go tool buildid -w $WORK/b738/_pkg_.a # internal
2025-08-20T21:54:31.9377885Z [00:03:14.647]➜  cp $WORK/b738/_pkg_.a /root/.cache/go-build/94/94025d5a8543a7c307d9696ec2a9eeb10297d704cc3ee2c9daac776439b8ce18-d # internal
2025-08-20T21:54:31.9382587Z [00:03:14.647]➜  github.com/hdm/jarm-go
2025-08-20T21:54:31.9382968Z [00:03:14.647]➜  mkdir -p $WORK/b740/
2025-08-20T21:54:31.9383366Z [00:03:14.647]➜  cat >/tmp/go-build3999932643/b740/importcfg << 'EOF' # internal
2025-08-20T21:54:31.9383725Z [00:03:14.647]➜  # import config
2025-08-20T21:54:31.9384063Z [00:03:14.647]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:31.9384501Z [00:03:14.647]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:31.9384990Z [00:03:14.647]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:31.9385454Z [00:03:14.647]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:31.9385929Z [00:03:14.647]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:31.9386401Z [00:03:14.647]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:31.9386832Z [00:03:14.647]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:31.9387257Z [00:03:14.647]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:31.9387871Z [00:03:14.647]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:31.9388589Z [00:03:14.647]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:31.9388966Z [00:03:14.647]➜  EOF
2025-08-20T21:54:31.9390605Z [00:03:14.647]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b740/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hdm/jarm-go@v0.0.7=>github.com/hdm/jarm-go@v0.0.7;$WORK/b740=>" -p github.com/hdm/jarm-go -lang=go1.15 -complete -installsuffix shared -buildid twwcfvqGFNF4jgAfwxFl/twwcfvqGFNF4jgAfwxFl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b740/importcfg -pack /root/go/pkg/mod/github.com/hdm/jarm-go@v0.0.7/jarm.go
2025-08-20T21:54:32.0265460Z [00:03:14.736]➜  go tool buildid -w $WORK/b696/_pkg_.a # internal
2025-08-20T21:54:32.0484215Z [00:03:14.757]➜  cp $WORK/b696/_pkg_.a /root/.cache/go-build/f3/f348e9c6e9ab8e936eba12ce6751d136ff6382d8528f2bed20d8e7b159c924ce-d # internal
2025-08-20T21:54:32.0492431Z [00:03:14.758]➜  go tool buildid -w $WORK/b740/_pkg_.a # internal
2025-08-20T21:54:32.0498775Z [00:03:14.759]➜  cp $WORK/b740/_pkg_.a /root/.cache/go-build/0d/0d2e0cacf1e00b5f6fe0c3e22a94ec47ce59f22681f4a93ada6ea3eff3c30ad2-d # internal
2025-08-20T21:54:32.0505478Z [00:03:14.760]➜  github.com/projectdiscovery/utils/crypto/jarm
2025-08-20T21:54:32.0506116Z [00:03:14.760]➜  mkdir -p $WORK/b739/
2025-08-20T21:54:32.0511021Z [00:03:14.760]➜  cat >/tmp/go-build3999932643/b739/importcfg << 'EOF' # internal
2025-08-20T21:54:32.0511725Z [00:03:14.760]➜  # import config
2025-08-20T21:54:32.0512073Z [00:03:14.760]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:32.0512509Z [00:03:14.760]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:32.0512982Z [00:03:14.760]➜  packagefile github.com/hdm/jarm-go=/tmp/go-build3999932643/b740/_pkg_.a
2025-08-20T21:54:32.0513629Z [00:03:14.760]➜  packagefile github.com/projectdiscovery/utils/conn/connpool=/tmp/go-build3999932643/b699/_pkg_.a
2025-08-20T21:54:32.0514181Z [00:03:14.760]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:32.0514605Z [00:03:14.760]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:32.0515025Z [00:03:14.760]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:32.0515328Z [00:03:14.760]➜  EOF
2025-08-20T21:54:32.0517556Z [00:03:14.760]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b739/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/crypto/jarm=>github.com/projectdiscovery/utils@v0.4.23/crypto/jarm;$WORK/b739=>" -p github.com/projectdiscovery/utils/crypto/jarm -lang=go1.24 -complete -installsuffix shared -buildid 4e8Ga5ajk2JiOERUt-cG/4e8Ga5ajk2JiOERUt-cG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b739/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/crypto/jarm/jarm.go
2025-08-20T21:54:32.0567907Z [00:03:14.766]➜  github.com/projectdiscovery/httpx/common/httpx
2025-08-20T21:54:32.0574350Z [00:03:14.766]➜  mkdir -p $WORK/b671/
2025-08-20T21:54:32.0574772Z [00:03:14.766]➜  cat >/tmp/go-build3999932643/b671/importcfg << 'EOF' # internal
2025-08-20T21:54:32.0575124Z [00:03:14.766]➜  # import config
2025-08-20T21:54:32.0575461Z [00:03:14.766]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:32.0575883Z [00:03:14.766]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:32.0576323Z [00:03:14.766]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:32.0576781Z [00:03:14.766]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:32.0577212Z [00:03:14.766]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:32.0577920Z [00:03:14.766]➜  packagefile github.com/PuerkitoBio/goquery=/tmp/go-build3999932643/b672/_pkg_.a
2025-08-20T21:54:32.0578518Z [00:03:14.766]➜  packagefile github.com/hbakhtiyor/strsim=/tmp/go-build3999932643/b674/_pkg_.a
2025-08-20T21:54:32.0579110Z [00:03:14.766]➜  packagefile github.com/microcosm-cc/bluemonday=/tmp/go-build3999932643/b193/_pkg_.a
2025-08-20T21:54:32.0580046Z [00:03:14.766]➜  packagefile github.com/projectdiscovery/cdncheck=/tmp/go-build3999932643/b675/_pkg_.a
2025-08-20T21:54:32.0580806Z [00:03:14.766]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build3999932643/b341/_pkg_.a
2025-08-20T21:54:32.0581628Z [00:03:14.766]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer/ja3/impersonate=/tmp/go-build3999932643/b346/_pkg_.a
2025-08-20T21:54:32.0582384Z [00:03:14.766]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:32.0583090Z [00:03:14.766]➜  packagefile github.com/projectdiscovery/httpx/common/httputilz=/tmp/go-build3999932643/b676/_pkg_.a
2025-08-20T21:54:32.0583905Z [00:03:14.766]➜  packagefile github.com/projectdiscovery/networkpolicy=/tmp/go-build3999932643/b439/_pkg_.a
2025-08-20T21:54:32.0584614Z [00:03:14.766]➜  packagefile github.com/projectdiscovery/rawhttp=/tmp/go-build3999932643/b677/_pkg_.a
2025-08-20T21:54:32.0585287Z [00:03:14.766]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:54:32.0586005Z [00:03:14.766]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/clients=/tmp/go-build3999932643/b681/_pkg_.a
2025-08-20T21:54:32.0586722Z [00:03:14.766]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/ztls=/tmp/go-build3999932643/b696/_pkg_.a
2025-08-20T21:54:32.0620693Z [00:03:14.766]➜  packagefile github.com/projectdiscovery/useragent=/tmp/go-build3999932643/b700/_pkg_.a
2025-08-20T21:54:32.0621632Z [00:03:14.766]➜  packagefile github.com/projectdiscovery/utils/generic=/tmp/go-build3999932643/b701/_pkg_.a
2025-08-20T21:54:32.0622309Z [00:03:14.766]➜  packagefile github.com/projectdiscovery/utils/http=/tmp/go-build3999932643/b702/_pkg_.a
2025-08-20T21:54:32.0622971Z [00:03:14.766]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:54:32.0623642Z [00:03:14.766]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:32.0624428Z [00:03:14.766]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:54:32.0625049Z [00:03:14.766]➜  packagefile github.com/rs/xid=/tmp/go-build3999932643/b608/_pkg_.a
2025-08-20T21:54:32.0625656Z [00:03:14.766]➜  packagefile github.com/weppos/publicsuffix-go/publicsuffix=/tmp/go-build3999932643/b455/_pkg_.a
2025-08-20T21:54:32.0626301Z [00:03:14.766]➜  packagefile github.com/zmap/zcrypto/tls=/tmp/go-build3999932643/b449/_pkg_.a
2025-08-20T21:54:32.0627308Z [00:03:14.766]➜  packagefile golang.org/x/net/context=/tmp/go-build3999932643/b708/_pkg_.a
2025-08-20T21:54:32.0627996Z [00:03:14.766]➜  packagefile golang.org/x/net/html=/tmp/go-build3999932643/b198/_pkg_.a
2025-08-20T21:54:32.0628535Z [00:03:14.766]➜  packagefile golang.org/x/net/http2=/tmp/go-build3999932643/b472/_pkg_.a
2025-08-20T21:54:32.0629110Z [00:03:14.766]➜  packagefile golang.org/x/text/encoding/korean=/tmp/go-build3999932643/b709/_pkg_.a
2025-08-20T21:54:32.0629776Z [00:03:14.766]➜  packagefile golang.org/x/text/encoding/simplifiedchinese=/tmp/go-build3999932643/b707/_pkg_.a
2025-08-20T21:54:32.0630483Z [00:03:14.766]➜  packagefile golang.org/x/text/encoding/traditionalchinese=/tmp/go-build3999932643/b710/_pkg_.a
2025-08-20T21:54:32.0631118Z [00:03:14.766]➜  packagefile golang.org/x/text/transform=/tmp/go-build3999932643/b265/_pkg_.a
2025-08-20T21:54:32.0631598Z [00:03:14.766]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:32.0632004Z [00:03:14.766]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:32.0632422Z [00:03:14.766]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:32.0632853Z [00:03:14.766]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:32.0633265Z [00:03:14.766]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:32.0633669Z [00:03:14.766]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:32.0634294Z [00:03:14.766]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:32.0634781Z [00:03:14.766]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:32.0635204Z [00:03:14.766]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:32.0635620Z [00:03:14.766]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:32.0636039Z [00:03:14.766]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:32.0636355Z [00:03:14.766]➜  EOF
2025-08-20T21:54:32.0643340Z [00:03:14.766]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b671/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/httpx@v1.7.0/common/httpx=>github.com/projectdiscovery/httpx@v1.7.0/common/httpx;$WORK/b671=>" -p github.com/projectdiscovery/httpx/common/httpx -lang=go1.23 -complete -installsuffix shared -buildid 4V5odWJpIEQ10RVRYt44/4V5odWJpIEQ10RVRYt44 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b671/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/httpx@v1.7.0/common/httpx/cdn.go /root/go/pkg/mod/github.com/projectdiscovery/httpx@v1.7.0/common/httpx/csp.go /root/go/pkg/mod/github.com/projectdiscovery/httpx@v1.7.0/common/httpx/doc.go /root/go/pkg/mod/github.com/projectdiscovery/httpx@v1.7.0/common/httpx/domains.go /root/go/pkg/mod/github.com/projectdiscovery/httpx@v1.7.0/common/httpx/encodings.go /root/go/pkg/mod/github.com/projectdiscovery/httpx@v1.7.0/common/httpx/filter.go /root/go/pkg/mod/github.com/projectdiscovery/httpx@v1.7.0/common/httpx/http2.go /root/go/pkg/mod/github.com/projectdiscovery/httpx@v1.7.0/common/httpx/httpx.go /root/go/pkg/mod/github.com/projectdiscovery/httpx@v1.7.0/common/httpx/option.go /root/go/pkg/mod/github.com/projectdiscovery/httpx@v1.7.0/common/httpx/pipeline.go /root/go/pkg/mod/github.com/projectdiscovery/httpx@v1.7.0/common/httpx/proto.go /root/go/pkg/mod/github.com/projectdiscovery/httpx@v1.7.0/common/httpx/response.go /root/go/pkg/mod/github.com/projectdiscovery/httpx@v1.7.0/common/httpx/title.go /root/go/pkg/mod/github.com/projectdiscovery/httpx@v1.7.0/common/httpx/tls.go /root/go/pkg/mod/github.com/projectdiscovery/httpx@v1.7.0/common/httpx/types.go /root/go/pkg/mod/github.com/projectdiscovery/httpx@v1.7.0/common/httpx/virtualhost.go
2025-08-20T21:54:32.1276735Z [00:03:14.837]➜  go tool buildid -w $WORK/b739/_pkg_.a # internal
2025-08-20T21:54:32.1290400Z [00:03:14.838]➜  cp $WORK/b739/_pkg_.a /root/.cache/go-build/c6/c6a917139193bae6bc4ab0f135ff5501f4c74882ca0eb89f912ec4c128d202bf-d # internal
2025-08-20T21:54:32.1298641Z [00:03:14.838]➜  github.com/spaolacci/murmur3
2025-08-20T21:54:32.1298971Z [00:03:14.838]➜  mkdir -p $WORK/b741/
2025-08-20T21:54:32.1299344Z [00:03:14.838]➜  cat >/tmp/go-build3999932643/b741/importcfg << 'EOF' # internal
2025-08-20T21:54:32.1299700Z [00:03:14.838]➜  # import config
2025-08-20T21:54:32.1300031Z [00:03:14.838]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:32.1300343Z [00:03:14.838]➜  EOF
2025-08-20T21:54:32.1302852Z [00:03:14.838]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b741/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spaolacci/murmur3@v1.1.0=>github.com/spaolacci/murmur3@v1.1.0;$WORK/b741=>" -p github.com/spaolacci/murmur3 -lang=go1.16 -complete -installsuffix shared -buildid erxxKEOOk3FjrU975O5p/erxxKEOOk3FjrU975O5p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b741/importcfg -pack /root/go/pkg/mod/github.com/spaolacci/murmur3@v1.1.0/murmur.go /root/go/pkg/mod/github.com/spaolacci/murmur3@v1.1.0/murmur128.go /root/go/pkg/mod/github.com/spaolacci/murmur3@v1.1.0/murmur32.go /root/go/pkg/mod/github.com/spaolacci/murmur3@v1.1.0/murmur64.go
2025-08-20T21:54:32.1661488Z [00:03:14.875]➜  go tool buildid -w $WORK/b734/_pkg_.a # internal
2025-08-20T21:54:32.1668455Z [00:03:14.876]➜  go tool buildid -w $WORK/b741/_pkg_.a # internal
2025-08-20T21:54:32.1675147Z [00:03:14.877]➜  cp $WORK/b741/_pkg_.a /root/.cache/go-build/d3/d3564ff8e1e2dfc2ab7f1a51415e7273571614fb4a77c2e1276fbe65b85e0419-d # internal
2025-08-20T21:54:32.1678720Z [00:03:14.877]➜  github.com/valyala/bytebufferpool
2025-08-20T21:54:32.1679088Z [00:03:14.877]➜  mkdir -p $WORK/b751/
2025-08-20T21:54:32.1687886Z [00:03:14.878]➜  cat >/tmp/go-build3999932643/b751/importcfg << 'EOF' # internal
2025-08-20T21:54:32.1688806Z [00:03:14.878]➜  # import config
2025-08-20T21:54:32.1689456Z [00:03:14.878]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:32.1691016Z [00:03:14.878]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:32.1691460Z [00:03:14.878]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:32.1691896Z [00:03:14.878]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:32.1692222Z [00:03:14.878]➜  EOF
2025-08-20T21:54:32.1694885Z [00:03:14.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b751/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/valyala/bytebufferpool@v1.0.0=>github.com/valyala/bytebufferpool@v1.0.0;$WORK/b751=>" -p github.com/valyala/bytebufferpool -lang=go1.16 -complete -installsuffix shared -buildid YIXx24q0PAYihgwNyikm/YIXx24q0PAYihgwNyikm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b751/importcfg -pack /root/go/pkg/mod/github.com/valyala/bytebufferpool@v1.0.0/bytebuffer.go /root/go/pkg/mod/github.com/valyala/bytebufferpool@v1.0.0/doc.go /root/go/pkg/mod/github.com/valyala/bytebufferpool@v1.0.0/pool.go
2025-08-20T21:54:32.1835360Z [00:03:14.893]➜  cp $WORK/b734/_pkg_.a /root/.cache/go-build/27/2743d196610b88b0611c2b80d586893477e5178bfc206940e8964c877f93efd4-d # internal
2025-08-20T21:54:32.1840769Z [00:03:14.893]➜  github.com/projectdiscovery/dsl/llm
2025-08-20T21:54:32.1845235Z [00:03:14.893]➜  mkdir -p $WORK/b733/
2025-08-20T21:54:32.1846485Z [00:03:14.894]➜  cat >/tmp/go-build3999932643/b733/importcfg << 'EOF' # internal
2025-08-20T21:54:32.1847138Z [00:03:14.894]➜  # import config
2025-08-20T21:54:32.1848001Z [00:03:14.894]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:32.1848967Z [00:03:14.894]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:32.1849715Z [00:03:14.894]➜  packagefile github.com/sashabaranov/go-openai=/tmp/go-build3999932643/b734/_pkg_.a
2025-08-20T21:54:32.1858277Z [00:03:14.894]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:32.1859254Z [00:03:14.894]➜  EOF
2025-08-20T21:54:32.1861472Z [00:03:14.894]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b733/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/dsl@v0.5.0/llm=>github.com/projectdiscovery/dsl@v0.5.0/llm;$WORK/b733=>" -p github.com/projectdiscovery/dsl/llm -lang=go1.24 -complete -installsuffix shared -buildid nJCeyXXAhyIO2k1Ki7c8/nJCeyXXAhyIO2k1Ki7c8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b733/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/dsl@v0.5.0/llm/llm.go
2025-08-20T21:54:32.1922776Z [00:03:14.901]➜  go tool buildid -w $WORK/b751/_pkg_.a # internal
2025-08-20T21:54:32.1929681Z [00:03:14.902]➜  cp $WORK/b751/_pkg_.a /root/.cache/go-build/fc/fc59d0026ca89c3819d16d50ad5b26b22e518abd52482578ef52e8ba485ed71c-d # internal
2025-08-20T21:54:32.1935788Z [00:03:14.903]➜  github.com/projectdiscovery/fasttemplate
2025-08-20T21:54:32.1938359Z [00:03:14.903]➜  mkdir -p $WORK/b750/
2025-08-20T21:54:32.1938748Z [00:03:14.903]➜  cat >/tmp/go-build3999932643/b750/importcfg << 'EOF' # internal
2025-08-20T21:54:32.1939115Z [00:03:14.903]➜  # import config
2025-08-20T21:54:32.1939464Z [00:03:14.903]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:32.1939878Z [00:03:14.903]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:32.1940398Z [00:03:14.903]➜  packagefile github.com/valyala/bytebufferpool=/tmp/go-build3999932643/b751/_pkg_.a
2025-08-20T21:54:32.1940905Z [00:03:14.903]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:32.1941319Z [00:03:14.903]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:32.1942037Z [00:03:14.903]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:32.1942422Z [00:03:14.903]➜  EOF
2025-08-20T21:54:32.1944709Z [00:03:14.903]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b750/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/fasttemplate@v0.0.2=>github.com/projectdiscovery/fasttemplate@v0.0.2;$WORK/b750=>" -p github.com/projectdiscovery/fasttemplate -lang=go1.12 -complete -installsuffix shared -buildid uKZ5HzduBWSyF-9H7FI9/uKZ5HzduBWSyF-9H7FI9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b750/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/fasttemplate@v0.0.2/template.go /root/go/pkg/mod/github.com/projectdiscovery/fasttemplate@v0.0.2/unsafe.go
2025-08-20T21:54:32.2420477Z [00:03:14.951]➜  go tool buildid -w $WORK/b733/_pkg_.a # internal
2025-08-20T21:54:32.2443635Z [00:03:14.953]➜  cp $WORK/b733/_pkg_.a /root/.cache/go-build/0e/0ec5f70e595636867335b6e9ba7177f62fdec078c8b670cec86f6b2e0cc47d55-d # internal
2025-08-20T21:54:32.2449031Z [00:03:14.954]➜  go tool buildid -w $WORK/b750/_pkg_.a # internal
2025-08-20T21:54:32.2457759Z [00:03:14.955]➜  cp $WORK/b750/_pkg_.a /root/.cache/go-build/21/217f747d92a9267e47cd30fe160a3ec4b42407e2576705da185d035bccd75ed6-d # internal
2025-08-20T21:54:32.2465538Z [00:03:14.956]➜  github.com/spf13/cast/internal
2025-08-20T21:54:32.2466771Z [00:03:14.956]➜  mkdir -p $WORK/b754/
2025-08-20T21:54:32.2470661Z [00:03:14.956]➜  github.com/projectdiscovery/dsl
2025-08-20T21:54:32.2471019Z [00:03:14.956]➜  mkdir -p $WORK/b729/
2025-08-20T21:54:32.2491685Z [00:03:14.958]➜  cat >/tmp/go-build3999932643/b729/importcfg << 'EOF' # internal
2025-08-20T21:54:32.2492114Z [00:03:14.958]➜  # import config
2025-08-20T21:54:32.2492497Z [00:03:14.958]➜  packagefile archive/zip=/tmp/go-build3999932643/b478/_pkg_.a
2025-08-20T21:54:32.2492933Z [00:03:14.958]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:32.2493381Z [00:03:14.958]➜  packagefile compress/flate=/tmp/go-build3999932643/b169/_pkg_.a
2025-08-20T21:54:32.2493862Z [00:03:14.958]➜  packagefile compress/gzip=/tmp/go-build3999932643/b203/_pkg_.a
2025-08-20T21:54:32.2494333Z [00:03:14.958]➜  packagefile compress/zlib=/tmp/go-build3999932643/b168/_pkg_.a
2025-08-20T21:54:32.2494788Z [00:03:14.958]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:54:32.2495253Z [00:03:14.958]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:32.2495711Z [00:03:14.958]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:32.2496404Z [00:03:14.958]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:32.2496861Z [00:03:14.958]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:32.2497322Z [00:03:14.958]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:32.2498026Z [00:03:14.958]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:32.2498505Z [00:03:14.958]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:32.2498980Z [00:03:14.958]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:32.2499466Z [00:03:14.958]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:32.2499935Z [00:03:14.958]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:32.2500405Z [00:03:14.958]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:32.2500854Z [00:03:14.958]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:32.2501281Z [00:03:14.958]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:32.2501904Z [00:03:14.958]➜  packagefile github.com/Knetic/govaluate=/tmp/go-build3999932643/b717/_pkg_.a
2025-08-20T21:54:32.2502545Z [00:03:14.958]➜  packagefile github.com/Mzack9999/gcache=/tmp/go-build3999932643/b342/_pkg_.a
2025-08-20T21:54:32.2503258Z [00:03:14.958]➜  packagefile github.com/asaskevich/govalidator=/tmp/go-build3999932643/b174/_pkg_.a
2025-08-20T21:54:32.2503920Z [00:03:14.958]➜  packagefile github.com/hashicorp/go-version=/tmp/go-build3999932643/b730/_pkg_.a
2025-08-20T21:54:32.2504474Z [00:03:14.958]➜  packagefile github.com/kataras/jwt=/tmp/go-build3999932643/b731/_pkg_.a
2025-08-20T21:54:32.2505058Z [00:03:14.958]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build3999932643/b247/_pkg_.a
2025-08-20T21:54:32.2505609Z [00:03:14.958]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:32.2506248Z [00:03:14.958]➜  packagefile github.com/projectdiscovery/dsl/deserialization=/tmp/go-build3999932643/b732/_pkg_.a
2025-08-20T21:54:32.2506920Z [00:03:14.958]➜  packagefile github.com/projectdiscovery/dsl/llm=/tmp/go-build3999932643/b733/_pkg_.a
2025-08-20T21:54:32.2507717Z [00:03:14.958]➜  packagefile github.com/projectdiscovery/dsl/randomip=/tmp/go-build3999932643/b736/_pkg_.a
2025-08-20T21:54:32.2508425Z [00:03:14.958]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:32.2509057Z [00:03:14.958]➜  packagefile github.com/projectdiscovery/gostruct=/tmp/go-build3999932643/b738/_pkg_.a
2025-08-20T21:54:32.2509683Z [00:03:14.958]➜  packagefile github.com/projectdiscovery/mapcidr=/tmp/go-build3999932643/b327/_pkg_.a
2025-08-20T21:54:32.2510348Z [00:03:14.958]➜  packagefile github.com/projectdiscovery/utils/crypto/jarm=/tmp/go-build3999932643/b739/_pkg_.a
2025-08-20T21:54:32.2511225Z [00:03:14.958]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build3999932643/b617/_pkg_.a
2025-08-20T21:54:32.2511869Z [00:03:14.958]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build3999932643/b333/_pkg_.a
2025-08-20T21:54:32.2512511Z [00:03:14.958]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:54:32.2513149Z [00:03:14.958]➜  packagefile github.com/projectdiscovery/utils/rand=/tmp/go-build3999932643/b737/_pkg_.a
2025-08-20T21:54:32.2513812Z [00:03:14.958]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:32.2514449Z [00:03:14.958]➜  packagefile github.com/sashabaranov/go-openai=/tmp/go-build3999932643/b734/_pkg_.a
2025-08-20T21:54:32.2515029Z [00:03:14.958]➜  packagefile github.com/spaolacci/murmur3=/tmp/go-build3999932643/b741/_pkg_.a
2025-08-20T21:54:32.2515584Z [00:03:14.958]➜  packagefile golang.org/x/text/cases=/tmp/go-build3999932643/b525/_pkg_.a
2025-08-20T21:54:32.2516279Z [00:03:14.958]➜  packagefile golang.org/x/text/language=/tmp/go-build3999932643/b527/_pkg_.a
2025-08-20T21:54:32.2516757Z [00:03:14.958]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:32.2517177Z [00:03:14.958]➜  packagefile hash/fnv=/tmp/go-build3999932643/b437/_pkg_.a
2025-08-20T21:54:32.2553260Z [00:03:14.958]➜  packagefile html=/tmp/go-build3999932643/b175/_pkg_.a
2025-08-20T21:54:32.2553708Z [00:03:14.958]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:32.2554127Z [00:03:14.958]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:32.2554537Z [00:03:14.958]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:32.2554955Z [00:03:14.958]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:32.2555380Z [00:03:14.958]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:32.2555796Z [00:03:14.958]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:32.2556217Z [00:03:14.958]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:32.2556645Z [00:03:14.958]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:32.2557058Z [00:03:14.958]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:32.2557810Z [00:03:14.958]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:32.2558189Z [00:03:14.958]➜  EOF
2025-08-20T21:54:32.2561338Z [00:03:14.958]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b729/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/dsl@v0.5.0=>github.com/projectdiscovery/dsl@v0.5.0;$WORK/b729=>" -p github.com/projectdiscovery/dsl -lang=go1.24 -complete -installsuffix shared -buildid 1g5BCEefXbUpfhALVhfC/1g5BCEefXbUpfhALVhfC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b729/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/dsl@v0.5.0/dsl.go /root/go/pkg/mod/github.com/projectdiscovery/dsl@v0.5.0/engine.go /root/go/pkg/mod/github.com/projectdiscovery/dsl@v0.5.0/error.go /root/go/pkg/mod/github.com/projectdiscovery/dsl@v0.5.0/func.go /root/go/pkg/mod/github.com/projectdiscovery/dsl@v0.5.0/public_ip.go /root/go/pkg/mod/github.com/projectdiscovery/dsl@v0.5.0/util.go
2025-08-20T21:54:32.2564167Z [00:03:14.963]➜  cat >/tmp/go-build3999932643/b754/importcfg << 'EOF' # internal
2025-08-20T21:54:32.2564512Z [00:03:14.963]➜  # import config
2025-08-20T21:54:32.2564838Z [00:03:14.963]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:32.2565254Z [00:03:14.963]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:32.2565668Z [00:03:14.963]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:32.2565971Z [00:03:14.963]➜  EOF
2025-08-20T21:54:32.2568180Z [00:03:14.963]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b754/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/cast@v1.9.2/internal=>github.com/spf13/cast@v1.9.2/internal;$WORK/b754=>" -p github.com/spf13/cast/internal -lang=go1.21 -complete -installsuffix shared -buildid CAw8c_3VZy2v0goora4f/CAw8c_3VZy2v0goora4f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b754/importcfg -pack /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/internal/time.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/internal/timeformattype_string.go
2025-08-20T21:54:32.2821449Z [00:03:14.991]➜  go tool buildid -w $WORK/b754/_pkg_.a # internal
2025-08-20T21:54:32.2826675Z [00:03:14.992]➜  cp $WORK/b754/_pkg_.a /root/.cache/go-build/41/41cb9cd79d3bb4d26aa43d46ae7b0a1bc0d91634cfda026dcb852458271e9da1-d # internal
2025-08-20T21:54:32.2833228Z [00:03:14.992]➜  html/template
2025-08-20T21:54:32.2833516Z [00:03:14.992]➜  mkdir -p $WORK/b755/
2025-08-20T21:54:32.2833900Z [00:03:14.992]➜  cat >/tmp/go-build3999932643/b755/importcfg << 'EOF' # internal
2025-08-20T21:54:32.2834248Z [00:03:14.992]➜  # import config
2025-08-20T21:54:32.2834597Z [00:03:14.992]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:32.2835273Z [00:03:14.993]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:32.2835713Z [00:03:14.993]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:32.2836120Z [00:03:14.993]➜  packagefile html=/tmp/go-build3999932643/b175/_pkg_.a
2025-08-20T21:54:32.2836580Z [00:03:14.993]➜  packagefile internal/godebug=/tmp/go-build3999932643/b058/_pkg_.a
2025-08-20T21:54:32.2837020Z [00:03:14.993]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:32.2839091Z [00:03:14.993]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:32.2839575Z [00:03:14.993]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:54:32.2839981Z [00:03:14.993]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:32.2840382Z [00:03:14.993]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:32.2840831Z [00:03:14.993]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:32.2841281Z [00:03:14.993]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:32.2841700Z [00:03:14.993]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:32.2842120Z [00:03:14.993]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:32.2842733Z [00:03:14.993]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:32.2843243Z [00:03:14.993]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:32.2843779Z [00:03:14.993]➜  packagefile text/template=/tmp/go-build3999932643/b510/_pkg_.a
2025-08-20T21:54:32.2844340Z [00:03:14.993]➜  packagefile text/template/parse=/tmp/go-build3999932643/b511/_pkg_.a
2025-08-20T21:54:32.2844803Z [00:03:14.993]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:32.2845245Z [00:03:14.993]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:32.2845577Z [00:03:14.993]➜  EOF
2025-08-20T21:54:32.2849726Z [00:03:14.993]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b755/_pkg_.a -trimpath "/root/.go/src/html/template=>html/template;$WORK/b755=>" -p html/template -lang=go1.25 -std -complete -installsuffix shared -buildid bcIVhNf49Yk1d6M9nH2_/bcIVhNf49Yk1d6M9nH2_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b755/importcfg -pack /root/.go/src/html/template/attr.go /root/.go/src/html/template/attr_string.go /root/.go/src/html/template/content.go /root/.go/src/html/template/context.go /root/.go/src/html/template/css.go /root/.go/src/html/template/delim_string.go /root/.go/src/html/template/doc.go /root/.go/src/html/template/element_string.go /root/.go/src/html/template/error.go /root/.go/src/html/template/escape.go /root/.go/src/html/template/html.go /root/.go/src/html/template/js.go /root/.go/src/html/template/jsctx_string.go /root/.go/src/html/template/state_string.go /root/.go/src/html/template/template.go /root/.go/src/html/template/transition.go /root/.go/src/html/template/url.go /root/.go/src/html/template/urlpart_string.go
2025-08-20T21:54:32.6194501Z [00:03:15.329]➜  go tool buildid -w $WORK/b755/_pkg_.a # internal
2025-08-20T21:54:32.6293904Z [00:03:15.339]➜  cp $WORK/b755/_pkg_.a /root/.cache/go-build/e7/e7c59546a2b9565a618f150cab6b6376e99809e613f218199721a5100643c91b-d # internal
2025-08-20T21:54:32.6466089Z [00:03:15.356]➜  github.com/spf13/cast
2025-08-20T21:54:32.6468096Z [00:03:15.356]➜  mkdir -p $WORK/b753/
2025-08-20T21:54:32.6478438Z [00:03:15.357]➜  cat >/tmp/go-build3999932643/b753/importcfg << 'EOF' # internal
2025-08-20T21:54:32.6480661Z [00:03:15.357]➜  # import config
2025-08-20T21:54:32.6481653Z [00:03:15.357]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:32.6482167Z [00:03:15.357]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:32.6482600Z [00:03:15.357]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:32.6483125Z [00:03:15.357]➜  packagefile github.com/spf13/cast/internal=/tmp/go-build3999932643/b754/_pkg_.a
2025-08-20T21:54:32.6484001Z [00:03:15.357]➜  packagefile html/template=/tmp/go-build3999932643/b755/_pkg_.a
2025-08-20T21:54:32.6484454Z [00:03:15.357]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:32.6484881Z [00:03:15.357]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:32.6485300Z [00:03:15.357]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:32.6485718Z [00:03:15.357]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:32.6486153Z [00:03:15.357]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:32.6486569Z [00:03:15.357]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:32.6486872Z [00:03:15.357]➜  EOF
2025-08-20T21:54:32.6490522Z [00:03:15.357]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b753/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/cast@v1.9.2=>github.com/spf13/cast@v1.9.2;$WORK/b753=>" -p github.com/spf13/cast -lang=go1.21 -complete -installsuffix shared -buildid YxUlghP7jDCR1u52QM_U/YxUlghP7jDCR1u52QM_U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b753/importcfg -pack /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/alias.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/basic.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/cast.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/indirect.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/map.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/number.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/slice.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/time.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/zz_generated.go
2025-08-20T21:54:32.6827157Z [00:03:15.392]➜  go tool buildid -w $WORK/b726/_pkg_.a # internal
2025-08-20T21:54:32.6934355Z [00:03:15.402]➜  cp $WORK/b726/_pkg_.a /root/.cache/go-build/3d/3dbdfb97b7053842a17827a348396f25ba3beb2b51b702af6e07f69059a8f52b-d # internal
2025-08-20T21:54:32.6935334Z [00:03:15.403]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/excludematchers
2025-08-20T21:54:32.6935808Z [00:03:15.403]➜  mkdir -p $WORK/b756/
2025-08-20T21:54:32.6943860Z [00:03:15.404]➜  cat >/tmp/go-build3999932643/b756/importcfg << 'EOF' # internal
2025-08-20T21:54:32.6945231Z [00:03:15.404]➜  # import config
2025-08-20T21:54:32.6946105Z [00:03:15.404]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:32.6946975Z [00:03:15.404]➜  EOF
2025-08-20T21:54:32.6962398Z [00:03:15.405]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b756/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/utils/excludematchers=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/excludematchers;$WORK/b756=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/excludematchers -lang=go1.24 -complete -installsuffix shared -buildid 5Me7WJSB3kpP8DRcckRK/5Me7WJSB3kpP8DRcckRK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b756/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/utils/excludematchers/excludematchers.go
2025-08-20T21:54:32.7091999Z [00:03:15.418]➜  go tool buildid -w $WORK/b756/_pkg_.a # internal
2025-08-20T21:54:32.7100695Z [00:03:15.419]➜  cp $WORK/b756/_pkg_.a /root/.cache/go-build/64/64730e3a67fd8bafe7dfce1a0ce9a4ec29f47b61fe79727e5a91b06873648f9a-d # internal
2025-08-20T21:54:32.7103749Z [00:03:15.420]➜  github.com/projectdiscovery/nuclei/v3/pkg/output/stats/waf
2025-08-20T21:54:32.7105236Z [00:03:15.420]➜  mkdir -p $WORK/b758/
2025-08-20T21:54:32.7112197Z [00:03:15.421]➜  cat >/tmp/go-build3999932643/b758/importcfg << 'EOF' # internal
2025-08-20T21:54:32.7114756Z [00:03:15.421]➜  # import config
2025-08-20T21:54:32.7115464Z [00:03:15.421]➜  packagefile embed=/tmp/go-build3999932643/b066/_pkg_.a
2025-08-20T21:54:32.7117264Z [00:03:15.421]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:32.7118050Z [00:03:15.421]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:32.7118719Z [00:03:15.421]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:32.7119670Z [00:03:15.421]➜  EOF
2025-08-20T21:54:32.7120233Z [00:03:15.421]➜  cat >/tmp/go-build3999932643/b758/embedcfg << 'EOF' # internal
2025-08-20T21:54:32.7121629Z [00:03:15.421]➜  {
2025-08-20T21:54:32.7122073Z [00:03:15.421]➜  	"Patterns": {
2025-08-20T21:54:32.7122441Z [00:03:15.421]➜  		"regexes.json": [
2025-08-20T21:54:32.7122877Z [00:03:15.421]➜  			"regexes.json"
2025-08-20T21:54:32.7123335Z [00:03:15.421]➜  		]
2025-08-20T21:54:32.7123666Z [00:03:15.421]➜  	},
2025-08-20T21:54:32.7124038Z [00:03:15.421]➜  	"Files": {
2025-08-20T21:54:32.7124672Z [00:03:15.421]➜  		"regexes.json": "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/stats/waf/regexes.json"
2025-08-20T21:54:32.7125486Z [00:03:15.421]➜  	}
2025-08-20T21:54:32.7125816Z [00:03:15.421]➜  }EOF
2025-08-20T21:54:32.7140496Z [00:03:15.421]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b758/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/stats/waf=>github.com/projectdiscovery/nuclei/v3/pkg/output/stats/waf;$WORK/b758=>" -p github.com/projectdiscovery/nuclei/v3/pkg/output/stats/waf -lang=go1.24 -complete -installsuffix shared -buildid l3N2dRQl3cPGETe_kycR/l3N2dRQl3cPGETe_kycR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b758/importcfg -embedcfg $WORK/b758/embedcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/stats/waf/waf.go
2025-08-20T21:54:32.7382510Z [00:03:15.447]➜  go tool buildid -w $WORK/b758/_pkg_.a # internal
2025-08-20T21:54:32.7384124Z [00:03:15.447]➜  cp $WORK/b758/_pkg_.a /root/.cache/go-build/27/27034c30b474d757e2dde08cb2efc4fbe748c8194289b54dc98df13e0f38d67f-d # internal
2025-08-20T21:54:32.7386731Z [00:03:15.447]➜  github.com/projectdiscovery/nuclei/v3/pkg/output/stats
2025-08-20T21:54:32.7387119Z [00:03:15.447]➜  mkdir -p $WORK/b757/
2025-08-20T21:54:32.7391491Z [00:03:15.447]➜  cat >/tmp/go-build3999932643/b757/importcfg << 'EOF' # internal
2025-08-20T21:54:32.7391886Z [00:03:15.447]➜  # import config
2025-08-20T21:54:32.7392230Z [00:03:15.447]➜  packagefile embed=/tmp/go-build3999932643/b066/_pkg_.a
2025-08-20T21:54:32.7392639Z [00:03:15.447]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:32.7393141Z [00:03:15.447]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build3999932643/b247/_pkg_.a
2025-08-20T21:54:32.7393862Z [00:03:15.447]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output/stats/waf=/tmp/go-build3999932643/b758/_pkg_.a
2025-08-20T21:54:32.7394594Z [00:03:15.447]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:54:32.7395114Z [00:03:15.447]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:32.7395529Z [00:03:15.447]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:32.7395971Z [00:03:15.447]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:32.7396568Z [00:03:15.447]➜  EOF
2025-08-20T21:54:32.7398656Z [00:03:15.447]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b757/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/stats=>github.com/projectdiscovery/nuclei/v3/pkg/output/stats;$WORK/b757=>" -p github.com/projectdiscovery/nuclei/v3/pkg/output/stats -lang=go1.24 -complete -installsuffix shared -buildid snzPcsO9GiRsX3wawvvL/snzPcsO9GiRsX3wawvvL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b757/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/stats/stats.go
2025-08-20T21:54:32.7413595Z [00:03:15.450]➜  go tool buildid -w $WORK/b671/_pkg_.a # internal
2025-08-20T21:54:32.7710663Z [00:03:15.479]➜  cp $WORK/b671/_pkg_.a /root/.cache/go-build/d0/d09e5cb92cdea295fe185ce92fc98d34e43bbf5e670daea37c9f0927d41af6e7-d # internal
2025-08-20T21:54:32.7724131Z [00:03:15.482]➜  github.com/projectdiscovery/nuclei/v3/pkg/utils
2025-08-20T21:54:32.7726440Z [00:03:15.482]➜  mkdir -p $WORK/b669/
2025-08-20T21:54:32.7744039Z [00:03:15.484]➜  cat >/tmp/go-build3999932643/b669/importcfg << 'EOF' # internal
2025-08-20T21:54:32.7746669Z [00:03:15.484]➜  # import config
2025-08-20T21:54:32.7749446Z [00:03:15.484]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:32.7749892Z [00:03:15.484]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:32.7750325Z [00:03:15.484]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:32.7750807Z [00:03:15.484]➜  packagefile github.com/cespare/xxhash=/tmp/go-build3999932643/b670/_pkg_.a
2025-08-20T21:54:32.7751451Z [00:03:15.484]➜  packagefile github.com/projectdiscovery/gologger/levels=/tmp/go-build3999932643/b248/_pkg_.a
2025-08-20T21:54:32.7752161Z [00:03:15.484]➜  packagefile github.com/projectdiscovery/httpx/common/httpx=/tmp/go-build3999932643/b671/_pkg_.a
2025-08-20T21:54:32.7752888Z [00:03:15.484]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog=/tmp/go-build3999932643/b711/_pkg_.a
2025-08-20T21:54:32.7753659Z [00:03:15.484]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build3999932643/b620/_pkg_.a
2025-08-20T21:54:32.7754441Z [00:03:15.484]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/types=/tmp/go-build3999932643/b712/_pkg_.a
2025-08-20T21:54:32.7755175Z [00:03:15.484]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/keys=/tmp/go-build3999932643/b713/_pkg_.a
2025-08-20T21:54:32.7756160Z [00:03:15.484]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:54:32.7757050Z [00:03:15.484]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:54:32.7757938Z [00:03:15.484]➜  packagefile github.com/projectdiscovery/useragent=/tmp/go-build3999932643/b700/_pkg_.a
2025-08-20T21:54:32.7758595Z [00:03:15.484]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:54:32.7759212Z [00:03:15.484]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build3999932643/b234/_pkg_.a
2025-08-20T21:54:32.7759747Z [00:03:15.484]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build3999932643/b650/_pkg_.a
2025-08-20T21:54:32.7760193Z [00:03:15.484]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:32.7760611Z [00:03:15.484]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:32.7761048Z [00:03:15.484]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:32.7761473Z [00:03:15.484]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:32.7761902Z [00:03:15.484]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:32.7762218Z [00:03:15.484]➜  EOF
2025-08-20T21:54:32.7769165Z [00:03:15.486]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b669/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils=>github.com/projectdiscovery/nuclei/v3/pkg/utils;$WORK/b669=>" -p github.com/projectdiscovery/nuclei/v3/pkg/utils -lang=go1.24 -complete -installsuffix shared -buildid sjfO5wtW_LcqKb3Yt5qp/sjfO5wtW_LcqKb3Yt5qp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b669/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/capture_writer.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/http_probe.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/index.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/insertion_ordered_map.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/template_path.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/utils.go
2025-08-20T21:54:32.8124506Z [00:03:15.521]➜  go tool buildid -w $WORK/b757/_pkg_.a # internal
2025-08-20T21:54:32.8147578Z [00:03:15.524]➜  cp $WORK/b757/_pkg_.a /root/.cache/go-build/0a/0ad044bb2a23f7c86601f7e1712ff8a7d3607c14a626a7a7cf99b5b0ada281fa-d # internal
2025-08-20T21:54:32.8186291Z [00:03:15.528]➜  github.com/segmentio/ksuid
2025-08-20T21:54:32.8186831Z [00:03:15.528]➜  mkdir -p $WORK/b761/
2025-08-20T21:54:32.8193957Z [00:03:15.529]➜  cat >/tmp/go-build3999932643/b761/importcfg << 'EOF' # internal
2025-08-20T21:54:32.8194357Z [00:03:15.529]➜  # import config
2025-08-20T21:54:32.8194697Z [00:03:15.529]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:32.8195154Z [00:03:15.529]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:32.8195642Z [00:03:15.529]➜  packagefile database/sql/driver=/tmp/go-build3999932643/b325/_pkg_.a
2025-08-20T21:54:32.8196152Z [00:03:15.529]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:32.8196603Z [00:03:15.529]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:32.8197019Z [00:03:15.529]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:32.8197619Z [00:03:15.529]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:32.8198092Z [00:03:15.529]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:32.8198515Z [00:03:15.529]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:32.8198946Z [00:03:15.529]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:32.8199351Z [00:03:15.529]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:32.8199661Z [00:03:15.529]➜  EOF
2025-08-20T21:54:32.8202809Z [00:03:15.529]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b761/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/segmentio/ksuid@v1.0.4=>github.com/segmentio/ksuid@v1.0.4;$WORK/b761=>" -p github.com/segmentio/ksuid -lang=go1.12 -complete -installsuffix shared -buildid 3zwRRPMElu3YxhT_Eh1j/3zwRRPMElu3YxhT_Eh1j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b761/importcfg -pack /root/go/pkg/mod/github.com/segmentio/ksuid@v1.0.4/base62.go /root/go/pkg/mod/github.com/segmentio/ksuid@v1.0.4/ksuid.go /root/go/pkg/mod/github.com/segmentio/ksuid@v1.0.4/rand.go /root/go/pkg/mod/github.com/segmentio/ksuid@v1.0.4/sequence.go /root/go/pkg/mod/github.com/segmentio/ksuid@v1.0.4/set.go /root/go/pkg/mod/github.com/segmentio/ksuid@v1.0.4/uint128.go
2025-08-20T21:54:32.8711256Z [00:03:15.580]➜  go tool buildid -w $WORK/b729/_pkg_.a # internal
2025-08-20T21:54:32.8857818Z [00:03:15.595]➜  cp $WORK/b729/_pkg_.a /root/.cache/go-build/03/03990de89f5949f1124bc6658f722fc47a720f3de2e37fdc68bbdbed1c1f5646-d # internal
2025-08-20T21:54:32.8864866Z [00:03:15.595]➜  github.com/projectdiscovery/nuclei/v3/pkg/types/nucleierr
2025-08-20T21:54:32.8865250Z [00:03:15.595]➜  mkdir -p $WORK/b762/
2025-08-20T21:54:32.8869396Z [00:03:15.596]➜  cat >/tmp/go-build3999932643/b762/importcfg << 'EOF' # internal
2025-08-20T21:54:32.8870189Z [00:03:15.596]➜  # import config
2025-08-20T21:54:32.8872854Z [00:03:15.596]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:32.8873721Z [00:03:15.596]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:32.8876352Z [00:03:15.596]➜  EOF
2025-08-20T21:54:32.8878495Z [00:03:15.596]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b762/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/types/nucleierr=>github.com/projectdiscovery/nuclei/v3/pkg/types/nucleierr;$WORK/b762=>" -p github.com/projectdiscovery/nuclei/v3/pkg/types/nucleierr -lang=go1.24 -complete -installsuffix shared -buildid 3mKqekFBwaxh3qfIp3d6/3mKqekFBwaxh3qfIp3d6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b762/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/types/nucleierr/kinds.go
2025-08-20T21:54:32.8997764Z [00:03:15.609]➜  go tool buildid -w $WORK/b761/_pkg_.a # internal
2025-08-20T21:54:32.9008465Z [00:03:15.610]➜  cp $WORK/b761/_pkg_.a /root/.cache/go-build/b3/b39d96d5dea7faf73951c667f5beb8b5aa5755f66e3a95d152fef1d4f38f3a6a-d # internal
2025-08-20T21:54:32.9014073Z [00:03:15.611]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs
2025-08-20T21:54:32.9014508Z [00:03:15.611]➜  mkdir -p $WORK/b760/
2025-08-20T21:54:32.9014884Z [00:03:15.611]➜  cat >/tmp/go-build3999932643/b760/importcfg << 'EOF' # internal
2025-08-20T21:54:32.9015232Z [00:03:15.611]➜  # import config
2025-08-20T21:54:32.9015589Z [00:03:15.611]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:32.9016021Z [00:03:15.611]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:32.9016459Z [00:03:15.611]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:32.9016883Z [00:03:15.611]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:32.9040642Z [00:03:15.611]➜  packagefile github.com/json-iterator/go=/tmp/go-build3999932643/b243/_pkg_.a
2025-08-20T21:54:32.9041478Z [00:03:15.611]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:32.9042211Z [00:03:15.611]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/types=/tmp/go-build3999932643/b712/_pkg_.a
2025-08-20T21:54:32.9042920Z [00:03:15.611]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:54:32.9043571Z [00:03:15.611]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build3999932643/b190/_pkg_.a
2025-08-20T21:54:32.9044247Z [00:03:15.611]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:32.9044912Z [00:03:15.611]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:54:32.9045787Z [00:03:15.611]➜  packagefile github.com/segmentio/ksuid=/tmp/go-build3999932643/b761/_pkg_.a
2025-08-20T21:54:32.9046330Z [00:03:15.611]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:32.9046912Z [00:03:15.611]➜  packagefile net/http/cookiejar=/tmp/go-build3999932643/b460/_pkg_.a
2025-08-20T21:54:32.9047585Z [00:03:15.611]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:32.9048086Z [00:03:15.611]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:32.9048526Z [00:03:15.611]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:32.9048860Z [00:03:15.611]➜  EOF
2025-08-20T21:54:32.9052092Z [00:03:15.611]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b760/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/contextargs=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs;$WORK/b760=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs -lang=go1.24 -complete -installsuffix shared -buildid avhKioB9gqNIN8u2nllC/avhKioB9gqNIN8u2nllC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b760/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/contextargs/contextargs.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/contextargs/doc.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/contextargs/metainput.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/contextargs/variables.go
2025-08-20T21:54:32.9083438Z [00:03:15.618]➜  go tool buildid -w $WORK/b762/_pkg_.a # internal
2025-08-20T21:54:32.9090304Z [00:03:15.618]➜  cp $WORK/b762/_pkg_.a /root/.cache/go-build/b6/b61daf61ff9205e5da7e3dd1b15ac1e8e6f26e56f3fd31dd2dae17c85f0c5965-d # internal
2025-08-20T21:54:32.9121114Z [00:03:15.621]➜  github.com/alecthomas/chroma
2025-08-20T21:54:32.9123351Z [00:03:15.621]➜  mkdir -p $WORK/b765/
2025-08-20T21:54:32.9135919Z [00:03:15.623]➜  cat >/tmp/go-build3999932643/b765/importcfg << 'EOF' # internal
2025-08-20T21:54:32.9136691Z [00:03:15.623]➜  # import config
2025-08-20T21:54:32.9137508Z [00:03:15.623]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:32.9138462Z [00:03:15.623]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:32.9138963Z [00:03:15.623]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:32.9139468Z [00:03:15.623]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build3999932643/b484/_pkg_.a
2025-08-20T21:54:32.9139944Z [00:03:15.623]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:32.9140348Z [00:03:15.623]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:32.9140758Z [00:03:15.623]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:32.9141199Z [00:03:15.623]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:32.9141640Z [00:03:15.623]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:32.9142055Z [00:03:15.623]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:32.9142474Z [00:03:15.623]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:32.9142894Z [00:03:15.623]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:32.9143311Z [00:03:15.623]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:32.9143712Z [00:03:15.623]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:32.9144147Z [00:03:15.623]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:32.9144471Z [00:03:15.623]➜  EOF
2025-08-20T21:54:32.9149544Z [00:03:15.623]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b765/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0=>github.com/alecthomas/chroma@v0.10.0;$WORK/b765=>" -p github.com/alecthomas/chroma -lang=go1.13 -complete -installsuffix shared -buildid 3ATLcgRaEvdqXcyLbgBK/3ATLcgRaEvdqXcyLbgBK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b765/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/coalesce.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/colour.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/delegate.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/doc.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/formatter.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/iterator.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexer.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/mutators.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/regexp.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/remap.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/style.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/tokentype_string.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/types.go
2025-08-20T21:54:32.9281903Z [00:03:15.637]➜  go tool buildid -w $WORK/b753/_pkg_.a # internal
2025-08-20T21:54:32.9320047Z [00:03:15.641]➜  cp $WORK/b753/_pkg_.a /root/.cache/go-build/b0/b0d346983e54c77e8f311d0de96809a3627c2b06d56a4d008f7ada262efa1fe7-d # internal
2025-08-20T21:54:32.9325654Z [00:03:15.642]➜  github.com/gabriel-vasile/mimetype/internal/charset
2025-08-20T21:54:32.9326637Z [00:03:15.642]➜  mkdir -p $WORK/b800/
2025-08-20T21:54:32.9327065Z [00:03:15.642]➜  cat >/tmp/go-build3999932643/b800/importcfg << 'EOF' # internal
2025-08-20T21:54:32.9327498Z [00:03:15.642]➜  # import config
2025-08-20T21:54:32.9327852Z [00:03:15.642]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:32.9328298Z [00:03:15.642]➜  packagefile encoding/xml=/tmp/go-build3999932643/b483/_pkg_.a
2025-08-20T21:54:32.9329150Z [00:03:15.642]➜  packagefile golang.org/x/net/html=/tmp/go-build3999932643/b198/_pkg_.a
2025-08-20T21:54:32.9329773Z [00:03:15.642]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:32.9330221Z [00:03:15.642]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:32.9330552Z [00:03:15.642]➜  EOF
2025-08-20T21:54:32.9335610Z [00:03:15.643]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b800/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8/internal/charset=>github.com/gabriel-vasile/mimetype@v1.4.8/internal/charset;$WORK/b800=>" -p github.com/gabriel-vasile/mimetype/internal/charset -lang=go1.20 -complete -installsuffix shared -buildid wOmiqZg7DEeDYoxiyRfb/wOmiqZg7DEeDYoxiyRfb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b800/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8/internal/charset/charset.go
2025-08-20T21:54:32.9639669Z [00:03:15.673]➜  go tool buildid -w $WORK/b800/_pkg_.a # internal
2025-08-20T21:54:32.9645406Z [00:03:15.674]➜  cp $WORK/b800/_pkg_.a /root/.cache/go-build/22/223271f6a106b80595cf5e830b06561f819941c234017ab7a728e18b4f6f1c3e-d # internal
2025-08-20T21:54:32.9646045Z [00:03:15.674]➜  debug/macho
2025-08-20T21:54:32.9646302Z [00:03:15.674]➜  mkdir -p $WORK/b802/
2025-08-20T21:54:32.9652619Z [00:03:15.674]➜  cat >/tmp/go-build3999932643/b802/importcfg << 'EOF' # internal
2025-08-20T21:54:32.9653170Z [00:03:15.674]➜  # import config
2025-08-20T21:54:32.9653625Z [00:03:15.674]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:32.9654186Z [00:03:15.674]➜  packagefile compress/zlib=/tmp/go-build3999932643/b168/_pkg_.a
2025-08-20T21:54:32.9654774Z [00:03:15.674]➜  packagefile debug/dwarf=/tmp/go-build3999932643/b171/_pkg_.a
2025-08-20T21:54:32.9655388Z [00:03:15.674]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:32.9655950Z [00:03:15.674]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:32.9656539Z [00:03:15.674]➜  packagefile internal/saferio=/tmp/go-build3999932643/b172/_pkg_.a
2025-08-20T21:54:32.9657110Z [00:03:15.674]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:32.9657810Z [00:03:15.674]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:32.9658251Z [00:03:15.674]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:32.9659071Z [00:03:15.674]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:32.9659570Z [00:03:15.674]➜  EOF
2025-08-20T21:54:32.9687790Z [00:03:15.674]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b802/_pkg_.a -trimpath "/root/.go/src/debug/macho=>debug/macho;$WORK/b802=>" -p debug/macho -lang=go1.25 -std -complete -installsuffix shared -buildid bH0S3HKNv518sFug76z0/bH0S3HKNv518sFug76z0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b802/importcfg -pack /root/.go/src/debug/macho/fat.go /root/.go/src/debug/macho/file.go /root/.go/src/debug/macho/macho.go /root/.go/src/debug/macho/reloctype.go /root/.go/src/debug/macho/reloctype_string.go
2025-08-20T21:54:33.1021625Z [00:03:15.811]➜  go tool buildid -w $WORK/b802/_pkg_.a # internal
2025-08-20T21:54:33.1035451Z [00:03:15.813]➜  cp $WORK/b802/_pkg_.a /root/.cache/go-build/43/430cdc13bf2c4e0aa06f9ad9e4bfcab79594d623d3f129fb9fa076202858ab11-d # internal
2025-08-20T21:54:33.1056854Z [00:03:15.815]➜  go tool buildid -w $WORK/b765/_pkg_.a # internal
2025-08-20T21:54:33.1071040Z [00:03:15.816]➜  github.com/gabriel-vasile/mimetype/internal/json
2025-08-20T21:54:33.1079456Z [00:03:15.817]➜  mkdir -p $WORK/b803/
2025-08-20T21:54:33.1093256Z [00:03:15.819]➜  cat >/tmp/go-build3999932643/b803/importcfg << 'EOF' # internal
2025-08-20T21:54:33.1094043Z [00:03:15.819]➜  # import config
2025-08-20T21:54:33.1094864Z [00:03:15.819]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:33.1096395Z [00:03:15.819]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:33.1097034Z [00:03:15.819]➜  EOF
2025-08-20T21:54:33.1109328Z [00:03:15.820]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b803/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8/internal/json=>github.com/gabriel-vasile/mimetype@v1.4.8/internal/json;$WORK/b803=>" -p github.com/gabriel-vasile/mimetype/internal/json -lang=go1.20 -complete -installsuffix shared -buildid yC9AA3bWnpoQNl2DM6Kz/yC9AA3bWnpoQNl2DM6Kz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b803/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8/internal/json/json.go
2025-08-20T21:54:33.1150297Z [00:03:15.824]➜  cp $WORK/b765/_pkg_.a /root/.cache/go-build/6e/6e3b1dca72f98cd05413a54423a35c6295fe2a562c6fd8b498fa31e8f737ad2b-d # internal
2025-08-20T21:54:33.1163020Z [00:03:15.826]➜  github.com/alecthomas/chroma/formatters/html
2025-08-20T21:54:33.1164431Z [00:03:15.826]➜  mkdir -p $WORK/b767/
2025-08-20T21:54:33.1177790Z [00:03:15.827]➜  cat >/tmp/go-build3999932643/b767/importcfg << 'EOF' # internal
2025-08-20T21:54:33.1178573Z [00:03:15.827]➜  # import config
2025-08-20T21:54:33.1179035Z [00:03:15.827]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:33.1180165Z [00:03:15.827]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:33.1180930Z [00:03:15.827]➜  packagefile html=/tmp/go-build3999932643/b175/_pkg_.a
2025-08-20T21:54:33.1181524Z [00:03:15.827]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:33.1182706Z [00:03:15.827]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:33.1183149Z [00:03:15.827]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:33.1183469Z [00:03:15.827]➜  EOF
2025-08-20T21:54:33.1193714Z [00:03:15.828]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b767/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/formatters/html=>github.com/alecthomas/chroma@v0.10.0/formatters/html;$WORK/b767=>" -p github.com/alecthomas/chroma/formatters/html -lang=go1.13 -complete -installsuffix shared -buildid yDHHUSm3Ri3KES-SXQ4Y/yDHHUSm3Ri3KES-SXQ4Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b767/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/formatters/html/html.go
2025-08-20T21:54:33.1413448Z [00:03:15.851]➜  go tool buildid -w $WORK/b760/_pkg_.a # internal
2025-08-20T21:54:33.1497665Z [00:03:15.859]➜  cp $WORK/b760/_pkg_.a /root/.cache/go-build/83/8321e53a80f8ef6616135b99a7415678a6c6f991e43f74a04740f9a851ec1aea-d # internal
2025-08-20T21:54:33.1535749Z [00:03:15.863]➜  go tool buildid -w $WORK/b803/_pkg_.a # internal
2025-08-20T21:54:33.1551759Z [00:03:15.864]➜  cp $WORK/b803/_pkg_.a /root/.cache/go-build/fc/fcd037f5d5bc02fed01fc5a31dd06bfff624352715e4b3beb1e6c86cb9ef4314-d # internal
2025-08-20T21:54:33.1564616Z [00:03:15.865]➜  github.com/alecthomas/chroma/formatters/svg
2025-08-20T21:54:33.1565005Z [00:03:15.865]➜  mkdir -p $WORK/b768/
2025-08-20T21:54:33.1565878Z [00:03:15.866]➜  cat >/tmp/go-build3999932643/b768/importcfg << 'EOF' # internal
2025-08-20T21:54:33.1566870Z [00:03:15.866]➜  # import config
2025-08-20T21:54:33.1568003Z [00:03:15.866]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:33.1568686Z [00:03:15.866]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:33.1569621Z [00:03:15.866]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:33.1570442Z [00:03:15.866]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:33.1571164Z [00:03:15.866]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:33.1572006Z [00:03:15.866]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:33.1572812Z [00:03:15.866]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:33.1573742Z [00:03:15.866]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:33.1574334Z [00:03:15.866]➜  EOF
2025-08-20T21:54:33.1577293Z [00:03:15.866]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b768/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/formatters/svg=>github.com/alecthomas/chroma@v0.10.0/formatters/svg;$WORK/b768=>" -p github.com/alecthomas/chroma/formatters/svg -lang=go1.13 -complete -installsuffix shared -buildid lHKsjaOqQSl9ISmm2y8b/lHKsjaOqQSl9ISmm2y8b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b768/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/formatters/svg/font_liberation_mono.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/formatters/svg/svg.go
2025-08-20T21:54:33.1587114Z [00:03:15.868]➜  github.com/alecthomas/chroma/lexers/internal
2025-08-20T21:54:33.1587609Z [00:03:15.868]➜  mkdir -p $WORK/b771/
2025-08-20T21:54:33.1607250Z [00:03:15.869]➜  cat >/tmp/go-build3999932643/b771/importcfg << 'EOF' # internal
2025-08-20T21:54:33.1608559Z [00:03:15.869]➜  # import config
2025-08-20T21:54:33.1609519Z [00:03:15.869]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:33.1610527Z [00:03:15.869]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:33.1611618Z [00:03:15.869]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:33.1612345Z [00:03:15.869]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:33.1613041Z [00:03:15.869]➜  EOF
2025-08-20T21:54:33.1615715Z [00:03:15.869]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b771/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/internal=>github.com/alecthomas/chroma@v0.10.0/lexers/internal;$WORK/b771=>" -p github.com/alecthomas/chroma/lexers/internal -lang=go1.13 -complete -installsuffix shared -buildid hWstm1wiaqLYx5hjo9ta/hWstm1wiaqLYx5hjo9ta -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b771/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/internal/api.go
2025-08-20T21:54:33.1862564Z [00:03:15.895]➜  go tool buildid -w $WORK/b771/_pkg_.a # internal
2025-08-20T21:54:33.1884046Z [00:03:15.898]➜  cp $WORK/b771/_pkg_.a /root/.cache/go-build/d0/d0fe75d591a04047c24d05a6d83d946abc67ca28b2682d5e0e7e1bbc013928e1-d # internal
2025-08-20T21:54:33.1967284Z [00:03:15.906]➜  github.com/alecthomas/chroma/lexers/a
2025-08-20T21:54:33.1968339Z [00:03:15.906]➜  mkdir -p $WORK/b770/
2025-08-20T21:54:33.1977726Z [00:03:15.907]➜  cat >/tmp/go-build3999932643/b770/importcfg << 'EOF' # internal
2025-08-20T21:54:33.1978960Z [00:03:15.907]➜  # import config
2025-08-20T21:54:33.1980842Z [00:03:15.907]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:33.1982055Z [00:03:15.907]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:33.1983124Z [00:03:15.907]➜  EOF
2025-08-20T21:54:33.2009414Z [00:03:15.907]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b770/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/a=>github.com/alecthomas/chroma@v0.10.0/lexers/a;$WORK/b770=>" -p github.com/alecthomas/chroma/lexers/a -lang=go1.13 -complete -installsuffix shared -buildid hNR8EUUz5YIz2FvnsQUN/hNR8EUUz5YIz2FvnsQUN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b770/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/a/abap.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/a/abnf.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/a/actionscript.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/a/actionscript3.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/a/ada.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/a/al.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/a/angular2.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/a/antlr.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/a/apache.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/a/apl.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/a/applescript.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/a/arduino.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/a/armasm.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/a/awk.go
2025-08-20T21:54:33.2014850Z [00:03:15.908]➜  go tool buildid -w $WORK/b767/_pkg_.a # internal
2025-08-20T21:54:33.2015652Z [00:03:15.909]➜  cp $WORK/b767/_pkg_.a /root/.cache/go-build/73/73facdb1c496fa0b3ad597c2c192995b56e0f5053926c6b891d7569c268be158-d # internal
2025-08-20T21:54:33.2027804Z [00:03:15.912]➜  github.com/alecthomas/chroma/lexers/b
2025-08-20T21:54:33.2028812Z [00:03:15.912]➜  mkdir -p $WORK/b772/
2025-08-20T21:54:33.2038471Z [00:03:15.913]➜  cat >/tmp/go-build3999932643/b772/importcfg << 'EOF' # internal
2025-08-20T21:54:33.2040189Z [00:03:15.913]➜  # import config
2025-08-20T21:54:33.2041068Z [00:03:15.913]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:33.2042072Z [00:03:15.913]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:33.2043174Z [00:03:15.913]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:33.2043878Z [00:03:15.913]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:33.2044694Z [00:03:15.913]➜  EOF
2025-08-20T21:54:33.2049614Z [00:03:15.913]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b772/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/b=>github.com/alecthomas/chroma@v0.10.0/lexers/b;$WORK/b772=>" -p github.com/alecthomas/chroma/lexers/b -lang=go1.13 -complete -installsuffix shared -buildid it6_t5ic6UA1vWg-rM2S/it6_t5ic6UA1vWg-rM2S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b772/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/b/ballerina.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/b/bash.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/b/bashsession.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/b/batch.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/b/bibtex.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/b/bicep.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/b/blitz.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/b/bnf.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/b/brainfuck.go
2025-08-20T21:54:33.2116505Z [00:03:15.921]➜  go tool buildid -w $WORK/b768/_pkg_.a # internal
2025-08-20T21:54:33.2131123Z [00:03:15.922]➜  cp $WORK/b768/_pkg_.a /root/.cache/go-build/29/2963a3a4b378df8220552b61be3c7cb823c35b61f0d2871121872ac51961a23a-d # internal
2025-08-20T21:54:33.2150603Z [00:03:15.924]➜  github.com/alecthomas/chroma/formatters
2025-08-20T21:54:33.2152287Z [00:03:15.924]➜  mkdir -p $WORK/b766/
2025-08-20T21:54:33.2154096Z [00:03:15.924]➜  cat >/tmp/go-build3999932643/b766/importcfg << 'EOF' # internal
2025-08-20T21:54:33.2154889Z [00:03:15.925]➜  # import config
2025-08-20T21:54:33.2155850Z [00:03:15.925]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:33.2158818Z [00:03:15.925]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:33.2159670Z [00:03:15.925]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:33.2160613Z [00:03:15.925]➜  packagefile github.com/alecthomas/chroma/formatters/html=/tmp/go-build3999932643/b767/_pkg_.a
2025-08-20T21:54:33.2161779Z [00:03:15.925]➜  packagefile github.com/alecthomas/chroma/formatters/svg=/tmp/go-build3999932643/b768/_pkg_.a
2025-08-20T21:54:33.2162842Z [00:03:15.925]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:33.2163743Z [00:03:15.925]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:33.2164424Z [00:03:15.925]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:33.2165134Z [00:03:15.925]➜  EOF
2025-08-20T21:54:33.2168834Z [00:03:15.925]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b766/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/formatters=>github.com/alecthomas/chroma@v0.10.0/formatters;$WORK/b766=>" -p github.com/alecthomas/chroma/formatters -lang=go1.13 -complete -installsuffix shared -buildid CLaW83zBfLSSHrKqJJ5Y/CLaW83zBfLSSHrKqJJ5Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b766/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/formatters/api.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/formatters/json.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/formatters/tokens.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/formatters/tty_indexed.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/formatters/tty_truecolour.go
2025-08-20T21:54:33.2535493Z [00:03:15.963]➜  go tool buildid -w $WORK/b669/_pkg_.a # internal
2025-08-20T21:54:33.2654894Z [00:03:15.975]➜  cp $WORK/b669/_pkg_.a /root/.cache/go-build/e2/e2c86724b7196f4834b1bddcd36fa9a4acc50e7b537719c2bb8b3de063b0e6b1-d # internal
2025-08-20T21:54:33.2658799Z [00:03:15.975]➜  github.com/projectdiscovery/nuclei/v3/pkg/model/types/stringslice
2025-08-20T21:54:33.2665208Z [00:03:15.975]➜  mkdir -p $WORK/b668/
2025-08-20T21:54:33.2666668Z [00:03:15.975]➜  cat >/tmp/go-build3999932643/b668/importcfg << 'EOF' # internal
2025-08-20T21:54:33.2667315Z [00:03:15.975]➜  # import config
2025-08-20T21:54:33.2667962Z [00:03:15.975]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:33.2668876Z [00:03:15.975]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build3999932643/b654/_pkg_.a
2025-08-20T21:54:33.2669721Z [00:03:15.975]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils=/tmp/go-build3999932643/b669/_pkg_.a
2025-08-20T21:54:33.2671334Z [00:03:15.975]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:54:33.2671947Z [00:03:15.975]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:33.2672262Z [00:03:15.975]➜  EOF
2025-08-20T21:54:33.2674930Z [00:03:15.976]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b668/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/types/stringslice=>github.com/projectdiscovery/nuclei/v3/pkg/model/types/stringslice;$WORK/b668=>" -p github.com/projectdiscovery/nuclei/v3/pkg/model/types/stringslice -lang=go1.24 -complete -installsuffix shared -buildid W4LBorTAXwRuo72wXXb-/W4LBorTAXwRuo72wXXb- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b668/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/types/stringslice/stringslice.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/types/stringslice/stringslice_raw.go
2025-08-20T21:54:33.3864815Z [00:03:16.095]➜  go tool buildid -w $WORK/b766/_pkg_.a # internal
2025-08-20T21:54:33.3902525Z [00:03:16.099]➜  cp $WORK/b766/_pkg_.a /root/.cache/go-build/27/27a065c83cda4740cccaa97e0d3ce864bc14ae0251703737602f75ff67363f2b-d # internal
2025-08-20T21:54:33.4044465Z [00:03:16.114]➜  github.com/alecthomas/chroma/lexers/p
2025-08-20T21:54:33.4045989Z [00:03:16.114]➜  mkdir -p $WORK/b774/
2025-08-20T21:54:33.4057169Z [00:03:16.115]➜  cat >/tmp/go-build3999932643/b774/importcfg << 'EOF' # internal
2025-08-20T21:54:33.4057698Z [00:03:16.115]➜  # import config
2025-08-20T21:54:33.4058150Z [00:03:16.115]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:33.4058805Z [00:03:16.115]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:33.4059251Z [00:03:16.115]➜  EOF
2025-08-20T21:54:33.4072039Z [00:03:16.116]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b774/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/p=>github.com/alecthomas/chroma@v0.10.0/lexers/p;$WORK/b774=>" -p github.com/alecthomas/chroma/lexers/p -lang=go1.13 -complete -installsuffix shared -buildid XRdEsiKRTbOv35ohu03j/XRdEsiKRTbOv35ohu03j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b774/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/p/pacman.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/p/perl.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/p/pig.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/p/pkgconfig.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/p/plaintext.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/p/plsql.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/p/plutus_core.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/p/pony.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/p/postgres.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/p/postscript.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/p/povray.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/p/powerquery.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/p/powershell.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/p/prolog.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/p/promql.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/p/protobuf.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/p/puppet.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/p/python.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/p/python2.go
2025-08-20T21:54:33.4324775Z [00:03:16.141]➜  go tool buildid -w $WORK/b668/_pkg_.a # internal
2025-08-20T21:54:33.4355674Z [00:03:16.145]➜  cp $WORK/b668/_pkg_.a /root/.cache/go-build/82/8262349447b365aef743b290f43e36e6823d4fa0956d60bf44c92cc750b60dd7-d # internal
2025-08-20T21:54:33.4371572Z [00:03:16.146]➜  github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity
2025-08-20T21:54:33.4371990Z [00:03:16.146]➜  mkdir -p $WORK/b653/
2025-08-20T21:54:33.4376242Z [00:03:16.146]➜  cat >/tmp/go-build3999932643/b653/importcfg << 'EOF' # internal
2025-08-20T21:54:33.4376643Z [00:03:16.146]➜  # import config
2025-08-20T21:54:33.4376977Z [00:03:16.146]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:33.4377584Z [00:03:16.146]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build3999932643/b654/_pkg_.a
2025-08-20T21:54:33.4378194Z [00:03:16.146]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:33.4378986Z [00:03:16.146]➜  packagefile github.com/projectdiscovery/goflags=/tmp/go-build3999932643/b065/_pkg_.a
2025-08-20T21:54:33.4379828Z [00:03:16.146]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/stringslice=/tmp/go-build3999932643/b668/_pkg_.a
2025-08-20T21:54:33.4380647Z [00:03:16.146]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:54:33.4381239Z [00:03:16.146]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:33.4381555Z [00:03:16.146]➜  EOF
2025-08-20T21:54:33.4384136Z [00:03:16.147]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b653/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/types/severity=>github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity;$WORK/b653=>" -p github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity -lang=go1.24 -complete -installsuffix shared -buildid _prxkpvwecwpKhHP5r0K/_prxkpvwecwpKhHP5r0K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b653/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/types/severity/severities.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/types/severity/severity.go
2025-08-20T21:54:33.4530527Z [00:03:16.161]➜  go tool buildid -w $WORK/b772/_pkg_.a # internal
2025-08-20T21:54:33.4546758Z [00:03:16.164]➜  cp $WORK/b772/_pkg_.a /root/.cache/go-build/bb/bbe8cc74c7cb5e61df09460e5086c7cf8daf964049835f92e655e6a0aef504c5-d # internal
2025-08-20T21:54:33.4552241Z [00:03:16.164]➜  github.com/projectdiscovery/nuclei/v3/pkg/templates/types
2025-08-20T21:54:33.4552639Z [00:03:16.164]➜  mkdir -p $WORK/b744/
2025-08-20T21:54:33.4553029Z [00:03:16.164]➜  cat >/tmp/go-build3999932643/b744/importcfg << 'EOF' # internal
2025-08-20T21:54:33.4553636Z [00:03:16.164]➜  # import config
2025-08-20T21:54:33.4553974Z [00:03:16.164]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:33.4554482Z [00:03:16.164]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build3999932643/b654/_pkg_.a
2025-08-20T21:54:33.4555043Z [00:03:16.164]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:33.4555621Z [00:03:16.164]➜  packagefile github.com/projectdiscovery/goflags=/tmp/go-build3999932643/b065/_pkg_.a
2025-08-20T21:54:33.4556392Z [00:03:16.164]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/stringslice=/tmp/go-build3999932643/b668/_pkg_.a
2025-08-20T21:54:33.4557204Z [00:03:16.164]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:54:33.4558034Z [00:03:16.164]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:33.4558369Z [00:03:16.164]➜  EOF
2025-08-20T21:54:33.4560368Z [00:03:16.164]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b744/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/types=>github.com/projectdiscovery/nuclei/v3/pkg/templates/types;$WORK/b744=>" -p github.com/projectdiscovery/nuclei/v3/pkg/templates/types -lang=go1.24 -complete -installsuffix shared -buildid Yg6BPpaGlNi_rh0qV-v9/Yg6BPpaGlNi_rh0qV-v9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b744/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/types/types.go
2025-08-20T21:54:33.4741883Z [00:03:16.183]➜  go tool buildid -w $WORK/b770/_pkg_.a # internal
2025-08-20T21:54:33.4775477Z [00:03:16.187]➜  cp $WORK/b770/_pkg_.a /root/.cache/go-build/4c/4c5a058d33ee0a56eef229534e108752b1f036faa13310991745c58b410c854e-d # internal
2025-08-20T21:54:33.4802148Z [00:03:16.189]➜  github.com/alecthomas/chroma/lexers/j
2025-08-20T21:54:33.4802543Z [00:03:16.189]➜  mkdir -p $WORK/b777/
2025-08-20T21:54:33.4802927Z [00:03:16.189]➜  cat >/tmp/go-build3999932643/b777/importcfg << 'EOF' # internal
2025-08-20T21:54:33.4803296Z [00:03:16.190]➜  # import config
2025-08-20T21:54:33.4803715Z [00:03:16.190]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:33.4804577Z [00:03:16.190]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:33.4805123Z [00:03:16.190]➜  EOF
2025-08-20T21:54:33.4809754Z [00:03:16.190]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b777/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/j=>github.com/alecthomas/chroma@v0.10.0/lexers/j;$WORK/b777=>" -p github.com/alecthomas/chroma/lexers/j -lang=go1.13 -complete -installsuffix shared -buildid h4lLNZkFoC_CdbG_U0qX/h4lLNZkFoC_CdbG_U0qX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b777/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/j/j.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/j/java.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/j/javascript.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/j/json.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/j/jsx.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/j/julia.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/j/jungle.go
2025-08-20T21:54:33.5460259Z [00:03:16.252]➜  go tool buildid -w $WORK/b653/_pkg_.a # internal
2025-08-20T21:54:33.5466132Z [00:03:16.256]➜  cp $WORK/b653/_pkg_.a /root/.cache/go-build/7c/7c36c48440a9115973c49bdd2dee64503272085cec25951d909ebce0bc810371-d # internal
2025-08-20T21:54:33.5483410Z [00:03:16.258]➜  github.com/projectdiscovery/nuclei/v3/internal/colorizer
2025-08-20T21:54:33.5489314Z [00:03:16.258]➜  mkdir -p $WORK/b652/
2025-08-20T21:54:33.5490347Z [00:03:16.258]➜  cat >/tmp/go-build3999932643/b652/importcfg << 'EOF' # internal
2025-08-20T21:54:33.5491264Z [00:03:16.258]➜  # import config
2025-08-20T21:54:33.5492507Z [00:03:16.258]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:33.5493789Z [00:03:16.258]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build3999932643/b247/_pkg_.a
2025-08-20T21:54:33.5494920Z [00:03:16.258]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity=/tmp/go-build3999932643/b653/_pkg_.a
2025-08-20T21:54:33.5495982Z [00:03:16.258]➜  EOF
2025-08-20T21:54:33.5498434Z [00:03:16.258]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b652/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/colorizer=>github.com/projectdiscovery/nuclei/v3/internal/colorizer;$WORK/b652=>" -p github.com/projectdiscovery/nuclei/v3/internal/colorizer -lang=go1.24 -complete -installsuffix shared -buildid aJhksUt-ScwT_fbNABTO/aJhksUt-ScwT_fbNABTO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b652/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/colorizer/colorizer.go
2025-08-20T21:54:33.5678163Z [00:03:16.277]➜  go tool buildid -w $WORK/b744/_pkg_.a # internal
2025-08-20T21:54:33.5699791Z [00:03:16.279]➜  cp $WORK/b744/_pkg_.a /root/.cache/go-build/ff/ff74ed075c8c5f080d88bcc9ab5bdfa8e2e0e55699a4313eabe18e391c62c5a0-d # internal
2025-08-20T21:54:33.5702489Z [00:03:16.279]➜  github.com/projectdiscovery/nuclei/v3/pkg/model
2025-08-20T21:54:33.5702847Z [00:03:16.279]➜  mkdir -p $WORK/b714/
2025-08-20T21:54:33.5703239Z [00:03:16.279]➜  cat >/tmp/go-build3999932643/b714/importcfg << 'EOF' # internal
2025-08-20T21:54:33.5703586Z [00:03:16.279]➜  # import config
2025-08-20T21:54:33.5704211Z [00:03:16.279]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build3999932643/b654/_pkg_.a
2025-08-20T21:54:33.5705006Z [00:03:16.279]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity=/tmp/go-build3999932643/b653/_pkg_.a
2025-08-20T21:54:33.5705872Z [00:03:16.279]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/stringslice=/tmp/go-build3999932643/b668/_pkg_.a
2025-08-20T21:54:33.5706402Z [00:03:16.280]➜  EOF
2025-08-20T21:54:33.5708696Z [00:03:16.280]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b714/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model=>github.com/projectdiscovery/nuclei/v3/pkg/model;$WORK/b714=>" -p github.com/projectdiscovery/nuclei/v3/pkg/model -lang=go1.24 -complete -installsuffix shared -buildid RuPUjQG1HVBfgUGZfixS/RuPUjQG1HVBfgUGZfixS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b714/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/model.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/worflow_loader.go
2025-08-20T21:54:33.5715026Z [00:03:16.280]➜  go tool buildid -w $WORK/b652/_pkg_.a # internal
2025-08-20T21:54:33.5718290Z [00:03:16.281]➜  cp $WORK/b652/_pkg_.a /root/.cache/go-build/a0/a0b2cfd4d4daab0b44830e73bf6097d69f6baa1a4d251517ac7151f3b543fad9-d # internal
2025-08-20T21:54:33.5742085Z [00:03:16.283]➜  github.com/projectdiscovery/nuclei/v3/pkg/types
2025-08-20T21:54:33.5744492Z [00:03:16.284]➜  mkdir -p $WORK/b743/
2025-08-20T21:54:33.5758351Z [00:03:16.284]➜  cat >/tmp/go-build3999932643/b743/importcfg << 'EOF' # internal
2025-08-20T21:54:33.5759426Z [00:03:16.284]➜  # import config
2025-08-20T21:54:33.5760027Z [00:03:16.284]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:33.5760608Z [00:03:16.284]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:33.5761941Z [00:03:16.284]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:33.5762508Z [00:03:16.284]➜  packagefile github.com/asaskevich/govalidator=/tmp/go-build3999932643/b174/_pkg_.a
2025-08-20T21:54:33.5763142Z [00:03:16.284]➜  packagefile github.com/projectdiscovery/goflags=/tmp/go-build3999932643/b065/_pkg_.a
2025-08-20T21:54:33.5763779Z [00:03:16.284]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:33.5764472Z [00:03:16.284]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog=/tmp/go-build3999932643/b711/_pkg_.a
2025-08-20T21:54:33.5765246Z [00:03:16.284]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build3999932643/b620/_pkg_.a
2025-08-20T21:54:33.5766376Z [00:03:16.284]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity=/tmp/go-build3999932643/b653/_pkg_.a
2025-08-20T21:54:33.5767205Z [00:03:16.284]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build3999932643/b744/_pkg_.a
2025-08-20T21:54:33.5768138Z [00:03:16.284]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:33.5768804Z [00:03:16.284]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:54:33.5769457Z [00:03:16.284]➜  packagefile github.com/projectdiscovery/utils/folder=/tmp/go-build3999932643/b221/_pkg_.a
2025-08-20T21:54:33.5770105Z [00:03:16.284]➜  packagefile github.com/projectdiscovery/utils/unit=/tmp/go-build3999932643/b745/_pkg_.a
2025-08-20T21:54:33.5770674Z [00:03:16.284]➜  packagefile github.com/rs/xid=/tmp/go-build3999932643/b608/_pkg_.a
2025-08-20T21:54:33.5771116Z [00:03:16.284]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:33.5771520Z [00:03:16.284]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:33.5771914Z [00:03:16.284]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:33.5772351Z [00:03:16.284]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:33.5772799Z [00:03:16.284]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:33.5773368Z [00:03:16.284]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:33.5773903Z [00:03:16.284]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:33.5774312Z [00:03:16.284]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:33.5774618Z [00:03:16.284]➜  EOF
2025-08-20T21:54:33.5781571Z [00:03:16.284]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b743/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/types=>github.com/projectdiscovery/nuclei/v3/pkg/types;$WORK/b743=>" -p github.com/projectdiscovery/nuclei/v3/pkg/types -lang=go1.24 -complete -installsuffix shared -buildid qx3V17W2fz_xtyHyFaoW/qx3V17W2fz_xtyHyFaoW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b743/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/types/interfaces.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/types/resume.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/types/types.go
2025-08-20T21:54:33.6926730Z [00:03:16.402]➜  go tool buildid -w $WORK/b714/_pkg_.a # internal
2025-08-20T21:54:33.6961021Z [00:03:16.405]➜  cp $WORK/b714/_pkg_.a /root/.cache/go-build/82/824712ffa791df1ddd451f85c656b3ce51637741dd98de1e0938aaa4030e3206-d # internal
2025-08-20T21:54:33.7027318Z [00:03:16.412]➜  go tool buildid -w $WORK/b777/_pkg_.a # internal
2025-08-20T21:54:33.7050812Z [00:03:16.414]➜  cp $WORK/b777/_pkg_.a /root/.cache/go-build/4f/4f76dc2d7666bf72e11217ab16baacf63e3dba03181f6e3507fd984bb9794b39-d # internal
2025-08-20T21:54:33.7073295Z [00:03:16.417]➜  github.com/alecthomas/chroma/lexers/e
2025-08-20T21:54:33.7076630Z [00:03:16.417]➜  mkdir -p $WORK/b779/
2025-08-20T21:54:33.7089745Z [00:03:16.418]➜  cat >/tmp/go-build3999932643/b779/importcfg << 'EOF' # internal
2025-08-20T21:54:33.7093458Z [00:03:16.418]➜  # import config
2025-08-20T21:54:33.7094445Z [00:03:16.419]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:33.7095384Z [00:03:16.419]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:33.7096680Z [00:03:16.419]➜  EOF
2025-08-20T21:54:33.7107870Z [00:03:16.420]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b779/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/e=>github.com/alecthomas/chroma@v0.10.0/lexers/e;$WORK/b779=>" -p github.com/alecthomas/chroma/lexers/e -lang=go1.13 -complete -installsuffix shared -buildid 9F9hoGIOf5Cnxd3k6k2K/9F9hoGIOf5Cnxd3k6k2K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b779/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/e/ebnf.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/e/elixir.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/e/elm.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/e/emacs.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/e/erlang.go
2025-08-20T21:54:33.7140662Z [00:03:16.423]➜  github.com/alecthomas/chroma/lexers/d
2025-08-20T21:54:33.7142562Z [00:03:16.423]➜  mkdir -p $WORK/b778/
2025-08-20T21:54:33.7142972Z [00:03:16.424]➜  cat >/tmp/go-build3999932643/b778/importcfg << 'EOF' # internal
2025-08-20T21:54:33.7143322Z [00:03:16.424]➜  # import config
2025-08-20T21:54:33.7143742Z [00:03:16.424]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:33.7144356Z [00:03:16.424]➜  packagefile github.com/alecthomas/chroma/lexers/b=/tmp/go-build3999932643/b772/_pkg_.a
2025-08-20T21:54:33.7145039Z [00:03:16.424]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:33.7145714Z [00:03:16.424]➜  packagefile github.com/alecthomas/chroma/lexers/j=/tmp/go-build3999932643/b777/_pkg_.a
2025-08-20T21:54:33.7146129Z [00:03:16.424]➜  EOF
2025-08-20T21:54:33.7160931Z [00:03:16.424]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b778/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/d=>github.com/alecthomas/chroma@v0.10.0/lexers/d;$WORK/b778=>" -p github.com/alecthomas/chroma/lexers/d -lang=go1.13 -complete -installsuffix shared -buildid 4IcKolyFzuXoQ5bG32v1/4IcKolyFzuXoQ5bG32v1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b778/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/d/d.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/d/dart.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/d/diff.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/d/django.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/d/docker.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/d/dtd.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/d/dylan.go
2025-08-20T21:54:33.7709596Z [00:03:16.480]➜  go tool buildid -w $WORK/b743/_pkg_.a # internal
2025-08-20T21:54:33.7739330Z [00:03:16.483]➜  cp $WORK/b743/_pkg_.a /root/.cache/go-build/62/6258f4e6388f5df647e2f06dde617a2cad19b80874422958e48b7d8846439fb1-d # internal
2025-08-20T21:54:33.7741086Z [00:03:16.483]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/dns/dnsclientpool
2025-08-20T21:54:33.7741557Z [00:03:16.483]➜  mkdir -p $WORK/b742/
2025-08-20T21:54:33.7762796Z [00:03:16.486]➜  cat >/tmp/go-build3999932643/b742/importcfg << 'EOF' # internal
2025-08-20T21:54:33.7764202Z [00:03:16.486]➜  # import config
2025-08-20T21:54:33.7764682Z [00:03:16.486]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:33.7765730Z [00:03:16.486]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:54:33.7766448Z [00:03:16.486]➜  packagefile github.com/projectdiscovery/retryabledns=/tmp/go-build3999932643/b328/_pkg_.a
2025-08-20T21:54:33.7767114Z [00:03:16.486]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:54:33.7767872Z [00:03:16.486]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:33.7768301Z [00:03:16.486]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:33.7768727Z [00:03:16.486]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:33.7769029Z [00:03:16.486]➜  EOF
2025-08-20T21:54:33.7771289Z [00:03:16.486]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b742/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns/dnsclientpool=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/dns/dnsclientpool;$WORK/b742=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/dns/dnsclientpool -lang=go1.24 -complete -installsuffix shared -buildid y0nPRw29ZfGv668rOFaG/y0nPRw29ZfGv668rOFaG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b742/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns/dnsclientpool/clientpool.go
2025-08-20T21:54:33.7933029Z [00:03:16.502]➜  go tool buildid -w $WORK/b774/_pkg_.a # internal
2025-08-20T21:54:33.8063778Z [00:03:16.516]➜  cp $WORK/b774/_pkg_.a /root/.cache/go-build/03/03ee899955b507e19d53021a10e9fb1acb22137e9fb6fd0880acb92194679370-d # internal
2025-08-20T21:54:33.8065385Z [00:03:16.516]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/replacer
2025-08-20T21:54:33.8066388Z [00:03:16.516]➜  mkdir -p $WORK/b749/
2025-08-20T21:54:33.8071211Z [00:03:16.516]➜  cat >/tmp/go-build3999932643/b749/importcfg << 'EOF' # internal
2025-08-20T21:54:33.8071592Z [00:03:16.516]➜  # import config
2025-08-20T21:54:33.8073564Z [00:03:16.516]➜  packagefile github.com/projectdiscovery/fasttemplate=/tmp/go-build3999932643/b750/_pkg_.a
2025-08-20T21:54:33.8074449Z [00:03:16.516]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/marker=/tmp/go-build3999932643/b748/_pkg_.a
2025-08-20T21:54:33.8075250Z [00:03:16.516]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:54:33.8076053Z [00:03:16.516]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:33.8076427Z [00:03:16.516]➜  EOF
2025-08-20T21:54:33.8078889Z [00:03:16.517]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b749/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/replacer=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/replacer;$WORK/b749=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/replacer -lang=go1.24 -complete -installsuffix shared -buildid mMIdVh0NkSdCHNiv8Hgr/mMIdVh0NkSdCHNiv8Hgr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b749/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/replacer/replacer.go
2025-08-20T21:54:33.8269912Z [00:03:16.536]➜  go tool buildid -w $WORK/b749/_pkg_.a # internal
2025-08-20T21:54:33.8275671Z [00:03:16.537]➜  cp $WORK/b749/_pkg_.a /root/.cache/go-build/97/97ff704afdbdf9b1f06ff8a8e9d9b79a698f903799ba19e66845846c38e147b9-d # internal
2025-08-20T21:54:33.8276516Z [00:03:16.537]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators
2025-08-20T21:54:33.8279512Z [00:03:16.537]➜  mkdir -p $WORK/b752/
2025-08-20T21:54:33.8280032Z [00:03:16.537]➜  cat >/tmp/go-build3999932643/b752/importcfg << 'EOF' # internal
2025-08-20T21:54:33.8280387Z [00:03:16.537]➜  # import config
2025-08-20T21:54:33.8280727Z [00:03:16.537]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:33.8281146Z [00:03:16.537]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:33.8281558Z [00:03:16.537]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:33.8282321Z [00:03:16.537]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build3999932643/b654/_pkg_.a
2025-08-20T21:54:33.8282883Z [00:03:16.537]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:33.8283524Z [00:03:16.537]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog=/tmp/go-build3999932643/b711/_pkg_.a
2025-08-20T21:54:33.8284302Z [00:03:16.537]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build3999932643/b620/_pkg_.a
2025-08-20T21:54:33.8285060Z [00:03:16.537]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:54:33.8285801Z [00:03:16.537]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:54:33.8286505Z [00:03:16.537]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:54:33.8287172Z [00:03:16.537]➜  packagefile github.com/projectdiscovery/utils/folder=/tmp/go-build3999932643/b221/_pkg_.a
2025-08-20T21:54:33.8288166Z [00:03:16.537]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:33.8288757Z [00:03:16.537]➜  packagefile github.com/spf13/cast=/tmp/go-build3999932643/b753/_pkg_.a
2025-08-20T21:54:33.8289212Z [00:03:16.537]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:33.8289613Z [00:03:16.537]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:54:33.8290011Z [00:03:16.537]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:33.8290446Z [00:03:16.537]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:33.8290897Z [00:03:16.537]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:33.8291323Z [00:03:16.537]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:33.8291636Z [00:03:16.537]➜  EOF
2025-08-20T21:54:33.8297602Z [00:03:16.537]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b752/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators;$WORK/b752=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators -lang=go1.24 -complete -installsuffix shared -buildid vPGgmW5E80HaA0cnNnqX/vPGgmW5E80HaA0cnNnqX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b752/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/attack_types.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/env.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/generators.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/load.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/maps.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/options.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/slice.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/validate.go
2025-08-20T21:54:33.8348584Z [00:03:16.544]➜  go tool buildid -w $WORK/b778/_pkg_.a # internal
2025-08-20T21:54:33.8365172Z [00:03:16.546]➜  cp $WORK/b778/_pkg_.a /root/.cache/go-build/42/423ce28d2de6ee05d1856acd53cebb40e4e0a92e18a4cc99cf8ee8aa6bf65734-d # internal
2025-08-20T21:54:33.8496138Z [00:03:16.559]➜  github.com/alecthomas/chroma/lexers/c
2025-08-20T21:54:33.8498379Z [00:03:16.559]➜  mkdir -p $WORK/b773/
2025-08-20T21:54:33.8498788Z [00:03:16.559]➜  cat >/tmp/go-build3999932643/b773/importcfg << 'EOF' # internal
2025-08-20T21:54:33.8499133Z [00:03:16.559]➜  # import config
2025-08-20T21:54:33.8499558Z [00:03:16.559]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:33.8500205Z [00:03:16.559]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:33.8500872Z [00:03:16.559]➜  packagefile github.com/alecthomas/chroma/lexers/p=/tmp/go-build3999932643/b774/_pkg_.a
2025-08-20T21:54:33.8501548Z [00:03:16.559]➜  EOF
2025-08-20T21:54:33.8508714Z [00:03:16.559]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b773/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/c=>github.com/alecthomas/chroma@v0.10.0/lexers/c;$WORK/b773=>" -p github.com/alecthomas/chroma/lexers/c -lang=go1.13 -complete -installsuffix shared -buildid QZr0YmoEjO8h3-ifoYTx/QZr0YmoEjO8h3-ifoYTx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b773/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/c/c.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/c/caddyfile.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/c/capnproto.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/c/ceylon.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/c/cfengine3.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/c/chaiscript.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/c/cheetah.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/c/cl.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/c/clojure.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/c/cmake.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/c/cobol.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/c/coffee.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/c/coldfusion.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/c/coq.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/c/cpp.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/c/cql.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/c/crystal.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/c/csharp.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/c/css.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/c/cython.go
2025-08-20T21:54:33.8916059Z [00:03:16.601]➜  go tool buildid -w $WORK/b779/_pkg_.a # internal
2025-08-20T21:54:33.8971798Z [00:03:16.606]➜  cp $WORK/b779/_pkg_.a /root/.cache/go-build/f4/f44bd72bf9d34f5b7e4d85a4a21d2a66b296a16b3b0c9ef37605f1dcbe3ebf72-d # internal
2025-08-20T21:54:33.8980726Z [00:03:16.607]➜  go tool buildid -w $WORK/b742/_pkg_.a # internal
2025-08-20T21:54:33.9009431Z [00:03:16.610]➜  cp $WORK/b742/_pkg_.a /root/.cache/go-build/93/932a04f4508ae8594661e3ae8b85c98db530c7fbc11c2c82c92af84177fdb01d-d # internal
2025-08-20T21:54:33.9016148Z [00:03:16.610]➜  github.com/projectdiscovery/nuclei/v3/pkg/operators/common/dsl
2025-08-20T21:54:33.9016553Z [00:03:16.610]➜  mkdir -p $WORK/b728/
2025-08-20T21:54:33.9017055Z [00:03:16.610]➜  github.com/alecthomas/chroma/lexers/f
2025-08-20T21:54:33.9017558Z [00:03:16.610]➜  mkdir -p $WORK/b780/
2025-08-20T21:54:33.9017989Z [00:03:16.610]➜  cat >/tmp/go-build3999932643/b728/importcfg << 'EOF' # internal
2025-08-20T21:54:33.9018350Z [00:03:16.610]➜  # import config
2025-08-20T21:54:33.9018679Z [00:03:16.610]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:33.9019186Z [00:03:16.610]➜  packagefile github.com/Knetic/govaluate=/tmp/go-build3999932643/b717/_pkg_.a
2025-08-20T21:54:33.9019733Z [00:03:16.610]➜  packagefile github.com/miekg/dns=/tmp/go-build3999932643/b223/_pkg_.a
2025-08-20T21:54:33.9020295Z [00:03:16.610]➜  packagefile github.com/projectdiscovery/dsl=/tmp/go-build3999932643/b729/_pkg_.a
2025-08-20T21:54:33.9020925Z [00:03:16.610]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:33.9021714Z [00:03:16.610]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/dns/dnsclientpool=/tmp/go-build3999932643/b742/_pkg_.a
2025-08-20T21:54:33.9022523Z [00:03:16.610]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:54:33.9023206Z [00:03:16.610]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build3999932643/b190/_pkg_.a
2025-08-20T21:54:33.9024120Z [00:03:16.610]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:33.9024674Z [00:03:16.610]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:33.9024986Z [00:03:16.610]➜  EOF
2025-08-20T21:54:33.9025305Z [00:03:16.611]➜  cat >/tmp/go-build3999932643/b780/importcfg << 'EOF' # internal
2025-08-20T21:54:33.9025642Z [00:03:16.611]➜  # import config
2025-08-20T21:54:33.9026060Z [00:03:16.611]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:33.9026703Z [00:03:16.611]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:33.9027142Z [00:03:16.611]➜  EOF
2025-08-20T21:54:33.9030863Z [00:03:16.611]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b780/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/f=>github.com/alecthomas/chroma@v0.10.0/lexers/f;$WORK/b780=>" -p github.com/alecthomas/chroma/lexers/f -lang=go1.13 -complete -installsuffix shared -buildid 9khwiYB_WgNTKOlmQBQX/9khwiYB_WgNTKOlmQBQX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b780/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/f/factor.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/f/fennel.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/f/fish.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/f/forth.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/f/fortran.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/f/fortran_fixed.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/f/fsharp.go
2025-08-20T21:54:33.9035967Z [00:03:16.611]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b728/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/common/dsl=>github.com/projectdiscovery/nuclei/v3/pkg/operators/common/dsl;$WORK/b728=>" -p github.com/projectdiscovery/nuclei/v3/pkg/operators/common/dsl -lang=go1.24 -complete -installsuffix shared -buildid TW1jdiTkZTCcMCBS30nU/TW1jdiTkZTCcMCBS30nU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b728/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/common/dsl/dsl.go
2025-08-20T21:54:33.9619945Z [00:03:16.671]➜  go tool buildid -w $WORK/b728/_pkg_.a # internal
2025-08-20T21:54:33.9654341Z [00:03:16.674]➜  cp $WORK/b728/_pkg_.a /root/.cache/go-build/0f/0f7e05a235ad70d6cf7614e2964e7356a7fbe84c0fa5c486f0e014871b38ed2d-d # internal
2025-08-20T21:54:33.9662393Z [00:03:16.675]➜  github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors
2025-08-20T21:54:33.9673323Z [00:03:16.675]➜  mkdir -p $WORK/b716/
2025-08-20T21:54:33.9673781Z [00:03:16.676]➜  cat >/tmp/go-build3999932643/b716/importcfg << 'EOF' # internal
2025-08-20T21:54:33.9674129Z [00:03:16.676]➜  # import config
2025-08-20T21:54:33.9674470Z [00:03:16.676]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:33.9674889Z [00:03:16.676]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:33.9675396Z [00:03:16.676]➜  packagefile github.com/Knetic/govaluate=/tmp/go-build3999932643/b717/_pkg_.a
2025-08-20T21:54:33.9675980Z [00:03:16.676]➜  packagefile github.com/antchfx/htmlquery=/tmp/go-build3999932643/b718/_pkg_.a
2025-08-20T21:54:33.9676546Z [00:03:16.676]➜  packagefile github.com/antchfx/xmlquery=/tmp/go-build3999932643/b725/_pkg_.a
2025-08-20T21:54:33.9677123Z [00:03:16.676]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build3999932643/b654/_pkg_.a
2025-08-20T21:54:33.9677857Z [00:03:16.676]➜  packagefile github.com/itchyny/gojq=/tmp/go-build3999932643/b726/_pkg_.a
2025-08-20T21:54:33.9678572Z [00:03:16.676]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/common/dsl=/tmp/go-build3999932643/b728/_pkg_.a
2025-08-20T21:54:33.9679356Z [00:03:16.676]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:54:33.9680096Z [00:03:16.676]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:54:33.9680911Z [00:03:16.676]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:33.9681344Z [00:03:16.676]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:33.9681654Z [00:03:16.676]➜  EOF
2025-08-20T21:54:33.9685112Z [00:03:16.676]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b716/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/extractors=>github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors;$WORK/b716=>" -p github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors -lang=go1.24 -complete -installsuffix shared -buildid V8XvVaHQBNeMkqekJXrk/V8XvVaHQBNeMkqekJXrk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b716/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/extractors/compile.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/extractors/doc.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/extractors/extract.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/extractors/extractor_types.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/extractors/extractors.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/extractors/util.go
2025-08-20T21:54:33.9712224Z [00:03:16.680]➜  go tool buildid -w $WORK/b752/_pkg_.a # internal
2025-08-20T21:54:33.9764680Z [00:03:16.686]➜  cp $WORK/b752/_pkg_.a /root/.cache/go-build/85/85760d9586091d45a1e5be1e28f4f73b912cc6ed6bc3a5d41c5f75f03a8ab6f7-d # internal
2025-08-20T21:54:33.9779620Z [00:03:16.687]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions
2025-08-20T21:54:33.9780762Z [00:03:16.687]➜  mkdir -p $WORK/b747/
2025-08-20T21:54:33.9790715Z [00:03:16.688]➜  cat >/tmp/go-build3999932643/b747/importcfg << 'EOF' # internal
2025-08-20T21:54:33.9791802Z [00:03:16.688]➜  # import config
2025-08-20T21:54:33.9792744Z [00:03:16.688]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:33.9793311Z [00:03:16.688]➜  packagefile github.com/Knetic/govaluate=/tmp/go-build3999932643/b717/_pkg_.a
2025-08-20T21:54:33.9794078Z [00:03:16.688]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/common/dsl=/tmp/go-build3999932643/b728/_pkg_.a
2025-08-20T21:54:33.9794955Z [00:03:16.688]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/marker=/tmp/go-build3999932643/b748/_pkg_.a
2025-08-20T21:54:33.9796105Z [00:03:16.688]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/replacer=/tmp/go-build3999932643/b749/_pkg_.a
2025-08-20T21:54:33.9796971Z [00:03:16.688]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:33.9797820Z [00:03:16.688]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:33.9798351Z [00:03:16.688]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:33.9798674Z [00:03:16.688]➜  EOF
2025-08-20T21:54:33.9801255Z [00:03:16.688]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b747/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/expressions=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions;$WORK/b747=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions -lang=go1.24 -complete -installsuffix shared -buildid 7l-3CQdfY19YKc_3Kpb7/7l-3CQdfY19YKc_3Kpb7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b747/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/expressions/expressions.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/expressions/variables.go
2025-08-20T21:54:34.0236546Z [00:03:16.733]➜  go tool buildid -w $WORK/b747/_pkg_.a # internal
2025-08-20T21:54:34.0251145Z [00:03:16.734]➜  cp $WORK/b747/_pkg_.a /root/.cache/go-build/77/77a4c6240d5d0c5b23eb5ed8531a70c52a8ef28cf7ab1a86753afa1ba915225e-d # internal
2025-08-20T21:54:34.0252216Z [00:03:16.734]➜  github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers
2025-08-20T21:54:34.0252914Z [00:03:16.734]➜  mkdir -p $WORK/b746/
2025-08-20T21:54:34.0253970Z [00:03:16.734]➜  cat >/tmp/go-build3999932643/b746/importcfg << 'EOF' # internal
2025-08-20T21:54:34.0254631Z [00:03:16.734]➜  # import config
2025-08-20T21:54:34.0256726Z [00:03:16.734]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:34.0257253Z [00:03:16.734]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:34.0257839Z [00:03:16.734]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:34.0258361Z [00:03:16.734]➜  packagefile github.com/Knetic/govaluate=/tmp/go-build3999932643/b717/_pkg_.a
2025-08-20T21:54:34.0258948Z [00:03:16.734]➜  packagefile github.com/antchfx/htmlquery=/tmp/go-build3999932643/b718/_pkg_.a
2025-08-20T21:54:34.0259516Z [00:03:16.734]➜  packagefile github.com/antchfx/xmlquery=/tmp/go-build3999932643/b725/_pkg_.a
2025-08-20T21:54:34.0260071Z [00:03:16.734]➜  packagefile github.com/antchfx/xpath=/tmp/go-build3999932643/b719/_pkg_.a
2025-08-20T21:54:34.0260634Z [00:03:16.734]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build3999932643/b654/_pkg_.a
2025-08-20T21:54:34.0261228Z [00:03:16.734]➜  packagefile github.com/projectdiscovery/dsl=/tmp/go-build3999932643/b729/_pkg_.a
2025-08-20T21:54:34.0261882Z [00:03:16.734]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:34.0262642Z [00:03:16.734]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/common/dsl=/tmp/go-build3999932643/b728/_pkg_.a
2025-08-20T21:54:34.0263538Z [00:03:16.734]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions=/tmp/go-build3999932643/b747/_pkg_.a
2025-08-20T21:54:34.0264379Z [00:03:16.734]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:54:34.0265081Z [00:03:16.734]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build3999932643/b190/_pkg_.a
2025-08-20T21:54:34.0265745Z [00:03:16.734]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:34.0266276Z [00:03:16.734]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:34.0266695Z [00:03:16.734]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:34.0267115Z [00:03:16.734]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:34.0267659Z [00:03:16.734]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:34.0268256Z [00:03:16.734]➜  EOF
2025-08-20T21:54:34.0271929Z [00:03:16.734]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b746/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/matchers=>github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers;$WORK/b746=>" -p github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers -lang=go1.24 -complete -installsuffix shared -buildid XAm9S37SP3hx7y22jcQl/XAm9S37SP3hx7y22jcQl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b746/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/matchers/compile.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/matchers/doc.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/matchers/match.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/matchers/matchers.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/matchers/matchers_types.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/matchers/validate.go
2025-08-20T21:54:34.0595392Z [00:03:16.767]➜  go tool buildid -w $WORK/b780/_pkg_.a # internal
2025-08-20T21:54:34.0596984Z [00:03:16.769]➜  cp $WORK/b780/_pkg_.a /root/.cache/go-build/5b/5b2ee22faab5408f64db6414fb75e20897bf168479198d60f37c33cbf6cb3e00-d # internal
2025-08-20T21:54:34.0597989Z [00:03:16.769]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils
2025-08-20T21:54:34.0598375Z [00:03:16.769]➜  mkdir -p $WORK/b759/
2025-08-20T21:54:34.0655845Z [00:03:16.775]➜  cat >/tmp/go-build3999932643/b759/importcfg << 'EOF' # internal
2025-08-20T21:54:34.0656252Z [00:03:16.775]➜  # import config
2025-08-20T21:54:34.0656618Z [00:03:16.775]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:34.0657644Z [00:03:16.775]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:34.0658252Z [00:03:16.775]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:34.0658787Z [00:03:16.775]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:34.0659592Z [00:03:16.775]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build3999932643/b760/_pkg_.a
2025-08-20T21:54:34.0660515Z [00:03:16.775]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build3999932643/b752/_pkg_.a
2025-08-20T21:54:34.0661322Z [00:03:16.775]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:54:34.0661996Z [00:03:16.775]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build3999932643/b333/_pkg_.a
2025-08-20T21:54:34.0662636Z [00:03:16.775]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:54:34.0663282Z [00:03:16.775]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:54:34.0663959Z [00:03:16.775]➜  packagefile github.com/weppos/publicsuffix-go/publicsuffix=/tmp/go-build3999932643/b455/_pkg_.a
2025-08-20T21:54:34.0664518Z [00:03:16.775]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:34.0664935Z [00:03:16.775]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:34.0665343Z [00:03:16.775]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:34.0665762Z [00:03:16.775]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:34.0666075Z [00:03:16.775]➜  EOF
2025-08-20T21:54:34.0668751Z [00:03:16.775]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b759/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/utils=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils;$WORK/b759=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils -lang=go1.24 -complete -installsuffix shared -buildid zyzgvBAo9fbYQdALbG5F/zyzgvBAo9fbYQdALbG5F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b759/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/utils/fields.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/utils/utils.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/utils/variables.go
2025-08-20T21:54:34.1225657Z [00:03:16.832]➜  go tool buildid -w $WORK/b716/_pkg_.a # internal
2025-08-20T21:54:34.1296618Z [00:03:16.839]➜  cp $WORK/b716/_pkg_.a /root/.cache/go-build/42/4298f5619f730bdf5e45db6923712948e7c776b7b9d7c7b9c286a3e1fdb75e88-d # internal
2025-08-20T21:54:34.1341975Z [00:03:16.843]➜  github.com/alecthomas/chroma/lexers/i
2025-08-20T21:54:34.1342345Z [00:03:16.843]➜  mkdir -p $WORK/b782/
2025-08-20T21:54:34.1346098Z [00:03:16.844]➜  cat >/tmp/go-build3999932643/b782/importcfg << 'EOF' # internal
2025-08-20T21:54:34.1346942Z [00:03:16.844]➜  # import config
2025-08-20T21:54:34.1347556Z [00:03:16.844]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:34.1348274Z [00:03:16.844]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:34.1348723Z [00:03:16.844]➜  EOF
2025-08-20T21:54:34.1354364Z [00:03:16.844]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b782/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/i=>github.com/alecthomas/chroma@v0.10.0/lexers/i;$WORK/b782=>" -p github.com/alecthomas/chroma/lexers/i -lang=go1.13 -complete -installsuffix shared -buildid krYH-CPYo68s2HEHfpsI/krYH-CPYo68s2HEHfpsI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b782/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/i/idris.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/i/igor.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/i/ini.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/i/io.go
2025-08-20T21:54:34.1658240Z [00:03:16.875]➜  go tool buildid -w $WORK/b746/_pkg_.a # internal
2025-08-20T21:54:34.1684756Z [00:03:16.878]➜  cp $WORK/b746/_pkg_.a /root/.cache/go-build/ab/abb4b0979ff02544f00ea5b60783835222c881ab37ff410fe8b4189f65584ab2-d # internal
2025-08-20T21:54:34.1686356Z [00:03:16.878]➜  github.com/projectdiscovery/nuclei/v3/pkg/operators
2025-08-20T21:54:34.1687696Z [00:03:16.878]➜  mkdir -p $WORK/b715/
2025-08-20T21:54:34.1692479Z [00:03:16.879]➜  cat >/tmp/go-build3999932643/b715/importcfg << 'EOF' # internal
2025-08-20T21:54:34.1692845Z [00:03:16.879]➜  # import config
2025-08-20T21:54:34.1693190Z [00:03:16.879]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:34.1693687Z [00:03:16.879]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:34.1694392Z [00:03:16.879]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build3999932643/b716/_pkg_.a
2025-08-20T21:54:34.1695237Z [00:03:16.879]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build3999932643/b746/_pkg_.a
2025-08-20T21:54:34.1696111Z [00:03:16.879]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build3999932643/b752/_pkg_.a
2025-08-20T21:54:34.1697075Z [00:03:16.879]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/excludematchers=/tmp/go-build3999932643/b756/_pkg_.a
2025-08-20T21:54:34.1698047Z [00:03:16.879]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build3999932643/b190/_pkg_.a
2025-08-20T21:54:34.1698591Z [00:03:16.879]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:54:34.1699011Z [00:03:16.879]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:34.1699431Z [00:03:16.879]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:34.1699745Z [00:03:16.879]➜  EOF
2025-08-20T21:54:34.1701897Z [00:03:16.879]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b715/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators=>github.com/projectdiscovery/nuclei/v3/pkg/operators;$WORK/b715=>" -p github.com/projectdiscovery/nuclei/v3/pkg/operators -lang=go1.24 -complete -installsuffix shared -buildid uLTJDhxamnvZBeT4w0B-/uLTJDhxamnvZBeT4w0B- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b715/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/operators.go
2025-08-20T21:54:34.2530609Z [00:03:16.960]➜  go tool buildid -w $WORK/b759/_pkg_.a # internal
2025-08-20T21:54:34.2550989Z [00:03:16.964]➜  go tool buildid -w $WORK/b782/_pkg_.a # internal
2025-08-20T21:54:34.2565161Z [00:03:16.966]➜  cp $WORK/b782/_pkg_.a /root/.cache/go-build/65/655e01837408ba0835557da3141bf7fc1de6e5092667a577d6b98c0e8f66b108-d # internal
2025-08-20T21:54:34.2574661Z [00:03:16.967]➜  cp $WORK/b759/_pkg_.a /root/.cache/go-build/74/74f61a621395a14be7169c27bfbdeadf9374a787920168ac37b4cdef23c91e33-d # internal
2025-08-20T21:54:34.2593312Z [00:03:16.969]➜  github.com/alecthomas/chroma/lexers/l
2025-08-20T21:54:34.2593726Z [00:03:16.969]➜  mkdir -p $WORK/b784/
2025-08-20T21:54:34.2596895Z [00:03:16.969]➜  cat >/tmp/go-build3999932643/b784/importcfg << 'EOF' # internal
2025-08-20T21:54:34.2598132Z [00:03:16.969]➜  # import config
2025-08-20T21:54:34.2598567Z [00:03:16.969]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:34.2599233Z [00:03:16.969]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:34.2599678Z [00:03:16.969]➜  EOF
2025-08-20T21:54:34.2744291Z [00:03:16.983]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b784/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/l=>github.com/alecthomas/chroma@v0.10.0/lexers/l;$WORK/b784=>" -p github.com/alecthomas/chroma/lexers/l -lang=go1.13 -complete -installsuffix shared -buildid hLMddoAxlcx8k6vtJTL2/hLMddoAxlcx8k6vtJTL2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b784/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/l/lighttpd.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/l/llvm.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/l/lua.go
2025-08-20T21:54:34.2752905Z [00:03:16.984]➜  github.com/alecthomas/chroma/lexers/k
2025-08-20T21:54:34.2753295Z [00:03:16.984]➜  mkdir -p $WORK/b783/
2025-08-20T21:54:34.2753680Z [00:03:16.984]➜  cat >/tmp/go-build3999932643/b783/importcfg << 'EOF' # internal
2025-08-20T21:54:34.2754024Z [00:03:16.984]➜  # import config
2025-08-20T21:54:34.2754444Z [00:03:16.984]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:34.2755086Z [00:03:16.984]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:34.2755612Z [00:03:16.984]➜  EOF
2025-08-20T21:54:34.2757627Z [00:03:16.984]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b783/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/k=>github.com/alecthomas/chroma@v0.10.0/lexers/k;$WORK/b783=>" -p github.com/alecthomas/chroma/lexers/k -lang=go1.13 -complete -installsuffix shared -buildid AOIzBe2AoO_8UkMuqydc/AOIzBe2AoO_8UkMuqydc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b783/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/k/kotlin.go
2025-08-20T21:54:34.3071627Z [00:03:17.015]➜  go tool buildid -w $WORK/b715/_pkg_.a # internal
2025-08-20T21:54:34.3093813Z [00:03:17.018]➜  cp $WORK/b715/_pkg_.a /root/.cache/go-build/88/88f152cd1868f117fabb2bce80c4f039386f910eef4d8c1b1b3d520b38052a7c-d # internal
2025-08-20T21:54:34.3094638Z [00:03:17.018]➜  github.com/projectdiscovery/nuclei/v3/pkg/output
2025-08-20T21:54:34.3099004Z [00:03:17.018]➜  mkdir -p $WORK/b651/
2025-08-20T21:54:34.3099514Z [00:03:17.019]➜  cat >/tmp/go-build3999932643/b651/importcfg << 'EOF' # internal
2025-08-20T21:54:34.3099863Z [00:03:17.019]➜  # import config
2025-08-20T21:54:34.3100220Z [00:03:17.019]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:34.3100681Z [00:03:17.019]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:34.3101123Z [00:03:17.019]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:34.3101613Z [00:03:17.019]➜  packagefile github.com/json-iterator/go=/tmp/go-build3999932643/b243/_pkg_.a
2025-08-20T21:54:34.3102445Z [00:03:17.019]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build3999932643/b247/_pkg_.a
2025-08-20T21:54:34.3103200Z [00:03:17.019]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:34.3103850Z [00:03:17.019]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:34.3104549Z [00:03:17.019]➜  packagefile github.com/projectdiscovery/interactsh/pkg/server=/tmp/go-build3999932643/b576/_pkg_.a
2025-08-20T21:54:34.3105326Z [00:03:17.019]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/colorizer=/tmp/go-build3999932643/b652/_pkg_.a
2025-08-20T21:54:34.3106121Z [00:03:17.019]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build3999932643/b620/_pkg_.a
2025-08-20T21:54:34.3106876Z [00:03:17.019]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build3999932643/b714/_pkg_.a
2025-08-20T21:54:34.3107904Z [00:03:17.019]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity=/tmp/go-build3999932643/b653/_pkg_.a
2025-08-20T21:54:34.3108772Z [00:03:17.019]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build3999932643/b715/_pkg_.a
2025-08-20T21:54:34.3109536Z [00:03:17.019]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output/stats=/tmp/go-build3999932643/b757/_pkg_.a
2025-08-20T21:54:34.3110320Z [00:03:17.019]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build3999932643/b759/_pkg_.a
2025-08-20T21:54:34.3111282Z [00:03:17.019]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:54:34.3112191Z [00:03:17.019]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types/nucleierr=/tmp/go-build3999932643/b762/_pkg_.a
2025-08-20T21:54:34.3112943Z [00:03:17.019]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils=/tmp/go-build3999932643/b669/_pkg_.a
2025-08-20T21:54:34.3113632Z [00:03:17.019]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:34.3114290Z [00:03:17.019]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:54:34.3114934Z [00:03:17.019]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:54:34.3115573Z [00:03:17.019]➜  packagefile github.com/projectdiscovery/utils/os=/tmp/go-build3999932643/b189/_pkg_.a
2025-08-20T21:54:34.3116210Z [00:03:17.019]➜  packagefile github.com/projectdiscovery/utils/unit=/tmp/go-build3999932643/b745/_pkg_.a
2025-08-20T21:54:34.3116853Z [00:03:17.019]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:54:34.3140825Z [00:03:17.019]➜  packagefile go.uber.org/multierr=/tmp/go-build3999932643/b335/_pkg_.a
2025-08-20T21:54:34.3141489Z [00:03:17.019]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:34.3141939Z [00:03:17.019]➜  packagefile log/slog=/tmp/go-build3999932643/b184/_pkg_.a
2025-08-20T21:54:34.3142360Z [00:03:17.019]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:54:34.3142768Z [00:03:17.019]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:34.3143201Z [00:03:17.019]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:34.3143642Z [00:03:17.019]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:34.3144062Z [00:03:17.019]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:34.3144492Z [00:03:17.019]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:34.3144902Z [00:03:17.019]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:34.3145347Z [00:03:17.019]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:34.3145773Z [00:03:17.019]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:34.3146078Z [00:03:17.019]➜  EOF
2025-08-20T21:54:34.3149891Z [00:03:17.019]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b651/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output=>github.com/projectdiscovery/nuclei/v3/pkg/output;$WORK/b651=>" -p github.com/projectdiscovery/nuclei/v3/pkg/output -lang=go1.24 -complete -installsuffix shared -buildid AcyrolJpwlXTGWV4p-HQ/AcyrolJpwlXTGWV4p-HQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b651/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/doc.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/file_output_writer.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/format_json.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/format_screen.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/multi_writer.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/output.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/output_stats.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/standard_writer.go
2025-08-20T21:54:34.3370351Z [00:03:17.046]➜  go tool buildid -w $WORK/b784/_pkg_.a # internal
2025-08-20T21:54:34.3378768Z [00:03:17.047]➜  cp $WORK/b784/_pkg_.a /root/.cache/go-build/cf/cf00e2efecc1a667010e37666c1f8de1c52df660cd4fe468dfeb402e225c2f97-d # internal
2025-08-20T21:54:34.3393171Z [00:03:17.048]➜  go tool buildid -w $WORK/b783/_pkg_.a # internal
2025-08-20T21:54:34.3416439Z [00:03:17.049]➜  cp $WORK/b783/_pkg_.a /root/.cache/go-build/66/66bcff66470aa0309a684418dc8c0aee7a1e5ede403b8b5f626e04a7148d3907-d # internal
2025-08-20T21:54:34.3418787Z [00:03:17.049]➜  github.com/alecthomas/chroma/lexers/n
2025-08-20T21:54:34.3419123Z [00:03:17.050]➜  mkdir -p $WORK/b786/
2025-08-20T21:54:34.3419808Z [00:03:17.050]➜  cat >/tmp/go-build3999932643/b786/importcfg << 'EOF' # internal
2025-08-20T21:54:34.3420155Z [00:03:17.050]➜  # import config
2025-08-20T21:54:34.3420748Z [00:03:17.050]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:34.3421394Z [00:03:17.050]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:34.3421959Z [00:03:17.050]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:34.3422277Z [00:03:17.050]➜  EOF
2025-08-20T21:54:34.3425270Z [00:03:17.050]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b786/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/n=>github.com/alecthomas/chroma@v0.10.0/lexers/n;$WORK/b786=>" -p github.com/alecthomas/chroma/lexers/n -lang=go1.13 -complete -installsuffix shared -buildid HkFh4UsCEM6iu9ajDh1Q/HkFh4UsCEM6iu9ajDh1Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b786/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/n/nasm.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/n/newspeak.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/n/nginx.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/n/nim.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/n/nix.go
2025-08-20T21:54:34.3430934Z [00:03:17.051]➜  github.com/alecthomas/chroma/lexers/o
2025-08-20T21:54:34.3431247Z [00:03:17.051]➜  mkdir -p $WORK/b787/
2025-08-20T21:54:34.3431613Z [00:03:17.051]➜  cat >/tmp/go-build3999932643/b787/importcfg << 'EOF' # internal
2025-08-20T21:54:34.3431961Z [00:03:17.051]➜  # import config
2025-08-20T21:54:34.3432378Z [00:03:17.051]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:34.3433019Z [00:03:17.051]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:34.3433462Z [00:03:17.051]➜  EOF
2025-08-20T21:54:34.3437269Z [00:03:17.051]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b787/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/o=>github.com/alecthomas/chroma@v0.10.0/lexers/o;$WORK/b787=>" -p github.com/alecthomas/chroma/lexers/o -lang=go1.13 -complete -installsuffix shared -buildid OtfvPDVOhrL35esC0yCf/OtfvPDVOhrL35esC0yCf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b787/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/o/objectivec.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/o/ocaml.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/o/octave.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/o/onesenterprise.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/o/openedgeabl.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/o/openscad.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/o/org.go
2025-08-20T21:54:34.4651064Z [00:03:17.174]➜  go tool buildid -w $WORK/b786/_pkg_.a # internal
2025-08-20T21:54:34.4664597Z [00:03:17.176]➜  cp $WORK/b786/_pkg_.a /root/.cache/go-build/f1/f18b04f43cce626b7a439b51edc6525baa11f834620ec99ba5cbcbb154dd109d-d # internal
2025-08-20T21:54:34.4746008Z [00:03:17.184]➜  github.com/alecthomas/chroma/lexers/q
2025-08-20T21:54:34.4747015Z [00:03:17.184]➜  mkdir -p $WORK/b788/
2025-08-20T21:54:34.4750140Z [00:03:17.184]➜  cat >/tmp/go-build3999932643/b788/importcfg << 'EOF' # internal
2025-08-20T21:54:34.4750697Z [00:03:17.184]➜  # import config
2025-08-20T21:54:34.4752941Z [00:03:17.184]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:34.4753620Z [00:03:17.184]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:34.4754068Z [00:03:17.184]➜  EOF
2025-08-20T21:54:34.4756230Z [00:03:17.184]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b788/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/q=>github.com/alecthomas/chroma@v0.10.0/lexers/q;$WORK/b788=>" -p github.com/alecthomas/chroma/lexers/q -lang=go1.13 -complete -installsuffix shared -buildid f4USQIoGY_harFVTw5Mh/f4USQIoGY_harFVTw5Mh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b788/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/q/qbasic.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/q/qml.go
2025-08-20T21:54:34.5035340Z [00:03:17.213]➜  go tool buildid -w $WORK/b773/_pkg_.a # internal
2025-08-20T21:54:34.5160837Z [00:03:17.225]➜  cp $WORK/b773/_pkg_.a /root/.cache/go-build/c2/c2aa87aea697621af624a4697f39bf7d06b40679694e1d2310b7f81e296de7d1-d # internal
2025-08-20T21:54:34.5221038Z [00:03:17.231]➜  github.com/alecthomas/chroma/lexers/h
2025-08-20T21:54:34.5222008Z [00:03:17.231]➜  mkdir -p $WORK/b776/
2025-08-20T21:54:34.5224907Z [00:03:17.232]➜  cat >/tmp/go-build3999932643/b776/importcfg << 'EOF' # internal
2025-08-20T21:54:34.5258449Z [00:03:17.232]➜  # import config
2025-08-20T21:54:34.5260360Z [00:03:17.232]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:34.5261390Z [00:03:17.232]➜  packagefile github.com/alecthomas/chroma/lexers/c=/tmp/go-build3999932643/b773/_pkg_.a
2025-08-20T21:54:34.5262413Z [00:03:17.232]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:34.5263466Z [00:03:17.232]➜  packagefile github.com/alecthomas/chroma/lexers/j=/tmp/go-build3999932643/b777/_pkg_.a
2025-08-20T21:54:34.5264233Z [00:03:17.232]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:34.5264948Z [00:03:17.232]➜  EOF
2025-08-20T21:54:34.5270170Z [00:03:17.232]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b776/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/h=>github.com/alecthomas/chroma@v0.10.0/lexers/h;$WORK/b776=>" -p github.com/alecthomas/chroma/lexers/h -lang=go1.13 -complete -installsuffix shared -buildid 39JztYJsWcQPDXxy7n_A/39JztYJsWcQPDXxy7n_A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b776/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/h/handlebars.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/h/haskell.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/h/haxe.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/h/hcl.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/h/hexdump.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/h/hlb.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/h/html.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/h/http.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/h/hy.go
2025-08-20T21:54:34.5579751Z [00:03:17.267]➜  go tool buildid -w $WORK/b788/_pkg_.a # internal
2025-08-20T21:54:34.5655336Z [00:03:17.275]➜  cp $WORK/b788/_pkg_.a /root/.cache/go-build/c8/c83bf08c8254bee23135e15c72c162d86543089024eb4e46882ec8713b624bdd-d # internal
2025-08-20T21:54:34.5798658Z [00:03:17.289]➜  github.com/alecthomas/chroma/lexers/r
2025-08-20T21:54:34.5799061Z [00:03:17.289]➜  mkdir -p $WORK/b789/
2025-08-20T21:54:34.5806575Z [00:03:17.290]➜  cat >/tmp/go-build3999932643/b789/importcfg << 'EOF' # internal
2025-08-20T21:54:34.5807460Z [00:03:17.290]➜  # import config
2025-08-20T21:54:34.5808506Z [00:03:17.290]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:34.5809275Z [00:03:17.290]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:34.5809921Z [00:03:17.290]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build3999932643/b484/_pkg_.a
2025-08-20T21:54:34.5810411Z [00:03:17.290]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:34.5810838Z [00:03:17.290]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:34.5811285Z [00:03:17.290]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:34.5811968Z [00:03:17.290]➜  EOF
2025-08-20T21:54:34.5840076Z [00:03:17.290]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b789/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/r=>github.com/alecthomas/chroma@v0.10.0/lexers/r;$WORK/b789=>" -p github.com/alecthomas/chroma/lexers/r -lang=go1.13 -complete -installsuffix shared -buildid uMlVd8OczMV_2-55vqzm/uMlVd8OczMV_2-55vqzm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b789/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/r/r.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/r/racket.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/r/ragel.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/r/raku.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/r/reasonml.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/r/regedit.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/r/rexx.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/r/rst.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/r/ruby.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/r/rust.go
2025-08-20T21:54:34.5994799Z [00:03:17.309]➜  go tool buildid -w $WORK/b651/_pkg_.a # internal
2025-08-20T21:54:34.6048491Z [00:03:17.314]➜  cp $WORK/b651/_pkg_.a /root/.cache/go-build/ea/ea67070ccc6c5594c0c346bd0d6f01b676de727f935e9ce297410fa7b5bc8f0d-d # internal
2025-08-20T21:54:34.6049196Z [00:03:17.314]➜  github.com/projectdiscovery/nuclei/v3/internal/pdcp
2025-08-20T21:54:34.6049552Z [00:03:17.314]➜  mkdir -p $WORK/b619/
2025-08-20T21:54:34.6059339Z [00:03:17.315]➜  cat >/tmp/go-build3999932643/b619/importcfg << 'EOF' # internal
2025-08-20T21:54:34.6060258Z [00:03:17.315]➜  # import config
2025-08-20T21:54:34.6060639Z [00:03:17.315]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:34.6061067Z [00:03:17.315]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:34.6061508Z [00:03:17.315]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:34.6061938Z [00:03:17.315]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:34.6062475Z [00:03:17.315]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:34.6063461Z [00:03:17.315]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build3999932643/b620/_pkg_.a
2025-08-20T21:54:34.6064310Z [00:03:17.315]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:54:34.6065063Z [00:03:17.315]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:54:34.6065793Z [00:03:17.315]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:54:34.6066543Z [00:03:17.315]➜  packagefile github.com/projectdiscovery/utils/auth/pdcp=/tmp/go-build3999932643/b338/_pkg_.a
2025-08-20T21:54:34.6067604Z [00:03:17.315]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build3999932643/b182/_pkg_.a
2025-08-20T21:54:34.6068325Z [00:03:17.315]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:34.6068978Z [00:03:17.315]➜  packagefile github.com/projectdiscovery/utils/unit=/tmp/go-build3999932643/b745/_pkg_.a
2025-08-20T21:54:34.6069636Z [00:03:17.315]➜  packagefile github.com/projectdiscovery/utils/update=/tmp/go-build3999932643/b477/_pkg_.a
2025-08-20T21:54:34.6070289Z [00:03:17.315]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:54:34.6070797Z [00:03:17.315]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:34.6071214Z [00:03:17.315]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:34.6071640Z [00:03:17.315]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:34.6072067Z [00:03:17.315]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:34.6072717Z [00:03:17.315]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:34.6073150Z [00:03:17.315]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:34.6073459Z [00:03:17.315]➜  EOF
2025-08-20T21:54:34.6075600Z [00:03:17.315]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b619/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/pdcp=>github.com/projectdiscovery/nuclei/v3/internal/pdcp;$WORK/b619=>" -p github.com/projectdiscovery/nuclei/v3/internal/pdcp -lang=go1.24 -complete -installsuffix shared -buildid qO4IyIxphznhJsyJp5nX/qO4IyIxphznhJsyJp5nX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b619/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/pdcp/utils.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/pdcp/writer.go
2025-08-20T21:54:34.6194108Z [00:03:17.328]➜  go tool buildid -w $WORK/b787/_pkg_.a # internal
2025-08-20T21:54:34.6236735Z [00:03:17.332]➜  cp $WORK/b787/_pkg_.a /root/.cache/go-build/d2/d207082ea7152ab7aec583fb4ed8a287030b6db687da5011525f9b17260701b4-d # internal
2025-08-20T21:54:34.6294258Z [00:03:17.339]➜  github.com/alecthomas/chroma/lexers/t
2025-08-20T21:54:34.6295142Z [00:03:17.339]➜  mkdir -p $WORK/b791/
2025-08-20T21:54:34.6295576Z [00:03:17.339]➜  cat >/tmp/go-build3999932643/b791/importcfg << 'EOF' # internal
2025-08-20T21:54:34.6295949Z [00:03:17.339]➜  # import config
2025-08-20T21:54:34.6296377Z [00:03:17.339]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:34.6297326Z [00:03:17.339]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:34.6297983Z [00:03:17.339]➜  EOF
2025-08-20T21:54:34.6304341Z [00:03:17.339]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b791/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/t=>github.com/alecthomas/chroma@v0.10.0/lexers/t;$WORK/b791=>" -p github.com/alecthomas/chroma/lexers/t -lang=go1.13 -complete -installsuffix shared -buildid Y1FKu_yToZar6sVsh0S-/Y1FKu_yToZar6sVsh0S- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b791/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/t/tablegen.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/t/tasm.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/t/tcl.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/t/tcsh.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/t/termcap.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/t/terminfo.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/t/terraform.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/t/tex.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/t/thrift.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/t/toml.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/t/tradingview.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/t/transactsql.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/t/turing.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/t/turtle.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/t/twig.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/t/typescript.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/t/typoscript.go
2025-08-20T21:54:34.8390809Z [00:03:17.548]➜  go tool buildid -w $WORK/b619/_pkg_.a # internal
2025-08-20T21:54:34.8494906Z [00:03:17.559]➜  cp $WORK/b619/_pkg_.a /root/.cache/go-build/86/863727d8845c2480c96b1a4a1a05d67f66e64fd0ee1ec0c9cf16e2087ef9e5e3-d # internal
2025-08-20T21:54:34.8510677Z [00:03:17.560]➜  github.com/alecthomas/chroma/lexers/v
2025-08-20T21:54:34.8511601Z [00:03:17.560]➜  mkdir -p $WORK/b792/
2025-08-20T21:54:34.8516110Z [00:03:17.561]➜  cat >/tmp/go-build3999932643/b792/importcfg << 'EOF' # internal
2025-08-20T21:54:34.8516719Z [00:03:17.561]➜  # import config
2025-08-20T21:54:34.8517273Z [00:03:17.561]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:34.8518498Z [00:03:17.561]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:34.8519283Z [00:03:17.561]➜  packagefile github.com/alecthomas/chroma/lexers/p=/tmp/go-build3999932643/b774/_pkg_.a
2025-08-20T21:54:34.8519837Z [00:03:17.561]➜  EOF
2025-08-20T21:54:34.8522798Z [00:03:17.561]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b792/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/v=>github.com/alecthomas/chroma@v0.10.0/lexers/v;$WORK/b792=>" -p github.com/alecthomas/chroma/lexers/v -lang=go1.13 -complete -installsuffix shared -buildid yCFMnb_txcvz09Y-m7N8/yCFMnb_txcvz09Y-m7N8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b792/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/v/vb.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/v/verilog.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/v/vhdl.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/v/vim.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/v/vue.go
2025-08-20T21:54:34.9860456Z [00:03:17.695]➜  go tool buildid -w $WORK/b791/_pkg_.a # internal
2025-08-20T21:54:35.0012668Z [00:03:17.710]➜  cp $WORK/b791/_pkg_.a /root/.cache/go-build/9d/9dad37aec33e050495d31407f65eef3e7803380b9bc27044c69bace054c9f938-d # internal
2025-08-20T21:54:35.0030485Z [00:03:17.711]➜  github.com/alecthomas/chroma/lexers/w
2025-08-20T21:54:35.0032367Z [00:03:17.711]➜  mkdir -p $WORK/b793/
2025-08-20T21:54:35.0032833Z [00:03:17.711]➜  cat >/tmp/go-build3999932643/b793/importcfg << 'EOF' # internal
2025-08-20T21:54:35.0033194Z [00:03:17.711]➜  # import config
2025-08-20T21:54:35.0033619Z [00:03:17.711]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:35.0034279Z [00:03:17.711]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:35.0034735Z [00:03:17.711]➜  EOF
2025-08-20T21:54:35.0036741Z [00:03:17.711]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b793/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/w=>github.com/alecthomas/chroma@v0.10.0/lexers/w;$WORK/b793=>" -p github.com/alecthomas/chroma/lexers/w -lang=go1.13 -complete -installsuffix shared -buildid CZ4KHS5t_tsY3G7AIJ-9/CZ4KHS5t_tsY3G7AIJ-9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b793/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/w/wdte.go
2025-08-20T21:54:35.0288218Z [00:03:17.738]➜  go tool buildid -w $WORK/b793/_pkg_.a # internal
2025-08-20T21:54:35.0302951Z [00:03:17.739]➜  cp $WORK/b793/_pkg_.a /root/.cache/go-build/5f/5ff2de3d3491eb83ccae9899b93fae5590e2fbaa965a5e0068002a37f56f4d48-d # internal
2025-08-20T21:54:35.0352009Z [00:03:17.744]➜  github.com/alecthomas/chroma/lexers/x
2025-08-20T21:54:35.0354240Z [00:03:17.744]➜  mkdir -p $WORK/b794/
2025-08-20T21:54:35.0362201Z [00:03:17.746]➜  cat >/tmp/go-build3999932643/b794/importcfg << 'EOF' # internal
2025-08-20T21:54:35.0362826Z [00:03:17.746]➜  # import config
2025-08-20T21:54:35.0363377Z [00:03:17.746]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:35.0365324Z [00:03:17.746]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:35.0365823Z [00:03:17.746]➜  EOF
2025-08-20T21:54:35.0368211Z [00:03:17.746]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b794/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/x=>github.com/alecthomas/chroma@v0.10.0/lexers/x;$WORK/b794=>" -p github.com/alecthomas/chroma/lexers/x -lang=go1.13 -complete -installsuffix shared -buildid J8E11Ju7JBJfq7bTZN8B/J8E11Ju7JBJfq7bTZN8B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b794/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/x/xml.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/x/xorg.go
2025-08-20T21:54:35.0632830Z [00:03:17.773]➜  go tool buildid -w $WORK/b792/_pkg_.a # internal
2025-08-20T21:54:35.0661307Z [00:03:17.775]➜  cp $WORK/b792/_pkg_.a /root/.cache/go-build/49/49d0d3908540d11aae26c7a51e25d44e015cf0ec60d4e7bf84b9d5568856a969-d # internal
2025-08-20T21:54:35.0744242Z [00:03:17.783]➜  github.com/alecthomas/chroma/lexers/y
2025-08-20T21:54:35.0744746Z [00:03:17.783]➜  mkdir -p $WORK/b795/
2025-08-20T21:54:35.0745148Z [00:03:17.784]➜  cat >/tmp/go-build3999932643/b795/importcfg << 'EOF' # internal
2025-08-20T21:54:35.0745497Z [00:03:17.784]➜  # import config
2025-08-20T21:54:35.0745922Z [00:03:17.784]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:35.0746569Z [00:03:17.784]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:35.0747024Z [00:03:17.784]➜  EOF
2025-08-20T21:54:35.0749361Z [00:03:17.784]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b795/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/y=>github.com/alecthomas/chroma@v0.10.0/lexers/y;$WORK/b795=>" -p github.com/alecthomas/chroma/lexers/y -lang=go1.13 -complete -installsuffix shared -buildid BSzBJOCVftHjNdzr70Yz/BSzBJOCVftHjNdzr70Yz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b795/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/y/yaml.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/y/yang.go
2025-08-20T21:54:35.0889007Z [00:03:17.798]➜  go tool buildid -w $WORK/b794/_pkg_.a # internal
2025-08-20T21:54:35.0920521Z [00:03:17.799]➜  cp $WORK/b794/_pkg_.a /root/.cache/go-build/43/4354778979ed71a1d72338d3d0bd0f122399cc7dc1b9e21c6251579c32edc834-d # internal
2025-08-20T21:54:35.0927498Z [00:03:17.802]➜  github.com/alecthomas/chroma/lexers/z
2025-08-20T21:54:35.0928493Z [00:03:17.802]➜  mkdir -p $WORK/b796/
2025-08-20T21:54:35.0937832Z [00:03:17.803]➜  cat >/tmp/go-build3999932643/b796/importcfg << 'EOF' # internal
2025-08-20T21:54:35.0939432Z [00:03:17.803]➜  # import config
2025-08-20T21:54:35.0939880Z [00:03:17.803]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:35.0940743Z [00:03:17.803]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:35.0941382Z [00:03:17.803]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:35.0941702Z [00:03:17.803]➜  EOF
2025-08-20T21:54:35.0943866Z [00:03:17.803]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b796/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/z=>github.com/alecthomas/chroma@v0.10.0/lexers/z;$WORK/b796=>" -p github.com/alecthomas/chroma/lexers/z -lang=go1.13 -complete -installsuffix shared -buildid UqhwfCM2rWIil-4Ux6lL/UqhwfCM2rWIil-4Ux6lL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b796/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/z/zed.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/z/zig.go
2025-08-20T21:54:35.1508148Z [00:03:17.860]➜  go tool buildid -w $WORK/b796/_pkg_.a # internal
2025-08-20T21:54:35.1512831Z [00:03:17.861]➜  cp $WORK/b796/_pkg_.a /root/.cache/go-build/bc/bc462cb85f4f657ca6ef0f96f81e38819a9a168d4d95ab9ca33967928c809f98-d # internal
2025-08-20T21:54:35.1523223Z [00:03:17.862]➜  go tool buildid -w $WORK/b795/_pkg_.a # internal
2025-08-20T21:54:35.1531294Z [00:03:17.862]➜  cp $WORK/b795/_pkg_.a /root/.cache/go-build/65/65c4b0e604cd5b90bc824cd60e1bce4925c24c54b292a1fc68c28adc17784f2c-d # internal
2025-08-20T21:54:35.1599239Z [00:03:17.869]➜  github.com/gabriel-vasile/mimetype/internal/magic
2025-08-20T21:54:35.1600264Z [00:03:17.869]➜  mkdir -p $WORK/b801/
2025-08-20T21:54:35.1601411Z [00:03:17.869]➜  cat >/tmp/go-build3999932643/b801/importcfg << 'EOF' # internal
2025-08-20T21:54:35.1602134Z [00:03:17.869]➜  # import config
2025-08-20T21:54:35.1602558Z [00:03:17.869]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:35.1603308Z [00:03:17.869]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:35.1603745Z [00:03:17.869]➜  packagefile debug/macho=/tmp/go-build3999932643/b802/_pkg_.a
2025-08-20T21:54:35.1604227Z [00:03:17.869]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:35.1604709Z [00:03:17.869]➜  packagefile encoding/csv=/tmp/go-build3999932643/b621/_pkg_.a
2025-08-20T21:54:35.1605159Z [00:03:17.869]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:35.1605570Z [00:03:17.869]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:35.1606162Z [00:03:17.869]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/tmp/go-build3999932643/b800/_pkg_.a
2025-08-20T21:54:35.1606895Z [00:03:17.869]➜  packagefile github.com/gabriel-vasile/mimetype/internal/json=/tmp/go-build3999932643/b803/_pkg_.a
2025-08-20T21:54:35.1607724Z [00:03:17.869]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:35.1608216Z [00:03:17.869]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:35.1608639Z [00:03:17.869]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:35.1609048Z [00:03:17.869]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:35.1609362Z [00:03:17.869]➜  EOF
2025-08-20T21:54:35.1616462Z [00:03:17.870]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b801/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8/internal/magic=>github.com/gabriel-vasile/mimetype@v1.4.8/internal/magic;$WORK/b801=>" -p github.com/gabriel-vasile/mimetype/internal/magic -lang=go1.20 -complete -installsuffix shared -buildid skanCi6cZI64M-y47-0r/skanCi6cZI64M-y47-0r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b801/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8/internal/magic/archive.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8/internal/magic/audio.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8/internal/magic/binary.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8/internal/magic/database.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8/internal/magic/document.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8/internal/magic/font.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8/internal/magic/ftyp.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8/internal/magic/geo.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8/internal/magic/image.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8/internal/magic/magic.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8/internal/magic/ms_office.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8/internal/magic/ogg.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8/internal/magic/text.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8/internal/magic/text_csv.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8/internal/magic/video.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8/internal/magic/zip.go
2025-08-20T21:54:35.1724609Z [00:03:17.882]➜  github.com/alecthomas/chroma/styles
2025-08-20T21:54:35.1725082Z [00:03:17.882]➜  mkdir -p $WORK/b797/
2025-08-20T21:54:35.1742495Z [00:03:17.883]➜  cat >/tmp/go-build3999932643/b797/importcfg << 'EOF' # internal
2025-08-20T21:54:35.1743353Z [00:03:17.883]➜  # import config
2025-08-20T21:54:35.1743856Z [00:03:17.883]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:35.1744370Z [00:03:17.883]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:35.1744689Z [00:03:17.883]➜  EOF
2025-08-20T21:54:35.1759304Z [00:03:17.883]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b797/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles=>github.com/alecthomas/chroma@v0.10.0/styles;$WORK/b797=>" -p github.com/alecthomas/chroma/styles -lang=go1.13 -complete -installsuffix shared -buildid CoLQyWAgmryJG2l7zKSj/CoLQyWAgmryJG2l7zKSj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b797/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/abap.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/algol.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/algol_nu.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/api.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/arduino.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/autumn.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/base16-snazzy.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/borland.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/bw.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/colorful.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/doom-one.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/doom-one2.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/dracula.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/emacs.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/friendly.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/fruity.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/github.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/hr_dark.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/hr_high_contrast.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/igor.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/lovelace.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/manni.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/monokai.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/monokailight.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/murphy.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/native.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/nord.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/onesenterprise.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/paraiso-dark.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/paraiso-light.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/pastie.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/perldoc.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/pygments.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/rainbow_dash.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/rrt.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/solarized-dark.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/solarized-dark256.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/solarized-light.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/swapoff.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/tango.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/trac.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/vim.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/vs.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/vulcan.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/witchhazel.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/xcode-dark.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles/xcode.go
2025-08-20T21:54:35.2769975Z [00:03:17.986]➜  go tool buildid -w $WORK/b776/_pkg_.a # internal
2025-08-20T21:54:35.2882525Z [00:03:17.997]➜  cp $WORK/b776/_pkg_.a /root/.cache/go-build/ab/ab0a79317bf85387e337f8eddfbca3b6f3930596b9d134ac17d85f42286ec996-d # internal
2025-08-20T21:54:35.2922396Z [00:03:18.001]➜  github.com/alecthomas/chroma/lexers/circular
2025-08-20T21:54:35.2922840Z [00:03:18.001]➜  mkdir -p $WORK/b775/
2025-08-20T21:54:35.2935313Z [00:03:18.003]➜  cat >/tmp/go-build3999932643/b775/importcfg << 'EOF' # internal
2025-08-20T21:54:35.2947169Z [00:03:18.003]➜  # import config
2025-08-20T21:54:35.2947841Z [00:03:18.003]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:35.2948494Z [00:03:18.003]➜  packagefile github.com/alecthomas/chroma/lexers/h=/tmp/go-build3999932643/b776/_pkg_.a
2025-08-20T21:54:35.2949178Z [00:03:18.003]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:35.2949751Z [00:03:18.003]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:35.2950065Z [00:03:18.003]➜  EOF
2025-08-20T21:54:35.2961342Z [00:03:18.005]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b775/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/circular=>github.com/alecthomas/chroma@v0.10.0/lexers/circular;$WORK/b775=>" -p github.com/alecthomas/chroma/lexers/circular -lang=go1.13 -complete -installsuffix shared -buildid r5_hqyQEuUzOdoHXQMJR/r5_hqyQEuUzOdoHXQMJR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b775/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/circular/doc.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/circular/php.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/circular/phtml.go
2025-08-20T21:54:35.3132533Z [00:03:18.022]➜  go tool buildid -w $WORK/b797/_pkg_.a # internal
2025-08-20T21:54:35.3143790Z [00:03:18.024]➜  cp $WORK/b797/_pkg_.a /root/.cache/go-build/53/537bd297bc5bb6b8ce951b55647f77b4160c07d97ff327d530eafb5e48d1a333-d # internal
2025-08-20T21:54:35.3178531Z [00:03:18.027]➜  github.com/alecthomas/chroma/lexers/g
2025-08-20T21:54:35.3185013Z [00:03:18.027]➜  mkdir -p $WORK/b781/
2025-08-20T21:54:35.3185442Z [00:03:18.027]➜  cat >/tmp/go-build3999932643/b781/importcfg << 'EOF' # internal
2025-08-20T21:54:35.3185816Z [00:03:18.027]➜  # import config
2025-08-20T21:54:35.3186242Z [00:03:18.027]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:35.3186872Z [00:03:18.027]➜  packagefile github.com/alecthomas/chroma/lexers/h=/tmp/go-build3999932643/b776/_pkg_.a
2025-08-20T21:54:35.3188040Z [00:03:18.027]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:35.3189037Z [00:03:18.027]➜  packagefile github.com/alecthomas/chroma/lexers/p=/tmp/go-build3999932643/b774/_pkg_.a
2025-08-20T21:54:35.3189699Z [00:03:18.027]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:35.3190025Z [00:03:18.027]➜  EOF
2025-08-20T21:54:35.3194338Z [00:03:18.027]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b781/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/g=>github.com/alecthomas/chroma@v0.10.0/lexers/g;$WORK/b781=>" -p github.com/alecthomas/chroma/lexers/g -lang=go1.13 -complete -installsuffix shared -buildid _LnPJpusNh1lCxvqIZdR/_LnPJpusNh1lCxvqIZdR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b781/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/g/gas.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/g/gdscript.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/g/genshi.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/g/gherkin.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/g/glsl.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/g/gnuplot.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/g/go.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/g/graphql.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/g/groff.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/g/groovy.go
2025-08-20T21:54:35.3203482Z [00:03:18.030]➜  go tool buildid -w $WORK/b789/_pkg_.a # internal
2025-08-20T21:54:35.3324253Z [00:03:18.042]➜  cp $WORK/b789/_pkg_.a /root/.cache/go-build/64/6418a4dbc7ae62f82d7f68949064e9ed6fcf9f887247489c5687ae8becbee34b-d # internal
2025-08-20T21:54:35.3431061Z [00:03:18.052]➜  github.com/alecthomas/chroma/lexers/m
2025-08-20T21:54:35.3435649Z [00:03:18.052]➜  mkdir -p $WORK/b785/
2025-08-20T21:54:35.3436289Z [00:03:18.053]➜  cat >/tmp/go-build3999932643/b785/importcfg << 'EOF' # internal
2025-08-20T21:54:35.3436709Z [00:03:18.053]➜  # import config
2025-08-20T21:54:35.3437135Z [00:03:18.053]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:35.3437920Z [00:03:18.053]➜  packagefile github.com/alecthomas/chroma/lexers/b=/tmp/go-build3999932643/b772/_pkg_.a
2025-08-20T21:54:35.3438562Z [00:03:18.053]➜  packagefile github.com/alecthomas/chroma/lexers/h=/tmp/go-build3999932643/b776/_pkg_.a
2025-08-20T21:54:35.3439233Z [00:03:18.053]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:35.3439909Z [00:03:18.053]➜  packagefile github.com/alecthomas/chroma/lexers/p=/tmp/go-build3999932643/b774/_pkg_.a
2025-08-20T21:54:35.3440437Z [00:03:18.053]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:35.3440747Z [00:03:18.053]➜  EOF
2025-08-20T21:54:35.3448994Z [00:03:18.054]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b785/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/m=>github.com/alecthomas/chroma@v0.10.0/lexers/m;$WORK/b785=>" -p github.com/alecthomas/chroma/lexers/m -lang=go1.13 -complete -installsuffix shared -buildid VwEoARA_Pd_j3v4wJMDo/VwEoARA_Pd_j3v4wJMDo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b785/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/m/make.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/m/mako.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/m/markdown.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/m/mason.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/m/mathematica.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/m/matlab.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/m/mcfunction.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/m/meson.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/m/metal.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/m/minizinc.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/m/mlir.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/m/modula2.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/m/monkeyc.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/m/mwscript.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/m/myghty.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/m/mysql.go
2025-08-20T21:54:35.3597037Z [00:03:18.069]➜  go tool buildid -w $WORK/b775/_pkg_.a # internal
2025-08-20T21:54:35.3608485Z [00:03:18.070]➜  cp $WORK/b775/_pkg_.a /root/.cache/go-build/56/56ac92400243d99b8b5f0ad46c90b98f62ed69eb0007a2cc7d92925e75e717d2-d # internal
2025-08-20T21:54:35.3694343Z [00:03:18.079]➜  github.com/alecthomas/chroma/lexers/s
2025-08-20T21:54:35.3697736Z [00:03:18.079]➜  mkdir -p $WORK/b790/
2025-08-20T21:54:35.3700251Z [00:03:18.079]➜  cat >/tmp/go-build3999932643/b790/importcfg << 'EOF' # internal
2025-08-20T21:54:35.3701971Z [00:03:18.079]➜  # import config
2025-08-20T21:54:35.3714107Z [00:03:18.079]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:35.3714653Z [00:03:18.079]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:35.3715316Z [00:03:18.079]➜  packagefile github.com/alecthomas/chroma/lexers/circular=/tmp/go-build3999932643/b775/_pkg_.a
2025-08-20T21:54:35.3715998Z [00:03:18.079]➜  packagefile github.com/alecthomas/chroma/lexers/h=/tmp/go-build3999932643/b776/_pkg_.a
2025-08-20T21:54:35.3716669Z [00:03:18.079]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:35.3717340Z [00:03:18.079]➜  packagefile github.com/alecthomas/chroma/lexers/t=/tmp/go-build3999932643/b791/_pkg_.a
2025-08-20T21:54:35.3718239Z [00:03:18.079]➜  EOF
2025-08-20T21:54:35.3725362Z [00:03:18.080]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b790/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/s=>github.com/alecthomas/chroma@v0.10.0/lexers/s;$WORK/b790=>" -p github.com/alecthomas/chroma/lexers/s -lang=go1.13 -complete -installsuffix shared -buildid 4E8Vc-eDL1EknQrQnxs3/4E8Vc-eDL1EknQrQnxs3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b790/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/s/sas.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/s/sass.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/s/scala.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/s/scheme.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/s/scilab.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/s/scss.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/s/sieve.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/s/smalltalk.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/s/smarty.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/s/sml.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/s/snobol.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/s/solidity.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/s/sparql.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/s/sql.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/s/squid.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/s/stylus.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/s/svelte.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/s/swift.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/s/systemd.go /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/s/systemverilog.go
2025-08-20T21:54:35.3851747Z [00:03:18.094]➜  go tool buildid -w $WORK/b801/_pkg_.a # internal
2025-08-20T21:54:35.3880203Z [00:03:18.097]➜  cp $WORK/b801/_pkg_.a /root/.cache/go-build/36/36efcb5d9816ad7f78e07a79ba4f762afd3b6a2a212301bddb98706a7e345942-d # internal
2025-08-20T21:54:35.3916456Z [00:03:18.101]➜  github.com/gabriel-vasile/mimetype
2025-08-20T21:54:35.3918026Z [00:03:18.101]➜  mkdir -p $WORK/b799/
2025-08-20T21:54:35.3924705Z [00:03:18.101]➜  cat >/tmp/go-build3999932643/b799/importcfg << 'EOF' # internal
2025-08-20T21:54:35.3925200Z [00:03:18.102]➜  # import config
2025-08-20T21:54:35.3925727Z [00:03:18.102]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/tmp/go-build3999932643/b800/_pkg_.a
2025-08-20T21:54:35.3926478Z [00:03:18.102]➜  packagefile github.com/gabriel-vasile/mimetype/internal/magic=/tmp/go-build3999932643/b801/_pkg_.a
2025-08-20T21:54:35.3927032Z [00:03:18.102]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:35.3927886Z [00:03:18.102]➜  packagefile mime=/tmp/go-build3999932643/b214/_pkg_.a
2025-08-20T21:54:35.3928304Z [00:03:18.102]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:35.3928705Z [00:03:18.102]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:35.3929143Z [00:03:18.102]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:35.3929470Z [00:03:18.102]➜  EOF
2025-08-20T21:54:35.3931833Z [00:03:18.102]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b799/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8=>github.com/gabriel-vasile/mimetype@v1.4.8;$WORK/b799=>" -p github.com/gabriel-vasile/mimetype -lang=go1.20 -complete -installsuffix shared -buildid BVpYJCwLADh_4dKNH--_/BVpYJCwLADh_4dKNH--_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b799/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8/mime.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8/mimetype.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8/tree.go
2025-08-20T21:54:35.5390329Z [00:03:18.248]➜  go tool buildid -w $WORK/b781/_pkg_.a # internal
2025-08-20T21:54:35.5419045Z [00:03:18.251]➜  cp $WORK/b781/_pkg_.a /root/.cache/go-build/14/14d6b2ed30f29ab8b90c389233fdad04873086669e3247d6873f05e55a191139-d # internal
2025-08-20T21:54:35.5427823Z [00:03:18.252]➜  github.com/go-playground/locales
2025-08-20T21:54:35.5428174Z [00:03:18.252]➜  mkdir -p $WORK/b805/
2025-08-20T21:54:35.5439093Z [00:03:18.253]➜  cat >/tmp/go-build3999932643/b805/importcfg << 'EOF' # internal
2025-08-20T21:54:35.5441140Z [00:03:18.253]➜  # import config
2025-08-20T21:54:35.5441649Z [00:03:18.253]➜  packagefile github.com/go-playground/locales/currency=/tmp/go-build3999932643/b806/_pkg_.a
2025-08-20T21:54:35.5442198Z [00:03:18.253]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:35.5442620Z [00:03:18.253]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:35.5442939Z [00:03:18.253]➜  EOF
2025-08-20T21:54:35.5444997Z [00:03:18.253]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b805/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-playground/locales@v0.14.1=>github.com/go-playground/locales@v0.14.1;$WORK/b805=>" -p github.com/go-playground/locales -lang=go1.17 -complete -installsuffix shared -buildid lM9eccpVcvHAJ980ZpKk/lM9eccpVcvHAJ980ZpKk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b805/importcfg -pack /root/go/pkg/mod/github.com/go-playground/locales@v0.14.1/rules.go
2025-08-20T21:54:35.5661909Z [00:03:18.275]➜  go tool buildid -w $WORK/b805/_pkg_.a # internal
2025-08-20T21:54:35.5673075Z [00:03:18.277]➜  cp $WORK/b805/_pkg_.a /root/.cache/go-build/cc/ccaf20cc3a213b29e9cf3f2a9ca06042dd65fe38440b74542b71e4ee813b1416-d # internal
2025-08-20T21:54:35.5715607Z [00:03:18.281]➜  go tool buildid -w $WORK/b785/_pkg_.a # internal
2025-08-20T21:54:35.5720478Z [00:03:18.281]➜  github.com/go-playground/universal-translator
2025-08-20T21:54:35.5721216Z [00:03:18.281]➜  mkdir -p $WORK/b804/
2025-08-20T21:54:35.5729017Z [00:03:18.282]➜  cat >/tmp/go-build3999932643/b804/importcfg << 'EOF' # internal
2025-08-20T21:54:35.5748860Z [00:03:18.282]➜  # import config
2025-08-20T21:54:35.5749854Z [00:03:18.282]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:35.5750378Z [00:03:18.282]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:35.5750805Z [00:03:18.282]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:35.5751329Z [00:03:18.282]➜  packagefile github.com/go-playground/locales=/tmp/go-build3999932643/b805/_pkg_.a
2025-08-20T21:54:35.5751824Z [00:03:18.282]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:35.5752222Z [00:03:18.282]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:35.5752657Z [00:03:18.282]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:35.5753459Z [00:03:18.282]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:35.5753896Z [00:03:18.282]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:35.5754212Z [00:03:18.282]➜  EOF
2025-08-20T21:54:35.5757277Z [00:03:18.282]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b804/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-playground/universal-translator@v0.18.1=>github.com/go-playground/universal-translator@v0.18.1;$WORK/b804=>" -p github.com/go-playground/universal-translator -lang=go1.18 -complete -installsuffix shared -buildid 00glZ7z9Dn8MlQq-Z6m_/00glZ7z9Dn8MlQq-Z6m_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b804/importcfg -pack /root/go/pkg/mod/github.com/go-playground/universal-translator@v0.18.1/errors.go /root/go/pkg/mod/github.com/go-playground/universal-translator@v0.18.1/import_export.go /root/go/pkg/mod/github.com/go-playground/universal-translator@v0.18.1/translator.go /root/go/pkg/mod/github.com/go-playground/universal-translator@v0.18.1/universal_translator.go
2025-08-20T21:54:35.5784166Z [00:03:18.287]➜  cp $WORK/b785/_pkg_.a /root/.cache/go-build/4e/4eabce7af06e21882f5ea9f1e38272448a3df715048c96639ed85fcafdf4e043-d # internal
2025-08-20T21:54:35.5874639Z [00:03:18.296]➜  github.com/leodido/go-urn
2025-08-20T21:54:35.5875016Z [00:03:18.296]➜  mkdir -p $WORK/b807/
2025-08-20T21:54:35.5913739Z [00:03:18.298]➜  cat >/tmp/go-build3999932643/b807/importcfg << 'EOF' # internal
2025-08-20T21:54:35.5914271Z [00:03:18.298]➜  # import config
2025-08-20T21:54:35.5914656Z [00:03:18.298]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:35.5915105Z [00:03:18.298]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:35.5915632Z [00:03:18.298]➜  packagefile github.com/leodido/go-urn/scim/schema=/tmp/go-build3999932643/b808/_pkg_.a
2025-08-20T21:54:35.5916151Z [00:03:18.298]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:35.5916472Z [00:03:18.298]➜  EOF
2025-08-20T21:54:35.5919900Z [00:03:18.298]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b807/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/leodido/go-urn@v1.4.0=>github.com/leodido/go-urn@v1.4.0;$WORK/b807=>" -p github.com/leodido/go-urn -lang=go1.18 -complete -installsuffix shared -buildid ztRAPee3i4bAhs9fSrhF/ztRAPee3i4bAhs9fSrhF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b807/importcfg -pack /root/go/pkg/mod/github.com/leodido/go-urn@v1.4.0/kind.go /root/go/pkg/mod/github.com/leodido/go-urn@v1.4.0/machine.go /root/go/pkg/mod/github.com/leodido/go-urn@v1.4.0/options.go /root/go/pkg/mod/github.com/leodido/go-urn@v1.4.0/parsing_mode.go /root/go/pkg/mod/github.com/leodido/go-urn@v1.4.0/scim.go /root/go/pkg/mod/github.com/leodido/go-urn@v1.4.0/urn.go /root/go/pkg/mod/github.com/leodido/go-urn@v1.4.0/urn8141.go
2025-08-20T21:54:35.6418863Z [00:03:18.351]➜  go tool buildid -w $WORK/b799/_pkg_.a # internal
2025-08-20T21:54:35.6434631Z [00:03:18.353]➜  cp $WORK/b799/_pkg_.a /root/.cache/go-build/3e/3e56577f5d0fa4954910b8d8c1462a0c01bb21da0df3d4d397785b539f0cb77f-d # internal
2025-08-20T21:54:35.6451215Z [00:03:18.354]➜  net/mail
2025-08-20T21:54:35.6451571Z [00:03:18.354]➜  mkdir -p $WORK/b809/
2025-08-20T21:54:35.6461325Z [00:03:18.355]➜  cat >/tmp/go-build3999932643/b809/importcfg << 'EOF' # internal
2025-08-20T21:54:35.6461858Z [00:03:18.355]➜  # import config
2025-08-20T21:54:35.6462389Z [00:03:18.355]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:35.6464703Z [00:03:18.356]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:35.6465224Z [00:03:18.356]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:35.6465629Z [00:03:18.356]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:35.6466030Z [00:03:18.356]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:35.6466437Z [00:03:18.356]➜  packagefile mime=/tmp/go-build3999932643/b214/_pkg_.a
2025-08-20T21:54:35.6467144Z [00:03:18.356]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:35.6467831Z [00:03:18.356]➜  packagefile net/textproto=/tmp/go-build3999932643/b211/_pkg_.a
2025-08-20T21:54:35.6468305Z [00:03:18.356]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:35.6468723Z [00:03:18.356]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:35.6469135Z [00:03:18.356]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:35.6469575Z [00:03:18.356]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:35.6469900Z [00:03:18.356]➜  EOF
2025-08-20T21:54:35.6471294Z [00:03:18.356]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b809/_pkg_.a -trimpath "/root/.go/src/net/mail=>net/mail;$WORK/b809=>" -p net/mail -lang=go1.25 -std -complete -installsuffix shared -buildid 2wojUlPSbxCGfhxQDemX/2wojUlPSbxCGfhxQDemX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b809/importcfg -pack /root/.go/src/net/mail/message.go
2025-08-20T21:54:35.6905679Z [00:03:18.400]➜  go tool buildid -w $WORK/b804/_pkg_.a # internal
2025-08-20T21:54:35.6940355Z [00:03:18.403]➜  cp $WORK/b804/_pkg_.a /root/.cache/go-build/1b/1b53c58e8e59a35dc5e34b3ebb85d6cb07835fe4daf409ae333cdc4dfc3f13da-d # internal
2025-08-20T21:54:35.6943111Z [00:03:18.403]➜  github.com/go-sourcemap/sourcemap/internal/base64vlq
2025-08-20T21:54:35.6943494Z [00:03:18.404]➜  mkdir -p $WORK/b816/
2025-08-20T21:54:35.6949802Z [00:03:18.404]➜  cat >/tmp/go-build3999932643/b816/importcfg << 'EOF' # internal
2025-08-20T21:54:35.6950179Z [00:03:18.404]➜  # import config
2025-08-20T21:54:35.6950524Z [00:03:18.404]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:35.6950828Z [00:03:18.404]➜  EOF
2025-08-20T21:54:35.6956176Z [00:03:18.405]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b816/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-sourcemap/sourcemap@v2.1.4+incompatible/internal/base64vlq=>github.com/go-sourcemap/sourcemap@v2.1.4+incompatible/internal/base64vlq;$WORK/b816=>" -p github.com/go-sourcemap/sourcemap/internal/base64vlq -lang=go1.16 -complete -installsuffix shared -buildid BcfMoKbldanKh_JBUGwq/BcfMoKbldanKh_JBUGwq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b816/importcfg -pack /root/go/pkg/mod/github.com/go-sourcemap/sourcemap@v2.1.4+incompatible/internal/base64vlq/base64vlq.go
2025-08-20T21:54:35.7265972Z [00:03:18.436]➜  go tool buildid -w $WORK/b816/_pkg_.a # internal
2025-08-20T21:54:35.7293138Z [00:03:18.438]➜  cp $WORK/b816/_pkg_.a /root/.cache/go-build/17/17e5aa4beb214f78c629d0ad603648c4a68414b3d3f6d77e04fecd394b25de6e-d # internal
2025-08-20T21:54:35.7318883Z [00:03:18.438]➜  github.com/go-sourcemap/sourcemap
2025-08-20T21:54:35.7321181Z [00:03:18.438]➜  mkdir -p $WORK/b815/
2025-08-20T21:54:35.7321586Z [00:03:18.438]➜  cat >/tmp/go-build3999932643/b815/importcfg << 'EOF' # internal
2025-08-20T21:54:35.7321935Z [00:03:18.438]➜  # import config
2025-08-20T21:54:35.7322300Z [00:03:18.438]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:35.7322767Z [00:03:18.438]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:35.7323196Z [00:03:18.438]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:35.7323787Z [00:03:18.438]➜  packagefile github.com/go-sourcemap/sourcemap/internal/base64vlq=/tmp/go-build3999932643/b816/_pkg_.a
2025-08-20T21:54:35.7324356Z [00:03:18.438]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:35.7324771Z [00:03:18.438]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:35.7325196Z [00:03:18.438]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:35.7325606Z [00:03:18.438]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:35.7326021Z [00:03:18.438]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:35.7326335Z [00:03:18.438]➜  EOF
2025-08-20T21:54:35.7328825Z [00:03:18.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b815/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-sourcemap/sourcemap@v2.1.4+incompatible=>github.com/go-sourcemap/sourcemap@v2.1.4+incompatible;$WORK/b815=>" -p github.com/go-sourcemap/sourcemap -lang=go1.16 -complete -installsuffix shared -buildid nTlCYbI2fPjTdYpoRIBJ/nTlCYbI2fPjTdYpoRIBJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b815/importcfg -pack /root/go/pkg/mod/github.com/go-sourcemap/sourcemap@v2.1.4+incompatible/consumer.go /root/go/pkg/mod/github.com/go-sourcemap/sourcemap@v2.1.4+incompatible/mappings.go
2025-08-20T21:54:35.7562998Z [00:03:18.465]➜  go tool buildid -w $WORK/b809/_pkg_.a # internal
2025-08-20T21:54:35.7574330Z [00:03:18.467]➜  cp $WORK/b809/_pkg_.a /root/.cache/go-build/db/db73c8f47ba71d09f35bb2372b255bb2ac263a6e4764644d36217588d672cf23-d # internal
2025-08-20T21:54:35.7638446Z [00:03:18.473]➜  github.com/Mzack9999/goja/token
2025-08-20T21:54:35.7640824Z [00:03:18.473]➜  mkdir -p $WORK/b817/
2025-08-20T21:54:35.7641513Z [00:03:18.473]➜  cat >/tmp/go-build3999932643/b817/importcfg << 'EOF' # internal
2025-08-20T21:54:35.7644908Z [00:03:18.473]➜  # import config
2025-08-20T21:54:35.7645493Z [00:03:18.473]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:35.7645829Z [00:03:18.473]➜  EOF
2025-08-20T21:54:35.7648472Z [00:03:18.473]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b817/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/token=>github.com/Mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/token;$WORK/b817=>" -p github.com/Mzack9999/goja/token -lang=go1.20 -complete -installsuffix shared -buildid kycAZU7iVvBBzMokwD2W/kycAZU7iVvBBzMokwD2W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b817/importcfg -pack /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/token/token.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/token/token_const.go
2025-08-20T21:54:35.7698740Z [00:03:18.479]➜  go tool buildid -w $WORK/b815/_pkg_.a # internal
2025-08-20T21:54:35.7707152Z [00:03:18.480]➜  cp $WORK/b815/_pkg_.a /root/.cache/go-build/ea/ea4e6dc10fd6547f1d4955049a4bf4188eac0613f24d7c67818f67fcc911ff8d-d # internal
2025-08-20T21:54:35.7713034Z [00:03:18.480]➜  github.com/Mzack9999/goja/file
2025-08-20T21:54:35.7713395Z [00:03:18.481]➜  mkdir -p $WORK/b814/
2025-08-20T21:54:35.7719486Z [00:03:18.481]➜  cat >/tmp/go-build3999932643/b814/importcfg << 'EOF' # internal
2025-08-20T21:54:35.7720987Z [00:03:18.481]➜  # import config
2025-08-20T21:54:35.7722499Z [00:03:18.481]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:35.7723514Z [00:03:18.481]➜  packagefile github.com/go-sourcemap/sourcemap=/tmp/go-build3999932643/b815/_pkg_.a
2025-08-20T21:54:35.7724250Z [00:03:18.481]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:35.7725140Z [00:03:18.481]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:35.7726161Z [00:03:18.481]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:35.7726882Z [00:03:18.481]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:35.7727607Z [00:03:18.481]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:35.7728712Z [00:03:18.481]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:35.7729296Z [00:03:18.481]➜  EOF
2025-08-20T21:54:35.7731499Z [00:03:18.481]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b814/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/file=>github.com/Mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/file;$WORK/b814=>" -p github.com/Mzack9999/goja/file -lang=go1.20 -complete -installsuffix shared -buildid eFcED-K90re-n_EnYCIy/eFcED-K90re-n_EnYCIy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b814/importcfg -pack /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/file/file.go
2025-08-20T21:54:35.7883849Z [00:03:18.498]➜  go tool buildid -w $WORK/b817/_pkg_.a # internal
2025-08-20T21:54:35.7952747Z [00:03:18.505]➜  cp $WORK/b817/_pkg_.a /root/.cache/go-build/e1/e17a643edf4aa7807a4fcc845f960331f7ea31533abf26775eaf75861b95758c-d # internal
2025-08-20T21:54:35.7958411Z [00:03:18.505]➜  github.com/Mzack9999/goja/unistring
2025-08-20T21:54:35.7959379Z [00:03:18.505]➜  mkdir -p $WORK/b818/
2025-08-20T21:54:35.7962733Z [00:03:18.506]➜  cat >/tmp/go-build3999932643/b818/importcfg << 'EOF' # internal
2025-08-20T21:54:35.7964076Z [00:03:18.506]➜  # import config
2025-08-20T21:54:35.7965076Z [00:03:18.506]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:35.7966012Z [00:03:18.506]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:54:35.7968417Z [00:03:18.506]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:35.7968770Z [00:03:18.506]➜  EOF
2025-08-20T21:54:35.7971073Z [00:03:18.506]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b818/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/unistring=>github.com/Mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/unistring;$WORK/b818=>" -p github.com/Mzack9999/goja/unistring -lang=go1.20 -complete -installsuffix shared -buildid uij-eVixohGt0E_mZa3W/uij-eVixohGt0E_mZa3W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b818/importcfg -pack /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/unistring/string.go
2025-08-20T21:54:35.7973306Z [00:03:18.506]➜  go tool buildid -w $WORK/b814/_pkg_.a # internal
2025-08-20T21:54:35.7977440Z [00:03:18.507]➜  cp $WORK/b814/_pkg_.a /root/.cache/go-build/a2/a21030e02b64cd49472ab9877f56952af5f8b3ee0f9ddcabfe676bbf2e37bfa7-d # internal
2025-08-20T21:54:35.8012960Z [00:03:18.510]➜  github.com/Mzack9999/goja/ftoa/internal/fast
2025-08-20T21:54:35.8014675Z [00:03:18.510]➜  mkdir -p $WORK/b820/
2025-08-20T21:54:35.8024032Z [00:03:18.512]➜  cat >/tmp/go-build3999932643/b820/importcfg << 'EOF' # internal
2025-08-20T21:54:35.8024788Z [00:03:18.512]➜  # import config
2025-08-20T21:54:35.8025347Z [00:03:18.512]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:35.8026904Z [00:03:18.512]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:35.8027330Z [00:03:18.512]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:35.8028134Z [00:03:18.512]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:35.8028517Z [00:03:18.512]➜  EOF
2025-08-20T21:54:35.8032284Z [00:03:18.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b820/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/ftoa/internal/fast=>github.com/Mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/ftoa/internal/fast;$WORK/b820=>" -p github.com/Mzack9999/goja/ftoa/internal/fast -lang=go1.20 -complete -installsuffix shared -buildid jl5UBWfG6gyCPqHwlPMX/jl5UBWfG6gyCPqHwlPMX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b820/importcfg -pack /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/ftoa/internal/fast/cachedpower.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/ftoa/internal/fast/common.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/ftoa/internal/fast/diyfp.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/ftoa/internal/fast/dtoa.go
2025-08-20T21:54:35.8218729Z [00:03:18.531]➜  go tool buildid -w $WORK/b818/_pkg_.a # internal
2025-08-20T21:54:35.8222165Z [00:03:18.531]➜  cp $WORK/b818/_pkg_.a /root/.cache/go-build/51/5153adbf1e0b4e6b19c0e2e917b0795f988027f97ef21cd40660f3f51ca5a408-d # internal
2025-08-20T21:54:35.8242956Z [00:03:18.533]➜  github.com/Mzack9999/goja/ast
2025-08-20T21:54:35.8245975Z [00:03:18.533]➜  mkdir -p $WORK/b813/
2025-08-20T21:54:35.8246375Z [00:03:18.534]➜  cat >/tmp/go-build3999932643/b813/importcfg << 'EOF' # internal
2025-08-20T21:54:35.8247035Z [00:03:18.534]➜  # import config
2025-08-20T21:54:35.8247576Z [00:03:18.534]➜  packagefile github.com/Mzack9999/goja/file=/tmp/go-build3999932643/b814/_pkg_.a
2025-08-20T21:54:35.8248329Z [00:03:18.534]➜  packagefile github.com/Mzack9999/goja/token=/tmp/go-build3999932643/b817/_pkg_.a
2025-08-20T21:54:35.8248944Z [00:03:18.534]➜  packagefile github.com/Mzack9999/goja/unistring=/tmp/go-build3999932643/b818/_pkg_.a
2025-08-20T21:54:35.8249347Z [00:03:18.534]➜  EOF
2025-08-20T21:54:35.8252135Z [00:03:18.534]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b813/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/ast=>github.com/Mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/ast;$WORK/b813=>" -p github.com/Mzack9999/goja/ast -lang=go1.20 -complete -installsuffix shared -buildid YmFt1OWfzzWGfl83zPsB/YmFt1OWfzzWGfl83zPsB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b813/importcfg -pack /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/ast/node.go
2025-08-20T21:54:35.8504803Z [00:03:18.560]➜  go tool buildid -w $WORK/b820/_pkg_.a # internal
2025-08-20T21:54:35.8511139Z [00:03:18.560]➜  cp $WORK/b820/_pkg_.a /root/.cache/go-build/2e/2efdcb959f796f018ed794db215fc9cd8a4038f3760a57d83f61107154622f42-d # internal
2025-08-20T21:54:35.8529001Z [00:03:18.562]➜  github.com/Mzack9999/goja/ftoa
2025-08-20T21:54:35.8529732Z [00:03:18.562]➜  mkdir -p $WORK/b819/
2025-08-20T21:54:35.8540190Z [00:03:18.563]➜  cat >/tmp/go-build3999932643/b819/importcfg << 'EOF' # internal
2025-08-20T21:54:35.8540839Z [00:03:18.563]➜  # import config
2025-08-20T21:54:35.8542172Z [00:03:18.563]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:35.8542759Z [00:03:18.563]➜  packagefile github.com/Mzack9999/goja/ftoa/internal/fast=/tmp/go-build3999932643/b820/_pkg_.a
2025-08-20T21:54:35.8543306Z [00:03:18.563]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:35.8543739Z [00:03:18.563]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:35.8544174Z [00:03:18.563]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:35.8544614Z [00:03:18.563]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:35.8544932Z [00:03:18.563]➜  EOF
2025-08-20T21:54:35.8548537Z [00:03:18.563]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b819/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/ftoa=>github.com/Mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/ftoa;$WORK/b819=>" -p github.com/Mzack9999/goja/ftoa -lang=go1.20 -complete -installsuffix shared -buildid JR2LSKo6yqHsxhEb3mqw/JR2LSKo6yqHsxhEb3mqw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b819/importcfg -pack /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/ftoa/common.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/ftoa/ftoa.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/ftoa/ftobasestr.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/ftoa/ftostr.go
2025-08-20T21:54:35.8809611Z [00:03:18.590]➜  go tool buildid -w $WORK/b807/_pkg_.a # internal
2025-08-20T21:54:35.8819863Z [00:03:18.591]➜  cp $WORK/b807/_pkg_.a /root/.cache/go-build/5e/5e6ea4447b503d342fcac63b3bac88ac56473a72266b0357e881c715f98c3273-d # internal
2025-08-20T21:54:35.8981452Z [00:03:18.607]➜  github.com/go-playground/validator/v10
2025-08-20T21:54:35.8981813Z [00:03:18.607]➜  mkdir -p $WORK/b798/
2025-08-20T21:54:35.8982780Z [00:03:18.607]➜  cat >/tmp/go-build3999932643/b798/importcfg << 'EOF' # internal
2025-08-20T21:54:35.8983553Z [00:03:18.607]➜  # import config
2025-08-20T21:54:35.8984042Z [00:03:18.607]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:35.8984569Z [00:03:18.607]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:35.8985513Z [00:03:18.607]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:35.8987278Z [00:03:18.607]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:35.8988441Z [00:03:18.607]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:35.8989694Z [00:03:18.607]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:35.8990477Z [00:03:18.607]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:35.8991452Z [00:03:18.607]➜  packagefile github.com/gabriel-vasile/mimetype=/tmp/go-build3999932643/b799/_pkg_.a
2025-08-20T21:54:35.8992364Z [00:03:18.607]➜  packagefile github.com/go-playground/universal-translator=/tmp/go-build3999932643/b804/_pkg_.a
2025-08-20T21:54:35.8993204Z [00:03:18.607]➜  packagefile github.com/leodido/go-urn=/tmp/go-build3999932643/b807/_pkg_.a
2025-08-20T21:54:35.8994134Z [00:03:18.607]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build3999932643/b408/_pkg_.a
2025-08-20T21:54:35.8994986Z [00:03:18.607]➜  packagefile golang.org/x/text/language=/tmp/go-build3999932643/b527/_pkg_.a
2025-08-20T21:54:35.8995854Z [00:03:18.607]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:35.8996719Z [00:03:18.607]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:35.9028305Z [00:03:18.607]➜  packagefile net/mail=/tmp/go-build3999932643/b809/_pkg_.a
2025-08-20T21:54:35.9029461Z [00:03:18.607]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:35.9030133Z [00:03:18.607]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:35.9030839Z [00:03:18.607]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:35.9031622Z [00:03:18.607]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:35.9032389Z [00:03:18.607]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:35.9033279Z [00:03:18.607]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:35.9033960Z [00:03:18.607]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:35.9034639Z [00:03:18.607]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:35.9035518Z [00:03:18.607]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:35.9036239Z [00:03:18.607]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:35.9037707Z [00:03:18.607]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:35.9038409Z [00:03:18.607]➜  EOF
2025-08-20T21:54:35.9045108Z [00:03:18.608]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b798/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-playground/validator/v10@v10.26.0=>github.com/go-playground/validator/v10@v10.26.0;$WORK/b798=>" -p github.com/go-playground/validator/v10 -lang=go1.20 -complete -installsuffix shared -buildid p_Gjb90E3r0lMb4pPu9f/p_Gjb90E3r0lMb4pPu9f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b798/importcfg -pack /root/go/pkg/mod/github.com/go-playground/validator/v10@v10.26.0/baked_in.go /root/go/pkg/mod/github.com/go-playground/validator/v10@v10.26.0/cache.go /root/go/pkg/mod/github.com/go-playground/validator/v10@v10.26.0/country_codes.go /root/go/pkg/mod/github.com/go-playground/validator/v10@v10.26.0/currency_codes.go /root/go/pkg/mod/github.com/go-playground/validator/v10@v10.26.0/doc.go /root/go/pkg/mod/github.com/go-playground/validator/v10@v10.26.0/errors.go /root/go/pkg/mod/github.com/go-playground/validator/v10@v10.26.0/field_level.go /root/go/pkg/mod/github.com/go-playground/validator/v10@v10.26.0/options.go /root/go/pkg/mod/github.com/go-playground/validator/v10@v10.26.0/postcode_regexes.go /root/go/pkg/mod/github.com/go-playground/validator/v10@v10.26.0/regexes.go /root/go/pkg/mod/github.com/go-playground/validator/v10@v10.26.0/struct_level.go /root/go/pkg/mod/github.com/go-playground/validator/v10@v10.26.0/translations.go /root/go/pkg/mod/github.com/go-playground/validator/v10@v10.26.0/util.go /root/go/pkg/mod/github.com/go-playground/validator/v10@v10.26.0/validator.go /root/go/pkg/mod/github.com/go-playground/validator/v10@v10.26.0/validator_instance.go
2025-08-20T21:54:35.9209901Z [00:03:18.630]➜  go tool buildid -w $WORK/b813/_pkg_.a # internal
2025-08-20T21:54:35.9232556Z [00:03:18.632]➜  cp $WORK/b813/_pkg_.a /root/.cache/go-build/ca/ca685c0b624f1ea24fe5f503152664cba73c2d322880005f0f30f11872551ff0-d # internal
2025-08-20T21:54:35.9255456Z [00:03:18.634]➜  golang.org/x/text/unicode/rangetable
2025-08-20T21:54:35.9255816Z [00:03:18.634]➜  mkdir -p $WORK/b822/
2025-08-20T21:54:35.9257168Z [00:03:18.635]➜  cat >/tmp/go-build3999932643/b822/importcfg << 'EOF' # internal
2025-08-20T21:54:35.9258374Z [00:03:18.635]➜  # import config
2025-08-20T21:54:35.9259297Z [00:03:18.635]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:35.9259802Z [00:03:18.635]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:35.9260129Z [00:03:18.635]➜  EOF
2025-08-20T21:54:35.9262643Z [00:03:18.635]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b822/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/rangetable=>golang.org/x/text@v0.26.0/unicode/rangetable;$WORK/b822=>" -p golang.org/x/text/unicode/rangetable -lang=go1.23 -complete -installsuffix shared -buildid VirIArSGv_bex4gxRBcN/VirIArSGv_bex4gxRBcN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b822/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/rangetable/merge.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/rangetable/rangetable.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/rangetable/tables15.0.0.go
2025-08-20T21:54:35.9317901Z [00:03:18.641]➜  go tool buildid -w $WORK/b819/_pkg_.a # internal
2025-08-20T21:54:35.9323529Z [00:03:18.642]➜  cp $WORK/b819/_pkg_.a /root/.cache/go-build/8b/8bddf5bb20f4b876d1084111557a591bdfed1ca1bd1ed9bad07372d5852567a3-d # internal
2025-08-20T21:54:35.9325453Z [00:03:18.642]➜  github.com/google/pprof/profile
2025-08-20T21:54:35.9326447Z [00:03:18.642]➜  mkdir -p $WORK/b823/
2025-08-20T21:54:35.9329955Z [00:03:18.642]➜  cat >/tmp/go-build3999932643/b823/importcfg << 'EOF' # internal
2025-08-20T21:54:35.9331751Z [00:03:18.642]➜  # import config
2025-08-20T21:54:35.9332131Z [00:03:18.642]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:35.9339101Z [00:03:18.642]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:35.9339910Z [00:03:18.642]➜  packagefile compress/gzip=/tmp/go-build3999932643/b203/_pkg_.a
2025-08-20T21:54:35.9340498Z [00:03:18.642]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:35.9341120Z [00:03:18.642]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:35.9341615Z [00:03:18.642]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:35.9342017Z [00:03:18.642]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:35.9342420Z [00:03:18.642]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:35.9342869Z [00:03:18.642]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:35.9343317Z [00:03:18.642]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:35.9343730Z [00:03:18.642]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:35.9344143Z [00:03:18.642]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:35.9344568Z [00:03:18.642]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:35.9344983Z [00:03:18.642]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:35.9345393Z [00:03:18.642]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:35.9345699Z [00:03:18.642]➜  EOF
2025-08-20T21:54:35.9351211Z [00:03:18.642]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b823/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/pprof@v0.0.0-20240727154555-813a5fbdbec8/profile=>github.com/google/pprof@v0.0.0-20240727154555-813a5fbdbec8/profile;$WORK/b823=>" -p github.com/google/pprof/profile -lang=go1.19 -complete -installsuffix shared -buildid HnDsicxTKDmB_MJj6_K0/HnDsicxTKDmB_MJj6_K0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b823/importcfg -pack /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20240727154555-813a5fbdbec8/profile/encode.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20240727154555-813a5fbdbec8/profile/filter.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20240727154555-813a5fbdbec8/profile/index.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20240727154555-813a5fbdbec8/profile/legacy_java_profile.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20240727154555-813a5fbdbec8/profile/legacy_profile.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20240727154555-813a5fbdbec8/profile/merge.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20240727154555-813a5fbdbec8/profile/profile.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20240727154555-813a5fbdbec8/profile/proto.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20240727154555-813a5fbdbec8/profile/prune.go
2025-08-20T21:54:35.9356049Z [00:03:18.643]➜  go tool buildid -w $WORK/b790/_pkg_.a # internal
2025-08-20T21:54:35.9433626Z [00:03:18.652]➜  cp $WORK/b790/_pkg_.a /root/.cache/go-build/c0/c08e93a0046dede1132cf41014046e4d53b4cc2a040c946fbd6dd6fa21312e0f-d # internal
2025-08-20T21:54:35.9434253Z [00:03:18.653]➜  github.com/alecthomas/chroma/lexers
2025-08-20T21:54:35.9434578Z [00:03:18.653]➜  mkdir -p $WORK/b769/
2025-08-20T21:54:35.9441024Z [00:03:18.653]➜  cat >/tmp/go-build3999932643/b769/importcfg << 'EOF' # internal
2025-08-20T21:54:35.9441473Z [00:03:18.653]➜  # import config
2025-08-20T21:54:35.9441916Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:35.9442539Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/a=/tmp/go-build3999932643/b770/_pkg_.a
2025-08-20T21:54:35.9443184Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/b=/tmp/go-build3999932643/b772/_pkg_.a
2025-08-20T21:54:35.9443827Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/c=/tmp/go-build3999932643/b773/_pkg_.a
2025-08-20T21:54:35.9444513Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/circular=/tmp/go-build3999932643/b775/_pkg_.a
2025-08-20T21:54:35.9445475Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/d=/tmp/go-build3999932643/b778/_pkg_.a
2025-08-20T21:54:35.9446193Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/e=/tmp/go-build3999932643/b779/_pkg_.a
2025-08-20T21:54:35.9446934Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/f=/tmp/go-build3999932643/b780/_pkg_.a
2025-08-20T21:54:35.9447835Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/g=/tmp/go-build3999932643/b781/_pkg_.a
2025-08-20T21:54:35.9448490Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/h=/tmp/go-build3999932643/b776/_pkg_.a
2025-08-20T21:54:35.9449131Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/i=/tmp/go-build3999932643/b782/_pkg_.a
2025-08-20T21:54:35.9449803Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:54:35.9450465Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/j=/tmp/go-build3999932643/b777/_pkg_.a
2025-08-20T21:54:35.9451098Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/k=/tmp/go-build3999932643/b783/_pkg_.a
2025-08-20T21:54:35.9451730Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/l=/tmp/go-build3999932643/b784/_pkg_.a
2025-08-20T21:54:35.9452363Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/m=/tmp/go-build3999932643/b785/_pkg_.a
2025-08-20T21:54:35.9452994Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/n=/tmp/go-build3999932643/b786/_pkg_.a
2025-08-20T21:54:35.9453622Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/o=/tmp/go-build3999932643/b787/_pkg_.a
2025-08-20T21:54:35.9454531Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/p=/tmp/go-build3999932643/b774/_pkg_.a
2025-08-20T21:54:35.9455365Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/q=/tmp/go-build3999932643/b788/_pkg_.a
2025-08-20T21:54:35.9456004Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/r=/tmp/go-build3999932643/b789/_pkg_.a
2025-08-20T21:54:35.9456640Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/s=/tmp/go-build3999932643/b790/_pkg_.a
2025-08-20T21:54:35.9457280Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/t=/tmp/go-build3999932643/b791/_pkg_.a
2025-08-20T21:54:35.9460152Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/v=/tmp/go-build3999932643/b792/_pkg_.a
2025-08-20T21:54:35.9460809Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/w=/tmp/go-build3999932643/b793/_pkg_.a
2025-08-20T21:54:35.9461442Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/x=/tmp/go-build3999932643/b794/_pkg_.a
2025-08-20T21:54:35.9462086Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/y=/tmp/go-build3999932643/b795/_pkg_.a
2025-08-20T21:54:35.9462723Z [00:03:18.653]➜  packagefile github.com/alecthomas/chroma/lexers/z=/tmp/go-build3999932643/b796/_pkg_.a
2025-08-20T21:54:35.9463133Z [00:03:18.653]➜  EOF
2025-08-20T21:54:35.9465080Z [00:03:18.654]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b769/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers=>github.com/alecthomas/chroma@v0.10.0/lexers;$WORK/b769=>" -p github.com/alecthomas/chroma/lexers -lang=go1.13 -complete -installsuffix shared -buildid VbPGk9EwPER71wvj4OxD/VbPGk9EwPER71wvj4OxD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b769/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/lexers.go
2025-08-20T21:54:35.9610035Z [00:03:18.670]➜  go tool buildid -w $WORK/b769/_pkg_.a # internal
2025-08-20T21:54:35.9610824Z [00:03:18.670]➜  cp $WORK/b769/_pkg_.a /root/.cache/go-build/6b/6b1feffaccb9562a767ebe2e8f0fe04c111b24560e02d74d57f2a7cab41a9f3c-d # internal
2025-08-20T21:54:35.9620600Z [00:03:18.671]➜  github.com/alecthomas/chroma/quick
2025-08-20T21:54:35.9620965Z [00:03:18.671]➜  mkdir -p $WORK/b764/
2025-08-20T21:54:35.9621344Z [00:03:18.671]➜  cat >/tmp/go-build3999932643/b764/importcfg << 'EOF' # internal
2025-08-20T21:54:35.9621943Z [00:03:18.671]➜  # import config
2025-08-20T21:54:35.9622438Z [00:03:18.671]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:54:35.9623181Z [00:03:18.671]➜  packagefile github.com/alecthomas/chroma/formatters=/tmp/go-build3999932643/b766/_pkg_.a
2025-08-20T21:54:35.9623882Z [00:03:18.671]➜  packagefile github.com/alecthomas/chroma/lexers=/tmp/go-build3999932643/b769/_pkg_.a
2025-08-20T21:54:35.9624503Z [00:03:18.671]➜  packagefile github.com/alecthomas/chroma/styles=/tmp/go-build3999932643/b797/_pkg_.a
2025-08-20T21:54:35.9625006Z [00:03:18.671]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:35.9625316Z [00:03:18.671]➜  EOF
2025-08-20T21:54:35.9627202Z [00:03:18.671]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b764/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/quick=>github.com/alecthomas/chroma@v0.10.0/quick;$WORK/b764=>" -p github.com/alecthomas/chroma/quick -lang=go1.13 -complete -installsuffix shared -buildid qP3YjMhhAllbmbbb1GEL/qP3YjMhhAllbmbbb1GEL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b764/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/quick/quick.go
2025-08-20T21:54:35.9766684Z [00:03:18.686]➜  go tool buildid -w $WORK/b764/_pkg_.a # internal
2025-08-20T21:54:35.9767572Z [00:03:18.686]➜  cp $WORK/b764/_pkg_.a /root/.cache/go-build/86/8628ed075539a5a320433f19d7182c5654172a1bf3fe12bd7b105bfd46fed313-d # internal
2025-08-20T21:54:35.9805332Z [00:03:18.689]➜  golang.org/x/text/internal/colltab
2025-08-20T21:54:35.9805693Z [00:03:18.689]➜  mkdir -p $WORK/b825/
2025-08-20T21:54:35.9806376Z [00:03:18.690]➜  cat >/tmp/go-build3999932643/b825/importcfg << 'EOF' # internal
2025-08-20T21:54:35.9806904Z [00:03:18.690]➜  # import config
2025-08-20T21:54:35.9807240Z [00:03:18.690]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:35.9807969Z [00:03:18.690]➜  packagefile golang.org/x/text/language=/tmp/go-build3999932643/b527/_pkg_.a
2025-08-20T21:54:35.9808566Z [00:03:18.690]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3999932643/b459/_pkg_.a
2025-08-20T21:54:35.9809059Z [00:03:18.690]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:35.9809487Z [00:03:18.690]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:35.9809928Z [00:03:18.690]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:35.9810261Z [00:03:18.690]➜  EOF
2025-08-20T21:54:35.9813998Z [00:03:18.690]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b825/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/colltab=>golang.org/x/text@v0.26.0/internal/colltab;$WORK/b825=>" -p golang.org/x/text/internal/colltab -lang=go1.23 -complete -installsuffix shared -buildid iRVGMnzz887pi6pObBKZ/iRVGMnzz887pi6pObBKZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b825/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/colltab/collelem.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/colltab/colltab.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/colltab/contract.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/colltab/iter.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/colltab/numeric.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/colltab/table.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/colltab/trie.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/colltab/weighter.go
2025-08-20T21:54:36.0175278Z [00:03:18.727]➜  go tool buildid -w $WORK/b822/_pkg_.a # internal
2025-08-20T21:54:36.0215419Z [00:03:18.731]➜  cp $WORK/b822/_pkg_.a /root/.cache/go-build/bb/bb42505acaf7e4d169131f1f101705ac7bc9ad05023f2f1008c928e09b3440ac-d # internal
2025-08-20T21:54:36.0292138Z [00:03:18.738]➜  github.com/Mzack9999/goja/parser
2025-08-20T21:54:36.0292509Z [00:03:18.738]➜  mkdir -p $WORK/b821/
2025-08-20T21:54:36.0302426Z [00:03:18.739]➜  cat >/tmp/go-build3999932643/b821/importcfg << 'EOF' # internal
2025-08-20T21:54:36.0303942Z [00:03:18.739]➜  # import config
2025-08-20T21:54:36.0304400Z [00:03:18.739]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:36.0304866Z [00:03:18.739]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:36.0305465Z [00:03:18.739]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:36.0305947Z [00:03:18.739]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:36.0306447Z [00:03:18.739]➜  packagefile github.com/Mzack9999/goja/ast=/tmp/go-build3999932643/b813/_pkg_.a
2025-08-20T21:54:36.0307040Z [00:03:18.739]➜  packagefile github.com/Mzack9999/goja/file=/tmp/go-build3999932643/b814/_pkg_.a
2025-08-20T21:54:36.0307899Z [00:03:18.739]➜  packagefile github.com/Mzack9999/goja/token=/tmp/go-build3999932643/b817/_pkg_.a
2025-08-20T21:54:36.0308517Z [00:03:18.739]➜  packagefile github.com/Mzack9999/goja/unistring=/tmp/go-build3999932643/b818/_pkg_.a
2025-08-20T21:54:36.0309135Z [00:03:18.739]➜  packagefile github.com/go-sourcemap/sourcemap=/tmp/go-build3999932643/b815/_pkg_.a
2025-08-20T21:54:36.0309760Z [00:03:18.739]➜  packagefile golang.org/x/text/unicode/rangetable=/tmp/go-build3999932643/b822/_pkg_.a
2025-08-20T21:54:36.0310273Z [00:03:18.739]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:36.0310686Z [00:03:18.739]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:36.0311096Z [00:03:18.739]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:36.0311496Z [00:03:18.739]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:36.0312138Z [00:03:18.739]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:36.0312684Z [00:03:18.739]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:36.0313111Z [00:03:18.739]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:36.0313557Z [00:03:18.739]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:54:36.0314023Z [00:03:18.739]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:36.0314353Z [00:03:18.739]➜  EOF
2025-08-20T21:54:36.0318776Z [00:03:18.739]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b821/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/parser=>github.com/Mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/parser;$WORK/b821=>" -p github.com/Mzack9999/goja/parser -lang=go1.20 -complete -installsuffix shared -buildid 5vkzOvXwcWrL_DZsuwfJ/5vkzOvXwcWrL_DZsuwfJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b821/importcfg -pack /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/parser/error.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/parser/expression.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/parser/lexer.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/parser/parser.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/parser/regexp.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/parser/scope.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/parser/statement.go
2025-08-20T21:54:36.0735602Z [00:03:18.783]➜  go tool buildid -w $WORK/b825/_pkg_.a # internal
2025-08-20T21:54:36.0761072Z [00:03:18.785]➜  cp $WORK/b825/_pkg_.a /root/.cache/go-build/85/850e2774126d815aa1af793441cfe850dc7b1b42cce82768fc84350d7ed76c95-d # internal
2025-08-20T21:54:36.1025979Z [00:03:18.812]➜  golang.org/x/text/collate
2025-08-20T21:54:36.1026351Z [00:03:18.812]➜  mkdir -p $WORK/b824/
2025-08-20T21:54:36.1033373Z [00:03:18.813]➜  cat >/tmp/go-build3999932643/b824/importcfg << 'EOF' # internal
2025-08-20T21:54:36.1034849Z [00:03:18.813]➜  # import config
2025-08-20T21:54:36.1036623Z [00:03:18.813]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:36.1038791Z [00:03:18.813]➜  packagefile golang.org/x/text/internal/colltab=/tmp/go-build3999932643/b825/_pkg_.a
2025-08-20T21:54:36.1040351Z [00:03:18.813]➜  packagefile golang.org/x/text/language=/tmp/go-build3999932643/b527/_pkg_.a
2025-08-20T21:54:36.1042190Z [00:03:18.813]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3999932643/b459/_pkg_.a
2025-08-20T21:54:36.1043718Z [00:03:18.813]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:36.1045259Z [00:03:18.813]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:36.1045575Z [00:03:18.813]➜  EOF
2025-08-20T21:54:36.1048583Z [00:03:18.813]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b824/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/collate=>golang.org/x/text@v0.26.0/collate;$WORK/b824=>" -p golang.org/x/text/collate -lang=go1.23 -complete -installsuffix shared -buildid NcGkZDR5BWN1USlPgoIC/NcGkZDR5BWN1USlPgoIC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b824/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/collate/collate.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/collate/index.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/collate/option.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/collate/sort.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/collate/tables.go
2025-08-20T21:54:36.2172172Z [00:03:18.926]➜  go tool buildid -w $WORK/b823/_pkg_.a # internal
2025-08-20T21:54:36.2215457Z [00:03:18.931]➜  cp $WORK/b823/_pkg_.a /root/.cache/go-build/7b/7ba1d16da681867fe8235dd857d896b905c7a2f80286853e52b55e86319903f0-d # internal
2025-08-20T21:54:36.2219605Z [00:03:18.931]➜  hash/maphash
2025-08-20T21:54:36.2219883Z [00:03:18.931]➜  mkdir -p $WORK/b826/
2025-08-20T21:54:36.2230872Z [00:03:18.932]➜  cat >/tmp/go-build3999932643/b826/importcfg << 'EOF' # internal
2025-08-20T21:54:36.2231919Z [00:03:18.932]➜  # import config
2025-08-20T21:54:36.2232813Z [00:03:18.932]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:36.2233357Z [00:03:18.932]➜  packagefile internal/abi=/tmp/go-build3999932643/b006/_pkg_.a
2025-08-20T21:54:36.2233844Z [00:03:18.932]➜  packagefile internal/goarch=/tmp/go-build3999932643/b007/_pkg_.a
2025-08-20T21:54:36.2234369Z [00:03:18.932]➜  packagefile internal/goexperiment=/tmp/go-build3999932643/b017/_pkg_.a
2025-08-20T21:54:36.2234734Z [00:03:18.932]➜  EOF
2025-08-20T21:54:36.2236370Z [00:03:18.932]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b826/_pkg_.a -trimpath "/root/.go/src/hash/maphash=>hash/maphash;$WORK/b826=>" -p hash/maphash -lang=go1.25 -std -complete -installsuffix shared -buildid eNGnSh8Gn7XkHAGK4gTa/eNGnSh8Gn7XkHAGK4gTa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b826/importcfg -pack /root/.go/src/hash/maphash/maphash.go /root/.go/src/hash/maphash/maphash_runtime.go
2025-08-20T21:54:36.2467511Z [00:03:18.956]➜  go tool buildid -w $WORK/b826/_pkg_.a # internal
2025-08-20T21:54:36.2472325Z [00:03:18.957]➜  cp $WORK/b826/_pkg_.a /root/.cache/go-build/71/71eb7aeab5786cfc7a782bcb8b65561caf135fe724c7c77af3e38c364ee42efb-d # internal
2025-08-20T21:54:36.2472935Z [00:03:18.957]➜  internal/sysinfo
2025-08-20T21:54:36.2473194Z [00:03:18.957]➜  mkdir -p $WORK/b832/
2025-08-20T21:54:36.2476450Z [00:03:18.957]➜  cat >/tmp/go-build3999932643/b832/importcfg << 'EOF' # internal
2025-08-20T21:54:36.2476872Z [00:03:18.957]➜  # import config
2025-08-20T21:54:36.2477209Z [00:03:18.957]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:36.2477841Z [00:03:18.957]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:36.2478294Z [00:03:18.957]➜  packagefile internal/cpu=/tmp/go-build3999932643/b012/_pkg_.a
2025-08-20T21:54:36.2478762Z [00:03:18.957]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:36.2479169Z [00:03:18.957]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:36.2479575Z [00:03:18.957]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:36.2479991Z [00:03:18.957]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:36.2480484Z [00:03:18.957]➜  EOF
2025-08-20T21:54:36.2482264Z [00:03:18.957]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b832/_pkg_.a -trimpath "/root/.go/src/internal/sysinfo=>internal/sysinfo;$WORK/b832=>" -p internal/sysinfo -lang=go1.25 -std -complete -installsuffix shared -buildid ZcoUpv8G6BmM7b04fWaG/ZcoUpv8G6BmM7b04fWaG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b832/importcfg -pack /root/.go/src/internal/sysinfo/cpuinfo_linux.go /root/.go/src/internal/sysinfo/sysinfo.go
2025-08-20T21:54:36.2735489Z [00:03:18.983]➜  go tool buildid -w $WORK/b832/_pkg_.a # internal
2025-08-20T21:54:36.2746104Z [00:03:18.983]➜  cp $WORK/b832/_pkg_.a /root/.cache/go-build/b7/b710efaea7491c4eda7d40adeebe7092acb5cc1c43d713ee0c1a74bdff66e47a-d # internal
2025-08-20T21:54:36.2746743Z [00:03:18.983]➜  runtime/trace
2025-08-20T21:54:36.2747002Z [00:03:18.983]➜  mkdir -p $WORK/b833/
2025-08-20T21:54:36.2747469Z [00:03:18.984]➜  cat >/tmp/go-build3999932643/b833/importcfg << 'EOF' # internal
2025-08-20T21:54:36.2747878Z [00:03:18.984]➜  # import config
2025-08-20T21:54:36.2748233Z [00:03:18.984]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:36.2748666Z [00:03:18.984]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:36.2749080Z [00:03:18.984]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:36.2749554Z [00:03:18.984]➜  packagefile internal/trace/tracev2=/tmp/go-build3999932643/b033/_pkg_.a
2025-08-20T21:54:36.2750013Z [00:03:18.984]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:36.2750431Z [00:03:18.984]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:36.2751152Z [00:03:18.984]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:36.2751566Z [00:03:18.984]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:36.2752021Z [00:03:18.984]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:36.2752459Z [00:03:18.984]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:36.2752757Z [00:03:18.984]➜  EOF
2025-08-20T21:54:36.2755142Z [00:03:18.984]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b833/_pkg_.a -trimpath "/root/.go/src/runtime/trace=>runtime/trace;$WORK/b833=>" -p runtime/trace -lang=go1.25 -std -installsuffix shared -buildid XwdYjLEyjBDAe0Dn4dqx/XwdYjLEyjBDAe0Dn4dqx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b833/importcfg -pack /root/.go/src/runtime/trace/annotation.go /root/.go/src/runtime/trace/batch.go /root/.go/src/runtime/trace/encoding.go /root/.go/src/runtime/trace/flightrecorder.go /root/.go/src/runtime/trace/recorder.go /root/.go/src/runtime/trace/subscribe.go /root/.go/src/runtime/trace/trace.go
2025-08-20T21:54:36.3274019Z [00:03:19.036]➜  go tool buildid -w $WORK/b833/_pkg_.a # internal
2025-08-20T21:54:36.3304480Z [00:03:19.039]➜  cp $WORK/b833/_pkg_.a /root/.cache/go-build/d7/d710179f8695fa16254e99549630099ac5c583c221745d5f018533d4d4fd1b14-d # internal
2025-08-20T21:54:36.3316165Z [00:03:19.039]➜  testing
2025-08-20T21:54:36.3316467Z [00:03:19.039]➜  mkdir -p $WORK/b831/
2025-08-20T21:54:36.3317152Z [00:03:19.039]➜  cat >/tmp/go-build3999932643/b831/importcfg << 'EOF' # internal
2025-08-20T21:54:36.3317736Z [00:03:19.039]➜  # import config
2025-08-20T21:54:36.3318083Z [00:03:19.039]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:36.3318510Z [00:03:19.039]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:36.3318937Z [00:03:19.039]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:36.3319376Z [00:03:19.039]➜  packagefile flag=/tmp/go-build3999932643/b071/_pkg_.a
2025-08-20T21:54:36.3319788Z [00:03:19.039]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:36.3320221Z [00:03:19.039]➜  packagefile internal/race=/tmp/go-build3999932643/b030/_pkg_.a
2025-08-20T21:54:36.3320824Z [00:03:19.039]➜  packagefile internal/sysinfo=/tmp/go-build3999932643/b832/_pkg_.a
2025-08-20T21:54:36.3321339Z [00:03:19.039]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:36.3321744Z [00:03:19.039]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:36.3322170Z [00:03:19.039]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:36.3322582Z [00:03:19.039]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:36.3323015Z [00:03:19.039]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:36.3323461Z [00:03:19.039]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:36.3324076Z [00:03:19.039]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:36.3324531Z [00:03:19.039]➜  packagefile runtime/debug=/tmp/go-build3999932643/b245/_pkg_.a
2025-08-20T21:54:36.3324993Z [00:03:19.039]➜  packagefile runtime/trace=/tmp/go-build3999932643/b833/_pkg_.a
2025-08-20T21:54:36.3325441Z [00:03:19.039]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:36.3325862Z [00:03:19.039]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:36.3326288Z [00:03:19.039]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:36.3326709Z [00:03:19.039]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:36.3327140Z [00:03:19.039]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:36.3332078Z [00:03:19.039]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:36.3332545Z [00:03:19.039]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:36.3333014Z [00:03:19.039]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:36.3333609Z [00:03:19.039]➜  EOF
2025-08-20T21:54:36.3336088Z [00:03:19.039]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b831/_pkg_.a -trimpath "/root/.go/src/testing=>testing;$WORK/b831=>" -p testing -lang=go1.25 -std -complete -installsuffix shared -buildid d5Peg9FnmXZ0HqDx5aUO/d5Peg9FnmXZ0HqDx5aUO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b831/importcfg -pack /root/.go/src/testing/allocs.go /root/.go/src/testing/benchmark.go /root/.go/src/testing/cover.go /root/.go/src/testing/example.go /root/.go/src/testing/fuzz.go /root/.go/src/testing/match.go /root/.go/src/testing/newcover.go /root/.go/src/testing/run_example.go /root/.go/src/testing/testing.go /root/.go/src/testing/testing_other.go
2025-08-20T21:54:36.3730060Z [00:03:19.082]➜  go tool buildid -w $WORK/b821/_pkg_.a # internal
2025-08-20T21:54:36.3766357Z [00:03:19.086]➜  cp $WORK/b821/_pkg_.a /root/.cache/go-build/0c/0c0fce708106c8b8f93f0be534e2e3e6eaed26f45a089c92110839df502dbee9-d # internal
2025-08-20T21:54:36.3774462Z [00:03:19.087]➜  database/sql
2025-08-20T21:54:36.3779407Z [00:03:19.087]➜  mkdir -p $WORK/b837/
2025-08-20T21:54:36.3786683Z [00:03:19.088]➜  cat >/tmp/go-build3999932643/b837/importcfg << 'EOF' # internal
2025-08-20T21:54:36.3794868Z [00:03:19.088]➜  # import config
2025-08-20T21:54:36.3796507Z [00:03:19.088]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:36.3797153Z [00:03:19.088]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:36.3798542Z [00:03:19.088]➜  packagefile database/sql/driver=/tmp/go-build3999932643/b325/_pkg_.a
2025-08-20T21:54:36.3800006Z [00:03:19.088]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:36.3800431Z [00:03:19.088]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:36.3800856Z [00:03:19.088]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:36.3801282Z [00:03:19.088]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:54:36.3801730Z [00:03:19.088]➜  packagefile math/rand/v2=/tmp/go-build3999932643/b094/_pkg_.a
2025-08-20T21:54:36.3802172Z [00:03:19.088]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:36.3802778Z [00:03:19.088]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:36.3803270Z [00:03:19.088]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:36.3803696Z [00:03:19.088]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:36.3804125Z [00:03:19.088]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:36.3804555Z [00:03:19.088]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:36.3804984Z [00:03:19.088]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:36.3805402Z [00:03:19.088]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:36.3806086Z [00:03:19.088]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:36.3806433Z [00:03:19.088]➜  EOF
2025-08-20T21:54:36.3808382Z [00:03:19.088]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b837/_pkg_.a -trimpath "/root/.go/src/database/sql=>database/sql;$WORK/b837=>" -p database/sql -lang=go1.25 -std -complete -installsuffix shared -buildid auzaFcKoG4gG1XdcVgxH/auzaFcKoG4gG1XdcVgxH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b837/importcfg -pack /root/.go/src/database/sql/convert.go /root/.go/src/database/sql/ctxutil.go /root/.go/src/database/sql/sql.go
2025-08-20T21:54:36.4870467Z [00:03:19.194]➜  go tool buildid -w $WORK/b798/_pkg_.a # internal
2025-08-20T21:54:36.4966970Z [00:03:19.206]➜  cp $WORK/b798/_pkg_.a /root/.cache/go-build/7c/7c2f27283d2979db3de0663dcd0e52bc1dd840a283a6370d99edfa0f37d1f785-d # internal
2025-08-20T21:54:36.4999492Z [00:03:19.208]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/structs
2025-08-20T21:54:36.5000036Z [00:03:19.208]➜  mkdir -p $WORK/b839/
2025-08-20T21:54:36.5000770Z [00:03:19.209]➜  cat >/tmp/go-build3999932643/b839/importcfg << 'EOF' # internal
2025-08-20T21:54:36.5001120Z [00:03:19.209]➜  # import config
2025-08-20T21:54:36.5001460Z [00:03:19.209]➜  packagefile embed=/tmp/go-build3999932643/b066/_pkg_.a
2025-08-20T21:54:36.5002019Z [00:03:19.209]➜  packagefile github.com/projectdiscovery/gostruct=/tmp/go-build3999932643/b738/_pkg_.a
2025-08-20T21:54:36.5002434Z [00:03:19.209]➜  EOF
2025-08-20T21:54:36.5004455Z [00:03:19.209]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b839/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/structs=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/structs;$WORK/b839=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/structs -lang=go1.24 -complete -installsuffix shared -buildid pi3pP6aI5defQiMGqNOJ/pi3pP6aI5defQiMGqNOJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b839/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/structs/structs.go
2025-08-20T21:54:36.5321939Z [00:03:19.241]➜  go tool buildid -w $WORK/b839/_pkg_.a # internal
2025-08-20T21:54:36.5331778Z [00:03:19.242]➜  cp $WORK/b839/_pkg_.a /root/.cache/go-build/03/034847efdacaf1ce5a4018103a85a2c919dc6927a1f36fd292802e8022be3250-d # internal
2025-08-20T21:54:36.5334870Z [00:03:19.242]➜  github.com/ysmood/gson
2025-08-20T21:54:36.5335187Z [00:03:19.242]➜  mkdir -p $WORK/b849/
2025-08-20T21:54:36.5335583Z [00:03:19.243]➜  cat >/tmp/go-build3999932643/b849/importcfg << 'EOF' # internal
2025-08-20T21:54:36.5335929Z [00:03:19.243]➜  # import config
2025-08-20T21:54:36.5336551Z [00:03:19.243]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:36.5337066Z [00:03:19.243]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:36.5337707Z [00:03:19.243]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:36.5338118Z [00:03:19.243]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:36.5338650Z [00:03:19.243]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:36.5339084Z [00:03:19.243]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:36.5339506Z [00:03:19.243]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:36.5339929Z [00:03:19.243]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:36.5340501Z [00:03:19.243]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:36.5340859Z [00:03:19.243]➜  EOF
2025-08-20T21:54:36.5342710Z [00:03:19.243]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b849/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ysmood/gson@v0.7.3=>github.com/ysmood/gson@v0.7.3;$WORK/b849=>" -p github.com/ysmood/gson -lang=go1.15 -complete -installsuffix shared -buildid NimJjZV5FYNv9YsM1G9s/NimJjZV5FYNv9YsM1G9s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b849/importcfg -pack /root/go/pkg/mod/github.com/ysmood/gson@v0.7.3/read.go /root/go/pkg/mod/github.com/ysmood/gson@v0.7.3/write.go
2025-08-20T21:54:36.6149222Z [00:03:19.324]➜  go tool buildid -w $WORK/b849/_pkg_.a # internal
2025-08-20T21:54:36.6160708Z [00:03:19.325]➜  cp $WORK/b849/_pkg_.a /root/.cache/go-build/17/1742ee1ea54f67ffc33cfd355a050be9b7c7ce1b84cf4cfc60ebab43e1af68a5-d # internal
2025-08-20T21:54:36.6400423Z [00:03:19.349]➜  github.com/go-rod/rod/lib/proto
2025-08-20T21:54:36.6401132Z [00:03:19.349]➜  mkdir -p $WORK/b848/
2025-08-20T21:54:36.6405941Z [00:03:19.350]➜  cat >/tmp/go-build3999932643/b848/importcfg << 'EOF' # internal
2025-08-20T21:54:36.6406319Z [00:03:19.350]➜  # import config
2025-08-20T21:54:36.6406666Z [00:03:19.350]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:36.6407119Z [00:03:19.350]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:36.6407766Z [00:03:19.350]➜  packagefile github.com/ysmood/gson=/tmp/go-build3999932643/b849/_pkg_.a
2025-08-20T21:54:36.6410475Z [00:03:19.350]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:36.6411231Z [00:03:19.350]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:36.6411659Z [00:03:19.350]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:36.6412075Z [00:03:19.350]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:36.6412383Z [00:03:19.350]➜  EOF
2025-08-20T21:54:36.6459055Z [00:03:19.350]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b848/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto=>github.com/go-rod/rod@v0.116.2/lib/proto;$WORK/b848=>" -p github.com/go-rod/rod/lib/proto -lang=go1.21 -complete -installsuffix shared -buildid gv_m0C3guK5ORwfmaCqE/gv_m0C3guK5ORwfmaCqE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b848/importcfg -pack /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/a_interface.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/a_patch.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/a_utils.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/accessibility.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/animation.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/audits.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/autofill.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/background_service.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/browser.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/cache_storage.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/cast.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/console.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/css.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/database.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/debugger.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/definitions.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/device_access.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/device_orientation.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/dom.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/dom_debugger.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/dom_snapshot.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/dom_storage.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/emulation.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/event_breakpoints.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/extensions.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/fed_cm.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/fetch.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/headless_experimental.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/heap_profiler.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/indexed_db.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/input.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/inspector.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/io.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/layer_tree.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/log.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/media.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/memory.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/network.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/overlay.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/page.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/performance.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/performance_timeline.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/preload.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/profiler.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/pwa.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/runtime.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/schema.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/security.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/service_worker.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/storage.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/system_info.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/target.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/tethering.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/tracing.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/web_audio.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/proto/web_authn.go
2025-08-20T21:54:36.7255329Z [00:03:19.426]➜  go tool buildid -w $WORK/b837/_pkg_.a # internal
2025-08-20T21:54:36.7256941Z [00:03:19.434]➜  cp $WORK/b837/_pkg_.a /root/.cache/go-build/b3/b347f7961832b0fa4c0c46fb0d2334f92584b7b663a205c6a97b7fb9a385c4a5-d # internal
2025-08-20T21:54:36.7257784Z [00:03:19.434]➜  github.com/go-rod/rod/lib/launcher/flags
2025-08-20T21:54:36.7258110Z [00:03:19.434]➜  mkdir -p $WORK/b854/
2025-08-20T21:54:36.7258485Z [00:03:19.434]➜  cat >/tmp/go-build3999932643/b854/importcfg << 'EOF' # internal
2025-08-20T21:54:36.7258826Z [00:03:19.434]➜  # import config
2025-08-20T21:54:36.7259167Z [00:03:19.434]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:36.7259496Z [00:03:19.434]➜  EOF
2025-08-20T21:54:36.7261802Z [00:03:19.434]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b854/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/launcher/flags=>github.com/go-rod/rod@v0.116.2/lib/launcher/flags;$WORK/b854=>" -p github.com/go-rod/rod/lib/launcher/flags -lang=go1.21 -complete -installsuffix shared -buildid 4ouz0K4OOUWWexV9ZJ9p/4ouz0K4OOUWWexV9ZJ9p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b854/importcfg -pack /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/launcher/flags/flags.go
2025-08-20T21:54:36.7323420Z [00:03:19.442]➜  go tool buildid -w $WORK/b831/_pkg_.a # internal
2025-08-20T21:54:36.7390847Z [00:03:19.448]➜  cp $WORK/b831/_pkg_.a /root/.cache/go-build/1b/1b304955388d9449fffa2c50639a5ac28da45288562a65b7551d844708c60aaa-d # internal
2025-08-20T21:54:36.7428862Z [00:03:19.452]➜  go tool buildid -w $WORK/b854/_pkg_.a # internal
2025-08-20T21:54:36.7439746Z [00:03:19.453]➜  cp $WORK/b854/_pkg_.a /root/.cache/go-build/65/65a9c392d222724d75bf3be4f8484359665da3ad56ac8676cd71fe04220afea9-d # internal
2025-08-20T21:54:36.7473233Z [00:03:19.457]➜  github.com/ysmood/fetchup
2025-08-20T21:54:36.7474126Z [00:03:19.457]➜  mkdir -p $WORK/b855/
2025-08-20T21:54:36.7481660Z [00:03:19.457]➜  cat >/tmp/go-build3999932643/b855/importcfg << 'EOF' # internal
2025-08-20T21:54:36.7482081Z [00:03:19.457]➜  # import config
2025-08-20T21:54:36.7482452Z [00:03:19.457]➜  packagefile archive/tar=/tmp/go-build3999932643/b251/_pkg_.a
2025-08-20T21:54:36.7482916Z [00:03:19.457]➜  packagefile archive/zip=/tmp/go-build3999932643/b478/_pkg_.a
2025-08-20T21:54:36.7483622Z [00:03:19.457]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:36.7484081Z [00:03:19.457]➜  packagefile compress/gzip=/tmp/go-build3999932643/b203/_pkg_.a
2025-08-20T21:54:36.7484531Z [00:03:19.457]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:36.7484982Z [00:03:19.457]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:36.7485413Z [00:03:19.457]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:36.7485818Z [00:03:19.457]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:36.7486224Z [00:03:19.457]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:36.7486666Z [00:03:19.457]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:36.7487087Z [00:03:19.457]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:36.7487671Z [00:03:19.457]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:36.7488155Z [00:03:19.457]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:36.7488783Z [00:03:19.457]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:36.7489201Z [00:03:19.457]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:36.7489616Z [00:03:19.457]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:36.7489920Z [00:03:19.457]➜  EOF
2025-08-20T21:54:36.7490154Z [00:03:19.457]➜  github.com/kitabisa/go-ci
2025-08-20T21:54:36.7490431Z [00:03:19.457]➜  mkdir -p $WORK/b830/
2025-08-20T21:54:36.7492220Z [00:03:19.459]➜  cat >/tmp/go-build3999932643/b830/importcfg << 'EOF' # internal
2025-08-20T21:54:36.7492601Z [00:03:19.459]➜  # import config
2025-08-20T21:54:36.7492928Z [00:03:19.459]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:36.7493333Z [00:03:19.459]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:36.7493759Z [00:03:19.459]➜  packagefile testing=/tmp/go-build3999932643/b831/_pkg_.a
2025-08-20T21:54:36.7494079Z [00:03:19.459]➜  EOF
2025-08-20T21:54:36.7497273Z [00:03:19.459]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b830/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kitabisa/go-ci@v1.0.3=>github.com/kitabisa/go-ci@v1.0.3;$WORK/b830=>" -p github.com/kitabisa/go-ci -lang=go1.21 -complete -installsuffix shared -buildid 62S35AOqamVgKg6t23fH/62S35AOqamVgKg6t23fH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b830/importcfg -pack /root/go/pkg/mod/github.com/kitabisa/go-ci@v1.0.3/ci.go /root/go/pkg/mod/github.com/kitabisa/go-ci@v1.0.3/const.go /root/go/pkg/mod/github.com/kitabisa/go-ci@v1.0.3/doc.go /root/go/pkg/mod/github.com/kitabisa/go-ci@v1.0.3/fail.go /root/go/pkg/mod/github.com/kitabisa/go-ci@v1.0.3/skip.go /root/go/pkg/mod/github.com/kitabisa/go-ci@v1.0.3/testing.go /root/go/pkg/mod/github.com/kitabisa/go-ci@v1.0.3/vars.go
2025-08-20T21:54:36.7502179Z [00:03:19.459]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b855/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ysmood/fetchup@v0.2.3=>github.com/ysmood/fetchup@v0.2.3;$WORK/b855=>" -p github.com/ysmood/fetchup -lang=go1.20 -complete -installsuffix shared -buildid Ewa2T88pcTw7WCrlMDB1/Ewa2T88pcTw7WCrlMDB1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b855/importcfg -pack /root/go/pkg/mod/github.com/ysmood/fetchup@v0.2.3/download.go /root/go/pkg/mod/github.com/ysmood/fetchup@v0.2.3/events.go /root/go/pkg/mod/github.com/ysmood/fetchup@v0.2.3/fetchup.go /root/go/pkg/mod/github.com/ysmood/fetchup@v0.2.3/utils.go
2025-08-20T21:54:36.7736119Z [00:03:19.483]➜  go tool buildid -w $WORK/b830/_pkg_.a # internal
2025-08-20T21:54:36.7737221Z [00:03:19.483]➜  cp $WORK/b830/_pkg_.a /root/.cache/go-build/e1/e13ee70e1c3f1fcbf404488f1ecc05acf574a3bd5b4268d040c0be1f7bc37aa8-d # internal
2025-08-20T21:54:36.7739317Z [00:03:19.483]➜  github.com/ysmood/leakless/pkg/utils
2025-08-20T21:54:36.7740017Z [00:03:19.483]➜  mkdir -p $WORK/b858/
2025-08-20T21:54:36.7740397Z [00:03:19.483]➜  cat >/tmp/go-build3999932643/b858/importcfg << 'EOF' # internal
2025-08-20T21:54:36.7740752Z [00:03:19.483]➜  # import config
2025-08-20T21:54:36.7741125Z [00:03:19.483]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:36.7741594Z [00:03:19.483]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:36.7742052Z [00:03:19.483]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:36.7742472Z [00:03:19.483]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:36.7742898Z [00:03:19.483]➜  packagefile os/exec=/tmp/go-build3999932643/b507/_pkg_.a
2025-08-20T21:54:36.7743345Z [00:03:19.483]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:36.7743791Z [00:03:19.483]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:36.7744215Z [00:03:19.483]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:36.7744636Z [00:03:19.483]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:36.7745144Z [00:03:19.483]➜  EOF
2025-08-20T21:54:36.7747330Z [00:03:19.483]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b858/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ysmood/leakless@v0.9.0/pkg/utils=>github.com/ysmood/leakless@v0.9.0/pkg/utils;$WORK/b858=>" -p github.com/ysmood/leakless/pkg/utils -lang=go1.15 -complete -installsuffix shared -buildid RA3KVoZK6fPphQVusnCM/RA3KVoZK6fPphQVusnCM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b858/importcfg -pack /root/go/pkg/mod/github.com/ysmood/leakless@v0.9.0/pkg/utils/target.go /root/go/pkg/mod/github.com/ysmood/leakless@v0.9.0/pkg/utils/utils.go
2025-08-20T21:54:36.8052290Z [00:03:19.514]➜  go tool buildid -w $WORK/b858/_pkg_.a # internal
2025-08-20T21:54:36.8058823Z [00:03:19.515]➜  cp $WORK/b858/_pkg_.a /root/.cache/go-build/56/564b87ca242fce55d568563d1fa94c84b3f3ef45c24df74ff54247c31864b397-d # internal
2025-08-20T21:54:36.8076873Z [00:03:19.517]➜  github.com/ysmood/leakless
2025-08-20T21:54:36.8078653Z [00:03:19.517]➜  mkdir -p $WORK/b856/
2025-08-20T21:54:36.8080463Z [00:03:19.517]➜  cat >/tmp/go-build3999932643/b856/importcfg << 'EOF' # internal
2025-08-20T21:54:36.8080846Z [00:03:19.517]➜  # import config
2025-08-20T21:54:36.8086596Z [00:03:19.517]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:36.8087494Z [00:03:19.517]➜  packagefile compress/gzip=/tmp/go-build3999932643/b203/_pkg_.a
2025-08-20T21:54:36.8088060Z [00:03:19.517]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:36.8088698Z [00:03:19.517]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:36.8089226Z [00:03:19.517]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:36.8089758Z [00:03:19.517]➜  packagefile github.com/ysmood/leakless/pkg/shared=/tmp/go-build3999932643/b857/_pkg_.a
2025-08-20T21:54:36.8090404Z [00:03:19.517]➜  packagefile github.com/ysmood/leakless/pkg/utils=/tmp/go-build3999932643/b858/_pkg_.a
2025-08-20T21:54:36.8090935Z [00:03:19.517]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:36.8091372Z [00:03:19.517]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:36.8091790Z [00:03:19.517]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:36.8092191Z [00:03:19.517]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:36.8092608Z [00:03:19.517]➜  packagefile os/exec=/tmp/go-build3999932643/b507/_pkg_.a
2025-08-20T21:54:36.8093065Z [00:03:19.517]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:36.8093517Z [00:03:19.517]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:36.8093933Z [00:03:19.517]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:36.8094237Z [00:03:19.517]➜  EOF
2025-08-20T21:54:36.8096528Z [00:03:19.518]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b856/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ysmood/leakless@v0.9.0=>github.com/ysmood/leakless@v0.9.0;$WORK/b856=>" -p github.com/ysmood/leakless -lang=go1.15 -complete -installsuffix shared -buildid LSDv8yhAwqD_SEFX6Ciz/LSDv8yhAwqD_SEFX6Ciz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b856/importcfg -pack /root/go/pkg/mod/github.com/ysmood/leakless@v0.9.0/bin_amd64_linux.go /root/go/pkg/mod/github.com/ysmood/leakless@v0.9.0/bin_arm64_linux.go /root/go/pkg/mod/github.com/ysmood/leakless@v0.9.0/leakless.go
2025-08-20T21:54:36.8124742Z [00:03:19.522]➜  go tool buildid -w $WORK/b855/_pkg_.a # internal
2025-08-20T21:54:36.8135689Z [00:03:19.523]➜  cp $WORK/b855/_pkg_.a /root/.cache/go-build/9b/9b64808cfe250792f2e4872b2149341a261f19af29a6901e9d6e4a4c4988e9c8-d # internal
2025-08-20T21:54:36.8137985Z [00:03:19.523]➜  github.com/ysmood/goob
2025-08-20T21:54:36.8138573Z [00:03:19.523]➜  mkdir -p $WORK/b859/
2025-08-20T21:54:36.8147077Z [00:03:19.524]➜  cat >/tmp/go-build3999932643/b859/importcfg << 'EOF' # internal
2025-08-20T21:54:36.8147640Z [00:03:19.524]➜  # import config
2025-08-20T21:54:36.8148768Z [00:03:19.524]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:36.8149382Z [00:03:19.524]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:36.8149704Z [00:03:19.524]➜  EOF
2025-08-20T21:54:36.8179235Z [00:03:19.524]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b859/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ysmood/goob@v0.4.0=>github.com/ysmood/goob@v0.4.0;$WORK/b859=>" -p github.com/ysmood/goob -lang=go1.15 -complete -installsuffix shared -buildid TllE-xNSCuvICU6MZxro/TllE-xNSCuvICU6MZxro -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b859/importcfg -pack /root/go/pkg/mod/github.com/ysmood/goob@v0.4.0/goob.go /root/go/pkg/mod/github.com/ysmood/goob@v0.4.0/pipe.go
2025-08-20T21:54:36.8351385Z [00:03:19.544]➜  go tool buildid -w $WORK/b859/_pkg_.a # internal
2025-08-20T21:54:36.8360983Z [00:03:19.545]➜  cp $WORK/b859/_pkg_.a /root/.cache/go-build/a8/a848e9fd6e3f5c0b33e40e2bca168694bf5548c6c5f2759a85e487f6a7dff333-d # internal
2025-08-20T21:54:36.8365100Z [00:03:19.546]➜  github.com/ysmood/got/lib/lcs
2025-08-20T21:54:36.8368654Z [00:03:19.546]➜  mkdir -p $WORK/b860/
2025-08-20T21:54:36.8377246Z [00:03:19.547]➜  cat >/tmp/go-build3999932643/b860/importcfg << 'EOF' # internal
2025-08-20T21:54:36.8378754Z [00:03:19.547]➜  # import config
2025-08-20T21:54:36.8379165Z [00:03:19.547]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:36.8379597Z [00:03:19.547]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:36.8380137Z [00:03:19.547]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:36.8380624Z [00:03:19.547]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:36.8381073Z [00:03:19.547]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:36.8381382Z [00:03:19.547]➜  EOF
2025-08-20T21:54:36.8383632Z [00:03:19.547]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b860/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ysmood/got@v0.40.0/lib/lcs=>github.com/ysmood/got@v0.40.0/lib/lcs;$WORK/b860=>" -p github.com/ysmood/got/lib/lcs -lang=go1.21 -complete -installsuffix shared -buildid hLo1WVu3_BLw97KqHbX8/hLo1WVu3_BLw97KqHbX8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b860/importcfg -pack /root/go/pkg/mod/github.com/ysmood/got@v0.40.0/lib/lcs/lcs.go /root/go/pkg/mod/github.com/ysmood/got@v0.40.0/lib/lcs/sequence.go /root/go/pkg/mod/github.com/ysmood/got@v0.40.0/lib/lcs/utils.go
2025-08-20T21:54:36.8730847Z [00:03:19.582]➜  go tool buildid -w $WORK/b860/_pkg_.a # internal
2025-08-20T21:54:36.8743640Z [00:03:19.584]➜  cp $WORK/b860/_pkg_.a /root/.cache/go-build/53/53b72bc2c2433bc54ca54aaba901c39b5050c2aaafb3f0bd9070fa668de97b6a-d # internal
2025-08-20T21:54:36.8755024Z [00:03:19.585]➜  filippo.io/edwards25519/field
2025-08-20T21:54:36.8755668Z [00:03:19.585]➜  mkdir -p $WORK/b863/
2025-08-20T21:54:36.8765974Z [00:03:19.586]➜  echo -n > $WORK/b863/go_asm.h # internal
2025-08-20T21:54:36.8774822Z [00:03:19.587]➜  cd /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field
2025-08-20T21:54:36.8778023Z [00:03:19.587]➜  /root/.go/pkg/tool/linux_arm64/asm -p filippo.io/edwards25519/field -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field=>filippo.io/edwards25519@v1.1.0/field;$WORK/b863=>" -I $WORK/b863/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b863/symabis ./fe_arm64.s
2025-08-20T21:54:36.8824450Z [00:03:19.592]➜  cat >/tmp/go-build3999932643/b863/importcfg << 'EOF' # internal
2025-08-20T21:54:36.8826089Z [00:03:19.592]➜  # import config
2025-08-20T21:54:36.8829950Z [00:03:19.592]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:36.8830507Z [00:03:19.592]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:36.8832207Z [00:03:19.592]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:36.8834812Z [00:03:19.592]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:36.8835962Z [00:03:19.592]➜  EOF
2025-08-20T21:54:36.8836321Z [00:03:19.592]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:36.8839461Z [00:03:19.592]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b863/_pkg_.a -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field=>filippo.io/edwards25519@v1.1.0/field;$WORK/b863=>" -p filippo.io/edwards25519/field -lang=go1.20 -installsuffix shared -buildid nF2NCEu2E7DYBk3v3HRv/nF2NCEu2E7DYBk3v3HRv -goversion go1.25.0 -symabis $WORK/b863/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b863/importcfg -pack -asmhdr $WORK/b863/go_asm.h /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_amd64_noasm.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_arm64.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_extra.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_generic.go
2025-08-20T21:54:36.8842061Z [00:03:19.593]➜  go tool buildid -w $WORK/b856/_pkg_.a # internal
2025-08-20T21:54:36.8978539Z [00:03:19.606]➜  cp $WORK/b856/_pkg_.a /root/.cache/go-build/14/14798526c2de795bf4f7119ac98c769f4915d583ff5dd79fbb899352942eb73b-d # internal
2025-08-20T21:54:36.8979212Z [00:03:19.606]➜  github.com/projectdiscovery/mapcidr/asn
2025-08-20T21:54:36.9019168Z [00:03:19.611]➜  mkdir -p $WORK/b864/
2025-08-20T21:54:36.9023822Z [00:03:19.612]➜  cat >/tmp/go-build3999932643/b864/importcfg << 'EOF' # internal
2025-08-20T21:54:36.9024644Z [00:03:19.612]➜  # import config
2025-08-20T21:54:36.9025648Z [00:03:19.612]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:36.9026639Z [00:03:19.612]➜  packagefile github.com/projectdiscovery/asnmap/libs=/tmp/go-build3999932643/b326/_pkg_.a
2025-08-20T21:54:36.9027440Z [00:03:19.612]➜  packagefile github.com/projectdiscovery/mapcidr=/tmp/go-build3999932643/b327/_pkg_.a
2025-08-20T21:54:36.9028065Z [00:03:19.612]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:36.9028499Z [00:03:19.612]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:36.9028925Z [00:03:19.612]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:36.9029238Z [00:03:19.612]➜  EOF
2025-08-20T21:54:36.9031196Z [00:03:19.612]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b864/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/mapcidr@v1.1.34/asn=>github.com/projectdiscovery/mapcidr@v1.1.34/asn;$WORK/b864=>" -p github.com/projectdiscovery/mapcidr/asn -lang=go1.21 -complete -installsuffix shared -buildid NVjUujlsmdQzd_-nZdnp/NVjUujlsmdQzd_-nZdnp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b864/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/mapcidr@v1.1.34/asn/asn.go
2025-08-20T21:54:36.9288930Z [00:03:19.638]➜  cd /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field
2025-08-20T21:54:36.9290663Z [00:03:19.638]➜  /root/.go/pkg/tool/linux_arm64/asm -p filippo.io/edwards25519/field -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field=>filippo.io/edwards25519@v1.1.0/field;$WORK/b863=>" -I $WORK/b863/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b863/fe_arm64.o ./fe_arm64.s
2025-08-20T21:54:36.9332287Z [00:03:19.642]➜  go tool pack r $WORK/b863/_pkg_.a $WORK/b863/fe_arm64.o # internal
2025-08-20T21:54:36.9332793Z [00:03:19.642]➜  go tool buildid -w $WORK/b863/_pkg_.a # internal
2025-08-20T21:54:36.9333315Z [00:03:19.643]➜  go tool buildid -w $WORK/b864/_pkg_.a # internal
2025-08-20T21:54:36.9334861Z [00:03:19.643]➜  cp $WORK/b863/_pkg_.a /root/.cache/go-build/c1/c11c3c3a8d942558be15c86d8c9836a6cae9b15f785b3fc33e7c9f4442d08433-d # internal
2025-08-20T21:54:36.9338021Z [00:03:19.643]➜  filippo.io/edwards25519
2025-08-20T21:54:36.9338972Z [00:03:19.643]➜  mkdir -p $WORK/b862/
2025-08-20T21:54:36.9342045Z [00:03:19.644]➜  cat >/tmp/go-build3999932643/b862/importcfg << 'EOF' # internal
2025-08-20T21:54:36.9343682Z [00:03:19.644]➜  # import config
2025-08-20T21:54:36.9348111Z [00:03:19.644]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:36.9349265Z [00:03:19.644]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:36.9349813Z [00:03:19.644]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:36.9350544Z [00:03:19.644]➜  packagefile filippo.io/edwards25519/field=/tmp/go-build3999932643/b863/_pkg_.a
2025-08-20T21:54:36.9351060Z [00:03:19.644]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:36.9351495Z [00:03:19.644]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:36.9351803Z [00:03:19.644]➜  EOF
2025-08-20T21:54:36.9352070Z [00:03:19.644]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:36.9355352Z [00:03:19.644]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b862/_pkg_.a -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0=>filippo.io/edwards25519@v1.1.0;$WORK/b862=>" -p filippo.io/edwards25519 -lang=go1.20 -complete -installsuffix shared -buildid ddaKrlY8A46tyTL-JT6Q/ddaKrlY8A46tyTL-JT6Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b862/importcfg -pack /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/doc.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/edwards25519.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/extra.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/scalar.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/scalar_fiat.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/scalarmult.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/tables.go
2025-08-20T21:54:36.9358618Z [00:03:19.644]➜  cp $WORK/b864/_pkg_.a /root/.cache/go-build/be/beb11e4e50a3cda30c7712b70bbdc489bc56553d7465fe66a4f9c6ee85d4f856-d # internal
2025-08-20T21:54:36.9359266Z [00:03:19.644]➜  github.com/projectdiscovery/nuclei/v3/pkg/utils/expand
2025-08-20T21:54:36.9359606Z [00:03:19.644]➜  mkdir -p $WORK/b865/
2025-08-20T21:54:36.9361129Z [00:03:19.644]➜  cat >/tmp/go-build3999932643/b865/importcfg << 'EOF' # internal
2025-08-20T21:54:36.9361501Z [00:03:19.644]➜  # import config
2025-08-20T21:54:36.9363335Z [00:03:19.644]➜  packagefile github.com/projectdiscovery/mapcidr=/tmp/go-build3999932643/b327/_pkg_.a
2025-08-20T21:54:36.9364072Z [00:03:19.644]➜  packagefile github.com/projectdiscovery/mapcidr/asn=/tmp/go-build3999932643/b864/_pkg_.a
2025-08-20T21:54:36.9364512Z [00:03:19.644]➜  EOF
2025-08-20T21:54:36.9366482Z [00:03:19.645]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b865/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/expand=>github.com/projectdiscovery/nuclei/v3/pkg/utils/expand;$WORK/b865=>" -p github.com/projectdiscovery/nuclei/v3/pkg/utils/expand -lang=go1.24 -complete -installsuffix shared -buildid wZxRTMg0PFPmpLNn1rZF/wZxRTMg0PFPmpLNn1rZF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b865/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/expand/expand.go
2025-08-20T21:54:36.9536041Z [00:03:19.662]➜  go tool buildid -w $WORK/b865/_pkg_.a # internal
2025-08-20T21:54:36.9537141Z [00:03:19.663]➜  cp $WORK/b865/_pkg_.a /root/.cache/go-build/6b/6b88aabf09707fd8abf1bc74590f14a7e5083594088d491b6af1fc033bdf564c-d # internal
2025-08-20T21:54:36.9549387Z [00:03:19.664]➜  github.com/projectdiscovery/utils/memguardian
2025-08-20T21:54:36.9550266Z [00:03:19.664]➜  mkdir -p $WORK/b866/
2025-08-20T21:54:36.9553082Z [00:03:19.665]➜  cat >/tmp/go-build3999932643/b866/importcfg << 'EOF' # internal
2025-08-20T21:54:36.9554817Z [00:03:19.665]➜  # import config
2025-08-20T21:54:36.9555209Z [00:03:19.665]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:36.9555644Z [00:03:19.665]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:36.9556147Z [00:03:19.665]➜  packagefile github.com/docker/go-units=/tmp/go-build3999932643/b345/_pkg_.a
2025-08-20T21:54:36.9556752Z [00:03:19.665]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build3999932643/b182/_pkg_.a
2025-08-20T21:54:36.9557304Z [00:03:19.665]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:36.9557976Z [00:03:19.665]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:36.9558399Z [00:03:19.665]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:36.9558704Z [00:03:19.665]➜  EOF
2025-08-20T21:54:36.9561754Z [00:03:19.665]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b866/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/memguardian=>github.com/projectdiscovery/utils@v0.4.23/memguardian;$WORK/b866=>" -p github.com/projectdiscovery/utils/memguardian -lang=go1.24 -complete -installsuffix shared -buildid GhOsWFJ33C1JGAcT7FOe/GhOsWFJ33C1JGAcT7FOe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b866/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/memguardian/doc.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/memguardian/memguardian.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/memguardian/memory.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/memguardian/memory_linux.go
2025-08-20T21:54:36.9830528Z [00:03:19.692]➜  go tool buildid -w $WORK/b866/_pkg_.a # internal
2025-08-20T21:54:36.9835930Z [00:03:19.693]➜  cp $WORK/b866/_pkg_.a /root/.cache/go-build/43/43249399c8ac11e909421eaae3fdcc14d56492d1a16ef5ca0ae6769506cead9e-d # internal
2025-08-20T21:54:36.9838939Z [00:03:19.693]➜  github.com/projectdiscovery/utils/memoize/simpleflight
2025-08-20T21:54:36.9839802Z [00:03:19.693]➜  mkdir -p $WORK/b868/
2025-08-20T21:54:36.9843387Z [00:03:19.694]➜  cat >/tmp/go-build3999932643/b868/importcfg << 'EOF' # internal
2025-08-20T21:54:36.9843876Z [00:03:19.694]➜  # import config
2025-08-20T21:54:36.9844222Z [00:03:19.694]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:36.9844643Z [00:03:19.694]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:36.9845066Z [00:03:19.694]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:36.9845481Z [00:03:19.694]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:36.9845937Z [00:03:19.694]➜  packagefile runtime/debug=/tmp/go-build3999932643/b245/_pkg_.a
2025-08-20T21:54:36.9846375Z [00:03:19.694]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:36.9846682Z [00:03:19.694]➜  EOF
2025-08-20T21:54:36.9849099Z [00:03:19.694]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b868/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/memoize/simpleflight=>github.com/projectdiscovery/utils@v0.4.23/memoize/simpleflight;$WORK/b868=>" -p github.com/projectdiscovery/utils/memoize/simpleflight -lang=go1.24 -complete -installsuffix shared -buildid v_mvH0O1BJj2V2FTu22j/v_mvH0O1BJj2V2FTu22j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b868/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/memoize/simpleflight/simpleflight.go
2025-08-20T21:54:37.0050133Z [00:03:19.714]➜  go tool buildid -w $WORK/b868/_pkg_.a # internal
2025-08-20T21:54:37.0054455Z [00:03:19.715]➜  cp $WORK/b868/_pkg_.a /root/.cache/go-build/90/909a7ade1fd612ef12951eca931220d3335cc7e9d59a6093f0c1b9ddb66bb39b-d # internal
2025-08-20T21:54:37.0083210Z [00:03:19.717]➜  go/printer
2025-08-20T21:54:37.0084853Z [00:03:19.718]➜  mkdir -p $WORK/b870/
2025-08-20T21:54:37.0088703Z [00:03:19.718]➜  cat >/tmp/go-build3999932643/b870/importcfg << 'EOF' # internal
2025-08-20T21:54:37.0089104Z [00:03:19.718]➜  # import config
2025-08-20T21:54:37.0089463Z [00:03:19.718]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:37.0089882Z [00:03:19.718]➜  packagefile go/ast=/tmp/go-build3999932643/b660/_pkg_.a
2025-08-20T21:54:37.0090357Z [00:03:19.718]➜  packagefile go/build/constraint=/tmp/go-build3999932643/b667/_pkg_.a
2025-08-20T21:54:37.0090850Z [00:03:19.718]➜  packagefile go/doc/comment=/tmp/go-build3999932643/b664/_pkg_.a
2025-08-20T21:54:37.0091314Z [00:03:19.718]➜  packagefile go/token=/tmp/go-build3999932643/b662/_pkg_.a
2025-08-20T21:54:37.0091740Z [00:03:19.718]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:37.0092142Z [00:03:19.718]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:37.0092546Z [00:03:19.718]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:37.0092963Z [00:03:19.718]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:37.0093387Z [00:03:19.718]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:37.0093819Z [00:03:19.718]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:37.0094241Z [00:03:19.718]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:37.0094685Z [00:03:19.718]➜  packagefile text/tabwriter=/tmp/go-build3999932643/b240/_pkg_.a
2025-08-20T21:54:37.0095134Z [00:03:19.718]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:37.0095585Z [00:03:19.718]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:37.0095927Z [00:03:19.718]➜  EOF
2025-08-20T21:54:37.0099023Z [00:03:19.719]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b870/_pkg_.a -trimpath "/root/.go/src/go/printer=>go/printer;$WORK/b870=>" -p go/printer -lang=go1.25 -std -complete -installsuffix shared -buildid DflQV--yVK5lLvsawRMZ/DflQV--yVK5lLvsawRMZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b870/importcfg -pack /root/.go/src/go/printer/comment.go /root/.go/src/go/printer/gobuild.go /root/.go/src/go/printer/nodes.go /root/.go/src/go/printer/printer.go
2025-08-20T21:54:37.0334452Z [00:03:19.742]➜  go tool buildid -w $WORK/b862/_pkg_.a # internal
2025-08-20T21:54:37.0346663Z [00:03:19.744]➜  cp $WORK/b862/_pkg_.a /root/.cache/go-build/bc/bc01ed7904bfb3a1c1cb13d9bb265ce2a24a663dbc5de99bface9290ca38c194-d # internal
2025-08-20T21:54:37.0423344Z [00:03:19.751]➜  github.com/go-sql-driver/mysql
2025-08-20T21:54:37.0425475Z [00:03:19.751]➜  mkdir -p $WORK/b861/
2025-08-20T21:54:37.0429712Z [00:03:19.752]➜  cat >/tmp/go-build3999932643/b861/importcfg << 'EOF' # internal
2025-08-20T21:54:37.0430197Z [00:03:19.752]➜  # import config
2025-08-20T21:54:37.0430546Z [00:03:19.752]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:37.0430999Z [00:03:19.752]➜  packagefile compress/zlib=/tmp/go-build3999932643/b168/_pkg_.a
2025-08-20T21:54:37.0431459Z [00:03:19.752]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:37.0431903Z [00:03:19.752]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:37.0432365Z [00:03:19.752]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:37.0432816Z [00:03:19.752]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:37.0433279Z [00:03:19.752]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:37.0433742Z [00:03:19.752]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:37.0434476Z [00:03:19.752]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:37.0435092Z [00:03:19.752]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:37.0435551Z [00:03:19.752]➜  packagefile database/sql=/tmp/go-build3999932643/b837/_pkg_.a
2025-08-20T21:54:37.0436041Z [00:03:19.752]➜  packagefile database/sql/driver=/tmp/go-build3999932643/b325/_pkg_.a
2025-08-20T21:54:37.0436534Z [00:03:19.752]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:37.0437013Z [00:03:19.752]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:37.0437782Z [00:03:19.752]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:37.0438291Z [00:03:19.752]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:37.0438779Z [00:03:19.752]➜  packagefile filippo.io/edwards25519=/tmp/go-build3999932643/b862/_pkg_.a
2025-08-20T21:54:37.0439250Z [00:03:19.752]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:37.0439652Z [00:03:19.752]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:37.0440074Z [00:03:19.752]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:37.0440478Z [00:03:19.752]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:37.0440905Z [00:03:19.752]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:37.0441319Z [00:03:19.752]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:37.0441736Z [00:03:19.752]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:37.0442153Z [00:03:19.752]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:37.0442562Z [00:03:19.752]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:37.0452073Z [00:03:19.752]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:37.0452672Z [00:03:19.752]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:37.0453099Z [00:03:19.752]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:37.0453523Z [00:03:19.752]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:37.0453937Z [00:03:19.752]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:37.0454596Z [00:03:19.752]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:37.0455107Z [00:03:19.752]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:37.0455629Z [00:03:19.752]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:37.0456004Z [00:03:19.752]➜  EOF
2025-08-20T21:54:37.0462522Z [00:03:19.752]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b861/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.3=>github.com/go-sql-driver/mysql@v1.9.3;$WORK/b861=>" -p github.com/go-sql-driver/mysql -lang=go1.21 -complete -installsuffix shared -buildid rcf2skOAp0PUwUwWEXry/rcf2skOAp0PUwUwWEXry -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b861/importcfg -pack /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.3/auth.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.3/buffer.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.3/collations.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.3/compress.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.3/conncheck.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.3/connection.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.3/connector.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.3/const.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.3/driver.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.3/dsn.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.3/errors.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.3/fields.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.3/infile.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.3/nulltime.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.3/packets.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.3/result.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.3/rows.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.3/statement.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.3/transaction.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.3/utils.go
2025-08-20T21:54:37.2964719Z [00:03:20.005]➜  go tool buildid -w $WORK/b870/_pkg_.a # internal
2025-08-20T21:54:37.2991808Z [00:03:20.008]➜  cp $WORK/b870/_pkg_.a /root/.cache/go-build/f1/f13a3afd8578abe7eaef428f3542b87a899d5fdbdb634d6c6fb2f9317b80c618-d # internal
2025-08-20T21:54:37.3021148Z [00:03:20.011]➜  go/format
2025-08-20T21:54:37.3022089Z [00:03:20.012]➜  mkdir -p $WORK/b869/
2025-08-20T21:54:37.3025696Z [00:03:20.012]➜  cat >/tmp/go-build3999932643/b869/importcfg << 'EOF' # internal
2025-08-20T21:54:37.3028531Z [00:03:20.012]➜  # import config
2025-08-20T21:54:37.3031175Z [00:03:20.012]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:37.3033198Z [00:03:20.012]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:37.3033635Z [00:03:20.012]➜  packagefile go/ast=/tmp/go-build3999932643/b660/_pkg_.a
2025-08-20T21:54:37.3034066Z [00:03:20.012]➜  packagefile go/parser=/tmp/go-build3999932643/b666/_pkg_.a
2025-08-20T21:54:37.3034516Z [00:03:20.012]➜  packagefile go/printer=/tmp/go-build3999932643/b870/_pkg_.a
2025-08-20T21:54:37.3034951Z [00:03:20.012]➜  packagefile go/token=/tmp/go-build3999932643/b662/_pkg_.a
2025-08-20T21:54:37.3035368Z [00:03:20.012]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:37.3035777Z [00:03:20.012]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:37.3036087Z [00:03:20.012]➜  EOF
2025-08-20T21:54:37.3062560Z [00:03:20.015]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b869/_pkg_.a -trimpath "/root/.go/src/go/format=>go/format;$WORK/b869=>" -p go/format -lang=go1.25 -std -complete -installsuffix shared -buildid EtBmVOo4aNT0Z4s4VuPi/EtBmVOo4aNT0Z4s4VuPi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b869/importcfg -pack /root/.go/src/go/format/format.go /root/.go/src/go/format/internal.go
2025-08-20T21:54:37.3602862Z [00:03:20.069]➜  go tool buildid -w $WORK/b869/_pkg_.a # internal
2025-08-20T21:54:37.3604626Z [00:03:20.070]➜  cp $WORK/b869/_pkg_.a /root/.cache/go-build/70/701ccf23941d2b67da3247a65804b7043f0cceb32405bd1fb3ad77fec9be474f-d # internal
2025-08-20T21:54:37.3606043Z [00:03:20.070]➜  go/constant
2025-08-20T21:54:37.3606440Z [00:03:20.070]➜  mkdir -p $WORK/b872/
2025-08-20T21:54:37.3606867Z [00:03:20.070]➜  cat >/tmp/go-build3999932643/b872/importcfg << 'EOF' # internal
2025-08-20T21:54:37.3607213Z [00:03:20.070]➜  # import config
2025-08-20T21:54:37.3607721Z [00:03:20.070]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:37.3608152Z [00:03:20.070]➜  packagefile go/token=/tmp/go-build3999932643/b662/_pkg_.a
2025-08-20T21:54:37.3608585Z [00:03:20.070]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:37.3609015Z [00:03:20.070]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:37.3609451Z [00:03:20.070]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:37.3609883Z [00:03:20.070]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:37.3610313Z [00:03:20.070]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:37.3610733Z [00:03:20.070]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:37.3611177Z [00:03:20.070]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:37.3611503Z [00:03:20.070]➜  EOF
2025-08-20T21:54:37.3613190Z [00:03:20.070]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b872/_pkg_.a -trimpath "/root/.go/src/go/constant=>go/constant;$WORK/b872=>" -p go/constant -lang=go1.25 -std -complete -installsuffix shared -buildid Hdgbs1ttxPoG3tbc_g3_/Hdgbs1ttxPoG3tbc_g3_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b872/importcfg -pack /root/.go/src/go/constant/kind_string.go /root/.go/src/go/constant/value.go
2025-08-20T21:54:37.4543512Z [00:03:20.163]➜  go tool buildid -w $WORK/b824/_pkg_.a # internal
2025-08-20T21:54:37.4653717Z [00:03:20.174]➜  cp $WORK/b824/_pkg_.a /root/.cache/go-build/d9/d908b076fe0a17f41f296f2aa80015de88d050ea23e52a126a61fa1e04b19bf0-d # internal
2025-08-20T21:54:37.5046034Z [00:03:20.214]➜  github.com/Mzack9999/goja
2025-08-20T21:54:37.5071724Z [00:03:20.215]➜  mkdir -p $WORK/b812/
2025-08-20T21:54:37.5072260Z [00:03:20.216]➜  cat >/tmp/go-build3999932643/b812/importcfg << 'EOF' # internal
2025-08-20T21:54:37.5072624Z [00:03:20.216]➜  # import config
2025-08-20T21:54:37.5072961Z [00:03:20.216]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:37.5073390Z [00:03:20.216]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:37.5074207Z [00:03:20.216]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:37.5074807Z [00:03:20.216]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:37.5075331Z [00:03:20.216]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:37.5075931Z [00:03:20.216]➜  packagefile github.com/Mzack9999/goja/ast=/tmp/go-build3999932643/b813/_pkg_.a
2025-08-20T21:54:37.5077699Z [00:03:20.216]➜  packagefile github.com/Mzack9999/goja/file=/tmp/go-build3999932643/b814/_pkg_.a
2025-08-20T21:54:37.5078345Z [00:03:20.216]➜  packagefile github.com/Mzack9999/goja/ftoa=/tmp/go-build3999932643/b819/_pkg_.a
2025-08-20T21:54:37.5078938Z [00:03:20.216]➜  packagefile github.com/Mzack9999/goja/parser=/tmp/go-build3999932643/b821/_pkg_.a
2025-08-20T21:54:37.5079529Z [00:03:20.216]➜  packagefile github.com/Mzack9999/goja/token=/tmp/go-build3999932643/b817/_pkg_.a
2025-08-20T21:54:37.5080130Z [00:03:20.216]➜  packagefile github.com/Mzack9999/goja/unistring=/tmp/go-build3999932643/b818/_pkg_.a
2025-08-20T21:54:37.5080763Z [00:03:20.216]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build3999932643/b484/_pkg_.a
2025-08-20T21:54:37.5081348Z [00:03:20.216]➜  packagefile github.com/google/pprof/profile=/tmp/go-build3999932643/b823/_pkg_.a
2025-08-20T21:54:37.5081848Z [00:03:20.216]➜  packagefile go/ast=/tmp/go-build3999932643/b660/_pkg_.a
2025-08-20T21:54:37.5082555Z [00:03:20.216]➜  packagefile golang.org/x/text/cases=/tmp/go-build3999932643/b525/_pkg_.a
2025-08-20T21:54:37.5083174Z [00:03:20.216]➜  packagefile golang.org/x/text/collate=/tmp/go-build3999932643/b824/_pkg_.a
2025-08-20T21:54:37.5083855Z [00:03:20.216]➜  packagefile golang.org/x/text/language=/tmp/go-build3999932643/b527/_pkg_.a
2025-08-20T21:54:37.5084493Z [00:03:20.216]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3999932643/b459/_pkg_.a
2025-08-20T21:54:37.5085013Z [00:03:20.216]➜  packagefile hash/maphash=/tmp/go-build3999932643/b826/_pkg_.a
2025-08-20T21:54:37.5085451Z [00:03:20.216]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:37.5085856Z [00:03:20.216]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:54:37.5086271Z [00:03:20.216]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:37.5086689Z [00:03:20.216]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:37.5087130Z [00:03:20.216]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:37.5087705Z [00:03:20.216]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:37.5088144Z [00:03:20.216]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:37.5088567Z [00:03:20.216]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:37.5088988Z [00:03:20.216]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:37.5089400Z [00:03:20.216]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:37.5089815Z [00:03:20.216]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:37.5090456Z [00:03:20.216]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:37.5091029Z [00:03:20.216]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:37.5091463Z [00:03:20.216]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:37.5091902Z [00:03:20.216]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:37.5092339Z [00:03:20.216]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:54:37.5092806Z [00:03:20.216]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:37.5093133Z [00:03:20.216]➜  EOF
2025-08-20T21:54:37.5115537Z [00:03:20.216]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b812/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697=>github.com/Mzack9999/goja@v0.0.0-20250507184235-e46100e9c697;$WORK/b812=>" -p github.com/Mzack9999/goja -lang=go1.20 -complete -installsuffix shared -buildid eq9L0DlNcOHb5K9uwnmo/eq9L0DlNcOHb5K9uwnmo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b812/importcfg -pack /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/array.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/array_sparse.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/builtin_array.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/builtin_bigint.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/builtin_boolean.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/builtin_date.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/builtin_error.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/builtin_function.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/builtin_global.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/builtin_json.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/builtin_map.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/builtin_math.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/builtin_number.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/builtin_object.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/builtin_promise.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/builtin_proxy.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/builtin_reflect.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/builtin_regexp.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/builtin_set.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/builtin_string.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/builtin_symbol.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/builtin_typedarrays.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/builtin_weakmap.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/builtin_weakset.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/compiler.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/compiler_expr.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/compiler_stmt.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/date.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/date_parser.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/destruct.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/func.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/ipow.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/map.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/object.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/object_args.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/object_dynamic.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/object_goarray_reflect.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/object_gomap.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/object_gomap_reflect.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/object_goreflect.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/object_goslice.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/object_goslice_reflect.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/object_template.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/profiler.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/proxy.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/regexp.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/runtime.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/string.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/string_ascii.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/string_imported.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/string_unicode.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/typedarrays.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/value.go /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/vm.go
2025-08-20T21:54:37.5238217Z [00:03:20.233]➜  go tool buildid -w $WORK/b872/_pkg_.a # internal
2025-08-20T21:54:37.5276636Z [00:03:20.237]➜  cp $WORK/b872/_pkg_.a /root/.cache/go-build/5e/5ef5944c4dd5561fd5a3ac7a31239e55249dc716364e952b178785cd630d3e63-d # internal
2025-08-20T21:54:37.5292005Z [00:03:20.237]➜  go/version
2025-08-20T21:54:37.5292294Z [00:03:20.237]➜  mkdir -p $WORK/b873/
2025-08-20T21:54:37.5292865Z [00:03:20.237]➜  cat >/tmp/go-build3999932643/b873/importcfg << 'EOF' # internal
2025-08-20T21:54:37.5293280Z [00:03:20.237]➜  # import config
2025-08-20T21:54:37.5293649Z [00:03:20.237]➜  packagefile internal/gover=/tmp/go-build3999932643/b874/_pkg_.a
2025-08-20T21:54:37.5294104Z [00:03:20.237]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:37.5294420Z [00:03:20.237]➜  EOF
2025-08-20T21:54:37.5312096Z [00:03:20.240]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b873/_pkg_.a -trimpath "/root/.go/src/go/version=>go/version;$WORK/b873=>" -p go/version -lang=go1.25 -std -complete -installsuffix shared -buildid cPUaEakOg4EO-MnVQWup/cPUaEakOg4EO-MnVQWup -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b873/importcfg -pack /root/.go/src/go/version/version.go
2025-08-20T21:54:37.5457678Z [00:03:20.255]➜  go tool buildid -w $WORK/b873/_pkg_.a # internal
2025-08-20T21:54:37.5463011Z [00:03:20.255]➜  cp $WORK/b873/_pkg_.a /root/.cache/go-build/04/046d81d4490bd5eb451218f64896e8af4712dbb122d3bdfce5bd69a040fb161e-d # internal
2025-08-20T21:54:37.5463633Z [00:03:20.256]➜  internal/buildcfg
2025-08-20T21:54:37.5463913Z [00:03:20.256]➜  mkdir -p $WORK/b875/
2025-08-20T21:54:37.5467796Z [00:03:20.256]➜  cat >/tmp/go-build3999932643/b875/importcfg << 'EOF' # internal
2025-08-20T21:54:37.5468153Z [00:03:20.256]➜  # import config
2025-08-20T21:54:37.5468486Z [00:03:20.256]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:37.5469301Z [00:03:20.256]➜  packagefile internal/goexperiment=/tmp/go-build3999932643/b017/_pkg_.a
2025-08-20T21:54:37.5469931Z [00:03:20.256]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:37.5470371Z [00:03:20.256]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:37.5470822Z [00:03:20.256]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:37.5471250Z [00:03:20.256]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:37.5471686Z [00:03:20.256]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:37.5472118Z [00:03:20.256]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:37.5472432Z [00:03:20.256]➜  EOF
2025-08-20T21:54:37.5474258Z [00:03:20.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b875/_pkg_.a -trimpath "/root/.go/src/internal/buildcfg=>internal/buildcfg;$WORK/b875=>" -p internal/buildcfg -lang=go1.25 -std -complete -installsuffix shared -buildid K5_QvLCXDFJtd2aeonfj/K5_QvLCXDFJtd2aeonfj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b875/importcfg -pack /root/.go/src/internal/buildcfg/cfg.go /root/.go/src/internal/buildcfg/exp.go /root/.go/src/internal/buildcfg/zbootstrap.go
2025-08-20T21:54:37.5864580Z [00:03:20.296]➜  go tool buildid -w $WORK/b861/_pkg_.a # internal
2025-08-20T21:54:37.5956179Z [00:03:20.305]➜  cp $WORK/b861/_pkg_.a /root/.cache/go-build/4c/4cef91fd6d783dd4b662f4a1e4e5bd29ad5a9acd1102208210c30034555da927-d # internal
2025-08-20T21:54:37.5961310Z [00:03:20.305]➜  internal/types/errors
2025-08-20T21:54:37.5964098Z [00:03:20.305]➜  mkdir -p $WORK/b877/
2025-08-20T21:54:37.5965055Z [00:03:20.305]➜  cat >/tmp/go-build3999932643/b877/importcfg << 'EOF' # internal
2025-08-20T21:54:37.5966755Z [00:03:20.305]➜  # import config
2025-08-20T21:54:37.5967132Z [00:03:20.305]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:37.5967589Z [00:03:20.305]➜  EOF
2025-08-20T21:54:37.5969530Z [00:03:20.305]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b877/_pkg_.a -trimpath "/root/.go/src/internal/types/errors=>internal/types/errors;$WORK/b877=>" -p internal/types/errors -lang=go1.25 -std -complete -installsuffix shared -buildid Dv2wj4kKxBocpsmBct-b/Dv2wj4kKxBocpsmBct-b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b877/importcfg -pack /root/.go/src/internal/types/errors/code_string.go /root/.go/src/internal/types/errors/codes.go
2025-08-20T21:54:37.6086127Z [00:03:20.317]➜  go tool buildid -w $WORK/b875/_pkg_.a # internal
2025-08-20T21:54:37.6092188Z [00:03:20.318]➜  cp $WORK/b875/_pkg_.a /root/.cache/go-build/44/44e1e3d12cef4f42dea62c5baa6be64dc31d6e83440a4c7419fc6eea076647fb-d # internal
2025-08-20T21:54:37.6093083Z [00:03:20.319]➜  golang.org/x/mod/semver
2025-08-20T21:54:37.6093496Z [00:03:20.319]➜  mkdir -p $WORK/b880/
2025-08-20T21:54:37.6097913Z [00:03:20.319]➜  go tool buildid -w $WORK/b877/_pkg_.a # internal
2025-08-20T21:54:37.6102280Z [00:03:20.320]➜  cp $WORK/b877/_pkg_.a /root/.cache/go-build/55/5558eb285ea154e476370accbe9fb25a148ed04e3cd8facfd861ab990d54fa3e-d # internal
2025-08-20T21:54:37.6110787Z [00:03:20.320]➜  cat >/tmp/go-build3999932643/b880/importcfg << 'EOF' # internal
2025-08-20T21:54:37.6111157Z [00:03:20.320]➜  # import config
2025-08-20T21:54:37.6111497Z [00:03:20.320]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:37.6111942Z [00:03:20.320]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:37.6112255Z [00:03:20.320]➜  EOF
2025-08-20T21:54:37.6126832Z [00:03:20.322]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b880/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/mod@v0.25.0/semver=>golang.org/x/mod@v0.25.0/semver;$WORK/b880=>" -p golang.org/x/mod/semver -lang=go1.23 -complete -installsuffix shared -buildid mQzKBWXbCY40SljRIbbe/mQzKBWXbCY40SljRIbbe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b880/importcfg -pack /root/go/pkg/mod/golang.org/x/mod@v0.25.0/semver/semver.go
2025-08-20T21:54:37.6128963Z [00:03:20.322]➜  go/types
2025-08-20T21:54:37.6129806Z [00:03:20.322]➜  mkdir -p $WORK/b871/
2025-08-20T21:54:37.6130976Z [00:03:20.322]➜  cat >/tmp/go-build3999932643/b871/importcfg << 'EOF' # internal
2025-08-20T21:54:37.6131329Z [00:03:20.322]➜  # import config
2025-08-20T21:54:37.6131665Z [00:03:20.322]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:37.6132096Z [00:03:20.322]➜  packagefile cmp=/tmp/go-build3999932643/b046/_pkg_.a
2025-08-20T21:54:37.6132536Z [00:03:20.322]➜  packagefile container/heap=/tmp/go-build3999932643/b329/_pkg_.a
2025-08-20T21:54:37.6132990Z [00:03:20.322]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:37.6133400Z [00:03:20.322]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:37.6133808Z [00:03:20.322]➜  packagefile go/ast=/tmp/go-build3999932643/b660/_pkg_.a
2025-08-20T21:54:37.6134247Z [00:03:20.322]➜  packagefile go/constant=/tmp/go-build3999932643/b872/_pkg_.a
2025-08-20T21:54:37.6134705Z [00:03:20.322]➜  packagefile go/parser=/tmp/go-build3999932643/b666/_pkg_.a
2025-08-20T21:54:37.6135143Z [00:03:20.322]➜  packagefile go/token=/tmp/go-build3999932643/b662/_pkg_.a
2025-08-20T21:54:37.6135583Z [00:03:20.322]➜  packagefile go/version=/tmp/go-build3999932643/b873/_pkg_.a
2025-08-20T21:54:37.6136065Z [00:03:20.322]➜  packagefile internal/buildcfg=/tmp/go-build3999932643/b875/_pkg_.a
2025-08-20T21:54:37.6136561Z [00:03:20.322]➜  packagefile internal/godebug=/tmp/go-build3999932643/b058/_pkg_.a
2025-08-20T21:54:37.6137240Z [00:03:20.322]➜  packagefile internal/goversion=/tmp/go-build3999932643/b876/_pkg_.a
2025-08-20T21:54:37.6137967Z [00:03:20.322]➜  packagefile internal/types/errors=/tmp/go-build3999932643/b877/_pkg_.a
2025-08-20T21:54:37.6138435Z [00:03:20.322]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:37.6138837Z [00:03:20.322]➜  packagefile iter=/tmp/go-build3999932643/b039/_pkg_.a
2025-08-20T21:54:37.6139248Z [00:03:20.322]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:37.6139646Z [00:03:20.322]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:37.6140090Z [00:03:20.322]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:37.6140532Z [00:03:20.322]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:37.6141077Z [00:03:20.322]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:37.6141553Z [00:03:20.322]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:37.6141975Z [00:03:20.322]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:37.6142400Z [00:03:20.322]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:37.6142812Z [00:03:20.322]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:37.6143242Z [00:03:20.322]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:37.6143893Z [00:03:20.322]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:37.6144353Z [00:03:20.322]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:37.6144685Z [00:03:20.322]➜  EOF
2025-08-20T21:54:37.6187306Z [00:03:20.322]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b871/_pkg_.a -trimpath "/root/.go/src/go/types=>go/types;$WORK/b871=>" -p go/types -lang=go1.25 -std -complete -installsuffix shared -buildid V6n_L9ve-oMhR5D8slLe/V6n_L9ve-oMhR5D8slLe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b871/importcfg -pack /root/.go/src/go/types/alias.go /root/.go/src/go/types/api.go /root/.go/src/go/types/api_predicates.go /root/.go/src/go/types/array.go /root/.go/src/go/types/assignments.go /root/.go/src/go/types/badlinkname.go /root/.go/src/go/types/basic.go /root/.go/src/go/types/builtins.go /root/.go/src/go/types/call.go /root/.go/src/go/types/chan.go /root/.go/src/go/types/check.go /root/.go/src/go/types/const.go /root/.go/src/go/types/context.go /root/.go/src/go/types/conversions.go /root/.go/src/go/types/decl.go /root/.go/src/go/types/errors.go /root/.go/src/go/types/errsupport.go /root/.go/src/go/types/eval.go /root/.go/src/go/types/expr.go /root/.go/src/go/types/exprstring.go /root/.go/src/go/types/format.go /root/.go/src/go/types/gccgosizes.go /root/.go/src/go/types/gcsizes.go /root/.go/src/go/types/generate.go /root/.go/src/go/types/index.go /root/.go/src/go/types/infer.go /root/.go/src/go/types/initorder.go /root/.go/src/go/types/instantiate.go /root/.go/src/go/types/interface.go /root/.go/src/go/types/iter.go /root/.go/src/go/types/labels.go /root/.go/src/go/types/literals.go /root/.go/src/go/types/lookup.go /root/.go/src/go/types/map.go /root/.go/src/go/types/methodset.go /root/.go/src/go/types/mono.go /root/.go/src/go/types/named.go /root/.go/src/go/types/object.go /root/.go/src/go/types/objset.go /root/.go/src/go/types/operand.go /root/.go/src/go/types/package.go /root/.go/src/go/types/pointer.go /root/.go/src/go/types/predicates.go /root/.go/src/go/types/range.go /root/.go/src/go/types/recording.go /root/.go/src/go/types/resolver.go /root/.go/src/go/types/return.go /root/.go/src/go/types/scope.go /root/.go/src/go/types/scope2.go /root/.go/src/go/types/selection.go /root/.go/src/go/types/signature.go /root/.go/src/go/types/sizes.go /root/.go/src/go/types/slice.go /root/.go/src/go/types/stmt.go /root/.go/src/go/types/struct.go /root/.go/src/go/types/subst.go /root/.go/src/go/types/termlist.go /root/.go/src/go/types/tuple.go /root/.go/src/go/types/type.go /root/.go/src/go/types/typelists.go /root/.go/src/go/types/typeparam.go /root/.go/src/go/types/typeset.go /root/.go/src/go/types/typestring.go /root/.go/src/go/types/typeterm.go /root/.go/src/go/types/typexpr.go /root/.go/src/go/types/under.go /root/.go/src/go/types/unify.go /root/.go/src/go/types/union.go /root/.go/src/go/types/universe.go /root/.go/src/go/types/util.go /root/.go/src/go/types/validtype.go /root/.go/src/go/types/version.go
2025-08-20T21:54:37.6765404Z [00:03:20.386]➜  go tool buildid -w $WORK/b880/_pkg_.a # internal
2025-08-20T21:54:37.6771927Z [00:03:20.386]➜  cp $WORK/b880/_pkg_.a /root/.cache/go-build/e0/e0d9a2b307b0b59433b944dab265e43315c72c7018e15ddd24c0da75e37b64eb-d # internal
2025-08-20T21:54:37.6781523Z [00:03:20.387]➜  golang.org/x/tools/internal/event/label
2025-08-20T21:54:37.6789776Z [00:03:20.387]➜  mkdir -p $WORK/b884/
2025-08-20T21:54:37.6790470Z [00:03:20.387]➜  cat >/tmp/go-build3999932643/b884/importcfg << 'EOF' # internal
2025-08-20T21:54:37.6790925Z [00:03:20.387]➜  # import config
2025-08-20T21:54:37.6791261Z [00:03:20.387]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:37.6791674Z [00:03:20.387]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:37.6792089Z [00:03:20.387]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:37.6792514Z [00:03:20.387]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:37.6792823Z [00:03:20.387]➜  EOF
2025-08-20T21:54:37.6795063Z [00:03:20.387]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b884/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event/label=>golang.org/x/tools@v0.34.0/internal/event/label;$WORK/b884=>" -p golang.org/x/tools/internal/event/label -lang=go1.23 -complete -installsuffix shared -buildid p92GLF91i3QxyXx4yeNt/p92GLF91i3QxyXx4yeNt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b884/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event/label/label.go
2025-08-20T21:54:37.7070035Z [00:03:20.416]➜  go tool buildid -w $WORK/b884/_pkg_.a # internal
2025-08-20T21:54:37.7077079Z [00:03:20.417]➜  cp $WORK/b884/_pkg_.a /root/.cache/go-build/fb/fbc7363b42e9c329be5ed572b6b49879ad3c65515199351ff76fc2436adb8e42-d # internal
2025-08-20T21:54:37.7128559Z [00:03:20.422]➜  golang.org/x/tools/internal/event/keys
2025-08-20T21:54:37.7133651Z [00:03:20.422]➜  mkdir -p $WORK/b883/
2025-08-20T21:54:37.7141930Z [00:03:20.423]➜  cat >/tmp/go-build3999932643/b883/importcfg << 'EOF' # internal
2025-08-20T21:54:37.7142576Z [00:03:20.424]➜  # import config
2025-08-20T21:54:37.7144213Z [00:03:20.424]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:37.7144802Z [00:03:20.424]➜  packagefile golang.org/x/tools/internal/event/label=/tmp/go-build3999932643/b884/_pkg_.a
2025-08-20T21:54:37.7145323Z [00:03:20.424]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:37.7145739Z [00:03:20.424]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:37.7146147Z [00:03:20.424]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:37.7146572Z [00:03:20.424]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:37.7146997Z [00:03:20.424]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:37.7147309Z [00:03:20.424]➜  EOF
2025-08-20T21:54:37.7150004Z [00:03:20.424]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b883/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event/keys=>golang.org/x/tools@v0.34.0/internal/event/keys;$WORK/b883=>" -p golang.org/x/tools/internal/event/keys -lang=go1.23 -complete -installsuffix shared -buildid jCpwYh2uSjSzV7Ldu4ul/jCpwYh2uSjSzV7Ldu4ul -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b883/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event/keys/keys.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event/keys/standard.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event/keys/util.go
2025-08-20T21:54:37.7908845Z [00:03:20.500]➜  go tool buildid -w $WORK/b883/_pkg_.a # internal
2025-08-20T21:54:37.7930691Z [00:03:20.502]➜  cp $WORK/b883/_pkg_.a /root/.cache/go-build/85/857d24a84918a76f1f821055d3f5789ad110b20f5920afac5337d3e0e848f836-d # internal
2025-08-20T21:54:37.7944175Z [00:03:20.504]➜  golang.org/x/tools/internal/event/core
2025-08-20T21:54:37.7946929Z [00:03:20.504]➜  mkdir -p $WORK/b882/
2025-08-20T21:54:37.7947337Z [00:03:20.504]➜  cat >/tmp/go-build3999932643/b882/importcfg << 'EOF' # internal
2025-08-20T21:54:37.7948042Z [00:03:20.504]➜  # import config
2025-08-20T21:54:37.7948406Z [00:03:20.504]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:37.7948830Z [00:03:20.504]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:37.7949583Z [00:03:20.504]➜  packagefile golang.org/x/tools/internal/event/keys=/tmp/go-build3999932643/b883/_pkg_.a
2025-08-20T21:54:37.7950308Z [00:03:20.504]➜  packagefile golang.org/x/tools/internal/event/label=/tmp/go-build3999932643/b884/_pkg_.a
2025-08-20T21:54:37.7950869Z [00:03:20.504]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:37.7951299Z [00:03:20.504]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:37.7951604Z [00:03:20.504]➜  EOF
2025-08-20T21:54:37.7971300Z [00:03:20.506]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b882/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event/core=>golang.org/x/tools@v0.34.0/internal/event/core;$WORK/b882=>" -p golang.org/x/tools/internal/event/core -lang=go1.23 -complete -installsuffix shared -buildid 9alrh6oeqxw6wSNT4bNC/9alrh6oeqxw6wSNT4bNC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b882/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event/core/event.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event/core/export.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event/core/fast.go
2025-08-20T21:54:37.8400697Z [00:03:20.549]➜  go tool buildid -w $WORK/b882/_pkg_.a # internal
2025-08-20T21:54:37.8408448Z [00:03:20.550]➜  cp $WORK/b882/_pkg_.a /root/.cache/go-build/a9/a954aa0e3ba23b4d902038141e270f035dd9ceac9cf19d31a6794e323d3941c4-d # internal
2025-08-20T21:54:37.8416575Z [00:03:20.551]➜  golang.org/x/tools/internal/event
2025-08-20T21:54:37.8417517Z [00:03:20.551]➜  mkdir -p $WORK/b881/
2025-08-20T21:54:37.8422367Z [00:03:20.552]➜  cat >/tmp/go-build3999932643/b881/importcfg << 'EOF' # internal
2025-08-20T21:54:37.8423300Z [00:03:20.552]➜  # import config
2025-08-20T21:54:37.8423738Z [00:03:20.552]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:37.8424600Z [00:03:20.552]➜  packagefile golang.org/x/tools/internal/event/core=/tmp/go-build3999932643/b882/_pkg_.a
2025-08-20T21:54:37.8425251Z [00:03:20.552]➜  packagefile golang.org/x/tools/internal/event/keys=/tmp/go-build3999932643/b883/_pkg_.a
2025-08-20T21:54:37.8425912Z [00:03:20.552]➜  packagefile golang.org/x/tools/internal/event/label=/tmp/go-build3999932643/b884/_pkg_.a
2025-08-20T21:54:37.8426333Z [00:03:20.552]➜  EOF
2025-08-20T21:54:37.8433471Z [00:03:20.552]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b881/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event=>golang.org/x/tools@v0.34.0/internal/event;$WORK/b881=>" -p golang.org/x/tools/internal/event -lang=go1.23 -complete -installsuffix shared -buildid u-DJo38jouOEZTrSYmN0/u-DJo38jouOEZTrSYmN0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b881/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event/doc.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event/event.go
2025-08-20T21:54:37.8831130Z [00:03:20.592]➜  go tool buildid -w $WORK/b881/_pkg_.a # internal
2025-08-20T21:54:37.8839894Z [00:03:20.593]➜  cp $WORK/b881/_pkg_.a /root/.cache/go-build/d0/d01013260fcdad53563316e0f8a5466a9fbaf9a5ba8421867c77f24594c88410-d # internal
2025-08-20T21:54:37.8861043Z [00:03:20.595]➜  golang.org/x/tools/internal/gocommand
2025-08-20T21:54:37.8861891Z [00:03:20.595]➜  mkdir -p $WORK/b879/
2025-08-20T21:54:37.8872708Z [00:03:20.596]➜  cat >/tmp/go-build3999932643/b879/importcfg << 'EOF' # internal
2025-08-20T21:54:37.8873488Z [00:03:20.597]➜  # import config
2025-08-20T21:54:37.8874313Z [00:03:20.597]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:37.8874816Z [00:03:20.597]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:37.8875851Z [00:03:20.597]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:37.8876592Z [00:03:20.597]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:37.8877603Z [00:03:20.597]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:37.8878325Z [00:03:20.597]➜  packagefile golang.org/x/mod/semver=/tmp/go-build3999932643/b880/_pkg_.a
2025-08-20T21:54:37.8879886Z [00:03:20.597]➜  packagefile golang.org/x/tools/internal/event=/tmp/go-build3999932643/b881/_pkg_.a
2025-08-20T21:54:37.8880591Z [00:03:20.597]➜  packagefile golang.org/x/tools/internal/event/keys=/tmp/go-build3999932643/b883/_pkg_.a
2025-08-20T21:54:37.8881251Z [00:03:20.597]➜  packagefile golang.org/x/tools/internal/event/label=/tmp/go-build3999932643/b884/_pkg_.a
2025-08-20T21:54:37.8881767Z [00:03:20.597]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:37.8882169Z [00:03:20.597]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:37.8882761Z [00:03:20.597]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:37.8883176Z [00:03:20.597]➜  packagefile os/exec=/tmp/go-build3999932643/b507/_pkg_.a
2025-08-20T21:54:37.8883628Z [00:03:20.597]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:37.8884073Z [00:03:20.597]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:37.8884496Z [00:03:20.597]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:37.8884918Z [00:03:20.597]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:37.8885351Z [00:03:20.597]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:37.8885767Z [00:03:20.597]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:37.8886187Z [00:03:20.597]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:37.8886604Z [00:03:20.597]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:37.8886916Z [00:03:20.597]➜  EOF
2025-08-20T21:54:37.8889865Z [00:03:20.597]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b879/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/gocommand=>golang.org/x/tools@v0.34.0/internal/gocommand;$WORK/b879=>" -p golang.org/x/tools/internal/gocommand -lang=go1.23 -complete -installsuffix shared -buildid U562NDTKR0OIdf4X2HLz/U562NDTKR0OIdf4X2HLz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b879/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/gocommand/invoke.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/gocommand/invoke_unix.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/gocommand/vendor.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/gocommand/version.go
2025-08-20T21:54:37.9704369Z [00:03:20.679]➜  go tool buildid -w $WORK/b879/_pkg_.a # internal
2025-08-20T21:54:37.9719441Z [00:03:20.681]➜  cp $WORK/b879/_pkg_.a /root/.cache/go-build/41/416d608324599d9e7d177e882cb6bf0f6061ea1abca3358084054d1fd5628390-d # internal
2025-08-20T21:54:37.9720083Z [00:03:20.681]➜  internal/goroot
2025-08-20T21:54:37.9720352Z [00:03:20.681]➜  mkdir -p $WORK/b887/
2025-08-20T21:54:37.9722299Z [00:03:20.682]➜  cat >/tmp/go-build3999932643/b887/importcfg << 'EOF' # internal
2025-08-20T21:54:37.9725465Z [00:03:20.682]➜  # import config
2025-08-20T21:54:37.9726131Z [00:03:20.682]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:37.9726669Z [00:03:20.682]➜  packagefile os/exec=/tmp/go-build3999932643/b507/_pkg_.a
2025-08-20T21:54:37.9728057Z [00:03:20.682]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:37.9728808Z [00:03:20.682]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:37.9729316Z [00:03:20.682]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:37.9729629Z [00:03:20.682]➜  EOF
2025-08-20T21:54:37.9731113Z [00:03:20.682]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b887/_pkg_.a -trimpath "/root/.go/src/internal/goroot=>internal/goroot;$WORK/b887=>" -p internal/goroot -lang=go1.25 -std -complete -installsuffix shared -buildid sdKM_SSkBhjJZNvj3pRB/sdKM_SSkBhjJZNvj3pRB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b887/importcfg -pack /root/.go/src/internal/goroot/gc.go
2025-08-20T21:54:38.0003982Z [00:03:20.709]➜  go tool buildid -w $WORK/b887/_pkg_.a # internal
2025-08-20T21:54:38.0009110Z [00:03:20.710]➜  cp $WORK/b887/_pkg_.a /root/.cache/go-build/76/760ab8a65c21639b23d19bbedb0438515746cd4d5b260785c0d883c8bc395268-d # internal
2025-08-20T21:54:38.0011860Z [00:03:20.711]➜  go/build
2025-08-20T21:54:38.0040283Z [00:03:20.713]➜  mkdir -p $WORK/b886/
2025-08-20T21:54:38.0046184Z [00:03:20.714]➜  cat >/tmp/go-build3999932643/b886/importcfg << 'EOF' # internal
2025-08-20T21:54:38.0046868Z [00:03:20.714]➜  # import config
2025-08-20T21:54:38.0047814Z [00:03:20.714]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:38.0048517Z [00:03:20.714]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:38.0049419Z [00:03:20.714]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:38.0051096Z [00:03:20.714]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:38.0051518Z [00:03:20.714]➜  packagefile go/ast=/tmp/go-build3999932643/b660/_pkg_.a
2025-08-20T21:54:38.0051984Z [00:03:20.714]➜  packagefile go/build/constraint=/tmp/go-build3999932643/b667/_pkg_.a
2025-08-20T21:54:38.0052461Z [00:03:20.714]➜  packagefile go/doc=/tmp/go-build3999932643/b663/_pkg_.a
2025-08-20T21:54:38.0052889Z [00:03:20.714]➜  packagefile go/parser=/tmp/go-build3999932643/b666/_pkg_.a
2025-08-20T21:54:38.0053337Z [00:03:20.714]➜  packagefile go/scanner=/tmp/go-build3999932643/b661/_pkg_.a
2025-08-20T21:54:38.0053776Z [00:03:20.714]➜  packagefile go/token=/tmp/go-build3999932643/b662/_pkg_.a
2025-08-20T21:54:38.0054241Z [00:03:20.714]➜  packagefile internal/buildcfg=/tmp/go-build3999932643/b875/_pkg_.a
2025-08-20T21:54:38.0054731Z [00:03:20.714]➜  packagefile internal/godebug=/tmp/go-build3999932643/b058/_pkg_.a
2025-08-20T21:54:38.0055222Z [00:03:20.714]➜  packagefile internal/goroot=/tmp/go-build3999932643/b887/_pkg_.a
2025-08-20T21:54:38.0056012Z [00:03:20.714]➜  packagefile internal/goversion=/tmp/go-build3999932643/b876/_pkg_.a
2025-08-20T21:54:38.0056517Z [00:03:20.714]➜  packagefile internal/platform=/tmp/go-build3999932643/b888/_pkg_.a
2025-08-20T21:54:38.0057014Z [00:03:20.714]➜  packagefile internal/syslist=/tmp/go-build3999932643/b889/_pkg_.a
2025-08-20T21:54:38.0057657Z [00:03:20.714]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:38.0058205Z [00:03:20.714]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:38.0058662Z [00:03:20.714]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:38.0059072Z [00:03:20.714]➜  packagefile os/exec=/tmp/go-build3999932643/b507/_pkg_.a
2025-08-20T21:54:38.0059486Z [00:03:20.714]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:38.0059927Z [00:03:20.714]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:38.0060376Z [00:03:20.714]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:38.0060794Z [00:03:20.714]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:38.0061211Z [00:03:20.714]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:38.0061801Z [00:03:20.714]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:38.0062286Z [00:03:20.714]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:38.0062819Z [00:03:20.714]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:38.0063214Z [00:03:20.714]➜  EOF
2025-08-20T21:54:38.0064906Z [00:03:20.714]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b886/_pkg_.a -trimpath "/root/.go/src/go/build=>go/build;$WORK/b886=>" -p go/build -lang=go1.25 -std -complete -installsuffix shared -buildid Fn1FdsUzwzLDiKlYjEeg/Fn1FdsUzwzLDiKlYjEeg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b886/importcfg -pack /root/.go/src/go/build/build.go /root/.go/src/go/build/doc.go /root/.go/src/go/build/gc.go /root/.go/src/go/build/read.go
2025-08-20T21:54:38.0961599Z [00:03:20.805]➜  go tool buildid -w $WORK/b848/_pkg_.a # internal
2025-08-20T21:54:38.1814959Z [00:03:20.890]➜  cp $WORK/b848/_pkg_.a /root/.cache/go-build/13/13de7c4439a305449e88a51d2cbe617f1e084282d35dcdfe60d2f8f96d4c3b8a-d # internal
2025-08-20T21:54:38.1881238Z [00:03:20.897]➜  github.com/go-rod/rod/lib/utils
2025-08-20T21:54:38.1882111Z [00:03:20.897]➜  mkdir -p $WORK/b847/
2025-08-20T21:54:38.1885047Z [00:03:20.898]➜  cat >/tmp/go-build3999932643/b847/importcfg << 'EOF' # internal
2025-08-20T21:54:38.1887871Z [00:03:20.898]➜  # import config
2025-08-20T21:54:38.1888592Z [00:03:20.898]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:38.1889469Z [00:03:20.898]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:38.1890818Z [00:03:20.898]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:38.1891372Z [00:03:20.898]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:38.1891847Z [00:03:20.898]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:38.1892291Z [00:03:20.898]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:38.1892802Z [00:03:20.898]➜  packagefile github.com/go-rod/rod/lib/proto=/tmp/go-build3999932643/b848/_pkg_.a
2025-08-20T21:54:38.1893365Z [00:03:20.898]➜  packagefile github.com/ysmood/gson=/tmp/go-build3999932643/b849/_pkg_.a
2025-08-20T21:54:38.1893843Z [00:03:20.898]➜  packagefile image=/tmp/go-build3999932643/b496/_pkg_.a
2025-08-20T21:54:38.1894277Z [00:03:20.898]➜  packagefile image/jpeg=/tmp/go-build3999932643/b552/_pkg_.a
2025-08-20T21:54:38.1894724Z [00:03:20.898]➜  packagefile image/png=/tmp/go-build3999932643/b498/_pkg_.a
2025-08-20T21:54:38.1895149Z [00:03:20.898]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:38.1895556Z [00:03:20.898]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:38.1896343Z [00:03:20.898]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:38.1896764Z [00:03:20.898]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:38.1897184Z [00:03:20.898]➜  packagefile os/exec=/tmp/go-build3999932643/b507/_pkg_.a
2025-08-20T21:54:38.1897926Z [00:03:20.898]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:38.1898383Z [00:03:20.898]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:38.1898817Z [00:03:20.898]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:38.1899238Z [00:03:20.898]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:38.1899657Z [00:03:20.898]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:38.1900100Z [00:03:20.898]➜  packagefile text/template=/tmp/go-build3999932643/b510/_pkg_.a
2025-08-20T21:54:38.1900542Z [00:03:20.898]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:38.1900896Z [00:03:20.898]➜  EOF
2025-08-20T21:54:38.2569896Z [00:03:20.898]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b847/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/utils=>github.com/go-rod/rod@v0.116.2/lib/utils;$WORK/b847=>" -p github.com/go-rod/rod/lib/utils -lang=go1.21 -complete -installsuffix shared -buildid bmUSDDeZoG9Zgh9tAcZq/bmUSDDeZoG9Zgh9tAcZq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b847/importcfg -pack /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/utils/imageutil.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/utils/sleeper.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/utils/utils.go
2025-08-20T21:54:38.2572120Z [00:03:20.966]➜  go tool buildid -w $WORK/b886/_pkg_.a # internal
2025-08-20T21:54:38.2686129Z [00:03:20.978]➜  cp $WORK/b886/_pkg_.a /root/.cache/go-build/5f/5f896b84a5b2a83f88658c2e7d193d1c00f6d4e42619b4165f2b9549692ce6ee-d # internal
2025-08-20T21:54:38.2823633Z [00:03:20.991]➜  github.com/go-rod/rod/lib/devices
2025-08-20T21:54:38.2824039Z [00:03:20.992]➜  mkdir -p $WORK/b850/
2025-08-20T21:54:38.2824657Z [00:03:20.992]➜  cat >/tmp/go-build3999932643/b850/importcfg << 'EOF' # internal
2025-08-20T21:54:38.2825148Z [00:03:20.992]➜  # import config
2025-08-20T21:54:38.2825724Z [00:03:20.992]➜  packagefile github.com/go-rod/rod/lib/proto=/tmp/go-build3999932643/b848/_pkg_.a
2025-08-20T21:54:38.2826395Z [00:03:20.992]➜  packagefile github.com/ysmood/gson=/tmp/go-build3999932643/b849/_pkg_.a
2025-08-20T21:54:38.2826878Z [00:03:20.992]➜  EOF
2025-08-20T21:54:38.2838725Z [00:03:20.993]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b850/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/devices=>github.com/go-rod/rod@v0.116.2/lib/devices;$WORK/b850=>" -p github.com/go-rod/rod/lib/devices -lang=go1.21 -complete -installsuffix shared -buildid 10XqeEM75E7Pm9g7fSpD/10XqeEM75E7Pm9g7fSpD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b850/importcfg -pack /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/devices/device.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/devices/list.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/devices/utils.go
2025-08-20T21:54:38.3155755Z [00:03:21.025]➜  go tool buildid -w $WORK/b847/_pkg_.a # internal
2025-08-20T21:54:38.3172610Z [00:03:21.026]➜  cp $WORK/b847/_pkg_.a /root/.cache/go-build/e5/e5ca9ee4dd3cdf1db953edc4517c29438f8adf51c46c49a5c2578d5057a6e131-d # internal
2025-08-20T21:54:38.3174937Z [00:03:21.027]➜  github.com/go-rod/rod/lib/defaults
2025-08-20T21:54:38.3175276Z [00:03:21.027]➜  mkdir -p $WORK/b846/
2025-08-20T21:54:38.3177994Z [00:03:21.027]➜  cat >/tmp/go-build3999932643/b846/importcfg << 'EOF' # internal
2025-08-20T21:54:38.3178616Z [00:03:21.027]➜  # import config
2025-08-20T21:54:38.3178956Z [00:03:21.027]➜  packagefile flag=/tmp/go-build3999932643/b071/_pkg_.a
2025-08-20T21:54:38.3179477Z [00:03:21.027]➜  packagefile github.com/go-rod/rod/lib/utils=/tmp/go-build3999932643/b847/_pkg_.a
2025-08-20T21:54:38.3180377Z [00:03:21.027]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:38.3180780Z [00:03:21.027]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:38.3181188Z [00:03:21.027]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:38.3181619Z [00:03:21.027]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:38.3182046Z [00:03:21.027]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:38.3182468Z [00:03:21.027]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:38.3182777Z [00:03:21.027]➜  EOF
2025-08-20T21:54:38.3184630Z [00:03:21.027]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b846/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/defaults=>github.com/go-rod/rod@v0.116.2/lib/defaults;$WORK/b846=>" -p github.com/go-rod/rod/lib/defaults -lang=go1.21 -complete -installsuffix shared -buildid ZgxsElLCKC_JOzLQIlo-/ZgxsElLCKC_JOzLQIlo- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b846/importcfg -pack /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/defaults/defaults.go
2025-08-20T21:54:38.3207283Z [00:03:21.030]➜  go tool buildid -w $WORK/b850/_pkg_.a # internal
2025-08-20T21:54:38.3214582Z [00:03:21.030]➜  cp $WORK/b850/_pkg_.a /root/.cache/go-build/00/00f9210986fdbe48ef884fe75caee0d87131d0aa79e1a6c9609a7a0e58f906ae-d # internal
2025-08-20T21:54:38.3280223Z [00:03:21.037]➜  github.com/go-rod/rod/lib/input
2025-08-20T21:54:38.3281036Z [00:03:21.037]➜  mkdir -p $WORK/b851/
2025-08-20T21:54:38.3286625Z [00:03:21.038]➜  cat >/tmp/go-build3999932643/b851/importcfg << 'EOF' # internal
2025-08-20T21:54:38.3287023Z [00:03:21.038]➜  # import config
2025-08-20T21:54:38.3287601Z [00:03:21.038]➜  packagefile github.com/go-rod/rod/lib/proto=/tmp/go-build3999932643/b848/_pkg_.a
2025-08-20T21:54:38.3288232Z [00:03:21.038]➜  packagefile github.com/ysmood/gson=/tmp/go-build3999932643/b849/_pkg_.a
2025-08-20T21:54:38.3288718Z [00:03:21.038]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:38.3289026Z [00:03:21.038]➜  EOF
2025-08-20T21:54:38.3293843Z [00:03:21.038]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b851/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/input=>github.com/go-rod/rod@v0.116.2/lib/input;$WORK/b851=>" -p github.com/go-rod/rod/lib/input -lang=go1.21 -complete -installsuffix shared -buildid ofG5Xcm7K0FOjCeZ0xbe/ofG5Xcm7K0FOjCeZ0xbe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b851/importcfg -pack /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/input/keyboard.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/input/keymap.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/input/mac_comands.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/input/mouse.go
2025-08-20T21:54:38.3515951Z [00:03:21.061]➜  go tool buildid -w $WORK/b846/_pkg_.a # internal
2025-08-20T21:54:38.3521067Z [00:03:21.061]➜  cp $WORK/b846/_pkg_.a /root/.cache/go-build/53/530f3cfe87daa8448af4db8d960943eed9d9fdfaad7e2e5616a03426c133078c-d # internal
2025-08-20T21:54:38.3540687Z [00:03:21.063]➜  github.com/go-rod/rod/lib/cdp
2025-08-20T21:54:38.3541199Z [00:03:21.063]➜  mkdir -p $WORK/b845/
2025-08-20T21:54:38.3546449Z [00:03:21.064]➜  cat >/tmp/go-build3999932643/b845/importcfg << 'EOF' # internal
2025-08-20T21:54:38.3547002Z [00:03:21.064]➜  # import config
2025-08-20T21:54:38.3547581Z [00:03:21.064]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:38.3548178Z [00:03:21.064]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:38.3548731Z [00:03:21.064]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:38.3549327Z [00:03:21.064]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:38.3549945Z [00:03:21.064]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:38.3550557Z [00:03:21.064]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:38.3551533Z [00:03:21.064]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:38.3552205Z [00:03:21.064]➜  packagefile github.com/go-rod/rod/lib/defaults=/tmp/go-build3999932643/b846/_pkg_.a
2025-08-20T21:54:38.3552974Z [00:03:21.064]➜  packagefile github.com/go-rod/rod/lib/utils=/tmp/go-build3999932643/b847/_pkg_.a
2025-08-20T21:54:38.3553581Z [00:03:21.064]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:38.3554128Z [00:03:21.064]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:38.3554687Z [00:03:21.064]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:38.3555236Z [00:03:21.064]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:38.3555760Z [00:03:21.064]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:38.3556307Z [00:03:21.064]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:38.3557246Z [00:03:21.064]➜  EOF
2025-08-20T21:54:38.3560803Z [00:03:21.065]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b845/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/cdp=>github.com/go-rod/rod@v0.116.2/lib/cdp;$WORK/b845=>" -p github.com/go-rod/rod/lib/cdp -lang=go1.21 -complete -installsuffix shared -buildid 6WJWKhZcDU1qvCU7kQis/6WJWKhZcDU1qvCU7kQis -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b845/importcfg -pack /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/cdp/client.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/cdp/error.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/cdp/format.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/cdp/utils.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/cdp/websocket.go
2025-08-20T21:54:38.3935563Z [00:03:21.103]➜  go tool buildid -w $WORK/b851/_pkg_.a # internal
2025-08-20T21:54:38.3944078Z [00:03:21.104]➜  cp $WORK/b851/_pkg_.a /root/.cache/go-build/fb/fbbf7b81e4386f52819e1fb60907d89bc95e9b5958435891cac1ebfbd955eb1a-d # internal
2025-08-20T21:54:38.3951848Z [00:03:21.104]➜  golang.org/x/mod/internal/lazyregexp
2025-08-20T21:54:38.3959653Z [00:03:21.105]➜  mkdir -p $WORK/b891/
2025-08-20T21:54:38.3960436Z [00:03:21.105]➜  cat >/tmp/go-build3999932643/b891/importcfg << 'EOF' # internal
2025-08-20T21:54:38.3961361Z [00:03:21.105]➜  # import config
2025-08-20T21:54:38.3962776Z [00:03:21.105]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:38.3963241Z [00:03:21.105]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:38.3963674Z [00:03:21.105]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:38.3964094Z [00:03:21.105]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:38.3964400Z [00:03:21.105]➜  EOF
2025-08-20T21:54:38.3966308Z [00:03:21.105]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b891/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/mod@v0.25.0/internal/lazyregexp=>golang.org/x/mod@v0.25.0/internal/lazyregexp;$WORK/b891=>" -p golang.org/x/mod/internal/lazyregexp -lang=go1.23 -complete -installsuffix shared -buildid vREGSLDyH0lbBooKk-0j/vREGSLDyH0lbBooKk-0j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b891/importcfg -pack /root/go/pkg/mod/golang.org/x/mod@v0.25.0/internal/lazyregexp/lazyre.go
2025-08-20T21:54:38.4307495Z [00:03:21.140]➜  go tool buildid -w $WORK/b891/_pkg_.a # internal
2025-08-20T21:54:38.4313810Z [00:03:21.141]➜  cp $WORK/b891/_pkg_.a /root/.cache/go-build/1c/1c5a3e78a06192dba7a1b9bd796acfad325bff7deb0fb1b87c51eea2c3f50b9d-d # internal
2025-08-20T21:54:38.4321669Z [00:03:21.141]➜  golang.org/x/mod/module
2025-08-20T21:54:38.4322494Z [00:03:21.141]➜  mkdir -p $WORK/b890/
2025-08-20T21:54:38.4326027Z [00:03:21.142]➜  cat >/tmp/go-build3999932643/b890/importcfg << 'EOF' # internal
2025-08-20T21:54:38.4327623Z [00:03:21.142]➜  # import config
2025-08-20T21:54:38.4328022Z [00:03:21.142]➜  packagefile cmp=/tmp/go-build3999932643/b046/_pkg_.a
2025-08-20T21:54:38.4328787Z [00:03:21.142]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:38.4329206Z [00:03:21.142]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:38.4329739Z [00:03:21.142]➜  packagefile golang.org/x/mod/internal/lazyregexp=/tmp/go-build3999932643/b891/_pkg_.a
2025-08-20T21:54:38.4330351Z [00:03:21.142]➜  packagefile golang.org/x/mod/semver=/tmp/go-build3999932643/b880/_pkg_.a
2025-08-20T21:54:38.4330825Z [00:03:21.142]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:38.4331251Z [00:03:21.142]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:38.4331675Z [00:03:21.142]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:38.4332090Z [00:03:21.142]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:38.4332505Z [00:03:21.142]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:38.4332956Z [00:03:21.142]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:38.4333286Z [00:03:21.142]➜  EOF
2025-08-20T21:54:38.4335485Z [00:03:21.142]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b890/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/mod@v0.25.0/module=>golang.org/x/mod@v0.25.0/module;$WORK/b890=>" -p golang.org/x/mod/module -lang=go1.23 -complete -installsuffix shared -buildid Qg9CP_0uHFkZTEw7ZMbV/Qg9CP_0uHFkZTEw7ZMbV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b890/importcfg -pack /root/go/pkg/mod/golang.org/x/mod@v0.25.0/module/module.go /root/go/pkg/mod/golang.org/x/mod@v0.25.0/module/pseudo.go
2025-08-20T21:54:38.5248143Z [00:03:21.234]➜  go tool buildid -w $WORK/b845/_pkg_.a # internal
2025-08-20T21:54:38.5272719Z [00:03:21.237]➜  cp $WORK/b845/_pkg_.a /root/.cache/go-build/0a/0a21a3a2956e6ea40ebe3d38a3eb4c33316875a9140476ea9a35f5f34e6bf6af-d # internal
2025-08-20T21:54:38.5321505Z [00:03:21.241]➜  github.com/go-rod/rod/lib/launcher
2025-08-20T21:54:38.5322203Z [00:03:21.241]➜  mkdir -p $WORK/b853/
2025-08-20T21:54:38.5325319Z [00:03:21.242]➜  cat >/tmp/go-build3999932643/b853/importcfg << 'EOF' # internal
2025-08-20T21:54:38.5326359Z [00:03:21.242]➜  # import config
2025-08-20T21:54:38.5326707Z [00:03:21.242]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:38.5327141Z [00:03:21.242]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:38.5327659Z [00:03:21.242]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:38.5328117Z [00:03:21.242]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:38.5328573Z [00:03:21.242]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:38.5329036Z [00:03:21.242]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:38.5329505Z [00:03:21.242]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:38.5330292Z [00:03:21.242]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:38.5330868Z [00:03:21.242]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:38.5331366Z [00:03:21.242]➜  packagefile github.com/go-rod/rod/lib/cdp=/tmp/go-build3999932643/b845/_pkg_.a
2025-08-20T21:54:38.5331957Z [00:03:21.242]➜  packagefile github.com/go-rod/rod/lib/defaults=/tmp/go-build3999932643/b846/_pkg_.a
2025-08-20T21:54:38.5332584Z [00:03:21.242]➜  packagefile github.com/go-rod/rod/lib/launcher/flags=/tmp/go-build3999932643/b854/_pkg_.a
2025-08-20T21:54:38.5333195Z [00:03:21.242]➜  packagefile github.com/go-rod/rod/lib/utils=/tmp/go-build3999932643/b847/_pkg_.a
2025-08-20T21:54:38.5333753Z [00:03:21.242]➜  packagefile github.com/ysmood/fetchup=/tmp/go-build3999932643/b855/_pkg_.a
2025-08-20T21:54:38.5334289Z [00:03:21.242]➜  packagefile github.com/ysmood/gson=/tmp/go-build3999932643/b849/_pkg_.a
2025-08-20T21:54:38.5334835Z [00:03:21.242]➜  packagefile github.com/ysmood/leakless=/tmp/go-build3999932643/b856/_pkg_.a
2025-08-20T21:54:38.5335306Z [00:03:21.242]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:38.5335711Z [00:03:21.242]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:38.5336129Z [00:03:21.242]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:38.5336596Z [00:03:21.242]➜  packagefile net/http/httputil=/tmp/go-build3999932643/b235/_pkg_.a
2025-08-20T21:54:38.5337056Z [00:03:21.242]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:38.5337643Z [00:03:21.242]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:38.5338128Z [00:03:21.242]➜  packagefile os/exec=/tmp/go-build3999932643/b507/_pkg_.a
2025-08-20T21:54:38.5338585Z [00:03:21.242]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:38.5339024Z [00:03:21.242]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:38.5339448Z [00:03:21.242]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:38.5339864Z [00:03:21.242]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:38.5340280Z [00:03:21.242]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:38.5340694Z [00:03:21.242]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:38.5341333Z [00:03:21.242]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:38.5341861Z [00:03:21.242]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:38.5342176Z [00:03:21.242]➜  EOF
2025-08-20T21:54:38.5345984Z [00:03:21.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b853/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/launcher=>github.com/go-rod/rod@v0.116.2/lib/launcher;$WORK/b853=>" -p github.com/go-rod/rod/lib/launcher -lang=go1.21 -complete -installsuffix shared -buildid 3c4rybl0xUFobwY7GlfE/3c4rybl0xUFobwY7GlfE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b853/importcfg -pack /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/launcher/browser.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/launcher/error.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/launcher/launcher.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/launcher/manager.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/launcher/os_unix.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/launcher/revision.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/launcher/url_parser.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/launcher/utils.go
2025-08-20T21:54:38.5785072Z [00:03:21.288]➜  go tool buildid -w $WORK/b890/_pkg_.a # internal
2025-08-20T21:54:38.5796712Z [00:03:21.289]➜  cp $WORK/b890/_pkg_.a /root/.cache/go-build/0d/0d3a2facb8aebc8d58ac303dcffc2d3c4c88f57189bf7c6e19cdff5c9c0f3682-d # internal
2025-08-20T21:54:38.5823233Z [00:03:21.291]➜  golang.org/x/sync/errgroup
2025-08-20T21:54:38.5832221Z [00:03:21.291]➜  mkdir -p $WORK/b892/
2025-08-20T21:54:38.5832624Z [00:03:21.292]➜  cat >/tmp/go-build3999932643/b892/importcfg << 'EOF' # internal
2025-08-20T21:54:38.5833217Z [00:03:21.292]➜  # import config
2025-08-20T21:54:38.5833570Z [00:03:21.292]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:38.5834193Z [00:03:21.292]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:38.5834689Z [00:03:21.292]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:38.5835139Z [00:03:21.292]➜  packagefile runtime/debug=/tmp/go-build3999932643/b245/_pkg_.a
2025-08-20T21:54:38.5835587Z [00:03:21.292]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:38.5835891Z [00:03:21.292]➜  EOF
2025-08-20T21:54:38.5837748Z [00:03:21.292]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b892/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.15.0/errgroup=>golang.org/x/sync@v0.15.0/errgroup;$WORK/b892=>" -p golang.org/x/sync/errgroup -lang=go1.23 -complete -installsuffix shared -buildid AN_tsaqqwbwUtb22lH7g/AN_tsaqqwbwUtb22lH7g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b892/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.15.0/errgroup/errgroup.go
2025-08-20T21:54:38.6201709Z [00:03:21.329]➜  go tool buildid -w $WORK/b892/_pkg_.a # internal
2025-08-20T21:54:38.6209745Z [00:03:21.330]➜  cp $WORK/b892/_pkg_.a /root/.cache/go-build/92/922a07910c3e7fd2349d100def7748a0c818918efeb2c192fe65e616299110e2-d # internal
2025-08-20T21:54:38.6222609Z [00:03:21.332]➜  golang.org/x/tools/go/ast/astutil
2025-08-20T21:54:38.6224129Z [00:03:21.332]➜  mkdir -p $WORK/b893/
2025-08-20T21:54:38.6230300Z [00:03:21.332]➜  cat >/tmp/go-build3999932643/b893/importcfg << 'EOF' # internal
2025-08-20T21:54:38.6230710Z [00:03:21.332]➜  # import config
2025-08-20T21:54:38.6231051Z [00:03:21.332]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:38.6231473Z [00:03:21.332]➜  packagefile go/ast=/tmp/go-build3999932643/b660/_pkg_.a
2025-08-20T21:54:38.6231912Z [00:03:21.332]➜  packagefile go/token=/tmp/go-build3999932643/b662/_pkg_.a
2025-08-20T21:54:38.6232349Z [00:03:21.332]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:38.6232769Z [00:03:21.332]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:38.6233181Z [00:03:21.332]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:38.6233862Z [00:03:21.332]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:38.6234410Z [00:03:21.332]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:38.6234898Z [00:03:21.332]➜  EOF
2025-08-20T21:54:38.6237857Z [00:03:21.332]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b893/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/ast/astutil=>golang.org/x/tools@v0.34.0/go/ast/astutil;$WORK/b893=>" -p golang.org/x/tools/go/ast/astutil -lang=go1.23 -complete -installsuffix shared -buildid CpJP4T6L5VI5vnjAMxbY/CpJP4T6L5VI5vnjAMxbY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b893/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/ast/astutil/enclosing.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/ast/astutil/imports.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/ast/astutil/rewrite.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/ast/astutil/util.go
2025-08-20T21:54:38.8054640Z [00:03:21.515]➜  go tool buildid -w $WORK/b893/_pkg_.a # internal
2025-08-20T21:54:38.8055134Z [00:03:21.515]➜  go tool buildid -w $WORK/b853/_pkg_.a # internal
2025-08-20T21:54:38.8073646Z [00:03:21.517]➜  cp $WORK/b893/_pkg_.a /root/.cache/go-build/e0/e05d2c603221a17367ac93fb3abb20835a24f7045270f67eb8a2f8921e3504ca-d # internal
2025-08-20T21:54:38.8089135Z [00:03:21.518]➜  cp $WORK/b853/_pkg_.a /root/.cache/go-build/73/733a39da145887dbafd628108963fdb895553ec969c0f63f8a08472b08ea73b8-d # internal
2025-08-20T21:54:38.9398314Z [00:03:21.649]➜  go tool buildid -w $WORK/b871/_pkg_.a # internal
2025-08-20T21:54:38.9550257Z [00:03:21.664]➜  cp $WORK/b871/_pkg_.a /root/.cache/go-build/6a/6a850e3e7116158070c57c0064bd9a92af2b76e43b09c61551ce0d40ae2d5df7-d # internal
2025-08-20T21:54:38.9555311Z [00:03:21.665]➜  golang.org/x/tools/internal/gopathwalk
2025-08-20T21:54:38.9555677Z [00:03:21.665]➜  mkdir -p $WORK/b894/
2025-08-20T21:54:38.9558426Z [00:03:21.665]➜  cat >/tmp/go-build3999932643/b894/importcfg << 'EOF' # internal
2025-08-20T21:54:38.9559358Z [00:03:21.665]➜  # import config
2025-08-20T21:54:38.9559707Z [00:03:21.665]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:38.9560130Z [00:03:21.665]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:38.9560538Z [00:03:21.665]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:38.9560941Z [00:03:21.665]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:38.9561339Z [00:03:21.665]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:38.9561783Z [00:03:21.665]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:38.9562228Z [00:03:21.665]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:38.9562665Z [00:03:21.665]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:38.9563086Z [00:03:21.665]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:38.9563506Z [00:03:21.665]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:38.9563911Z [00:03:21.665]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:38.9564214Z [00:03:21.665]➜  EOF
2025-08-20T21:54:38.9566162Z [00:03:21.665]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b894/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/gopathwalk=>golang.org/x/tools@v0.34.0/internal/gopathwalk;$WORK/b894=>" -p golang.org/x/tools/internal/gopathwalk -lang=go1.23 -complete -installsuffix shared -buildid KeOMV7tZ-5zJz6XQhiop/KeOMV7tZ-5zJz6XQhiop -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b894/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/gopathwalk/walk.go
2025-08-20T21:54:38.9633024Z [00:03:21.672]➜  golang.org/x/tools/internal/stdlib
2025-08-20T21:54:38.9635348Z [00:03:21.673]➜  mkdir -p $WORK/b896/
2025-08-20T21:54:38.9637311Z [00:03:21.673]➜  cat >/tmp/go-build3999932643/b896/importcfg << 'EOF' # internal
2025-08-20T21:54:38.9638438Z [00:03:21.673]➜  # import config
2025-08-20T21:54:38.9639737Z [00:03:21.673]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:38.9640387Z [00:03:21.673]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:38.9640865Z [00:03:21.673]➜  packagefile iter=/tmp/go-build3999932643/b039/_pkg_.a
2025-08-20T21:54:38.9641284Z [00:03:21.673]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:38.9641704Z [00:03:21.673]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:38.9642028Z [00:03:21.673]➜  EOF
2025-08-20T21:54:38.9644681Z [00:03:21.673]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b896/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/stdlib=>golang.org/x/tools@v0.34.0/internal/stdlib;$WORK/b896=>" -p golang.org/x/tools/internal/stdlib -lang=go1.23 -complete -installsuffix shared -buildid LIqsJL3XaMNQ6BizsSQw/LIqsJL3XaMNQ6BizsSQw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b896/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/stdlib/deps.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/stdlib/import.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/stdlib/manifest.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/stdlib/stdlib.go
2025-08-20T21:54:38.9677193Z [00:03:21.677]➜  github.com/go-rod/rod
2025-08-20T21:54:38.9682987Z [00:03:21.677]➜  mkdir -p $WORK/b843/
2025-08-20T21:54:38.9683388Z [00:03:21.677]➜  cat >/tmp/go-build3999932643/b843/importcfg << 'EOF' # internal
2025-08-20T21:54:38.9684092Z [00:03:21.677]➜  # import config
2025-08-20T21:54:38.9686755Z [00:03:21.677]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:38.9687548Z [00:03:21.677]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:38.9688051Z [00:03:21.677]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:38.9688522Z [00:03:21.677]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:38.9689006Z [00:03:21.677]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:38.9689474Z [00:03:21.677]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:38.9689918Z [00:03:21.677]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:38.9690325Z [00:03:21.677]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:38.9690828Z [00:03:21.677]➜  packagefile github.com/go-rod/rod/lib/assets=/tmp/go-build3999932643/b844/_pkg_.a
2025-08-20T21:54:38.9691406Z [00:03:21.677]➜  packagefile github.com/go-rod/rod/lib/cdp=/tmp/go-build3999932643/b845/_pkg_.a
2025-08-20T21:54:38.9691991Z [00:03:21.677]➜  packagefile github.com/go-rod/rod/lib/defaults=/tmp/go-build3999932643/b846/_pkg_.a
2025-08-20T21:54:38.9692584Z [00:03:21.677]➜  packagefile github.com/go-rod/rod/lib/devices=/tmp/go-build3999932643/b850/_pkg_.a
2025-08-20T21:54:38.9693167Z [00:03:21.677]➜  packagefile github.com/go-rod/rod/lib/input=/tmp/go-build3999932643/b851/_pkg_.a
2025-08-20T21:54:38.9693733Z [00:03:21.677]➜  packagefile github.com/go-rod/rod/lib/js=/tmp/go-build3999932643/b852/_pkg_.a
2025-08-20T21:54:38.9694317Z [00:03:21.677]➜  packagefile github.com/go-rod/rod/lib/launcher=/tmp/go-build3999932643/b853/_pkg_.a
2025-08-20T21:54:38.9694897Z [00:03:21.677]➜  packagefile github.com/go-rod/rod/lib/proto=/tmp/go-build3999932643/b848/_pkg_.a
2025-08-20T21:54:38.9695466Z [00:03:21.677]➜  packagefile github.com/go-rod/rod/lib/utils=/tmp/go-build3999932643/b847/_pkg_.a
2025-08-20T21:54:38.9696015Z [00:03:21.677]➜  packagefile github.com/ysmood/goob=/tmp/go-build3999932643/b859/_pkg_.a
2025-08-20T21:54:38.9696563Z [00:03:21.677]➜  packagefile github.com/ysmood/got/lib/lcs=/tmp/go-build3999932643/b860/_pkg_.a
2025-08-20T21:54:38.9697115Z [00:03:21.677]➜  packagefile github.com/ysmood/gson=/tmp/go-build3999932643/b849/_pkg_.a
2025-08-20T21:54:38.9697768Z [00:03:21.677]➜  packagefile html=/tmp/go-build3999932643/b175/_pkg_.a
2025-08-20T21:54:38.9698351Z [00:03:21.677]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:38.9698839Z [00:03:21.677]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:38.9699359Z [00:03:21.677]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:38.9699816Z [00:03:21.677]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:38.9700246Z [00:03:21.677]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:38.9700651Z [00:03:21.677]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:38.9701090Z [00:03:21.677]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:38.9701542Z [00:03:21.677]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:38.9701959Z [00:03:21.677]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:38.9702399Z [00:03:21.677]➜  packagefile runtime/debug=/tmp/go-build3999932643/b245/_pkg_.a
2025-08-20T21:54:38.9702845Z [00:03:21.677]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:38.9703259Z [00:03:21.677]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:38.9703666Z [00:03:21.677]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:38.9703970Z [00:03:21.677]➜  EOF
2025-08-20T21:54:38.9710860Z [00:03:21.677]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b843/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-rod/rod@v0.116.2=>github.com/go-rod/rod@v0.116.2;$WORK/b843=>" -p github.com/go-rod/rod -lang=go1.21 -complete -installsuffix shared -buildid bJ9safbXgILJrjay644B/bJ9safbXgILJrjay644B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b843/importcfg -pack /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/browser.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/context.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/dev_helpers.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/element.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/error.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/hijack.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/input.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/must.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/page.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/page_eval.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/query.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/states.go /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/utils.go
2025-08-20T21:54:39.0494627Z [00:03:21.758]➜  go tool buildid -w $WORK/b894/_pkg_.a # internal
2025-08-20T21:54:39.0521918Z [00:03:21.761]➜  cp $WORK/b894/_pkg_.a /root/.cache/go-build/c5/c5e45fa0534f76eac8a6c4a5a343d646e30bca504819a0ec1183d7bbd6c87b0d-d # internal
2025-08-20T21:54:39.0549131Z [00:03:21.764]➜  golang.org/x/tools/internal/modindex
2025-08-20T21:54:39.0559324Z [00:03:21.765]➜  mkdir -p $WORK/b895/
2025-08-20T21:54:39.0567969Z [00:03:21.766]➜  cat >/tmp/go-build3999932643/b895/importcfg << 'EOF' # internal
2025-08-20T21:54:39.0584018Z [00:03:21.766]➜  # import config
2025-08-20T21:54:39.0584402Z [00:03:21.766]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:39.0584869Z [00:03:21.766]➜  packagefile encoding/csv=/tmp/go-build3999932643/b621/_pkg_.a
2025-08-20T21:54:39.0585308Z [00:03:21.766]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:39.0585719Z [00:03:21.766]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:39.0586130Z [00:03:21.766]➜  packagefile go/ast=/tmp/go-build3999932643/b660/_pkg_.a
2025-08-20T21:54:39.0586568Z [00:03:21.766]➜  packagefile go/parser=/tmp/go-build3999932643/b666/_pkg_.a
2025-08-20T21:54:39.0587001Z [00:03:21.766]➜  packagefile go/token=/tmp/go-build3999932643/b662/_pkg_.a
2025-08-20T21:54:39.0587616Z [00:03:21.766]➜  packagefile go/types=/tmp/go-build3999932643/b871/_pkg_.a
2025-08-20T21:54:39.0588143Z [00:03:21.766]➜  packagefile golang.org/x/mod/semver=/tmp/go-build3999932643/b880/_pkg_.a
2025-08-20T21:54:39.0588983Z [00:03:21.766]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3999932643/b892/_pkg_.a
2025-08-20T21:54:39.0589815Z [00:03:21.766]➜  packagefile golang.org/x/tools/internal/gopathwalk=/tmp/go-build3999932643/b894/_pkg_.a
2025-08-20T21:54:39.0590419Z [00:03:21.766]➜  packagefile hash/crc64=/tmp/go-build3999932643/b317/_pkg_.a
2025-08-20T21:54:39.0590841Z [00:03:21.766]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:39.0591244Z [00:03:21.766]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:39.0591652Z [00:03:21.766]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:39.0592055Z [00:03:21.766]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:39.0592491Z [00:03:21.766]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:39.0592937Z [00:03:21.766]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:39.0593363Z [00:03:21.766]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:39.0593782Z [00:03:21.766]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:39.0594206Z [00:03:21.766]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:39.0594630Z [00:03:21.766]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:39.0595041Z [00:03:21.766]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:39.0595456Z [00:03:21.766]➜  packagefile testing=/tmp/go-build3999932643/b831/_pkg_.a
2025-08-20T21:54:39.0595871Z [00:03:21.766]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:39.0596468Z [00:03:21.766]➜  EOF
2025-08-20T21:54:39.0603398Z [00:03:21.766]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b895/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/modindex=>golang.org/x/tools@v0.34.0/internal/modindex;$WORK/b895=>" -p golang.org/x/tools/internal/modindex -lang=go1.23 -complete -installsuffix shared -buildid QgSGh_oKsMZ6jvD9lTtZ/QgSGh_oKsMZ6jvD9lTtZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b895/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/modindex/directories.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/modindex/index.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/modindex/lookup.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/modindex/modindex.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/modindex/symbols.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/modindex/types.go
2025-08-20T21:54:39.2059093Z [00:03:21.915]➜  go tool buildid -w $WORK/b895/_pkg_.a # internal
2025-08-20T21:54:39.2094968Z [00:03:21.918]➜  cp $WORK/b895/_pkg_.a /root/.cache/go-build/ee/eee389299a0e13fae1706f55c8aecfc866042ce7392a1cf7eaeda846706d5a75-d # internal
2025-08-20T21:54:39.2132669Z [00:03:21.923]➜  github.com/gin-contrib/sse
2025-08-20T21:54:39.2155537Z [00:03:21.925]➜  mkdir -p $WORK/b903/
2025-08-20T21:54:39.2167883Z [00:03:21.926]➜  cat >/tmp/go-build3999932643/b903/importcfg << 'EOF' # internal
2025-08-20T21:54:39.2168613Z [00:03:21.926]➜  # import config
2025-08-20T21:54:39.2169604Z [00:03:21.926]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:39.2170176Z [00:03:21.926]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:39.2170624Z [00:03:21.926]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:39.2171030Z [00:03:21.926]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:39.2171450Z [00:03:21.926]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:39.2171891Z [00:03:21.926]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:39.2172326Z [00:03:21.926]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:39.2172750Z [00:03:21.926]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:39.2173466Z [00:03:21.926]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:39.2173841Z [00:03:21.926]➜  EOF
2025-08-20T21:54:39.2176186Z [00:03:21.926]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b903/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gin-contrib/sse@v0.1.0=>github.com/gin-contrib/sse@v0.1.0;$WORK/b903=>" -p github.com/gin-contrib/sse -lang=go1.12 -complete -installsuffix shared -buildid yVVXHCOiZWdkSn0ajgbC/yVVXHCOiZWdkSn0ajgbC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b903/importcfg -pack /root/go/pkg/mod/github.com/gin-contrib/sse@v0.1.0/sse-decoder.go /root/go/pkg/mod/github.com/gin-contrib/sse@v0.1.0/sse-encoder.go /root/go/pkg/mod/github.com/gin-contrib/sse@v0.1.0/writer.go
2025-08-20T21:54:39.2795215Z [00:03:21.989]➜  go tool buildid -w $WORK/b903/_pkg_.a # internal
2025-08-20T21:54:39.2804180Z [00:03:21.990]➜  cp $WORK/b903/_pkg_.a /root/.cache/go-build/60/6054057a291aac3d87e67aab2898b406f3dd6eb97ea7fcd48277ab1a1fa46ac9-d # internal
2025-08-20T21:54:39.2808225Z [00:03:21.990]➜  github.com/gin-gonic/gin/internal/json
2025-08-20T21:54:39.2809089Z [00:03:21.990]➜  mkdir -p $WORK/b906/
2025-08-20T21:54:39.2813705Z [00:03:21.991]➜  cat >/tmp/go-build3999932643/b906/importcfg << 'EOF' # internal
2025-08-20T21:54:39.2814481Z [00:03:21.991]➜  # import config
2025-08-20T21:54:39.2815141Z [00:03:21.991]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:39.2815803Z [00:03:21.991]➜  EOF
2025-08-20T21:54:39.2822943Z [00:03:21.991]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b906/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/internal/json=>github.com/gin-gonic/gin@v1.9.1/internal/json;$WORK/b906=>" -p github.com/gin-gonic/gin/internal/json -lang=go1.20 -complete -installsuffix shared -buildid vpFnMZNJWgAT7HAHjpex/vpFnMZNJWgAT7HAHjpex -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b906/importcfg -pack /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/internal/json/json.go
2025-08-20T21:54:39.3032857Z [00:03:22.012]➜  go tool buildid -w $WORK/b906/_pkg_.a # internal
2025-08-20T21:54:39.3042268Z [00:03:22.013]➜  cp $WORK/b906/_pkg_.a /root/.cache/go-build/09/09a273bd4b7e825cf505b6f4bdda05684aa9ec6da7d7c114dec3fef3ccd27de1-d # internal
2025-08-20T21:54:39.3043218Z [00:03:22.014]➜  github.com/pelletier/go-toml/v2/internal/danger
2025-08-20T21:54:39.3043893Z [00:03:22.014]➜  mkdir -p $WORK/b909/
2025-08-20T21:54:39.3055513Z [00:03:22.015]➜  cat >/tmp/go-build3999932643/b909/importcfg << 'EOF' # internal
2025-08-20T21:54:39.3056157Z [00:03:22.015]➜  # import config
2025-08-20T21:54:39.3056988Z [00:03:22.015]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:39.3057842Z [00:03:22.015]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:39.3058314Z [00:03:22.015]➜  EOF
2025-08-20T21:54:39.3062340Z [00:03:22.015]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b909/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.0.8/internal/danger=>github.com/pelletier/go-toml/v2@v2.0.8/internal/danger;$WORK/b909=>" -p github.com/pelletier/go-toml/v2/internal/danger -lang=go1.16 -complete -installsuffix shared -buildid pe9aeHdcZkQZnuIDpWQX/pe9aeHdcZkQZnuIDpWQX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b909/importcfg -pack /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.0.8/internal/danger/danger.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.0.8/internal/danger/typeid.go
2025-08-20T21:54:39.3355782Z [00:03:22.045]➜  go tool buildid -w $WORK/b909/_pkg_.a # internal
2025-08-20T21:54:39.3369083Z [00:03:22.046]➜  cp $WORK/b909/_pkg_.a /root/.cache/go-build/b9/b9ce97a20134813a9469d0519218761d62dc029e4fddded4d2d04b9d392440ef-d # internal
2025-08-20T21:54:39.3374410Z [00:03:22.047]➜  github.com/pelletier/go-toml/v2/unstable
2025-08-20T21:54:39.3375241Z [00:03:22.047]➜  mkdir -p $WORK/b911/
2025-08-20T21:54:39.3381864Z [00:03:22.048]➜  cat >/tmp/go-build3999932643/b911/importcfg << 'EOF' # internal
2025-08-20T21:54:39.3383021Z [00:03:22.048]➜  # import config
2025-08-20T21:54:39.3383885Z [00:03:22.048]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:39.3385173Z [00:03:22.048]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:39.3385967Z [00:03:22.048]➜  packagefile github.com/pelletier/go-toml/v2/internal/characters=/tmp/go-build3999932643/b908/_pkg_.a
2025-08-20T21:54:39.3387041Z [00:03:22.048]➜  packagefile github.com/pelletier/go-toml/v2/internal/danger=/tmp/go-build3999932643/b909/_pkg_.a
2025-08-20T21:54:39.3388117Z [00:03:22.048]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:39.3388877Z [00:03:22.048]➜  EOF
2025-08-20T21:54:39.3392503Z [00:03:22.048]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b911/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.0.8/unstable=>github.com/pelletier/go-toml/v2@v2.0.8/unstable;$WORK/b911=>" -p github.com/pelletier/go-toml/v2/unstable -lang=go1.16 -complete -installsuffix shared -buildid NFWfqzIWMwadeCDNWs6m/NFWfqzIWMwadeCDNWs6m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b911/importcfg -pack /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.0.8/unstable/ast.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.0.8/unstable/builder.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.0.8/unstable/doc.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.0.8/unstable/kind.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.0.8/unstable/parser.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.0.8/unstable/scanner.go
2025-08-20T21:54:39.4539187Z [00:03:22.163]➜  go tool buildid -w $WORK/b911/_pkg_.a # internal
2025-08-20T21:54:39.4552007Z [00:03:22.164]➜  cp $WORK/b911/_pkg_.a /root/.cache/go-build/34/34afc85dc3a2f8008b375bba5bd1a57f0f2b6a10d454c7f096e3df4f3a240cd2-d # internal
2025-08-20T21:54:39.4553962Z [00:03:22.165]➜  github.com/pelletier/go-toml/v2/internal/tracker
2025-08-20T21:54:39.4554988Z [00:03:22.165]➜  mkdir -p $WORK/b910/
2025-08-20T21:54:39.4561838Z [00:03:22.165]➜  cat >/tmp/go-build3999932643/b910/importcfg << 'EOF' # internal
2025-08-20T21:54:39.4562230Z [00:03:22.165]➜  # import config
2025-08-20T21:54:39.4562571Z [00:03:22.165]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:39.4562997Z [00:03:22.165]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:39.4563540Z [00:03:22.165]➜  packagefile github.com/pelletier/go-toml/v2/unstable=/tmp/go-build3999932643/b911/_pkg_.a
2025-08-20T21:54:39.4564068Z [00:03:22.165]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:39.4564372Z [00:03:22.165]➜  EOF
2025-08-20T21:54:39.4567300Z [00:03:22.166]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b910/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.0.8/internal/tracker=>github.com/pelletier/go-toml/v2@v2.0.8/internal/tracker;$WORK/b910=>" -p github.com/pelletier/go-toml/v2/internal/tracker -lang=go1.16 -complete -installsuffix shared -buildid J-FZL97I1-V-IrcKCuQH/J-FZL97I1-V-IrcKCuQH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b910/importcfg -pack /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.0.8/internal/tracker/key.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.0.8/internal/tracker/seen.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.0.8/internal/tracker/tracker.go
2025-08-20T21:54:39.4777828Z [00:03:22.187]➜  go tool buildid -w $WORK/b896/_pkg_.a # internal
2025-08-20T21:54:39.4946083Z [00:03:22.204]➜  cp $WORK/b896/_pkg_.a /root/.cache/go-build/23/23e1254842d752495bd98657ddd0cd4fbcfc685faeb6e6b1cc4e6ac7556cce05-d # internal
2025-08-20T21:54:39.5057182Z [00:03:22.215]➜  golang.org/x/tools/internal/imports
2025-08-20T21:54:39.5058238Z [00:03:22.215]➜  mkdir -p $WORK/b885/
2025-08-20T21:54:39.5059656Z [00:03:22.215]➜  cat >/tmp/go-build3999932643/b885/importcfg << 'EOF' # internal
2025-08-20T21:54:39.5060028Z [00:03:22.215]➜  # import config
2025-08-20T21:54:39.5060393Z [00:03:22.215]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:39.5061124Z [00:03:22.215]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:39.5061610Z [00:03:22.215]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:39.5062071Z [00:03:22.215]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:39.5062506Z [00:03:22.215]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:39.5062915Z [00:03:22.215]➜  packagefile go/ast=/tmp/go-build3999932643/b660/_pkg_.a
2025-08-20T21:54:39.5063337Z [00:03:22.215]➜  packagefile go/build=/tmp/go-build3999932643/b886/_pkg_.a
2025-08-20T21:54:39.5064021Z [00:03:22.215]➜  packagefile go/format=/tmp/go-build3999932643/b869/_pkg_.a
2025-08-20T21:54:39.5064466Z [00:03:22.215]➜  packagefile go/parser=/tmp/go-build3999932643/b666/_pkg_.a
2025-08-20T21:54:39.5064908Z [00:03:22.215]➜  packagefile go/printer=/tmp/go-build3999932643/b870/_pkg_.a
2025-08-20T21:54:39.5065347Z [00:03:22.215]➜  packagefile go/token=/tmp/go-build3999932643/b662/_pkg_.a
2025-08-20T21:54:39.5065783Z [00:03:22.215]➜  packagefile go/types=/tmp/go-build3999932643/b871/_pkg_.a
2025-08-20T21:54:39.5066268Z [00:03:22.215]➜  packagefile golang.org/x/mod/module=/tmp/go-build3999932643/b890/_pkg_.a
2025-08-20T21:54:39.5066821Z [00:03:22.215]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3999932643/b892/_pkg_.a
2025-08-20T21:54:39.5067651Z [00:03:22.215]➜  packagefile golang.org/x/tools/go/ast/astutil=/tmp/go-build3999932643/b893/_pkg_.a
2025-08-20T21:54:39.5068357Z [00:03:22.215]➜  packagefile golang.org/x/tools/internal/event=/tmp/go-build3999932643/b881/_pkg_.a
2025-08-20T21:54:39.5068989Z [00:03:22.215]➜  packagefile golang.org/x/tools/internal/gocommand=/tmp/go-build3999932643/b879/_pkg_.a
2025-08-20T21:54:39.5069956Z [00:03:22.215]➜  packagefile golang.org/x/tools/internal/gopathwalk=/tmp/go-build3999932643/b894/_pkg_.a
2025-08-20T21:54:39.5070595Z [00:03:22.215]➜  packagefile golang.org/x/tools/internal/modindex=/tmp/go-build3999932643/b895/_pkg_.a
2025-08-20T21:54:39.5071222Z [00:03:22.215]➜  packagefile golang.org/x/tools/internal/stdlib=/tmp/go-build3999932643/b896/_pkg_.a
2025-08-20T21:54:39.5071719Z [00:03:22.215]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:39.5072126Z [00:03:22.215]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:39.5072546Z [00:03:22.215]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:39.5072976Z [00:03:22.215]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:39.5073380Z [00:03:22.215]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:54:39.5073780Z [00:03:22.215]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:39.5074188Z [00:03:22.215]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:39.5074623Z [00:03:22.215]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:39.5075070Z [00:03:22.215]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:39.5075493Z [00:03:22.215]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:39.5075907Z [00:03:22.215]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:39.5076464Z [00:03:22.215]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:39.5076962Z [00:03:22.215]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:39.5077591Z [00:03:22.215]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:39.5078084Z [00:03:22.215]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:39.5078497Z [00:03:22.215]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:39.5078919Z [00:03:22.215]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:39.5079362Z [00:03:22.215]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:39.5079695Z [00:03:22.215]➜  EOF
2025-08-20T21:54:39.5083703Z [00:03:22.215]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b885/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/imports=>golang.org/x/tools@v0.34.0/internal/imports;$WORK/b885=>" -p golang.org/x/tools/internal/imports -lang=go1.23 -complete -installsuffix shared -buildid Js5VRN8Zr1J35kCjuMIU/Js5VRN8Zr1J35kCjuMIU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b885/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/imports/fix.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/imports/imports.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/imports/mod.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/imports/mod_cache.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/imports/sortimports.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/imports/source.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/imports/source_env.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/imports/source_modindex.go
2025-08-20T21:54:39.5216452Z [00:03:22.231]➜  go tool buildid -w $WORK/b910/_pkg_.a # internal
2025-08-20T21:54:39.5234716Z [00:03:22.233]➜  cp $WORK/b910/_pkg_.a /root/.cache/go-build/ab/abf67abe337cbe4a3b02f5c12aacb760171ba62264ee358a05f9ccb12bdc9d44-d # internal
2025-08-20T21:54:39.5246291Z [00:03:22.234]➜  github.com/pelletier/go-toml/v2
2025-08-20T21:54:39.5250038Z [00:03:22.234]➜  mkdir -p $WORK/b907/
2025-08-20T21:54:39.5264953Z [00:03:22.236]➜  cat >/tmp/go-build3999932643/b907/importcfg << 'EOF' # internal
2025-08-20T21:54:39.5266742Z [00:03:22.236]➜  # import config
2025-08-20T21:54:39.5269677Z [00:03:22.236]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:39.5278551Z [00:03:22.236]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:54:39.5279404Z [00:03:22.236]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:39.5279831Z [00:03:22.236]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:39.5280428Z [00:03:22.236]➜  packagefile github.com/pelletier/go-toml/v2/internal/characters=/tmp/go-build3999932643/b908/_pkg_.a
2025-08-20T21:54:39.5281145Z [00:03:22.236]➜  packagefile github.com/pelletier/go-toml/v2/internal/danger=/tmp/go-build3999932643/b909/_pkg_.a
2025-08-20T21:54:39.5281858Z [00:03:22.236]➜  packagefile github.com/pelletier/go-toml/v2/internal/tracker=/tmp/go-build3999932643/b910/_pkg_.a
2025-08-20T21:54:39.5282534Z [00:03:22.236]➜  packagefile github.com/pelletier/go-toml/v2/unstable=/tmp/go-build3999932643/b911/_pkg_.a
2025-08-20T21:54:39.5283042Z [00:03:22.236]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:39.5283470Z [00:03:22.236]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:39.5283896Z [00:03:22.236]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:39.5284313Z [00:03:22.236]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:39.5284726Z [00:03:22.236]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:39.5285146Z [00:03:22.236]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:39.5285568Z [00:03:22.236]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:39.5286190Z [00:03:22.236]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:39.5286686Z [00:03:22.236]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:39.5287102Z [00:03:22.236]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:39.5287672Z [00:03:22.236]➜  EOF
2025-08-20T21:54:39.5291361Z [00:03:22.237]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b907/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.0.8=>github.com/pelletier/go-toml/v2@v2.0.8;$WORK/b907=>" -p github.com/pelletier/go-toml/v2 -lang=go1.16 -complete -installsuffix shared -buildid rBBknLt1CRH7LCu94G2p/rBBknLt1CRH7LCu94G2p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b907/importcfg -pack /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.0.8/decode.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.0.8/doc.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.0.8/errors.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.0.8/localtime.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.0.8/marshaler.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.0.8/strict.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.0.8/types.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.0.8/unmarshaler.go
2025-08-20T21:54:39.8479260Z [00:03:22.557]➜  go tool buildid -w $WORK/b843/_pkg_.a # internal
2025-08-20T21:54:39.8499067Z [00:03:22.559]➜  go tool buildid -w $WORK/b885/_pkg_.a # internal
2025-08-20T21:54:39.8509492Z [00:03:22.560]➜  go tool buildid -w $WORK/b907/_pkg_.a # internal
2025-08-20T21:54:39.8541666Z [00:03:22.563]➜  cp $WORK/b885/_pkg_.a /root/.cache/go-build/3f/3f41c71a42dbf49632cc8582b0bc959fab65c9d4d5236dfb896a04f073a78645-d # internal
2025-08-20T21:54:39.8543122Z [00:03:22.563]➜  cp $WORK/b907/_pkg_.a /root/.cache/go-build/6a/6ade301385953483dd320a1948adaf28718593da94a240cb097513ac3af4dcc6-d # internal
2025-08-20T21:54:39.8547747Z [00:03:22.564]➜  net/rpc
2025-08-20T21:54:39.8548494Z [00:03:22.564]➜  mkdir -p $WORK/b913/
2025-08-20T21:54:39.8548930Z [00:03:22.564]➜  cat >/tmp/go-build3999932643/b913/importcfg << 'EOF' # internal
2025-08-20T21:54:39.8549283Z [00:03:22.564]➜  # import config
2025-08-20T21:54:39.8549621Z [00:03:22.564]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:39.8550060Z [00:03:22.564]➜  packagefile encoding/gob=/tmp/go-build3999932643/b330/_pkg_.a
2025-08-20T21:54:39.8550508Z [00:03:22.564]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:39.8551185Z [00:03:22.564]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:39.8551604Z [00:03:22.564]➜  packagefile go/token=/tmp/go-build3999932643/b662/_pkg_.a
2025-08-20T21:54:39.8552052Z [00:03:22.564]➜  packagefile html/template=/tmp/go-build3999932643/b755/_pkg_.a
2025-08-20T21:54:39.8552485Z [00:03:22.564]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:39.8554886Z [00:03:22.564]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:39.8555405Z [00:03:22.564]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:39.8555825Z [00:03:22.564]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:39.8556251Z [00:03:22.564]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:39.8556673Z [00:03:22.564]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:39.8557098Z [00:03:22.564]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:39.8567502Z [00:03:22.564]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:39.8567898Z [00:03:22.564]➜  EOF
2025-08-20T21:54:39.8568153Z [00:03:22.564]➜  golang.org/x/tools/imports
2025-08-20T21:54:39.8568442Z [00:03:22.564]➜  mkdir -p $WORK/b878/
2025-08-20T21:54:39.8570320Z [00:03:22.564]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b913/_pkg_.a -trimpath "/root/.go/src/net/rpc=>net/rpc;$WORK/b913=>" -p net/rpc -lang=go1.25 -std -complete -installsuffix shared -buildid UeLl7a2-C4FtTeD8mK97/UeLl7a2-C4FtTeD8mK97 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b913/importcfg -pack /root/.go/src/net/rpc/client.go /root/.go/src/net/rpc/debug.go /root/.go/src/net/rpc/server.go
2025-08-20T21:54:39.8571904Z [00:03:22.565]➜  cat >/tmp/go-build3999932643/b878/importcfg << 'EOF' # internal
2025-08-20T21:54:39.8572253Z [00:03:22.565]➜  # import config
2025-08-20T21:54:39.8572713Z [00:03:22.565]➜  packagefile golang.org/x/tools/internal/gocommand=/tmp/go-build3999932643/b879/_pkg_.a
2025-08-20T21:54:39.8573357Z [00:03:22.565]➜  packagefile golang.org/x/tools/internal/imports=/tmp/go-build3999932643/b885/_pkg_.a
2025-08-20T21:54:39.8573863Z [00:03:22.565]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:39.8574359Z [00:03:22.565]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:39.8574749Z [00:03:22.565]➜  EOF
2025-08-20T21:54:39.8576483Z [00:03:22.565]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b878/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/imports=>golang.org/x/tools@v0.34.0/imports;$WORK/b878=>" -p golang.org/x/tools/imports -lang=go1.23 -complete -installsuffix shared -buildid Y3pvM19lhcpTmAgtgTGe/Y3pvM19lhcpTmAgtgTGe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b878/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/imports/forward.go
2025-08-20T21:54:39.8661635Z [00:03:22.575]➜  cp $WORK/b843/_pkg_.a /root/.cache/go-build/f0/f08b53f3c9c879b235050ea501a788bb88e3be867e5bfeeaaeb0e67fc08f7f70-d # internal
2025-08-20T21:54:39.8662314Z [00:03:22.576]➜  google.golang.org/protobuf/internal/detrand
2025-08-20T21:54:39.8667117Z [00:03:22.576]➜  mkdir -p $WORK/b917/
2025-08-20T21:54:39.8671755Z [00:03:22.577]➜  cat >/tmp/go-build3999932643/b917/importcfg << 'EOF' # internal
2025-08-20T21:54:39.8672931Z [00:03:22.577]➜  # import config
2025-08-20T21:54:39.8674607Z [00:03:22.577]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:39.8675842Z [00:03:22.577]➜  packagefile hash/fnv=/tmp/go-build3999932643/b437/_pkg_.a
2025-08-20T21:54:39.8676829Z [00:03:22.577]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:39.8677201Z [00:03:22.577]➜  EOF
2025-08-20T21:54:39.8679441Z [00:03:22.577]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b917/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/detrand=>google.golang.org/protobuf@v1.35.1/internal/detrand;$WORK/b917=>" -p google.golang.org/protobuf/internal/detrand -lang=go1.21 -complete -installsuffix shared -buildid h1p93xxV7EL9Ae2s-JrJ/h1p93xxV7EL9Ae2s-JrJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b917/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/detrand/rand.go
2025-08-20T21:54:39.8729999Z [00:03:22.582]➜  go tool buildid -w $WORK/b878/_pkg_.a # internal
2025-08-20T21:54:39.8734661Z [00:03:22.583]➜  cp $WORK/b878/_pkg_.a /root/.cache/go-build/14/140c81da1df765ba1025d8b59deddfa4e084608a26a6255031ba3260cf8d6905-d # internal
2025-08-20T21:54:39.8742916Z [00:03:22.584]➜  github.com/projectdiscovery/utils/memoize
2025-08-20T21:54:39.8744244Z [00:03:22.584]➜  mkdir -p $WORK/b867/
2025-08-20T21:54:39.8779158Z [00:03:22.584]➜  cat >/tmp/go-build3999932643/b867/importcfg << 'EOF' # internal
2025-08-20T21:54:39.8779544Z [00:03:22.584]➜  # import config
2025-08-20T21:54:39.8779887Z [00:03:22.584]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:39.8780320Z [00:03:22.584]➜  packagefile embed=/tmp/go-build3999932643/b066/_pkg_.a
2025-08-20T21:54:39.8780748Z [00:03:22.584]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:39.8781163Z [00:03:22.584]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:39.8781659Z [00:03:22.584]➜  packagefile github.com/Mzack9999/gcache=/tmp/go-build3999932643/b342/_pkg_.a
2025-08-20T21:54:39.8782218Z [00:03:22.584]➜  packagefile github.com/cespare/xxhash=/tmp/go-build3999932643/b670/_pkg_.a
2025-08-20T21:54:39.8783153Z [00:03:22.584]➜  packagefile github.com/projectdiscovery/utils/memoize/simpleflight=/tmp/go-build3999932643/b868/_pkg_.a
2025-08-20T21:54:39.8783958Z [00:03:22.584]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:39.8784503Z [00:03:22.584]➜  packagefile go/ast=/tmp/go-build3999932643/b660/_pkg_.a
2025-08-20T21:54:39.8784937Z [00:03:22.584]➜  packagefile go/format=/tmp/go-build3999932643/b869/_pkg_.a
2025-08-20T21:54:39.8785370Z [00:03:22.584]➜  packagefile go/parser=/tmp/go-build3999932643/b666/_pkg_.a
2025-08-20T21:54:39.8785817Z [00:03:22.584]➜  packagefile go/printer=/tmp/go-build3999932643/b870/_pkg_.a
2025-08-20T21:54:39.8786254Z [00:03:22.584]➜  packagefile go/token=/tmp/go-build3999932643/b662/_pkg_.a
2025-08-20T21:54:39.8786790Z [00:03:22.584]➜  packagefile go/types=/tmp/go-build3999932643/b871/_pkg_.a
2025-08-20T21:54:39.8789409Z [00:03:22.584]➜  packagefile golang.org/x/tools/imports=/tmp/go-build3999932643/b878/_pkg_.a
2025-08-20T21:54:39.8790018Z [00:03:22.584]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:39.8790441Z [00:03:22.585]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:39.8790891Z [00:03:22.585]➜  packagefile text/template=/tmp/go-build3999932643/b510/_pkg_.a
2025-08-20T21:54:39.8791223Z [00:03:22.585]➜  EOF
2025-08-20T21:54:39.8791535Z [00:03:22.585]➜  cat >/tmp/go-build3999932643/b867/embedcfg << 'EOF' # internal
2025-08-20T21:54:39.8792056Z [00:03:22.585]➜  {
2025-08-20T21:54:39.8792274Z [00:03:22.585]➜  	"Patterns": {
2025-08-20T21:54:39.8792535Z [00:03:22.585]➜  		"package_template.tpl": [
2025-08-20T21:54:39.8792821Z [00:03:22.585]➜  			"package_template.tpl"
2025-08-20T21:54:39.8793067Z [00:03:22.585]➜  		]
2025-08-20T21:54:39.8793258Z [00:03:22.585]➜  	},
2025-08-20T21:54:39.8793467Z [00:03:22.585]➜  	"Files": {
2025-08-20T21:54:39.8794006Z [00:03:22.585]➜  		"package_template.tpl": "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/memoize/package_template.tpl"
2025-08-20T21:54:39.8794501Z [00:03:22.585]➜  	}
2025-08-20T21:54:39.8794691Z [00:03:22.585]➜  }EOF
2025-08-20T21:54:39.8797104Z [00:03:22.585]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b867/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/memoize=>github.com/projectdiscovery/utils@v0.4.23/memoize;$WORK/b867=>" -p github.com/projectdiscovery/utils/memoize -lang=go1.24 -complete -installsuffix shared -buildid SfDJUS6xTrQLAZSrKw-S/SfDJUS6xTrQLAZSrKw-S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b867/importcfg -embedcfg $WORK/b867/embedcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/memoize/memoize.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/memoize/templates.go
2025-08-20T21:54:39.8913310Z [00:03:22.600]➜  go tool buildid -w $WORK/b917/_pkg_.a # internal
2025-08-20T21:54:39.8919376Z [00:03:22.601]➜  cp $WORK/b917/_pkg_.a /root/.cache/go-build/7b/7b112bbf80470002577c65aa4737feb132b62b005df8e8b627042aaf6f4a1556-d # internal
2025-08-20T21:54:39.8920062Z [00:03:22.601]➜  google.golang.org/protobuf/internal/errors
2025-08-20T21:54:39.8920395Z [00:03:22.601]➜  mkdir -p $WORK/b916/
2025-08-20T21:54:39.8920768Z [00:03:22.601]➜  cat >/tmp/go-build3999932643/b916/importcfg << 'EOF' # internal
2025-08-20T21:54:39.8921114Z [00:03:22.601]➜  # import config
2025-08-20T21:54:39.8921454Z [00:03:22.601]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:39.8921875Z [00:03:22.601]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:39.8922437Z [00:03:22.601]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3999932643/b917/_pkg_.a
2025-08-20T21:54:39.8922873Z [00:03:22.601]➜  EOF
2025-08-20T21:54:39.8925500Z [00:03:22.601]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b916/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/errors=>google.golang.org/protobuf@v1.35.1/internal/errors;$WORK/b916=>" -p google.golang.org/protobuf/internal/errors -lang=go1.21 -complete -installsuffix shared -buildid EcYKDKxVsfZ_g6FWSvHp/EcYKDKxVsfZ_g6FWSvHp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b916/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/errors/errors.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/errors/is_go113.go
2025-08-20T21:54:39.9141039Z [00:03:22.620]➜  go tool buildid -w $WORK/b916/_pkg_.a # internal
2025-08-20T21:54:39.9148003Z [00:03:22.621]➜  cp $WORK/b916/_pkg_.a /root/.cache/go-build/2e/2e8de2284e0feeb9a15088dd22d2f017ffa19b42b9ff3221ebb082a7f64561f9-d # internal
2025-08-20T21:54:39.9148675Z [00:03:22.621]➜  google.golang.org/protobuf/encoding/protowire
2025-08-20T21:54:39.9149003Z [00:03:22.621]➜  mkdir -p $WORK/b915/
2025-08-20T21:54:39.9149379Z [00:03:22.621]➜  cat >/tmp/go-build3999932643/b915/importcfg << 'EOF' # internal
2025-08-20T21:54:39.9149724Z [00:03:22.621]➜  # import config
2025-08-20T21:54:39.9150211Z [00:03:22.621]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3999932643/b916/_pkg_.a
2025-08-20T21:54:39.9150740Z [00:03:22.621]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:39.9151147Z [00:03:22.621]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:39.9151570Z [00:03:22.621]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:39.9151886Z [00:03:22.621]➜  EOF
2025-08-20T21:54:39.9154338Z [00:03:22.621]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b915/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/encoding/protowire=>google.golang.org/protobuf@v1.35.1/encoding/protowire;$WORK/b915=>" -p google.golang.org/protobuf/encoding/protowire -lang=go1.21 -complete -installsuffix shared -buildid 2P2Ke73h8xIK0bbfxlxc/2P2Ke73h8xIK0bbfxlxc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b915/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/encoding/protowire/wire.go
2025-08-20T21:54:39.9575703Z [00:03:22.667]➜  go tool buildid -w $WORK/b915/_pkg_.a # internal
2025-08-20T21:54:39.9583159Z [00:03:22.667]➜  cp $WORK/b915/_pkg_.a /root/.cache/go-build/b0/b041050f8fee7f1f90a42a3af1ccc12b83f5f332284b42465f0c5a952b1090b5-d # internal
2025-08-20T21:54:39.9583855Z [00:03:22.667]➜  google.golang.org/protobuf/internal/pragma
2025-08-20T21:54:39.9584181Z [00:03:22.667]➜  mkdir -p $WORK/b920/
2025-08-20T21:54:39.9584572Z [00:03:22.667]➜  cat >/tmp/go-build3999932643/b920/importcfg << 'EOF' # internal
2025-08-20T21:54:39.9584912Z [00:03:22.667]➜  # import config
2025-08-20T21:54:39.9585659Z [00:03:22.667]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:39.9585973Z [00:03:22.667]➜  EOF
2025-08-20T21:54:39.9588115Z [00:03:22.667]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b920/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/pragma=>google.golang.org/protobuf@v1.35.1/internal/pragma;$WORK/b920=>" -p google.golang.org/protobuf/internal/pragma -lang=go1.21 -complete -installsuffix shared -buildid 4zMKUsA4sS_BY81C7WcZ/4zMKUsA4sS_BY81C7WcZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b920/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/pragma/pragma.go
2025-08-20T21:54:39.9921406Z [00:03:22.701]➜  go tool buildid -w $WORK/b920/_pkg_.a # internal
2025-08-20T21:54:39.9927556Z [00:03:22.701]➜  cp $WORK/b920/_pkg_.a /root/.cache/go-build/b5/b5bd2ec99e290b4962bab0443795084ffcf9ab4118c3d66e9c789e9372170e0b-d # internal
2025-08-20T21:54:39.9928315Z [00:03:22.701]➜  google.golang.org/protobuf/reflect/protoreflect
2025-08-20T21:54:39.9928650Z [00:03:22.701]➜  mkdir -p $WORK/b919/
2025-08-20T21:54:39.9948097Z [00:03:22.702]➜  cat >/tmp/go-build3999932643/b919/importcfg << 'EOF' # internal
2025-08-20T21:54:39.9949124Z [00:03:22.702]➜  # import config
2025-08-20T21:54:39.9950049Z [00:03:22.702]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:39.9950983Z [00:03:22.702]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:39.9951973Z [00:03:22.702]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3999932643/b915/_pkg_.a
2025-08-20T21:54:39.9953544Z [00:03:22.702]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3999932643/b920/_pkg_.a
2025-08-20T21:54:39.9954101Z [00:03:22.702]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:39.9954539Z [00:03:22.702]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:39.9954963Z [00:03:22.702]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:39.9955390Z [00:03:22.702]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:39.9955700Z [00:03:22.702]➜  EOF
2025-08-20T21:54:39.9960595Z [00:03:22.702]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b919/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/reflect/protoreflect=>google.golang.org/protobuf@v1.35.1/reflect/protoreflect;$WORK/b919=>" -p google.golang.org/protobuf/reflect/protoreflect -lang=go1.21 -complete -installsuffix shared -buildid ldiRXsBwKfPUa6lOxKwH/ldiRXsBwKfPUa6lOxKwH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b919/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/reflect/protoreflect/methods.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/reflect/protoreflect/proto.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/reflect/protoreflect/source.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/reflect/protoreflect/source_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/reflect/protoreflect/type.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/reflect/protoreflect/value.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/reflect/protoreflect/value_equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/reflect/protoreflect/value_union.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/reflect/protoreflect/value_unsafe_go121.go
2025-08-20T21:54:40.1304654Z [00:03:22.839]➜  go tool buildid -w $WORK/b913/_pkg_.a # internal
2025-08-20T21:54:40.1413880Z [00:03:22.850]➜  cp $WORK/b913/_pkg_.a /root/.cache/go-build/ad/ad7e43bfd502581169e2214d1927fa0f416066265888efb360eea65c77664fe4-d # internal
2025-08-20T21:54:40.1421186Z [00:03:22.851]➜  github.com/ugorji/go/codec
2025-08-20T21:54:40.1423972Z [00:03:22.851]➜  mkdir -p $WORK/b912/
2025-08-20T21:54:40.1466609Z [00:03:22.856]➜  echo -n > $WORK/b912/go_asm.h # internal
2025-08-20T21:54:40.1467451Z [00:03:22.856]➜  cd /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11
2025-08-20T21:54:40.1471916Z [00:03:22.856]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/ugorji/go/codec -trimpath "/root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11=>github.com/ugorji/go/codec@v1.2.11;$WORK/b912=>" -I $WORK/b912/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b912/symabis ./helper.s
2025-08-20T21:54:40.1585077Z [00:03:22.868]➜  cat >/tmp/go-build3999932643/b912/importcfg << 'EOF' # internal
2025-08-20T21:54:40.1585762Z [00:03:22.868]➜  # import config
2025-08-20T21:54:40.1586219Z [00:03:22.868]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:40.1588917Z [00:03:22.868]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:40.1589390Z [00:03:22.868]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:54:40.1589857Z [00:03:22.868]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:40.1590356Z [00:03:22.868]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:40.1590811Z [00:03:22.868]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:40.1591225Z [00:03:22.868]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:40.1591882Z [00:03:22.868]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:40.1592364Z [00:03:22.868]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:40.1592886Z [00:03:22.868]➜  packagefile net/rpc=/tmp/go-build3999932643/b913/_pkg_.a
2025-08-20T21:54:40.1593368Z [00:03:22.868]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:40.1593792Z [00:03:22.868]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:40.1594205Z [00:03:22.868]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:40.1594624Z [00:03:22.868]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:40.1595042Z [00:03:22.868]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:40.1595461Z [00:03:22.868]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:40.1595886Z [00:03:22.868]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:40.1596318Z [00:03:22.868]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:40.1596732Z [00:03:22.868]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:40.1597181Z [00:03:22.868]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:54:40.1597826Z [00:03:22.868]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:40.1598160Z [00:03:22.868]➜  EOF
2025-08-20T21:54:40.1598430Z [00:03:22.868]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:40.1606985Z [00:03:22.868]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b912/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11=>github.com/ugorji/go/codec@v1.2.11;$WORK/b912=>" -p github.com/ugorji/go/codec -lang=go1.11 -installsuffix shared -buildid JyXC0g6uQFP_tJxTtvq_/JyXC0g6uQFP_tJxTtvq_ -goversion go1.25.0 -symabis $WORK/b912/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b912/importcfg -pack -asmhdr $WORK/b912/go_asm.h /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/0_importpath.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/binc.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/cbor.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/decimal.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/decode.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/doc.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/encode.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/fast-path.generated.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/gen-helper.generated.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/goversion_arrayof_gte_go15.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/goversion_fmt_time_gte_go15.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/goversion_growslice_unsafe_gte_go120.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/goversion_makemap_unsafe_gte_go110.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/goversion_unexportedembeddedptr_gte_go110.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/goversion_vendor_gte_go17.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/helper.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/helper_internal.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/helper_unsafe.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/helper_unsafe_compiler_gc.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/json.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/msgpack.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/reader.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/register_ext.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/rpc.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/simple.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/sort-slice.generated.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11/writer.go
2025-08-20T21:54:40.3213167Z [00:03:23.030]➜  go tool buildid -w $WORK/b867/_pkg_.a # internal
2025-08-20T21:54:40.3269997Z [00:03:23.036]➜  cp $WORK/b867/_pkg_.a /root/.cache/go-build/46/4658d99efae957a1ce5b5d7aa9df8ab49ab559e3b55474e66054524aa362f61b-d # internal
2025-08-20T21:54:40.3303657Z [00:03:23.039]➜  golang.org/x/net/http2/h2c
2025-08-20T21:54:40.3309925Z [00:03:23.039]➜  mkdir -p $WORK/b928/
2025-08-20T21:54:40.3310560Z [00:03:23.040]➜  cat >/tmp/go-build3999932643/b928/importcfg << 'EOF' # internal
2025-08-20T21:54:40.3310987Z [00:03:23.040]➜  # import config
2025-08-20T21:54:40.3311330Z [00:03:23.040]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:40.3311749Z [00:03:23.040]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:40.3312215Z [00:03:23.040]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:40.3312673Z [00:03:23.040]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:40.3313081Z [00:03:23.040]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:40.3313585Z [00:03:23.040]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build3999932643/b473/_pkg_.a
2025-08-20T21:54:40.3314151Z [00:03:23.040]➜  packagefile golang.org/x/net/http2=/tmp/go-build3999932643/b472/_pkg_.a
2025-08-20T21:54:40.3314607Z [00:03:23.040]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:40.3315017Z [00:03:23.040]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:40.3315417Z [00:03:23.040]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:40.3315834Z [00:03:23.040]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:40.3316287Z [00:03:23.040]➜  packagefile net/textproto=/tmp/go-build3999932643/b211/_pkg_.a
2025-08-20T21:54:40.3316918Z [00:03:23.040]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:40.3319251Z [00:03:23.040]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:40.3319670Z [00:03:23.040]➜  EOF
2025-08-20T21:54:40.3321397Z [00:03:23.040]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b928/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/h2c=>golang.org/x/net@v0.41.0/http2/h2c;$WORK/b928=>" -p golang.org/x/net/http2/h2c -lang=go1.23 -complete -installsuffix shared -buildid gwwBLvB4Xp-Rlcw1U5UT/gwwBLvB4Xp-Rlcw1U5UT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b928/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/h2c/h2c.go
2025-08-20T21:54:40.3391439Z [00:03:23.048]➜  go tool buildid -w $WORK/b919/_pkg_.a # internal
2025-08-20T21:54:40.3462573Z [00:03:23.055]➜  cp $WORK/b919/_pkg_.a /root/.cache/go-build/01/0197fab02257ad1cc2d8329ba4922129816f67df81a3a745d108d89d33cb8d82-d # internal
2025-08-20T21:54:40.3481080Z [00:03:23.055]➜  google.golang.org/protobuf/internal/encoding/messageset
2025-08-20T21:54:40.3481817Z [00:03:23.056]➜  mkdir -p $WORK/b918/
2025-08-20T21:54:40.3482196Z [00:03:23.056]➜  cat >/tmp/go-build3999932643/b918/importcfg << 'EOF' # internal
2025-08-20T21:54:40.3482540Z [00:03:23.056]➜  # import config
2025-08-20T21:54:40.3483042Z [00:03:23.056]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3999932643/b915/_pkg_.a
2025-08-20T21:54:40.3483736Z [00:03:23.056]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3999932643/b916/_pkg_.a
2025-08-20T21:54:40.3484443Z [00:03:23.056]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3999932643/b919/_pkg_.a
2025-08-20T21:54:40.3484993Z [00:03:23.056]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:40.3485299Z [00:03:23.056]➜  EOF
2025-08-20T21:54:40.3487826Z [00:03:23.056]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b918/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/encoding/messageset=>google.golang.org/protobuf@v1.35.1/internal/encoding/messageset;$WORK/b918=>" -p google.golang.org/protobuf/internal/encoding/messageset -lang=go1.21 -complete -installsuffix shared -buildid K05aAfb9bo5vCdDw-fjb/K05aAfb9bo5vCdDw-fjb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b918/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/encoding/messageset/messageset.go
2025-08-20T21:54:40.3883445Z [00:03:23.097]➜  go tool buildid -w $WORK/b918/_pkg_.a # internal
2025-08-20T21:54:40.3890129Z [00:03:23.098]➜  cp $WORK/b918/_pkg_.a /root/.cache/go-build/02/02173f3275e308a934c0ab4712569d586afec22fd49a033de29271c6142fbada-d # internal
2025-08-20T21:54:40.3895197Z [00:03:23.099]➜  google.golang.org/protobuf/internal/genid
2025-08-20T21:54:40.3896757Z [00:03:23.099]➜  mkdir -p $WORK/b922/
2025-08-20T21:54:40.3897146Z [00:03:23.099]➜  cat >/tmp/go-build3999932643/b922/importcfg << 'EOF' # internal
2025-08-20T21:54:40.3897705Z [00:03:23.099]➜  # import config
2025-08-20T21:54:40.3898239Z [00:03:23.099]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3999932643/b919/_pkg_.a
2025-08-20T21:54:40.3898690Z [00:03:23.099]➜  EOF
2025-08-20T21:54:40.3911579Z [00:03:23.100]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b922/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/genid=>google.golang.org/protobuf@v1.35.1/internal/genid;$WORK/b922=>" -p google.golang.org/protobuf/internal/genid -lang=go1.21 -complete -installsuffix shared -buildid uQ7WNyIUFevVuE__FjpX/uQ7WNyIUFevVuE__FjpX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b922/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/genid/any_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/genid/api_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/genid/descriptor_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/genid/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/genid/duration_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/genid/empty_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/genid/field_mask_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/genid/go_features_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/genid/goname.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/genid/map_entry.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/genid/source_context_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/genid/struct_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/genid/timestamp_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/genid/type_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/genid/wrappers.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/genid/wrappers_gen.go
2025-08-20T21:54:40.4179993Z [00:03:23.126]➜  go tool buildid -w $WORK/b928/_pkg_.a # internal
2025-08-20T21:54:40.4191744Z [00:03:23.128]➜  cp $WORK/b928/_pkg_.a /root/.cache/go-build/fd/fd2bf2bc2922b146d3a3f5b2217c81ed2f5b3a90867655f86b9170f30870dba2-d # internal
2025-08-20T21:54:40.4223404Z [00:03:23.131]➜  google.golang.org/protobuf/internal/order
2025-08-20T21:54:40.4226440Z [00:03:23.132]➜  mkdir -p $WORK/b923/
2025-08-20T21:54:40.4234879Z [00:03:23.133]➜  cat >/tmp/go-build3999932643/b923/importcfg << 'EOF' # internal
2025-08-20T21:54:40.4235831Z [00:03:23.133]➜  # import config
2025-08-20T21:54:40.4236690Z [00:03:23.133]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3999932643/b919/_pkg_.a
2025-08-20T21:54:40.4237541Z [00:03:23.133]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:40.4238552Z [00:03:23.133]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:40.4238877Z [00:03:23.133]➜  EOF
2025-08-20T21:54:40.4248670Z [00:03:23.134]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b923/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/order=>google.golang.org/protobuf@v1.35.1/internal/order;$WORK/b923=>" -p google.golang.org/protobuf/internal/order -lang=go1.21 -complete -installsuffix shared -buildid fmVC8dk7uBmJWt7d3-ex/fmVC8dk7uBmJWt7d3-ex -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b923/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/order/order.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/order/range.go
2025-08-20T21:54:40.4258738Z [00:03:23.135]➜  go tool buildid -w $WORK/b922/_pkg_.a # internal
2025-08-20T21:54:40.4274915Z [00:03:23.137]➜  cp $WORK/b922/_pkg_.a /root/.cache/go-build/ef/ef5fff5c07a8851da14eba8c68fdcacdbc39c8e5674e9a856ee14e4045e23d7b-d # internal
2025-08-20T21:54:40.4279793Z [00:03:23.137]➜  google.golang.org/protobuf/internal/strs
2025-08-20T21:54:40.4280746Z [00:03:23.137]➜  mkdir -p $WORK/b924/
2025-08-20T21:54:40.4289013Z [00:03:23.138]➜  cat >/tmp/go-build3999932643/b924/importcfg << 'EOF' # internal
2025-08-20T21:54:40.4289645Z [00:03:23.138]➜  # import config
2025-08-20T21:54:40.4290107Z [00:03:23.138]➜  packagefile go/token=/tmp/go-build3999932643/b662/_pkg_.a
2025-08-20T21:54:40.4311245Z [00:03:23.138]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3999932643/b921/_pkg_.a
2025-08-20T21:54:40.4319155Z [00:03:23.138]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3999932643/b919/_pkg_.a
2025-08-20T21:54:40.4319980Z [00:03:23.138]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:40.4320551Z [00:03:23.138]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:40.4321114Z [00:03:23.138]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:40.4321560Z [00:03:23.138]➜  EOF
2025-08-20T21:54:40.4323902Z [00:03:23.139]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b924/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/strs=>google.golang.org/protobuf@v1.35.1/internal/strs;$WORK/b924=>" -p google.golang.org/protobuf/internal/strs -lang=go1.21 -complete -installsuffix shared -buildid Q46gIwg73kXCTXr_ZnY9/Q46gIwg73kXCTXr_ZnY9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b924/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/strs/strings.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/strs/strings_unsafe_go121.go
2025-08-20T21:54:40.4533112Z [00:03:23.162]➜  go tool buildid -w $WORK/b923/_pkg_.a # internal
2025-08-20T21:54:40.4541609Z [00:03:23.163]➜  cp $WORK/b923/_pkg_.a /root/.cache/go-build/76/76e45a81016714973acd3713b348c35941f5d1de2de5e7de2877b4ab8f99ae26-d # internal
2025-08-20T21:54:40.4542334Z [00:03:23.163]➜  google.golang.org/protobuf/reflect/protoregistry
2025-08-20T21:54:40.4544658Z [00:03:23.164]➜  mkdir -p $WORK/b925/
2025-08-20T21:54:40.4549861Z [00:03:23.164]➜  cat >/tmp/go-build3999932643/b925/importcfg << 'EOF' # internal
2025-08-20T21:54:40.4550392Z [00:03:23.164]➜  # import config
2025-08-20T21:54:40.4550739Z [00:03:23.164]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:40.4551360Z [00:03:23.164]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3999932643/b918/_pkg_.a
2025-08-20T21:54:40.4552096Z [00:03:23.164]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3999932643/b916/_pkg_.a
2025-08-20T21:54:40.4552765Z [00:03:23.164]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3999932643/b921/_pkg_.a
2025-08-20T21:54:40.4553465Z [00:03:23.164]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3999932643/b919/_pkg_.a
2025-08-20T21:54:40.4554031Z [00:03:23.164]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:40.4554451Z [00:03:23.164]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:40.4554877Z [00:03:23.164]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:40.4555182Z [00:03:23.164]➜  EOF
2025-08-20T21:54:40.4557732Z [00:03:23.164]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b925/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/reflect/protoregistry=>google.golang.org/protobuf@v1.35.1/reflect/protoregistry;$WORK/b925=>" -p google.golang.org/protobuf/reflect/protoregistry -lang=go1.21 -complete -installsuffix shared -buildid 5C2UvjbGV6tZyzw_zDTE/5C2UvjbGV6tZyzw_zDTE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b925/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/reflect/protoregistry/registry.go
2025-08-20T21:54:40.4660929Z [00:03:23.175]➜  go tool buildid -w $WORK/b924/_pkg_.a # internal
2025-08-20T21:54:40.4667940Z [00:03:23.176]➜  cp $WORK/b924/_pkg_.a /root/.cache/go-build/fd/fde857755a2f8ffc804e5eefa293dba47753dc52961df4dde58e1f4f3ac8a504-d # internal
2025-08-20T21:54:40.4672962Z [00:03:23.176]➜  google.golang.org/protobuf/runtime/protoiface
2025-08-20T21:54:40.4673347Z [00:03:23.176]➜  mkdir -p $WORK/b926/
2025-08-20T21:54:40.4686226Z [00:03:23.178]➜  cat >/tmp/go-build3999932643/b926/importcfg << 'EOF' # internal
2025-08-20T21:54:40.4687190Z [00:03:23.178]➜  # import config
2025-08-20T21:54:40.4688340Z [00:03:23.178]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3999932643/b920/_pkg_.a
2025-08-20T21:54:40.4689148Z [00:03:23.178]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3999932643/b919/_pkg_.a
2025-08-20T21:54:40.4689606Z [00:03:23.178]➜  EOF
2025-08-20T21:54:40.4691999Z [00:03:23.178]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b926/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/runtime/protoiface=>google.golang.org/protobuf@v1.35.1/runtime/protoiface;$WORK/b926=>" -p google.golang.org/protobuf/runtime/protoiface -lang=go1.21 -complete -installsuffix shared -buildid nlcMH4b1uvT6kY1wFIPr/nlcMH4b1uvT6kY1wFIPr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b926/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/runtime/protoiface/legacy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/runtime/protoiface/methods.go
2025-08-20T21:54:40.4900716Z [00:03:23.199]➜  go tool buildid -w $WORK/b926/_pkg_.a # internal
2025-08-20T21:54:40.4909287Z [00:03:23.200]➜  cp $WORK/b926/_pkg_.a /root/.cache/go-build/2d/2d169a1f606695c4f5105d3eb926f23ad694b5084c6c79ed6c70deb204bde09f-d # internal
2025-08-20T21:54:40.5006212Z [00:03:23.210]➜  github.com/sirupsen/logrus
2025-08-20T21:54:40.5007544Z [00:03:23.210]➜  mkdir -p $WORK/b929/
2025-08-20T21:54:40.5009610Z [00:03:23.210]➜  cat >/tmp/go-build3999932643/b929/importcfg << 'EOF' # internal
2025-08-20T21:54:40.5010071Z [00:03:23.210]➜  # import config
2025-08-20T21:54:40.5010417Z [00:03:23.210]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:40.5010838Z [00:03:23.210]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:40.5011296Z [00:03:23.210]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:40.5011752Z [00:03:23.210]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:40.5012187Z [00:03:23.210]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:40.5012656Z [00:03:23.210]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3999932643/b180/_pkg_.a
2025-08-20T21:54:40.5013121Z [00:03:23.210]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:40.5013520Z [00:03:23.210]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:40.5013926Z [00:03:23.210]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:40.5014336Z [00:03:23.210]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:40.5014759Z [00:03:23.210]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:40.5015176Z [00:03:23.210]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:40.5015600Z [00:03:23.210]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:40.5016028Z [00:03:23.210]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:40.5016440Z [00:03:23.210]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:40.5016872Z [00:03:23.210]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:40.5017661Z [00:03:23.210]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:40.5018213Z [00:03:23.210]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:40.5018666Z [00:03:23.210]➜  EOF
2025-08-20T21:54:40.5023588Z [00:03:23.210]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b929/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3=>github.com/sirupsen/logrus@v1.9.3;$WORK/b929=>" -p github.com/sirupsen/logrus -lang=go1.13 -complete -installsuffix shared -buildid G7cHsGZs7c9Pdf2m8TOw/G7cHsGZs7c9Pdf2m8TOw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b929/importcfg -pack /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/alt_exit.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/buffer_pool.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/doc.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/entry.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/exported.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/formatter.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/hooks.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/json_formatter.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/logger.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/logrus.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/terminal_check_notappengine.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/terminal_check_unix.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/text_formatter.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/writer.go
2025-08-20T21:54:40.5432529Z [00:03:23.252]➜  go tool buildid -w $WORK/b925/_pkg_.a # internal
2025-08-20T21:54:40.5453632Z [00:03:23.254]➜  cp $WORK/b925/_pkg_.a /root/.cache/go-build/c1/c1d7b96613b92029272a8fdf0d5c26435d8c222254ffb0b8d8f417b03531e3b1-d # internal
2025-08-20T21:54:40.5454648Z [00:03:23.254]➜  google.golang.org/protobuf/proto
2025-08-20T21:54:40.5454963Z [00:03:23.254]➜  mkdir -p $WORK/b914/
2025-08-20T21:54:40.5456791Z [00:03:23.254]➜  cat >/tmp/go-build3999932643/b914/importcfg << 'EOF' # internal
2025-08-20T21:54:40.5460485Z [00:03:23.254]➜  # import config
2025-08-20T21:54:40.5462740Z [00:03:23.254]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:40.5463179Z [00:03:23.254]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:40.5463748Z [00:03:23.254]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3999932643/b915/_pkg_.a
2025-08-20T21:54:40.5464501Z [00:03:23.254]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3999932643/b918/_pkg_.a
2025-08-20T21:54:40.5465244Z [00:03:23.254]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3999932643/b916/_pkg_.a
2025-08-20T21:54:40.5465920Z [00:03:23.254]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3999932643/b921/_pkg_.a
2025-08-20T21:54:40.5466580Z [00:03:23.254]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3999932643/b922/_pkg_.a
2025-08-20T21:54:40.5467249Z [00:03:23.254]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3999932643/b923/_pkg_.a
2025-08-20T21:54:40.5468478Z [00:03:23.254]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3999932643/b920/_pkg_.a
2025-08-20T21:54:40.5469373Z [00:03:23.254]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3999932643/b924/_pkg_.a
2025-08-20T21:54:40.5470114Z [00:03:23.254]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3999932643/b919/_pkg_.a
2025-08-20T21:54:40.5470848Z [00:03:23.254]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3999932643/b925/_pkg_.a
2025-08-20T21:54:40.5473520Z [00:03:23.254]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3999932643/b926/_pkg_.a
2025-08-20T21:54:40.5474073Z [00:03:23.254]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:40.5474489Z [00:03:23.254]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:40.5475137Z [00:03:23.254]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:40.5475565Z [00:03:23.254]➜  EOF
2025-08-20T21:54:40.5481487Z [00:03:23.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b914/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/proto=>google.golang.org/protobuf@v1.35.1/proto;$WORK/b914=>" -p google.golang.org/protobuf/proto -lang=go1.21 -complete -installsuffix shared -buildid Qxk6IUO59KkhmSL6ET0F/Qxk6IUO59KkhmSL6ET0F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b914/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/proto/checkinit.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/proto/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/proto/decode_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/proto/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/proto/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/proto/encode_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/proto/equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/proto/extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/proto/merge.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/proto/messageset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/proto/proto.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/proto/proto_methods.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/proto/reset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/proto/size.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/proto/size_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/proto/wrappers.go
2025-08-20T21:54:40.7161630Z [00:03:23.425]➜  go tool buildid -w $WORK/b929/_pkg_.a # internal
2025-08-20T21:54:40.7192766Z [00:03:23.428]➜  cp $WORK/b929/_pkg_.a /root/.cache/go-build/4e/4e68a6f9ce5cd52af7fff4c7559bff7d7a23ab8afbe647c62c17d3de07cb5b71-d # internal
2025-08-20T21:54:40.7194876Z [00:03:23.429]➜  github.com/tim-ywliu/nested-logrus-formatter
2025-08-20T21:54:40.7195211Z [00:03:23.429]➜  mkdir -p $WORK/b930/
2025-08-20T21:54:40.7201163Z [00:03:23.429]➜  cat >/tmp/go-build3999932643/b930/importcfg << 'EOF' # internal
2025-08-20T21:54:40.7201602Z [00:03:23.429]➜  # import config
2025-08-20T21:54:40.7201966Z [00:03:23.429]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:40.7202624Z [00:03:23.429]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:40.7204232Z [00:03:23.429]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3999932643/b929/_pkg_.a
2025-08-20T21:54:40.7204771Z [00:03:23.429]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:40.7205201Z [00:03:23.429]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:40.7205624Z [00:03:23.429]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:40.7206041Z [00:03:23.429]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:40.7206353Z [00:03:23.429]➜  EOF
2025-08-20T21:54:40.7208500Z [00:03:23.430]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b930/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tim-ywliu/nested-logrus-formatter@v1.3.2=>github.com/tim-ywliu/nested-logrus-formatter@v1.3.2;$WORK/b930=>" -p github.com/tim-ywliu/nested-logrus-formatter -lang=go1.16 -complete -installsuffix shared -buildid oX7vi1Ax2q9OjrJYAJPU/oX7vi1Ax2q9OjrJYAJPU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b930/importcfg -pack /root/go/pkg/mod/github.com/tim-ywliu/nested-logrus-formatter@v1.3.2/formatter.go
2025-08-20T21:54:40.7490548Z [00:03:23.458]➜  go tool buildid -w $WORK/b914/_pkg_.a # internal
2025-08-20T21:54:40.7513156Z [00:03:23.460]➜  cp $WORK/b914/_pkg_.a /root/.cache/go-build/a2/a277d6ac830814199ce534eff93acf9866d7e5baa422ffd6635ef32bb2a07e86-d # internal
2025-08-20T21:54:40.7515163Z [00:03:23.461]➜  go tool buildid -w $WORK/b930/_pkg_.a # internal
2025-08-20T21:54:40.7522265Z [00:03:23.461]➜  cp $WORK/b930/_pkg_.a /root/.cache/go-build/9e/9e3e28559557ee7085cbd53b3174222b3916a0ee29b9a19f9daba66115abb419-d # internal
2025-08-20T21:54:40.7523601Z [00:03:23.462]➜  github.com/jcmturner/dnsutils/v2
2025-08-20T21:54:40.7525365Z [00:03:23.462]➜  mkdir -p $WORK/b935/
2025-08-20T21:54:40.7530957Z [00:03:23.462]➜  cat >/tmp/go-build3999932643/b935/importcfg << 'EOF' # internal
2025-08-20T21:54:40.7531976Z [00:03:23.462]➜  # import config
2025-08-20T21:54:40.7532753Z [00:03:23.462]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:40.7549770Z [00:03:23.462]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:40.7550747Z [00:03:23.462]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:40.7551554Z [00:03:23.462]➜  EOF
2025-08-20T21:54:40.7553678Z [00:03:23.463]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b935/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/dnsutils/v2@v2.0.0=>github.com/jcmturner/dnsutils/v2@v2.0.0;$WORK/b935=>" -p github.com/jcmturner/dnsutils/v2 -lang=go1.13 -complete -installsuffix shared -buildid qkOeL7uF2sMPLFbxjrmj/qkOeL7uF2sMPLFbxjrmj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b935/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/dnsutils/v2@v2.0.0/srv.go
2025-08-20T21:54:40.7555996Z [00:03:23.464]➜  github.com/jcmturner/gofork/encoding/asn1
2025-08-20T21:54:40.7556569Z [00:03:23.464]➜  mkdir -p $WORK/b936/
2025-08-20T21:54:40.7557113Z [00:03:23.464]➜  cat >/tmp/go-build3999932643/b936/importcfg << 'EOF' # internal
2025-08-20T21:54:40.7557802Z [00:03:23.464]➜  # import config
2025-08-20T21:54:40.7558638Z [00:03:23.464]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:40.7559725Z [00:03:23.464]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:40.7568723Z [00:03:23.464]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:40.7569145Z [00:03:23.464]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:40.7569569Z [00:03:23.464]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:40.7569997Z [00:03:23.464]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:40.7570428Z [00:03:23.464]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:40.7570850Z [00:03:23.464]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:40.7571262Z [00:03:23.464]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:40.7571700Z [00:03:23.464]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:40.7572037Z [00:03:23.464]➜  EOF
2025-08-20T21:54:40.7574568Z [00:03:23.464]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b936/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gofork@v1.7.6/encoding/asn1=>github.com/jcmturner/gofork@v1.7.6/encoding/asn1;$WORK/b936=>" -p github.com/jcmturner/gofork/encoding/asn1 -lang=go1.7 -complete -installsuffix shared -buildid jhiA87k5RbFu_QlfbuQj/jhiA87k5RbFu_QlfbuQj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b936/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gofork@v1.7.6/encoding/asn1/asn1.go /root/go/pkg/mod/github.com/jcmturner/gofork@v1.7.6/encoding/asn1/common.go /root/go/pkg/mod/github.com/jcmturner/gofork@v1.7.6/encoding/asn1/marshal.go
2025-08-20T21:54:40.7726160Z [00:03:23.481]➜  go tool buildid -w $WORK/b935/_pkg_.a # internal
2025-08-20T21:54:40.7730977Z [00:03:23.482]➜  cp $WORK/b935/_pkg_.a /root/.cache/go-build/f2/f2e1bc84219867c966b713490df584847b2c776a9777510689e48302273e81b6-d # internal
2025-08-20T21:54:40.7751569Z [00:03:23.482]➜  github.com/hashicorp/go-uuid
2025-08-20T21:54:40.7751885Z [00:03:23.482]➜  mkdir -p $WORK/b939/
2025-08-20T21:54:40.7752278Z [00:03:23.482]➜  cat >/tmp/go-build3999932643/b939/importcfg << 'EOF' # internal
2025-08-20T21:54:40.7752622Z [00:03:23.482]➜  # import config
2025-08-20T21:54:40.7752981Z [00:03:23.482]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:40.7753619Z [00:03:23.482]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:40.7754100Z [00:03:23.484]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:40.7754593Z [00:03:23.484]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:40.7755000Z [00:03:23.484]➜  EOF
2025-08-20T21:54:40.7756748Z [00:03:23.484]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b939/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-uuid@v1.0.3=>github.com/hashicorp/go-uuid@v1.0.3;$WORK/b939=>" -p github.com/hashicorp/go-uuid -lang=go1.16 -complete -installsuffix shared -buildid Z0bleOcXsYqhU34gCJBi/Z0bleOcXsYqhU34gCJBi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b939/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-uuid@v1.0.3/uuid.go
2025-08-20T21:54:40.8202149Z [00:03:23.529]➜  go tool buildid -w $WORK/b939/_pkg_.a # internal
2025-08-20T21:54:40.8204895Z [00:03:23.529]➜  cp $WORK/b939/_pkg_.a /root/.cache/go-build/21/219abc216e49fb22675a2ef5dc14985ef55b5ff10b3747482616aa244dd3d83d-d # internal
2025-08-20T21:54:40.8205535Z [00:03:23.529]➜  github.com/jcmturner/gokrb5/v8/crypto/etype
2025-08-20T21:54:40.8205870Z [00:03:23.529]➜  mkdir -p $WORK/b944/
2025-08-20T21:54:40.8206247Z [00:03:23.529]➜  cat >/tmp/go-build3999932643/b944/importcfg << 'EOF' # internal
2025-08-20T21:54:40.8206589Z [00:03:23.529]➜  # import config
2025-08-20T21:54:40.8206923Z [00:03:23.529]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:40.8207231Z [00:03:23.529]➜  EOF
2025-08-20T21:54:40.8209763Z [00:03:23.529]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b944/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/etype=>github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/etype;$WORK/b944=>" -p github.com/jcmturner/gokrb5/v8/crypto/etype -lang=go1.16 -complete -installsuffix shared -buildid i4XiwG6AJpbiJDLkIrGI/i4XiwG6AJpbiJDLkIrGI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b944/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/etype/etype.go
2025-08-20T21:54:40.8465170Z [00:03:23.556]➜  go tool buildid -w $WORK/b944/_pkg_.a # internal
2025-08-20T21:54:40.8473837Z [00:03:23.556]➜  cp $WORK/b944/_pkg_.a /root/.cache/go-build/4f/4fcd00c4d5cc72f7662d20ef13eae81602fc2e56a7cf74257a5277467d942bbf-d # internal
2025-08-20T21:54:40.8474481Z [00:03:23.557]➜  github.com/jcmturner/gokrb5/v8/crypto/common
2025-08-20T21:54:40.8474806Z [00:03:23.557]➜  mkdir -p $WORK/b943/
2025-08-20T21:54:40.8481012Z [00:03:23.557]➜  cat >/tmp/go-build3999932643/b943/importcfg << 'EOF' # internal
2025-08-20T21:54:40.8482000Z [00:03:23.557]➜  # import config
2025-08-20T21:54:40.8483156Z [00:03:23.557]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:40.8483991Z [00:03:23.557]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:40.8508458Z [00:03:23.557]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:40.8509346Z [00:03:23.557]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:40.8511466Z [00:03:23.557]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:40.8511919Z [00:03:23.557]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:40.8512485Z [00:03:23.557]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build3999932643/b944/_pkg_.a
2025-08-20T21:54:40.8512921Z [00:03:23.557]➜  EOF
2025-08-20T21:54:40.8515157Z [00:03:23.558]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b943/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/common=>github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/common;$WORK/b943=>" -p github.com/jcmturner/gokrb5/v8/crypto/common -lang=go1.16 -complete -installsuffix shared -buildid wgoJnDUQWBEBfBrFU7t2/wgoJnDUQWBEBfBrFU7t2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b943/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/common/common.go
2025-08-20T21:54:40.8844552Z [00:03:23.594]➜  go tool buildid -w $WORK/b936/_pkg_.a # internal
2025-08-20T21:54:40.8865251Z [00:03:23.596]➜  cp $WORK/b936/_pkg_.a /root/.cache/go-build/6e/6eeb666e3ab2418853ea433d9b3e3148d134ee3785ffb0e24449e42a7bc920c4-d # internal
2025-08-20T21:54:40.8879799Z [00:03:23.597]➜  github.com/jcmturner/gokrb5/v8/config
2025-08-20T21:54:40.8880825Z [00:03:23.597]➜  mkdir -p $WORK/b934/
2025-08-20T21:54:40.8901956Z [00:03:23.600]➜  go tool buildid -w $WORK/b943/_pkg_.a # internal
2025-08-20T21:54:40.8907082Z [00:03:23.600]➜  cp $WORK/b943/_pkg_.a /root/.cache/go-build/aa/aade0834018804d1a7bcc6b83122fdbefa2aa03eae6919f06ca3e57af30cd51c-d # internal
2025-08-20T21:54:40.8919379Z [00:03:23.601]➜  github.com/jcmturner/gokrb5/v8/crypto/rfc3961
2025-08-20T21:54:40.8921309Z [00:03:23.601]➜  mkdir -p $WORK/b945/
2025-08-20T21:54:40.8977091Z [00:03:23.607]➜  cat >/tmp/go-build3999932643/b934/importcfg << 'EOF' # internal
2025-08-20T21:54:40.8977702Z [00:03:23.607]➜  # import config
2025-08-20T21:54:40.8978088Z [00:03:23.607]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:40.8978541Z [00:03:23.607]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:40.8979022Z [00:03:23.607]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:40.8979464Z [00:03:23.607]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:40.8979872Z [00:03:23.607]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:40.8980380Z [00:03:23.607]➜  packagefile github.com/jcmturner/dnsutils/v2=/tmp/go-build3999932643/b935/_pkg_.a
2025-08-20T21:54:40.8981357Z [00:03:23.607]➜  packagefile github.com/jcmturner/gofork/encoding/asn1=/tmp/go-build3999932643/b936/_pkg_.a
2025-08-20T21:54:40.8982232Z [00:03:23.607]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/etypeID=/tmp/go-build3999932643/b937/_pkg_.a
2025-08-20T21:54:40.8982772Z [00:03:23.607]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:40.8983200Z [00:03:23.607]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:40.8983621Z [00:03:23.607]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:40.8984024Z [00:03:23.607]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:40.8984435Z [00:03:23.607]➜  packagefile os/user=/tmp/go-build3999932643/b236/_pkg_.a
2025-08-20T21:54:40.8984856Z [00:03:23.607]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:40.8985276Z [00:03:23.607]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:40.8985703Z [00:03:23.607]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:40.8986123Z [00:03:23.607]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:40.8986513Z [00:03:23.607]➜  EOF
2025-08-20T21:54:40.8989207Z [00:03:23.607]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b934/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/config=>github.com/jcmturner/gokrb5/v8@v8.4.4/config;$WORK/b934=>" -p github.com/jcmturner/gokrb5/v8/config -lang=go1.16 -complete -installsuffix shared -buildid iYiO2om8v7apXNORDNdY/iYiO2om8v7apXNORDNdY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b934/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/config/error.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/config/hosts.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/config/krb5conf.go
2025-08-20T21:54:40.9009531Z [00:03:23.610]➜  cat >/tmp/go-build3999932643/b945/importcfg << 'EOF' # internal
2025-08-20T21:54:40.9010102Z [00:03:23.610]➜  # import config
2025-08-20T21:54:40.9010562Z [00:03:23.610]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:40.9011151Z [00:03:23.610]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:40.9011828Z [00:03:23.610]➜  packagefile crypto/des=/tmp/go-build3999932643/b109/_pkg_.a
2025-08-20T21:54:40.9012752Z [00:03:23.610]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:40.9013391Z [00:03:23.610]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:40.9013923Z [00:03:23.610]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:40.9014435Z [00:03:23.610]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:40.9015088Z [00:03:23.610]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/common=/tmp/go-build3999932643/b943/_pkg_.a
2025-08-20T21:54:40.9016087Z [00:03:23.610]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build3999932643/b944/_pkg_.a
2025-08-20T21:54:40.9016928Z [00:03:23.610]➜  EOF
2025-08-20T21:54:40.9020190Z [00:03:23.610]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b945/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc3961=>github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc3961;$WORK/b945=>" -p github.com/jcmturner/gokrb5/v8/crypto/rfc3961 -lang=go1.16 -complete -installsuffix shared -buildid zCtvTcke-T8c3_iVJlmg/zCtvTcke-T8c3_iVJlmg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b945/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc3961/encryption.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc3961/keyDerivation.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc3961/nfold.go
2025-08-20T21:54:40.9567796Z [00:03:23.666]➜  go tool buildid -w $WORK/b945/_pkg_.a # internal
2025-08-20T21:54:40.9586742Z [00:03:23.667]➜  cp $WORK/b945/_pkg_.a /root/.cache/go-build/18/18af7728a203c2cb5a9addcfe56da19dacebedfb4a779a0882be2c4339d1427e-d # internal
2025-08-20T21:54:40.9587820Z [00:03:23.667]➜  github.com/jcmturner/aescts/v2
2025-08-20T21:54:40.9588124Z [00:03:23.667]➜  mkdir -p $WORK/b947/
2025-08-20T21:54:40.9588499Z [00:03:23.667]➜  cat >/tmp/go-build3999932643/b947/importcfg << 'EOF' # internal
2025-08-20T21:54:40.9588840Z [00:03:23.667]➜  # import config
2025-08-20T21:54:40.9589204Z [00:03:23.667]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:54:40.9589668Z [00:03:23.667]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:40.9590119Z [00:03:23.667]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:40.9590527Z [00:03:23.667]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:40.9590828Z [00:03:23.667]➜  EOF
2025-08-20T21:54:40.9592585Z [00:03:23.668]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b947/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/aescts/v2@v2.0.0=>github.com/jcmturner/aescts/v2@v2.0.0;$WORK/b947=>" -p github.com/jcmturner/aescts/v2 -lang=go1.13 -complete -installsuffix shared -buildid z4Jzc9S1TX2Hq_QJd6dJ/z4Jzc9S1TX2Hq_QJd6dJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b947/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/aescts/v2@v2.0.0/aescts.go
2025-08-20T21:54:40.9932277Z [00:03:23.702]➜  go tool buildid -w $WORK/b947/_pkg_.a # internal
2025-08-20T21:54:40.9940661Z [00:03:23.703]➜  cp $WORK/b947/_pkg_.a /root/.cache/go-build/6e/6ee9d868819014c18b9e8d2042aae156f1c9139b880ee91750b8340176296339-d # internal
2025-08-20T21:54:40.9949363Z [00:03:23.704]➜  github.com/jcmturner/gofork/x/crypto/pbkdf2
2025-08-20T21:54:40.9949817Z [00:03:23.704]➜  mkdir -p $WORK/b948/
2025-08-20T21:54:40.9953838Z [00:03:23.705]➜  cat >/tmp/go-build3999932643/b948/importcfg << 'EOF' # internal
2025-08-20T21:54:40.9954684Z [00:03:23.705]➜  # import config
2025-08-20T21:54:40.9959078Z [00:03:23.705]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:40.9959625Z [00:03:23.705]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:40.9959957Z [00:03:23.705]➜  EOF
2025-08-20T21:54:40.9962155Z [00:03:23.705]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b948/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gofork@v1.7.6/x/crypto/pbkdf2=>github.com/jcmturner/gofork@v1.7.6/x/crypto/pbkdf2;$WORK/b948=>" -p github.com/jcmturner/gofork/x/crypto/pbkdf2 -lang=go1.7 -complete -installsuffix shared -buildid uzk85Y-QAO2f0T1UJp_T/uzk85Y-QAO2f0T1UJp_T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b948/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gofork@v1.7.6/x/crypto/pbkdf2/pbkdf2.go
2025-08-20T21:54:41.0179436Z [00:03:23.727]➜  go tool buildid -w $WORK/b948/_pkg_.a # internal
2025-08-20T21:54:41.0183945Z [00:03:23.728]➜  cp $WORK/b948/_pkg_.a /root/.cache/go-build/8f/8feee78426151b1022b596142445c7f9d497cb9af4e8a59710a1115d6c2716bd-d # internal
2025-08-20T21:54:41.0198621Z [00:03:23.729]➜  github.com/jcmturner/gokrb5/v8/crypto/rfc3962
2025-08-20T21:54:41.0201079Z [00:03:23.729]➜  mkdir -p $WORK/b946/
2025-08-20T21:54:41.0203358Z [00:03:23.729]➜  cat >/tmp/go-build3999932643/b946/importcfg << 'EOF' # internal
2025-08-20T21:54:41.0203726Z [00:03:23.729]➜  # import config
2025-08-20T21:54:41.0204096Z [00:03:23.729]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:41.0204570Z [00:03:23.729]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:41.0205050Z [00:03:23.729]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:41.0205488Z [00:03:23.729]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:41.0205898Z [00:03:23.729]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:41.0206393Z [00:03:23.729]➜  packagefile github.com/jcmturner/aescts/v2=/tmp/go-build3999932643/b947/_pkg_.a
2025-08-20T21:54:41.0207049Z [00:03:23.729]➜  packagefile github.com/jcmturner/gofork/x/crypto/pbkdf2=/tmp/go-build3999932643/b948/_pkg_.a
2025-08-20T21:54:41.0208070Z [00:03:23.729]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/common=/tmp/go-build3999932643/b943/_pkg_.a
2025-08-20T21:54:41.0208756Z [00:03:23.729]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build3999932643/b944/_pkg_.a
2025-08-20T21:54:41.0209193Z [00:03:23.729]➜  EOF
2025-08-20T21:54:41.0211582Z [00:03:23.730]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b946/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc3962=>github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc3962;$WORK/b946=>" -p github.com/jcmturner/gokrb5/v8/crypto/rfc3962 -lang=go1.16 -complete -installsuffix shared -buildid 2cY6e1wvUAwpauDEuRh5/2cY6e1wvUAwpauDEuRh5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b946/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc3962/encryption.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc3962/keyDerivation.go
2025-08-20T21:54:41.0296326Z [00:03:23.739]➜  go tool buildid -w $WORK/b934/_pkg_.a # internal
2025-08-20T21:54:41.0307925Z [00:03:23.740]➜  cp $WORK/b934/_pkg_.a /root/.cache/go-build/35/355659756cee1cfc5d1a3a3554e7c48a1be871dcc52e55e16c37118a51df506c-d # internal
2025-08-20T21:54:41.0403571Z [00:03:23.748]➜  golang.org/x/crypto/md4
2025-08-20T21:54:41.0406902Z [00:03:23.749]➜  mkdir -p $WORK/b950/
2025-08-20T21:54:41.0407332Z [00:03:23.749]➜  cat >/tmp/go-build3999932643/b950/importcfg << 'EOF' # internal
2025-08-20T21:54:41.0407899Z [00:03:23.749]➜  # import config
2025-08-20T21:54:41.0408736Z [00:03:23.749]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:41.0409231Z [00:03:23.749]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:41.0409663Z [00:03:23.749]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:41.0409987Z [00:03:23.749]➜  EOF
2025-08-20T21:54:41.0412046Z [00:03:23.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b950/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/md4=>golang.org/x/crypto@v0.39.0/md4;$WORK/b950=>" -p golang.org/x/crypto/md4 -lang=go1.23 -complete -installsuffix shared -buildid k7QieYoa6BgFNtFktdC4/k7QieYoa6BgFNtFktdC4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b950/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/md4/md4.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/md4/md4block.go
2025-08-20T21:54:41.0601703Z [00:03:23.769]➜  go tool buildid -w $WORK/b946/_pkg_.a # internal
2025-08-20T21:54:41.0608241Z [00:03:23.770]➜  cp $WORK/b946/_pkg_.a /root/.cache/go-build/bd/bdd017c66041e1521b26837043a701709e0db6b2a7ad7e0df91399c233812d5b-d # internal
2025-08-20T21:54:41.0623489Z [00:03:23.771]➜  github.com/jcmturner/gokrb5/v8/crypto/rfc8009
2025-08-20T21:54:41.0625287Z [00:03:23.771]➜  mkdir -p $WORK/b951/
2025-08-20T21:54:41.0627243Z [00:03:23.772]➜  cat >/tmp/go-build3999932643/b951/importcfg << 'EOF' # internal
2025-08-20T21:54:41.0628234Z [00:03:23.772]➜  # import config
2025-08-20T21:54:41.0628615Z [00:03:23.772]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:54:41.0629075Z [00:03:23.772]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:41.0629535Z [00:03:23.772]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:41.0630017Z [00:03:23.772]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:41.0630493Z [00:03:23.772]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:41.0630945Z [00:03:23.772]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:41.0631363Z [00:03:23.772]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:41.0631867Z [00:03:23.772]➜  packagefile github.com/jcmturner/aescts/v2=/tmp/go-build3999932643/b947/_pkg_.a
2025-08-20T21:54:41.0632517Z [00:03:23.772]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/common=/tmp/go-build3999932643/b943/_pkg_.a
2025-08-20T21:54:41.0633219Z [00:03:23.772]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build3999932643/b944/_pkg_.a
2025-08-20T21:54:41.0634143Z [00:03:23.772]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/etypeID=/tmp/go-build3999932643/b937/_pkg_.a
2025-08-20T21:54:41.0634767Z [00:03:23.772]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build3999932643/b558/_pkg_.a
2025-08-20T21:54:41.0635145Z [00:03:23.772]➜  EOF
2025-08-20T21:54:41.0638738Z [00:03:23.773]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b951/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc8009=>github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc8009;$WORK/b951=>" -p github.com/jcmturner/gokrb5/v8/crypto/rfc8009 -lang=go1.16 -complete -installsuffix shared -buildid rkgGCA4cNWdgh5fHC9Fa/rkgGCA4cNWdgh5fHC9Fa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b951/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc8009/encryption.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc8009/keyDerivation.go
2025-08-20T21:54:41.0886217Z [00:03:23.798]➜  go tool buildid -w $WORK/b950/_pkg_.a # internal
2025-08-20T21:54:41.0902597Z [00:03:23.799]➜  cp $WORK/b950/_pkg_.a /root/.cache/go-build/8a/8a82086c4c2a1ae8d0901661e93f8e0c1843dceec7ed492fc45203e60383091d-d # internal
2025-08-20T21:54:41.0981544Z [00:03:23.807]➜  github.com/jcmturner/gokrb5/v8/crypto/rfc4757
2025-08-20T21:54:41.0983372Z [00:03:23.808]➜  mkdir -p $WORK/b949/
2025-08-20T21:54:41.0996820Z [00:03:23.809]➜  cat >/tmp/go-build3999932643/b949/importcfg << 'EOF' # internal
2025-08-20T21:54:41.0998005Z [00:03:23.809]➜  # import config
2025-08-20T21:54:41.0998627Z [00:03:23.809]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:41.1001879Z [00:03:23.809]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:41.1002387Z [00:03:23.809]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:41.1002874Z [00:03:23.809]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:41.1003342Z [00:03:23.809]➜  packagefile crypto/rc4=/tmp/go-build3999932643/b146/_pkg_.a
2025-08-20T21:54:41.1003810Z [00:03:23.809]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:41.1004555Z [00:03:23.809]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:41.1005068Z [00:03:23.809]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:41.1005495Z [00:03:23.809]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:41.1006082Z [00:03:23.809]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build3999932643/b944/_pkg_.a
2025-08-20T21:54:41.1006697Z [00:03:23.809]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build3999932643/b950/_pkg_.a
2025-08-20T21:54:41.1007166Z [00:03:23.809]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:41.1007937Z [00:03:23.809]➜  EOF
2025-08-20T21:54:41.1011003Z [00:03:23.809]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b949/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc4757=>github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc4757;$WORK/b949=>" -p github.com/jcmturner/gokrb5/v8/crypto/rfc4757 -lang=go1.16 -complete -installsuffix shared -buildid LS8N8P64cGt4F6yxb4G2/LS8N8P64cGt4F6yxb4G2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b949/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc4757/checksum.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc4757/encryption.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc4757/keyDerivation.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc4757/msgtype.go
2025-08-20T21:54:41.1156649Z [00:03:23.825]➜  go tool buildid -w $WORK/b951/_pkg_.a # internal
2025-08-20T21:54:41.1165932Z [00:03:23.826]➜  cp $WORK/b951/_pkg_.a /root/.cache/go-build/3a/3a5f7543e46876c5659f55cba57b72a47f164a6134ab9f6c58ab1eb24e3722a6-d # internal
2025-08-20T21:54:41.1191344Z [00:03:23.828]➜  github.com/jcmturner/gokrb5/v8/asn1tools
2025-08-20T21:54:41.1199133Z [00:03:23.829]➜  mkdir -p $WORK/b955/
2025-08-20T21:54:41.1199561Z [00:03:23.829]➜  cat >/tmp/go-build3999932643/b955/importcfg << 'EOF' # internal
2025-08-20T21:54:41.1200759Z [00:03:23.829]➜  # import config
2025-08-20T21:54:41.1201525Z [00:03:23.829]➜  packagefile github.com/jcmturner/gofork/encoding/asn1=/tmp/go-build3999932643/b936/_pkg_.a
2025-08-20T21:54:41.1205088Z [00:03:23.829]➜  EOF
2025-08-20T21:54:41.1207094Z [00:03:23.829]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b955/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/asn1tools=>github.com/jcmturner/gokrb5/v8@v8.4.4/asn1tools;$WORK/b955=>" -p github.com/jcmturner/gokrb5/v8/asn1tools -lang=go1.16 -complete -installsuffix shared -buildid Cit9_M6UomvmPWmYJQSR/Cit9_M6UomvmPWmYJQSR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b955/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/asn1tools/tools.go
2025-08-20T21:54:41.1529674Z [00:03:23.862]➜  go tool buildid -w $WORK/b955/_pkg_.a # internal
2025-08-20T21:54:41.1535790Z [00:03:23.863]➜  cp $WORK/b955/_pkg_.a /root/.cache/go-build/a6/a6b1aa9c9c0b35a94c02f013543e78a9a58e188c4407c07672cb32e75c13f40b-d # internal
2025-08-20T21:54:41.1588555Z [00:03:23.868]➜  github.com/jcmturner/gokrb5/v8/types
2025-08-20T21:54:41.1589292Z [00:03:23.868]➜  mkdir -p $WORK/b954/
2025-08-20T21:54:41.1590149Z [00:03:23.868]➜  cat >/tmp/go-build3999932643/b954/importcfg << 'EOF' # internal
2025-08-20T21:54:41.1593684Z [00:03:23.868]➜  # import config
2025-08-20T21:54:41.1594101Z [00:03:23.868]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:41.1594918Z [00:03:23.868]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:41.1595608Z [00:03:23.868]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:41.1596308Z [00:03:23.868]➜  packagefile github.com/jcmturner/gofork/encoding/asn1=/tmp/go-build3999932643/b936/_pkg_.a
2025-08-20T21:54:41.1598093Z [00:03:23.868]➜  packagefile github.com/jcmturner/gokrb5/v8/asn1tools=/tmp/go-build3999932643/b955/_pkg_.a
2025-08-20T21:54:41.1599039Z [00:03:23.868]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build3999932643/b944/_pkg_.a
2025-08-20T21:54:41.1599782Z [00:03:23.868]➜  packagefile github.com/jcmturner/gokrb5/v8/iana=/tmp/go-build3999932643/b956/_pkg_.a
2025-08-20T21:54:41.1600460Z [00:03:23.868]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/addrtype=/tmp/go-build3999932643/b957/_pkg_.a
2025-08-20T21:54:41.1601170Z [00:03:23.868]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/asnAppTag=/tmp/go-build3999932643/b958/_pkg_.a
2025-08-20T21:54:41.1601873Z [00:03:23.868]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/nametype=/tmp/go-build3999932643/b940/_pkg_.a
2025-08-20T21:54:41.1602794Z [00:03:23.868]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/patype=/tmp/go-build3999932643/b953/_pkg_.a
2025-08-20T21:54:41.1603348Z [00:03:23.868]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:41.1603772Z [00:03:23.868]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:41.1604206Z [00:03:23.868]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:41.1604628Z [00:03:23.868]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:41.1605043Z [00:03:23.868]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:41.1605393Z [00:03:23.868]➜  EOF
2025-08-20T21:54:41.1611506Z [00:03:23.868]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b954/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/types=>github.com/jcmturner/gokrb5/v8@v8.4.4/types;$WORK/b954=>" -p github.com/jcmturner/gokrb5/v8/types -lang=go1.16 -complete -installsuffix shared -buildid lXKQ9G9eKpg6yFb0YX4m/lXKQ9G9eKpg6yFb0YX4m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b954/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/types/Authenticator.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/types/AuthorizationData.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/types/Cryptosystem.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/types/HostAddress.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/types/KerberosFlags.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/types/PAData.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/types/PrincipalName.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/types/TypedData.go
2025-08-20T21:54:41.1639535Z [00:03:23.873]➜  go tool buildid -w $WORK/b949/_pkg_.a # internal
2025-08-20T21:54:41.1649356Z [00:03:23.874]➜  cp $WORK/b949/_pkg_.a /root/.cache/go-build/ad/ad4df99d10fd065a7c693598562416ddae785d8d5b0ef77e6b40a4fe58bbe023-d # internal
2025-08-20T21:54:41.1658910Z [00:03:23.875]➜  github.com/jcmturner/gokrb5/v8/iana/errorcode
2025-08-20T21:54:41.1661360Z [00:03:23.875]➜  mkdir -p $WORK/b959/
2025-08-20T21:54:41.1665350Z [00:03:23.876]➜  cat >/tmp/go-build3999932643/b959/importcfg << 'EOF' # internal
2025-08-20T21:54:41.1666726Z [00:03:23.876]➜  # import config
2025-08-20T21:54:41.1668152Z [00:03:23.876]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:41.1688700Z [00:03:23.876]➜  EOF
2025-08-20T21:54:41.1691602Z [00:03:23.876]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b959/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/errorcode=>github.com/jcmturner/gokrb5/v8@v8.4.4/iana/errorcode;$WORK/b959=>" -p github.com/jcmturner/gokrb5/v8/iana/errorcode -lang=go1.16 -complete -installsuffix shared -buildid slO4qAn-oARyLXzqVgQh/slO4qAn-oARyLXzqVgQh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b959/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/errorcode/constants.go
2025-08-20T21:54:41.2157083Z [00:03:23.925]➜  go tool buildid -w $WORK/b959/_pkg_.a # internal
2025-08-20T21:54:41.2198262Z [00:03:23.929]➜  cp $WORK/b959/_pkg_.a /root/.cache/go-build/47/47f196f840b8703e087815b5360cdf264e2aab099ba5ead492e8f32b3d7e6808-d # internal
2025-08-20T21:54:41.2225956Z [00:03:23.932]➜  github.com/jcmturner/gokrb5/v8/krberror
2025-08-20T21:54:41.2230145Z [00:03:23.932]➜  mkdir -p $WORK/b963/
2025-08-20T21:54:41.2240374Z [00:03:23.933]➜  cat >/tmp/go-build3999932643/b963/importcfg << 'EOF' # internal
2025-08-20T21:54:41.2241074Z [00:03:23.933]➜  # import config
2025-08-20T21:54:41.2242752Z [00:03:23.933]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:41.2243195Z [00:03:23.933]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:41.2243518Z [00:03:23.933]➜  EOF
2025-08-20T21:54:41.2254435Z [00:03:23.935]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b963/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/krberror=>github.com/jcmturner/gokrb5/v8@v8.4.4/krberror;$WORK/b963=>" -p github.com/jcmturner/gokrb5/v8/krberror -lang=go1.16 -complete -installsuffix shared -buildid Ws9Aso5w0DVjkI40RBT3/Ws9Aso5w0DVjkI40RBT3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b963/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/krberror/error.go
2025-08-20T21:54:41.2342304Z [00:03:23.943]➜  go tool buildid -w $WORK/b954/_pkg_.a # internal
2025-08-20T21:54:41.2355031Z [00:03:23.945]➜  cp $WORK/b954/_pkg_.a /root/.cache/go-build/74/745d7177476f6cbbf233a0626f0e86b10e056bec623144b1eabbd313e1715efe-d # internal
2025-08-20T21:54:41.2391010Z [00:03:23.948]➜  github.com/jcmturner/gokrb5/v8/crypto
2025-08-20T21:54:41.2393883Z [00:03:23.949]➜  mkdir -p $WORK/b942/
2025-08-20T21:54:41.2407732Z [00:03:23.950]➜  cat >/tmp/go-build3999932643/b942/importcfg << 'EOF' # internal
2025-08-20T21:54:41.2411238Z [00:03:23.950]➜  # import config
2025-08-20T21:54:41.2412515Z [00:03:23.950]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:41.2414099Z [00:03:23.950]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:54:41.2416685Z [00:03:23.950]➜  packagefile crypto/des=/tmp/go-build3999932643/b109/_pkg_.a
2025-08-20T21:54:41.2418028Z [00:03:23.950]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:41.2419032Z [00:03:23.950]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:41.2419496Z [00:03:23.950]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:41.2419976Z [00:03:23.950]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:41.2420438Z [00:03:23.950]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:41.2420904Z [00:03:23.950]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:41.2421340Z [00:03:23.950]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:41.2421760Z [00:03:23.950]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:41.2422326Z [00:03:23.950]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/common=/tmp/go-build3999932643/b943/_pkg_.a
2025-08-20T21:54:41.2423031Z [00:03:23.950]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build3999932643/b944/_pkg_.a
2025-08-20T21:54:41.2423989Z [00:03:23.950]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/rfc3961=/tmp/go-build3999932643/b945/_pkg_.a
2025-08-20T21:54:41.2424765Z [00:03:23.950]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/rfc3962=/tmp/go-build3999932643/b946/_pkg_.a
2025-08-20T21:54:41.2425594Z [00:03:23.950]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/rfc4757=/tmp/go-build3999932643/b949/_pkg_.a
2025-08-20T21:54:41.2426352Z [00:03:23.950]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/rfc8009=/tmp/go-build3999932643/b951/_pkg_.a
2025-08-20T21:54:41.2427054Z [00:03:23.950]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/chksumtype=/tmp/go-build3999932643/b952/_pkg_.a
2025-08-20T21:54:41.2428275Z [00:03:23.950]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/etypeID=/tmp/go-build3999932643/b937/_pkg_.a
2025-08-20T21:54:41.2428986Z [00:03:23.950]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/patype=/tmp/go-build3999932643/b953/_pkg_.a
2025-08-20T21:54:41.2429640Z [00:03:23.950]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build3999932643/b954/_pkg_.a
2025-08-20T21:54:41.2430235Z [00:03:23.950]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build3999932643/b950/_pkg_.a
2025-08-20T21:54:41.2430712Z [00:03:23.950]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:41.2431118Z [00:03:23.950]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:41.2431422Z [00:03:23.950]➜  EOF
2025-08-20T21:54:41.2435276Z [00:03:23.950]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b942/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto=>github.com/jcmturner/gokrb5/v8@v8.4.4/crypto;$WORK/b942=>" -p github.com/jcmturner/gokrb5/v8/crypto -lang=go1.16 -complete -installsuffix shared -buildid 5YUWkEVi89QhNXULTwsx/5YUWkEVi89QhNXULTwsx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b942/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/aes128-cts-hmac-sha1-96.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/aes128-cts-hmac-sha256-128.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/aes256-cts-hmac-sha1-96.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/aes256-cts-hmac-sha384-192.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/crypto.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/des3-cbc-sha1-kd.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rc4-hmac.go
2025-08-20T21:54:41.2589667Z [00:03:23.968]➜  go tool buildid -w $WORK/b963/_pkg_.a # internal
2025-08-20T21:54:41.2607678Z [00:03:23.970]➜  cp $WORK/b963/_pkg_.a /root/.cache/go-build/6a/6aed342dc0d7da5fa2df44f7db850aff73a9eea88c113aae6761bf9cbf9e67f4-d # internal
2025-08-20T21:54:41.2615255Z [00:03:23.971]➜  github.com/jcmturner/rpc/v2/ndr
2025-08-20T21:54:41.2617907Z [00:03:23.971]➜  mkdir -p $WORK/b969/
2025-08-20T21:54:41.2629699Z [00:03:23.972]➜  cat >/tmp/go-build3999932643/b969/importcfg << 'EOF' # internal
2025-08-20T21:54:41.2631748Z [00:03:23.972]➜  # import config
2025-08-20T21:54:41.2633079Z [00:03:23.972]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:41.2633517Z [00:03:23.973]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:41.2633987Z [00:03:23.973]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:41.2634443Z [00:03:23.973]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:41.2634854Z [00:03:23.973]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:41.2639225Z [00:03:23.973]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:41.2639791Z [00:03:23.973]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:41.2640220Z [00:03:23.973]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:41.2640663Z [00:03:23.973]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:41.2641096Z [00:03:23.973]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:41.2641412Z [00:03:23.973]➜  EOF
2025-08-20T21:54:41.2645703Z [00:03:23.973]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b969/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/ndr=>github.com/jcmturner/rpc/v2@v2.0.3/ndr;$WORK/b969=>" -p github.com/jcmturner/rpc/v2/ndr -lang=go1.13 -complete -installsuffix shared -buildid xCbFDAnP3MLmgN8Agqoq/xCbFDAnP3MLmgN8Agqoq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b969/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/ndr/arrays.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/ndr/decoder.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/ndr/error.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/ndr/header.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/ndr/pipe.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/ndr/primitives.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/ndr/rawbytes.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/ndr/strings.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/ndr/tags.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/ndr/union.go
2025-08-20T21:54:41.4600333Z [00:03:24.169]➜  go tool buildid -w $WORK/b942/_pkg_.a # internal
2025-08-20T21:54:41.4632703Z [00:03:24.172]➜  cp $WORK/b942/_pkg_.a /root/.cache/go-build/8e/8e6fa245d1ceb7de3e47aab2a4eefe4e8ea09530e8918bf288cbfe7e26e62a80-d # internal
2025-08-20T21:54:41.4677000Z [00:03:24.177]➜  github.com/jcmturner/gokrb5/v8/keytab
2025-08-20T21:54:41.4678610Z [00:03:24.177]➜  mkdir -p $WORK/b941/
2025-08-20T21:54:41.4687091Z [00:03:24.178]➜  cat >/tmp/go-build3999932643/b941/importcfg << 'EOF' # internal
2025-08-20T21:54:41.4688920Z [00:03:24.178]➜  # import config
2025-08-20T21:54:41.4689417Z [00:03:24.178]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:41.4690707Z [00:03:24.178]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:41.4691197Z [00:03:24.178]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:41.4691648Z [00:03:24.178]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:41.4692102Z [00:03:24.178]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:41.4692638Z [00:03:24.178]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto=/tmp/go-build3999932643/b942/_pkg_.a
2025-08-20T21:54:41.4693276Z [00:03:24.178]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build3999932643/b954/_pkg_.a
2025-08-20T21:54:41.4693776Z [00:03:24.178]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:41.4694172Z [00:03:24.178]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:41.4694589Z [00:03:24.178]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:41.4695257Z [00:03:24.178]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:41.4695560Z [00:03:24.178]➜  EOF
2025-08-20T21:54:41.4702269Z [00:03:24.179]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b941/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/keytab=>github.com/jcmturner/gokrb5/v8@v8.4.4/keytab;$WORK/b941=>" -p github.com/jcmturner/gokrb5/v8/keytab -lang=go1.16 -complete -installsuffix shared -buildid R96sCh7HtAZFLVZTpQZj/R96sCh7HtAZFLVZTpQZj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b941/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/keytab/keytab.go
2025-08-20T21:54:41.4981165Z [00:03:24.207]➜  go tool buildid -w $WORK/b969/_pkg_.a # internal
2025-08-20T21:54:41.4996518Z [00:03:24.209]➜  cp $WORK/b969/_pkg_.a /root/.cache/go-build/8d/8df59fb59649be73edd3cc5236adbfeda931965088af1061f8694de5671bdc11-d # internal
2025-08-20T21:54:41.4998999Z [00:03:24.209]➜  github.com/jcmturner/rpc/v2/mstypes
2025-08-20T21:54:41.5002363Z [00:03:24.210]➜  mkdir -p $WORK/b968/
2025-08-20T21:54:41.5023720Z [00:03:24.212]➜  cat >/tmp/go-build3999932643/b968/importcfg << 'EOF' # internal
2025-08-20T21:54:41.5024981Z [00:03:24.212]➜  # import config
2025-08-20T21:54:41.5025716Z [00:03:24.212]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:41.5026253Z [00:03:24.212]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:41.5026835Z [00:03:24.212]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:41.5027473Z [00:03:24.212]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:41.5027975Z [00:03:24.212]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:41.5028386Z [00:03:24.212]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:41.5028898Z [00:03:24.212]➜  packagefile github.com/jcmturner/rpc/v2/ndr=/tmp/go-build3999932643/b969/_pkg_.a
2025-08-20T21:54:41.5029487Z [00:03:24.212]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3999932643/b474/_pkg_.a
2025-08-20T21:54:41.5029968Z [00:03:24.212]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:41.5030371Z [00:03:24.212]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:41.5030789Z [00:03:24.212]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:41.5031204Z [00:03:24.212]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:41.5031514Z [00:03:24.212]➜  EOF
2025-08-20T21:54:41.5035622Z [00:03:24.212]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b968/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/mstypes=>github.com/jcmturner/rpc/v2@v2.0.3/mstypes;$WORK/b968=>" -p github.com/jcmturner/rpc/v2/mstypes -lang=go1.13 -complete -installsuffix shared -buildid 3HZnwYwVahVwcaGm0lJs/3HZnwYwVahVwcaGm0lJs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b968/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/mstypes/claims.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/mstypes/common.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/mstypes/filetime.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/mstypes/group_membership.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/mstypes/kerb_sid_and_attributes.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/mstypes/reader.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/mstypes/rpc_unicode_string.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/mstypes/sid.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/mstypes/user_session_key.go
2025-08-20T21:54:41.5181209Z [00:03:24.227]➜  go tool buildid -w $WORK/b941/_pkg_.a # internal
2025-08-20T21:54:41.5188477Z [00:03:24.228]➜  cp $WORK/b941/_pkg_.a /root/.cache/go-build/02/02419b475925bdf7f3d712d1d9f3e1a02e62da08e824c02996603e4f167e07d7-d # internal
2025-08-20T21:54:41.5198783Z [00:03:24.229]➜  github.com/jcmturner/gokrb5/v8/credentials
2025-08-20T21:54:41.5199507Z [00:03:24.229]➜  mkdir -p $WORK/b938/
2025-08-20T21:54:41.5201829Z [00:03:24.229]➜  cat >/tmp/go-build3999932643/b938/importcfg << 'EOF' # internal
2025-08-20T21:54:41.5203174Z [00:03:24.229]➜  # import config
2025-08-20T21:54:41.5203587Z [00:03:24.229]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:41.5204051Z [00:03:24.229]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:41.5204534Z [00:03:24.229]➜  packagefile encoding/gob=/tmp/go-build3999932643/b330/_pkg_.a
2025-08-20T21:54:41.5204997Z [00:03:24.229]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:41.5205434Z [00:03:24.229]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:41.5205931Z [00:03:24.229]➜  packagefile github.com/hashicorp/go-uuid=/tmp/go-build3999932643/b939/_pkg_.a
2025-08-20T21:54:41.5206570Z [00:03:24.229]➜  packagefile github.com/jcmturner/gofork/encoding/asn1=/tmp/go-build3999932643/b936/_pkg_.a
2025-08-20T21:54:41.5207262Z [00:03:24.229]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/nametype=/tmp/go-build3999932643/b940/_pkg_.a
2025-08-20T21:54:41.5208123Z [00:03:24.229]➜  packagefile github.com/jcmturner/gokrb5/v8/keytab=/tmp/go-build3999932643/b941/_pkg_.a
2025-08-20T21:54:41.5208923Z [00:03:24.229]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build3999932643/b954/_pkg_.a
2025-08-20T21:54:41.5209491Z [00:03:24.229]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:41.5210000Z [00:03:24.230]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:41.5210476Z [00:03:24.230]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:41.5210782Z [00:03:24.230]➜  EOF
2025-08-20T21:54:41.5213100Z [00:03:24.230]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b938/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/credentials=>github.com/jcmturner/gokrb5/v8@v8.4.4/credentials;$WORK/b938=>" -p github.com/jcmturner/gokrb5/v8/credentials -lang=go1.16 -complete -installsuffix shared -buildid vTt4FTgWTVuOEKN7zw0L/vTt4FTgWTVuOEKN7zw0L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b938/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/credentials/ccache.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/credentials/credentials.go
2025-08-20T21:54:41.5735974Z [00:03:24.283]➜  go tool buildid -w $WORK/b968/_pkg_.a # internal
2025-08-20T21:54:41.5753798Z [00:03:24.285]➜  cp $WORK/b968/_pkg_.a /root/.cache/go-build/d0/d01f584188ec0fa1c4c32b060dcaa2ff3331589ce916eea8ee7cf8af26196d0e-d # internal
2025-08-20T21:54:41.5881153Z [00:03:24.297]➜  github.com/jcmturner/gokrb5/v8/pac
2025-08-20T21:54:41.5881713Z [00:03:24.298]➜  mkdir -p $WORK/b967/
2025-08-20T21:54:41.5886628Z [00:03:24.298]➜  cat >/tmp/go-build3999932643/b967/importcfg << 'EOF' # internal
2025-08-20T21:54:41.5887431Z [00:03:24.298]➜  # import config
2025-08-20T21:54:41.5887850Z [00:03:24.298]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:41.5888321Z [00:03:24.298]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:41.5888776Z [00:03:24.298]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:41.5889199Z [00:03:24.298]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:41.5889771Z [00:03:24.298]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto=/tmp/go-build3999932643/b942/_pkg_.a
2025-08-20T21:54:41.5890459Z [00:03:24.298]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/chksumtype=/tmp/go-build3999932643/b952/_pkg_.a
2025-08-20T21:54:41.5891162Z [00:03:24.298]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/keyusage=/tmp/go-build3999932643/b961/_pkg_.a
2025-08-20T21:54:41.5891818Z [00:03:24.298]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build3999932643/b954/_pkg_.a
2025-08-20T21:54:41.5892460Z [00:03:24.298]➜  packagefile github.com/jcmturner/rpc/v2/mstypes=/tmp/go-build3999932643/b968/_pkg_.a
2025-08-20T21:54:41.5893325Z [00:03:24.298]➜  packagefile github.com/jcmturner/rpc/v2/ndr=/tmp/go-build3999932643/b969/_pkg_.a
2025-08-20T21:54:41.5893822Z [00:03:24.298]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:41.5894124Z [00:03:24.298]➜  EOF
2025-08-20T21:54:41.5899114Z [00:03:24.298]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b967/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/pac=>github.com/jcmturner/gokrb5/v8@v8.4.4/pac;$WORK/b967=>" -p github.com/jcmturner/gokrb5/v8/pac -lang=go1.16 -complete -installsuffix shared -buildid 9cPLaStpbrxR5a5YH9WL/9cPLaStpbrxR5a5YH9WL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b967/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/pac/client_claims.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/pac/client_info.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/pac/credentials_info.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/pac/device_claims.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/pac/device_info.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/pac/kerb_validation_info.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/pac/pac_type.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/pac/s4u_delegation_info.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/pac/signature_data.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/pac/supplemental_cred.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/pac/upn_dns_info.go
2025-08-20T21:54:41.6169970Z [00:03:24.326]➜  go tool buildid -w $WORK/b938/_pkg_.a # internal
2025-08-20T21:54:41.6184849Z [00:03:24.328]➜  cp $WORK/b938/_pkg_.a /root/.cache/go-build/81/8134b4d573222c245a414f18dd5f574cce95b9a1a887634e7bc51194af2c15ad-d # internal
2025-08-20T21:54:41.6291607Z [00:03:24.338]➜  github.com/Azure/go-ntlmssp
2025-08-20T21:54:41.6292467Z [00:03:24.338]➜  mkdir -p $WORK/b973/
2025-08-20T21:54:41.6292899Z [00:03:24.338]➜  cat >/tmp/go-build3999932643/b973/importcfg << 'EOF' # internal
2025-08-20T21:54:41.6293315Z [00:03:24.338]➜  # import config
2025-08-20T21:54:41.6293658Z [00:03:24.338]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:41.6294106Z [00:03:24.338]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:41.6294562Z [00:03:24.338]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:41.6295019Z [00:03:24.338]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:41.6295491Z [00:03:24.338]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:41.6295971Z [00:03:24.338]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:41.6296440Z [00:03:24.338]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:41.6297154Z [00:03:24.338]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:41.6297720Z [00:03:24.338]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:41.6298387Z [00:03:24.338]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build3999932643/b950/_pkg_.a
2025-08-20T21:54:41.6298852Z [00:03:24.338]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:41.6299274Z [00:03:24.338]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:41.6299705Z [00:03:24.338]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:41.6300133Z [00:03:24.338]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:41.6300551Z [00:03:24.338]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:41.6300984Z [00:03:24.338]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:54:41.6301313Z [00:03:24.338]➜  EOF
2025-08-20T21:54:41.6307284Z [00:03:24.338]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b973/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358=>github.com/Azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358;$WORK/b973=>" -p github.com/Azure/go-ntlmssp -lang=go1.16 -complete -installsuffix shared -buildid IJhsuDpr74M92EAKHZ7c/IJhsuDpr74M92EAKHZ7c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b973/importcfg -pack /root/go/pkg/mod/github.com/!azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358/authenticate_message.go /root/go/pkg/mod/github.com/!azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358/authheader.go /root/go/pkg/mod/github.com/!azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358/avids.go /root/go/pkg/mod/github.com/!azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358/challenge_message.go /root/go/pkg/mod/github.com/!azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358/messageheader.go /root/go/pkg/mod/github.com/!azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358/negotiate_flags.go /root/go/pkg/mod/github.com/!azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358/negotiate_message.go /root/go/pkg/mod/github.com/!azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358/negotiator.go /root/go/pkg/mod/github.com/!azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358/nlmp.go /root/go/pkg/mod/github.com/!azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358/unicode.go /root/go/pkg/mod/github.com/!azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358/varfield.go /root/go/pkg/mod/github.com/!azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358/version.go
2025-08-20T21:54:41.6853109Z [00:03:24.395]➜  go tool buildid -w $WORK/b967/_pkg_.a # internal
2025-08-20T21:54:41.6867127Z [00:03:24.396]➜  cp $WORK/b967/_pkg_.a /root/.cache/go-build/24/24b0b66c2777f180478e098b86b0c510489e257daa2a74c8b3bc0ea2a1584b86-d # internal
2025-08-20T21:54:41.7009449Z [00:03:24.410]➜  github.com/jcmturner/gokrb5/v8/messages
2025-08-20T21:54:41.7010138Z [00:03:24.410]➜  mkdir -p $WORK/b964/
2025-08-20T21:54:41.7018975Z [00:03:24.411]➜  cat >/tmp/go-build3999932643/b964/importcfg << 'EOF' # internal
2025-08-20T21:54:41.7019647Z [00:03:24.411]➜  # import config
2025-08-20T21:54:41.7020302Z [00:03:24.411]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:41.7021469Z [00:03:24.411]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:41.7024296Z [00:03:24.411]➜  packagefile github.com/jcmturner/gofork/encoding/asn1=/tmp/go-build3999932643/b936/_pkg_.a
2025-08-20T21:54:41.7025438Z [00:03:24.411]➜  packagefile github.com/jcmturner/gokrb5/v8/asn1tools=/tmp/go-build3999932643/b955/_pkg_.a
2025-08-20T21:54:41.7026540Z [00:03:24.411]➜  packagefile github.com/jcmturner/gokrb5/v8/config=/tmp/go-build3999932643/b934/_pkg_.a
2025-08-20T21:54:41.7038939Z [00:03:24.411]➜  packagefile github.com/jcmturner/gokrb5/v8/credentials=/tmp/go-build3999932643/b938/_pkg_.a
2025-08-20T21:54:41.7041955Z [00:03:24.411]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto=/tmp/go-build3999932643/b942/_pkg_.a
2025-08-20T21:54:41.7043332Z [00:03:24.411]➜  packagefile github.com/jcmturner/gokrb5/v8/iana=/tmp/go-build3999932643/b956/_pkg_.a
2025-08-20T21:54:41.7044674Z [00:03:24.411]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/adtype=/tmp/go-build3999932643/b965/_pkg_.a
2025-08-20T21:54:41.7047014Z [00:03:24.411]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/asnAppTag=/tmp/go-build3999932643/b958/_pkg_.a
2025-08-20T21:54:41.7048473Z [00:03:24.411]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/errorcode=/tmp/go-build3999932643/b959/_pkg_.a
2025-08-20T21:54:41.7049938Z [00:03:24.411]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/flags=/tmp/go-build3999932643/b960/_pkg_.a
2025-08-20T21:54:41.7051077Z [00:03:24.411]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/keyusage=/tmp/go-build3999932643/b961/_pkg_.a
2025-08-20T21:54:41.7052008Z [00:03:24.411]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/msgtype=/tmp/go-build3999932643/b966/_pkg_.a
2025-08-20T21:54:41.7053090Z [00:03:24.411]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/nametype=/tmp/go-build3999932643/b940/_pkg_.a
2025-08-20T21:54:41.7054105Z [00:03:24.411]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/patype=/tmp/go-build3999932643/b953/_pkg_.a
2025-08-20T21:54:41.7055218Z [00:03:24.411]➜  packagefile github.com/jcmturner/gokrb5/v8/keytab=/tmp/go-build3999932643/b941/_pkg_.a
2025-08-20T21:54:41.7056369Z [00:03:24.411]➜  packagefile github.com/jcmturner/gokrb5/v8/krberror=/tmp/go-build3999932643/b963/_pkg_.a
2025-08-20T21:54:41.7057929Z [00:03:24.411]➜  packagefile github.com/jcmturner/gokrb5/v8/pac=/tmp/go-build3999932643/b967/_pkg_.a
2025-08-20T21:54:41.7059254Z [00:03:24.411]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build3999932643/b954/_pkg_.a
2025-08-20T21:54:41.7060243Z [00:03:24.411]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:41.7061081Z [00:03:24.411]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:41.7062246Z [00:03:24.411]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:41.7062703Z [00:03:24.411]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:41.7063017Z [00:03:24.411]➜  EOF
2025-08-20T21:54:41.7067599Z [00:03:24.411]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b964/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/messages=>github.com/jcmturner/gokrb5/v8@v8.4.4/messages;$WORK/b964=>" -p github.com/jcmturner/gokrb5/v8/messages -lang=go1.16 -complete -installsuffix shared -buildid OgWtL53OjNbyb2O9zDrs/OgWtL53OjNbyb2O9zDrs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b964/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/messages/APRep.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/messages/APReq.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/messages/KDCRep.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/messages/KDCReq.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/messages/KRBCred.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/messages/KRBError.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/messages/KRBPriv.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/messages/KRBSafe.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/messages/Ticket.go
2025-08-20T21:54:41.7312001Z [00:03:24.440]➜  go tool buildid -w $WORK/b973/_pkg_.a # internal
2025-08-20T21:54:41.7325054Z [00:03:24.442]➜  cp $WORK/b973/_pkg_.a /root/.cache/go-build/89/89427839563e5c68da941fe1a9219a7813d2200907b3b9bf9471c9b992fc8657-d # internal
2025-08-20T21:54:41.7365982Z [00:03:24.444]➜  github.com/go-asn1-ber/asn1-ber
2025-08-20T21:54:41.7366871Z [00:03:24.444]➜  mkdir -p $WORK/b974/
2025-08-20T21:54:41.7369736Z [00:03:24.445]➜  cat >/tmp/go-build3999932643/b974/importcfg << 'EOF' # internal
2025-08-20T21:54:41.7370281Z [00:03:24.445]➜  # import config
2025-08-20T21:54:41.7371819Z [00:03:24.445]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:41.7372563Z [00:03:24.445]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:41.7373773Z [00:03:24.445]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:41.7374620Z [00:03:24.445]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:41.7375739Z [00:03:24.445]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:41.7376229Z [00:03:24.445]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:41.7376638Z [00:03:24.445]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:41.7377060Z [00:03:24.445]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:41.7377620Z [00:03:24.445]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:41.7378061Z [00:03:24.445]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:41.7378478Z [00:03:24.445]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:41.7378915Z [00:03:24.445]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:41.7379255Z [00:03:24.445]➜  EOF
2025-08-20T21:54:41.7383819Z [00:03:24.445]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b974/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-asn1-ber/asn1-ber@v1.5.8-0.20250403174932-29230038a667=>github.com/go-asn1-ber/asn1-ber@v1.5.8-0.20250403174932-29230038a667;$WORK/b974=>" -p github.com/go-asn1-ber/asn1-ber -lang=go1.13 -complete -installsuffix shared -buildid W6dAqcCAwTMn-0w2fgAg/W6dAqcCAwTMn-0w2fgAg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b974/importcfg -pack /root/go/pkg/mod/github.com/go-asn1-ber/asn1-ber@v1.5.8-0.20250403174932-29230038a667/ber.go /root/go/pkg/mod/github.com/go-asn1-ber/asn1-ber@v1.5.8-0.20250403174932-29230038a667/content_int.go /root/go/pkg/mod/github.com/go-asn1-ber/asn1-ber@v1.5.8-0.20250403174932-29230038a667/generalizedTime.go /root/go/pkg/mod/github.com/go-asn1-ber/asn1-ber@v1.5.8-0.20250403174932-29230038a667/header.go /root/go/pkg/mod/github.com/go-asn1-ber/asn1-ber@v1.5.8-0.20250403174932-29230038a667/identifier.go /root/go/pkg/mod/github.com/go-asn1-ber/asn1-ber@v1.5.8-0.20250403174932-29230038a667/length.go /root/go/pkg/mod/github.com/go-asn1-ber/asn1-ber@v1.5.8-0.20250403174932-29230038a667/real.go /root/go/pkg/mod/github.com/go-asn1-ber/asn1-ber@v1.5.8-0.20250403174932-29230038a667/util.go
2025-08-20T21:54:41.8413326Z [00:03:24.550]➜  go tool buildid -w $WORK/b964/_pkg_.a # internal
2025-08-20T21:54:41.8427168Z [00:03:24.552]➜  cp $WORK/b964/_pkg_.a /root/.cache/go-build/24/24089ce48131493293e047533d6e2864cd13a352c15d080e2a550a0ad434904e-d # internal
2025-08-20T21:54:41.8542185Z [00:03:24.563]➜  github.com/jcmturner/gokrb5/v8/kadmin
2025-08-20T21:54:41.8543158Z [00:03:24.563]➜  mkdir -p $WORK/b962/
2025-08-20T21:54:41.8546037Z [00:03:24.564]➜  cat >/tmp/go-build3999932643/b962/importcfg << 'EOF' # internal
2025-08-20T21:54:41.8546448Z [00:03:24.564]➜  # import config
2025-08-20T21:54:41.8546791Z [00:03:24.564]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:41.8547265Z [00:03:24.564]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:41.8547909Z [00:03:24.564]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:41.8548325Z [00:03:24.564]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:41.8548885Z [00:03:24.564]➜  packagefile github.com/jcmturner/gofork/encoding/asn1=/tmp/go-build3999932643/b936/_pkg_.a
2025-08-20T21:54:41.8549538Z [00:03:24.564]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto=/tmp/go-build3999932643/b942/_pkg_.a
2025-08-20T21:54:41.8550188Z [00:03:24.564]➜  packagefile github.com/jcmturner/gokrb5/v8/krberror=/tmp/go-build3999932643/b963/_pkg_.a
2025-08-20T21:54:41.8550835Z [00:03:24.564]➜  packagefile github.com/jcmturner/gokrb5/v8/messages=/tmp/go-build3999932643/b964/_pkg_.a
2025-08-20T21:54:41.8551475Z [00:03:24.564]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build3999932643/b954/_pkg_.a
2025-08-20T21:54:41.8552324Z [00:03:24.564]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:41.8552635Z [00:03:24.564]➜  EOF
2025-08-20T21:54:41.8555349Z [00:03:24.564]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b962/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/kadmin=>github.com/jcmturner/gokrb5/v8@v8.4.4/kadmin;$WORK/b962=>" -p github.com/jcmturner/gokrb5/v8/kadmin -lang=go1.16 -complete -installsuffix shared -buildid hMtEASpf7i6fxjPgR1y7/hMtEASpf7i6fxjPgR1y7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b962/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/kadmin/changepasswddata.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/kadmin/message.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/kadmin/passwd.go
2025-08-20T21:54:41.9149800Z [00:03:24.624]➜  go tool buildid -w $WORK/b974/_pkg_.a # internal
2025-08-20T21:54:41.9172396Z [00:03:24.626]➜  cp $WORK/b974/_pkg_.a /root/.cache/go-build/d9/d938c700b6dd98a05d7d59ee5fd95940d70806c29c141f3aa313117eb62b7c00-d # internal
2025-08-20T21:54:41.9308505Z [00:03:24.637]➜  github.com/go-ldap/ldap/v3
2025-08-20T21:54:41.9309048Z [00:03:24.637]➜  mkdir -p $WORK/b972/
2025-08-20T21:54:41.9312036Z [00:03:24.640]➜  cat >/tmp/go-build3999932643/b972/importcfg << 'EOF' # internal
2025-08-20T21:54:41.9314416Z [00:03:24.640]➜  # import config
2025-08-20T21:54:41.9314879Z [00:03:24.640]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:41.9315306Z [00:03:24.640]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:41.9315740Z [00:03:24.640]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:41.9316178Z [00:03:24.640]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:41.9316632Z [00:03:24.640]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:41.9317097Z [00:03:24.640]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:41.9317691Z [00:03:24.640]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:41.9318137Z [00:03:24.640]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:41.9318552Z [00:03:24.640]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:41.9319038Z [00:03:24.640]➜  packagefile github.com/Azure/go-ntlmssp=/tmp/go-build3999932643/b973/_pkg_.a
2025-08-20T21:54:41.9319805Z [00:03:24.640]➜  packagefile github.com/go-asn1-ber/asn1-ber=/tmp/go-build3999932643/b974/_pkg_.a
2025-08-20T21:54:41.9320436Z [00:03:24.640]➜  packagefile github.com/google/uuid=/tmp/go-build3999932643/b324/_pkg_.a
2025-08-20T21:54:41.9321076Z [00:03:24.640]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build3999932643/b950/_pkg_.a
2025-08-20T21:54:41.9321579Z [00:03:24.640]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:41.9321997Z [00:03:24.640]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:41.9322412Z [00:03:24.640]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:41.9322837Z [00:03:24.640]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:41.9323264Z [00:03:24.640]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:41.9323679Z [00:03:24.640]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:41.9324089Z [00:03:24.640]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:41.9324496Z [00:03:24.640]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:41.9324907Z [00:03:24.640]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:41.9325325Z [00:03:24.640]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:41.9325747Z [00:03:24.640]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:41.9326162Z [00:03:24.640]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:41.9326591Z [00:03:24.640]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:41.9327187Z [00:03:24.640]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:41.9327876Z [00:03:24.640]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:41.9328328Z [00:03:24.640]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:54:41.9328795Z [00:03:24.640]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:41.9329125Z [00:03:24.640]➜  EOF
2025-08-20T21:54:41.9335348Z [00:03:24.640]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b972/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11=>github.com/go-ldap/ldap/v3@v3.4.11;$WORK/b972=>" -p github.com/go-ldap/ldap/v3 -lang=go1.23 -complete -installsuffix shared -buildid -uMWyXOG6o2CXXotvU1v/-uMWyXOG6o2CXXotvU1v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b972/importcfg -pack /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/add.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/bind.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/client.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/compare.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/conn.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/control.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/debug.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/del.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/dn.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/doc.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/error.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/extended.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/filter.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/ldap.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/moddn.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/modify.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/passwdmodify.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/request.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/response.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/search.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/unbind.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/whoami.go
2025-08-20T21:54:41.9342787Z [00:03:24.641]➜  go tool buildid -w $WORK/b962/_pkg_.a # internal
2025-08-20T21:54:41.9343585Z [00:03:24.641]➜  cp $WORK/b962/_pkg_.a /root/.cache/go-build/6f/6f4cb1c96f16b1e2284241158bbe85354bbfeb35fbe916382054df2b1d16063a-d # internal
2025-08-20T21:54:41.9364406Z [00:03:24.645]➜  github.com/jcmturner/gokrb5/v8/client
2025-08-20T21:54:41.9364986Z [00:03:24.645]➜  mkdir -p $WORK/b933/
2025-08-20T21:54:41.9393103Z [00:03:24.646]➜  cat >/tmp/go-build3999932643/b933/importcfg << 'EOF' # internal
2025-08-20T21:54:41.9393630Z [00:03:24.646]➜  # import config
2025-08-20T21:54:41.9394015Z [00:03:24.646]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:41.9394497Z [00:03:24.646]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:41.9394964Z [00:03:24.646]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:41.9395384Z [00:03:24.646]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:41.9395915Z [00:03:24.646]➜  packagefile github.com/jcmturner/gokrb5/v8/config=/tmp/go-build3999932643/b934/_pkg_.a
2025-08-20T21:54:41.9396588Z [00:03:24.646]➜  packagefile github.com/jcmturner/gokrb5/v8/credentials=/tmp/go-build3999932643/b938/_pkg_.a
2025-08-20T21:54:41.9397240Z [00:03:24.646]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto=/tmp/go-build3999932643/b942/_pkg_.a
2025-08-20T21:54:41.9398102Z [00:03:24.646]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build3999932643/b944/_pkg_.a
2025-08-20T21:54:41.9398799Z [00:03:24.646]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/errorcode=/tmp/go-build3999932643/b959/_pkg_.a
2025-08-20T21:54:41.9399477Z [00:03:24.646]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/flags=/tmp/go-build3999932643/b960/_pkg_.a
2025-08-20T21:54:41.9400523Z [00:03:24.646]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/keyusage=/tmp/go-build3999932643/b961/_pkg_.a
2025-08-20T21:54:41.9401370Z [00:03:24.646]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/nametype=/tmp/go-build3999932643/b940/_pkg_.a
2025-08-20T21:54:41.9402056Z [00:03:24.646]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/patype=/tmp/go-build3999932643/b953/_pkg_.a
2025-08-20T21:54:41.9402704Z [00:03:24.646]➜  packagefile github.com/jcmturner/gokrb5/v8/kadmin=/tmp/go-build3999932643/b962/_pkg_.a
2025-08-20T21:54:41.9403334Z [00:03:24.646]➜  packagefile github.com/jcmturner/gokrb5/v8/keytab=/tmp/go-build3999932643/b941/_pkg_.a
2025-08-20T21:54:41.9403976Z [00:03:24.646]➜  packagefile github.com/jcmturner/gokrb5/v8/krberror=/tmp/go-build3999932643/b963/_pkg_.a
2025-08-20T21:54:41.9404631Z [00:03:24.646]➜  packagefile github.com/jcmturner/gokrb5/v8/messages=/tmp/go-build3999932643/b964/_pkg_.a
2025-08-20T21:54:41.9405268Z [00:03:24.646]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build3999932643/b954/_pkg_.a
2025-08-20T21:54:41.9405771Z [00:03:24.646]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:41.9406171Z [00:03:24.646]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:41.9406569Z [00:03:24.646]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:41.9406978Z [00:03:24.646]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:41.9407594Z [00:03:24.646]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:41.9408088Z [00:03:24.646]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:41.9408494Z [00:03:24.646]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:41.9408798Z [00:03:24.646]➜  EOF
2025-08-20T21:54:41.9412823Z [00:03:24.646]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b933/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/client=>github.com/jcmturner/gokrb5/v8@v8.4.4/client;$WORK/b933=>" -p github.com/jcmturner/gokrb5/v8/client -lang=go1.16 -complete -installsuffix shared -buildid Nv1N6kU9qApm339AntJr/Nv1N6kU9qApm339AntJr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b933/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/client/ASExchange.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/client/TGSExchange.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/client/cache.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/client/client.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/client/network.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/client/passwd.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/client/session.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/client/settings.go
2025-08-20T21:54:42.1055332Z [00:03:24.815]➜  go tool buildid -w $WORK/b933/_pkg_.a # internal
2025-08-20T21:54:42.1077880Z [00:03:24.817]➜  cp $WORK/b933/_pkg_.a /root/.cache/go-build/70/707dcea89c2cee5bbc47e2b167bec71cb6e48f8b15bc1a5f5516c632aefba03c-d # internal
2025-08-20T21:54:42.1101795Z [00:03:24.820]➜  github.com/golang-sql/civil
2025-08-20T21:54:42.1104016Z [00:03:24.820]➜  mkdir -p $WORK/b978/
2025-08-20T21:54:42.1114358Z [00:03:24.821]➜  cat >/tmp/go-build3999932643/b978/importcfg << 'EOF' # internal
2025-08-20T21:54:42.1115166Z [00:03:24.821]➜  # import config
2025-08-20T21:54:42.1117713Z [00:03:24.821]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:42.1120612Z [00:03:24.821]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:42.1120940Z [00:03:24.821]➜  EOF
2025-08-20T21:54:42.1122994Z [00:03:24.821]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b978/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang-sql/civil@v0.0.0-20220223132316-b832511892a9=>github.com/golang-sql/civil@v0.0.0-20220223132316-b832511892a9;$WORK/b978=>" -p github.com/golang-sql/civil -lang=go1.16 -complete -installsuffix shared -buildid O-vsGH0QtK4D-sXjdP1P/O-vsGH0QtK4D-sXjdP1P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b978/importcfg -pack /root/go/pkg/mod/github.com/golang-sql/civil@v0.0.0-20220223132316-b832511892a9/civil.go
2025-08-20T21:54:42.1904169Z [00:03:24.899]➜  go tool buildid -w $WORK/b978/_pkg_.a # internal
2025-08-20T21:54:42.1917563Z [00:03:24.901]➜  cp $WORK/b978/_pkg_.a /root/.cache/go-build/23/23460168d4ea30f639671aeee6d78c3c4962fbb0f1a483050db208e89b2edf16-d # internal
2025-08-20T21:54:42.1964940Z [00:03:24.906]➜  github.com/golang-sql/sqlexp
2025-08-20T21:54:42.1965908Z [00:03:24.906]➜  mkdir -p $WORK/b979/
2025-08-20T21:54:42.1978937Z [00:03:24.907]➜  cat >/tmp/go-build3999932643/b979/importcfg << 'EOF' # internal
2025-08-20T21:54:42.1998452Z [00:03:24.907]➜  # import config
2025-08-20T21:54:42.1999892Z [00:03:24.907]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:42.2000370Z [00:03:24.907]➜  packagefile database/sql=/tmp/go-build3999932643/b837/_pkg_.a
2025-08-20T21:54:42.2000884Z [00:03:24.907]➜  packagefile database/sql/driver=/tmp/go-build3999932643/b325/_pkg_.a
2025-08-20T21:54:42.2001359Z [00:03:24.907]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:42.2001767Z [00:03:24.907]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:42.2002180Z [00:03:24.907]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:42.2002611Z [00:03:24.907]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:42.2002925Z [00:03:24.907]➜  EOF
2025-08-20T21:54:42.2006705Z [00:03:24.907]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b979/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0=>github.com/golang-sql/sqlexp@v0.1.0;$WORK/b979=>" -p github.com/golang-sql/sqlexp -lang=go1.16 -complete -installsuffix shared -buildid my1XIudHo4Egc4YKwITb/my1XIudHo4Egc4YKwITb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b979/importcfg -pack /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/doc.go /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/messages.go /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/mssql.go /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/namer.go /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/pg.go /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/querier.go /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/quoter.go /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/registry.go /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/savepoint.go
2025-08-20T21:54:42.2974050Z [00:03:25.006]➜  go tool buildid -w $WORK/b979/_pkg_.a # internal
2025-08-20T21:54:42.3032320Z [00:03:25.012]➜  cp $WORK/b979/_pkg_.a /root/.cache/go-build/a1/a14b7fb8274e421f4a84e58ef53ce78a81af51d03b50441b723aa4d84fb88f56-d # internal
2025-08-20T21:54:42.3041250Z [00:03:25.013]➜  github.com/microsoft/go-mssqldb/aecmk
2025-08-20T21:54:42.3042304Z [00:03:25.014]➜  mkdir -p $WORK/b980/
2025-08-20T21:54:42.3052356Z [00:03:25.015]➜  cat >/tmp/go-build3999932643/b980/importcfg << 'EOF' # internal
2025-08-20T21:54:42.3054920Z [00:03:25.015]➜  # import config
2025-08-20T21:54:42.3065924Z [00:03:25.015]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:42.3066373Z [00:03:25.015]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:42.3066788Z [00:03:25.015]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:42.3067210Z [00:03:25.015]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:42.3067642Z [00:03:25.015]➜  EOF
2025-08-20T21:54:42.3069850Z [00:03:25.015]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b980/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/aecmk=>github.com/microsoft/go-mssqldb@v1.9.2/aecmk;$WORK/b980=>" -p github.com/microsoft/go-mssqldb/aecmk -lang=go1.23 -complete -installsuffix shared -buildid 50wT48wVv-zfiXyIrYPT/50wT48wVv-zfiXyIrYPT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b980/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/aecmk/error.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/aecmk/keyprovider.go
2025-08-20T21:54:42.3815193Z [00:03:25.091]➜  go tool buildid -w $WORK/b980/_pkg_.a # internal
2025-08-20T21:54:42.3826483Z [00:03:25.092]➜  cp $WORK/b980/_pkg_.a /root/.cache/go-build/42/421fb50e9cfd9b0b1e9cad207100f52b7d66e5059c86e4ed7558deae44949634-d # internal
2025-08-20T21:54:42.3875471Z [00:03:25.097]➜  github.com/microsoft/go-mssqldb/msdsn
2025-08-20T21:54:42.3876832Z [00:03:25.097]➜  mkdir -p $WORK/b982/
2025-08-20T21:54:42.3885709Z [00:03:25.098]➜  cat >/tmp/go-build3999932643/b982/importcfg << 'EOF' # internal
2025-08-20T21:54:42.3888012Z [00:03:25.098]➜  # import config
2025-08-20T21:54:42.3888648Z [00:03:25.098]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:42.3889486Z [00:03:25.098]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:42.3892015Z [00:03:25.098]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:42.3892607Z [00:03:25.098]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:42.3893219Z [00:03:25.098]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:42.3893956Z [00:03:25.098]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:42.3894627Z [00:03:25.098]➜  packagefile github.com/google/uuid=/tmp/go-build3999932643/b324/_pkg_.a
2025-08-20T21:54:42.3895306Z [00:03:25.098]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:42.3896571Z [00:03:25.098]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:42.3897122Z [00:03:25.098]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:42.3897772Z [00:03:25.098]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:42.3898241Z [00:03:25.098]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:42.3898686Z [00:03:25.098]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:42.3899104Z [00:03:25.098]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:42.3899531Z [00:03:25.098]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:42.3899844Z [00:03:25.098]➜  EOF
2025-08-20T21:54:42.3903054Z [00:03:25.098]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b982/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/msdsn=>github.com/microsoft/go-mssqldb@v1.9.2/msdsn;$WORK/b982=>" -p github.com/microsoft/go-mssqldb/msdsn -lang=go1.23 -complete -installsuffix shared -buildid qlD6_sGS0t8jRSDtidJu/qlD6_sGS0t8jRSDtidJu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b982/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/msdsn/conn_str.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/msdsn/conn_str_go112.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/msdsn/conn_str_go115.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/msdsn/conn_str_go118.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/msdsn/extensions.go
2025-08-20T21:54:42.5299824Z [00:03:25.239]➜  go tool buildid -w $WORK/b982/_pkg_.a # internal
2025-08-20T21:54:42.5313125Z [00:03:25.241]➜  cp $WORK/b982/_pkg_.a /root/.cache/go-build/e1/e15314c94757cd4347157c4654375a981384d79be8dde4dc87ca43d91fe78e59-d # internal
2025-08-20T21:54:42.5324772Z [00:03:25.242]➜  github.com/microsoft/go-mssqldb/integratedauth
2025-08-20T21:54:42.5325552Z [00:03:25.242]➜  mkdir -p $WORK/b981/
2025-08-20T21:54:42.5330853Z [00:03:25.242]➜  cat >/tmp/go-build3999932643/b981/importcfg << 'EOF' # internal
2025-08-20T21:54:42.5332806Z [00:03:25.242]➜  # import config
2025-08-20T21:54:42.5333289Z [00:03:25.242]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:42.5333808Z [00:03:25.242]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:42.5336678Z [00:03:25.242]➜  packagefile github.com/microsoft/go-mssqldb/msdsn=/tmp/go-build3999932643/b982/_pkg_.a
2025-08-20T21:54:42.5337121Z [00:03:25.242]➜  EOF
2025-08-20T21:54:42.5340006Z [00:03:25.243]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b981/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/integratedauth=>github.com/microsoft/go-mssqldb@v1.9.2/integratedauth;$WORK/b981=>" -p github.com/microsoft/go-mssqldb/integratedauth -lang=go1.23 -complete -installsuffix shared -buildid eGcehhugmECbTBYOuHnd/eGcehhugmECbTBYOuHnd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b981/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/integratedauth/auth.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/integratedauth/integratedauthenticator.go
2025-08-20T21:54:42.5433383Z [00:03:25.252]➜  go tool buildid -w $WORK/b972/_pkg_.a # internal
2025-08-20T21:54:42.5487897Z [00:03:25.258]➜  cp $WORK/b972/_pkg_.a /root/.cache/go-build/de/dec8437594cf218917dc647ea573934882240717af8734777478786a43146b9a-d # internal
2025-08-20T21:54:42.5629102Z [00:03:25.272]➜  github.com/microsoft/go-mssqldb/internal/cp
2025-08-20T21:54:42.5634581Z [00:03:25.273]➜  mkdir -p $WORK/b984/
2025-08-20T21:54:42.5646462Z [00:03:25.274]➜  cat >/tmp/go-build3999932643/b984/importcfg << 'EOF' # internal
2025-08-20T21:54:42.5648604Z [00:03:25.274]➜  # import config
2025-08-20T21:54:42.5649820Z [00:03:25.274]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:42.5650306Z [00:03:25.274]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:42.5650616Z [00:03:25.274]➜  EOF
2025-08-20T21:54:42.5665132Z [00:03:25.274]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b984/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/cp=>github.com/microsoft/go-mssqldb@v1.9.2/internal/cp;$WORK/b984=>" -p github.com/microsoft/go-mssqldb/internal/cp -lang=go1.23 -complete -installsuffix shared -buildid TqeH0RkR-aIFR_WbjfVr/TqeH0RkR-aIFR_WbjfVr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b984/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/cp/charset.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/cp/collation.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/cp/cp1250.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/cp/cp1251.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/cp/cp1252.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/cp/cp1253.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/cp/cp1254.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/cp/cp1255.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/cp/cp1256.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/cp/cp1257.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/cp/cp1258.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/cp/cp437.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/cp/cp850.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/cp/cp874.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/cp/cp932.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/cp/cp936.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/cp/cp949.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/cp/cp950.go
2025-08-20T21:54:42.5700695Z [00:03:25.279]➜  go tool buildid -w $WORK/b981/_pkg_.a # internal
2025-08-20T21:54:42.5714814Z [00:03:25.281]➜  cp $WORK/b981/_pkg_.a /root/.cache/go-build/9f/9fce39d95ba01578b11dc3949acbed2d76385f04d92376b5b01eb79c913d98bb-d # internal
2025-08-20T21:54:42.5724486Z [00:03:25.282]➜  github.com/microsoft/go-mssqldb/integratedauth/ntlm
2025-08-20T21:54:42.5731735Z [00:03:25.282]➜  mkdir -p $WORK/b983/
2025-08-20T21:54:42.5743455Z [00:03:25.284]➜  cat >/tmp/go-build3999932643/b983/importcfg << 'EOF' # internal
2025-08-20T21:54:42.5744169Z [00:03:25.284]➜  # import config
2025-08-20T21:54:42.5744753Z [00:03:25.284]➜  packagefile crypto/des=/tmp/go-build3999932643/b109/_pkg_.a
2025-08-20T21:54:42.5745701Z [00:03:25.284]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:42.5746982Z [00:03:25.284]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:42.5747634Z [00:03:25.284]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:42.5748185Z [00:03:25.284]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:42.5748639Z [00:03:25.284]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:42.5749059Z [00:03:25.284]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:42.5749623Z [00:03:25.284]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth=/tmp/go-build3999932643/b981/_pkg_.a
2025-08-20T21:54:42.5750285Z [00:03:25.284]➜  packagefile github.com/microsoft/go-mssqldb/msdsn=/tmp/go-build3999932643/b982/_pkg_.a
2025-08-20T21:54:42.5750872Z [00:03:25.284]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build3999932643/b950/_pkg_.a
2025-08-20T21:54:42.5751354Z [00:03:25.284]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:42.5751768Z [00:03:25.284]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:42.5752206Z [00:03:25.284]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:54:42.5752574Z [00:03:25.284]➜  EOF
2025-08-20T21:54:42.5755236Z [00:03:25.284]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b983/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/integratedauth/ntlm=>github.com/microsoft/go-mssqldb@v1.9.2/integratedauth/ntlm;$WORK/b983=>" -p github.com/microsoft/go-mssqldb/integratedauth/ntlm -lang=go1.23 -complete -installsuffix shared -buildid 0y1y_veWs_DSRtqzMY7k/0y1y_veWs_DSRtqzMY7k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b983/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/integratedauth/ntlm/ntlm.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/integratedauth/ntlm/provider.go
2025-08-20T21:54:42.6304661Z [00:03:25.339]➜  cd /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11
2025-08-20T21:54:42.6330950Z [00:03:25.340]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/ugorji/go/codec -trimpath "/root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11=>github.com/ugorji/go/codec@v1.2.11;$WORK/b912=>" -I $WORK/b912/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b912/helper.o ./helper.s
2025-08-20T21:54:42.6377566Z [00:03:25.347]➜  go tool pack r $WORK/b912/_pkg_.a $WORK/b912/helper.o # internal
2025-08-20T21:54:42.6383115Z [00:03:25.348]➜  go tool buildid -w $WORK/b912/_pkg_.a # internal
2025-08-20T21:54:42.6461232Z [00:03:25.355]➜  go tool buildid -w $WORK/b983/_pkg_.a # internal
2025-08-20T21:54:42.6468536Z [00:03:25.356]➜  cp $WORK/b983/_pkg_.a /root/.cache/go-build/3a/3a625c5876581e72943605097e9e37875cb1cfd42037649a8e5cd2626efaa11b-d # internal
2025-08-20T21:54:42.6521655Z [00:03:25.361]➜  github.com/microsoft/go-mssqldb/internal/decimal
2025-08-20T21:54:42.6522453Z [00:03:25.361]➜  mkdir -p $WORK/b985/
2025-08-20T21:54:42.6524959Z [00:03:25.362]➜  cat >/tmp/go-build3999932643/b985/importcfg << 'EOF' # internal
2025-08-20T21:54:42.6526606Z [00:03:25.362]➜  # import config
2025-08-20T21:54:42.6549098Z [00:03:25.362]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:42.6549588Z [00:03:25.362]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:42.6550003Z [00:03:25.362]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:42.6550414Z [00:03:25.362]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:42.6550830Z [00:03:25.362]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:42.6551254Z [00:03:25.362]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:42.6551566Z [00:03:25.362]➜  EOF
2025-08-20T21:54:42.6551838Z [00:03:25.362]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:42.6554026Z [00:03:25.362]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b985/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/decimal=>github.com/microsoft/go-mssqldb@v1.9.2/internal/decimal;$WORK/b985=>" -p github.com/microsoft/go-mssqldb/internal/decimal -lang=go1.23 -complete -installsuffix shared -buildid 8Et60LLAQvbgVByfx10V/8Et60LLAQvbgVByfx10V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b985/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/decimal/decimal.go
2025-08-20T21:54:42.6659601Z [00:03:25.375]➜  cp $WORK/b912/_pkg_.a /root/.cache/go-build/a3/a3e3f5141da654bfcb5732a7b3a934f1a8e731070e7a9f2378e0ffcfb365c87d-d # internal
2025-08-20T21:54:42.6665621Z [00:03:25.376]➜  github.com/gin-gonic/gin/binding
2025-08-20T21:54:42.6670758Z [00:03:25.376]➜  mkdir -p $WORK/b904/
2025-08-20T21:54:42.6694731Z [00:03:25.379]➜  cat >/tmp/go-build3999932643/b904/importcfg << 'EOF' # internal
2025-08-20T21:54:42.6695557Z [00:03:25.379]➜  # import config
2025-08-20T21:54:42.6696305Z [00:03:25.379]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:42.6698470Z [00:03:25.379]➜  packagefile encoding/xml=/tmp/go-build3999932643/b483/_pkg_.a
2025-08-20T21:54:42.6698992Z [00:03:25.379]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:42.6699433Z [00:03:25.379]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:42.6700270Z [00:03:25.379]➜  packagefile github.com/gin-gonic/gin/internal/bytesconv=/tmp/go-build3999932643/b905/_pkg_.a
2025-08-20T21:54:42.6700997Z [00:03:25.379]➜  packagefile github.com/gin-gonic/gin/internal/json=/tmp/go-build3999932643/b906/_pkg_.a
2025-08-20T21:54:42.6701633Z [00:03:25.379]➜  packagefile github.com/go-playground/validator/v10=/tmp/go-build3999932643/b798/_pkg_.a
2025-08-20T21:54:42.6702246Z [00:03:25.379]➜  packagefile github.com/pelletier/go-toml/v2=/tmp/go-build3999932643/b907/_pkg_.a
2025-08-20T21:54:42.6702865Z [00:03:25.379]➜  packagefile github.com/ugorji/go/codec=/tmp/go-build3999932643/b912/_pkg_.a
2025-08-20T21:54:42.6703450Z [00:03:25.379]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3999932643/b914/_pkg_.a
2025-08-20T21:54:42.6703988Z [00:03:25.379]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3999932643/b201/_pkg_.a
2025-08-20T21:54:42.6704542Z [00:03:25.379]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:42.6705048Z [00:03:25.379]➜  packagefile mime/multipart=/tmp/go-build3999932643/b215/_pkg_.a
2025-08-20T21:54:42.6705505Z [00:03:25.379]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:42.6705956Z [00:03:25.379]➜  packagefile net/textproto=/tmp/go-build3999932643/b211/_pkg_.a
2025-08-20T21:54:42.6706395Z [00:03:25.379]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:42.6706823Z [00:03:25.379]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:42.6707609Z [00:03:25.379]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:42.6708110Z [00:03:25.379]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:42.6708520Z [00:03:25.379]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:42.6708821Z [00:03:25.379]➜  EOF
2025-08-20T21:54:42.6713859Z [00:03:25.379]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b904/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/binding=>github.com/gin-gonic/gin@v1.9.1/binding;$WORK/b904=>" -p github.com/gin-gonic/gin/binding -lang=go1.20 -complete -installsuffix shared -buildid oyLqnL4CN3ztB2EBznDq/oyLqnL4CN3ztB2EBznDq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b904/importcfg -pack /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/binding/binding.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/binding/default_validator.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/binding/form.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/binding/form_mapping.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/binding/header.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/binding/json.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/binding/msgpack.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/binding/multipart_form_mapping.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/binding/protobuf.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/binding/query.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/binding/toml.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/binding/uri.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/binding/xml.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/binding/yaml.go
2025-08-20T21:54:42.6960275Z [00:03:25.405]➜  go tool buildid -w $WORK/b985/_pkg_.a # internal
2025-08-20T21:54:42.6965983Z [00:03:25.406]➜  cp $WORK/b985/_pkg_.a /root/.cache/go-build/78/784556aa61416cc350b158859648f5e48c98e4b95ed35b9f091e63fe5f6a367f-d # internal
2025-08-20T21:54:42.6968649Z [00:03:25.406]➜  github.com/gin-gonic/gin/render
2025-08-20T21:54:42.6969347Z [00:03:25.406]➜  mkdir -p $WORK/b927/
2025-08-20T21:54:42.6973895Z [00:03:25.407]➜  cat >/tmp/go-build3999932643/b927/importcfg << 'EOF' # internal
2025-08-20T21:54:42.6974302Z [00:03:25.407]➜  # import config
2025-08-20T21:54:42.6974651Z [00:03:25.407]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:42.6975113Z [00:03:25.407]➜  packagefile encoding/xml=/tmp/go-build3999932643/b483/_pkg_.a
2025-08-20T21:54:42.6975550Z [00:03:25.407]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:42.6976340Z [00:03:25.407]➜  packagefile github.com/gin-gonic/gin/internal/bytesconv=/tmp/go-build3999932643/b905/_pkg_.a
2025-08-20T21:54:42.6977072Z [00:03:25.407]➜  packagefile github.com/gin-gonic/gin/internal/json=/tmp/go-build3999932643/b906/_pkg_.a
2025-08-20T21:54:42.6977864Z [00:03:25.407]➜  packagefile github.com/pelletier/go-toml/v2=/tmp/go-build3999932643/b907/_pkg_.a
2025-08-20T21:54:42.6978449Z [00:03:25.407]➜  packagefile github.com/ugorji/go/codec=/tmp/go-build3999932643/b912/_pkg_.a
2025-08-20T21:54:42.6979035Z [00:03:25.407]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3999932643/b914/_pkg_.a
2025-08-20T21:54:42.6979574Z [00:03:25.407]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3999932643/b201/_pkg_.a
2025-08-20T21:54:42.6980184Z [00:03:25.407]➜  packagefile html/template=/tmp/go-build3999932643/b755/_pkg_.a
2025-08-20T21:54:42.6980656Z [00:03:25.407]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:42.6981074Z [00:03:25.407]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:42.6981501Z [00:03:25.407]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:42.6981812Z [00:03:25.407]➜  EOF
2025-08-20T21:54:42.6986153Z [00:03:25.407]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b927/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/render=>github.com/gin-gonic/gin@v1.9.1/render;$WORK/b927=>" -p github.com/gin-gonic/gin/render -lang=go1.20 -complete -installsuffix shared -buildid hG6_NCSFm8RMVGiy1IXl/hG6_NCSFm8RMVGiy1IXl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b927/importcfg -pack /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/render/data.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/render/html.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/render/json.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/render/msgpack.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/render/protobuf.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/render/reader.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/render/redirect.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/render/render.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/render/text.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/render/toml.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/render/xml.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/render/yaml.go
2025-08-20T21:54:42.7978492Z [00:03:25.507]➜  go tool buildid -w $WORK/b927/_pkg_.a # internal
2025-08-20T21:54:42.8025527Z [00:03:25.512]➜  cp $WORK/b927/_pkg_.a /root/.cache/go-build/dc/dc30e08e969a1229d6d8ccabb1097518f34b3d3cbccf79cb62943f8354e076d1-d # internal
2025-08-20T21:54:42.8054282Z [00:03:25.515]➜  github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto
2025-08-20T21:54:42.8054897Z [00:03:25.515]➜  mkdir -p $WORK/b987/
2025-08-20T21:54:42.8059398Z [00:03:25.515]➜  cat >/tmp/go-build3999932643/b987/importcfg << 'EOF' # internal
2025-08-20T21:54:42.8069239Z [00:03:25.515]➜  # import config
2025-08-20T21:54:42.8069655Z [00:03:25.515]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:42.8070115Z [00:03:25.515]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:54:42.8070582Z [00:03:25.515]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:42.8071048Z [00:03:25.515]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:42.8071654Z [00:03:25.515]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:42.8072106Z [00:03:25.515]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:42.8072410Z [00:03:25.515]➜  EOF
2025-08-20T21:54:42.8076006Z [00:03:25.516]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b987/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto=>github.com/microsoft/go-mssqldb@v1.9.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto;$WORK/b987=>" -p github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto -lang=go1.23 -complete -installsuffix shared -buildid hAAyWyVlAtpaZt3YA7KU/hAAyWyVlAtpaZt3YA7KU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b987/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto/aes_cbc_pkcs5.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto/utils.go
2025-08-20T21:54:42.8212502Z [00:03:25.530]➜  go tool buildid -w $WORK/b904/_pkg_.a # internal
2025-08-20T21:54:42.8223717Z [00:03:25.530]➜  cp $WORK/b904/_pkg_.a /root/.cache/go-build/39/3939b0e99e0b2083e1bb1105f099bee90cf8146827acd0c0bff379e06781145e-d # internal
2025-08-20T21:54:42.8251776Z [00:03:25.533]➜  github.com/gin-gonic/gin
2025-08-20T21:54:42.8257549Z [00:03:25.533]➜  mkdir -p $WORK/b902/
2025-08-20T21:54:42.8258585Z [00:03:25.535]➜  go tool buildid -w $WORK/b987/_pkg_.a # internal
2025-08-20T21:54:42.8264300Z [00:03:25.536]➜  cat >/tmp/go-build3999932643/b902/importcfg << 'EOF' # internal
2025-08-20T21:54:42.8265108Z [00:03:25.536]➜  # import config
2025-08-20T21:54:42.8265667Z [00:03:25.536]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:42.8266428Z [00:03:25.536]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:42.8267755Z [00:03:25.536]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:42.8268476Z [00:03:25.536]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:42.8269830Z [00:03:25.536]➜  packagefile encoding/xml=/tmp/go-build3999932643/b483/_pkg_.a
2025-08-20T21:54:42.8270498Z [00:03:25.536]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:42.8271260Z [00:03:25.536]➜  packagefile flag=/tmp/go-build3999932643/b071/_pkg_.a
2025-08-20T21:54:42.8272050Z [00:03:25.536]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:42.8272753Z [00:03:25.536]➜  packagefile github.com/gin-contrib/sse=/tmp/go-build3999932643/b903/_pkg_.a
2025-08-20T21:54:42.8273789Z [00:03:25.536]➜  packagefile github.com/gin-gonic/gin/binding=/tmp/go-build3999932643/b904/_pkg_.a
2025-08-20T21:54:42.8274961Z [00:03:25.536]➜  packagefile github.com/gin-gonic/gin/internal/bytesconv=/tmp/go-build3999932643/b905/_pkg_.a
2025-08-20T21:54:42.8275870Z [00:03:25.536]➜  packagefile github.com/gin-gonic/gin/internal/json=/tmp/go-build3999932643/b906/_pkg_.a
2025-08-20T21:54:42.8277204Z [00:03:25.536]➜  packagefile github.com/gin-gonic/gin/render=/tmp/go-build3999932643/b927/_pkg_.a
2025-08-20T21:54:42.8278705Z [00:03:25.536]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3999932643/b179/_pkg_.a
2025-08-20T21:54:42.8279659Z [00:03:25.536]➜  packagefile golang.org/x/net/http2=/tmp/go-build3999932643/b472/_pkg_.a
2025-08-20T21:54:42.8280669Z [00:03:25.536]➜  packagefile golang.org/x/net/http2/h2c=/tmp/go-build3999932643/b928/_pkg_.a
2025-08-20T21:54:42.8281481Z [00:03:25.536]➜  packagefile html/template=/tmp/go-build3999932643/b755/_pkg_.a
2025-08-20T21:54:42.8282370Z [00:03:25.536]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:42.8283079Z [00:03:25.536]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:42.8283753Z [00:03:25.536]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:42.8284814Z [00:03:25.536]➜  packagefile mime/multipart=/tmp/go-build3999932643/b215/_pkg_.a
2025-08-20T21:54:42.8285497Z [00:03:25.536]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:42.8286123Z [00:03:25.536]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:42.8287093Z [00:03:25.536]➜  packagefile net/http/httputil=/tmp/go-build3999932643/b235/_pkg_.a
2025-08-20T21:54:42.8287909Z [00:03:25.536]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:42.8288876Z [00:03:25.536]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:42.8289825Z [00:03:25.536]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:42.8290552Z [00:03:25.536]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:42.8291266Z [00:03:25.536]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:42.8292693Z [00:03:25.536]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:42.8293137Z [00:03:25.536]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:42.8293572Z [00:03:25.536]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:42.8293993Z [00:03:25.536]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:42.8294550Z [00:03:25.536]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:42.8295021Z [00:03:25.536]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:42.8295436Z [00:03:25.536]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:42.8295885Z [00:03:25.536]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:42.8296216Z [00:03:25.536]➜  EOF
2025-08-20T21:54:42.8301567Z [00:03:25.536]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b902/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1=>github.com/gin-gonic/gin@v1.9.1;$WORK/b902=>" -p github.com/gin-gonic/gin -lang=go1.20 -complete -installsuffix shared -buildid Pb2wDLNJJAKOa6mPUEVS/Pb2wDLNJJAKOa6mPUEVS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b902/importcfg -pack /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/auth.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/debug.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/deprecated.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/doc.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/errors.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/fs.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/logger.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/mode.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/path.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/recovery.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/response_writer.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/routergroup.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/test_helpers.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/tree.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/utils.go /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/version.go
2025-08-20T21:54:42.8352839Z [00:03:25.544]➜  cp $WORK/b987/_pkg_.a /root/.cache/go-build/00/008042e59cdc349f2385ed7a0ca778374a7db67375d907e6cdb860e272cea9fc-d # internal
2025-08-20T21:54:42.8400469Z [00:03:25.549]➜  github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils
2025-08-20T21:54:42.8407980Z [00:03:25.549]➜  mkdir -p $WORK/b990/
2025-08-20T21:54:42.8408400Z [00:03:25.549]➜  cat >/tmp/go-build3999932643/b990/importcfg << 'EOF' # internal
2025-08-20T21:54:42.8408755Z [00:03:25.549]➜  # import config
2025-08-20T21:54:42.8409132Z [00:03:25.549]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:42.8409615Z [00:03:25.549]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:54:42.8409958Z [00:03:25.549]➜  EOF
2025-08-20T21:54:42.8413025Z [00:03:25.549]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b990/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils=>github.com/microsoft/go-mssqldb@v1.9.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils;$WORK/b990=>" -p github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils -lang=go1.23 -complete -installsuffix shared -buildid _ThKFCrJEpS0QzqhUq_m/_ThKFCrJEpS0QzqhUq_m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b990/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils/utf16.go
2025-08-20T21:54:42.8587908Z [00:03:25.568]➜  go tool buildid -w $WORK/b990/_pkg_.a # internal
2025-08-20T21:54:42.8597289Z [00:03:25.569]➜  cp $WORK/b990/_pkg_.a /root/.cache/go-build/b7/b78e04cf87c2e2857b7808468f1a7352bc58d37d549aa3d69a1ac563f468e03b-d # internal
2025-08-20T21:54:42.8605920Z [00:03:25.570]➜  github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys
2025-08-20T21:54:42.8610923Z [00:03:25.570]➜  mkdir -p $WORK/b989/
2025-08-20T21:54:42.8629008Z [00:03:25.572]➜  cat >/tmp/go-build3999932643/b989/importcfg << 'EOF' # internal
2025-08-20T21:54:42.8629694Z [00:03:25.572]➜  # import config
2025-08-20T21:54:42.8631225Z [00:03:25.572]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:42.8632152Z [00:03:25.572]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto=/tmp/go-build3999932643/b987/_pkg_.a
2025-08-20T21:54:42.8633670Z [00:03:25.572]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils=/tmp/go-build3999932643/b990/_pkg_.a
2025-08-20T21:54:42.8635086Z [00:03:25.572]➜  EOF
2025-08-20T21:54:42.8638559Z [00:03:25.572]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b989/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys=>github.com/microsoft/go-mssqldb@v1.9.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys;$WORK/b989=>" -p github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys -lang=go1.23 -complete -installsuffix shared -buildid YSMxE3mzJXhJkplAfqVS/YSMxE3mzJXhJkplAfqVS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b989/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys/aead_aes_256_cbc_hmac_256.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys/key.go
2025-08-20T21:54:42.8946293Z [00:03:25.604]➜  go tool buildid -w $WORK/b989/_pkg_.a # internal
2025-08-20T21:54:42.8951926Z [00:03:25.604]➜  cp $WORK/b989/_pkg_.a /root/.cache/go-build/a3/a335b2c01864ff6d8848be1a8beded0675860bb498f7e1418c9b6ba524bb2c36-d # internal
2025-08-20T21:54:42.8960606Z [00:03:25.605]➜  github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms
2025-08-20T21:54:42.8962160Z [00:03:25.606]➜  mkdir -p $WORK/b986/
2025-08-20T21:54:42.8967101Z [00:03:25.606]➜  cat >/tmp/go-build3999932643/b986/importcfg << 'EOF' # internal
2025-08-20T21:54:42.8967623Z [00:03:25.606]➜  # import config
2025-08-20T21:54:42.8967991Z [00:03:25.606]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:42.8968464Z [00:03:25.606]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:42.8968896Z [00:03:25.606]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:42.8969654Z [00:03:25.606]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto=/tmp/go-build3999932643/b987/_pkg_.a
2025-08-20T21:54:42.8970734Z [00:03:25.606]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption=/tmp/go-build3999932643/b988/_pkg_.a
2025-08-20T21:54:42.8971807Z [00:03:25.606]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys=/tmp/go-build3999932643/b989/_pkg_.a
2025-08-20T21:54:42.8972405Z [00:03:25.606]➜  EOF
2025-08-20T21:54:42.8976150Z [00:03:25.606]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b986/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms=>github.com/microsoft/go-mssqldb@v1.9.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms;$WORK/b986=>" -p github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms -lang=go1.23 -complete -installsuffix shared -buildid FLU8bCkt6PFwlxsE1Lmj/FLU8bCkt6PFwlxsE1Lmj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b986/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms/aead_aes_256_cbc_hmac_sha256.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms/algorithm.go
2025-08-20T21:54:42.9216311Z [00:03:25.631]➜  go tool buildid -w $WORK/b986/_pkg_.a # internal
2025-08-20T21:54:42.9220780Z [00:03:25.631]➜  cp $WORK/b986/_pkg_.a /root/.cache/go-build/22/22ae523043d53490dd2f1599ee2f7f941a9ec26117146c9e769d162414599622-d # internal
2025-08-20T21:54:42.9225485Z [00:03:25.632]➜  github.com/microsoft/go-mssqldb/internal/querytext
2025-08-20T21:54:42.9228786Z [00:03:25.632]➜  mkdir -p $WORK/b991/
2025-08-20T21:54:42.9235698Z [00:03:25.633]➜  cat >/tmp/go-build3999932643/b991/importcfg << 'EOF' # internal
2025-08-20T21:54:42.9237221Z [00:03:25.633]➜  # import config
2025-08-20T21:54:42.9238052Z [00:03:25.633]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:42.9239135Z [00:03:25.633]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:42.9240066Z [00:03:25.633]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:42.9241026Z [00:03:25.633]➜  EOF
2025-08-20T21:54:42.9243290Z [00:03:25.633]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b991/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/querytext=>github.com/microsoft/go-mssqldb@v1.9.2/internal/querytext;$WORK/b991=>" -p github.com/microsoft/go-mssqldb/internal/querytext -lang=go1.23 -complete -installsuffix shared -buildid UDoNpjOnnkxQRymJUhBZ/UDoNpjOnnkxQRymJUhBZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b991/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/querytext/parser.go
2025-08-20T21:54:42.9710297Z [00:03:25.680]➜  go tool buildid -w $WORK/b991/_pkg_.a # internal
2025-08-20T21:54:42.9722471Z [00:03:25.682]➜  cp $WORK/b991/_pkg_.a /root/.cache/go-build/cf/cf388f823dc79609cf43b880b4f4a234725c52feac7e737c7eaa63e4c01534cf-d # internal
2025-08-20T21:54:42.9759188Z [00:03:25.685]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins
2025-08-20T21:54:42.9759980Z [00:03:25.685]➜  mkdir -p $WORK/b993/
2025-08-20T21:54:42.9760590Z [00:03:25.685]➜  cat >/tmp/go-build3999932643/b993/importcfg << 'EOF' # internal
2025-08-20T21:54:42.9761049Z [00:03:25.685]➜  # import config
2025-08-20T21:54:42.9761560Z [00:03:25.685]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:42.9762107Z [00:03:25.685]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:42.9762627Z [00:03:25.685]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:42.9763144Z [00:03:25.685]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:42.9763664Z [00:03:25.685]➜  packagefile net/netip=/tmp/go-build3999932643/b162/_pkg_.a
2025-08-20T21:54:42.9764185Z [00:03:25.685]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:42.9764708Z [00:03:25.685]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:42.9765102Z [00:03:25.685]➜  EOF
2025-08-20T21:54:42.9768121Z [00:03:25.685]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b993/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins=>github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins;$WORK/b993=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins -lang=go1.21 -complete -installsuffix shared -buildid du2pDWEwpfMHkgNr2PbR/du2pDWEwpfMHkgNr2PbR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b993/importcfg -pack /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/plugins.go /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/types.go
2025-08-20T21:54:43.0341081Z [00:03:25.743]➜  go tool buildid -w $WORK/b984/_pkg_.a # internal
2025-08-20T21:54:43.0377819Z [00:03:25.747]➜  go tool buildid -w $WORK/b993/_pkg_.a # internal
2025-08-20T21:54:43.0391168Z [00:03:25.748]➜  cp $WORK/b984/_pkg_.a /root/.cache/go-build/f7/f7343aebc94d56840712eeb23577c2aefa7a891a61800fb41ef95197351db6b3-d # internal
2025-08-20T21:54:43.0396361Z [00:03:25.749]➜  cp $WORK/b993/_pkg_.a /root/.cache/go-build/75/753bc15cd5fcdd002ab8fff281d836d70690298ad3f02c0c7c765b068fff2e1b-d # internal
2025-08-20T21:54:43.0404653Z [00:03:25.750]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils
2025-08-20T21:54:43.0406295Z [00:03:25.750]➜  mkdir -p $WORK/b994/
2025-08-20T21:54:43.0408392Z [00:03:25.750]➜  cat >/tmp/go-build3999932643/b994/importcfg << 'EOF' # internal
2025-08-20T21:54:43.0408838Z [00:03:25.750]➜  # import config
2025-08-20T21:54:43.0409215Z [00:03:25.750]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:43.0409677Z [00:03:25.750]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:43.0410094Z [00:03:25.750]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:43.0410496Z [00:03:25.750]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:43.0411257Z [00:03:25.750]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:43.0411685Z [00:03:25.750]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:43.0411990Z [00:03:25.750]➜  EOF
2025-08-20T21:54:43.0430874Z [00:03:25.751]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b994/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/pluginutils=>github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/pluginutils;$WORK/b994=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils -lang=go1.21 -complete -installsuffix shared -buildid 4S1RMNXnqGVetgdoiMbe/4S1RMNXnqGVetgdoiMbe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b994/importcfg -pack /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/pluginutils/error.go /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/pluginutils/requests.go
2025-08-20T21:54:43.0647052Z [00:03:25.774]➜  go tool buildid -w $WORK/b994/_pkg_.a # internal
2025-08-20T21:54:43.0649966Z [00:03:25.774]➜  github.com/microsoft/go-mssqldb
2025-08-20T21:54:43.0650727Z [00:03:25.774]➜  mkdir -p $WORK/b977/
2025-08-20T21:54:43.0653753Z [00:03:25.774]➜  cp $WORK/b994/_pkg_.a /root/.cache/go-build/cd/cdeb105877b42f5e703f12b2f602bf28ca754f64e9a746976f1712cd42f35692-d # internal
2025-08-20T21:54:43.0668112Z [00:03:25.776]➜  cat >/tmp/go-build3999932643/b977/importcfg << 'EOF' # internal
2025-08-20T21:54:43.0675419Z [00:03:25.776]➜  # import config
2025-08-20T21:54:43.0676278Z [00:03:25.776]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:43.0676755Z [00:03:25.776]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:43.0677205Z [00:03:25.776]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:43.0677805Z [00:03:25.776]➜  packagefile database/sql=/tmp/go-build3999932643/b837/_pkg_.a
2025-08-20T21:54:43.0678310Z [00:03:25.776]➜  packagefile database/sql/driver=/tmp/go-build3999932643/b325/_pkg_.a
2025-08-20T21:54:43.0678814Z [00:03:25.776]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:43.0679281Z [00:03:25.776]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:43.0679742Z [00:03:25.776]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:43.0680407Z [00:03:25.776]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:43.0680894Z [00:03:25.776]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:43.0681502Z [00:03:25.776]➜  packagefile github.com/golang-sql/civil=/tmp/go-build3999932643/b978/_pkg_.a
2025-08-20T21:54:43.0682138Z [00:03:25.776]➜  packagefile github.com/golang-sql/sqlexp=/tmp/go-build3999932643/b979/_pkg_.a
2025-08-20T21:54:43.0682687Z [00:03:25.776]➜  packagefile github.com/google/uuid=/tmp/go-build3999932643/b324/_pkg_.a
2025-08-20T21:54:43.0683276Z [00:03:25.776]➜  packagefile github.com/microsoft/go-mssqldb/aecmk=/tmp/go-build3999932643/b980/_pkg_.a
2025-08-20T21:54:43.0683952Z [00:03:25.776]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth=/tmp/go-build3999932643/b981/_pkg_.a
2025-08-20T21:54:43.0684675Z [00:03:25.776]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth/ntlm=/tmp/go-build3999932643/b983/_pkg_.a
2025-08-20T21:54:43.0685378Z [00:03:25.776]➜  packagefile github.com/microsoft/go-mssqldb/internal/cp=/tmp/go-build3999932643/b984/_pkg_.a
2025-08-20T21:54:43.0686075Z [00:03:25.776]➜  packagefile github.com/microsoft/go-mssqldb/internal/decimal=/tmp/go-build3999932643/b985/_pkg_.a
2025-08-20T21:54:43.0687005Z [00:03:25.776]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms=/tmp/go-build3999932643/b986/_pkg_.a
2025-08-20T21:54:43.0690084Z [00:03:25.776]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption=/tmp/go-build3999932643/b988/_pkg_.a
2025-08-20T21:54:43.0691434Z [00:03:25.776]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys=/tmp/go-build3999932643/b989/_pkg_.a
2025-08-20T21:54:43.0692328Z [00:03:25.776]➜  packagefile github.com/microsoft/go-mssqldb/internal/querytext=/tmp/go-build3999932643/b991/_pkg_.a
2025-08-20T21:54:43.0693004Z [00:03:25.776]➜  packagefile github.com/microsoft/go-mssqldb/msdsn=/tmp/go-build3999932643/b982/_pkg_.a
2025-08-20T21:54:43.0693628Z [00:03:25.776]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build3999932643/b262/_pkg_.a
2025-08-20T21:54:43.0694132Z [00:03:25.776]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:43.0694532Z [00:03:25.776]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:43.0694955Z [00:03:25.776]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:43.0695373Z [00:03:25.776]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:43.0695776Z [00:03:25.776]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:43.0696402Z [00:03:25.776]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:43.0696819Z [00:03:25.776]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:43.0697235Z [00:03:25.776]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:43.0697864Z [00:03:25.776]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:43.0698284Z [00:03:25.776]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:43.0698695Z [00:03:25.776]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:43.0699111Z [00:03:25.776]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:43.0699562Z [00:03:25.776]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:54:43.0700026Z [00:03:25.776]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:43.0700364Z [00:03:25.776]➜  EOF
2025-08-20T21:54:43.0710396Z [00:03:25.776]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b977/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2=>github.com/microsoft/go-mssqldb@v1.9.2;$WORK/b977=>" -p github.com/microsoft/go-mssqldb -lang=go1.23 -complete -installsuffix shared -buildid 6NsCq2zzW7-3GZLEj2ba/6NsCq2zzW7-3GZLEj2ba -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b977/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/accesstokenconnector.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/auth_unix.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/buf.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/bulkcopy.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/bulkcopy_sql.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/columnencryptionkey.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/convert.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/doc.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/encrypt.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/error.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/fedauth.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/log.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/mssql.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/mssql_go110.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/mssql_go118.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/mssql_go19.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/net.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/protocol.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/protocol_go113.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/quoter.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/rpc.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/session.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/tds.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/timezone.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/token.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/token_string.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/tran.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/tvp_go19.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/types.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/ucs22str.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/uniqueidentifier.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/uniqueidentifier_null.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/version.go
2025-08-20T21:54:43.0719108Z [00:03:25.776]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins/services/mssql
2025-08-20T21:54:43.0719491Z [00:03:25.776]➜  mkdir -p $WORK/b992/
2025-08-20T21:54:43.0719853Z [00:03:25.778]➜  cat >/tmp/go-build3999932643/b992/importcfg << 'EOF' # internal
2025-08-20T21:54:43.0720196Z [00:03:25.778]➜  # import config
2025-08-20T21:54:43.0720523Z [00:03:25.778]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:43.0721265Z [00:03:25.778]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build3999932643/b993/_pkg_.a
2025-08-20T21:54:43.0722067Z [00:03:25.778]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils=/tmp/go-build3999932643/b994/_pkg_.a
2025-08-20T21:54:43.0722677Z [00:03:25.778]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:43.0723084Z [00:03:25.778]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:43.0723386Z [00:03:25.778]➜  EOF
2025-08-20T21:54:43.0725778Z [00:03:25.778]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b992/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/mssql=>github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/mssql;$WORK/b992=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins/services/mssql -lang=go1.21 -complete -installsuffix shared -buildid Us206snbqPhBAGmL4ykS/Us206snbqPhBAGmL4ykS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b992/importcfg -pack /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/mssql/mssql.go
2025-08-20T21:54:43.1063280Z [00:03:25.816]➜  go tool buildid -w $WORK/b992/_pkg_.a # internal
2025-08-20T21:54:43.1068660Z [00:03:25.816]➜  cp $WORK/b992/_pkg_.a /root/.cache/go-build/c8/c88db696f428bb883e96cf47103f6679e05cc18408f04a3a4a1d9208437d959a-d # internal
2025-08-20T21:54:43.1072320Z [00:03:25.817]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins/services/mysql
2025-08-20T21:54:43.1072797Z [00:03:25.817]➜  mkdir -p $WORK/b997/
2025-08-20T21:54:43.1074863Z [00:03:25.817]➜  cat >/tmp/go-build3999932643/b997/importcfg << 'EOF' # internal
2025-08-20T21:54:43.1075720Z [00:03:25.817]➜  # import config
2025-08-20T21:54:43.1076486Z [00:03:25.817]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:43.1077127Z [00:03:25.817]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build3999932643/b993/_pkg_.a
2025-08-20T21:54:43.1078093Z [00:03:25.817]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils=/tmp/go-build3999932643/b994/_pkg_.a
2025-08-20T21:54:43.1078711Z [00:03:25.817]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:43.1079127Z [00:03:25.817]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:43.1079435Z [00:03:25.817]➜  EOF
2025-08-20T21:54:43.1081859Z [00:03:25.817]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b997/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/mysql=>github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/mysql;$WORK/b997=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins/services/mysql -lang=go1.21 -complete -installsuffix shared -buildid adpMMED5ifs6SOQyKnKV/adpMMED5ifs6SOQyKnKV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b997/importcfg -pack /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/mysql/mysql.go
2025-08-20T21:54:43.1446109Z [00:03:25.853]➜  go tool buildid -w $WORK/b997/_pkg_.a # internal
2025-08-20T21:54:43.1448117Z [00:03:25.853]➜  cp $WORK/b997/_pkg_.a /root/.cache/go-build/8a/8a62f66f0ed91e284f112b2e91211dd3d90b12c03ff1c6a3b547551ec991f615-d # internal
2025-08-20T21:54:43.1449209Z [00:03:25.853]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins/services/oracledb
2025-08-20T21:54:43.1449641Z [00:03:25.853]➜  mkdir -p $WORK/b1002/
2025-08-20T21:54:43.1455159Z [00:03:25.854]➜  cat >/tmp/go-build3999932643/b1002/importcfg << 'EOF' # internal
2025-08-20T21:54:43.1455723Z [00:03:25.854]➜  # import config
2025-08-20T21:54:43.1456180Z [00:03:25.854]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:43.1456763Z [00:03:25.854]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:43.1457327Z [00:03:25.854]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:43.1458174Z [00:03:25.854]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build3999932643/b993/_pkg_.a
2025-08-20T21:54:43.1459096Z [00:03:25.854]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils=/tmp/go-build3999932643/b994/_pkg_.a
2025-08-20T21:54:43.1459915Z [00:03:25.854]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:43.1460435Z [00:03:25.854]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:43.1460993Z [00:03:25.854]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:43.1461519Z [00:03:25.854]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:43.1462038Z [00:03:25.854]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:43.1462589Z [00:03:25.854]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:43.1463034Z [00:03:25.854]➜  EOF
2025-08-20T21:54:43.1466945Z [00:03:25.856]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1002/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/oracledb=>github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/oracledb;$WORK/b1002=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins/services/oracledb -lang=go1.21 -complete -installsuffix shared -buildid dsEfkyT8IKm7Q_aQBW9j/dsEfkyT8IKm7Q_aQBW9j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1002/importcfg -pack /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/oracledb/oracle.go
2025-08-20T21:54:43.1864437Z [00:03:25.896]➜  go tool buildid -w $WORK/b1002/_pkg_.a # internal
2025-08-20T21:54:43.1870629Z [00:03:25.896]➜  cp $WORK/b1002/_pkg_.a /root/.cache/go-build/7c/7c0a4b21ba1a3120a935c24c08cc04c5ac6b903387b6d9b944f73abed4753444-d # internal
2025-08-20T21:54:43.1875983Z [00:03:25.897]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins/services/pop3
2025-08-20T21:54:43.1880150Z [00:03:25.897]➜  mkdir -p $WORK/b1005/
2025-08-20T21:54:43.1880741Z [00:03:25.897]➜  cat >/tmp/go-build3999932643/b1005/importcfg << 'EOF' # internal
2025-08-20T21:54:43.1881201Z [00:03:25.897]➜  # import config
2025-08-20T21:54:43.1881823Z [00:03:25.897]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build3999932643/b993/_pkg_.a
2025-08-20T21:54:43.1882763Z [00:03:25.897]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils=/tmp/go-build3999932643/b994/_pkg_.a
2025-08-20T21:54:43.1883502Z [00:03:25.897]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:43.1884041Z [00:03:25.897]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:43.1884568Z [00:03:25.897]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:43.1885554Z [00:03:25.898]➜  EOF
2025-08-20T21:54:43.1888148Z [00:03:25.898]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1005/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/pop3=>github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/pop3;$WORK/b1005=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins/services/pop3 -lang=go1.21 -complete -installsuffix shared -buildid R9UWNeJxkebkONYdPoTj/R9UWNeJxkebkONYdPoTj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1005/importcfg -pack /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/pop3/pop3.go
2025-08-20T21:54:43.2242405Z [00:03:25.933]➜  go tool buildid -w $WORK/b1005/_pkg_.a # internal
2025-08-20T21:54:43.2248300Z [00:03:25.934]➜  cp $WORK/b1005/_pkg_.a /root/.cache/go-build/0e/0ed0649be060a7dde4fc9fa864138d06acb5015b7da90e3c2b0214865377de5b-d # internal
2025-08-20T21:54:43.2301256Z [00:03:25.937]➜  github.com/go-pg/pg/internal
2025-08-20T21:54:43.2304444Z [00:03:25.940]➜  mkdir -p $WORK/b1009/
2025-08-20T21:54:43.2305040Z [00:03:25.940]➜  cat >/tmp/go-build3999932643/b1009/importcfg << 'EOF' # internal
2025-08-20T21:54:43.2305535Z [00:03:25.940]➜  # import config
2025-08-20T21:54:43.2305989Z [00:03:25.940]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:43.2306521Z [00:03:25.940]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:43.2307045Z [00:03:25.940]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:43.2307700Z [00:03:25.940]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:43.2308202Z [00:03:25.940]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:43.2308699Z [00:03:25.940]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:43.2309208Z [00:03:25.940]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:43.2309727Z [00:03:25.940]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:43.2310249Z [00:03:25.940]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:43.2310779Z [00:03:25.940]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:43.2311290Z [00:03:25.940]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:43.2311682Z [00:03:25.940]➜  EOF
2025-08-20T21:54:43.2316526Z [00:03:25.940]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1009/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal=>github.com/go-pg/pg@v8.0.7+incompatible/internal;$WORK/b1009=>" -p github.com/go-pg/pg/internal -lang=go1.16 -complete -installsuffix shared -buildid -p3KV1NGXvOTLIllKzoV/-p3KV1NGXvOTLIllKzoV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1009/importcfg -pack /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/buf_reader.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/bytes_reader.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/error.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/internal.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/log.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/reader.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/strconv.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/underscore.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/unsafe.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/util.go
2025-08-20T21:54:43.2894099Z [00:03:25.998]➜  go tool buildid -w $WORK/b902/_pkg_.a # internal
2025-08-20T21:54:43.3043514Z [00:03:26.013]➜  cp $WORK/b902/_pkg_.a /root/.cache/go-build/75/75a866baeff1650cf17be5ab6c6db81a538a9f57c63463870cb88525aaa5fa85-d # internal
2025-08-20T21:54:43.3053095Z [00:03:26.015]➜  github.com/free5gc/util/logger
2025-08-20T21:54:43.3054445Z [00:03:26.015]➜  mkdir -p $WORK/b901/
2025-08-20T21:54:43.3059336Z [00:03:26.015]➜  cat >/tmp/go-build3999932643/b901/importcfg << 'EOF' # internal
2025-08-20T21:54:43.3069868Z [00:03:26.015]➜  # import config
2025-08-20T21:54:43.3078092Z [00:03:26.015]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:43.3078879Z [00:03:26.015]➜  packagefile github.com/gin-gonic/gin=/tmp/go-build3999932643/b902/_pkg_.a
2025-08-20T21:54:43.3079424Z [00:03:26.015]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:43.3079977Z [00:03:26.015]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3999932643/b929/_pkg_.a
2025-08-20T21:54:43.3080613Z [00:03:26.015]➜  packagefile github.com/tim-ywliu/nested-logrus-formatter=/tmp/go-build3999932643/b930/_pkg_.a
2025-08-20T21:54:43.3081169Z [00:03:26.015]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:43.3081592Z [00:03:26.015]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:43.3082012Z [00:03:26.015]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:43.3082484Z [00:03:26.015]➜  packagefile net/http/httputil=/tmp/go-build3999932643/b235/_pkg_.a
2025-08-20T21:54:43.3082926Z [00:03:26.015]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:43.3083331Z [00:03:26.015]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:43.3083771Z [00:03:26.015]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:43.3084220Z [00:03:26.015]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:43.3084665Z [00:03:26.015]➜  packagefile runtime/debug=/tmp/go-build3999932643/b245/_pkg_.a
2025-08-20T21:54:43.3085114Z [00:03:26.015]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:43.3085537Z [00:03:26.015]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:43.3085846Z [00:03:26.015]➜  EOF
2025-08-20T21:54:43.3091625Z [00:03:26.015]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b901/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/free5gc/util@v1.0.5-0.20230511064842-2e120956883b/logger=>github.com/free5gc/util@v1.0.5-0.20230511064842-2e120956883b/logger;$WORK/b901=>" -p github.com/free5gc/util/logger -lang=go1.17 -complete -installsuffix shared -buildid xQhX8hLBal7VcbErQcfV/xQhX8hLBal7VcbErQcfV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b901/importcfg -pack /root/go/pkg/mod/github.com/free5gc/util@v1.0.5-0.20230511064842-2e120956883b/logger/logger.go
2025-08-20T21:54:43.3211544Z [00:03:26.030]➜  go tool buildid -w $WORK/b1009/_pkg_.a # internal
2025-08-20T21:54:43.3241254Z [00:03:26.033]➜  cp $WORK/b1009/_pkg_.a /root/.cache/go-build/dc/dca0ca43cd002fb66690b9fc651f872562c46b97a259855f2625709ebbceea28-d # internal
2025-08-20T21:54:43.3266622Z [00:03:26.036]➜  github.com/go-pg/pg/internal/pool
2025-08-20T21:54:43.3275033Z [00:03:26.037]➜  mkdir -p $WORK/b1010/
2025-08-20T21:54:43.3277930Z [00:03:26.037]➜  cat >/tmp/go-build3999932643/b1010/importcfg << 'EOF' # internal
2025-08-20T21:54:43.3278858Z [00:03:26.037]➜  # import config
2025-08-20T21:54:43.3279467Z [00:03:26.037]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:43.3280101Z [00:03:26.037]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:43.3280764Z [00:03:26.037]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:43.3282178Z [00:03:26.037]➜  packagefile github.com/go-pg/pg/internal=/tmp/go-build3999932643/b1009/_pkg_.a
2025-08-20T21:54:43.3282667Z [00:03:26.037]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:43.3283065Z [00:03:26.037]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:43.3283489Z [00:03:26.037]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:43.3283907Z [00:03:26.037]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:43.3284333Z [00:03:26.037]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:43.3284763Z [00:03:26.037]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:43.3285356Z [00:03:26.037]➜  EOF
2025-08-20T21:54:43.3288434Z [00:03:26.037]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1010/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/pool=>github.com/go-pg/pg@v8.0.7+incompatible/internal/pool;$WORK/b1010=>" -p github.com/go-pg/pg/internal/pool -lang=go1.16 -complete -installsuffix shared -buildid y84qMwpigjAlLcpdppbx/y84qMwpigjAlLcpdppbx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1010/importcfg -pack /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/pool/conn.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/pool/pool.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/pool/pool_single.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/pool/write_buffer.go
2025-08-20T21:54:43.4027846Z [00:03:26.112]➜  go tool buildid -w $WORK/b901/_pkg_.a # internal
2025-08-20T21:54:43.4045620Z [00:03:26.114]➜  cp $WORK/b901/_pkg_.a /root/.cache/go-build/f8/f82c981b9d3bd14ca9f3542906e287d41f83ac3f8048b042bb10096430557d63-d # internal
2025-08-20T21:54:43.4076080Z [00:03:26.117]➜  github.com/projectdiscovery/n3iwf/pkg/logger
2025-08-20T21:54:43.4077295Z [00:03:26.117]➜  mkdir -p $WORK/b900/
2025-08-20T21:54:43.4078733Z [00:03:26.117]➜  cat >/tmp/go-build3999932643/b900/importcfg << 'EOF' # internal
2025-08-20T21:54:43.4079448Z [00:03:26.117]➜  # import config
2025-08-20T21:54:43.4080628Z [00:03:26.117]➜  packagefile github.com/free5gc/util/logger=/tmp/go-build3999932643/b901/_pkg_.a
2025-08-20T21:54:43.4081831Z [00:03:26.117]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3999932643/b929/_pkg_.a
2025-08-20T21:54:43.4082273Z [00:03:26.117]➜  EOF
2025-08-20T21:54:43.4257627Z [00:03:26.117]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b900/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/n3iwf@v0.0.0-20230523120440-b8cd232ff1f5/pkg/logger=>github.com/projectdiscovery/n3iwf@v0.0.0-20230523120440-b8cd232ff1f5/pkg/logger;$WORK/b900=>" -p github.com/projectdiscovery/n3iwf/pkg/logger -lang=go1.17 -complete -installsuffix shared -buildid vCPWhSgqv4dtO8qFlFmI/vCPWhSgqv4dtO8qFlFmI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b900/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/n3iwf@v0.0.0-20230523120440-b8cd232ff1f5/pkg/logger/logger.go
2025-08-20T21:54:43.4260081Z [00:03:26.135]➜  go tool buildid -w $WORK/b1010/_pkg_.a # internal
2025-08-20T21:54:43.4283130Z [00:03:26.137]➜  cp $WORK/b1010/_pkg_.a /root/.cache/go-build/27/2785f37b4cd49ea3b8f81cbefc6ad119f221b01c72ddec6a6fc1663bd72c7588-d # internal
2025-08-20T21:54:43.4296677Z [00:03:26.139]➜  github.com/go-pg/pg/internal/parser
2025-08-20T21:54:43.4298531Z [00:03:26.139]➜  mkdir -p $WORK/b1014/
2025-08-20T21:54:43.4299826Z [00:03:26.139]➜  cat >/tmp/go-build3999932643/b1014/importcfg << 'EOF' # internal
2025-08-20T21:54:43.4301629Z [00:03:26.139]➜  # import config
2025-08-20T21:54:43.4302948Z [00:03:26.139]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:43.4303967Z [00:03:26.139]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:43.4304565Z [00:03:26.139]➜  packagefile github.com/go-pg/pg/internal=/tmp/go-build3999932643/b1009/_pkg_.a
2025-08-20T21:54:43.4305067Z [00:03:26.139]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:43.4305385Z [00:03:26.139]➜  EOF
2025-08-20T21:54:43.4308272Z [00:03:26.140]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1014/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/parser=>github.com/go-pg/pg@v8.0.7+incompatible/internal/parser;$WORK/b1014=>" -p github.com/go-pg/pg/internal/parser -lang=go1.16 -complete -installsuffix shared -buildid 4xHj9J8bvijpDdLHYL80/4xHj9J8bvijpDdLHYL80 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1014/importcfg -pack /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/parser/parser.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/parser/streaming_parser.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/parser/util.go
2025-08-20T21:54:43.4605073Z [00:03:26.170]➜  go tool buildid -w $WORK/b900/_pkg_.a # internal
2025-08-20T21:54:43.4614912Z [00:03:26.171]➜  cp $WORK/b900/_pkg_.a /root/.cache/go-build/94/9454e3666ec0b405e6bc87d33f2a35b09d6f4cbc472e579c22debe1c1e722bc7-d # internal
2025-08-20T21:54:43.4629322Z [00:03:26.172]➜  github.com/projectdiscovery/n3iwf/pkg/ike/message
2025-08-20T21:54:43.4629824Z [00:03:26.172]➜  mkdir -p $WORK/b899/
2025-08-20T21:54:43.4633403Z [00:03:26.173]➜  cat >/tmp/go-build3999932643/b899/importcfg << 'EOF' # internal
2025-08-20T21:54:43.4635104Z [00:03:26.173]➜  # import config
2025-08-20T21:54:43.4635489Z [00:03:26.173]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:43.4635970Z [00:03:26.173]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:43.4636423Z [00:03:26.173]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:43.4636849Z [00:03:26.173]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:43.4637537Z [00:03:26.173]➜  packagefile github.com/projectdiscovery/n3iwf/pkg/logger=/tmp/go-build3999932643/b900/_pkg_.a
2025-08-20T21:54:43.4638157Z [00:03:26.173]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:43.4638468Z [00:03:26.173]➜  EOF
2025-08-20T21:54:43.4644147Z [00:03:26.173]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b899/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/n3iwf@v0.0.0-20230523120440-b8cd232ff1f5/pkg/ike/message=>github.com/projectdiscovery/n3iwf@v0.0.0-20230523120440-b8cd232ff1f5/pkg/ike/message;$WORK/b899=>" -p github.com/projectdiscovery/n3iwf/pkg/ike/message -lang=go1.17 -complete -installsuffix shared -buildid 3-6ClkGswjOyelCeesXp/3-6ClkGswjOyelCeesXp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b899/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/n3iwf@v0.0.0-20230523120440-b8cd232ff1f5/pkg/ike/message/build.go /root/go/pkg/mod/github.com/projectdiscovery/n3iwf@v0.0.0-20230523120440-b8cd232ff1f5/pkg/ike/message/message.go /root/go/pkg/mod/github.com/projectdiscovery/n3iwf@v0.0.0-20230523120440-b8cd232ff1f5/pkg/ike/message/types.go
2025-08-20T21:54:43.4691523Z [00:03:26.178]➜  go tool buildid -w $WORK/b1014/_pkg_.a # internal
2025-08-20T21:54:43.4695937Z [00:03:26.179]➜  cp $WORK/b1014/_pkg_.a /root/.cache/go-build/98/98c71262aeeedace2acc0e4fee1f935b2b17dbff12cacb4ee4f513a6925128be-d # internal
2025-08-20T21:54:43.4750154Z [00:03:26.184]➜  github.com/go-pg/pg/types
2025-08-20T21:54:43.4757726Z [00:03:26.185]➜  mkdir -p $WORK/b1013/
2025-08-20T21:54:43.4758321Z [00:03:26.185]➜  cat >/tmp/go-build3999932643/b1013/importcfg << 'EOF' # internal
2025-08-20T21:54:43.4759265Z [00:03:26.185]➜  # import config
2025-08-20T21:54:43.4762368Z [00:03:26.185]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:43.4763017Z [00:03:26.185]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:43.4763671Z [00:03:26.185]➜  packagefile database/sql=/tmp/go-build3999932643/b837/_pkg_.a
2025-08-20T21:54:43.4764579Z [00:03:26.185]➜  packagefile database/sql/driver=/tmp/go-build3999932643/b325/_pkg_.a
2025-08-20T21:54:43.4765286Z [00:03:26.185]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:43.4766207Z [00:03:26.185]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:43.4767136Z [00:03:26.185]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:43.4767918Z [00:03:26.185]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:43.4768923Z [00:03:26.185]➜  packagefile github.com/go-pg/pg/internal=/tmp/go-build3999932643/b1009/_pkg_.a
2025-08-20T21:54:43.4770032Z [00:03:26.185]➜  packagefile github.com/go-pg/pg/internal/parser=/tmp/go-build3999932643/b1014/_pkg_.a
2025-08-20T21:54:43.4770743Z [00:03:26.185]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:43.4771908Z [00:03:26.185]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:43.4773008Z [00:03:26.185]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:43.4773675Z [00:03:26.185]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:43.4774445Z [00:03:26.185]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:43.4775419Z [00:03:26.185]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:43.4776014Z [00:03:26.185]➜  EOF
2025-08-20T21:54:43.4782951Z [00:03:26.185]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1013/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/types=>github.com/go-pg/pg@v8.0.7+incompatible/types;$WORK/b1013=>" -p github.com/go-pg/pg/types -lang=go1.16 -complete -installsuffix shared -buildid UjefShA465VCYvZl6FRu/UjefShA465VCYvZl6FRu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1013/importcfg -pack /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/types/append.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/types/append_field.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/types/append_jsonb.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/types/append_value.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/types/array.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/types/array_append.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/types/array_parser.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/types/array_scan.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/types/hstore.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/types/hstore_append.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/types/hstore_parser.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/types/hstore_scan.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/types/in_op.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/types/interface.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/types/null_time.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/types/scan.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/types/scan_value.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/types/time.go
2025-08-20T21:54:43.6053065Z [00:03:26.314]➜  go tool buildid -w $WORK/b899/_pkg_.a # internal
2025-08-20T21:54:43.6078120Z [00:03:26.317]➜  cp $WORK/b899/_pkg_.a /root/.cache/go-build/3e/3e789e753d56c96b3798f9b1b5b603a131e74bd6b5028c4638c4c442c6d979ef-d # internal
2025-08-20T21:54:43.6090163Z [00:03:26.318]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ikev2
2025-08-20T21:54:43.6094028Z [00:03:26.319]➜  mkdir -p $WORK/b898/
2025-08-20T21:54:43.6104229Z [00:03:26.319]➜  cat >/tmp/go-build3999932643/b898/importcfg << 'EOF' # internal
2025-08-20T21:54:43.6104690Z [00:03:26.320]➜  # import config
2025-08-20T21:54:43.6105048Z [00:03:26.320]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:43.6105666Z [00:03:26.320]➜  packagefile github.com/projectdiscovery/n3iwf/pkg/ike/message=/tmp/go-build3999932643/b899/_pkg_.a
2025-08-20T21:54:43.6106396Z [00:03:26.320]➜  packagefile github.com/projectdiscovery/n3iwf/pkg/logger=/tmp/go-build3999932643/b900/_pkg_.a
2025-08-20T21:54:43.6106932Z [00:03:26.320]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:43.6107241Z [00:03:26.320]➜  EOF
2025-08-20T21:54:43.6114831Z [00:03:26.321]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b898/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/ikev2=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ikev2;$WORK/b898=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ikev2 -lang=go1.24 -complete -installsuffix shared -buildid pW8M7g-WZdt7LSpa7dsO/pW8M7g-WZdt7LSpa7dsO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b898/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/ikev2/ikev2.go
2025-08-20T21:54:43.6233482Z [00:03:26.333]➜  go tool buildid -w $WORK/b977/_pkg_.a # internal
2025-08-20T21:54:43.6261727Z [00:03:26.335]➜  go tool buildid -w $WORK/b812/_pkg_.a # internal
2025-08-20T21:54:43.6294705Z [00:03:26.339]➜  cp $WORK/b977/_pkg_.a /root/.cache/go-build/6f/6f1d70a3dc60182f16245079aa736efd6285850d4351ab113de220b08103c4cc-d # internal
2025-08-20T21:54:43.6302706Z [00:03:26.339]➜  github.com/go-pg/pg/internal/tag
2025-08-20T21:54:43.6303133Z [00:03:26.339]➜  mkdir -p $WORK/b1016/
2025-08-20T21:54:43.6303523Z [00:03:26.340]➜  cat >/tmp/go-build3999932643/b1016/importcfg << 'EOF' # internal
2025-08-20T21:54:43.6305102Z [00:03:26.340]➜  # import config
2025-08-20T21:54:43.6308873Z [00:03:26.340]➜  packagefile github.com/go-pg/pg/internal/parser=/tmp/go-build3999932643/b1014/_pkg_.a
2025-08-20T21:54:43.6309886Z [00:03:26.340]➜  EOF
2025-08-20T21:54:43.6311949Z [00:03:26.340]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1016/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/tag=>github.com/go-pg/pg@v8.0.7+incompatible/internal/tag;$WORK/b1016=>" -p github.com/go-pg/pg/internal/tag -lang=go1.16 -complete -installsuffix shared -buildid dndKGwGhHX1KpSgQegDB/dndKGwGhHX1KpSgQegDB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1016/importcfg -pack /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/tag/tag.go
2025-08-20T21:54:43.6359865Z [00:03:26.345]➜  go tool buildid -w $WORK/b1013/_pkg_.a # internal
2025-08-20T21:54:43.6391512Z [00:03:26.348]➜  go tool buildid -w $WORK/b898/_pkg_.a # internal
2025-08-20T21:54:43.6392294Z [00:03:26.348]➜  cp $WORK/b898/_pkg_.a /root/.cache/go-build/09/09b8278366770eaafb74b4793915a8f5d5af88f619f4be8c12d3dfee30b46b1e-d # internal
2025-08-20T21:54:43.6393387Z [00:03:26.349]➜  github.com/jinzhu/inflection
2025-08-20T21:54:43.6398454Z [00:03:26.349]➜  mkdir -p $WORK/b1017/
2025-08-20T21:54:43.6407494Z [00:03:26.350]➜  cat >/tmp/go-build3999932643/b1017/importcfg << 'EOF' # internal
2025-08-20T21:54:43.6409284Z [00:03:26.350]➜  # import config
2025-08-20T21:54:43.6409668Z [00:03:26.350]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:43.6410115Z [00:03:26.350]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:43.6410434Z [00:03:26.350]➜  EOF
2025-08-20T21:54:43.6412580Z [00:03:26.350]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1017/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jinzhu/inflection@v1.0.0=>github.com/jinzhu/inflection@v1.0.0;$WORK/b1017=>" -p github.com/jinzhu/inflection -lang=go1.16 -complete -installsuffix shared -buildid KHUqT-CAuKBfI2hLHIKW/KHUqT-CAuKBfI2hLHIKW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1017/importcfg -pack /root/go/pkg/mod/github.com/jinzhu/inflection@v1.0.0/inflections.go
2025-08-20T21:54:43.6414600Z [00:03:26.350]➜  cp $WORK/b1013/_pkg_.a /root/.cache/go-build/ae/ae0e7e0c8cd0fbc0f306505b0dcfa1f147e0b06df26a8a7fa7b17b0e7dca3894-d # internal
2025-08-20T21:54:43.6425720Z [00:03:26.352]➜  github.com/go-pg/pg/internal/iszero
2025-08-20T21:54:43.6432899Z [00:03:26.352]➜  mkdir -p $WORK/b1012/
2025-08-20T21:54:43.6433324Z [00:03:26.352]➜  cat >/tmp/go-build3999932643/b1012/importcfg << 'EOF' # internal
2025-08-20T21:54:43.6433695Z [00:03:26.353]➜  # import config
2025-08-20T21:54:43.6434078Z [00:03:26.353]➜  packagefile database/sql/driver=/tmp/go-build3999932643/b325/_pkg_.a
2025-08-20T21:54:43.6434621Z [00:03:26.353]➜  packagefile github.com/go-pg/pg/types=/tmp/go-build3999932643/b1013/_pkg_.a
2025-08-20T21:54:43.6435106Z [00:03:26.353]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:43.6435422Z [00:03:26.353]➜  EOF
2025-08-20T21:54:43.6446785Z [00:03:26.354]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1012/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/iszero=>github.com/go-pg/pg@v8.0.7+incompatible/internal/iszero;$WORK/b1012=>" -p github.com/go-pg/pg/internal/iszero -lang=go1.16 -complete -installsuffix shared -buildid 2Vp8RMMvCW94WYv9e5-O/2Vp8RMMvCW94WYv9e5-O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1012/importcfg -pack /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/iszero/iszero.go
2025-08-20T21:54:43.6522155Z [00:03:26.361]➜  go tool buildid -w $WORK/b1016/_pkg_.a # internal
2025-08-20T21:54:43.6535418Z [00:03:26.363]➜  cp $WORK/b1016/_pkg_.a /root/.cache/go-build/a9/a96e4138e27c783fd7fbad6e30054d74798cbddeeace782c693179fd1b99cf2d-d # internal
2025-08-20T21:54:43.6615557Z [00:03:26.371]➜  mellium.im/sasl
2025-08-20T21:54:43.6616458Z [00:03:26.371]➜  mkdir -p $WORK/b1018/
2025-08-20T21:54:43.6624885Z [00:03:26.372]➜  cat >/tmp/go-build3999932643/b1018/importcfg << 'EOF' # internal
2025-08-20T21:54:43.6626904Z [00:03:26.372]➜  # import config
2025-08-20T21:54:43.6628286Z [00:03:26.372]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:43.6628754Z [00:03:26.372]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:43.6629216Z [00:03:26.372]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:43.6629693Z [00:03:26.372]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:43.6630202Z [00:03:26.372]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:43.6630668Z [00:03:26.372]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:43.6631134Z [00:03:26.372]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:43.6631600Z [00:03:26.372]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:43.6632258Z [00:03:26.372]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:43.6632771Z [00:03:26.372]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:43.6633267Z [00:03:26.372]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build3999932643/b558/_pkg_.a
2025-08-20T21:54:43.6633748Z [00:03:26.372]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:43.6634157Z [00:03:26.372]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:43.6634568Z [00:03:26.372]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:43.6635041Z [00:03:26.372]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:43.6635353Z [00:03:26.372]➜  EOF
2025-08-20T21:54:43.6643099Z [00:03:26.372]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1018/_pkg_.a -trimpath "/root/go/pkg/mod/mellium.im/sasl@v0.3.2=>mellium.im/sasl@v0.3.2;$WORK/b1018=>" -p mellium.im/sasl -lang=go1.20 -complete -installsuffix shared -buildid kNDfl0OCCveNe01jKGzC/kNDfl0OCCveNe01jKGzC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1018/importcfg -pack /root/go/pkg/mod/mellium.im/sasl@v0.3.2/anonymous.go /root/go/pkg/mod/mellium.im/sasl@v0.3.2/doc.go /root/go/pkg/mod/mellium.im/sasl@v0.3.2/mechanism.go /root/go/pkg/mod/mellium.im/sasl@v0.3.2/negotiator.go /root/go/pkg/mod/mellium.im/sasl@v0.3.2/nonce.go /root/go/pkg/mod/mellium.im/sasl@v0.3.2/options.go /root/go/pkg/mod/mellium.im/sasl@v0.3.2/plain.go /root/go/pkg/mod/mellium.im/sasl@v0.3.2/scram_client.go /root/go/pkg/mod/mellium.im/sasl@v0.3.2/scram_server.go
2025-08-20T21:54:43.6659261Z [00:03:26.375]➜  go tool buildid -w $WORK/b1017/_pkg_.a # internal
2025-08-20T21:54:43.6669128Z [00:03:26.376]➜  cp $WORK/b1017/_pkg_.a /root/.cache/go-build/06/0622a3e1184a27e8e79dc6f76baf361323c579b068926bb8a0dddca49975a880-d # internal
2025-08-20T21:54:43.6681286Z [00:03:26.377]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins/services/postgresql
2025-08-20T21:54:43.6682032Z [00:03:26.377]➜  mkdir -p $WORK/b1019/
2025-08-20T21:54:43.6684874Z [00:03:26.378]➜  cat >/tmp/go-build3999932643/b1019/importcfg << 'EOF' # internal
2025-08-20T21:54:43.6685253Z [00:03:26.378]➜  # import config
2025-08-20T21:54:43.6685625Z [00:03:26.378]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:43.6686263Z [00:03:26.378]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build3999932643/b993/_pkg_.a
2025-08-20T21:54:43.6687074Z [00:03:26.378]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils=/tmp/go-build3999932643/b994/_pkg_.a
2025-08-20T21:54:43.6688129Z [00:03:26.378]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:43.6688546Z [00:03:26.378]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:43.6688856Z [00:03:26.378]➜  EOF
2025-08-20T21:54:43.6692232Z [00:03:26.378]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1019/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/postgresql=>github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/postgresql;$WORK/b1019=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins/services/postgresql -lang=go1.21 -complete -installsuffix shared -buildid 3FqbKqzll12zkF2WEO5N/3FqbKqzll12zkF2WEO5N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1019/importcfg -pack /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/postgresql/postgresql.go
2025-08-20T21:54:43.6743339Z [00:03:26.383]➜  go tool buildid -w $WORK/b1012/_pkg_.a # internal
2025-08-20T21:54:43.6756169Z [00:03:26.385]➜  cp $WORK/b1012/_pkg_.a /root/.cache/go-build/b8/b8d14bf07047a4e034367f268a6934e533cd210c5aeb7e068a7cab7fb14e1cdd-d # internal
2025-08-20T21:54:43.6770634Z [00:03:26.386]➜  github.com/go-pg/pg/internal/struct_filter
2025-08-20T21:54:43.6776991Z [00:03:26.387]➜  mkdir -p $WORK/b1015/
2025-08-20T21:54:43.6788598Z [00:03:26.388]➜  cat >/tmp/go-build3999932643/b1015/importcfg << 'EOF' # internal
2025-08-20T21:54:43.6789669Z [00:03:26.388]➜  # import config
2025-08-20T21:54:43.6790974Z [00:03:26.388]➜  packagefile database/sql=/tmp/go-build3999932643/b837/_pkg_.a
2025-08-20T21:54:43.6791427Z [00:03:26.388]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:43.6791929Z [00:03:26.388]➜  packagefile github.com/go-pg/pg/internal=/tmp/go-build3999932643/b1009/_pkg_.a
2025-08-20T21:54:43.6792533Z [00:03:26.388]➜  packagefile github.com/go-pg/pg/internal/iszero=/tmp/go-build3999932643/b1012/_pkg_.a
2025-08-20T21:54:43.6793144Z [00:03:26.388]➜  packagefile github.com/go-pg/pg/internal/tag=/tmp/go-build3999932643/b1016/_pkg_.a
2025-08-20T21:54:43.6793711Z [00:03:26.388]➜  packagefile github.com/go-pg/pg/types=/tmp/go-build3999932643/b1013/_pkg_.a
2025-08-20T21:54:43.6794366Z [00:03:26.388]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:43.6794855Z [00:03:26.388]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:43.6795289Z [00:03:26.388]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:43.6795705Z [00:03:26.388]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:43.6796111Z [00:03:26.388]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:43.6796421Z [00:03:26.388]➜  EOF
2025-08-20T21:54:43.6799702Z [00:03:26.388]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1015/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/struct_filter=>github.com/go-pg/pg@v8.0.7+incompatible/internal/struct_filter;$WORK/b1015=>" -p github.com/go-pg/pg/internal/struct_filter -lang=go1.16 -complete -installsuffix shared -buildid yR3pkhyEzPURfiD9Gb8q/yR3pkhyEzPURfiD9Gb8q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1015/importcfg -pack /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/struct_filter/field.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/struct_filter/scan.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/struct_filter/struct.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/struct_filter/structs.go
2025-08-20T21:54:43.6865056Z [00:03:26.396]➜  go tool buildid -w $WORK/b1019/_pkg_.a # internal
2025-08-20T21:54:43.6871620Z [00:03:26.396]➜  cp $WORK/b1019/_pkg_.a /root/.cache/go-build/a5/a52b95005e96a3e9fc55b3e54c2ffc3019c414a53625b3b584cb7725721ec6ee-d # internal
2025-08-20T21:54:43.6879031Z [00:03:26.397]➜  github.com/lib/pq/scram
2025-08-20T21:54:43.6884330Z [00:03:26.397]➜  mkdir -p $WORK/b1023/
2025-08-20T21:54:43.6884733Z [00:03:26.397]➜  cat >/tmp/go-build3999932643/b1023/importcfg << 'EOF' # internal
2025-08-20T21:54:43.6885086Z [00:03:26.397]➜  # import config
2025-08-20T21:54:43.6885433Z [00:03:26.397]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:43.6885875Z [00:03:26.397]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:43.6886341Z [00:03:26.397]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:43.6886812Z [00:03:26.397]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:43.6887253Z [00:03:26.397]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:43.6887858Z [00:03:26.397]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:43.6888281Z [00:03:26.397]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:43.6888714Z [00:03:26.397]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:43.6889035Z [00:03:26.397]➜  EOF
2025-08-20T21:54:43.6890963Z [00:03:26.397]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1023/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lib/pq@v1.10.9/scram=>github.com/lib/pq@v1.10.9/scram;$WORK/b1023=>" -p github.com/lib/pq/scram -lang=go1.13 -complete -installsuffix shared -buildid rVDIasjs84xEGSLEuPM3/rVDIasjs84xEGSLEuPM3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1023/importcfg -pack /root/go/pkg/mod/github.com/lib/pq@v1.10.9/scram/scram.go
2025-08-20T21:54:43.7137953Z [00:03:26.423]➜  go tool buildid -w $WORK/b1023/_pkg_.a # internal
2025-08-20T21:54:43.7145353Z [00:03:26.424]➜  cp $WORK/b1023/_pkg_.a /root/.cache/go-build/9d/9d682a300977d4b933069eab719c9b625524bf522c101feb078e30da9c8c66aa-d # internal
2025-08-20T21:54:43.7242625Z [00:03:26.433]➜  github.com/lib/pq
2025-08-20T21:54:43.7243027Z [00:03:26.433]➜  mkdir -p $WORK/b1021/
2025-08-20T21:54:43.7282252Z [00:03:26.437]➜  cat >/tmp/go-build3999932643/b1021/importcfg << 'EOF' # internal
2025-08-20T21:54:43.7282689Z [00:03:26.437]➜  # import config
2025-08-20T21:54:43.7283042Z [00:03:26.437]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:43.7283460Z [00:03:26.437]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:43.7284107Z [00:03:26.437]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:43.7284607Z [00:03:26.437]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:43.7285070Z [00:03:26.438]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:43.7285526Z [00:03:26.438]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:43.7293896Z [00:03:26.438]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:43.7295818Z [00:03:26.438]➜  packagefile database/sql=/tmp/go-build3999932643/b837/_pkg_.a
2025-08-20T21:54:43.7296582Z [00:03:26.438]➜  packagefile database/sql/driver=/tmp/go-build3999932643/b325/_pkg_.a
2025-08-20T21:54:43.7297096Z [00:03:26.438]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:43.7297735Z [00:03:26.438]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:43.7298188Z [00:03:26.438]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:43.7298602Z [00:03:26.438]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:43.7299077Z [00:03:26.438]➜  packagefile github.com/lib/pq/oid=/tmp/go-build3999932643/b1022/_pkg_.a
2025-08-20T21:54:43.7299605Z [00:03:26.438]➜  packagefile github.com/lib/pq/scram=/tmp/go-build3999932643/b1023/_pkg_.a
2025-08-20T21:54:43.7300088Z [00:03:26.438]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:43.7300508Z [00:03:26.438]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:43.7300934Z [00:03:26.438]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:43.7301571Z [00:03:26.438]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:43.7301987Z [00:03:26.438]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:43.7302393Z [00:03:26.438]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:43.7302806Z [00:03:26.438]➜  packagefile os/user=/tmp/go-build3999932643/b236/_pkg_.a
2025-08-20T21:54:43.7303221Z [00:03:26.438]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:43.7303671Z [00:03:26.438]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:43.7304119Z [00:03:26.438]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:43.7304542Z [00:03:26.438]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:43.7304959Z [00:03:26.438]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:43.7305378Z [00:03:26.438]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:43.7305800Z [00:03:26.438]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:43.7306222Z [00:03:26.438]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:43.7306630Z [00:03:26.438]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:43.7307061Z [00:03:26.438]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:43.7307671Z [00:03:26.438]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:43.7326992Z [00:03:26.438]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:43.7327636Z [00:03:26.438]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:43.7327978Z [00:03:26.438]➜  EOF
2025-08-20T21:54:43.7332953Z [00:03:26.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1021/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lib/pq@v1.10.9=>github.com/lib/pq@v1.10.9;$WORK/b1021=>" -p github.com/lib/pq -lang=go1.13 -complete -installsuffix shared -buildid xfzYlUPvEQMENWzqyEWo/xfzYlUPvEQMENWzqyEWo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1021/importcfg -pack /root/go/pkg/mod/github.com/lib/pq@v1.10.9/array.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/buf.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/conn.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/conn_go115.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/conn_go18.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/connector.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/copy.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/doc.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/encode.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/error.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/krb.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/notice.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/notify.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/rows.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/ssl.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/ssl_permissions.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/url.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/user_posix.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/uuid.go
2025-08-20T21:54:43.7337798Z [00:03:26.438]➜  cp $WORK/b812/_pkg_.a /root/.cache/go-build/93/93a6d561c1751ac6141fd357b0331d3eef8287e1042da281391ac9783d8fba0c-d # internal
2025-08-20T21:54:43.7338479Z [00:03:26.440]➜  github.com/Mzack9999/goja_nodejs/require
2025-08-20T21:54:43.7338782Z [00:03:26.440]➜  mkdir -p $WORK/b828/
2025-08-20T21:54:43.7339152Z [00:03:26.441]➜  cat >/tmp/go-build3999932643/b828/importcfg << 'EOF' # internal
2025-08-20T21:54:43.7339489Z [00:03:26.441]➜  # import config
2025-08-20T21:54:43.7339851Z [00:03:26.442]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:43.7340290Z [00:03:26.442]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:43.7340774Z [00:03:26.442]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:43.7341353Z [00:03:26.442]➜  packagefile github.com/Mzack9999/goja/parser=/tmp/go-build3999932643/b821/_pkg_.a
2025-08-20T21:54:43.7342078Z [00:03:26.442]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:43.7342481Z [00:03:26.442]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:43.7342887Z [00:03:26.442]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:43.7343282Z [00:03:26.442]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:43.7343722Z [00:03:26.442]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:43.7344166Z [00:03:26.442]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:43.7344588Z [00:03:26.442]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:43.7345006Z [00:03:26.442]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:43.7345427Z [00:03:26.442]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:43.7345876Z [00:03:26.442]➜  packagefile text/template=/tmp/go-build3999932643/b510/_pkg_.a
2025-08-20T21:54:43.7346221Z [00:03:26.442]➜  EOF
2025-08-20T21:54:43.7349192Z [00:03:26.442]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b828/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!mzack9999/goja_nodejs@v0.0.0-20250507184139-66bcbf65c883/require=>github.com/Mzack9999/goja_nodejs@v0.0.0-20250507184139-66bcbf65c883/require;$WORK/b828=>" -p github.com/Mzack9999/goja_nodejs/require -lang=go1.20 -complete -installsuffix shared -buildid -0t0f-cpT7pfLTA1OVH3/-0t0f-cpT7pfLTA1OVH3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b828/importcfg -pack /root/go/pkg/mod/github.com/!mzack9999/goja_nodejs@v0.0.0-20250507184139-66bcbf65c883/require/module.go /root/go/pkg/mod/github.com/!mzack9999/goja_nodejs@v0.0.0-20250507184139-66bcbf65c883/require/resolve.go
2025-08-20T21:54:43.7382761Z [00:03:26.447]➜  go tool buildid -w $WORK/b1015/_pkg_.a # internal
2025-08-20T21:54:43.7399384Z [00:03:26.449]➜  cp $WORK/b1015/_pkg_.a /root/.cache/go-build/52/52e51d81da994345778eeb1d52abcb6d7dd07de37aad82e3ecf7ca0f5fd1e771-d # internal
2025-08-20T21:54:43.7402709Z [00:03:26.449]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/utils
2025-08-20T21:54:43.7403058Z [00:03:26.449]➜  mkdir -p $WORK/b836/
2025-08-20T21:54:43.7417923Z [00:03:26.451]➜  cat >/tmp/go-build3999932643/b836/importcfg << 'EOF' # internal
2025-08-20T21:54:43.7419442Z [00:03:26.451]➜  # import config
2025-08-20T21:54:43.7420866Z [00:03:26.451]➜  packagefile database/sql=/tmp/go-build3999932643/b837/_pkg_.a
2025-08-20T21:54:43.7422772Z [00:03:26.451]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:43.7423319Z [00:03:26.451]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:43.7423821Z [00:03:26.451]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:43.7424261Z [00:03:26.451]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:43.7425043Z [00:03:26.451]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:43.7425363Z [00:03:26.451]➜  EOF
2025-08-20T21:54:43.7427650Z [00:03:26.452]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b836/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/utils=>github.com/projectdiscovery/nuclei/v3/pkg/js/utils;$WORK/b836=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/utils -lang=go1.24 -complete -installsuffix shared -buildid UxP0jdIJL88J0AqSXoy9/UxP0jdIJL88J0AqSXoy9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b836/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/utils/nucleijs.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/utils/util.go
2025-08-20T21:54:43.7472511Z [00:03:26.457]➜  go tool buildid -w $WORK/b1018/_pkg_.a # internal
2025-08-20T21:54:43.7490024Z [00:03:26.458]➜  cp $WORK/b1018/_pkg_.a /root/.cache/go-build/e8/e88ed909879ee0bbf9ad71b8036fae1f1af0f181a09ab78626bfbf62cefb4746-d # internal
2025-08-20T21:54:43.7491752Z [00:03:26.459]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate
2025-08-20T21:54:43.7500400Z [00:03:26.459]➜  mkdir -p $WORK/b842/
2025-08-20T21:54:43.7502055Z [00:03:26.459]➜  cat >/tmp/go-build3999932643/b842/importcfg << 'EOF' # internal
2025-08-20T21:54:43.7503280Z [00:03:26.459]➜  # import config
2025-08-20T21:54:43.7503649Z [00:03:26.459]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:43.7504079Z [00:03:26.459]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:43.7504564Z [00:03:26.459]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:43.7505146Z [00:03:26.459]➜  packagefile github.com/Mzack9999/goja/parser=/tmp/go-build3999932643/b821/_pkg_.a
2025-08-20T21:54:43.7505721Z [00:03:26.459]➜  packagefile github.com/go-rod/rod=/tmp/go-build3999932643/b843/_pkg_.a
2025-08-20T21:54:43.7506267Z [00:03:26.459]➜  packagefile github.com/go-rod/rod/lib/proto=/tmp/go-build3999932643/b848/_pkg_.a
2025-08-20T21:54:43.7506844Z [00:03:26.459]➜  packagefile github.com/go-sql-driver/mysql=/tmp/go-build3999932643/b861/_pkg_.a
2025-08-20T21:54:43.7507614Z [00:03:26.459]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:43.7508338Z [00:03:26.459]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build3999932643/b341/_pkg_.a
2025-08-20T21:54:43.7509051Z [00:03:26.459]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:43.7510054Z [00:03:26.459]➜  packagefile github.com/projectdiscovery/mapcidr/asn=/tmp/go-build3999932643/b864/_pkg_.a
2025-08-20T21:54:43.7510789Z [00:03:26.459]➜  packagefile github.com/projectdiscovery/networkpolicy=/tmp/go-build3999932643/b439/_pkg_.a
2025-08-20T21:54:43.7511529Z [00:03:26.459]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build3999932643/b620/_pkg_.a
2025-08-20T21:54:43.7512282Z [00:03:26.459]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:54:43.7513032Z [00:03:26.459]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/expand=/tmp/go-build3999932643/b865/_pkg_.a
2025-08-20T21:54:43.7513725Z [00:03:26.459]➜  packagefile github.com/projectdiscovery/rawhttp=/tmp/go-build3999932643/b677/_pkg_.a
2025-08-20T21:54:43.7514497Z [00:03:26.460]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:54:43.7515228Z [00:03:26.460]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build3999932643/b182/_pkg_.a
2025-08-20T21:54:43.7515886Z [00:03:26.460]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:43.7516535Z [00:03:26.460]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:54:43.7517177Z [00:03:26.460]➜  packagefile github.com/projectdiscovery/utils/http=/tmp/go-build3999932643/b702/_pkg_.a
2025-08-20T21:54:43.7520460Z [00:03:26.460]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:54:43.7521168Z [00:03:26.460]➜  packagefile github.com/projectdiscovery/utils/memguardian=/tmp/go-build3999932643/b866/_pkg_.a
2025-08-20T21:54:43.7521860Z [00:03:26.460]➜  packagefile github.com/projectdiscovery/utils/memoize=/tmp/go-build3999932643/b867/_pkg_.a
2025-08-20T21:54:43.7522531Z [00:03:26.460]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:43.7523185Z [00:03:26.460]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:54:43.7523740Z [00:03:26.460]➜  packagefile github.com/rs/xid=/tmp/go-build3999932643/b608/_pkg_.a
2025-08-20T21:54:43.7524237Z [00:03:26.460]➜  packagefile go.uber.org/multierr=/tmp/go-build3999932643/b335/_pkg_.a
2025-08-20T21:54:43.7524756Z [00:03:26.460]➜  packagefile golang.org/x/net/proxy=/tmp/go-build3999932643/b336/_pkg_.a
2025-08-20T21:54:43.7525229Z [00:03:26.460]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:43.7525885Z [00:03:26.460]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:43.7526317Z [00:03:26.460]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:43.7526736Z [00:03:26.460]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:43.7527140Z [00:03:26.460]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:43.7527617Z [00:03:26.460]➜  EOF
2025-08-20T21:54:43.7532332Z [00:03:26.460]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b842/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolstate=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate;$WORK/b842=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate -lang=go1.24 -complete -installsuffix shared -buildid 66IDTXBeqOJjMC4s04bI/66IDTXBeqOJjMC4s04bI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b842/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolstate/context.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolstate/dialers.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolstate/file.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolstate/headless.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolstate/js.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolstate/memguardian.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolstate/memoizer.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolstate/state.go
2025-08-20T21:54:43.7941068Z [00:03:26.503]➜  go tool buildid -w $WORK/b836/_pkg_.a # internal
2025-08-20T21:54:43.7954505Z [00:03:26.505]➜  cp $WORK/b836/_pkg_.a /root/.cache/go-build/a7/a78dcc2ff5cc3b8b25394792e068650ab201add209c22f8d3e8ad761bc77f314-d # internal
2025-08-20T21:54:43.7968962Z [00:03:26.505]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/bytes
2025-08-20T21:54:43.7969392Z [00:03:26.505]➜  mkdir -p $WORK/b838/
2025-08-20T21:54:43.7969778Z [00:03:26.505]➜  cat >/tmp/go-build3999932643/b838/importcfg << 'EOF' # internal
2025-08-20T21:54:43.7970267Z [00:03:26.505]➜  # import config
2025-08-20T21:54:43.7970686Z [00:03:26.505]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:43.7971213Z [00:03:26.505]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:43.7971907Z [00:03:26.505]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/structs=/tmp/go-build3999932643/b839/_pkg_.a
2025-08-20T21:54:43.7972676Z [00:03:26.505]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/utils=/tmp/go-build3999932643/b836/_pkg_.a
2025-08-20T21:54:43.7973135Z [00:03:26.505]➜  EOF
2025-08-20T21:54:43.7975073Z [00:03:26.505]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b838/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/bytes=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/bytes;$WORK/b838=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/bytes -lang=go1.24 -complete -installsuffix shared -buildid ZUIfb9IsxJMVl_hvC0ey/ZUIfb9IsxJMVl_hvC0ey -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b838/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/bytes/buffer.go
2025-08-20T21:54:43.8031183Z [00:03:26.512]➜  go tool buildid -w $WORK/b828/_pkg_.a # internal
2025-08-20T21:54:43.8050296Z [00:03:26.514]➜  cp $WORK/b828/_pkg_.a /root/.cache/go-build/70/70c8cf678771895edd994eb85aae00a7f5ed2ebd21bbadb373d44c657cef0b07-d # internal
2025-08-20T21:54:43.8054186Z [00:03:26.515]➜  github.com/Mzack9999/goja_nodejs/util
2025-08-20T21:54:43.8054547Z [00:03:26.515]➜  mkdir -p $WORK/b829/
2025-08-20T21:54:43.8063546Z [00:03:26.516]➜  cat >/tmp/go-build3999932643/b829/importcfg << 'EOF' # internal
2025-08-20T21:54:43.8063940Z [00:03:26.516]➜  # import config
2025-08-20T21:54:43.8064273Z [00:03:26.516]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:43.8064781Z [00:03:26.516]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:43.8065696Z [00:03:26.516]➜  packagefile github.com/Mzack9999/goja_nodejs/require=/tmp/go-build3999932643/b828/_pkg_.a
2025-08-20T21:54:43.8066114Z [00:03:26.516]➜  EOF
2025-08-20T21:54:43.8078202Z [00:03:26.516]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b829/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!mzack9999/goja_nodejs@v0.0.0-20250507184139-66bcbf65c883/util=>github.com/Mzack9999/goja_nodejs@v0.0.0-20250507184139-66bcbf65c883/util;$WORK/b829=>" -p github.com/Mzack9999/goja_nodejs/util -lang=go1.20 -complete -installsuffix shared -buildid tg0WVY6Q95ykDsuUKMt-/tg0WVY6Q95ykDsuUKMt- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b829/importcfg -pack /root/go/pkg/mod/github.com/!mzack9999/goja_nodejs@v0.0.0-20250507184139-66bcbf65c883/util/module.go
2025-08-20T21:54:43.8399738Z [00:03:26.547]➜  go tool buildid -w $WORK/b838/_pkg_.a # internal
2025-08-20T21:54:43.8405478Z [00:03:26.550]➜  cp $WORK/b838/_pkg_.a /root/.cache/go-build/db/dbb72c1e1eb2f73437cad7a8f38a54cfe58a9e2b7e1b2e407ab4e1d20549af6a-d # internal
2025-08-20T21:54:43.8406211Z [00:03:26.550]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/gojs
2025-08-20T21:54:43.8406562Z [00:03:26.550]➜  mkdir -p $WORK/b835/
2025-08-20T21:54:43.8407312Z [00:03:26.550]➜  cat >/tmp/go-build3999932643/b835/importcfg << 'EOF' # internal
2025-08-20T21:54:43.8407850Z [00:03:26.550]➜  # import config
2025-08-20T21:54:43.8408201Z [00:03:26.550]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:43.8408768Z [00:03:26.550]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:43.8409298Z [00:03:26.550]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:43.8409911Z [00:03:26.550]➜  packagefile github.com/Mzack9999/goja_nodejs/require=/tmp/go-build3999932643/b828/_pkg_.a
2025-08-20T21:54:43.8410619Z [00:03:26.550]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/utils=/tmp/go-build3999932643/b836/_pkg_.a
2025-08-20T21:54:43.8411326Z [00:03:26.550]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:43.8411851Z [00:03:26.550]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:54:43.8412274Z [00:03:26.550]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:43.8412696Z [00:03:26.550]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:43.8413004Z [00:03:26.550]➜  EOF
2025-08-20T21:54:43.8415021Z [00:03:26.550]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b835/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/gojs=>github.com/projectdiscovery/nuclei/v3/pkg/js/gojs;$WORK/b835=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/gojs -lang=go1.24 -complete -installsuffix shared -buildid fzUjQB2KS_oHxG7m8ur0/fzUjQB2KS_oHxG7m8ur0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b835/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/gojs/gojs.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/gojs/set.go
2025-08-20T21:54:43.8457617Z [00:03:26.555]➜  go tool buildid -w $WORK/b829/_pkg_.a # internal
2025-08-20T21:54:43.8475199Z [00:03:26.557]➜  cp $WORK/b829/_pkg_.a /root/.cache/go-build/a9/a905e45b54ecd28e99163fe0034211536021d3017d4e05834b52af9b6e9b577e-d # internal
2025-08-20T21:54:43.8484067Z [00:03:26.558]➜  github.com/Mzack9999/goja_nodejs/console
2025-08-20T21:54:43.8484417Z [00:03:26.558]➜  mkdir -p $WORK/b827/
2025-08-20T21:54:43.8508820Z [00:03:26.558]➜  cat >/tmp/go-build3999932643/b827/importcfg << 'EOF' # internal
2025-08-20T21:54:43.8509213Z [00:03:26.558]➜  # import config
2025-08-20T21:54:43.8509621Z [00:03:26.558]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:43.8510224Z [00:03:26.558]➜  packagefile github.com/Mzack9999/goja_nodejs/require=/tmp/go-build3999932643/b828/_pkg_.a
2025-08-20T21:54:43.8510866Z [00:03:26.558]➜  packagefile github.com/Mzack9999/goja_nodejs/util=/tmp/go-build3999932643/b829/_pkg_.a
2025-08-20T21:54:43.8511855Z [00:03:26.558]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:43.8512258Z [00:03:26.558]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:43.8512557Z [00:03:26.558]➜  EOF
2025-08-20T21:54:43.8515195Z [00:03:26.559]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b827/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!mzack9999/goja_nodejs@v0.0.0-20250507184139-66bcbf65c883/console=>github.com/Mzack9999/goja_nodejs@v0.0.0-20250507184139-66bcbf65c883/console;$WORK/b827=>" -p github.com/Mzack9999/goja_nodejs/console -lang=go1.20 -complete -installsuffix shared -buildid g0A_-wq0knDMrny_mjil/g0A_-wq0knDMrny_mjil -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b827/importcfg -pack /root/go/pkg/mod/github.com/!mzack9999/goja_nodejs@v0.0.0-20250507184139-66bcbf65c883/console/module.go /root/go/pkg/mod/github.com/!mzack9999/goja_nodejs@v0.0.0-20250507184139-66bcbf65c883/console/std_printer.go
2025-08-20T21:54:43.9092173Z [00:03:26.618]➜  go tool buildid -w $WORK/b835/_pkg_.a # internal
2025-08-20T21:54:43.9128956Z [00:03:26.622]➜  cp $WORK/b835/_pkg_.a /root/.cache/go-build/8b/8b426fadbad9453319a3d113cc3f239a646b80c63a00f8d0f0a66856c576152d-d # internal
2025-08-20T21:54:43.9130087Z [00:03:26.622]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libbytes
2025-08-20T21:54:43.9130538Z [00:03:26.622]➜  mkdir -p $WORK/b834/
2025-08-20T21:54:43.9130924Z [00:03:26.622]➜  cat >/tmp/go-build3999932643/b834/importcfg << 'EOF' # internal
2025-08-20T21:54:43.9131385Z [00:03:26.622]➜  # import config
2025-08-20T21:54:43.9131869Z [00:03:26.622]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:43.9132528Z [00:03:26.622]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build3999932643/b835/_pkg_.a
2025-08-20T21:54:43.9133289Z [00:03:26.622]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/bytes=/tmp/go-build3999932643/b838/_pkg_.a
2025-08-20T21:54:43.9133780Z [00:03:26.622]➜  EOF
2025-08-20T21:54:43.9135966Z [00:03:26.622]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b834/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libbytes=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libbytes;$WORK/b834=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libbytes -lang=go1.24 -complete -installsuffix shared -buildid 8wCoYo0lGofn8hhmNW2r/8wCoYo0lGofn8hhmNW2r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b834/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libbytes/bytes.go
2025-08-20T21:54:43.9524872Z [00:03:26.661]➜  go tool buildid -w $WORK/b834/_pkg_.a # internal
2025-08-20T21:54:43.9535057Z [00:03:26.663]➜  cp $WORK/b834/_pkg_.a /root/.cache/go-build/1e/1e52c58a46d4cdbc0a01b7e087003dd66d807a098582a84518c316eeb239123a-d # internal
2025-08-20T21:54:43.9536160Z [00:03:26.663]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libikev2
2025-08-20T21:54:43.9541404Z [00:03:26.663]➜  mkdir -p $WORK/b897/
2025-08-20T21:54:43.9542382Z [00:03:26.663]➜  cat >/tmp/go-build3999932643/b897/importcfg << 'EOF' # internal
2025-08-20T21:54:43.9543538Z [00:03:26.663]➜  # import config
2025-08-20T21:54:43.9543961Z [00:03:26.663]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:43.9544632Z [00:03:26.663]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build3999932643/b835/_pkg_.a
2025-08-20T21:54:43.9545410Z [00:03:26.663]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ikev2=/tmp/go-build3999932643/b898/_pkg_.a
2025-08-20T21:54:43.9545887Z [00:03:26.663]➜  EOF
2025-08-20T21:54:43.9548531Z [00:03:26.663]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b897/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libikev2=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libikev2;$WORK/b897=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libikev2 -lang=go1.24 -complete -installsuffix shared -buildid E12P4D4XDDnocgOYZQ9y/E12P4D4XDDnocgOYZQ9y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b897/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libikev2/ikev2.go
2025-08-20T21:54:43.9591000Z [00:03:26.668]➜  go tool buildid -w $WORK/b827/_pkg_.a # internal
2025-08-20T21:54:43.9615048Z [00:03:26.671]➜  cp $WORK/b827/_pkg_.a /root/.cache/go-build/c9/c943dc30d2de988c99da14aabe1a85fc432a79542a7e2b9e4b7eb5ccaba18f91-d # internal
2025-08-20T21:54:43.9753254Z [00:03:26.685]➜  github.com/go-pg/pg/orm
2025-08-20T21:54:43.9760112Z [00:03:26.685]➜  mkdir -p $WORK/b1011/
2025-08-20T21:54:43.9771306Z [00:03:26.686]➜  cat >/tmp/go-build3999932643/b1011/importcfg << 'EOF' # internal
2025-08-20T21:54:43.9772039Z [00:03:26.686]➜  # import config
2025-08-20T21:54:43.9772944Z [00:03:26.686]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:43.9773489Z [00:03:26.686]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:43.9773918Z [00:03:26.686]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:43.9774379Z [00:03:26.686]➜  packagefile database/sql=/tmp/go-build3999932643/b837/_pkg_.a
2025-08-20T21:54:43.9774844Z [00:03:26.686]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:43.9775570Z [00:03:26.686]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:43.9776088Z [00:03:26.686]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:43.9776703Z [00:03:26.686]➜  packagefile github.com/go-pg/pg/internal=/tmp/go-build3999932643/b1009/_pkg_.a
2025-08-20T21:54:43.9777588Z [00:03:26.686]➜  packagefile github.com/go-pg/pg/internal/iszero=/tmp/go-build3999932643/b1012/_pkg_.a
2025-08-20T21:54:43.9778311Z [00:03:26.686]➜  packagefile github.com/go-pg/pg/internal/parser=/tmp/go-build3999932643/b1014/_pkg_.a
2025-08-20T21:54:43.9778964Z [00:03:26.686]➜  packagefile github.com/go-pg/pg/internal/struct_filter=/tmp/go-build3999932643/b1015/_pkg_.a
2025-08-20T21:54:43.9779595Z [00:03:26.686]➜  packagefile github.com/go-pg/pg/internal/tag=/tmp/go-build3999932643/b1016/_pkg_.a
2025-08-20T21:54:43.9780167Z [00:03:26.686]➜  packagefile github.com/go-pg/pg/types=/tmp/go-build3999932643/b1013/_pkg_.a
2025-08-20T21:54:43.9780733Z [00:03:26.686]➜  packagefile github.com/jinzhu/inflection=/tmp/go-build3999932643/b1017/_pkg_.a
2025-08-20T21:54:43.9781210Z [00:03:26.686]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:43.9781609Z [00:03:26.686]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:43.9782024Z [00:03:26.686]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:43.9782442Z [00:03:26.686]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:43.9782858Z [00:03:26.686]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:43.9783511Z [00:03:26.686]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:43.9783930Z [00:03:26.686]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:43.9784344Z [00:03:26.686]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:43.9784650Z [00:03:26.686]➜  EOF
2025-08-20T21:54:43.9805160Z [00:03:26.688]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1011/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm=>github.com/go-pg/pg@v8.0.7+incompatible/orm;$WORK/b1011=>" -p github.com/go-pg/pg/orm -lang=go1.16 -complete -installsuffix shared -buildid 5NdPMhmwXgBtevVxhDqS/5NdPMhmwXgBtevVxhDqS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1011/importcfg -pack /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/composite.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/composite_create.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/composite_drop.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/composite_parser.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/count_estimate.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/delete.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/field.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/format.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/hook.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/inflection.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/insert.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/join.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/model.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/model_discard.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/model_func.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/model_scan.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/model_slice.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/model_table.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/model_table_m2m.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/model_table_many.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/model_table_slice.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/model_table_struct.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/orm.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/query.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/relation.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/result.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/select.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/struct_filter.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/table.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/table_create.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/table_drop.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/table_params.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/tables.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/update.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/orm/util.go
2025-08-20T21:54:44.0224451Z [00:03:26.732]➜  go tool buildid -w $WORK/b897/_pkg_.a # internal
2025-08-20T21:54:44.0242101Z [00:03:26.733]➜  cp $WORK/b897/_pkg_.a /root/.cache/go-build/ce/ce8613a41b5e59242ad0947fa028ccb3744b8486650e2c0d18215014de3a76a6-d # internal
2025-08-20T21:54:44.0281917Z [00:03:26.737]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins/services/rdp
2025-08-20T21:54:44.0282894Z [00:03:26.737]➜  mkdir -p $WORK/b1026/
2025-08-20T21:54:44.0284979Z [00:03:26.738]➜  cat >/tmp/go-build3999932643/b1026/importcfg << 'EOF' # internal
2025-08-20T21:54:44.0286224Z [00:03:26.738]➜  # import config
2025-08-20T21:54:44.0286664Z [00:03:26.738]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:44.0287592Z [00:03:26.738]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:44.0288242Z [00:03:26.738]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:44.0288850Z [00:03:26.738]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build3999932643/b993/_pkg_.a
2025-08-20T21:54:44.0289660Z [00:03:26.738]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils=/tmp/go-build3999932643/b994/_pkg_.a
2025-08-20T21:54:44.0290277Z [00:03:26.738]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:44.0290703Z [00:03:26.738]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:44.0291130Z [00:03:26.738]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:44.0291549Z [00:03:26.738]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:44.0291857Z [00:03:26.738]➜  EOF
2025-08-20T21:54:44.0300426Z [00:03:26.739]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1026/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/rdp=>github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/rdp;$WORK/b1026=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins/services/rdp -lang=go1.21 -complete -installsuffix shared -buildid LQkUfs9dAw4emNOPkfzf/LQkUfs9dAw4emNOPkfzf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1026/importcfg -pack /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/rdp/rdp.go
2025-08-20T21:54:44.0918109Z [00:03:26.801]➜  go tool buildid -w $WORK/b1026/_pkg_.a # internal
2025-08-20T21:54:44.0931534Z [00:03:26.802]➜  cp $WORK/b1026/_pkg_.a /root/.cache/go-build/50/50ca651c57451bfd03d958ccb04d857a815f99587e307420fb1bca72d371b971-d # internal
2025-08-20T21:54:44.0951787Z [00:03:26.804]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins/services/redis
2025-08-20T21:54:44.0958713Z [00:03:26.805]➜  mkdir -p $WORK/b1029/
2025-08-20T21:54:44.0969092Z [00:03:26.806]➜  cat >/tmp/go-build3999932643/b1029/importcfg << 'EOF' # internal
2025-08-20T21:54:44.0969875Z [00:03:26.806]➜  # import config
2025-08-20T21:54:44.0970759Z [00:03:26.806]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:44.0971427Z [00:03:26.806]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build3999932643/b993/_pkg_.a
2025-08-20T21:54:44.0972541Z [00:03:26.806]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils=/tmp/go-build3999932643/b994/_pkg_.a
2025-08-20T21:54:44.0973344Z [00:03:26.806]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:44.0973833Z [00:03:26.806]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:44.0974146Z [00:03:26.806]➜  EOF
2025-08-20T21:54:44.0980891Z [00:03:26.807]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1029/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/redis=>github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/redis;$WORK/b1029=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins/services/redis -lang=go1.21 -complete -installsuffix shared -buildid dHhlkWF26yQWW0Bv96SH/dHhlkWF26yQWW0Bv96SH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1029/importcfg -pack /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/redis/redis.go
2025-08-20T21:54:44.1108398Z [00:03:26.820]➜  go tool buildid -w $WORK/b1021/_pkg_.a # internal
2025-08-20T21:54:44.1212331Z [00:03:26.830]➜  cp $WORK/b1021/_pkg_.a /root/.cache/go-build/1a/1a5002d88c93b7da703920e9580577c12e98cc701a817d7f54b2bceda6345666-d # internal
2025-08-20T21:54:44.1228335Z [00:03:26.832]➜  github.com/cespare/xxhash/v2
2025-08-20T21:54:44.1229598Z [00:03:26.832]➜  mkdir -p $WORK/b1031/
2025-08-20T21:54:44.1232490Z [00:03:26.833]➜  echo -n > $WORK/b1031/go_asm.h # internal
2025-08-20T21:54:44.1235978Z [00:03:26.833]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T21:54:44.1249623Z [00:03:26.833]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/cespare/xxhash/v2 -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b1031=>" -I $WORK/b1031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b1031/symabis ./xxhash_arm64.s
2025-08-20T21:54:44.1260350Z [00:03:26.835]➜  go tool buildid -w $WORK/b1029/_pkg_.a # internal
2025-08-20T21:54:44.1272734Z [00:03:26.837]➜  cat >/tmp/go-build3999932643/b1031/importcfg << 'EOF' # internal
2025-08-20T21:54:44.1273891Z [00:03:26.837]➜  # import config
2025-08-20T21:54:44.1275044Z [00:03:26.837]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:44.1275965Z [00:03:26.837]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:44.1276704Z [00:03:26.837]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:44.1277491Z [00:03:26.837]➜  EOF
2025-08-20T21:54:44.1283265Z [00:03:26.838]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:44.1286390Z [00:03:26.838]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1031/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b1031=>" -p github.com/cespare/xxhash/v2 -lang=go1.11 -installsuffix shared -buildid R0L0PSHpZmQQtsmBizg6/R0L0PSHpZmQQtsmBizg6 -goversion go1.25.0 -symabis $WORK/b1031/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1031/importcfg -pack -asmhdr $WORK/b1031/go_asm.h /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0/xxhash.go /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0/xxhash_asm.go /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0/xxhash_unsafe.go
2025-08-20T21:54:44.1296134Z [00:03:26.839]➜  cp $WORK/b1029/_pkg_.a /root/.cache/go-build/36/36e1e49c24d418ee7d3bfc849c2b71b1d20ba4d8ccd1853ecfd9599f81d93b65-d # internal
2025-08-20T21:54:44.1310870Z [00:03:26.840]➜  github.com/redis/go-redis/v9/internal/rand
2025-08-20T21:54:44.1313354Z [00:03:26.841]➜  mkdir -p $WORK/b1035/
2025-08-20T21:54:44.1315861Z [00:03:26.841]➜  cat >/tmp/go-build3999932643/b1035/importcfg << 'EOF' # internal
2025-08-20T21:54:44.1316808Z [00:03:26.841]➜  # import config
2025-08-20T21:54:44.1319128Z [00:03:26.841]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:44.1319885Z [00:03:26.841]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:44.1320481Z [00:03:26.841]➜  EOF
2025-08-20T21:54:44.1322988Z [00:03:26.841]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1035/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/rand=>github.com/redis/go-redis/v9@v9.11.0/internal/rand;$WORK/b1035=>" -p github.com/redis/go-redis/v9/internal/rand -lang=go1.18 -complete -installsuffix shared -buildid 44x6FeLGzcyLw2giBzvF/44x6FeLGzcyLw2giBzvF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1035/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/rand/rand.go
2025-08-20T21:54:44.1462867Z [00:03:26.856]➜  go tool buildid -w $WORK/b1035/_pkg_.a # internal
2025-08-20T21:54:44.1468875Z [00:03:26.856]➜  cp $WORK/b1035/_pkg_.a /root/.cache/go-build/26/260c2d3bc16af1b48e459cef34dfc9816ed4f643ae1176d829243d174c0c9a40-d # internal
2025-08-20T21:54:44.1488912Z [00:03:26.858]➜  github.com/redis/go-redis/v9/internal/util
2025-08-20T21:54:44.1489541Z [00:03:26.858]➜  mkdir -p $WORK/b1036/
2025-08-20T21:54:44.1490997Z [00:03:26.858]➜  cat >/tmp/go-build3999932643/b1036/importcfg << 'EOF' # internal
2025-08-20T21:54:44.1491779Z [00:03:26.858]➜  # import config
2025-08-20T21:54:44.1492388Z [00:03:26.858]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:44.1493120Z [00:03:26.858]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:44.1493834Z [00:03:26.858]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:44.1495231Z [00:03:26.858]➜  EOF
2025-08-20T21:54:44.1498653Z [00:03:26.859]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1036/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/util=>github.com/redis/go-redis/v9@v9.11.0/internal/util;$WORK/b1036=>" -p github.com/redis/go-redis/v9/internal/util -lang=go1.18 -complete -installsuffix shared -buildid RrhUBNm7D0G3woo2bPi8/RrhUBNm7D0G3woo2bPi8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1036/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/util/convert.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/util/strconv.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/util/type.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/util/unsafe.go
2025-08-20T21:54:44.1702442Z [00:03:26.880]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T21:54:44.1705057Z [00:03:26.880]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/cespare/xxhash/v2 -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b1031=>" -I $WORK/b1031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b1031/xxhash_arm64.o ./xxhash_arm64.s
2025-08-20T21:54:44.1758582Z [00:03:26.885]➜  go tool pack r $WORK/b1031/_pkg_.a $WORK/b1031/xxhash_arm64.o # internal
2025-08-20T21:54:44.1761651Z [00:03:26.885]➜  go tool buildid -w $WORK/b1031/_pkg_.a # internal
2025-08-20T21:54:44.1801684Z [00:03:26.886]➜  cp $WORK/b1031/_pkg_.a /root/.cache/go-build/2e/2ebcd9b81308f497c5e0b7005b7f554eab2910636c1cd3638a43c54dc2de8e55-d # internal
2025-08-20T21:54:44.1802453Z [00:03:26.886]➜  github.com/redis/go-redis/v9/internal/hashtag
2025-08-20T21:54:44.1802789Z [00:03:26.886]➜  mkdir -p $WORK/b1037/
2025-08-20T21:54:44.1803171Z [00:03:26.889]➜  cat >/tmp/go-build3999932643/b1037/importcfg << 'EOF' # internal
2025-08-20T21:54:44.1803525Z [00:03:26.889]➜  # import config
2025-08-20T21:54:44.1803999Z [00:03:26.889]➜  packagefile github.com/redis/go-redis/v9/internal/rand=/tmp/go-build3999932643/b1035/_pkg_.a
2025-08-20T21:54:44.1804548Z [00:03:26.889]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:44.1804870Z [00:03:26.889]➜  EOF
2025-08-20T21:54:44.1805138Z [00:03:26.889]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:44.1807841Z [00:03:26.889]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1037/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/hashtag=>github.com/redis/go-redis/v9@v9.11.0/internal/hashtag;$WORK/b1037=>" -p github.com/redis/go-redis/v9/internal/hashtag -lang=go1.18 -complete -installsuffix shared -buildid eGLuK9TQxJlO-Z-eJ_nK/eGLuK9TQxJlO-Z-eJ_nK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1037/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/hashtag/hashtag.go
2025-08-20T21:54:44.1843314Z [00:03:26.893]➜  go tool buildid -w $WORK/b1036/_pkg_.a # internal
2025-08-20T21:54:44.1852849Z [00:03:26.894]➜  cp $WORK/b1036/_pkg_.a /root/.cache/go-build/5f/5fe837fccdafa01336b8a6e6401b50feeaf20a229acd5be08de10d9f6eadf162-d # internal
2025-08-20T21:54:44.1871793Z [00:03:26.896]➜  github.com/redis/go-redis/v9/internal
2025-08-20T21:54:44.1872656Z [00:03:26.897]➜  mkdir -p $WORK/b1034/
2025-08-20T21:54:44.1880236Z [00:03:26.897]➜  cat >/tmp/go-build3999932643/b1034/importcfg << 'EOF' # internal
2025-08-20T21:54:44.1880623Z [00:03:26.897]➜  # import config
2025-08-20T21:54:44.1881007Z [00:03:26.897]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:44.1881430Z [00:03:26.897]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:44.1881988Z [00:03:26.897]➜  packagefile github.com/redis/go-redis/v9/internal/rand=/tmp/go-build3999932643/b1035/_pkg_.a
2025-08-20T21:54:44.1882655Z [00:03:26.897]➜  packagefile github.com/redis/go-redis/v9/internal/util=/tmp/go-build3999932643/b1036/_pkg_.a
2025-08-20T21:54:44.1883178Z [00:03:26.897]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:44.1883905Z [00:03:26.897]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:44.1884467Z [00:03:26.897]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:44.1884884Z [00:03:26.897]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:44.1885310Z [00:03:26.897]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:44.1885735Z [00:03:26.897]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:44.1886173Z [00:03:26.897]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:44.1886609Z [00:03:26.897]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:44.1886914Z [00:03:26.897]➜  EOF
2025-08-20T21:54:44.1890073Z [00:03:26.897]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1034/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal=>github.com/redis/go-redis/v9@v9.11.0/internal;$WORK/b1034=>" -p github.com/redis/go-redis/v9/internal -lang=go1.18 -complete -installsuffix shared -buildid 1lkNvwbgWxmogRRm6H-k/1lkNvwbgWxmogRRm6H-k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1034/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/arg.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/internal.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/log.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/once.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/util.go
2025-08-20T21:54:44.1997066Z [00:03:26.909]➜  go tool buildid -w $WORK/b1037/_pkg_.a # internal
2025-08-20T21:54:44.2002383Z [00:03:26.910]➜  cp $WORK/b1037/_pkg_.a /root/.cache/go-build/ee/eec872c8838e225b1b03de74036646c8d6e6f9016ed1ce4d725edd664894a382-d # internal
2025-08-20T21:54:44.2011873Z [00:03:26.910]➜  github.com/redis/go-redis/v9/internal/hscan
2025-08-20T21:54:44.2012672Z [00:03:26.911]➜  mkdir -p $WORK/b1038/
2025-08-20T21:54:44.2017947Z [00:03:26.911]➜  cat >/tmp/go-build3999932643/b1038/importcfg << 'EOF' # internal
2025-08-20T21:54:44.2018355Z [00:03:26.911]➜  # import config
2025-08-20T21:54:44.2018727Z [00:03:26.911]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:54:44.2019162Z [00:03:26.911]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:44.2019584Z [00:03:26.911]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:44.2020367Z [00:03:26.911]➜  packagefile github.com/redis/go-redis/v9/internal/util=/tmp/go-build3999932643/b1036/_pkg_.a
2025-08-20T21:54:44.2021086Z [00:03:26.911]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:44.2021571Z [00:03:26.911]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:44.2022000Z [00:03:26.911]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:44.2022421Z [00:03:26.911]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:44.2022735Z [00:03:26.911]➜  EOF
2025-08-20T21:54:44.2025048Z [00:03:26.912]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1038/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/hscan=>github.com/redis/go-redis/v9@v9.11.0/internal/hscan;$WORK/b1038=>" -p github.com/redis/go-redis/v9/internal/hscan -lang=go1.18 -complete -installsuffix shared -buildid UdwEeMgNN1K6DLPaILuc/UdwEeMgNN1K6DLPaILuc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1038/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/hscan/hscan.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/hscan/structmap.go
2025-08-20T21:54:44.2301623Z [00:03:26.939]➜  go tool buildid -w $WORK/b1034/_pkg_.a # internal
2025-08-20T21:54:44.2316563Z [00:03:26.941]➜  cp $WORK/b1034/_pkg_.a /root/.cache/go-build/a2/a2ece02af7a8da4c98754d24e9aba2bd0553f92680d8fbc6f3b051568c5992a7-d # internal
2025-08-20T21:54:44.2335247Z [00:03:26.943]➜  github.com/redis/go-redis/v9/internal/proto
2025-08-20T21:54:44.2336156Z [00:03:26.943]➜  mkdir -p $WORK/b1040/
2025-08-20T21:54:44.2336698Z [00:03:26.943]➜  cat >/tmp/go-build3999932643/b1040/importcfg << 'EOF' # internal
2025-08-20T21:54:44.2346935Z [00:03:26.943]➜  # import config
2025-08-20T21:54:44.2347317Z [00:03:26.943]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:44.2349652Z [00:03:26.943]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:54:44.2350105Z [00:03:26.943]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:44.2350519Z [00:03:26.943]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:44.2351075Z [00:03:26.943]➜  packagefile github.com/redis/go-redis/v9/internal/util=/tmp/go-build3999932643/b1036/_pkg_.a
2025-08-20T21:54:44.2351600Z [00:03:26.943]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:44.2352003Z [00:03:26.943]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:44.2352424Z [00:03:26.943]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:44.2352850Z [00:03:26.943]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:44.2353270Z [00:03:26.943]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:44.2353691Z [00:03:26.943]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:44.2354114Z [00:03:26.943]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:44.2354418Z [00:03:26.943]➜  EOF
2025-08-20T21:54:44.2356999Z [00:03:26.943]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1040/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/proto=>github.com/redis/go-redis/v9@v9.11.0/internal/proto;$WORK/b1040=>" -p github.com/redis/go-redis/v9/internal/proto -lang=go1.18 -complete -installsuffix shared -buildid erSt0yLhSp__4EsvvpsU/erSt0yLhSp__4EsvvpsU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1040/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/proto/reader.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/proto/scan.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/proto/writer.go
2025-08-20T21:54:44.3525099Z [00:03:27.062]➜  go tool buildid -w $WORK/b1038/_pkg_.a # internal
2025-08-20T21:54:44.3552271Z [00:03:27.064]➜  cp $WORK/b1038/_pkg_.a /root/.cache/go-build/e2/e2eb735b37867c9e0634ea39775901be13b9dd2104c8ef7e6a7a11ae8f8922ec-d # internal
2025-08-20T21:54:44.3582151Z [00:03:27.067]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins/services/rsync
2025-08-20T21:54:44.3583285Z [00:03:27.067]➜  mkdir -p $WORK/b1043/
2025-08-20T21:54:44.3606518Z [00:03:27.070]➜  cat >/tmp/go-build3999932643/b1043/importcfg << 'EOF' # internal
2025-08-20T21:54:44.3607269Z [00:03:27.070]➜  # import config
2025-08-20T21:54:44.3608076Z [00:03:27.070]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build3999932643/b993/_pkg_.a
2025-08-20T21:54:44.3609797Z [00:03:27.070]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils=/tmp/go-build3999932643/b994/_pkg_.a
2025-08-20T21:54:44.3610471Z [00:03:27.070]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:44.3610892Z [00:03:27.070]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:44.3611310Z [00:03:27.070]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:44.3611619Z [00:03:27.070]➜  EOF
2025-08-20T21:54:44.3614006Z [00:03:27.070]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1043/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/rsync=>github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/rsync;$WORK/b1043=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins/services/rsync -lang=go1.21 -complete -installsuffix shared -buildid Y23vc8K9FBi7u_BVGda-/Y23vc8K9FBi7u_BVGda- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1043/importcfg -pack /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/rsync/rsync.go
2025-08-20T21:54:44.3616422Z [00:03:27.070]➜  go tool buildid -w $WORK/b1040/_pkg_.a # internal
2025-08-20T21:54:44.3617265Z [00:03:27.070]➜  cp $WORK/b1040/_pkg_.a /root/.cache/go-build/8e/8e20490487b620f6f2bc771c88c44ff8113b577d0d2fe8d42760eba86a6a0ef7-d # internal
2025-08-20T21:54:44.3644716Z [00:03:27.074]➜  github.com/redis/go-redis/v9/internal/pool
2025-08-20T21:54:44.3651944Z [00:03:27.074]➜  mkdir -p $WORK/b1039/
2025-08-20T21:54:44.3652400Z [00:03:27.074]➜  cat >/tmp/go-build3999932643/b1039/importcfg << 'EOF' # internal
2025-08-20T21:54:44.3652767Z [00:03:27.074]➜  # import config
2025-08-20T21:54:44.3653109Z [00:03:27.074]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:44.3653537Z [00:03:27.074]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:44.3653963Z [00:03:27.074]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:44.3654385Z [00:03:27.074]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:44.3654913Z [00:03:27.074]➜  packagefile github.com/redis/go-redis/v9/internal=/tmp/go-build3999932643/b1034/_pkg_.a
2025-08-20T21:54:44.3655574Z [00:03:27.074]➜  packagefile github.com/redis/go-redis/v9/internal/proto=/tmp/go-build3999932643/b1040/_pkg_.a
2025-08-20T21:54:44.3656096Z [00:03:27.074]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:44.3656499Z [00:03:27.074]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:44.3656902Z [00:03:27.074]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:44.3657471Z [00:03:27.074]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:44.3657999Z [00:03:27.074]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:44.3658421Z [00:03:27.074]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:44.3658724Z [00:03:27.074]➜  EOF
2025-08-20T21:54:44.3662197Z [00:03:27.074]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1039/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/pool=>github.com/redis/go-redis/v9@v9.11.0/internal/pool;$WORK/b1039=>" -p github.com/redis/go-redis/v9/internal/pool -lang=go1.18 -complete -installsuffix shared -buildid EumM4yakJaqJo7yZVW6b/EumM4yakJaqJo7yZVW6b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1039/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/pool/conn.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/pool/conn_check.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/pool/pool.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/pool/pool_single.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/pool/pool_sticky.go
2025-08-20T21:54:44.3790678Z [00:03:27.088]➜  go tool buildid -w $WORK/b1043/_pkg_.a # internal
2025-08-20T21:54:44.3795908Z [00:03:27.089]➜  cp $WORK/b1043/_pkg_.a /root/.cache/go-build/ab/ab4910bb7a1463606fa5b7cbd305918f6e1cca520b0907dc2556bce2d5b29588-d # internal
2025-08-20T21:54:44.3806758Z [00:03:27.090]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins/services/smb
2025-08-20T21:54:44.3814353Z [00:03:27.090]➜  mkdir -p $WORK/b1046/
2025-08-20T21:54:44.3814759Z [00:03:27.090]➜  cat >/tmp/go-build3999932643/b1046/importcfg << 'EOF' # internal
2025-08-20T21:54:44.3815127Z [00:03:27.090]➜  # import config
2025-08-20T21:54:44.3815468Z [00:03:27.090]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:44.3815923Z [00:03:27.090]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:44.3816382Z [00:03:27.090]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:44.3816795Z [00:03:27.090]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:44.3817490Z [00:03:27.090]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build3999932643/b993/_pkg_.a
2025-08-20T21:54:44.3818605Z [00:03:27.090]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils=/tmp/go-build3999932643/b994/_pkg_.a
2025-08-20T21:54:44.3819427Z [00:03:27.090]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:44.3819841Z [00:03:27.090]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:44.3820275Z [00:03:27.090]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:44.3820691Z [00:03:27.090]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:44.3820994Z [00:03:27.090]➜  EOF
2025-08-20T21:54:44.3823350Z [00:03:27.090]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1046/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/smb=>github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/smb;$WORK/b1046=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins/services/smb -lang=go1.21 -complete -installsuffix shared -buildid 8taFnvMtt4S_UDfTwAb5/8taFnvMtt4S_UDfTwAb5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1046/importcfg -pack /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/smb/smb.go
2025-08-20T21:54:44.4496886Z [00:03:27.159]➜  go tool buildid -w $WORK/b1046/_pkg_.a # internal
2025-08-20T21:54:44.4510279Z [00:03:27.159]➜  cp $WORK/b1046/_pkg_.a /root/.cache/go-build/cb/cbcc41b8bf0cac79ab2f0580df23647a0d51adc07aaf96665adbb0f4f126c70e-d # internal
2025-08-20T21:54:44.4552877Z [00:03:27.164]➜  github.com/projectdiscovery/go-smb2/internal/crypto/ccm
2025-08-20T21:54:44.4555975Z [00:03:27.164]➜  mkdir -p $WORK/b1048/
2025-08-20T21:54:44.4560839Z [00:03:27.165]➜  cat >/tmp/go-build3999932643/b1048/importcfg << 'EOF' # internal
2025-08-20T21:54:44.4561710Z [00:03:27.165]➜  # import config
2025-08-20T21:54:44.4562593Z [00:03:27.165]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:44.4563093Z [00:03:27.165]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:44.4563564Z [00:03:27.165]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:44.4563892Z [00:03:27.165]➜  EOF
2025-08-20T21:54:44.4567724Z [00:03:27.165]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1048/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/crypto/ccm=>github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/crypto/ccm;$WORK/b1048=>" -p github.com/projectdiscovery/go-smb2/internal/crypto/ccm -lang=go1.21 -complete -installsuffix shared -buildid 2uTgNUVlo4_1_W_9-QYf/2uTgNUVlo4_1_W_9-QYf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1048/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/crypto/ccm/cbc_mac.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/crypto/ccm/ccm.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/crypto/ccm/util.go
2025-08-20T21:54:44.4637064Z [00:03:27.173]➜  go tool buildid -w $WORK/b1039/_pkg_.a # internal
2025-08-20T21:54:44.4654585Z [00:03:27.175]➜  cp $WORK/b1039/_pkg_.a /root/.cache/go-build/d5/d5c0de7b0369c885a21f89060f576f213a34833e9a280ab67a7dd03ca330b5ad-d # internal
2025-08-20T21:54:44.4856131Z [00:03:27.195]➜  go tool buildid -w $WORK/b1048/_pkg_.a # internal
2025-08-20T21:54:44.4865092Z [00:03:27.196]➜  cp $WORK/b1048/_pkg_.a /root/.cache/go-build/5a/5a499309722abfe2ba70740594ade36c2af69028ef3646292354c9822ae1d226-d # internal
2025-08-20T21:54:44.4865914Z [00:03:27.196]➜  github.com/projectdiscovery/go-smb2/internal/crypto/cmac
2025-08-20T21:54:44.4866692Z [00:03:27.196]➜  mkdir -p $WORK/b1049/
2025-08-20T21:54:44.4873634Z [00:03:27.197]➜  cat >/tmp/go-build3999932643/b1049/importcfg << 'EOF' # internal
2025-08-20T21:54:44.4874115Z [00:03:27.197]➜  # import config
2025-08-20T21:54:44.4874494Z [00:03:27.197]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:44.4875225Z [00:03:27.197]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:44.4875674Z [00:03:27.197]➜  EOF
2025-08-20T21:54:44.4878377Z [00:03:27.197]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1049/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/crypto/cmac=>github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/crypto/cmac;$WORK/b1049=>" -p github.com/projectdiscovery/go-smb2/internal/crypto/cmac -lang=go1.21 -complete -installsuffix shared -buildid wg_ZjnkUlFY2hzRjNKVG/wg_ZjnkUlFY2hzRjNKVG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1049/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/crypto/cmac/cmac.go
2025-08-20T21:54:44.4895634Z [00:03:27.198]➜  github.com/redis/go-redis/v9
2025-08-20T21:54:44.4896151Z [00:03:27.198]➜  mkdir -p $WORK/b1030/
2025-08-20T21:54:44.4896563Z [00:03:27.199]➜  cat >/tmp/go-build3999932643/b1030/importcfg << 'EOF' # internal
2025-08-20T21:54:44.4897649Z [00:03:27.199]➜  # import config
2025-08-20T21:54:44.4898375Z [00:03:27.199]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:44.4899222Z [00:03:27.199]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:44.4900018Z [00:03:27.199]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:44.4900921Z [00:03:27.199]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:44.4901759Z [00:03:27.199]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:54:44.4902764Z [00:03:27.199]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:44.4903691Z [00:03:27.199]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:44.4904520Z [00:03:27.199]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:44.4905253Z [00:03:27.199]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:44.4906386Z [00:03:27.199]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build3999932643/b1031/_pkg_.a
2025-08-20T21:54:44.4907237Z [00:03:27.199]➜  packagefile github.com/dgryski/go-rendezvous=/tmp/go-build3999932643/b1032/_pkg_.a
2025-08-20T21:54:44.4910121Z [00:03:27.199]➜  packagefile github.com/redis/go-redis/v9/auth=/tmp/go-build3999932643/b1033/_pkg_.a
2025-08-20T21:54:44.4910850Z [00:03:27.199]➜  packagefile github.com/redis/go-redis/v9/internal=/tmp/go-build3999932643/b1034/_pkg_.a
2025-08-20T21:54:44.4911533Z [00:03:27.199]➜  packagefile github.com/redis/go-redis/v9/internal/hashtag=/tmp/go-build3999932643/b1037/_pkg_.a
2025-08-20T21:54:44.4912221Z [00:03:27.199]➜  packagefile github.com/redis/go-redis/v9/internal/hscan=/tmp/go-build3999932643/b1038/_pkg_.a
2025-08-20T21:54:44.4912891Z [00:03:27.199]➜  packagefile github.com/redis/go-redis/v9/internal/pool=/tmp/go-build3999932643/b1039/_pkg_.a
2025-08-20T21:54:44.4913733Z [00:03:27.199]➜  packagefile github.com/redis/go-redis/v9/internal/proto=/tmp/go-build3999932643/b1040/_pkg_.a
2025-08-20T21:54:44.4914415Z [00:03:27.199]➜  packagefile github.com/redis/go-redis/v9/internal/rand=/tmp/go-build3999932643/b1035/_pkg_.a
2025-08-20T21:54:44.4915080Z [00:03:27.199]➜  packagefile github.com/redis/go-redis/v9/internal/util=/tmp/go-build3999932643/b1036/_pkg_.a
2025-08-20T21:54:44.4915605Z [00:03:27.199]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:44.4916009Z [00:03:27.199]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:44.4916413Z [00:03:27.199]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:44.4916820Z [00:03:27.199]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:44.4917250Z [00:03:27.199]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:44.4929180Z [00:03:27.199]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:44.4929648Z [00:03:27.199]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:44.4930368Z [00:03:27.199]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:44.4930789Z [00:03:27.199]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:44.4931214Z [00:03:27.199]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:44.4931635Z [00:03:27.199]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:44.4932066Z [00:03:27.199]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:44.4932495Z [00:03:27.199]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:44.4932802Z [00:03:27.199]➜  EOF
2025-08-20T21:54:44.4943757Z [00:03:27.199]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1030/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0=>github.com/redis/go-redis/v9@v9.11.0;$WORK/b1030=>" -p github.com/redis/go-redis/v9 -lang=go1.18 -complete -installsuffix shared -buildid fto14nVQBPGqPdczD2B2/fto14nVQBPGqPdczD2B2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1030/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/acl_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/bitmap_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/cluster_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/command.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/doc.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/error.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/generic_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/geo_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/hash_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/hyperloglog_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/iterator.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/json.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/list_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/options.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/osscluster.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/osscluster_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/pipeline.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/probabilistic.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/pubsub.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/pubsub_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/redis.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/result.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/ring.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/script.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/scripting_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/search_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/sentinel.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/set_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/sortedset_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/stream_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/string_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/timeseries_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/tx.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/universal.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/vectorset_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/version.go
2025-08-20T21:54:44.5143024Z [00:03:27.223]➜  go tool buildid -w $WORK/b1049/_pkg_.a # internal
2025-08-20T21:54:44.5157534Z [00:03:27.224]➜  cp $WORK/b1049/_pkg_.a /root/.cache/go-build/ec/ec2470768a28e5f4e0ce58f7d8a57c99b5eba6f24a041b3495a5274312003e47-d # internal
2025-08-20T21:54:44.5158263Z [00:03:27.224]➜  github.com/projectdiscovery/go-smb2/internal/utf16le
2025-08-20T21:54:44.5158636Z [00:03:27.224]➜  mkdir -p $WORK/b1052/
2025-08-20T21:54:44.5159285Z [00:03:27.225]➜  cat >/tmp/go-build3999932643/b1052/importcfg << 'EOF' # internal
2025-08-20T21:54:44.5160344Z [00:03:27.225]➜  # import config
2025-08-20T21:54:44.5161301Z [00:03:27.225]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:44.5169196Z [00:03:27.225]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:54:44.5169566Z [00:03:27.225]➜  EOF
2025-08-20T21:54:44.5172086Z [00:03:27.225]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1052/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/utf16le=>github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/utf16le;$WORK/b1052=>" -p github.com/projectdiscovery/go-smb2/internal/utf16le -lang=go1.21 -complete -installsuffix shared -buildid Y_14EQuHpg2nciG6ZCqJ/Y_14EQuHpg2nciG6ZCqJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1052/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/utf16le/utf16le.go
2025-08-20T21:54:44.5313851Z [00:03:27.241]➜  go tool buildid -w $WORK/b842/_pkg_.a # internal
2025-08-20T21:54:44.5411632Z [00:03:27.250]➜  go tool buildid -w $WORK/b1052/_pkg_.a # internal
2025-08-20T21:54:44.5415914Z [00:03:27.251]➜  cp $WORK/b1052/_pkg_.a /root/.cache/go-build/f9/f9cabf337e281f44741d2aba0aba6c00a9e185d0af02463b65827c90f43e16da-d # internal
2025-08-20T21:54:44.5419934Z [00:03:27.251]➜  github.com/projectdiscovery/go-smb2/internal/msrpc
2025-08-20T21:54:44.5422311Z [00:03:27.251]➜  mkdir -p $WORK/b1051/
2025-08-20T21:54:44.5430956Z [00:03:27.252]➜  cat >/tmp/go-build3999932643/b1051/importcfg << 'EOF' # internal
2025-08-20T21:54:44.5431654Z [00:03:27.252]➜  # import config
2025-08-20T21:54:44.5432264Z [00:03:27.252]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:44.5438845Z [00:03:27.252]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:44.5439855Z [00:03:27.252]➜  packagefile github.com/projectdiscovery/go-smb2/internal/utf16le=/tmp/go-build3999932643/b1052/_pkg_.a
2025-08-20T21:54:44.5440874Z [00:03:27.252]➜  EOF
2025-08-20T21:54:44.5443956Z [00:03:27.252]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1051/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/msrpc=>github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/msrpc;$WORK/b1051=>" -p github.com/projectdiscovery/go-smb2/internal/msrpc -lang=go1.21 -complete -installsuffix shared -buildid bdKb7-TbP4evPdbCf1Xh/bdKb7-TbP4evPdbCf1Xh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1051/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/msrpc/msrpc.go
2025-08-20T21:54:44.5599087Z [00:03:27.269]➜  cp $WORK/b842/_pkg_.a /root/.cache/go-build/ac/ac4c773680aa768fe1d424a7296014e4826871214ab6dc282a15d6fb5ec2df32-d # internal
2025-08-20T21:54:44.5607691Z [00:03:27.270]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/fs
2025-08-20T21:54:44.5609302Z [00:03:27.270]➜  mkdir -p $WORK/b841/
2025-08-20T21:54:44.5609700Z [00:03:27.270]➜  cat >/tmp/go-build3999932643/b841/importcfg << 'EOF' # internal
2025-08-20T21:54:44.5610060Z [00:03:27.270]➜  # import config
2025-08-20T21:54:44.5610407Z [00:03:27.270]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:44.5611120Z [00:03:27.270]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:54:44.5611768Z [00:03:27.270]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:44.5612069Z [00:03:27.270]➜  EOF
2025-08-20T21:54:44.5613943Z [00:03:27.270]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b841/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/fs=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/fs;$WORK/b841=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/fs -lang=go1.24 -complete -installsuffix shared -buildid XbthV09JB3rjQyy4SVTn/XbthV09JB3rjQyy4SVTn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b841/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/fs/fs.go
2025-08-20T21:54:44.5961512Z [00:03:27.305]➜  go tool buildid -w $WORK/b1051/_pkg_.a # internal
2025-08-20T21:54:44.5968782Z [00:03:27.306]➜  cp $WORK/b1051/_pkg_.a /root/.cache/go-build/b0/b010c378588f19c745841822222fcff78de11ea7c86aab94507bbb2e72b113e7-d # internal
2025-08-20T21:54:44.5976045Z [00:03:27.307]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/kerberos
2025-08-20T21:54:44.5977152Z [00:03:27.307]➜  mkdir -p $WORK/b932/
2025-08-20T21:54:44.5978051Z [00:03:27.307]➜  cat >/tmp/go-build3999932643/b932/importcfg << 'EOF' # internal
2025-08-20T21:54:44.5978612Z [00:03:27.307]➜  # import config
2025-08-20T21:54:44.5979557Z [00:03:27.307]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:44.5980207Z [00:03:27.307]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:44.5980948Z [00:03:27.307]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:44.5981894Z [00:03:27.307]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:44.5982899Z [00:03:27.307]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:44.5983806Z [00:03:27.307]➜  packagefile github.com/jcmturner/gokrb5/v8/client=/tmp/go-build3999932643/b933/_pkg_.a
2025-08-20T21:54:44.5984919Z [00:03:27.307]➜  packagefile github.com/jcmturner/gokrb5/v8/config=/tmp/go-build3999932643/b934/_pkg_.a
2025-08-20T21:54:44.5986140Z [00:03:27.307]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/errorcode=/tmp/go-build3999932643/b959/_pkg_.a
2025-08-20T21:54:44.5987161Z [00:03:27.307]➜  packagefile github.com/jcmturner/gokrb5/v8/messages=/tmp/go-build3999932643/b964/_pkg_.a
2025-08-20T21:54:44.5988358Z [00:03:27.307]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/utils=/tmp/go-build3999932643/b836/_pkg_.a
2025-08-20T21:54:44.5989705Z [00:03:27.307]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:54:44.5991586Z [00:03:27.307]➜  packagefile github.com/projectdiscovery/utils/conversion=/tmp/go-build3999932643/b230/_pkg_.a
2025-08-20T21:54:44.5992199Z [00:03:27.307]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:44.5992611Z [00:03:27.307]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:44.5993034Z [00:03:27.307]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:44.5993452Z [00:03:27.307]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:44.5993752Z [00:03:27.307]➜  EOF
2025-08-20T21:54:44.5996044Z [00:03:27.307]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b932/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/kerberos=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/kerberos;$WORK/b932=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/kerberos -lang=go1.24 -complete -installsuffix shared -buildid qFJ6jcQzpgA3ppCCgqVz/qFJ6jcQzpgA3ppCCgqVz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b932/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/kerberos/kerberosx.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/kerberos/sendtokdc.go
2025-08-20T21:54:44.6144651Z [00:03:27.324]➜  go tool buildid -w $WORK/b841/_pkg_.a # internal
2025-08-20T21:54:44.6150549Z [00:03:27.324]➜  cp $WORK/b841/_pkg_.a /root/.cache/go-build/b2/b294cc902b6d96ee9f02e72212db40be995fd3a858b166f2620e2dfcac575a1e-d # internal
2025-08-20T21:54:44.6156269Z [00:03:27.325]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libfs
2025-08-20T21:54:44.6157597Z [00:03:27.325]➜  mkdir -p $WORK/b840/
2025-08-20T21:54:44.6161694Z [00:03:27.326]➜  cat >/tmp/go-build3999932643/b840/importcfg << 'EOF' # internal
2025-08-20T21:54:44.6163143Z [00:03:27.326]➜  # import config
2025-08-20T21:54:44.6165790Z [00:03:27.326]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:44.6166820Z [00:03:27.326]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build3999932643/b835/_pkg_.a
2025-08-20T21:54:44.6168169Z [00:03:27.326]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/fs=/tmp/go-build3999932643/b841/_pkg_.a
2025-08-20T21:54:44.6169283Z [00:03:27.326]➜  EOF
2025-08-20T21:54:44.6171656Z [00:03:27.326]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b840/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libfs=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libfs;$WORK/b840=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libfs -lang=go1.24 -complete -installsuffix shared -buildid C2vefrhwRsDDgbxqbD01/C2vefrhwRsDDgbxqbD01 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b840/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libfs/fs.go
2025-08-20T21:54:44.6631153Z [00:03:27.372]➜  go tool buildid -w $WORK/b840/_pkg_.a # internal
2025-08-20T21:54:44.6648516Z [00:03:27.374]➜  cp $WORK/b840/_pkg_.a /root/.cache/go-build/43/4348b7d751624f7a24c2e4e8bd5a1b1be4750eafd302627a4ad7918eb73e6672-d # internal
2025-08-20T21:54:44.6649545Z [00:03:27.374]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ldap
2025-08-20T21:54:44.6654832Z [00:03:27.374]➜  mkdir -p $WORK/b971/
2025-08-20T21:54:44.6655354Z [00:03:27.375]➜  cat >/tmp/go-build3999932643/b971/importcfg << 'EOF' # internal
2025-08-20T21:54:44.6656005Z [00:03:27.375]➜  # import config
2025-08-20T21:54:44.6656408Z [00:03:27.375]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:44.6656856Z [00:03:27.375]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:44.6657287Z [00:03:27.375]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:44.6658019Z [00:03:27.375]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:44.6658586Z [00:03:27.375]➜  packagefile github.com/go-ldap/ldap/v3=/tmp/go-build3999932643/b972/_pkg_.a
2025-08-20T21:54:44.6659247Z [00:03:27.375]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/utils=/tmp/go-build3999932643/b836/_pkg_.a
2025-08-20T21:54:44.6660228Z [00:03:27.375]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:54:44.6660949Z [00:03:27.375]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:44.6661367Z [00:03:27.375]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:44.6661786Z [00:03:27.375]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:44.6662210Z [00:03:27.375]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:44.6662624Z [00:03:27.375]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:44.6663133Z [00:03:27.375]➜  EOF
2025-08-20T21:54:44.6671561Z [00:03:27.376]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b971/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/ldap=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ldap;$WORK/b971=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ldap -lang=go1.24 -complete -installsuffix shared -buildid WeAIKkXKCrQ38fncfIq4/WeAIKkXKCrQ38fncfIq4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b971/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/ldap/adenum.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/ldap/ldap.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/ldap/utils.go
2025-08-20T21:54:44.6782801Z [00:03:27.388]➜  go tool buildid -w $WORK/b1011/_pkg_.a # internal
2025-08-20T21:54:44.6923403Z [00:03:27.402]➜  cp $WORK/b1011/_pkg_.a /root/.cache/go-build/cf/cffbe4cf5a3384ff50b8e6a8c6e7a8bb6a21c95169a3847d7602e849a4ed3cae-d # internal
2025-08-20T21:54:44.6928103Z [00:03:27.402]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/mssql
2025-08-20T21:54:44.6941684Z [00:03:27.403]➜  mkdir -p $WORK/b976/
2025-08-20T21:54:44.6943419Z [00:03:27.404]➜  cat >/tmp/go-build3999932643/b976/importcfg << 'EOF' # internal
2025-08-20T21:54:44.6944604Z [00:03:27.404]➜  # import config
2025-08-20T21:54:44.6945248Z [00:03:27.404]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:44.6946255Z [00:03:27.404]➜  packagefile database/sql=/tmp/go-build3999932643/b837/_pkg_.a
2025-08-20T21:54:44.6946940Z [00:03:27.404]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:44.6947887Z [00:03:27.404]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:44.6948728Z [00:03:27.404]➜  packagefile github.com/microsoft/go-mssqldb=/tmp/go-build3999932643/b977/_pkg_.a
2025-08-20T21:54:44.6950262Z [00:03:27.404]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/mssql=/tmp/go-build3999932643/b992/_pkg_.a
2025-08-20T21:54:44.6952245Z [00:03:27.404]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/utils=/tmp/go-build3999932643/b836/_pkg_.a
2025-08-20T21:54:44.6953132Z [00:03:27.404]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:54:44.6953793Z [00:03:27.404]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:44.6954227Z [00:03:27.404]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:44.6954657Z [00:03:27.404]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:44.6955334Z [00:03:27.404]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:44.6955733Z [00:03:27.404]➜  EOF
2025-08-20T21:54:44.6958086Z [00:03:27.404]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b976/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/mssql=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/mssql;$WORK/b976=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/mssql -lang=go1.24 -complete -installsuffix shared -buildid JO5Wr0SknG9dHw74pI-Z/JO5Wr0SknG9dHw74pI-Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b976/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/mssql/memo.mssql.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/mssql/mssql.go
2025-08-20T21:54:45.1513649Z [00:03:27.860]➜  go tool buildid -w $WORK/b932/_pkg_.a # internal
2025-08-20T21:54:45.1652945Z [00:03:27.874]➜  cp $WORK/b932/_pkg_.a /root/.cache/go-build/b6/b6175d73a8a48adb74402fc76d30b7910bad52edb943ec3d2693fea149b2e5de-d # internal
2025-08-20T21:54:45.1662807Z [00:03:27.875]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libkerberos
2025-08-20T21:54:45.1666732Z [00:03:27.876]➜  mkdir -p $WORK/b931/
2025-08-20T21:54:45.1668689Z [00:03:27.876]➜  cat >/tmp/go-build3999932643/b931/importcfg << 'EOF' # internal
2025-08-20T21:54:45.1669537Z [00:03:27.876]➜  # import config
2025-08-20T21:54:45.1670128Z [00:03:27.876]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:45.1671262Z [00:03:27.876]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build3999932643/b835/_pkg_.a
2025-08-20T21:54:45.1689213Z [00:03:27.876]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/kerberos=/tmp/go-build3999932643/b932/_pkg_.a
2025-08-20T21:54:45.1690064Z [00:03:27.876]➜  EOF
2025-08-20T21:54:45.1692772Z [00:03:27.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b931/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libkerberos=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libkerberos;$WORK/b931=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libkerberos -lang=go1.24 -complete -installsuffix shared -buildid 9BmXDEGu2nysKxkPOlbB/9BmXDEGu2nysKxkPOlbB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b931/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libkerberos/kerberos.go
2025-08-20T21:54:45.1769938Z [00:03:27.886]➜  go tool buildid -w $WORK/b976/_pkg_.a # internal
2025-08-20T21:54:45.1826737Z [00:03:27.892]➜  cp $WORK/b976/_pkg_.a /root/.cache/go-build/b5/b58dbd7ea16de5fff7b829d0a9de502726457a30ba8e2b909287c81850b824ae-d # internal
2025-08-20T21:54:45.1829230Z [00:03:27.892]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libmssql
2025-08-20T21:54:45.1831785Z [00:03:27.892]➜  mkdir -p $WORK/b975/
2025-08-20T21:54:45.1832187Z [00:03:27.892]➜  cat >/tmp/go-build3999932643/b975/importcfg << 'EOF' # internal
2025-08-20T21:54:45.1832536Z [00:03:27.892]➜  # import config
2025-08-20T21:54:45.1832946Z [00:03:27.892]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:45.1833596Z [00:03:27.892]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build3999932643/b835/_pkg_.a
2025-08-20T21:54:45.1834363Z [00:03:27.892]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/mssql=/tmp/go-build3999932643/b976/_pkg_.a
2025-08-20T21:54:45.1834850Z [00:03:27.892]➜  EOF
2025-08-20T21:54:45.1837015Z [00:03:27.892]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b975/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libmssql=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libmssql;$WORK/b975=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libmssql -lang=go1.24 -complete -installsuffix shared -buildid lGuHfYcXWlzPbz4hKpA3/lGuHfYcXWlzPbz4hKpA3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b975/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libmssql/mssql.go
2025-08-20T21:54:45.1966930Z [00:03:27.906]➜  go tool buildid -w $WORK/b971/_pkg_.a # internal
2025-08-20T21:54:45.2048070Z [00:03:27.913]➜  cp $WORK/b971/_pkg_.a /root/.cache/go-build/3e/3ebb8ef6dc2303f69908fde0149876faa6fa5c08f133f6cc4011a0c267002db6-d # internal
2025-08-20T21:54:45.2048820Z [00:03:27.913]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libldap
2025-08-20T21:54:45.2049233Z [00:03:27.914]➜  mkdir -p $WORK/b970/
2025-08-20T21:54:45.2049604Z [00:03:27.914]➜  cat >/tmp/go-build3999932643/b970/importcfg << 'EOF' # internal
2025-08-20T21:54:45.2049954Z [00:03:27.914]➜  # import config
2025-08-20T21:54:45.2050363Z [00:03:27.914]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:45.2051215Z [00:03:27.914]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build3999932643/b835/_pkg_.a
2025-08-20T21:54:45.2052053Z [00:03:27.914]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ldap=/tmp/go-build3999932643/b971/_pkg_.a
2025-08-20T21:54:45.2052531Z [00:03:27.914]➜  EOF
2025-08-20T21:54:45.2054674Z [00:03:27.914]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b970/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libldap=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libldap;$WORK/b970=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libldap -lang=go1.24 -complete -installsuffix shared -buildid S7itfW7kIqjOotVn8zOq/S7itfW7kIqjOotVn8zOq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b970/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libldap/ldap.go
2025-08-20T21:54:45.2231910Z [00:03:27.932]➜  go tool buildid -w $WORK/b931/_pkg_.a # internal
2025-08-20T21:54:45.2249981Z [00:03:27.934]➜  cp $WORK/b931/_pkg_.a /root/.cache/go-build/ae/aeaa3b208ca47c2bfb644a3f5e230980840265941ff674479090d4a881728148-d # internal
2025-08-20T21:54:45.2253305Z [00:03:27.934]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/mysql
2025-08-20T21:54:45.2254085Z [00:03:27.935]➜  mkdir -p $WORK/b996/
2025-08-20T21:54:45.2256228Z [00:03:27.935]➜  cat >/tmp/go-build3999932643/b996/importcfg << 'EOF' # internal
2025-08-20T21:54:45.2259660Z [00:03:27.935]➜  # import config
2025-08-20T21:54:45.2262139Z [00:03:27.935]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:45.2262605Z [00:03:27.935]➜  packagefile database/sql=/tmp/go-build3999932643/b837/_pkg_.a
2025-08-20T21:54:45.2263063Z [00:03:27.935]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:45.2263786Z [00:03:27.935]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:45.2264295Z [00:03:27.935]➜  packagefile github.com/go-sql-driver/mysql=/tmp/go-build3999932643/b861/_pkg_.a
2025-08-20T21:54:45.2264968Z [00:03:27.935]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build3999932643/b993/_pkg_.a
2025-08-20T21:54:45.2265783Z [00:03:27.935]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/mysql=/tmp/go-build3999932643/b997/_pkg_.a
2025-08-20T21:54:45.2266584Z [00:03:27.935]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/utils=/tmp/go-build3999932643/b836/_pkg_.a
2025-08-20T21:54:45.2267655Z [00:03:27.935]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:54:45.2268373Z [00:03:27.935]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:45.2268783Z [00:03:27.935]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:45.2269187Z [00:03:27.935]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:45.2269598Z [00:03:27.935]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:45.2270021Z [00:03:27.935]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:45.2270608Z [00:03:27.935]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:45.2275352Z [00:03:27.935]➜  EOF
2025-08-20T21:54:45.2278362Z [00:03:27.935]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b996/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/mysql=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/mysql;$WORK/b996=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/mysql -lang=go1.24 -complete -installsuffix shared -buildid DUcE1n2Ite0nlkOvNnj6/DUcE1n2Ite0nlkOvNnj6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b996/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/mysql/memo.mysql.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/mysql/memo.mysql_private.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/mysql/mysql.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/mysql/mysql_private.go
2025-08-20T21:54:45.2302410Z [00:03:27.939]➜  go tool buildid -w $WORK/b975/_pkg_.a # internal
2025-08-20T21:54:45.2349641Z [00:03:27.944]➜  cp $WORK/b975/_pkg_.a /root/.cache/go-build/7d/7d13152fb363f4e2abc695c8e1ea38d5223dc316d0997aee6ab9ebac33164c05-d # internal
2025-08-20T21:54:45.2351117Z [00:03:27.944]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/net
2025-08-20T21:54:45.2353670Z [00:03:27.945]➜  mkdir -p $WORK/b999/
2025-08-20T21:54:45.2356467Z [00:03:27.945]➜  cat >/tmp/go-build3999932643/b999/importcfg << 'EOF' # internal
2025-08-20T21:54:45.2357478Z [00:03:27.945]➜  # import config
2025-08-20T21:54:45.2358067Z [00:03:27.945]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:45.2359870Z [00:03:27.945]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:45.2360524Z [00:03:27.945]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:45.2361450Z [00:03:27.945]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:45.2383825Z [00:03:27.945]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:54:45.2384997Z [00:03:27.945]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:54:45.2386110Z [00:03:27.945]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:45.2387033Z [00:03:27.945]➜  packagefile github.com/projectdiscovery/utils/reader=/tmp/go-build3999932643/b470/_pkg_.a
2025-08-20T21:54:45.2388609Z [00:03:27.945]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:45.2389087Z [00:03:27.945]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:45.2389418Z [00:03:27.945]➜  EOF
2025-08-20T21:54:45.2391661Z [00:03:27.945]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b999/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/net=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/net;$WORK/b999=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/net -lang=go1.24 -complete -installsuffix shared -buildid 5aNWEvuQkOxzG7laOfVA/5aNWEvuQkOxzG7laOfVA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b999/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/net/net.go
2025-08-20T21:54:45.2607978Z [00:03:27.970]➜  go tool buildid -w $WORK/b970/_pkg_.a # internal
2025-08-20T21:54:45.2625326Z [00:03:27.972]➜  cp $WORK/b970/_pkg_.a /root/.cache/go-build/df/df3bef86ad19a2a96911b93e56bb0e4067e66a803ebbc54611517b84edee1126-d # internal
2025-08-20T21:54:45.2631107Z [00:03:27.972]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/oracle
2025-08-20T21:54:45.2632986Z [00:03:27.973]➜  mkdir -p $WORK/b1001/
2025-08-20T21:54:45.2634433Z [00:03:27.973]➜  cat >/tmp/go-build3999932643/b1001/importcfg << 'EOF' # internal
2025-08-20T21:54:45.2636303Z [00:03:27.973]➜  # import config
2025-08-20T21:54:45.2636904Z [00:03:27.973]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:45.2637746Z [00:03:27.973]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:45.2638816Z [00:03:27.973]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:45.2639980Z [00:03:27.973]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build3999932643/b993/_pkg_.a
2025-08-20T21:54:45.2641182Z [00:03:27.973]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/oracledb=/tmp/go-build3999932643/b1002/_pkg_.a
2025-08-20T21:54:45.2642173Z [00:03:27.973]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:54:45.2642841Z [00:03:27.973]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:45.2643308Z [00:03:27.973]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:45.2643734Z [00:03:27.973]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:45.2644038Z [00:03:27.973]➜  EOF
2025-08-20T21:54:45.2646286Z [00:03:27.973]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1001/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/oracle=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/oracle;$WORK/b1001=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/oracle -lang=go1.24 -complete -installsuffix shared -buildid pw1qaz_w9QueDsyNLFyL/pw1qaz_w9QueDsyNLFyL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1001/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/oracle/memo.oracle.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/oracle/oracle.go
2025-08-20T21:54:45.7190708Z [00:03:28.428]➜  go tool buildid -w $WORK/b999/_pkg_.a # internal
2025-08-20T21:54:45.7250626Z [00:03:28.434]➜  cp $WORK/b999/_pkg_.a /root/.cache/go-build/d6/d696ee2296431cbe1188e9c67c2a403175f99d4f6fbaf3b3e871798c3491a502-d # internal
2025-08-20T21:54:45.7252231Z [00:03:28.435]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libnet
2025-08-20T21:54:45.7253249Z [00:03:28.435]➜  mkdir -p $WORK/b998/
2025-08-20T21:54:45.7257166Z [00:03:28.435]➜  cat >/tmp/go-build3999932643/b998/importcfg << 'EOF' # internal
2025-08-20T21:54:45.7258965Z [00:03:28.435]➜  # import config
2025-08-20T21:54:45.7259402Z [00:03:28.435]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:45.7260077Z [00:03:28.435]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build3999932643/b835/_pkg_.a
2025-08-20T21:54:45.7260833Z [00:03:28.435]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/net=/tmp/go-build3999932643/b999/_pkg_.a
2025-08-20T21:54:45.7261303Z [00:03:28.435]➜  EOF
2025-08-20T21:54:45.7263419Z [00:03:28.435]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b998/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libnet=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libnet;$WORK/b998=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libnet -lang=go1.24 -complete -installsuffix shared -buildid jiWENGQlbuWVB5osM28v/jiWENGQlbuWVB5osM28v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b998/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libnet/net.go
2025-08-20T21:54:45.7398388Z [00:03:28.449]➜  go tool buildid -w $WORK/b1001/_pkg_.a # internal
2025-08-20T21:54:45.7432989Z [00:03:28.452]➜  go tool buildid -w $WORK/b996/_pkg_.a # internal
2025-08-20T21:54:45.7539586Z [00:03:28.461]➜  cp $WORK/b996/_pkg_.a /root/.cache/go-build/15/15a9e77f3bdef4033a2a82bc0ba124a2dd2fa8940cb7646d852e3f94e0e6ac79-d # internal
2025-08-20T21:54:45.7541400Z [00:03:28.461]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libmysql
2025-08-20T21:54:45.7542665Z [00:03:28.463]➜  cp $WORK/b1001/_pkg_.a /root/.cache/go-build/bb/bbbd4f61bdba090279f7daf031ef20c001c40f87d07c21a2154c54a2559796cb-d # internal
2025-08-20T21:54:45.7543812Z [00:03:28.464]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/liboracle
2025-08-20T21:54:45.7544253Z [00:03:28.464]➜  mkdir -p $WORK/b1000/
2025-08-20T21:54:45.7550985Z [00:03:28.464]➜  cat >/tmp/go-build3999932643/b1000/importcfg << 'EOF' # internal
2025-08-20T21:54:45.7551574Z [00:03:28.464]➜  # import config
2025-08-20T21:54:45.7552070Z [00:03:28.464]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:45.7552838Z [00:03:28.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build3999932643/b835/_pkg_.a
2025-08-20T21:54:45.7553670Z [00:03:28.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/oracle=/tmp/go-build3999932643/b1001/_pkg_.a
2025-08-20T21:54:45.7554153Z [00:03:28.464]➜  EOF
2025-08-20T21:54:45.7556357Z [00:03:28.464]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1000/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/liboracle=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/liboracle;$WORK/b1000=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/liboracle -lang=go1.24 -complete -installsuffix shared -buildid LAefrNYIDTGY8fkm2yxT/LAefrNYIDTGY8fkm2yxT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1000/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/liboracle/oracle.go
2025-08-20T21:54:45.7558525Z [00:03:28.464]➜  mkdir -p $WORK/b995/
2025-08-20T21:54:45.7558906Z [00:03:28.464]➜  cat >/tmp/go-build3999932643/b995/importcfg << 'EOF' # internal
2025-08-20T21:54:45.7559246Z [00:03:28.464]➜  # import config
2025-08-20T21:54:45.7562407Z [00:03:28.464]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:45.7563086Z [00:03:28.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build3999932643/b835/_pkg_.a
2025-08-20T21:54:45.7566172Z [00:03:28.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/mysql=/tmp/go-build3999932643/b996/_pkg_.a
2025-08-20T21:54:45.7567075Z [00:03:28.465]➜  EOF
2025-08-20T21:54:45.7569693Z [00:03:28.465]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b995/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libmysql=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libmysql;$WORK/b995=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libmysql -lang=go1.24 -complete -installsuffix shared -buildid WTWTIsZErvy-yqJmhANw/WTWTIsZErvy-yqJmhANw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b995/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libmysql/mysql.go
2025-08-20T21:54:45.7709050Z [00:03:28.479]➜  go tool buildid -w $WORK/b998/_pkg_.a # internal
2025-08-20T21:54:45.7710698Z [00:03:28.480]➜  cp $WORK/b998/_pkg_.a /root/.cache/go-build/17/175ca2099f3b6b8230ec34bc0e33ccdacbcc61d42b9114d7ccf8170f948ae506-d # internal
2025-08-20T21:54:45.7719168Z [00:03:28.481]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/pop3
2025-08-20T21:54:45.7720252Z [00:03:28.481]➜  mkdir -p $WORK/b1004/
2025-08-20T21:54:45.7727450Z [00:03:28.482]➜  cat >/tmp/go-build3999932643/b1004/importcfg << 'EOF' # internal
2025-08-20T21:54:45.7728006Z [00:03:28.482]➜  # import config
2025-08-20T21:54:45.7728510Z [00:03:28.482]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:45.7729057Z [00:03:28.482]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:45.7729611Z [00:03:28.482]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:45.7730303Z [00:03:28.482]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build3999932643/b993/_pkg_.a
2025-08-20T21:54:45.7731203Z [00:03:28.482]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/pop3=/tmp/go-build3999932643/b1005/_pkg_.a
2025-08-20T21:54:45.7732235Z [00:03:28.482]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:54:45.7733003Z [00:03:28.482]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:45.7733521Z [00:03:28.482]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:45.7734030Z [00:03:28.482]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:45.7734710Z [00:03:28.482]➜  EOF
2025-08-20T21:54:45.7746446Z [00:03:28.484]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1004/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/pop3=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/pop3;$WORK/b1004=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/pop3 -lang=go1.24 -complete -installsuffix shared -buildid O5LLTtJAK62wZfn-KYm0/O5LLTtJAK62wZfn-KYm0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1004/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/pop3/memo.pop3.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/pop3/pop3.go
2025-08-20T21:54:45.8036696Z [00:03:28.513]➜  go tool buildid -w $WORK/b1000/_pkg_.a # internal
2025-08-20T21:54:45.8072196Z [00:03:28.516]➜  cp $WORK/b1000/_pkg_.a /root/.cache/go-build/ff/ff37ff40e677d917fb17c71f2b32a1b849d97d7ab7f0ce46f90e2207a035ca35-d # internal
2025-08-20T21:54:45.8089775Z [00:03:28.518]➜  go tool buildid -w $WORK/b995/_pkg_.a # internal
2025-08-20T21:54:45.8095705Z [00:03:28.519]➜  cp $WORK/b995/_pkg_.a /root/.cache/go-build/ef/effeec3267997baddb1fefa04eba89c485a1fc12641ccc651b955ad20da8ccc8-d # internal
2025-08-20T21:54:45.8097169Z [00:03:28.519]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/utils/pgwrap
2025-08-20T21:54:45.8098211Z [00:03:28.519]➜  mkdir -p $WORK/b1020/
2025-08-20T21:54:45.8103129Z [00:03:28.520]➜  cat >/tmp/go-build3999932643/b1020/importcfg << 'EOF' # internal
2025-08-20T21:54:45.8103561Z [00:03:28.520]➜  # import config
2025-08-20T21:54:45.8103907Z [00:03:28.520]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:45.8104714Z [00:03:28.520]➜  packagefile database/sql=/tmp/go-build3999932643/b837/_pkg_.a
2025-08-20T21:54:45.8105219Z [00:03:28.520]➜  packagefile database/sql/driver=/tmp/go-build3999932643/b325/_pkg_.a
2025-08-20T21:54:45.8105687Z [00:03:28.520]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:45.8106143Z [00:03:28.520]➜  packagefile github.com/lib/pq=/tmp/go-build3999932643/b1021/_pkg_.a
2025-08-20T21:54:45.8106784Z [00:03:28.520]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build3999932643/b341/_pkg_.a
2025-08-20T21:54:45.8107820Z [00:03:28.520]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:54:45.8108538Z [00:03:28.520]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:45.8108953Z [00:03:28.520]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:45.8109372Z [00:03:28.520]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:45.8109679Z [00:03:28.520]➜  EOF
2025-08-20T21:54:45.8111696Z [00:03:28.520]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1020/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/utils/pgwrap=>github.com/projectdiscovery/nuclei/v3/pkg/js/utils/pgwrap;$WORK/b1020=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/utils/pgwrap -lang=go1.24 -complete -installsuffix shared -buildid 1lVLMQGktZTieHC8CHZv/1lVLMQGktZTieHC8CHZv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1020/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/utils/pgwrap/pgwrap.go
2025-08-20T21:54:45.8123636Z [00:03:28.522]➜  github.com/go-pg/pg
2025-08-20T21:54:45.8124676Z [00:03:28.522]➜  mkdir -p $WORK/b1008/
2025-08-20T21:54:45.8132718Z [00:03:28.522]➜  cat >/tmp/go-build3999932643/b1008/importcfg << 'EOF' # internal
2025-08-20T21:54:45.8133124Z [00:03:28.523]➜  # import config
2025-08-20T21:54:45.8133465Z [00:03:28.523]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:45.8133901Z [00:03:28.523]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:45.8134329Z [00:03:28.523]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:45.8134765Z [00:03:28.523]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:45.8135214Z [00:03:28.523]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:45.8135907Z [00:03:28.523]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:45.8136447Z [00:03:28.523]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:45.8136985Z [00:03:28.523]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:45.8137858Z [00:03:28.523]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:45.8138418Z [00:03:28.523]➜  packagefile github.com/go-pg/pg/internal=/tmp/go-build3999932643/b1009/_pkg_.a
2025-08-20T21:54:45.8139005Z [00:03:28.523]➜  packagefile github.com/go-pg/pg/internal/pool=/tmp/go-build3999932643/b1010/_pkg_.a
2025-08-20T21:54:45.8139583Z [00:03:28.523]➜  packagefile github.com/go-pg/pg/orm=/tmp/go-build3999932643/b1011/_pkg_.a
2025-08-20T21:54:45.8140130Z [00:03:28.523]➜  packagefile github.com/go-pg/pg/types=/tmp/go-build3999932643/b1013/_pkg_.a
2025-08-20T21:54:45.8140592Z [00:03:28.523]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:45.8140992Z [00:03:28.523]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:45.8141440Z [00:03:28.523]➜  packagefile mellium.im/sasl=/tmp/go-build3999932643/b1018/_pkg_.a
2025-08-20T21:54:45.8141890Z [00:03:28.523]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:45.8142304Z [00:03:28.523]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:45.8142713Z [00:03:28.523]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:45.8143122Z [00:03:28.523]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:45.8143808Z [00:03:28.523]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:45.8144444Z [00:03:28.523]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:45.8144858Z [00:03:28.523]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:45.8145265Z [00:03:28.523]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:45.8145576Z [00:03:28.523]➜  EOF
2025-08-20T21:54:45.8172484Z [00:03:28.524]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1008/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible=>github.com/go-pg/pg@v8.0.7+incompatible;$WORK/b1008=>" -p github.com/go-pg/pg -lang=go1.16 -complete -installsuffix shared -buildid 54W9wPgqXickxtwDS1fi/54W9wPgqXickxtwDS1fi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1008/importcfg -pack /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/base.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/db.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/doc.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/error.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/hook.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/listener.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/messages.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/options.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/pg.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/result.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/stmt.go /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/tx.go
2025-08-20T21:54:46.2202770Z [00:03:28.929]➜  go tool buildid -w $WORK/b1008/_pkg_.a # internal
2025-08-20T21:54:46.2289937Z [00:03:28.938]➜  cp $WORK/b1008/_pkg_.a /root/.cache/go-build/17/17c6a70426336b826895b9375c77d7dae5581dfa1e66f1b92168c2e16bf1afa0-d # internal
2025-08-20T21:54:46.2295753Z [00:03:28.939]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/rdp
2025-08-20T21:54:46.2297046Z [00:03:28.939]➜  mkdir -p $WORK/b1025/
2025-08-20T21:54:46.2303645Z [00:03:28.940]➜  cat >/tmp/go-build3999932643/b1025/importcfg << 'EOF' # internal
2025-08-20T21:54:46.2304270Z [00:03:28.940]➜  # import config
2025-08-20T21:54:46.2304663Z [00:03:28.940]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:46.2305547Z [00:03:28.940]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:46.2306048Z [00:03:28.940]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:46.2306927Z [00:03:28.940]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build3999932643/b993/_pkg_.a
2025-08-20T21:54:46.2307979Z [00:03:28.940]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/rdp=/tmp/go-build3999932643/b1026/_pkg_.a
2025-08-20T21:54:46.2309000Z [00:03:28.940]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:54:46.2309802Z [00:03:28.940]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:46.2310229Z [00:03:28.940]➜  EOF
2025-08-20T21:54:46.2327054Z [00:03:28.942]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1025/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/rdp=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/rdp;$WORK/b1025=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/rdp -lang=go1.24 -complete -installsuffix shared -buildid xtlOzGvXBE8igtHwFdnO/xtlOzGvXBE8igtHwFdnO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1025/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/rdp/memo.rdp.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/rdp/rdp.go
2025-08-20T21:54:46.2541486Z [00:03:28.963]➜  go tool buildid -w $WORK/b1004/_pkg_.a # internal
2025-08-20T21:54:46.2606749Z [00:03:28.970]➜  cp $WORK/b1004/_pkg_.a /root/.cache/go-build/26/2680251ab14efbf2fb9f24f973844faacd9ffd01c1fc6f8e93868bbbb582b2c4-d # internal
2025-08-20T21:54:46.2615041Z [00:03:28.971]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libpop3
2025-08-20T21:54:46.2621031Z [00:03:28.971]➜  mkdir -p $WORK/b1003/
2025-08-20T21:54:46.2631179Z [00:03:28.972]➜  cat >/tmp/go-build3999932643/b1003/importcfg << 'EOF' # internal
2025-08-20T21:54:46.2631783Z [00:03:28.972]➜  # import config
2025-08-20T21:54:46.2632349Z [00:03:28.972]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:46.2636742Z [00:03:28.972]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build3999932643/b835/_pkg_.a
2025-08-20T21:54:46.2637693Z [00:03:28.972]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/pop3=/tmp/go-build3999932643/b1004/_pkg_.a
2025-08-20T21:54:46.2638264Z [00:03:28.972]➜  EOF
2025-08-20T21:54:46.2647793Z [00:03:28.974]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1003/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libpop3=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libpop3;$WORK/b1003=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libpop3 -lang=go1.24 -complete -installsuffix shared -buildid FtTn06JCfK_tTXBsmgev/FtTn06JCfK_tTXBsmgev -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1003/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libpop3/pop3.go
2025-08-20T21:54:46.2708321Z [00:03:28.979]➜  go tool buildid -w $WORK/b1020/_pkg_.a # internal
2025-08-20T21:54:46.2753754Z [00:03:28.985]➜  cp $WORK/b1020/_pkg_.a /root/.cache/go-build/40/4001fcdc2d985c3bfe9ea9262e2bf57802c57e25e02a7231c7d509cbec9077c8-d # internal
2025-08-20T21:54:46.2759769Z [00:03:28.985]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/postgres
2025-08-20T21:54:46.2760404Z [00:03:28.985]➜  mkdir -p $WORK/b1007/
2025-08-20T21:54:46.2767613Z [00:03:28.986]➜  cat >/tmp/go-build3999932643/b1007/importcfg << 'EOF' # internal
2025-08-20T21:54:46.2768034Z [00:03:28.986]➜  # import config
2025-08-20T21:54:46.2768389Z [00:03:28.986]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:46.2768860Z [00:03:28.986]➜  packagefile database/sql=/tmp/go-build3999932643/b837/_pkg_.a
2025-08-20T21:54:46.2769308Z [00:03:28.986]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:46.2769723Z [00:03:28.986]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:46.2770458Z [00:03:28.986]➜  packagefile github.com/go-pg/pg=/tmp/go-build3999932643/b1008/_pkg_.a
2025-08-20T21:54:46.2771149Z [00:03:28.986]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build3999932643/b993/_pkg_.a
2025-08-20T21:54:46.2772114Z [00:03:28.986]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/postgresql=/tmp/go-build3999932643/b1019/_pkg_.a
2025-08-20T21:54:46.2773025Z [00:03:28.986]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/utils=/tmp/go-build3999932643/b836/_pkg_.a
2025-08-20T21:54:46.2773811Z [00:03:28.986]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/utils/pgwrap=/tmp/go-build3999932643/b1020/_pkg_.a
2025-08-20T21:54:46.2774693Z [00:03:28.986]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:54:46.2775352Z [00:03:28.986]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:46.2775772Z [00:03:28.986]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:46.2776196Z [00:03:28.986]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:46.2776502Z [00:03:28.986]➜  EOF
2025-08-20T21:54:46.2778981Z [00:03:28.986]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1007/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/postgres=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/postgres;$WORK/b1007=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/postgres -lang=go1.24 -complete -installsuffix shared -buildid h3wySUwk6yQorEkG0eEc/h3wySUwk6yQorEkG0eEc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1007/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/postgres/memo.postgres.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/postgres/postgres.go
2025-08-20T21:54:46.3171348Z [00:03:29.026]➜  go tool buildid -w $WORK/b1003/_pkg_.a # internal
2025-08-20T21:54:46.3173363Z [00:03:29.026]➜  cp $WORK/b1003/_pkg_.a /root/.cache/go-build/30/308db7f28ea251aa36dd6d89304aabebe9ac329648d15dfce252260b6fe46ec3-d # internal
2025-08-20T21:54:46.3174329Z [00:03:29.026]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/rsync
2025-08-20T21:54:46.3174942Z [00:03:29.026]➜  mkdir -p $WORK/b1042/
2025-08-20T21:54:46.3175382Z [00:03:29.026]➜  cat >/tmp/go-build3999932643/b1042/importcfg << 'EOF' # internal
2025-08-20T21:54:46.3176254Z [00:03:29.026]➜  # import config
2025-08-20T21:54:46.3176696Z [00:03:29.026]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:46.3177124Z [00:03:29.026]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:46.3177675Z [00:03:29.026]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:46.3178572Z [00:03:29.026]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build3999932643/b993/_pkg_.a
2025-08-20T21:54:46.3179700Z [00:03:29.026]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/rsync=/tmp/go-build3999932643/b1043/_pkg_.a
2025-08-20T21:54:46.3181018Z [00:03:29.026]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:54:46.3181920Z [00:03:29.026]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:46.3182536Z [00:03:29.026]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:46.3183106Z [00:03:29.026]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:46.3183456Z [00:03:29.026]➜  EOF
2025-08-20T21:54:46.3186524Z [00:03:29.026]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1042/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/rsync=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/rsync;$WORK/b1042=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/rsync -lang=go1.24 -complete -installsuffix shared -buildid Qc7rMANhxVRx5ZN_eHZM/Qc7rMANhxVRx5ZN_eHZM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1042/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/rsync/memo.rsync.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/rsync/rsync.go
2025-08-20T21:54:46.7453261Z [00:03:29.454]➜  go tool buildid -w $WORK/b1025/_pkg_.a # internal
2025-08-20T21:54:46.7556868Z [00:03:29.465]➜  cp $WORK/b1025/_pkg_.a /root/.cache/go-build/bc/bc1540d3e7b59483c61ac17e975b0af2b3d41c55055e2850487f940cd35bb1cf-d # internal
2025-08-20T21:54:46.7561694Z [00:03:29.465]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/librdp
2025-08-20T21:54:46.7562670Z [00:03:29.465]➜  mkdir -p $WORK/b1024/
2025-08-20T21:54:46.7581026Z [00:03:29.467]➜  cat >/tmp/go-build3999932643/b1024/importcfg << 'EOF' # internal
2025-08-20T21:54:46.7581819Z [00:03:29.467]➜  # import config
2025-08-20T21:54:46.7582405Z [00:03:29.467]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:46.7583866Z [00:03:29.467]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build3999932643/b835/_pkg_.a
2025-08-20T21:54:46.7584651Z [00:03:29.467]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/rdp=/tmp/go-build3999932643/b1025/_pkg_.a
2025-08-20T21:54:46.7585127Z [00:03:29.467]➜  EOF
2025-08-20T21:54:46.7587246Z [00:03:29.467]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1024/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/librdp=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/librdp;$WORK/b1024=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/librdp -lang=go1.24 -complete -installsuffix shared -buildid X3_ebWJfRV6NJ6Fh4LPS/X3_ebWJfRV6NJ6Fh4LPS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1024/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/librdp/rdp.go
2025-08-20T21:54:46.7732353Z [00:03:29.482]➜  go tool buildid -w $WORK/b1007/_pkg_.a # internal
2025-08-20T21:54:46.7806986Z [00:03:29.490]➜  cp $WORK/b1007/_pkg_.a /root/.cache/go-build/6e/6e7685aa905740bf53d82629356a4411a11c97006b5a6a1a7b382ba0030b45fa-d # internal
2025-08-20T21:54:46.7808898Z [00:03:29.490]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libpostgres
2025-08-20T21:54:46.7809935Z [00:03:29.490]➜  mkdir -p $WORK/b1006/
2025-08-20T21:54:46.7816653Z [00:03:29.491]➜  cat >/tmp/go-build3999932643/b1006/importcfg << 'EOF' # internal
2025-08-20T21:54:46.7817821Z [00:03:29.491]➜  # import config
2025-08-20T21:54:46.7819008Z [00:03:29.491]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:46.7819895Z [00:03:29.491]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build3999932643/b835/_pkg_.a
2025-08-20T21:54:46.7821468Z [00:03:29.491]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/postgres=/tmp/go-build3999932643/b1007/_pkg_.a
2025-08-20T21:54:46.7821999Z [00:03:29.491]➜  EOF
2025-08-20T21:54:46.7824354Z [00:03:29.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1006/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libpostgres=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libpostgres;$WORK/b1006=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libpostgres -lang=go1.24 -complete -installsuffix shared -buildid OgFG96flbfK7kmKnUvuw/OgFG96flbfK7kmKnUvuw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1006/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libpostgres/postgres.go
2025-08-20T21:54:46.8017729Z [00:03:29.511]➜  go tool buildid -w $WORK/b1042/_pkg_.a # internal
2025-08-20T21:54:46.8073569Z [00:03:29.517]➜  go tool buildid -w $WORK/b1024/_pkg_.a # internal
2025-08-20T21:54:46.8106388Z [00:03:29.520]➜  cp $WORK/b1042/_pkg_.a /root/.cache/go-build/b6/b669f356644ca4c783e2d162caab5aa0f9fa54c9516b75e28d0cad67f9b9eb44-d # internal
2025-08-20T21:54:46.8107317Z [00:03:29.520]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/librsync
2025-08-20T21:54:46.8107901Z [00:03:29.520]➜  mkdir -p $WORK/b1041/
2025-08-20T21:54:46.8108286Z [00:03:29.520]➜  cat >/tmp/go-build3999932643/b1041/importcfg << 'EOF' # internal
2025-08-20T21:54:46.8108638Z [00:03:29.520]➜  # import config
2025-08-20T21:54:46.8109220Z [00:03:29.520]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:46.8110059Z [00:03:29.520]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build3999932643/b835/_pkg_.a
2025-08-20T21:54:46.8110881Z [00:03:29.520]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/rsync=/tmp/go-build3999932643/b1042/_pkg_.a
2025-08-20T21:54:46.8111361Z [00:03:29.520]➜  EOF
2025-08-20T21:54:46.8113529Z [00:03:29.520]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1041/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/librsync=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/librsync;$WORK/b1041=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/librsync -lang=go1.24 -complete -installsuffix shared -buildid _6qct5aFy9cv3ce5YX9G/_6qct5aFy9cv3ce5YX9G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1041/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/librsync/rsync.go
2025-08-20T21:54:46.8121091Z [00:03:29.521]➜  cp $WORK/b1024/_pkg_.a /root/.cache/go-build/d2/d265c84eb7fe4395fce1b131c71bb0ed0d16278553a1eeeb326fc07d6a82f1b9-d # internal
2025-08-20T21:54:46.8146476Z [00:03:29.523]➜  github.com/projectdiscovery/go-smb2/internal/ntlm
2025-08-20T21:54:46.8146868Z [00:03:29.523]➜  mkdir -p $WORK/b1053/
2025-08-20T21:54:46.8147248Z [00:03:29.524]➜  cat >/tmp/go-build3999932643/b1053/importcfg << 'EOF' # internal
2025-08-20T21:54:46.8147790Z [00:03:29.524]➜  # import config
2025-08-20T21:54:46.8148140Z [00:03:29.524]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:46.8148857Z [00:03:29.524]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:46.8149481Z [00:03:29.524]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:46.8149936Z [00:03:29.524]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:46.8150393Z [00:03:29.524]➜  packagefile crypto/rc4=/tmp/go-build3999932643/b146/_pkg_.a
2025-08-20T21:54:46.8150859Z [00:03:29.524]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:46.8151315Z [00:03:29.524]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:46.8151958Z [00:03:29.524]➜  packagefile github.com/projectdiscovery/go-smb2/internal/utf16le=/tmp/go-build3999932643/b1052/_pkg_.a
2025-08-20T21:54:46.8152598Z [00:03:29.524]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build3999932643/b950/_pkg_.a
2025-08-20T21:54:46.8153070Z [00:03:29.524]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:46.8153504Z [00:03:29.524]➜  packagefile hash/crc32=/tmp/go-build3999932643/b204/_pkg_.a
2025-08-20T21:54:46.8153944Z [00:03:29.524]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:46.8154360Z [00:03:29.524]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:46.8154667Z [00:03:29.524]➜  EOF
2025-08-20T21:54:46.8158525Z [00:03:29.524]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1053/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/ntlm=>github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/ntlm;$WORK/b1053=>" -p github.com/projectdiscovery/go-smb2/internal/ntlm -lang=go1.21 -complete -installsuffix shared -buildid M5Xlp-TIfEEXOjhhJnu2/M5Xlp-TIfEEXOjhhJnu2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1053/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/ntlm/client.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/ntlm/ntlm.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/ntlm/server.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/ntlm/session.go
2025-08-20T21:54:46.8255532Z [00:03:29.533]➜  go tool buildid -w $WORK/b1006/_pkg_.a # internal
2025-08-20T21:54:46.8262823Z [00:03:29.535]➜  cp $WORK/b1006/_pkg_.a /root/.cache/go-build/26/268e93a4f3b76ddfeff5021eb46f8f911f6818725b6d06b0420628cb540fe494-d # internal
2025-08-20T21:54:46.8291765Z [00:03:29.538]➜  github.com/projectdiscovery/go-smb2/internal/smb2
2025-08-20T21:54:46.8298575Z [00:03:29.539]➜  mkdir -p $WORK/b1054/
2025-08-20T21:54:46.8307761Z [00:03:29.540]➜  cat >/tmp/go-build3999932643/b1054/importcfg << 'EOF' # internal
2025-08-20T21:54:46.8311265Z [00:03:29.540]➜  # import config
2025-08-20T21:54:46.8311686Z [00:03:29.540]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:46.8312331Z [00:03:29.540]➜  packagefile github.com/projectdiscovery/go-smb2/internal/utf16le=/tmp/go-build3999932643/b1052/_pkg_.a
2025-08-20T21:54:46.8312924Z [00:03:29.540]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:46.8313352Z [00:03:29.540]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:46.8313803Z [00:03:29.540]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:54:46.8314136Z [00:03:29.540]➜  EOF
2025-08-20T21:54:46.8328172Z [00:03:29.541]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1054/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/smb2=>github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/smb2;$WORK/b1054=>" -p github.com/projectdiscovery/go-smb2/internal/smb2 -lang=go1.21 -complete -installsuffix shared -buildid fvA_SlZFW-ucEVe2V2VH/fvA_SlZFW-ucEVe2V2VH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1054/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/smb2/const.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/smb2/dtyp.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/smb2/fscc.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/smb2/iface.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/smb2/packet.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/smb2/request.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/smb2/response.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/smb2/smb2.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/smb2/util.go
2025-08-20T21:54:46.8714983Z [00:03:29.580]➜  go tool buildid -w $WORK/b1053/_pkg_.a # internal
2025-08-20T21:54:46.8721455Z [00:03:29.581]➜  go tool buildid -w $WORK/b1041/_pkg_.a # internal
2025-08-20T21:54:46.8736579Z [00:03:29.583]➜  cp $WORK/b1053/_pkg_.a /root/.cache/go-build/46/4641d9111e17e43b6fcb77eb0a8db071e52a65d010e102404bc8de71f5d0a905-d # internal
2025-08-20T21:54:46.8741269Z [00:03:29.583]➜  github.com/geoffgarside/ber
2025-08-20T21:54:46.8742486Z [00:03:29.584]➜  mkdir -p $WORK/b1056/
2025-08-20T21:54:46.8747755Z [00:03:29.584]➜  cat >/tmp/go-build3999932643/b1056/importcfg << 'EOF' # internal
2025-08-20T21:54:46.8749457Z [00:03:29.584]➜  # import config
2025-08-20T21:54:46.8751012Z [00:03:29.584]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:46.8751593Z [00:03:29.584]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:46.8752048Z [00:03:29.584]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:46.8752461Z [00:03:29.584]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:46.8752891Z [00:03:29.584]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:46.8753320Z [00:03:29.584]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:46.8754028Z [00:03:29.584]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:46.8754528Z [00:03:29.584]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:46.8757869Z [00:03:29.584]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:46.8758431Z [00:03:29.584]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:54:46.8758901Z [00:03:29.584]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:46.8759230Z [00:03:29.584]➜  EOF
2025-08-20T21:54:46.8761757Z [00:03:29.585]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1056/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/geoffgarside/ber@v1.1.0=>github.com/geoffgarside/ber@v1.1.0;$WORK/b1056=>" -p github.com/geoffgarside/ber -lang=go1.13 -complete -installsuffix shared -buildid JXDUGomp_QEL0jdTqsqe/JXDUGomp_QEL0jdTqsqe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1056/importcfg -pack /root/go/pkg/mod/github.com/geoffgarside/ber@v1.1.0/ber.go /root/go/pkg/mod/github.com/geoffgarside/ber@v1.1.0/common.go /root/go/pkg/mod/github.com/geoffgarside/ber@v1.1.0/marshal.go
2025-08-20T21:54:46.8764099Z [00:03:29.585]➜  cp $WORK/b1041/_pkg_.a /root/.cache/go-build/d6/d633c6f13260012d0438049558b4966e2f5db07411621cac014a88d097c1fa6b-d # internal
2025-08-20T21:54:46.8772898Z [00:03:29.586]➜  github.com/zmap/zgrab2/lib/smb/smb/encoder
2025-08-20T21:54:46.8779938Z [00:03:29.587]➜  mkdir -p $WORK/b1059/
2025-08-20T21:54:46.8792066Z [00:03:29.588]➜  cat >/tmp/go-build3999932643/b1059/importcfg << 'EOF' # internal
2025-08-20T21:54:46.8792528Z [00:03:29.588]➜  # import config
2025-08-20T21:54:46.8793176Z [00:03:29.588]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:46.8793758Z [00:03:29.588]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:46.8794210Z [00:03:29.588]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:46.8794625Z [00:03:29.588]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:46.8795043Z [00:03:29.588]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:46.8795470Z [00:03:29.588]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:46.8795900Z [00:03:29.588]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:46.8796346Z [00:03:29.589]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:54:46.8796676Z [00:03:29.589]➜  EOF
2025-08-20T21:54:46.8804742Z [00:03:29.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1059/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/smb/smb/encoder=>github.com/zmap/zgrab2@v0.1.8/lib/smb/smb/encoder;$WORK/b1059=>" -p github.com/zmap/zgrab2/lib/smb/smb/encoder -lang=go1.12 -complete -installsuffix shared -buildid tA0wb90KWhyd1st__vy3/tA0wb90KWhyd1st__vy3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1059/importcfg -pack /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/smb/smb/encoder/encoder.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/smb/smb/encoder/unicode.go
2025-08-20T21:54:46.9573748Z [00:03:29.666]➜  go tool buildid -w $WORK/b1056/_pkg_.a # internal
2025-08-20T21:54:46.9582681Z [00:03:29.668]➜  cp $WORK/b1056/_pkg_.a /root/.cache/go-build/af/af95cc3df8a7d47ea3f9bf4b6c4d620754506226a087cc42727ef71c09bd1ba9-d # internal
2025-08-20T21:54:46.9589110Z [00:03:29.668]➜  github.com/projectdiscovery/go-smb2/internal/spnego
2025-08-20T21:54:46.9589514Z [00:03:29.668]➜  mkdir -p $WORK/b1055/
2025-08-20T21:54:46.9596805Z [00:03:29.669]➜  cat >/tmp/go-build3999932643/b1055/importcfg << 'EOF' # internal
2025-08-20T21:54:46.9597301Z [00:03:29.669]➜  # import config
2025-08-20T21:54:46.9597882Z [00:03:29.669]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:46.9598442Z [00:03:29.669]➜  packagefile github.com/geoffgarside/ber=/tmp/go-build3999932643/b1056/_pkg_.a
2025-08-20T21:54:46.9598828Z [00:03:29.669]➜  EOF
2025-08-20T21:54:46.9601686Z [00:03:29.669]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1055/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/spnego=>github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/spnego;$WORK/b1055=>" -p github.com/projectdiscovery/go-smb2/internal/spnego -lang=go1.21 -complete -installsuffix shared -buildid MFQss84iDFx6R8jwi6tE/MFQss84iDFx6R8jwi6tE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1055/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/spnego/spnego.go
2025-08-20T21:54:46.9673559Z [00:03:29.676]➜  go tool buildid -w $WORK/b1059/_pkg_.a # internal
2025-08-20T21:54:46.9691196Z [00:03:29.678]➜  cp $WORK/b1059/_pkg_.a /root/.cache/go-build/bb/bbe7d8ad391146e080070293d25f0635a96e6c9f9f869f59596c8f3becef3e25-d # internal
2025-08-20T21:54:46.9719808Z [00:03:29.681]➜  github.com/zmap/zgrab2/lib/smb/gss
2025-08-20T21:54:46.9725120Z [00:03:29.682]➜  mkdir -p $WORK/b1058/
2025-08-20T21:54:46.9739137Z [00:03:29.683]➜  cat >/tmp/go-build3999932643/b1058/importcfg << 'EOF' # internal
2025-08-20T21:54:46.9739590Z [00:03:29.683]➜  # import config
2025-08-20T21:54:46.9739970Z [00:03:29.683]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:46.9740566Z [00:03:29.683]➜  packagefile github.com/zmap/zgrab2/lib/smb/smb/encoder=/tmp/go-build3999932643/b1059/_pkg_.a
2025-08-20T21:54:46.9741106Z [00:03:29.683]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:46.9741528Z [00:03:29.683]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:46.9741962Z [00:03:29.683]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:46.9742583Z [00:03:29.683]➜  EOF
2025-08-20T21:54:46.9753982Z [00:03:29.684]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1058/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/smb/gss=>github.com/zmap/zgrab2@v0.1.8/lib/smb/gss;$WORK/b1058=>" -p github.com/zmap/zgrab2/lib/smb/gss -lang=go1.12 -complete -installsuffix shared -buildid 1mrxnyq698Fz_JYv-Sbo/1mrxnyq698Fz_JYv-Sbo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1058/importcfg -pack /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/smb/gss/gss.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/smb/gss/oid.go
2025-08-20T21:54:47.0027486Z [00:03:29.712]➜  go tool buildid -w $WORK/b1055/_pkg_.a # internal
2025-08-20T21:54:47.0031902Z [00:03:29.712]➜  cp $WORK/b1055/_pkg_.a /root/.cache/go-build/9d/9dccf9369f2a293a4a8bc5e651cdc955ac42776e8975be353b48ba5e85e416ef-d # internal
2025-08-20T21:54:47.0042140Z [00:03:29.713]➜  github.com/zmap/zgrab2/lib/smb/ntlmssp
2025-08-20T21:54:47.0042619Z [00:03:29.713]➜  mkdir -p $WORK/b1060/
2025-08-20T21:54:47.0044758Z [00:03:29.714]➜  cat >/tmp/go-build3999932643/b1060/importcfg << 'EOF' # internal
2025-08-20T21:54:47.0046187Z [00:03:29.714]➜  # import config
2025-08-20T21:54:47.0050459Z [00:03:29.714]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:47.0052103Z [00:03:29.714]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:47.0052931Z [00:03:29.714]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:47.0053468Z [00:03:29.714]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:47.0053947Z [00:03:29.714]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:47.0054421Z [00:03:29.714]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:47.0054877Z [00:03:29.714]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:47.0055289Z [00:03:29.714]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:47.0055858Z [00:03:29.714]➜  packagefile github.com/zmap/zgrab2/lib/smb/smb/encoder=/tmp/go-build3999932643/b1059/_pkg_.a
2025-08-20T21:54:47.0056468Z [00:03:29.714]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build3999932643/b950/_pkg_.a
2025-08-20T21:54:47.0057080Z [00:03:29.714]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:47.0057885Z [00:03:29.714]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:47.0058217Z [00:03:29.714]➜  EOF
2025-08-20T21:54:47.0060429Z [00:03:29.714]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1060/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/smb/ntlmssp=>github.com/zmap/zgrab2@v0.1.8/lib/smb/ntlmssp;$WORK/b1060=>" -p github.com/zmap/zgrab2/lib/smb/ntlmssp -lang=go1.12 -complete -installsuffix shared -buildid DNXQmLwG20y_jOqCBXeD/DNXQmLwG20y_jOqCBXeD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1060/importcfg -pack /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/smb/ntlmssp/crypto.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/smb/ntlmssp/ntlmssp.go
2025-08-20T21:54:47.0066463Z [00:03:29.716]➜  go tool buildid -w $WORK/b1058/_pkg_.a # internal
2025-08-20T21:54:47.0070481Z [00:03:29.716]➜  cp $WORK/b1058/_pkg_.a /root/.cache/go-build/fe/fe2d688dea724085bff4581fe6475a9bd0e6b39f90db0e4d0f2a88050f3be45f-d # internal
2025-08-20T21:54:47.0111722Z [00:03:29.720]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins/services/smtp
2025-08-20T21:54:47.0113089Z [00:03:29.720]➜  mkdir -p $WORK/b1063/
2025-08-20T21:54:47.0120157Z [00:03:29.721]➜  cat >/tmp/go-build3999932643/b1063/importcfg << 'EOF' # internal
2025-08-20T21:54:47.0121316Z [00:03:29.721]➜  # import config
2025-08-20T21:54:47.0121694Z [00:03:29.721]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:47.0122323Z [00:03:29.721]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build3999932643/b993/_pkg_.a
2025-08-20T21:54:47.0123489Z [00:03:29.721]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils=/tmp/go-build3999932643/b994/_pkg_.a
2025-08-20T21:54:47.0129523Z [00:03:29.721]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:47.0130094Z [00:03:29.721]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:47.0130523Z [00:03:29.721]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:47.0130828Z [00:03:29.721]➜  EOF
2025-08-20T21:54:47.0133252Z [00:03:29.722]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1063/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/smtp=>github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/smtp;$WORK/b1063=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins/services/smtp -lang=go1.21 -complete -installsuffix shared -buildid pwlN93kL_CoPhXiWAWJp/pwlN93kL_CoPhXiWAWJp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1063/importcfg -pack /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/smtp/smtp.go
2025-08-20T21:54:47.0494764Z [00:03:29.759]➜  go tool buildid -w $WORK/b1063/_pkg_.a # internal
2025-08-20T21:54:47.0509568Z [00:03:29.760]➜  cp $WORK/b1063/_pkg_.a /root/.cache/go-build/3d/3d7daa146a18d19beedb942801c5937922dab4e7b81a84dfe6be6cd42542bd4b-d # internal
2025-08-20T21:54:47.0518898Z [00:03:29.761]➜  net/smtp
2025-08-20T21:54:47.0529982Z [00:03:29.762]➜  mkdir -p $WORK/b1064/
2025-08-20T21:54:47.0531139Z [00:03:29.762]➜  cat >/tmp/go-build3999932643/b1064/importcfg << 'EOF' # internal
2025-08-20T21:54:47.0533127Z [00:03:29.762]➜  # import config
2025-08-20T21:54:47.0534167Z [00:03:29.762]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:47.0534680Z [00:03:29.763]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:47.0535162Z [00:03:29.763]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:47.0535663Z [00:03:29.763]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:47.0536116Z [00:03:29.763]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:47.0536539Z [00:03:29.763]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:47.0537226Z [00:03:29.763]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:47.0537863Z [00:03:29.763]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:47.0538312Z [00:03:29.763]➜  packagefile net/textproto=/tmp/go-build3999932643/b211/_pkg_.a
2025-08-20T21:54:47.0538755Z [00:03:29.763]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:47.0539068Z [00:03:29.763]➜  EOF
2025-08-20T21:54:47.0540539Z [00:03:29.763]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1064/_pkg_.a -trimpath "/root/.go/src/net/smtp=>net/smtp;$WORK/b1064=>" -p net/smtp -lang=go1.25 -std -complete -installsuffix shared -buildid LPi1i2DYBT5nlN_2ixY1/LPi1i2DYBT5nlN_2ixY1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1064/importcfg -pack /root/.go/src/net/smtp/auth.go /root/.go/src/net/smtp/smtp.go
2025-08-20T21:54:47.0793939Z [00:03:29.788]➜  go tool buildid -w $WORK/b1060/_pkg_.a # internal
2025-08-20T21:54:47.0798762Z [00:03:29.789]➜  cp $WORK/b1060/_pkg_.a /root/.cache/go-build/6d/6de61c6e915d6487753f26e73c443cad61b0e4e31bac27fa7da2b3460524b0a3-d # internal
2025-08-20T21:54:47.0812740Z [00:03:29.791]➜  github.com/zmap/zgrab2/lib/smb/smb
2025-08-20T21:54:47.0813170Z [00:03:29.791]➜  mkdir -p $WORK/b1057/
2025-08-20T21:54:47.0823200Z [00:03:29.792]➜  cat >/tmp/go-build3999932643/b1057/importcfg << 'EOF' # internal
2025-08-20T21:54:47.0823649Z [00:03:29.792]➜  # import config
2025-08-20T21:54:47.0823992Z [00:03:29.792]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:47.0824435Z [00:03:29.792]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:47.0824878Z [00:03:29.792]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:47.0825683Z [00:03:29.792]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:47.0826154Z [00:03:29.792]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:47.0826599Z [00:03:29.792]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:47.0827010Z [00:03:29.792]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:47.0827694Z [00:03:29.792]➜  packagefile github.com/zmap/zgrab2/lib/smb/gss=/tmp/go-build3999932643/b1058/_pkg_.a
2025-08-20T21:54:47.0828375Z [00:03:29.792]➜  packagefile github.com/zmap/zgrab2/lib/smb/ntlmssp=/tmp/go-build3999932643/b1060/_pkg_.a
2025-08-20T21:54:47.0829042Z [00:03:29.792]➜  packagefile github.com/zmap/zgrab2/lib/smb/smb/encoder=/tmp/go-build3999932643/b1059/_pkg_.a
2025-08-20T21:54:47.0829574Z [00:03:29.792]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:47.0829974Z [00:03:29.792]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:47.0830379Z [00:03:29.792]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:47.0830810Z [00:03:29.792]➜  packagefile runtime/debug=/tmp/go-build3999932643/b245/_pkg_.a
2025-08-20T21:54:47.0831258Z [00:03:29.792]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:47.0831703Z [00:03:29.792]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:54:47.0832030Z [00:03:29.792]➜  EOF
2025-08-20T21:54:47.0844460Z [00:03:29.793]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1057/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/smb/smb=>github.com/zmap/zgrab2@v0.1.8/lib/smb/smb;$WORK/b1057=>" -p github.com/zmap/zgrab2/lib/smb/smb -lang=go1.12 -complete -installsuffix shared -buildid 2Jodp1Z-NjsJUm8jZu7L/2Jodp1Z-NjsJUm8jZu7L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1057/importcfg -pack /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/smb/smb/session.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/smb/smb/smb.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/smb/smb/zgrab.go
2025-08-20T21:54:47.1334660Z [00:03:29.843]➜  go tool buildid -w $WORK/b1064/_pkg_.a # internal
2025-08-20T21:54:47.1346935Z [00:03:29.844]➜  cp $WORK/b1064/_pkg_.a /root/.cache/go-build/56/5642b61987ab1cede2f7a0acdab32102354dd4fd0ebbcd974ae863161415fb0f-d # internal
2025-08-20T21:54:47.1372210Z [00:03:29.846]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/smtp
2025-08-20T21:54:47.1372836Z [00:03:29.847]➜  mkdir -p $WORK/b1062/
2025-08-20T21:54:47.1377000Z [00:03:29.847]➜  cat >/tmp/go-build3999932643/b1062/importcfg << 'EOF' # internal
2025-08-20T21:54:47.1377509Z [00:03:29.847]➜  # import config
2025-08-20T21:54:47.1377917Z [00:03:29.847]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:47.1378677Z [00:03:29.847]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:47.1379095Z [00:03:29.847]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:47.1379525Z [00:03:29.847]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:47.1380277Z [00:03:29.847]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:47.1381051Z [00:03:29.847]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build3999932643/b993/_pkg_.a
2025-08-20T21:54:47.1381892Z [00:03:29.847]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/smtp=/tmp/go-build3999932643/b1063/_pkg_.a
2025-08-20T21:54:47.1391354Z [00:03:29.847]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/utils=/tmp/go-build3999932643/b836/_pkg_.a
2025-08-20T21:54:47.1392706Z [00:03:29.847]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:54:47.1393922Z [00:03:29.847]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:47.1394732Z [00:03:29.847]➜  packagefile net/smtp=/tmp/go-build3999932643/b1064/_pkg_.a
2025-08-20T21:54:47.1395867Z [00:03:29.847]➜  packagefile net/textproto=/tmp/go-build3999932643/b211/_pkg_.a
2025-08-20T21:54:47.1396355Z [00:03:29.847]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:47.1396801Z [00:03:29.847]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:47.1397220Z [00:03:29.847]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:47.1397668Z [00:03:29.847]➜  EOF
2025-08-20T21:54:47.1399840Z [00:03:29.847]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1062/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smtp=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/smtp;$WORK/b1062=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/smtp -lang=go1.24 -complete -installsuffix shared -buildid AzZP5eYPQQZNKR_vZSUe/AzZP5eYPQQZNKR_vZSUe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1062/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smtp/msg.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smtp/smtp.go
2025-08-20T21:54:47.2294312Z [00:03:29.939]➜  go tool buildid -w $WORK/b1057/_pkg_.a # internal
2025-08-20T21:54:47.2305610Z [00:03:29.940]➜  cp $WORK/b1057/_pkg_.a /root/.cache/go-build/9c/9c6248f446dd29e1d0135f3b8055fdf3c11cb2701e06991cbbfa338cdb747b8d-d # internal
2025-08-20T21:54:47.2328867Z [00:03:29.942]➜  github.com/zmap/zgrab2/tools/keys
2025-08-20T21:54:47.2329381Z [00:03:29.942]➜  mkdir -p $WORK/b1068/
2025-08-20T21:54:47.2332948Z [00:03:29.943]➜  cat >/tmp/go-build3999932643/b1068/importcfg << 'EOF' # internal
2025-08-20T21:54:47.2333377Z [00:03:29.943]➜  # import config
2025-08-20T21:54:47.2333756Z [00:03:29.943]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:54:47.2334227Z [00:03:29.943]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:47.2334875Z [00:03:29.943]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:47.2335323Z [00:03:29.943]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:47.2335836Z [00:03:29.943]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:47.2336258Z [00:03:29.943]➜  EOF
2025-08-20T21:54:47.2339135Z [00:03:29.943]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1068/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/tools/keys=>github.com/zmap/zgrab2@v0.1.8/tools/keys;$WORK/b1068=>" -p github.com/zmap/zgrab2/tools/keys -lang=go1.12 -complete -installsuffix shared -buildid dZ39KPFYS-jK0IyVjoLw/dZ39KPFYS-jK0IyVjoLw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1068/importcfg -pack /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/tools/keys/dhe.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/tools/keys/ecdhe.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/tools/keys/names.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/tools/keys/rsa.go
2025-08-20T21:54:47.3470697Z [00:03:30.056]➜  go tool buildid -w $WORK/b1068/_pkg_.a # internal
2025-08-20T21:54:47.3488138Z [00:03:30.058]➜  cp $WORK/b1068/_pkg_.a /root/.cache/go-build/0e/0ebb31a8d57845a8522c12cee5f7756197be6898d11346ea1dc2495df3c54c23-d # internal
2025-08-20T21:54:47.3491843Z [00:03:30.058]➜  golang.org/x/crypto/curve25519
2025-08-20T21:54:47.3492443Z [00:03:30.058]➜  mkdir -p $WORK/b1069/
2025-08-20T21:54:47.3493769Z [00:03:30.059]➜  cat >/tmp/go-build3999932643/b1069/importcfg << 'EOF' # internal
2025-08-20T21:54:47.3494128Z [00:03:30.059]➜  # import config
2025-08-20T21:54:47.3494500Z [00:03:30.059]➜  packagefile crypto/ecdh=/tmp/go-build3999932643/b110/_pkg_.a
2025-08-20T21:54:47.3494977Z [00:03:30.059]➜  EOF
2025-08-20T21:54:47.3496939Z [00:03:30.059]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1069/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/curve25519=>golang.org/x/crypto@v0.39.0/curve25519;$WORK/b1069=>" -p golang.org/x/crypto/curve25519 -lang=go1.23 -complete -installsuffix shared -buildid aYgGNNg8vrUX_NvaIR1r/aYgGNNg8vrUX_NvaIR1r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1069/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/curve25519/curve25519.go
2025-08-20T21:54:47.3602444Z [00:03:30.068]➜  go tool buildid -w $WORK/b1054/_pkg_.a # internal
2025-08-20T21:54:47.3627008Z [00:03:30.072]➜  go tool buildid -w $WORK/b1069/_pkg_.a # internal
2025-08-20T21:54:47.3630569Z [00:03:30.072]➜  cp $WORK/b1069/_pkg_.a /root/.cache/go-build/31/319078936535d751cdd86133f7d9c39f7e1fa98186997548b0f8e72650cfb073-d # internal
2025-08-20T21:54:47.3700810Z [00:03:30.079]➜  github.com/zmap/zgrab2/lib/ssh
2025-08-20T21:54:47.3701157Z [00:03:30.079]➜  mkdir -p $WORK/b1067/
2025-08-20T21:54:47.3706385Z [00:03:30.080]➜  cat >/tmp/go-build3999932643/b1067/importcfg << 'EOF' # internal
2025-08-20T21:54:47.3706789Z [00:03:30.080]➜  # import config
2025-08-20T21:54:47.3707546Z [00:03:30.080]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:47.3708178Z [00:03:30.080]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:47.3708708Z [00:03:30.080]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:47.3709244Z [00:03:30.080]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:54:47.3709867Z [00:03:30.080]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:47.3710438Z [00:03:30.080]➜  packagefile crypto/des=/tmp/go-build3999932643/b109/_pkg_.a
2025-08-20T21:54:47.3711226Z [00:03:30.080]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:47.3711865Z [00:03:30.080]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:54:47.3712425Z [00:03:30.080]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:47.3712978Z [00:03:30.080]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:47.3713837Z [00:03:30.080]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:47.3714588Z [00:03:30.080]➜  packagefile crypto/rc4=/tmp/go-build3999932643/b146/_pkg_.a
2025-08-20T21:54:47.3715209Z [00:03:30.080]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:47.3715979Z [00:03:30.080]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:47.3716887Z [00:03:30.080]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:47.3717749Z [00:03:30.080]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:47.3718482Z [00:03:30.080]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:47.3719122Z [00:03:30.080]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:47.3719828Z [00:03:30.080]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:47.3720424Z [00:03:30.080]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:47.3721225Z [00:03:30.080]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:47.3721861Z [00:03:30.080]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:47.3722574Z [00:03:30.080]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:47.3723176Z [00:03:30.080]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:47.3723874Z [00:03:30.080]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:47.3724878Z [00:03:30.080]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:47.3725468Z [00:03:30.080]➜  packagefile github.com/zmap/zcrypto/dsa=/tmp/go-build3999932643/b451/_pkg_.a
2025-08-20T21:54:47.3726051Z [00:03:30.080]➜  packagefile github.com/zmap/zcrypto/x509=/tmp/go-build3999932643/b454/_pkg_.a
2025-08-20T21:54:47.3726641Z [00:03:30.080]➜  packagefile github.com/zmap/zgrab2/tools/keys=/tmp/go-build3999932643/b1068/_pkg_.a
2025-08-20T21:54:47.3727247Z [00:03:30.080]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build3999932643/b1069/_pkg_.a
2025-08-20T21:54:47.3728262Z [00:03:30.080]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build3999932643/b467/_pkg_.a
2025-08-20T21:54:47.3728753Z [00:03:30.080]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:47.3729164Z [00:03:30.080]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:47.3729584Z [00:03:30.080]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:47.3730009Z [00:03:30.080]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:47.3730428Z [00:03:30.080]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:47.3730864Z [00:03:30.080]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:47.3731283Z [00:03:30.080]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:47.3731701Z [00:03:30.080]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:47.3732116Z [00:03:30.080]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:47.3732537Z [00:03:30.080]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:47.3732961Z [00:03:30.080]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:47.3733505Z [00:03:30.080]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:47.3734049Z [00:03:30.080]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:47.3734580Z [00:03:30.080]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:47.3734936Z [00:03:30.080]➜  EOF
2025-08-20T21:54:47.3741904Z [00:03:30.081]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1067/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/ssh=>github.com/zmap/zgrab2@v0.1.8/lib/ssh;$WORK/b1067=>" -p github.com/zmap/zgrab2/lib/ssh -lang=go1.12 -complete -installsuffix shared -buildid UcaIC4uHlU4A_xfUGEDy/UcaIC4uHlU4A_xfUGEDy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1067/importcfg -pack /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/ssh/buffer.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/ssh/certs.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/ssh/channel.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/ssh/cipher.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/ssh/client.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/ssh/client_auth.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/ssh/common.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/ssh/config.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/ssh/connection.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/ssh/doc.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/ssh/handshake.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/ssh/kex.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/ssh/kex_gex.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/ssh/keys.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/ssh/log.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/ssh/mac.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/ssh/messages.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/ssh/mux.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/ssh/server.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/ssh/session.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/ssh/tcpip.go /root/go/pkg/mod/github.com/zmap/zgrab2@v0.1.8/lib/ssh/transport.go
2025-08-20T21:54:47.3769106Z [00:03:30.085]➜  cp $WORK/b1054/_pkg_.a /root/.cache/go-build/09/0908dbbade17721a71b600200b20b10799bc008399cd1c0b9f80dc2f7d239f65-d # internal
2025-08-20T21:54:47.3878475Z [00:03:30.097]➜  github.com/projectdiscovery/go-smb2
2025-08-20T21:54:47.3878857Z [00:03:30.097]➜  mkdir -p $WORK/b1047/
2025-08-20T21:54:47.3888912Z [00:03:30.098]➜  cat >/tmp/go-build3999932643/b1047/importcfg << 'EOF' # internal
2025-08-20T21:54:47.3891434Z [00:03:30.098]➜  # import config
2025-08-20T21:54:47.3892494Z [00:03:30.098]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:47.3893290Z [00:03:30.098]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:47.3893747Z [00:03:30.098]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:54:47.3894225Z [00:03:30.098]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:47.3894707Z [00:03:30.098]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:47.3895159Z [00:03:30.098]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:47.3895654Z [00:03:30.098]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:47.3896142Z [00:03:30.098]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:47.3896603Z [00:03:30.098]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:47.3897078Z [00:03:30.098]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:47.3897679Z [00:03:30.098]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:47.3898106Z [00:03:30.098]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:47.3898721Z [00:03:30.098]➜  packagefile github.com/projectdiscovery/go-smb2/internal/crypto/ccm=/tmp/go-build3999932643/b1048/_pkg_.a
2025-08-20T21:54:47.3899649Z [00:03:30.098]➜  packagefile github.com/projectdiscovery/go-smb2/internal/crypto/cmac=/tmp/go-build3999932643/b1049/_pkg_.a
2025-08-20T21:54:47.3900566Z [00:03:30.098]➜  packagefile github.com/projectdiscovery/go-smb2/internal/erref=/tmp/go-build3999932643/b1050/_pkg_.a
2025-08-20T21:54:47.3901360Z [00:03:30.098]➜  packagefile github.com/projectdiscovery/go-smb2/internal/msrpc=/tmp/go-build3999932643/b1051/_pkg_.a
2025-08-20T21:54:47.3902090Z [00:03:30.098]➜  packagefile github.com/projectdiscovery/go-smb2/internal/ntlm=/tmp/go-build3999932643/b1053/_pkg_.a
2025-08-20T21:54:47.3902817Z [00:03:30.098]➜  packagefile github.com/projectdiscovery/go-smb2/internal/smb2=/tmp/go-build3999932643/b1054/_pkg_.a
2025-08-20T21:54:47.3903562Z [00:03:30.098]➜  packagefile github.com/projectdiscovery/go-smb2/internal/spnego=/tmp/go-build3999932643/b1055/_pkg_.a
2025-08-20T21:54:47.3904124Z [00:03:30.098]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:47.3904531Z [00:03:30.098]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:47.3904933Z [00:03:30.098]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:47.3905360Z [00:03:30.098]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:47.3905776Z [00:03:30.098]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:47.3906197Z [00:03:30.098]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:47.3906612Z [00:03:30.098]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:47.3907179Z [00:03:30.098]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:47.3907731Z [00:03:30.098]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:47.3908161Z [00:03:30.098]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:47.3908573Z [00:03:30.098]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:47.3908994Z [00:03:30.098]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:47.3909413Z [00:03:30.098]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:47.3909844Z [00:03:30.098]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:47.3910281Z [00:03:30.098]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:54:47.3910695Z [00:03:30.098]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:47.3911126Z [00:03:30.098]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:47.3911458Z [00:03:30.098]➜  EOF
2025-08-20T21:54:47.3920058Z [00:03:30.099]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1047/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb=>github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb;$WORK/b1047=>" -p github.com/projectdiscovery/go-smb2 -lang=go1.21 -complete -installsuffix shared -buildid Q6B1Fejab7uvgsgPrVEP/Q6B1Fejab7uvgsgPrVEP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1047/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/all.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/client.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/client_fs.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/conn.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/credit.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/deprecated.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/errors.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/feature.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/filepath.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/initiator.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/kdf.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/path.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/session.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/smb2.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/spnego.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/transport.go /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/tree_conn.go
2025-08-20T21:54:47.8334691Z [00:03:30.542]➜  go tool buildid -w $WORK/b1062/_pkg_.a # internal
2025-08-20T21:54:47.8518879Z [00:03:30.561]➜  cp $WORK/b1062/_pkg_.a /root/.cache/go-build/2a/2a9409dfffc83fe416b1a6ac61d6a0059ca5286d9c14c0033a791fb6b3faa6fd-d # internal
2025-08-20T21:54:47.8540781Z [00:03:30.561]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libsmtp
2025-08-20T21:54:47.8541242Z [00:03:30.561]➜  mkdir -p $WORK/b1061/
2025-08-20T21:54:47.8546614Z [00:03:30.561]➜  cat >/tmp/go-build3999932643/b1061/importcfg << 'EOF' # internal
2025-08-20T21:54:47.8550983Z [00:03:30.561]➜  # import config
2025-08-20T21:54:47.8554116Z [00:03:30.561]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:47.8559643Z [00:03:30.561]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build3999932643/b835/_pkg_.a
2025-08-20T21:54:47.8560779Z [00:03:30.561]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/smtp=/tmp/go-build3999932643/b1062/_pkg_.a
2025-08-20T21:54:47.8561270Z [00:03:30.561]➜  EOF
2025-08-20T21:54:47.8563426Z [00:03:30.561]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1061/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libsmtp=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libsmtp;$WORK/b1061=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libsmtp -lang=go1.24 -complete -installsuffix shared -buildid t8n-td5xlevZPfvgPZjI/t8n-td5xlevZPfvgPZjI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1061/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libsmtp/smtp.go
2025-08-20T21:54:47.8822228Z [00:03:30.591]➜  go tool buildid -w $WORK/b1047/_pkg_.a # internal
2025-08-20T21:54:47.8974834Z [00:03:30.606]➜  cp $WORK/b1047/_pkg_.a /root/.cache/go-build/1e/1ed6b47715e562c88d0a651ea13800729b82c54edae4042017375775646296b9-d # internal
2025-08-20T21:54:47.8976542Z [00:03:30.606]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/smb
2025-08-20T21:54:47.8977691Z [00:03:30.606]➜  mkdir -p $WORK/b1045/
2025-08-20T21:54:47.8978362Z [00:03:30.607]➜  cat >/tmp/go-build3999932643/b1045/importcfg << 'EOF' # internal
2025-08-20T21:54:47.8978935Z [00:03:30.607]➜  # import config
2025-08-20T21:54:47.8979549Z [00:03:30.607]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:47.8980157Z [00:03:30.607]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:47.8980823Z [00:03:30.607]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:47.8981791Z [00:03:30.607]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:47.8982459Z [00:03:30.607]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build3999932643/b993/_pkg_.a
2025-08-20T21:54:47.8983282Z [00:03:30.607]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/smb=/tmp/go-build3999932643/b1046/_pkg_.a
2025-08-20T21:54:47.8984053Z [00:03:30.607]➜  packagefile github.com/projectdiscovery/go-smb2=/tmp/go-build3999932643/b1047/_pkg_.a
2025-08-20T21:54:47.8984801Z [00:03:30.607]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/structs=/tmp/go-build3999932643/b839/_pkg_.a
2025-08-20T21:54:47.8985953Z [00:03:30.607]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:54:47.8986942Z [00:03:30.607]➜  packagefile github.com/projectdiscovery/utils/reader=/tmp/go-build3999932643/b470/_pkg_.a
2025-08-20T21:54:47.8987825Z [00:03:30.607]➜  packagefile github.com/zmap/zgrab2/lib/smb/smb=/tmp/go-build3999932643/b1057/_pkg_.a
2025-08-20T21:54:47.8988355Z [00:03:30.607]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:47.8988778Z [00:03:30.607]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:47.8989204Z [00:03:30.607]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:47.8989509Z [00:03:30.607]➜  EOF
2025-08-20T21:54:47.8992615Z [00:03:30.607]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1045/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smb=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/smb;$WORK/b1045=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/smb -lang=go1.24 -complete -installsuffix shared -buildid Xc4vtt7ryCHSJHa8efGP/Xc4vtt7ryCHSJHa8efGP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1045/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smb/memo.smb.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smb/memo.smb_private.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smb/memo.smbghost.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smb/smb.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smb/smb_private.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smb/smbghost.go
2025-08-20T21:54:47.9503417Z [00:03:30.659]➜  go tool buildid -w $WORK/b1061/_pkg_.a # internal
2025-08-20T21:54:47.9546437Z [00:03:30.664]➜  cp $WORK/b1061/_pkg_.a /root/.cache/go-build/86/86f446036ee0f88b79940ddead722ee18fb056e76ffd085271bcbf6c72c688c7-d # internal
2025-08-20T21:54:47.9547881Z [00:03:30.664]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libstructs
2025-08-20T21:54:47.9549131Z [00:03:30.664]➜  mkdir -p $WORK/b1070/
2025-08-20T21:54:47.9559098Z [00:03:30.665]➜  cat >/tmp/go-build3999932643/b1070/importcfg << 'EOF' # internal
2025-08-20T21:54:47.9559693Z [00:03:30.665]➜  # import config
2025-08-20T21:54:47.9560227Z [00:03:30.665]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:47.9561842Z [00:03:30.665]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build3999932643/b835/_pkg_.a
2025-08-20T21:54:47.9562635Z [00:03:30.665]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/structs=/tmp/go-build3999932643/b839/_pkg_.a
2025-08-20T21:54:47.9563128Z [00:03:30.665]➜  EOF
2025-08-20T21:54:47.9565380Z [00:03:30.665]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1070/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libstructs=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libstructs;$WORK/b1070=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libstructs -lang=go1.24 -complete -installsuffix shared -buildid 9QYOWWvcGG33BJQpJnpr/9QYOWWvcGG33BJQpJnpr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1070/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libstructs/structs.go
2025-08-20T21:54:48.0048990Z [00:03:30.713]➜  go tool buildid -w $WORK/b1067/_pkg_.a # internal
2025-08-20T21:54:48.0111384Z [00:03:30.720]➜  cp $WORK/b1067/_pkg_.a /root/.cache/go-build/16/163ef65cd04986bb90a9435c779883b9cff0b01e4d4820b51c3b7e423828a518-d # internal
2025-08-20T21:54:48.0113485Z [00:03:30.720]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ssh
2025-08-20T21:54:48.0113857Z [00:03:30.720]➜  mkdir -p $WORK/b1066/
2025-08-20T21:54:48.0114563Z [00:03:30.721]➜  cat >/tmp/go-build3999932643/b1066/importcfg << 'EOF' # internal
2025-08-20T21:54:48.0115071Z [00:03:30.721]➜  # import config
2025-08-20T21:54:48.0115436Z [00:03:30.721]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:48.0115876Z [00:03:30.721]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:48.0116604Z [00:03:30.721]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:48.0117483Z [00:03:30.721]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:54:48.0118486Z [00:03:30.721]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:48.0119215Z [00:03:30.721]➜  packagefile github.com/zmap/zgrab2/lib/ssh=/tmp/go-build3999932643/b1067/_pkg_.a
2025-08-20T21:54:48.0119724Z [00:03:30.721]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:48.0120151Z [00:03:30.721]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:48.0120463Z [00:03:30.721]➜  EOF
2025-08-20T21:54:48.0122609Z [00:03:30.721]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1066/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/ssh=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ssh;$WORK/b1066=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ssh -lang=go1.24 -complete -installsuffix shared -buildid uJBkCwLkjwve-irNL6F0/uJBkCwLkjwve-irNL6F0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1066/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/ssh/memo.ssh.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/ssh/ssh.go
2025-08-20T21:54:48.0173395Z [00:03:30.726]➜  go tool buildid -w $WORK/b1070/_pkg_.a # internal
2025-08-20T21:54:48.0185381Z [00:03:30.728]➜  cp $WORK/b1070/_pkg_.a /root/.cache/go-build/d4/d4b316a511124557df42bf1b0a4af1a462ddf4aef140a54f87d93691112f6bce-d # internal
2025-08-20T21:54:48.0189221Z [00:03:30.728]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins/services/telnet
2025-08-20T21:54:48.0191992Z [00:03:30.728]➜  mkdir -p $WORK/b1073/
2025-08-20T21:54:48.0192385Z [00:03:30.728]➜  cat >/tmp/go-build3999932643/b1073/importcfg << 'EOF' # internal
2025-08-20T21:54:48.0192734Z [00:03:30.728]➜  # import config
2025-08-20T21:54:48.0193099Z [00:03:30.728]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:48.0193733Z [00:03:30.728]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build3999932643/b993/_pkg_.a
2025-08-20T21:54:48.0194543Z [00:03:30.728]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils=/tmp/go-build3999932643/b994/_pkg_.a
2025-08-20T21:54:48.0195152Z [00:03:30.728]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:48.0195563Z [00:03:30.728]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:48.0195869Z [00:03:30.728]➜  EOF
2025-08-20T21:54:48.0198445Z [00:03:30.728]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1073/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/telnet=>github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/telnet;$WORK/b1073=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins/services/telnet -lang=go1.21 -complete -installsuffix shared -buildid JMirFXX3f1JD1G2fPuU2/JMirFXX3f1JD1G2fPuU2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1073/importcfg -pack /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/telnet/telnet.go
2025-08-20T21:54:48.0568939Z [00:03:30.766]➜  go tool buildid -w $WORK/b1066/_pkg_.a # internal
2025-08-20T21:54:48.0584118Z [00:03:30.767]➜  cp $WORK/b1066/_pkg_.a /root/.cache/go-build/ec/ec0b2892161cca309d50646a15c0e7c2306a25d64fa13d6039f1bbad7f894c26-d # internal
2025-08-20T21:54:48.0584882Z [00:03:30.767]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libssh
2025-08-20T21:54:48.0585313Z [00:03:30.767]➜  mkdir -p $WORK/b1065/
2025-08-20T21:54:48.0585694Z [00:03:30.767]➜  cat >/tmp/go-build3999932643/b1065/importcfg << 'EOF' # internal
2025-08-20T21:54:48.0586066Z [00:03:30.767]➜  # import config
2025-08-20T21:54:48.0586476Z [00:03:30.767]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:48.0587478Z [00:03:30.767]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build3999932643/b835/_pkg_.a
2025-08-20T21:54:48.0588308Z [00:03:30.767]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ssh=/tmp/go-build3999932643/b1066/_pkg_.a
2025-08-20T21:54:48.0588892Z [00:03:30.767]➜  EOF
2025-08-20T21:54:48.0589873Z [00:03:30.768]➜  go tool buildid -w $WORK/b1073/_pkg_.a # internal
2025-08-20T21:54:48.0595361Z [00:03:30.769]➜  cp $WORK/b1073/_pkg_.a /root/.cache/go-build/06/06e90fba826743fdaea658d719d08f5930d6b1f13daa1a8c9d08af076549beee-d # internal
2025-08-20T21:54:48.0597139Z [00:03:30.769]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/telnet
2025-08-20T21:54:48.0597964Z [00:03:30.769]➜  mkdir -p $WORK/b1072/
2025-08-20T21:54:48.0601203Z [00:03:30.769]➜  cat >/tmp/go-build3999932643/b1072/importcfg << 'EOF' # internal
2025-08-20T21:54:48.0601608Z [00:03:30.769]➜  # import config
2025-08-20T21:54:48.0602002Z [00:03:30.769]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:48.0602457Z [00:03:30.770]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:48.0602871Z [00:03:30.770]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:48.0607565Z [00:03:30.770]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build3999932643/b993/_pkg_.a
2025-08-20T21:54:48.0608483Z [00:03:30.770]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/telnet=/tmp/go-build3999932643/b1073/_pkg_.a
2025-08-20T21:54:48.0609410Z [00:03:30.770]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:54:48.0610372Z [00:03:30.770]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:48.0610963Z [00:03:30.770]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:48.0611381Z [00:03:30.770]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:48.0611686Z [00:03:30.770]➜  EOF
2025-08-20T21:54:48.0613940Z [00:03:30.770]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1072/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/telnet=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/telnet;$WORK/b1072=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/telnet -lang=go1.24 -complete -installsuffix shared -buildid -S4WitfSopId6CHUxVB4/-S4WitfSopId6CHUxVB4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1072/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/telnet/memo.telnet.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/telnet/telnet.go
2025-08-20T21:54:48.0617916Z [00:03:30.770]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1065/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libssh=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libssh;$WORK/b1065=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libssh -lang=go1.24 -complete -installsuffix shared -buildid KWJb011xC0hQs-byXXcc/KWJb011xC0hQs-byXXcc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1065/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libssh/ssh.go
2025-08-20T21:54:48.1863114Z [00:03:30.895]➜  go tool buildid -w $WORK/b1065/_pkg_.a # internal
2025-08-20T21:54:48.1877800Z [00:03:30.897]➜  cp $WORK/b1065/_pkg_.a /root/.cache/go-build/5b/5bd5bb37dc51ac673d5cb7aa6b8df41c40f34dbcbab738d051f76e04c7b9f2ff-d # internal
2025-08-20T21:54:48.1983444Z [00:03:30.907]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins/services/vnc
2025-08-20T21:54:48.1983892Z [00:03:30.908]➜  mkdir -p $WORK/b1076/
2025-08-20T21:54:48.1987668Z [00:03:30.908]➜  cat >/tmp/go-build3999932643/b1076/importcfg << 'EOF' # internal
2025-08-20T21:54:48.1988952Z [00:03:30.908]➜  # import config
2025-08-20T21:54:48.1989921Z [00:03:30.908]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build3999932643/b993/_pkg_.a
2025-08-20T21:54:48.1990763Z [00:03:30.908]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils=/tmp/go-build3999932643/b994/_pkg_.a
2025-08-20T21:54:48.1991629Z [00:03:30.908]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:48.1992122Z [00:03:30.908]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:48.1992531Z [00:03:30.908]➜  EOF
2025-08-20T21:54:48.1995003Z [00:03:30.908]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1076/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/vnc=>github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/vnc;$WORK/b1076=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins/services/vnc -lang=go1.21 -complete -installsuffix shared -buildid sWwBH-iLgZxagiDpE8Ix/sWwBH-iLgZxagiDpE8Ix -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1076/importcfg -pack /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/vnc/vnc.go
2025-08-20T21:54:48.2440876Z [00:03:30.953]➜  go tool buildid -w $WORK/b1076/_pkg_.a # internal
2025-08-20T21:54:48.2446227Z [00:03:30.954]➜  cp $WORK/b1076/_pkg_.a /root/.cache/go-build/a4/a41ea0eccead5bca36f3d60d3e83fd636e828f9c3df7166ba546c2608e1399a1-d # internal
2025-08-20T21:54:48.2447537Z [00:03:30.954]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/vnc
2025-08-20T21:54:48.2447980Z [00:03:30.954]➜  mkdir -p $WORK/b1075/
2025-08-20T21:54:48.2451489Z [00:03:30.954]➜  cat >/tmp/go-build3999932643/b1075/importcfg << 'EOF' # internal
2025-08-20T21:54:48.2452598Z [00:03:30.954]➜  # import config
2025-08-20T21:54:48.2453394Z [00:03:30.954]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:48.2454277Z [00:03:30.954]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:48.2454711Z [00:03:30.954]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:48.2455489Z [00:03:30.954]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build3999932643/b993/_pkg_.a
2025-08-20T21:54:48.2456316Z [00:03:30.954]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/vnc=/tmp/go-build3999932643/b1076/_pkg_.a
2025-08-20T21:54:48.2457226Z [00:03:30.954]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:54:48.2458142Z [00:03:30.954]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:48.2458575Z [00:03:30.954]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:48.2458996Z [00:03:30.954]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:48.2459299Z [00:03:30.954]➜  EOF
2025-08-20T21:54:48.2461445Z [00:03:30.954]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1075/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/vnc=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/vnc;$WORK/b1075=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/vnc -lang=go1.24 -complete -installsuffix shared -buildid HsRXcczVJS-Gek83_9Nr/HsRXcczVJS-Gek83_9Nr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1075/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/vnc/memo.vnc.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/vnc/vnc.go
2025-08-20T21:54:48.4513322Z [00:03:31.161]➜  go tool buildid -w $WORK/b1045/_pkg_.a # internal
2025-08-20T21:54:48.4697634Z [00:03:31.179]➜  cp $WORK/b1045/_pkg_.a /root/.cache/go-build/86/861c0c6bdb0bcaabc928045a1b56b64d5d868dc81cde4ec8960ac3625ad226da-d # internal
2025-08-20T21:54:48.4721820Z [00:03:31.181]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libsmb
2025-08-20T21:54:48.4723394Z [00:03:31.182]➜  mkdir -p $WORK/b1044/
2025-08-20T21:54:48.4724805Z [00:03:31.182]➜  cat >/tmp/go-build3999932643/b1044/importcfg << 'EOF' # internal
2025-08-20T21:54:48.4725219Z [00:03:31.182]➜  # import config
2025-08-20T21:54:48.4725630Z [00:03:31.182]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:48.4726291Z [00:03:31.182]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build3999932643/b835/_pkg_.a
2025-08-20T21:54:48.4727339Z [00:03:31.182]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/smb=/tmp/go-build3999932643/b1045/_pkg_.a
2025-08-20T21:54:48.4728031Z [00:03:31.182]➜  EOF
2025-08-20T21:54:48.4730294Z [00:03:31.182]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1044/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libsmb=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libsmb;$WORK/b1044=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libsmb -lang=go1.24 -complete -installsuffix shared -buildid i1C5Z6R0qzgDhIdWXf0Z/i1C5Z6R0qzgDhIdWXf0Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1044/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libsmb/smb.go
2025-08-20T21:54:48.5949001Z [00:03:31.304]➜  go tool buildid -w $WORK/b1044/_pkg_.a # internal
2025-08-20T21:54:48.5964027Z [00:03:31.306]➜  cp $WORK/b1044/_pkg_.a /root/.cache/go-build/0f/0f2a6740bb30f2cee452ccb89deb958ba5d60aa499aa8f7b353a9a25083436ad-d # internal
2025-08-20T21:54:48.6005497Z [00:03:31.310]➜  github.com/yassinebenaid/godump
2025-08-20T21:54:48.6006259Z [00:03:31.310]➜  mkdir -p $WORK/b1079/
2025-08-20T21:54:48.6024058Z [00:03:31.312]➜  cat >/tmp/go-build3999932643/b1079/importcfg << 'EOF' # internal
2025-08-20T21:54:48.6024639Z [00:03:31.312]➜  # import config
2025-08-20T21:54:48.6025086Z [00:03:31.312]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:48.6025629Z [00:03:31.312]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:48.6026123Z [00:03:31.312]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:48.6026986Z [00:03:31.312]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:48.6027745Z [00:03:31.312]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:48.6028286Z [00:03:31.312]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:48.6028695Z [00:03:31.312]➜  EOF
2025-08-20T21:54:48.6030560Z [00:03:31.312]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1079/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yassinebenaid/godump@v0.11.1=>github.com/yassinebenaid/godump@v0.11.1;$WORK/b1079=>" -p github.com/yassinebenaid/godump -lang=go1.21 -complete -installsuffix shared -buildid JXQXnhjMa9A_xZNTTRhH/JXQXnhjMa9A_xZNTTRhH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1079/importcfg -pack /root/go/pkg/mod/github.com/yassinebenaid/godump@v0.11.1/dumper.go
2025-08-20T21:54:48.6822308Z [00:03:31.391]➜  go tool buildid -w $WORK/b1072/_pkg_.a # internal
2025-08-20T21:54:48.6945352Z [00:03:31.403]➜  cp $WORK/b1072/_pkg_.a /root/.cache/go-build/29/298fefe28c01be4442d32b5e166790b961aa78a7919bb30b97cbb893c61f57c9-d # internal
2025-08-20T21:54:48.6946286Z [00:03:31.403]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libtelnet
2025-08-20T21:54:48.6946816Z [00:03:31.403]➜  mkdir -p $WORK/b1071/
2025-08-20T21:54:48.6947328Z [00:03:31.403]➜  cat >/tmp/go-build3999932643/b1071/importcfg << 'EOF' # internal
2025-08-20T21:54:48.6947869Z [00:03:31.403]➜  # import config
2025-08-20T21:54:48.6948372Z [00:03:31.403]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:48.6949149Z [00:03:31.403]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build3999932643/b835/_pkg_.a
2025-08-20T21:54:48.6950054Z [00:03:31.403]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/telnet=/tmp/go-build3999932643/b1072/_pkg_.a
2025-08-20T21:54:48.6950639Z [00:03:31.403]➜  EOF
2025-08-20T21:54:48.6953096Z [00:03:31.403]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1071/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libtelnet=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libtelnet;$WORK/b1071=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libtelnet -lang=go1.24 -complete -installsuffix shared -buildid -iK-lWDJBQy1FOS7dprH/-iK-lWDJBQy1FOS7dprH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1071/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libtelnet/telnet.go
2025-08-20T21:54:48.7183920Z [00:03:31.427]➜  go tool buildid -w $WORK/b1079/_pkg_.a # internal
2025-08-20T21:54:48.7215918Z [00:03:31.430]➜  cp $WORK/b1079/_pkg_.a /root/.cache/go-build/92/92395e29b2e6c29ac76f300fb20f40dd5f8d36fae45763fa329e6148789d8159-d # internal
2025-08-20T21:54:48.7216743Z [00:03:31.431]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump
2025-08-20T21:54:48.7217174Z [00:03:31.431]➜  mkdir -p $WORK/b1078/
2025-08-20T21:54:48.7220707Z [00:03:31.431]➜  cat >/tmp/go-build3999932643/b1078/importcfg << 'EOF' # internal
2025-08-20T21:54:48.7221063Z [00:03:31.431]➜  # import config
2025-08-20T21:54:48.7221581Z [00:03:31.431]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:54:48.7222269Z [00:03:31.431]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:54:48.7222905Z [00:03:31.431]➜  packagefile github.com/yassinebenaid/godump=/tmp/go-build3999932643/b1079/_pkg_.a
2025-08-20T21:54:48.7223414Z [00:03:31.431]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:48.7223734Z [00:03:31.431]➜  EOF
2025-08-20T21:54:48.7226311Z [00:03:31.431]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1078/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/utils/vardump=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump;$WORK/b1078=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump -lang=go1.24 -complete -installsuffix shared -buildid Q_zhW6jbszBvmkj9GuT7/Q_zhW6jbszBvmkj9GuT7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1078/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/utils/vardump/dump.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/utils/vardump/vars.go
2025-08-20T21:54:48.7714050Z [00:03:31.481]➜  go tool buildid -w $WORK/b1078/_pkg_.a # internal
2025-08-20T21:54:48.7719326Z [00:03:31.481]➜  cp $WORK/b1078/_pkg_.a /root/.cache/go-build/3f/3f47b1d23c3ab0d80cd5ffe7fdde694516b63d1f140bbb070e60a1ae385f29c7-d # internal
2025-08-20T21:54:48.7720507Z [00:03:31.481]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/global
2025-08-20T21:54:48.7720874Z [00:03:31.481]➜  mkdir -p $WORK/b1077/
2025-08-20T21:54:48.7725885Z [00:03:31.482]➜  cat >/tmp/go-build3999932643/b1077/importcfg << 'EOF' # internal
2025-08-20T21:54:48.7727061Z [00:03:31.482]➜  # import config
2025-08-20T21:54:48.7727580Z [00:03:31.482]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:48.7728101Z [00:03:31.482]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:48.7728549Z [00:03:31.482]➜  packagefile embed=/tmp/go-build3999932643/b066/_pkg_.a
2025-08-20T21:54:48.7729005Z [00:03:31.482]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:48.7729457Z [00:03:31.482]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:48.7729941Z [00:03:31.482]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:48.7730517Z [00:03:31.482]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build3999932643/b247/_pkg_.a
2025-08-20T21:54:48.7731132Z [00:03:31.482]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:48.7731828Z [00:03:31.482]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build3999932643/b835/_pkg_.a
2025-08-20T21:54:48.7732684Z [00:03:31.482]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:54:48.7733626Z [00:03:31.482]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build3999932643/b1078/_pkg_.a
2025-08-20T21:54:48.7734447Z [00:03:31.482]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:54:48.7735366Z [00:03:31.482]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:48.7736215Z [00:03:31.482]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:48.7736832Z [00:03:31.482]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:48.7737255Z [00:03:31.482]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:48.7737824Z [00:03:31.482]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:48.7738252Z [00:03:31.482]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:48.7738567Z [00:03:31.482]➜  EOF
2025-08-20T21:54:48.7738893Z [00:03:31.482]➜  cat >/tmp/go-build3999932643/b1077/embedcfg << 'EOF' # internal
2025-08-20T21:54:48.7739214Z [00:03:31.482]➜  {
2025-08-20T21:54:48.7739417Z [00:03:31.482]➜  	"Patterns": {
2025-08-20T21:54:48.7739657Z [00:03:31.482]➜  		"exports.js": [
2025-08-20T21:54:48.7739909Z [00:03:31.482]➜  			"exports.js"
2025-08-20T21:54:48.7740130Z [00:03:31.482]➜  		],
2025-08-20T21:54:48.7740332Z [00:03:31.482]➜  		"js": [
2025-08-20T21:54:48.7740606Z [00:03:31.482]➜  			"js/active_directory.js",
2025-08-20T21:54:48.7740877Z [00:03:31.482]➜  			"js/dump.js"
2025-08-20T21:54:48.7741093Z [00:03:31.482]➜  		]
2025-08-20T21:54:48.7741285Z [00:03:31.482]➜  	},
2025-08-20T21:54:48.7741493Z [00:03:31.482]➜  	"Files": {
2025-08-20T21:54:48.7741877Z [00:03:31.482]➜  		"exports.js": "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/global/exports.js",
2025-08-20T21:54:48.7742732Z [00:03:31.482]➜  		"js/active_directory.js": "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/global/js/active_directory.js",
2025-08-20T21:54:48.7743452Z [00:03:31.482]➜  		"js/dump.js": "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/global/js/dump.js"
2025-08-20T21:54:48.7743798Z [00:03:31.482]➜  	}
2025-08-20T21:54:48.7743987Z [00:03:31.482]➜  }EOF
2025-08-20T21:54:48.7746242Z [00:03:31.482]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1077/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/global=>github.com/projectdiscovery/nuclei/v3/pkg/js/global;$WORK/b1077=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/global -lang=go1.24 -complete -installsuffix shared -buildid Z1ah0v0q2GPsiXylJlNl/Z1ah0v0q2GPsiXylJlNl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1077/importcfg -embedcfg $WORK/b1077/embedcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/global/helpers.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/global/scripts.go
2025-08-20T21:54:48.7821184Z [00:03:31.491]➜  go tool buildid -w $WORK/b1071/_pkg_.a # internal
2025-08-20T21:54:48.7835470Z [00:03:31.493]➜  cp $WORK/b1071/_pkg_.a /root/.cache/go-build/15/15d2c597fe7783f997fc2026e48da825532987f21cff803a019cb158e668f71b-d # internal
2025-08-20T21:54:48.7852221Z [00:03:31.494]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/goconsole
2025-08-20T21:54:48.7852631Z [00:03:31.494]➜  mkdir -p $WORK/b1080/
2025-08-20T21:54:48.7865925Z [00:03:31.496]➜  cat >/tmp/go-build3999932643/b1080/importcfg << 'EOF' # internal
2025-08-20T21:54:48.7866408Z [00:03:31.496]➜  # import config
2025-08-20T21:54:48.7866884Z [00:03:31.496]➜  packagefile github.com/Mzack9999/goja_nodejs/console=/tmp/go-build3999932643/b827/_pkg_.a
2025-08-20T21:54:48.7867597Z [00:03:31.496]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:48.7868092Z [00:03:31.496]➜  EOF
2025-08-20T21:54:48.7871190Z [00:03:31.496]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1080/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/goconsole=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/goconsole;$WORK/b1080=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/goconsole -lang=go1.24 -complete -installsuffix shared -buildid Deeift2KCMaTOiW0Hzfs/Deeift2KCMaTOiW0Hzfs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1080/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/goconsole/log.go
2025-08-20T21:54:48.8013807Z [00:03:31.510]➜  go tool buildid -w $WORK/b1080/_pkg_.a # internal
2025-08-20T21:54:48.8019057Z [00:03:31.511]➜  cp $WORK/b1080/_pkg_.a /root/.cache/go-build/16/1616c5a3457f069b742210b8b792208c41b293fc3729935b5b3f067831d8714a-d # internal
2025-08-20T21:54:48.8062557Z [00:03:31.515]➜  github.com/projectdiscovery/utils/sync
2025-08-20T21:54:48.8063128Z [00:03:31.516]➜  mkdir -p $WORK/b1081/
2025-08-20T21:54:48.8066419Z [00:03:31.516]➜  cat >/tmp/go-build3999932643/b1081/importcfg << 'EOF' # internal
2025-08-20T21:54:48.8066823Z [00:03:31.516]➜  # import config
2025-08-20T21:54:48.8067205Z [00:03:31.516]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:48.8068040Z [00:03:31.516]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:48.8068767Z [00:03:31.516]➜  packagefile github.com/projectdiscovery/utils/sync/semaphore=/tmp/go-build3999932643/b705/_pkg_.a
2025-08-20T21:54:48.8069712Z [00:03:31.516]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:48.8070606Z [00:03:31.516]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:48.8070998Z [00:03:31.516]➜  EOF
2025-08-20T21:54:48.8073053Z [00:03:31.516]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1081/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/sync=>github.com/projectdiscovery/utils@v0.4.23/sync;$WORK/b1081=>" -p github.com/projectdiscovery/utils/sync -lang=go1.24 -complete -installsuffix shared -buildid RPPqNsGjhsG2kIVDgUNW/RPPqNsGjhsG2kIVDgUNW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1081/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/sync/adaptivewaitgroup.go
2025-08-20T21:54:48.8150597Z [00:03:31.524]➜  go tool buildid -w $WORK/b1075/_pkg_.a # internal
2025-08-20T21:54:48.8204835Z [00:03:31.530]➜  cp $WORK/b1075/_pkg_.a /root/.cache/go-build/db/db4449f6a21700d3d4a5181bb2271eff0d169b9f5fe28b263895ae145f82a8d9-d # internal
2025-08-20T21:54:48.8206043Z [00:03:31.530]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libvnc
2025-08-20T21:54:48.8206485Z [00:03:31.530]➜  mkdir -p $WORK/b1074/
2025-08-20T21:54:48.8213354Z [00:03:31.531]➜  cat >/tmp/go-build3999932643/b1074/importcfg << 'EOF' # internal
2025-08-20T21:54:48.8214061Z [00:03:31.531]➜  # import config
2025-08-20T21:54:48.8214891Z [00:03:31.531]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:48.8215579Z [00:03:31.531]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build3999932643/b835/_pkg_.a
2025-08-20T21:54:48.8216359Z [00:03:31.531]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/vnc=/tmp/go-build3999932643/b1075/_pkg_.a
2025-08-20T21:54:48.8216843Z [00:03:31.531]➜  EOF
2025-08-20T21:54:48.8219221Z [00:03:31.531]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1074/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libvnc=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libvnc;$WORK/b1074=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libvnc -lang=go1.24 -complete -installsuffix shared -buildid RMNfnKUOCBMs6JgpMmq8/RMNfnKUOCBMs6JgpMmq8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1074/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libvnc/vnc.go
2025-08-20T21:54:48.8381514Z [00:03:31.547]➜  go tool buildid -w $WORK/b1081/_pkg_.a # internal
2025-08-20T21:54:48.8388505Z [00:03:31.548]➜  cp $WORK/b1081/_pkg_.a /root/.cache/go-build/3f/3f23a84d562a042a71008ac43f744efb0bc672ef9cbd7f8fb61144e2576b8b0c-d # internal
2025-08-20T21:54:48.8409026Z [00:03:31.549]➜  github.com/alitto/pond
2025-08-20T21:54:48.8409378Z [00:03:31.549]➜  mkdir -p $WORK/b1083/
2025-08-20T21:54:48.8409802Z [00:03:31.550]➜  cat >/tmp/go-build3999932643/b1083/importcfg << 'EOF' # internal
2025-08-20T21:54:48.8410157Z [00:03:31.550]➜  # import config
2025-08-20T21:54:48.8410500Z [00:03:31.550]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:48.8411187Z [00:03:31.550]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:48.8411674Z [00:03:31.550]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:48.8412218Z [00:03:31.550]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:48.8412729Z [00:03:31.550]➜  packagefile runtime/debug=/tmp/go-build3999932643/b245/_pkg_.a
2025-08-20T21:54:48.8413168Z [00:03:31.550]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:48.8413600Z [00:03:31.550]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:48.8414039Z [00:03:31.550]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:48.8414348Z [00:03:31.550]➜  EOF
2025-08-20T21:54:48.8416662Z [00:03:31.550]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1083/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alitto/pond@v1.9.2=>github.com/alitto/pond@v1.9.2;$WORK/b1083=>" -p github.com/alitto/pond -lang=go1.18 -complete -installsuffix shared -buildid giDmsMi4pT1oLusZcGue/giDmsMi4pT1oLusZcGue -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1083/importcfg -pack /root/go/pkg/mod/github.com/alitto/pond@v1.9.2/group.go /root/go/pkg/mod/github.com/alitto/pond@v1.9.2/pond.go /root/go/pkg/mod/github.com/alitto/pond@v1.9.2/resizer.go /root/go/pkg/mod/github.com/alitto/pond@v1.9.2/worker.go
2025-08-20T21:54:48.8644303Z [00:03:31.574]➜  go tool buildid -w $WORK/b1074/_pkg_.a # internal
2025-08-20T21:54:48.8662210Z [00:03:31.575]➜  cp $WORK/b1074/_pkg_.a /root/.cache/go-build/16/16710c4893537341a3197a7a44f0be3df4349bced23fade8e463e9afc2640318-d # internal
2025-08-20T21:54:48.8678300Z [00:03:31.576]➜  github.com/labstack/gommon/color
2025-08-20T21:54:48.8678946Z [00:03:31.576]➜  mkdir -p $WORK/b1085/
2025-08-20T21:54:48.8679335Z [00:03:31.577]➜  cat >/tmp/go-build3999932643/b1085/importcfg << 'EOF' # internal
2025-08-20T21:54:48.8679692Z [00:03:31.577]➜  # import config
2025-08-20T21:54:48.8680031Z [00:03:31.577]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:48.8680452Z [00:03:31.577]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:48.8680966Z [00:03:31.577]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build3999932643/b542/_pkg_.a
2025-08-20T21:54:48.8681532Z [00:03:31.577]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3999932643/b179/_pkg_.a
2025-08-20T21:54:48.8681998Z [00:03:31.577]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:48.8682392Z [00:03:31.577]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:48.8682693Z [00:03:31.577]➜  EOF
2025-08-20T21:54:48.8684512Z [00:03:31.577]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1085/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/labstack/gommon@v0.4.2/color=>github.com/labstack/gommon@v0.4.2/color;$WORK/b1085=>" -p github.com/labstack/gommon/color -lang=go1.18 -complete -installsuffix shared -buildid wYqdafM0Yf_sTPq0ho5K/wYqdafM0Yf_sTPq0ho5K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1085/importcfg -pack /root/go/pkg/mod/github.com/labstack/gommon@v0.4.2/color/color.go
2025-08-20T21:54:48.9123386Z [00:03:31.621]➜  go tool buildid -w $WORK/b1083/_pkg_.a # internal
2025-08-20T21:54:48.9134264Z [00:03:31.623]➜  cp $WORK/b1083/_pkg_.a /root/.cache/go-build/21/210526384617df51e423a61dd39dab63c5c85a0f9f96fdc624ce31f221a4d384-d # internal
2025-08-20T21:54:48.9141907Z [00:03:31.623]➜  github.com/valyala/fasttemplate
2025-08-20T21:54:48.9142786Z [00:03:31.624]➜  mkdir -p $WORK/b1087/
2025-08-20T21:54:48.9146491Z [00:03:31.624]➜  cat >/tmp/go-build3999932643/b1087/importcfg << 'EOF' # internal
2025-08-20T21:54:48.9148611Z [00:03:31.624]➜  # import config
2025-08-20T21:54:48.9149126Z [00:03:31.624]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:48.9149547Z [00:03:31.624]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:48.9150068Z [00:03:31.624]➜  packagefile github.com/valyala/bytebufferpool=/tmp/go-build3999932643/b751/_pkg_.a
2025-08-20T21:54:48.9150780Z [00:03:31.624]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:48.9151301Z [00:03:31.624]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:48.9151935Z [00:03:31.624]➜  EOF
2025-08-20T21:54:48.9154055Z [00:03:31.624]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1087/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/valyala/fasttemplate@v1.2.2=>github.com/valyala/fasttemplate@v1.2.2;$WORK/b1087=>" -p github.com/valyala/fasttemplate -lang=go1.12 -complete -installsuffix shared -buildid 2BUlZPI8DGUS9OFldGZQ/2BUlZPI8DGUS9OFldGZQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1087/importcfg -pack /root/go/pkg/mod/github.com/valyala/fasttemplate@v1.2.2/template.go /root/go/pkg/mod/github.com/valyala/fasttemplate@v1.2.2/unsafe.go
2025-08-20T21:54:48.9627112Z [00:03:31.672]➜  go tool buildid -w $WORK/b1085/_pkg_.a # internal
2025-08-20T21:54:48.9647851Z [00:03:31.673]➜  cp $WORK/b1085/_pkg_.a /root/.cache/go-build/d6/d69af4ba2a90011b7cd74d3510e355a7da1743026811444c9cd3b06c29dc1941-d # internal
2025-08-20T21:54:48.9753946Z [00:03:31.684]➜  golang.org/x/crypto/acme
2025-08-20T21:54:48.9754307Z [00:03:31.684]➜  mkdir -p $WORK/b1088/
2025-08-20T21:54:48.9762370Z [00:03:31.685]➜  cat >/tmp/go-build3999932643/b1088/importcfg << 'EOF' # internal
2025-08-20T21:54:48.9762790Z [00:03:31.685]➜  # import config
2025-08-20T21:54:48.9763135Z [00:03:31.685]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:48.9763561Z [00:03:31.685]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:48.9763991Z [00:03:31.685]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:48.9764731Z [00:03:31.685]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:48.9765208Z [00:03:31.685]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:54:48.9765817Z [00:03:31.685]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:48.9766337Z [00:03:31.685]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:48.9766796Z [00:03:31.685]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:48.9767260Z [00:03:31.685]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:48.9774150Z [00:03:31.685]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:48.9774729Z [00:03:31.685]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:48.9775190Z [00:03:31.685]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:48.9775690Z [00:03:31.685]➜  packagefile crypto/x509/pkix=/tmp/go-build3999932643/b154/_pkg_.a
2025-08-20T21:54:48.9776172Z [00:03:31.685]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:48.9776646Z [00:03:31.685]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:48.9777121Z [00:03:31.685]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:48.9777750Z [00:03:31.685]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:48.9778438Z [00:03:31.685]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:48.9778930Z [00:03:31.685]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:48.9779331Z [00:03:31.685]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:48.9779744Z [00:03:31.685]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:48.9780188Z [00:03:31.685]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:48.9780664Z [00:03:31.685]➜  packagefile runtime/debug=/tmp/go-build3999932643/b245/_pkg_.a
2025-08-20T21:54:48.9781120Z [00:03:31.685]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:48.9783396Z [00:03:31.685]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:48.9784027Z [00:03:31.685]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:48.9784497Z [00:03:31.685]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:48.9784804Z [00:03:31.685]➜  EOF
2025-08-20T21:54:48.9796703Z [00:03:31.688]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1088/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/acme=>golang.org/x/crypto@v0.39.0/acme;$WORK/b1088=>" -p golang.org/x/crypto/acme -lang=go1.23 -complete -installsuffix shared -buildid prir-JrXvH8L42tg1r9y/prir-JrXvH8L42tg1r9y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1088/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/acme/acme.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/acme/http.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/acme/jws.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/acme/rfc8555.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/acme/types.go
2025-08-20T21:54:48.9826243Z [00:03:31.692]➜  go tool buildid -w $WORK/b1087/_pkg_.a # internal
2025-08-20T21:54:48.9834164Z [00:03:31.693]➜  cp $WORK/b1087/_pkg_.a /root/.cache/go-build/bc/bcf211987cf196712deef7d8fc16f6859283b0622724a8c5e106e62ddc9e2fbb-d # internal
2025-08-20T21:54:48.9855173Z [00:03:31.695]➜  github.com/labstack/gommon/log
2025-08-20T21:54:48.9856272Z [00:03:31.695]➜  mkdir -p $WORK/b1086/
2025-08-20T21:54:48.9863762Z [00:03:31.695]➜  cat >/tmp/go-build3999932643/b1086/importcfg << 'EOF' # internal
2025-08-20T21:54:48.9865152Z [00:03:31.696]➜  # import config
2025-08-20T21:54:48.9866536Z [00:03:31.696]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:48.9868219Z [00:03:31.696]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:48.9869595Z [00:03:31.696]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:48.9870742Z [00:03:31.696]➜  packagefile github.com/labstack/gommon/color=/tmp/go-build3999932643/b1085/_pkg_.a
2025-08-20T21:54:48.9871446Z [00:03:31.696]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build3999932643/b542/_pkg_.a
2025-08-20T21:54:48.9872155Z [00:03:31.696]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3999932643/b179/_pkg_.a
2025-08-20T21:54:48.9872828Z [00:03:31.696]➜  packagefile github.com/valyala/fasttemplate=/tmp/go-build3999932643/b1087/_pkg_.a
2025-08-20T21:54:48.9873323Z [00:03:31.696]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:48.9873725Z [00:03:31.696]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:48.9874124Z [00:03:31.696]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:48.9874547Z [00:03:31.696]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:48.9874975Z [00:03:31.696]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:48.9875389Z [00:03:31.696]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:48.9875818Z [00:03:31.696]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:48.9876251Z [00:03:31.696]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:48.9876556Z [00:03:31.696]➜  EOF
2025-08-20T21:54:48.9879028Z [00:03:31.696]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1086/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/labstack/gommon@v0.4.2/log=>github.com/labstack/gommon@v0.4.2/log;$WORK/b1086=>" -p github.com/labstack/gommon/log -lang=go1.18 -complete -installsuffix shared -buildid DbhqqyU1prGpO68Did3P/DbhqqyU1prGpO68Did3P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1086/importcfg -pack /root/go/pkg/mod/github.com/labstack/gommon@v0.4.2/log/color.go /root/go/pkg/mod/github.com/labstack/gommon@v0.4.2/log/log.go
2025-08-20T21:54:49.0785324Z [00:03:31.786]➜  go tool buildid -w $WORK/b1086/_pkg_.a # internal
2025-08-20T21:54:49.0786093Z [00:03:31.788]➜  cp $WORK/b1086/_pkg_.a /root/.cache/go-build/66/667362303c9b07393cb30abca8edae55c51a1bda13723367077f32668f162eaa-d # internal
2025-08-20T21:54:49.0797139Z [00:03:31.789]➜  github.com/labstack/gommon/bytes
2025-08-20T21:54:49.0804874Z [00:03:31.790]➜  mkdir -p $WORK/b1091/
2025-08-20T21:54:49.0873274Z [00:03:31.797]➜  cat >/tmp/go-build3999932643/b1091/importcfg << 'EOF' # internal
2025-08-20T21:54:49.0874771Z [00:03:31.797]➜  # import config
2025-08-20T21:54:49.0875516Z [00:03:31.797]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:49.0876254Z [00:03:31.797]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:49.0877301Z [00:03:31.797]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:49.0878225Z [00:03:31.797]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:49.0878551Z [00:03:31.797]➜  EOF
2025-08-20T21:54:49.0880417Z [00:03:31.797]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1091/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/labstack/gommon@v0.4.2/bytes=>github.com/labstack/gommon@v0.4.2/bytes;$WORK/b1091=>" -p github.com/labstack/gommon/bytes -lang=go1.18 -complete -installsuffix shared -buildid VFNperm3y8zisyKLEtoq/VFNperm3y8zisyKLEtoq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1091/importcfg -pack /root/go/pkg/mod/github.com/labstack/gommon@v0.4.2/bytes/bytes.go
2025-08-20T21:54:49.1250163Z [00:03:31.834]➜  go tool buildid -w $WORK/b1091/_pkg_.a # internal
2025-08-20T21:54:49.1255849Z [00:03:31.835]➜  cp $WORK/b1091/_pkg_.a /root/.cache/go-build/32/32fcb26d008df7116316b66f1e05597ae63ee9317f682e2ab64a2eb3b1a55200-d # internal
2025-08-20T21:54:49.1331518Z [00:03:31.842]➜  golang.org/x/time/rate
2025-08-20T21:54:49.1332202Z [00:03:31.842]➜  mkdir -p $WORK/b1092/
2025-08-20T21:54:49.1337120Z [00:03:31.843]➜  cat >/tmp/go-build3999932643/b1092/importcfg << 'EOF' # internal
2025-08-20T21:54:49.1337963Z [00:03:31.843]➜  # import config
2025-08-20T21:54:49.1338315Z [00:03:31.843]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:49.1338736Z [00:03:31.843]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:49.1339155Z [00:03:31.843]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:49.1339566Z [00:03:31.843]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:49.1339981Z [00:03:31.843]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:49.1340282Z [00:03:31.843]➜  EOF
2025-08-20T21:54:49.1342184Z [00:03:31.843]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1092/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/time@v0.11.0/rate=>golang.org/x/time@v0.11.0/rate;$WORK/b1092=>" -p golang.org/x/time/rate -lang=go1.23 -complete -installsuffix shared -buildid v1RSsDRcrmbXhML9j90y/v1RSsDRcrmbXhML9j90y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1092/importcfg -pack /root/go/pkg/mod/golang.org/x/time@v0.11.0/rate/rate.go /root/go/pkg/mod/golang.org/x/time@v0.11.0/rate/sometimes.go
2025-08-20T21:54:49.1974266Z [00:03:31.907]➜  go tool buildid -w $WORK/b1092/_pkg_.a # internal
2025-08-20T21:54:49.1988916Z [00:03:31.908]➜  cp $WORK/b1092/_pkg_.a /root/.cache/go-build/7d/7db50f420f64a5762cdfa2b46d6edfcac59911af41275f59f88073b8f80c3070-d # internal
2025-08-20T21:54:49.1996374Z [00:03:31.909]➜  github.com/projectdiscovery/nuclei/v3/internal/server/scope
2025-08-20T21:54:49.1997047Z [00:03:31.909]➜  mkdir -p $WORK/b1093/
2025-08-20T21:54:49.2009296Z [00:03:31.910]➜  cat >/tmp/go-build3999932643/b1093/importcfg << 'EOF' # internal
2025-08-20T21:54:49.2010960Z [00:03:31.910]➜  # import config
2025-08-20T21:54:49.2011709Z [00:03:31.910]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:49.2012727Z [00:03:31.910]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:49.2013238Z [00:03:31.910]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:49.2013681Z [00:03:31.910]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:49.2013999Z [00:03:31.910]➜  EOF
2025-08-20T21:54:49.2040729Z [00:03:31.913]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1093/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server/scope=>github.com/projectdiscovery/nuclei/v3/internal/server/scope;$WORK/b1093=>" -p github.com/projectdiscovery/nuclei/v3/internal/server/scope -lang=go1.24 -complete -installsuffix shared -buildid wit6HRV4EGMW4Ep8veG_/wit6HRV4EGMW4Ep8veG_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1093/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server/scope/extensions.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server/scope/scope.go
2025-08-20T21:54:49.2101314Z [00:03:31.919]➜  go tool buildid -w $WORK/b1088/_pkg_.a # internal
2025-08-20T21:54:49.2172082Z [00:03:31.926]➜  cp $WORK/b1088/_pkg_.a /root/.cache/go-build/a2/a2f348b202b4fbdea1934acb316aa64e0febc3a917d8f13b8036fba22b088881-d # internal
2025-08-20T21:54:49.2184507Z [00:03:31.928]➜  golang.org/x/crypto/acme/autocert
2025-08-20T21:54:49.2184891Z [00:03:31.928]➜  mkdir -p $WORK/b1089/
2025-08-20T21:54:49.2188885Z [00:03:31.928]➜  cat >/tmp/go-build3999932643/b1089/importcfg << 'EOF' # internal
2025-08-20T21:54:49.2189821Z [00:03:31.928]➜  # import config
2025-08-20T21:54:49.2190412Z [00:03:31.928]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:49.2191163Z [00:03:31.928]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:49.2192071Z [00:03:31.928]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:49.2192575Z [00:03:31.928]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:49.2193062Z [00:03:31.928]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:54:49.2193555Z [00:03:31.928]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:49.2194352Z [00:03:31.928]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:49.2194810Z [00:03:31.928]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:49.2195265Z [00:03:31.928]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:49.2195799Z [00:03:31.928]➜  packagefile crypto/x509/pkix=/tmp/go-build3999932643/b154/_pkg_.a
2025-08-20T21:54:49.2196273Z [00:03:31.928]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:49.2196720Z [00:03:31.928]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:49.2197134Z [00:03:31.928]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:49.2197769Z [00:03:31.928]➜  packagefile golang.org/x/crypto/acme=/tmp/go-build3999932643/b1088/_pkg_.a
2025-08-20T21:54:49.2198308Z [00:03:31.928]➜  packagefile golang.org/x/net/idna=/tmp/go-build3999932643/b456/_pkg_.a
2025-08-20T21:54:49.2198771Z [00:03:31.928]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:49.2199177Z [00:03:31.928]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:49.2199592Z [00:03:31.928]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:49.2200016Z [00:03:31.928]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:49.2200431Z [00:03:31.928]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:49.2200842Z [00:03:31.928]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:49.2201432Z [00:03:31.928]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:49.2201937Z [00:03:31.928]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:49.2202385Z [00:03:31.928]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:49.2202801Z [00:03:31.928]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:49.2203218Z [00:03:31.928]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:49.2203528Z [00:03:31.928]➜  EOF
2025-08-20T21:54:49.2206278Z [00:03:31.928]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1089/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/acme/autocert=>golang.org/x/crypto@v0.39.0/acme/autocert;$WORK/b1089=>" -p golang.org/x/crypto/acme/autocert -lang=go1.23 -complete -installsuffix shared -buildid 3ytRO8VTo5i2V4CcqSaD/3ytRO8VTo5i2V4CcqSaD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1089/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/acme/autocert/autocert.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/acme/autocert/cache.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/acme/autocert/listener.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/acme/autocert/renewal.go
2025-08-20T21:54:49.2314531Z [00:03:31.941]➜  go tool buildid -w $WORK/b1093/_pkg_.a # internal
2025-08-20T21:54:49.2320878Z [00:03:31.941]➜  cp $WORK/b1093/_pkg_.a /root/.cache/go-build/ab/ab815af3482f610b25b669d441cab25fecf1067142c8979b8a0145bc7f3e4c3d-d # internal
2025-08-20T21:54:49.2324330Z [00:03:31.942]➜  github.com/projectdiscovery/nuclei/v3/pkg/catalog/loader/filter
2025-08-20T21:54:49.2325493Z [00:03:31.942]➜  mkdir -p $WORK/b1095/
2025-08-20T21:54:49.2331523Z [00:03:31.942]➜  cat >/tmp/go-build3999932643/b1095/importcfg << 'EOF' # internal
2025-08-20T21:54:49.2331991Z [00:03:31.942]➜  # import config
2025-08-20T21:54:49.2332527Z [00:03:31.942]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog=/tmp/go-build3999932643/b711/_pkg_.a
2025-08-20T21:54:49.2332989Z [00:03:31.942]➜  EOF
2025-08-20T21:54:49.2335120Z [00:03:31.942]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1095/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/loader/filter=>github.com/projectdiscovery/nuclei/v3/pkg/catalog/loader/filter;$WORK/b1095=>" -p github.com/projectdiscovery/nuclei/v3/pkg/catalog/loader/filter -lang=go1.24 -complete -installsuffix shared -buildid YDRHIIpEqGWXpn4C-d_G/YDRHIIpEqGWXpn4C-d_G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1095/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/loader/filter/path_filter.go
2025-08-20T21:54:49.2436288Z [00:03:31.953]➜  go tool buildid -w $WORK/b1095/_pkg_.a # internal
2025-08-20T21:54:49.2442561Z [00:03:31.953]➜  cp $WORK/b1095/_pkg_.a /root/.cache/go-build/64/649295f75ce1793adf33026e76c42ac1b37e1b67b72b75b256777a812e3b6fcd-d # internal
2025-08-20T21:54:49.2444396Z [00:03:31.954]➜  github.com/projectdiscovery/nuclei/v3/pkg/authprovider/authx
2025-08-20T21:54:49.2448297Z [00:03:31.954]➜  mkdir -p $WORK/b1098/
2025-08-20T21:54:49.2450325Z [00:03:31.954]➜  cat >/tmp/go-build3999932643/b1098/importcfg << 'EOF' # internal
2025-08-20T21:54:49.2452884Z [00:03:31.954]➜  # import config
2025-08-20T21:54:49.2453241Z [00:03:31.954]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:49.2453795Z [00:03:31.954]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:49.2454584Z [00:03:31.954]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/replacer=/tmp/go-build3999932643/b749/_pkg_.a
2025-08-20T21:54:49.2455412Z [00:03:31.954]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:54:49.2480857Z [00:03:31.954]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:54:49.2481988Z [00:03:31.954]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:49.2482745Z [00:03:31.954]➜  packagefile github.com/projectdiscovery/utils/generic=/tmp/go-build3999932643/b701/_pkg_.a
2025-08-20T21:54:49.2483413Z [00:03:31.954]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build3999932643/b190/_pkg_.a
2025-08-20T21:54:49.2484083Z [00:03:31.954]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:49.2484781Z [00:03:31.954]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:54:49.2485346Z [00:03:31.954]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3999932643/b201/_pkg_.a
2025-08-20T21:54:49.2485806Z [00:03:31.954]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:49.2486351Z [00:03:31.954]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:49.2486852Z [00:03:31.954]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:49.2487305Z [00:03:31.954]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:49.2487867Z [00:03:31.954]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:49.2488294Z [00:03:31.954]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:49.2488707Z [00:03:31.954]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:49.2489185Z [00:03:31.954]➜  EOF
2025-08-20T21:54:49.2493122Z [00:03:31.954]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1098/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx=>github.com/projectdiscovery/nuclei/v3/pkg/authprovider/authx;$WORK/b1098=>" -p github.com/projectdiscovery/nuclei/v3/pkg/authprovider/authx -lang=go1.24 -complete -installsuffix shared -buildid ySqg19VwFkvH9zbInpej/ySqg19VwFkvH9zbInpej -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1098/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/basic_auth.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/bearer_auth.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/cookies_auth.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/dynamic.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/file.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/headers_auth.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/query_auth.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/strategy.go
2025-08-20T21:54:49.4059377Z [00:03:32.115]➜  go tool buildid -w $WORK/b1098/_pkg_.a # internal
2025-08-20T21:54:49.4100639Z [00:03:32.119]➜  cp $WORK/b1098/_pkg_.a /root/.cache/go-build/31/3149b0cb9f152b97c6e6b8f83470ab67b217c30fcaae9baf90c644457029fac8-d # internal
2025-08-20T21:54:49.4122392Z [00:03:32.122]➜  github.com/projectdiscovery/nuclei/v3/pkg/authprovider
2025-08-20T21:54:49.4124020Z [00:03:32.122]➜  mkdir -p $WORK/b1097/
2025-08-20T21:54:49.4128225Z [00:03:32.122]➜  cat >/tmp/go-build3999932643/b1097/importcfg << 'EOF' # internal
2025-08-20T21:54:49.4128621Z [00:03:32.122]➜  # import config
2025-08-20T21:54:49.4128975Z [00:03:32.122]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:49.4149740Z [00:03:32.122]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/authprovider/authx=/tmp/go-build3999932643/b1098/_pkg_.a
2025-08-20T21:54:49.4150679Z [00:03:32.122]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:49.4151375Z [00:03:32.122]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:54:49.4151904Z [00:03:32.122]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:49.4152321Z [00:03:32.122]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:49.4152937Z [00:03:32.122]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:49.4153471Z [00:03:32.122]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:49.4153786Z [00:03:32.122]➜  EOF
2025-08-20T21:54:49.4156363Z [00:03:32.124]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1097/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider=>github.com/projectdiscovery/nuclei/v3/pkg/authprovider;$WORK/b1097=>" -p github.com/projectdiscovery/nuclei/v3/pkg/authprovider -lang=go1.24 -complete -installsuffix shared -buildid 5dj4C6JFSZ99QBoTsV_g/5dj4C6JFSZ99QBoTsV_g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1097/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/file.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/interface.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/multi.go
2025-08-20T21:54:49.4607120Z [00:03:32.170]➜  go tool buildid -w $WORK/b1077/_pkg_.a # internal
2025-08-20T21:54:49.4786807Z [00:03:32.188]➜  cp $WORK/b1077/_pkg_.a /root/.cache/go-build/d0/d09d99cfc0a2742909b8a70e86b189cbac0693c8227bdfc492cd079b842f55c2-d # internal
2025-08-20T21:54:49.4856943Z [00:03:32.195]➜  github.com/bluele/gcache
2025-08-20T21:54:49.4860633Z [00:03:32.195]➜  mkdir -p $WORK/b1100/
2025-08-20T21:54:49.4861575Z [00:03:32.195]➜  cat >/tmp/go-build3999932643/b1100/importcfg << 'EOF' # internal
2025-08-20T21:54:49.4864291Z [00:03:32.195]➜  # import config
2025-08-20T21:54:49.4864682Z [00:03:32.195]➜  packagefile container/list=/tmp/go-build3999932643/b106/_pkg_.a
2025-08-20T21:54:49.4865135Z [00:03:32.195]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:49.4865884Z [00:03:32.195]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:49.4866304Z [00:03:32.195]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:49.4866735Z [00:03:32.195]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:49.4867165Z [00:03:32.195]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:49.4867653Z [00:03:32.195]➜  EOF
2025-08-20T21:54:49.4871041Z [00:03:32.195]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1100/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bluele/gcache@v0.0.2=>github.com/bluele/gcache@v0.0.2;$WORK/b1100=>" -p github.com/bluele/gcache -lang=go1.15 -complete -installsuffix shared -buildid 6fmZijUkdv6EgfXKvDhu/6fmZijUkdv6EgfXKvDhu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1100/importcfg -pack /root/go/pkg/mod/github.com/bluele/gcache@v0.0.2/arc.go /root/go/pkg/mod/github.com/bluele/gcache@v0.0.2/cache.go /root/go/pkg/mod/github.com/bluele/gcache@v0.0.2/clock.go /root/go/pkg/mod/github.com/bluele/gcache@v0.0.2/lfu.go /root/go/pkg/mod/github.com/bluele/gcache@v0.0.2/lru.go /root/go/pkg/mod/github.com/bluele/gcache@v0.0.2/simple.go /root/go/pkg/mod/github.com/bluele/gcache@v0.0.2/singleflight.go /root/go/pkg/mod/github.com/bluele/gcache@v0.0.2/stats.go /root/go/pkg/mod/github.com/bluele/gcache@v0.0.2/utils.go
2025-08-20T21:54:49.4906753Z [00:03:32.200]➜  go tool buildid -w $WORK/b1089/_pkg_.a # internal
2025-08-20T21:54:49.4937497Z [00:03:32.203]➜  cp $WORK/b1089/_pkg_.a /root/.cache/go-build/3c/3cd81d8db6cf1176c07026483e2fec620611387a4f9e2da3885a782cacd6a3ec-d # internal
2025-08-20T21:54:49.5042443Z [00:03:32.213]➜  github.com/labstack/echo/v4
2025-08-20T21:54:49.5044696Z [00:03:32.214]➜  mkdir -p $WORK/b1084/
2025-08-20T21:54:49.5046207Z [00:03:32.214]➜  cat >/tmp/go-build3999932643/b1084/importcfg << 'EOF' # internal
2025-08-20T21:54:49.5050738Z [00:03:32.214]➜  # import config
2025-08-20T21:54:49.5053087Z [00:03:32.214]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:49.5053816Z [00:03:32.214]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:49.5054607Z [00:03:32.214]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:49.5056796Z [00:03:32.214]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:49.5060667Z [00:03:32.214]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:54:49.5061355Z [00:03:32.214]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:49.5061993Z [00:03:32.214]➜  packagefile encoding/xml=/tmp/go-build3999932643/b483/_pkg_.a
2025-08-20T21:54:49.5062475Z [00:03:32.214]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:49.5062895Z [00:03:32.214]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:49.5063411Z [00:03:32.214]➜  packagefile github.com/labstack/gommon/color=/tmp/go-build3999932643/b1085/_pkg_.a
2025-08-20T21:54:49.5064020Z [00:03:32.214]➜  packagefile github.com/labstack/gommon/log=/tmp/go-build3999932643/b1086/_pkg_.a
2025-08-20T21:54:49.5064594Z [00:03:32.214]➜  packagefile golang.org/x/crypto/acme=/tmp/go-build3999932643/b1088/_pkg_.a
2025-08-20T21:54:49.5065182Z [00:03:32.214]➜  packagefile golang.org/x/crypto/acme/autocert=/tmp/go-build3999932643/b1089/_pkg_.a
2025-08-20T21:54:49.5065760Z [00:03:32.214]➜  packagefile golang.org/x/net/http2=/tmp/go-build3999932643/b472/_pkg_.a
2025-08-20T21:54:49.5066304Z [00:03:32.214]➜  packagefile golang.org/x/net/http2/h2c=/tmp/go-build3999932643/b928/_pkg_.a
2025-08-20T21:54:49.5066774Z [00:03:32.214]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:49.5067176Z [00:03:32.214]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:49.5073892Z [00:03:32.214]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:49.5074344Z [00:03:32.214]➜  packagefile mime/multipart=/tmp/go-build3999932643/b215/_pkg_.a
2025-08-20T21:54:49.5075017Z [00:03:32.214]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:49.5075437Z [00:03:32.214]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:49.5075870Z [00:03:32.214]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:49.5076277Z [00:03:32.214]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:49.5076718Z [00:03:32.214]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:49.5077164Z [00:03:32.214]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:49.5077734Z [00:03:32.214]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:49.5078161Z [00:03:32.214]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:49.5078583Z [00:03:32.214]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:49.5079000Z [00:03:32.214]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:49.5079414Z [00:03:32.214]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:49.5079717Z [00:03:32.214]➜  EOF
2025-08-20T21:54:49.5084781Z [00:03:32.214]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1084/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4=>github.com/labstack/echo/v4@v4.13.4;$WORK/b1084=>" -p github.com/labstack/echo/v4 -lang=go1.23 -complete -installsuffix shared -buildid EPWL_Q4VSfT-va6zh5Sr/EPWL_Q4VSfT-va6zh5Sr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1084/importcfg -pack /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/bind.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/binder.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/context.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/context_fs.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/echo.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/echo_fs.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/group.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/group_fs.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/ip.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/json.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/log.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/renderer.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/response.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/router.go
2025-08-20T21:54:49.5213895Z [00:03:32.230]➜  go tool buildid -w $WORK/b1097/_pkg_.a # internal
2025-08-20T21:54:49.5229932Z [00:03:32.232]➜  cp $WORK/b1097/_pkg_.a /root/.cache/go-build/41/41db770994a0cf8e37ad22173c66da6c6802c800da738d0894dbcccd713c8dee-d # internal
2025-08-20T21:54:49.5647922Z [00:03:32.274]➜  github.com/mattn/go-sqlite3
2025-08-20T21:54:49.5649243Z [00:03:32.274]➜  mkdir -p $WORK/b1102/
2025-08-20T21:54:49.5651615Z [00:03:32.274]➜  echo -n > $WORK/b1102/preferlinkext # internal
2025-08-20T21:54:49.5661059Z [00:03:32.275]➜  cd /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28
2025-08-20T21:54:49.5664407Z [00:03:32.275]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b1102/ -importpath github.com/mattn/go-sqlite3 "-ldflags=\"-O2\" \"-g\" \"-ldl\"" -- -I $WORK/b1102/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 ./backup.go ./callback.go ./error.go ./sqlite3.go ./sqlite3_context.go ./sqlite3_load_extension.go ./sqlite3_opt_serialize.go ./sqlite3_opt_userauth_omit.go ./sqlite3_other.go ./sqlite3_type.go
2025-08-20T21:54:49.7243483Z [00:03:32.434]➜  go tool buildid -w $WORK/b1100/_pkg_.a # internal
2025-08-20T21:54:49.7292916Z [00:03:32.438]➜  cp $WORK/b1100/_pkg_.a /root/.cache/go-build/d4/d43fc0c948a91e3ced427de32a41a39420ed502f657644c7397d156b6054886d-d # internal
2025-08-20T21:54:49.7295293Z [00:03:32.439]➜  github.com/projectdiscovery/nuclei/v3/pkg/fuzz/frequency
2025-08-20T21:54:49.7296032Z [00:03:32.439]➜  mkdir -p $WORK/b1099/
2025-08-20T21:54:49.7297302Z [00:03:32.439]➜  cat >/tmp/go-build3999932643/b1099/importcfg << 'EOF' # internal
2025-08-20T21:54:49.7297980Z [00:03:32.439]➜  # import config
2025-08-20T21:54:49.7298542Z [00:03:32.439]➜  packagefile github.com/bluele/gcache=/tmp/go-build3999932643/b1100/_pkg_.a
2025-08-20T21:54:49.7299886Z [00:03:32.439]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:49.7300430Z [00:03:32.439]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:49.7300857Z [00:03:32.439]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:49.7301271Z [00:03:32.439]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:49.7301741Z [00:03:32.439]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:49.7302169Z [00:03:32.439]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:49.7302933Z [00:03:32.439]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:49.7303263Z [00:03:32.439]➜  EOF
2025-08-20T21:54:49.7309259Z [00:03:32.440]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:49.7311398Z [00:03:32.440]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1099/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/frequency=>github.com/projectdiscovery/nuclei/v3/pkg/fuzz/frequency;$WORK/b1099=>" -p github.com/projectdiscovery/nuclei/v3/pkg/fuzz/frequency -lang=go1.24 -complete -installsuffix shared -buildid rV2XOXg_u6elVtPjOUTN/rV2XOXg_u6elVtPjOUTN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1099/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/frequency/tracker.go
2025-08-20T21:54:49.7604591Z [00:03:32.469]➜  go tool buildid -w $WORK/b1099/_pkg_.a # internal
2025-08-20T21:54:49.7608868Z [00:03:32.470]➜  cp $WORK/b1099/_pkg_.a /root/.cache/go-build/88/880f83813894517c77007b78905565274f85790ccdc0a7ab10627cb3b1000444-d # internal
2025-08-20T21:54:49.7617917Z [00:03:32.471]➜  github.com/projectdiscovery/utils/ports
2025-08-20T21:54:49.7618523Z [00:03:32.471]➜  mkdir -p $WORK/b1104/
2025-08-20T21:54:49.7644761Z [00:03:32.474]➜  cat >/tmp/go-build3999932643/b1104/importcfg << 'EOF' # internal
2025-08-20T21:54:49.7645751Z [00:03:32.474]➜  # import config
2025-08-20T21:54:49.7657519Z [00:03:32.474]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:49.7657971Z [00:03:32.474]➜  EOF
2025-08-20T21:54:49.7660617Z [00:03:32.474]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1104/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/ports=>github.com/projectdiscovery/utils@v0.4.23/ports;$WORK/b1104=>" -p github.com/projectdiscovery/utils/ports -lang=go1.24 -complete -installsuffix shared -buildid CPAfs2K6njgebVu9Uykb/CPAfs2K6njgebVu9Uykb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1104/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/ports/ports.go
2025-08-20T21:54:49.7918178Z [00:03:32.501]➜  go tool buildid -w $WORK/b1104/_pkg_.a # internal
2025-08-20T21:54:49.7921920Z [00:03:32.501]➜  cp $WORK/b1104/_pkg_.a /root/.cache/go-build/f9/f9602ae4771128659dcd2536a2dd41d55501dc7a72ab300202601f97e4a80453-d # internal
2025-08-20T21:54:49.7922648Z [00:03:32.502]➜  github.com/projectdiscovery/nuclei/v3/pkg/input
2025-08-20T21:54:49.7922990Z [00:03:32.502]➜  mkdir -p $WORK/b1103/
2025-08-20T21:54:49.7933032Z [00:03:32.502]➜  cat >/tmp/go-build3999932643/b1103/importcfg << 'EOF' # internal
2025-08-20T21:54:49.7933877Z [00:03:32.503]➜  # import config
2025-08-20T21:54:49.7934430Z [00:03:32.503]➜  packagefile github.com/projectdiscovery/hmap/store/hybrid=/tmp/go-build3999932643/b410/_pkg_.a
2025-08-20T21:54:49.7935206Z [00:03:32.503]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build3999932643/b744/_pkg_.a
2025-08-20T21:54:49.7936198Z [00:03:32.503]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:54:49.7936872Z [00:03:32.503]➜  packagefile github.com/projectdiscovery/utils/ports=/tmp/go-build3999932643/b1104/_pkg_.a
2025-08-20T21:54:49.7937672Z [00:03:32.503]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:49.7938392Z [00:03:32.503]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:54:49.7938918Z [00:03:32.503]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:49.7939363Z [00:03:32.503]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:49.7939818Z [00:03:32.503]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:49.7940133Z [00:03:32.503]➜  EOF
2025-08-20T21:54:49.7941974Z [00:03:32.503]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1103/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input=>github.com/projectdiscovery/nuclei/v3/pkg/input;$WORK/b1103=>" -p github.com/projectdiscovery/nuclei/v3/pkg/input -lang=go1.24 -complete -installsuffix shared -buildid pJ2FC2wWSv_RDCrfMh0E/pJ2FC2wWSv_RDCrfMh0E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1103/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/transform.go
2025-08-20T21:54:49.8542552Z [00:03:32.563]➜  go tool buildid -w $WORK/b1103/_pkg_.a # internal
2025-08-20T21:54:49.8591654Z [00:03:32.568]➜  cp $WORK/b1103/_pkg_.a /root/.cache/go-build/3d/3df188b9159f60fbf887857a1742068f7d1efc76af893c2a4e8902f244f900d6-d # internal
2025-08-20T21:54:49.8597675Z [00:03:32.569]➜  github.com/projectdiscovery/nuclei/v3/pkg/loader/parser
2025-08-20T21:54:49.8598125Z [00:03:32.569]➜  mkdir -p $WORK/b1105/
2025-08-20T21:54:49.8599602Z [00:03:32.569]➜  cat >/tmp/go-build3999932643/b1105/importcfg << 'EOF' # internal
2025-08-20T21:54:49.8600292Z [00:03:32.569]➜  # import config
2025-08-20T21:54:49.8602921Z [00:03:32.569]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog=/tmp/go-build3999932643/b711/_pkg_.a
2025-08-20T21:54:49.8603428Z [00:03:32.569]➜  EOF
2025-08-20T21:54:49.8605752Z [00:03:32.570]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1105/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/loader/parser=>github.com/projectdiscovery/nuclei/v3/pkg/loader/parser;$WORK/b1105=>" -p github.com/projectdiscovery/nuclei/v3/pkg/loader/parser -lang=go1.24 -complete -installsuffix shared -buildid tGL6TRUL3j3nRhDMUIpm/tGL6TRUL3j3nRhDMUIpm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1105/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/loader/parser/parser.go
2025-08-20T21:54:49.8772532Z [00:03:32.586]➜  go tool buildid -w $WORK/b1105/_pkg_.a # internal
2025-08-20T21:54:49.8775772Z [00:03:32.587]➜  cp $WORK/b1105/_pkg_.a /root/.cache/go-build/86/865dde2a382a6d3c47da9b627f849971196ce2e286f85a4fc2be1014ae8d9dcc-d # internal
2025-08-20T21:54:49.8802610Z [00:03:32.589]➜  github.com/projectdiscovery/freeport
2025-08-20T21:54:49.8803091Z [00:03:32.590]➜  mkdir -p $WORK/b1108/
2025-08-20T21:54:49.8806136Z [00:03:32.590]➜  cat >/tmp/go-build3999932643/b1108/importcfg << 'EOF' # internal
2025-08-20T21:54:49.8808175Z [00:03:32.590]➜  # import config
2025-08-20T21:54:49.8808539Z [00:03:32.590]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:49.8808973Z [00:03:32.590]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:49.8809381Z [00:03:32.590]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:49.8809684Z [00:03:32.590]➜  EOF
2025-08-20T21:54:49.8811879Z [00:03:32.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1108/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/freeport@v0.0.7=>github.com/projectdiscovery/freeport@v0.0.7;$WORK/b1108=>" -p github.com/projectdiscovery/freeport -lang=go1.18 -complete -installsuffix shared -buildid DBCLBIoAAd3Jtb_4WxZd/DBCLBIoAAd3Jtb_4WxZd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1108/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/freeport@v0.0.7/freeport.go /root/go/pkg/mod/github.com/projectdiscovery/freeport@v0.0.7/types.go
2025-08-20T21:54:49.9245076Z [00:03:32.634]➜  go tool buildid -w $WORK/b1108/_pkg_.a # internal
2025-08-20T21:54:49.9280272Z [00:03:32.634]➜  cp $WORK/b1108/_pkg_.a /root/.cache/go-build/2b/2b8177da2064c82e797bbb9d655f6c2c4630c1af8961f293bd5ea882c51cdd7b-d # internal
2025-08-20T21:54:49.9285658Z [00:03:32.638]➜  github.com/projectdiscovery/clistats
2025-08-20T21:54:49.9286728Z [00:03:32.638]➜  mkdir -p $WORK/b1107/
2025-08-20T21:54:49.9288476Z [00:03:32.638]➜  cat >/tmp/go-build3999932643/b1107/importcfg << 'EOF' # internal
2025-08-20T21:54:49.9289472Z [00:03:32.638]➜  # import config
2025-08-20T21:54:49.9289832Z [00:03:32.638]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:49.9290255Z [00:03:32.638]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:49.9290767Z [00:03:32.638]➜  packagefile github.com/json-iterator/go=/tmp/go-build3999932643/b243/_pkg_.a
2025-08-20T21:54:49.9291385Z [00:03:32.638]➜  packagefile github.com/projectdiscovery/freeport=/tmp/go-build3999932643/b1108/_pkg_.a
2025-08-20T21:54:49.9292048Z [00:03:32.638]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build3999932643/b617/_pkg_.a
2025-08-20T21:54:49.9292579Z [00:03:32.638]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:49.9292992Z [00:03:32.638]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:49.9293459Z [00:03:32.638]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:49.9293899Z [00:03:32.638]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:49.9294326Z [00:03:32.638]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:49.9294680Z [00:03:32.638]➜  EOF
2025-08-20T21:54:49.9301904Z [00:03:32.639]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1107/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/clistats@v0.1.1=>github.com/projectdiscovery/clistats@v0.1.1;$WORK/b1107=>" -p github.com/projectdiscovery/clistats -lang=go1.21 -complete -installsuffix shared -buildid cpo7o6pP91Mm1Mm3bmud/cpo7o6pP91Mm1Mm3bmud -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1107/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/clistats@v0.1.1/callbacks.go /root/go/pkg/mod/github.com/projectdiscovery/clistats@v0.1.1/clistats.go /root/go/pkg/mod/github.com/projectdiscovery/clistats@v0.1.1/doc.go /root/go/pkg/mod/github.com/projectdiscovery/clistats@v0.1.1/fields.go /root/go/pkg/mod/github.com/projectdiscovery/clistats@v0.1.1/options.go /root/go/pkg/mod/github.com/projectdiscovery/clistats@v0.1.1/util.go
2025-08-20T21:54:50.0213455Z [00:03:32.730]➜  go tool buildid -w $WORK/b1084/_pkg_.a # internal
2025-08-20T21:54:50.0313668Z [00:03:32.740]➜  go tool buildid -w $WORK/b1107/_pkg_.a # internal
2025-08-20T21:54:50.0334866Z [00:03:32.743]➜  cp $WORK/b1107/_pkg_.a /root/.cache/go-build/fa/fa302d4e8e78e3a9d49226c95eb4f6375a904051d6a89811c5bef7832c7606e9-d # internal
2025-08-20T21:54:50.0335805Z [00:03:32.743]➜  github.com/projectdiscovery/nuclei/v3/pkg/progress
2025-08-20T21:54:50.0336160Z [00:03:32.743]➜  mkdir -p $WORK/b1106/
2025-08-20T21:54:50.0340768Z [00:03:32.743]➜  cat >/tmp/go-build3999932643/b1106/importcfg << 'EOF' # internal
2025-08-20T21:54:50.0341170Z [00:03:32.743]➜  # import config
2025-08-20T21:54:50.0341518Z [00:03:32.743]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:50.0341946Z [00:03:32.743]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:50.0342478Z [00:03:32.743]➜  packagefile github.com/projectdiscovery/clistats=/tmp/go-build3999932643/b1107/_pkg_.a
2025-08-20T21:54:50.0343115Z [00:03:32.743]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:50.0344194Z [00:03:32.743]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:54:50.0344925Z [00:03:32.743]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:50.0345337Z [00:03:32.743]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:50.0345752Z [00:03:32.743]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:50.0346064Z [00:03:32.743]➜  EOF
2025-08-20T21:54:50.0348326Z [00:03:32.744]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1106/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/progress=>github.com/projectdiscovery/nuclei/v3/pkg/progress;$WORK/b1106=>" -p github.com/projectdiscovery/nuclei/v3/pkg/progress -lang=go1.24 -complete -installsuffix shared -buildid GHcovvI2GtePSxFZ9kdw/GHcovvI2GtePSxFZ9kdw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1106/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/progress/doc.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/progress/progress.go
2025-08-20T21:54:50.0374024Z [00:03:32.747]➜  cp $WORK/b1084/_pkg_.a /root/.cache/go-build/ce/ce2f2cfa69acb1dcd4affd5954a76f3970ddcce65cd1dede18a20d8cceb04160-d # internal
2025-08-20T21:54:50.0677743Z [00:03:32.777]➜  github.com/labstack/echo/v4/middleware
2025-08-20T21:54:50.0678165Z [00:03:32.777]➜  mkdir -p $WORK/b1090/
2025-08-20T21:54:50.0688588Z [00:03:32.778]➜  cat >/tmp/go-build3999932643/b1090/importcfg << 'EOF' # internal
2025-08-20T21:54:50.0689294Z [00:03:32.778]➜  # import config
2025-08-20T21:54:50.0689864Z [00:03:32.778]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:50.0690983Z [00:03:32.778]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:50.0691695Z [00:03:32.778]➜  packagefile compress/gzip=/tmp/go-build3999932643/b203/_pkg_.a
2025-08-20T21:54:50.0692599Z [00:03:32.778]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:50.0693310Z [00:03:32.778]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:50.0694240Z [00:03:32.778]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:50.0695348Z [00:03:32.778]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:50.0718230Z [00:03:32.778]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:50.0720075Z [00:03:32.778]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:50.0720856Z [00:03:32.778]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:50.0721335Z [00:03:32.778]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:50.0721946Z [00:03:32.778]➜  packagefile github.com/labstack/echo/v4=/tmp/go-build3999932643/b1084/_pkg_.a
2025-08-20T21:54:50.0722573Z [00:03:32.778]➜  packagefile github.com/labstack/gommon/bytes=/tmp/go-build3999932643/b1091/_pkg_.a
2025-08-20T21:54:50.0723179Z [00:03:32.778]➜  packagefile github.com/labstack/gommon/color=/tmp/go-build3999932643/b1085/_pkg_.a
2025-08-20T21:54:50.0723778Z [00:03:32.778]➜  packagefile github.com/labstack/gommon/log=/tmp/go-build3999932643/b1086/_pkg_.a
2025-08-20T21:54:50.0724374Z [00:03:32.778]➜  packagefile github.com/valyala/fasttemplate=/tmp/go-build3999932643/b1087/_pkg_.a
2025-08-20T21:54:50.0724936Z [00:03:32.778]➜  packagefile golang.org/x/time/rate=/tmp/go-build3999932643/b1092/_pkg_.a
2025-08-20T21:54:50.0725439Z [00:03:32.778]➜  packagefile html/template=/tmp/go-build3999932643/b755/_pkg_.a
2025-08-20T21:54:50.0725869Z [00:03:32.778]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:50.0726302Z [00:03:32.778]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:50.0726725Z [00:03:32.778]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:50.0727139Z [00:03:32.778]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:50.0727826Z [00:03:32.778]➜  packagefile net/http/httputil=/tmp/go-build3999932643/b235/_pkg_.a
2025-08-20T21:54:50.0728509Z [00:03:32.778]➜  packagefile net/textproto=/tmp/go-build3999932643/b211/_pkg_.a
2025-08-20T21:54:50.0728955Z [00:03:32.778]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:50.0729547Z [00:03:32.778]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:50.0729951Z [00:03:32.778]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:50.0730366Z [00:03:32.778]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:50.0730784Z [00:03:32.778]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:50.0731209Z [00:03:32.778]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:50.0731629Z [00:03:32.778]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:50.0732042Z [00:03:32.778]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:50.0732443Z [00:03:32.778]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:50.0732750Z [00:03:32.778]➜  EOF
2025-08-20T21:54:50.0746801Z [00:03:32.778]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1090/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware=>github.com/labstack/echo/v4@v4.13.4/middleware;$WORK/b1090=>" -p github.com/labstack/echo/v4/middleware -lang=go1.23 -complete -installsuffix shared -buildid Vyulx19iBH0JH6JqXL-l/Vyulx19iBH0JH6JqXL-l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1090/importcfg -pack /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware/basic_auth.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware/body_dump.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware/body_limit.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware/compress.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware/context_timeout.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware/cors.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware/csrf.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware/decompress.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware/extractor.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware/key_auth.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware/logger.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware/method_override.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware/middleware.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware/proxy.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware/rate_limiter.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware/recover.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware/redirect.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware/request_id.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware/request_logger.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware/rewrite.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware/secure.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware/slash.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware/static.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware/static_other.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware/timeout.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4/middleware/util.go
2025-08-20T21:54:50.0855640Z [00:03:32.795]➜  go tool buildid -w $WORK/b1106/_pkg_.a # internal
2025-08-20T21:54:50.0871620Z [00:03:32.796]➜  cp $WORK/b1106/_pkg_.a /root/.cache/go-build/a0/a09bbac0a8802b2100cc6e1a38ed2d63007cdf0bffd88753e19d4a6a6de444d0-d # internal
2025-08-20T21:54:50.0872390Z [00:03:32.796]➜  github.com/projectdiscovery/nuclei/v3/pkg/projectfile
2025-08-20T21:54:50.0872746Z [00:03:32.796]➜  mkdir -p $WORK/b1109/
2025-08-20T21:54:50.0873124Z [00:03:32.797]➜  cat >/tmp/go-build3999932643/b1109/importcfg << 'EOF' # internal
2025-08-20T21:54:50.0874425Z [00:03:32.797]➜  # import config
2025-08-20T21:54:50.0875043Z [00:03:32.797]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:50.0875897Z [00:03:32.797]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:50.0876482Z [00:03:32.797]➜  packagefile encoding/gob=/tmp/go-build3999932643/b330/_pkg_.a
2025-08-20T21:54:50.0877058Z [00:03:32.797]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:50.0877820Z [00:03:32.797]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:50.0878546Z [00:03:32.797]➜  packagefile github.com/projectdiscovery/hmap/store/hybrid=/tmp/go-build3999932643/b410/_pkg_.a
2025-08-20T21:54:50.0879786Z [00:03:32.797]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:50.0880370Z [00:03:32.797]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:54:50.0880875Z [00:03:32.797]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:50.0881422Z [00:03:32.797]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:50.0881821Z [00:03:32.797]➜  EOF
2025-08-20T21:54:50.0884225Z [00:03:32.797]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1109/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/projectfile=>github.com/projectdiscovery/nuclei/v3/pkg/projectfile;$WORK/b1109=>" -p github.com/projectdiscovery/nuclei/v3/pkg/projectfile -lang=go1.24 -complete -installsuffix shared -buildid wKZKHWqeOJYBETm4Fbqa/wKZKHWqeOJYBETm4Fbqa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1109/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/projectfile/httputil.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/projectfile/project.go
2025-08-20T21:54:50.1287840Z [00:03:32.838]➜  go tool buildid -w $WORK/b1109/_pkg_.a # internal
2025-08-20T21:54:50.1298109Z [00:03:32.839]➜  cp $WORK/b1109/_pkg_.a /root/.cache/go-build/33/3359ee6637736982caa720686097f1d439c112f6833b7e81677b2e07a3aef877-d # internal
2025-08-20T21:54:50.1300879Z [00:03:32.839]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/globalmatchers
2025-08-20T21:54:50.1303047Z [00:03:32.839]➜  mkdir -p $WORK/b1110/
2025-08-20T21:54:50.1320572Z [00:03:32.841]➜  cat >/tmp/go-build3999932643/b1110/importcfg << 'EOF' # internal
2025-08-20T21:54:50.1321245Z [00:03:32.841]➜  # import config
2025-08-20T21:54:50.1322245Z [00:03:32.841]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build3999932643/b714/_pkg_.a
2025-08-20T21:54:50.1324288Z [00:03:32.841]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build3999932643/b715/_pkg_.a
2025-08-20T21:54:50.1326352Z [00:03:32.841]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:54:50.1327005Z [00:03:32.841]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:54:50.1327320Z [00:03:32.841]➜  EOF
2025-08-20T21:54:50.1329994Z [00:03:32.841]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1110/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/globalmatchers=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/globalmatchers;$WORK/b1110=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/globalmatchers -lang=go1.24 -complete -installsuffix shared -buildid bNlLuW84U8ZHdx77O-Z5/bNlLuW84U8ZHdx77O-Z5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1110/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/globalmatchers/globalmatchers.go
2025-08-20T21:54:50.2604997Z [00:03:32.970]➜  go tool buildid -w $WORK/b1110/_pkg_.a # internal
2025-08-20T21:54:50.2695839Z [00:03:32.979]➜  cp $WORK/b1110/_pkg_.a /root/.cache/go-build/ef/eff418ecb55da81b7895775ba761429d146154f2dcf0c8b84a639bc6c284d791-d # internal
2025-08-20T21:54:50.3160339Z [00:03:33.025]➜  github.com/projectdiscovery/gcache
2025-08-20T21:54:50.3161163Z [00:03:33.025]➜  mkdir -p $WORK/b1112/
2025-08-20T21:54:50.3170790Z [00:03:33.026]➜  cat >/tmp/go-build3999932643/b1112/importcfg << 'EOF' # internal
2025-08-20T21:54:50.3171772Z [00:03:33.026]➜  # import config
2025-08-20T21:54:50.3172260Z [00:03:33.026]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:50.3173890Z [00:03:33.026]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:50.3174506Z [00:03:33.026]➜  packagefile github.com/projectdiscovery/gcache/internal/list=/tmp/go-build3999932643/b1113/_pkg_.a
2025-08-20T21:54:50.3175085Z [00:03:33.026]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:50.3175519Z [00:03:33.026]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:50.3175961Z [00:03:33.026]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:50.3176268Z [00:03:33.026]➜  EOF
2025-08-20T21:54:50.3181552Z [00:03:33.026]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1112/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/gcache@v0.0.0-20241015120333-12546c6e3f4c=>github.com/projectdiscovery/gcache@v0.0.0-20241015120333-12546c6e3f4c;$WORK/b1112=>" -p github.com/projectdiscovery/gcache -lang=go1.19 -complete -installsuffix shared -buildid 3xekZuk6xieMvWIU_6xp/3xekZuk6xieMvWIU_6xp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1112/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/gcache@v0.0.0-20241015120333-12546c6e3f4c/arc.go /root/go/pkg/mod/github.com/projectdiscovery/gcache@v0.0.0-20241015120333-12546c6e3f4c/cache.go /root/go/pkg/mod/github.com/projectdiscovery/gcache@v0.0.0-20241015120333-12546c6e3f4c/clock.go /root/go/pkg/mod/github.com/projectdiscovery/gcache@v0.0.0-20241015120333-12546c6e3f4c/lfu.go /root/go/pkg/mod/github.com/projectdiscovery/gcache@v0.0.0-20241015120333-12546c6e3f4c/lru.go /root/go/pkg/mod/github.com/projectdiscovery/gcache@v0.0.0-20241015120333-12546c6e3f4c/simple.go /root/go/pkg/mod/github.com/projectdiscovery/gcache@v0.0.0-20241015120333-12546c6e3f4c/singleflight.go /root/go/pkg/mod/github.com/projectdiscovery/gcache@v0.0.0-20241015120333-12546c6e3f4c/stats.go /root/go/pkg/mod/github.com/projectdiscovery/gcache@v0.0.0-20241015120333-12546c6e3f4c/utils.go
2025-08-20T21:54:50.4310245Z [00:03:33.140]➜  go tool buildid -w $WORK/b1112/_pkg_.a # internal
2025-08-20T21:54:50.4347681Z [00:03:33.144]➜  cp $WORK/b1112/_pkg_.a /root/.cache/go-build/92/9292fe384c7435e0688646aa935a55104b57056d79cffb8110a0ed5656d6aa8d-d # internal
2025-08-20T21:54:50.4384767Z [00:03:33.147]➜  go tool buildid -w $WORK/b1090/_pkg_.a # internal
2025-08-20T21:54:50.4385448Z [00:03:33.147]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/hosterrorscache
2025-08-20T21:54:50.4385891Z [00:03:33.147]➜  mkdir -p $WORK/b1111/
2025-08-20T21:54:50.4386434Z [00:03:33.147]➜  cat >/tmp/go-build3999932643/b1111/importcfg << 'EOF' # internal
2025-08-20T21:54:50.4386879Z [00:03:33.147]➜  # import config
2025-08-20T21:54:50.4387224Z [00:03:33.147]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:50.4387985Z [00:03:33.147]➜  packagefile github.com/projectdiscovery/gcache=/tmp/go-build3999932643/b1112/_pkg_.a
2025-08-20T21:54:50.4388643Z [00:03:33.147]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:50.4389378Z [00:03:33.147]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build3999932643/b620/_pkg_.a
2025-08-20T21:54:50.4390243Z [00:03:33.147]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build3999932643/b760/_pkg_.a
2025-08-20T21:54:50.4391099Z [00:03:33.147]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types/nucleierr=/tmp/go-build3999932643/b762/_pkg_.a
2025-08-20T21:54:50.4391829Z [00:03:33.147]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:50.4392539Z [00:03:33.147]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:50.4393071Z [00:03:33.147]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:50.4393723Z [00:03:33.147]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:50.4394300Z [00:03:33.147]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:50.4394726Z [00:03:33.147]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:50.4395144Z [00:03:33.147]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:50.4395583Z [00:03:33.147]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:50.4395913Z [00:03:33.147]➜  EOF
2025-08-20T21:54:50.4401163Z [00:03:33.147]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1111/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/hosterrorscache=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/hosterrorscache;$WORK/b1111=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/hosterrorscache -lang=go1.24 -complete -installsuffix shared -buildid TpTcNFHfOHiBj0FlJWTB/TpTcNFHfOHiBj0FlJWTB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1111/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/hosterrorscache/hosterrorscache.go
2025-08-20T21:54:50.4460780Z [00:03:33.155]➜  cp $WORK/b1090/_pkg_.a /root/.cache/go-build/87/8740aab67199217953ebc25524ef2b371b5af8e3afd0798de46da0009aa992e6-d # internal
2025-08-20T21:54:50.4497586Z [00:03:33.159]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter
2025-08-20T21:54:50.4517321Z [00:03:33.159]➜  mkdir -p $WORK/b1115/
2025-08-20T21:54:50.4517867Z [00:03:33.159]➜  cat >/tmp/go-build3999932643/b1115/importcfg << 'EOF' # internal
2025-08-20T21:54:50.4518249Z [00:03:33.159]➜  # import config
2025-08-20T21:54:50.4518595Z [00:03:33.159]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:50.4519012Z [00:03:33.159]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:50.4519510Z [00:03:33.159]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build3999932643/b247/_pkg_.a
2025-08-20T21:54:50.4520134Z [00:03:33.159]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:50.4520845Z [00:03:33.159]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build3999932643/b715/_pkg_.a
2025-08-20T21:54:50.4521425Z [00:03:33.159]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:50.4522077Z [00:03:33.159]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:50.4522571Z [00:03:33.159]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:50.4523106Z [00:03:33.159]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:50.4523603Z [00:03:33.159]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:50.4523914Z [00:03:33.159]➜  EOF
2025-08-20T21:54:50.4526952Z [00:03:33.159]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1115/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/responsehighlighter=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter;$WORK/b1115=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter -lang=go1.24 -complete -installsuffix shared -buildid OawUmBpNb-bZlrpFeKBd/OawUmBpNb-bZlrpFeKBd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1115/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/responsehighlighter/hexdump.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/responsehighlighter/response_highlighter.go
2025-08-20T21:54:50.6045778Z [00:03:33.314]➜  go tool buildid -w $WORK/b1115/_pkg_.a # internal
2025-08-20T21:54:50.6140932Z [00:03:33.321]➜  cp $WORK/b1115/_pkg_.a /root/.cache/go-build/ca/ca97b0607d61950e2403b3e5a3ed198d76d4a0c57229a756769b387388fe0499-d # internal
2025-08-20T21:54:50.6148389Z [00:03:33.321]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/dedupe
2025-08-20T21:54:50.6148788Z [00:03:33.321]➜  mkdir -p $WORK/b1118/
2025-08-20T21:54:50.6149574Z [00:03:33.321]➜  cat >/tmp/go-build3999932643/b1118/importcfg << 'EOF' # internal
2025-08-20T21:54:50.6150112Z [00:03:33.321]➜  # import config
2025-08-20T21:54:50.6150477Z [00:03:33.321]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:50.6151090Z [00:03:33.321]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:54:50.6151832Z [00:03:33.321]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:54:50.6152559Z [00:03:33.321]➜  packagefile github.com/projectdiscovery/utils/conversion=/tmp/go-build3999932643/b230/_pkg_.a
2025-08-20T21:54:50.6153227Z [00:03:33.321]➜  packagefile github.com/syndtr/goleveldb/leveldb=/tmp/go-build3999932643/b417/_pkg_.a
2025-08-20T21:54:50.6153888Z [00:03:33.321]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build3999932643/b421/_pkg_.a
2025-08-20T21:54:50.6154418Z [00:03:33.321]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:50.6154758Z [00:03:33.321]➜  EOF
2025-08-20T21:54:50.6156808Z [00:03:33.321]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1118/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/dedupe=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/dedupe;$WORK/b1118=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/dedupe -lang=go1.24 -complete -installsuffix shared -buildid y2C364DZSNFIlY4gYd_m/y2C364DZSNFIlY4gYd_m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1118/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/dedupe/dedupe.go
2025-08-20T21:54:50.7411290Z [00:03:33.449]➜  go tool buildid -w $WORK/b1118/_pkg_.a # internal
2025-08-20T21:54:50.7430709Z [00:03:33.452]➜  cp $WORK/b1118/_pkg_.a /root/.cache/go-build/04/0414dfe80aa096a0f23244e6b4b6ec21917b228cb280f853f8cb97287881fcfb-d # internal
2025-08-20T21:54:50.7431529Z [00:03:33.452]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/es
2025-08-20T21:54:50.7431956Z [00:03:33.452]➜  mkdir -p $WORK/b1119/
2025-08-20T21:54:50.7433033Z [00:03:33.453]➜  cat >/tmp/go-build3999932643/b1119/importcfg << 'EOF' # internal
2025-08-20T21:54:50.7433874Z [00:03:33.453]➜  # import config
2025-08-20T21:54:50.7434617Z [00:03:33.453]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:50.7437288Z [00:03:33.453]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:50.7438270Z [00:03:33.453]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:50.7440657Z [00:03:33.453]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:50.7441306Z [00:03:33.453]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:50.7442043Z [00:03:33.453]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:54:50.7442892Z [00:03:33.453]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:54:50.7443744Z [00:03:33.453]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:54:50.7444481Z [00:03:33.453]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:54:50.7445159Z [00:03:33.453]➜  packagefile github.com/projectdiscovery/useragent=/tmp/go-build3999932643/b700/_pkg_.a
2025-08-20T21:54:50.7445671Z [00:03:33.453]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:50.7446098Z [00:03:33.453]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:50.7446517Z [00:03:33.453]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:50.7446819Z [00:03:33.453]➜  EOF
2025-08-20T21:54:50.7455406Z [00:03:33.453]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1119/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/es=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/es;$WORK/b1119=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/es -lang=go1.24 -complete -installsuffix shared -buildid CdY5wzCG1irKfAGUtgIo/CdY5wzCG1irKfAGUtgIo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1119/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/es/elasticsearch.go
2025-08-20T21:54:50.9267735Z [00:03:33.636]➜  go tool buildid -w $WORK/b1111/_pkg_.a # internal
2025-08-20T21:54:50.9452500Z [00:03:33.654]➜  cp $WORK/b1111/_pkg_.a /root/.cache/go-build/ee/ee402c5a21776e33c6816ba05abfbf5375e3b4e911f7d74501c0bd430504c009-d # internal
2025-08-20T21:54:50.9453886Z [00:03:33.654]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/jsonexporter
2025-08-20T21:54:50.9455700Z [00:03:33.654]➜  mkdir -p $WORK/b1120/
2025-08-20T21:54:50.9456090Z [00:03:33.654]➜  cat >/tmp/go-build3999932643/b1120/importcfg << 'EOF' # internal
2025-08-20T21:54:50.9456444Z [00:03:33.654]➜  # import config
2025-08-20T21:54:50.9456845Z [00:03:33.654]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:50.9457614Z [00:03:33.654]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:54:50.9458429Z [00:03:33.654]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:54:50.9459003Z [00:03:33.654]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:50.9459412Z [00:03:33.654]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:50.9459720Z [00:03:33.654]➜  EOF
2025-08-20T21:54:50.9462360Z [00:03:33.654]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1120/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/jsonexporter=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/jsonexporter;$WORK/b1120=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/jsonexporter -lang=go1.24 -complete -installsuffix shared -buildid UORFcm2-iSUw89twp__5/UORFcm2-iSUw89twp__5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1120/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/jsonexporter/jsonexporter.go
2025-08-20T21:54:51.0985418Z [00:03:33.808]➜  go tool buildid -w $WORK/b1120/_pkg_.a # internal
2025-08-20T21:54:51.1012803Z [00:03:33.810]➜  cp $WORK/b1120/_pkg_.a /root/.cache/go-build/94/944cee2a2d22b4a8f3c5ec04e89b2833e04183af0e95140d9e0a2241a63ed661-d # internal
2025-08-20T21:54:51.1024204Z [00:03:33.812]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/jsonl
2025-08-20T21:54:51.1026031Z [00:03:33.812]➜  mkdir -p $WORK/b1121/
2025-08-20T21:54:51.1041664Z [00:03:33.813]➜  cat >/tmp/go-build3999932643/b1121/importcfg << 'EOF' # internal
2025-08-20T21:54:51.1042698Z [00:03:33.813]➜  # import config
2025-08-20T21:54:51.1043274Z [00:03:33.813]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:51.1044416Z [00:03:33.813]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:54:51.1045634Z [00:03:33.813]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:54:51.1046477Z [00:03:33.813]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:51.1047678Z [00:03:33.813]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:51.1048090Z [00:03:33.813]➜  EOF
2025-08-20T21:54:51.1058756Z [00:03:33.815]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1121/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/jsonl=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/jsonl;$WORK/b1121=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/jsonl -lang=go1.24 -complete -installsuffix shared -buildid sroCUCjAOkhX5y0Wx224/sroCUCjAOkhX5y0Wx224 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1121/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/jsonl/jsonl.go
2025-08-20T21:54:51.2800115Z [00:03:33.989]➜  go tool buildid -w $WORK/b1121/_pkg_.a # internal
2025-08-20T21:54:51.2849792Z [00:03:33.994]➜  cp $WORK/b1121/_pkg_.a /root/.cache/go-build/5b/5b995d582327bc252727a752b0b8c933da0a4676b7153f3762a18e00c6c51b02-d # internal
2025-08-20T21:54:51.2852523Z [00:03:33.994]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown/util
2025-08-20T21:54:51.2853208Z [00:03:33.994]➜  mkdir -p $WORK/b1123/
2025-08-20T21:54:51.2878186Z [00:03:33.997]➜  cat >/tmp/go-build3999932643/b1123/importcfg << 'EOF' # internal
2025-08-20T21:54:51.2878873Z [00:03:33.997]➜  # import config
2025-08-20T21:54:51.2880532Z [00:03:33.997]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:51.2881168Z [00:03:33.997]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:51.2882063Z [00:03:33.997]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:51.2882823Z [00:03:33.997]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:51.2883368Z [00:03:33.997]➜  EOF
2025-08-20T21:54:51.2886617Z [00:03:33.997]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1123/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/markdown/util=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown/util;$WORK/b1123=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown/util -lang=go1.24 -complete -installsuffix shared -buildid M3yikkKOZKby3rrQi_dL/M3yikkKOZKby3rrQi_dL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1123/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/markdown/util/markdown_formatter.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/markdown/util/markdown_utils.go
2025-08-20T21:54:51.3103893Z [00:03:34.019]➜  go tool buildid -w $WORK/b1119/_pkg_.a # internal
2025-08-20T21:54:51.3120375Z [00:03:34.021]➜  go tool buildid -w $WORK/b1123/_pkg_.a # internal
2025-08-20T21:54:51.3130514Z [00:03:34.022]➜  cp $WORK/b1123/_pkg_.a /root/.cache/go-build/9c/9ce140af73bad2a4e631e6ab793cbf7439421f93fb9faf67741dce360a89088e-d # internal
2025-08-20T21:54:51.3131681Z [00:03:34.022]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/format
2025-08-20T21:54:51.3132365Z [00:03:34.022]➜  mkdir -p $WORK/b1124/
2025-08-20T21:54:51.3144060Z [00:03:34.024]➜  cat >/tmp/go-build3999932643/b1124/importcfg << 'EOF' # internal
2025-08-20T21:54:51.3145551Z [00:03:34.024]➜  # import config
2025-08-20T21:54:51.3146318Z [00:03:34.024]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:51.3147590Z [00:03:34.024]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:51.3148525Z [00:03:34.024]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build3999932643/b620/_pkg_.a
2025-08-20T21:54:51.3149654Z [00:03:34.024]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build3999932643/b714/_pkg_.a
2025-08-20T21:54:51.3160588Z [00:03:34.024]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:54:51.3161964Z [00:03:34.024]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown/util=/tmp/go-build3999932643/b1123/_pkg_.a
2025-08-20T21:54:51.3163008Z [00:03:34.024]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:54:51.3164228Z [00:03:34.024]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils=/tmp/go-build3999932643/b669/_pkg_.a
2025-08-20T21:54:51.3165454Z [00:03:34.024]➜  packagefile github.com/projectdiscovery/utils/unit=/tmp/go-build3999932643/b745/_pkg_.a
2025-08-20T21:54:51.3166081Z [00:03:34.024]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:51.3166517Z [00:03:34.024]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:51.3166842Z [00:03:34.024]➜  EOF
2025-08-20T21:54:51.3169308Z [00:03:34.024]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1124/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/format=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/format;$WORK/b1124=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/format -lang=go1.24 -complete -installsuffix shared -buildid UOcTBcK57F6xx53ltPLf/UOcTBcK57F6xx53ltPLf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1124/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/format/format.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/format/format_utils.go
2025-08-20T21:54:51.3301392Z [00:03:34.039]➜  cp $WORK/b1119/_pkg_.a /root/.cache/go-build/e2/e200ec19639b641ba13032c9e829cceb8c49b3452d36be499b4322a7837c08d6-d # internal
2025-08-20T21:54:51.3321152Z [00:03:34.041]➜  go.mongodb.org/mongo-driver/bson/primitive
2025-08-20T21:54:51.3321816Z [00:03:34.041]➜  mkdir -p $WORK/b1132/
2025-08-20T21:54:51.3353841Z [00:03:34.045]➜  cat >/tmp/go-build3999932643/b1132/importcfg << 'EOF' # internal
2025-08-20T21:54:51.3354538Z [00:03:34.045]➜  # import config
2025-08-20T21:54:51.3355161Z [00:03:34.045]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:51.3355881Z [00:03:34.045]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:51.3356563Z [00:03:34.045]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:54:51.3357527Z [00:03:34.045]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:51.3358570Z [00:03:34.045]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:51.3359360Z [00:03:34.045]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:51.3359904Z [00:03:34.045]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:51.3360333Z [00:03:34.045]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:51.3360740Z [00:03:34.045]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:51.3361167Z [00:03:34.045]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:51.3361598Z [00:03:34.045]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:51.3362020Z [00:03:34.045]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:51.3362448Z [00:03:34.045]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:51.3363021Z [00:03:34.045]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:51.3363514Z [00:03:34.045]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:51.3363825Z [00:03:34.045]➜  EOF
2025-08-20T21:54:51.3366481Z [00:03:34.045]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1132/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/primitive=>go.mongodb.org/mongo-driver@v1.17.4/bson/primitive;$WORK/b1132=>" -p go.mongodb.org/mongo-driver/bson/primitive -lang=go1.18 -complete -installsuffix shared -buildid 2mTimkCCe-0zDmjztMP-/2mTimkCCe-0zDmjztMP- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1132/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/primitive/decimal.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/primitive/objectid.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/primitive/primitive.go
2025-08-20T21:54:51.4437491Z [00:03:34.153]➜  go tool buildid -w $WORK/b1124/_pkg_.a # internal
2025-08-20T21:54:51.4467110Z [00:03:34.156]➜  go tool buildid -w $WORK/b1132/_pkg_.a # internal
2025-08-20T21:54:51.4484162Z [00:03:34.158]➜  cp $WORK/b1124/_pkg_.a /root/.cache/go-build/d4/d425ed21a86f42ebaa336a0278d02d454f9541b5cd7df755595b9bd1437ad347-d # internal
2025-08-20T21:54:51.4487291Z [00:03:34.158]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown
2025-08-20T21:54:51.4487856Z [00:03:34.158]➜  mkdir -p $WORK/b1122/
2025-08-20T21:54:51.4490535Z [00:03:34.158]➜  cat >/tmp/go-build3999932643/b1122/importcfg << 'EOF' # internal
2025-08-20T21:54:51.4490928Z [00:03:34.158]➜  # import config
2025-08-20T21:54:51.4491269Z [00:03:34.158]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:51.4492082Z [00:03:34.158]➜  packagefile github.com/google/uuid=/tmp/go-build3999932643/b324/_pkg_.a
2025-08-20T21:54:51.4492676Z [00:03:34.158]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:51.4493375Z [00:03:34.158]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:54:51.4494239Z [00:03:34.158]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown/util=/tmp/go-build3999932643/b1123/_pkg_.a
2025-08-20T21:54:51.4495125Z [00:03:34.158]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/format=/tmp/go-build3999932643/b1124/_pkg_.a
2025-08-20T21:54:51.4495852Z [00:03:34.158]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:54:51.4496519Z [00:03:34.158]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:51.4497042Z [00:03:34.158]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:51.4497680Z [00:03:34.158]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:51.4498200Z [00:03:34.158]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:51.4498517Z [00:03:34.158]➜  EOF
2025-08-20T21:54:51.4501014Z [00:03:34.159]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1122/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/markdown=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown;$WORK/b1122=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown -lang=go1.24 -complete -installsuffix shared -buildid E2nDOVQb4Bk1aR9R5gTe/E2nDOVQb4Bk1aR9R5gTe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1122/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/markdown/markdown.go
2025-08-20T21:54:51.4514642Z [00:03:34.161]➜  cp $WORK/b1132/_pkg_.a /root/.cache/go-build/e8/e8ba8d5b1adb1aa472043d7fea208ce4df1d903d2421d1313894534863f9a3e1-d # internal
2025-08-20T21:54:51.4584053Z [00:03:34.168]➜  go.mongodb.org/mongo-driver/x/bsonx/bsoncore
2025-08-20T21:54:51.4584923Z [00:03:34.168]➜  mkdir -p $WORK/b1133/
2025-08-20T21:54:51.4592393Z [00:03:34.168]➜  cat >/tmp/go-build3999932643/b1133/importcfg << 'EOF' # internal
2025-08-20T21:54:51.4592845Z [00:03:34.169]➜  # import config
2025-08-20T21:54:51.4593207Z [00:03:34.169]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:51.4593663Z [00:03:34.169]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:51.4594150Z [00:03:34.169]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:51.4594596Z [00:03:34.169]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:51.4595206Z [00:03:34.169]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:51.4595764Z [00:03:34.169]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3999932643/b1131/_pkg_.a
2025-08-20T21:54:51.4596434Z [00:03:34.169]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3999932643/b1132/_pkg_.a
2025-08-20T21:54:51.4596970Z [00:03:34.169]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:51.4597539Z [00:03:34.169]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:51.4598019Z [00:03:34.169]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:51.4598452Z [00:03:34.169]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:51.4598876Z [00:03:34.169]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:51.4599290Z [00:03:34.169]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:51.4599726Z [00:03:34.169]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:51.4600059Z [00:03:34.169]➜  EOF
2025-08-20T21:54:51.4628213Z [00:03:34.171]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1133/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/bsonx/bsoncore=>go.mongodb.org/mongo-driver@v1.17.4/x/bsonx/bsoncore;$WORK/b1133=>" -p go.mongodb.org/mongo-driver/x/bsonx/bsoncore -lang=go1.18 -complete -installsuffix shared -buildid 0kfhAQHTo9S9Q65rJZ3f/0kfhAQHTo9S9Q65rJZ3f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1133/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/bsonx/bsoncore/array.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/bsonx/bsoncore/bson_arraybuilder.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/bsonx/bsoncore/bson_documentbuilder.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/bsonx/bsoncore/bsoncore.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/bsonx/bsoncore/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/bsonx/bsoncore/document.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/bsonx/bsoncore/document_sequence.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/bsonx/bsoncore/element.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/bsonx/bsoncore/tables.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/bsonx/bsoncore/value.go
2025-08-20T21:54:51.6216183Z [00:03:34.331]➜  go tool buildid -w $WORK/b1122/_pkg_.a # internal
2025-08-20T21:54:51.6275435Z [00:03:34.337]➜  cp $WORK/b1122/_pkg_.a /root/.cache/go-build/3d/3d4e59116f59eec9af0920d0030463d9edea27ca772915253cc18f84352be56f-d # internal
2025-08-20T21:54:51.6284755Z [00:03:34.338]➜  go.mongodb.org/mongo-driver/mongo/address
2025-08-20T21:54:51.6285114Z [00:03:34.338]➜  mkdir -p $WORK/b1135/
2025-08-20T21:54:51.6292206Z [00:03:34.338]➜  cat >/tmp/go-build3999932643/b1135/importcfg << 'EOF' # internal
2025-08-20T21:54:51.6292624Z [00:03:34.339]➜  # import config
2025-08-20T21:54:51.6292984Z [00:03:34.339]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:51.6293407Z [00:03:34.339]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:51.6293731Z [00:03:34.339]➜  EOF
2025-08-20T21:54:51.6297925Z [00:03:34.339]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1135/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/address=>go.mongodb.org/mongo-driver@v1.17.4/mongo/address;$WORK/b1135=>" -p go.mongodb.org/mongo-driver/mongo/address -lang=go1.18 -complete -installsuffix shared -buildid dVsvsY5rmGaDfIP0NfLJ/dVsvsY5rmGaDfIP0NfLJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1135/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/address/addr.go
2025-08-20T21:54:51.6547595Z [00:03:34.364]➜  go tool buildid -w $WORK/b1135/_pkg_.a # internal
2025-08-20T21:54:51.6556455Z [00:03:34.365]➜  cp $WORK/b1135/_pkg_.a /root/.cache/go-build/15/1592b2bdfca1d7ebf17f80eb49bfebea5c98f66efdfe5266560dd98f005af489-d # internal
2025-08-20T21:54:51.6561915Z [00:03:34.366]➜  go.mongodb.org/mongo-driver/tag
2025-08-20T21:54:51.6563306Z [00:03:34.366]➜  mkdir -p $WORK/b1141/
2025-08-20T21:54:51.6570250Z [00:03:34.366]➜  cat >/tmp/go-build3999932643/b1141/importcfg << 'EOF' # internal
2025-08-20T21:54:51.6570647Z [00:03:34.366]➜  # import config
2025-08-20T21:54:51.6571006Z [00:03:34.366]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:51.6571421Z [00:03:34.366]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:51.6585436Z [00:03:34.366]➜  EOF
2025-08-20T21:54:51.6588573Z [00:03:34.368]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1141/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/tag=>go.mongodb.org/mongo-driver@v1.17.4/tag;$WORK/b1141=>" -p go.mongodb.org/mongo-driver/tag -lang=go1.18 -complete -installsuffix shared -buildid Q7wqyjzs1xV2t1oWhObN/Q7wqyjzs1xV2t1oWhObN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1141/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/tag/tag.go
2025-08-20T21:54:51.6942705Z [00:03:34.404]➜  go tool buildid -w $WORK/b1141/_pkg_.a # internal
2025-08-20T21:54:51.6955912Z [00:03:34.405]➜  cp $WORK/b1141/_pkg_.a /root/.cache/go-build/d4/d4bb275d2e2caad11c6e47617e083f61407268e7f2783431e1006cb9459bf3e3-d # internal
2025-08-20T21:54:51.6968338Z [00:03:34.406]➜  go.mongodb.org/mongo-driver/mongo/readpref
2025-08-20T21:54:51.6968756Z [00:03:34.406]➜  mkdir -p $WORK/b1140/
2025-08-20T21:54:51.6976210Z [00:03:34.407]➜  cat >/tmp/go-build3999932643/b1140/importcfg << 'EOF' # internal
2025-08-20T21:54:51.6977030Z [00:03:34.407]➜  # import config
2025-08-20T21:54:51.6977541Z [00:03:34.407]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:51.6978029Z [00:03:34.407]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:51.6978452Z [00:03:34.407]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:51.6978969Z [00:03:34.407]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build3999932643/b1141/_pkg_.a
2025-08-20T21:54:51.6979482Z [00:03:34.407]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:51.6979900Z [00:03:34.407]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:51.6980204Z [00:03:34.407]➜  EOF
2025-08-20T21:54:51.6984719Z [00:03:34.408]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1140/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/readpref=>go.mongodb.org/mongo-driver@v1.17.4/mongo/readpref;$WORK/b1140=>" -p go.mongodb.org/mongo-driver/mongo/readpref -lang=go1.18 -complete -installsuffix shared -buildid sRA-CcITCAPp_sbywEWs/sRA-CcITCAPp_sbywEWs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1140/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/readpref/mode.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/readpref/options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/readpref/readpref.go
2025-08-20T21:54:51.7162128Z [00:03:34.425]➜  go tool buildid -w $WORK/b1133/_pkg_.a # internal
2025-08-20T21:54:51.7211834Z [00:03:34.430]➜  cp $WORK/b1133/_pkg_.a /root/.cache/go-build/5f/5f268eb419f8aadbf62293e6943d083f56e9dbeed8cdb339b1bb10cc2b506e00-d # internal
2025-08-20T21:54:51.7297764Z [00:03:34.439]➜  go.mongodb.org/mongo-driver/bson/bsonrw
2025-08-20T21:54:51.7298890Z [00:03:34.439]➜  mkdir -p $WORK/b1130/
2025-08-20T21:54:51.7307471Z [00:03:34.440]➜  cat >/tmp/go-build3999932643/b1130/importcfg << 'EOF' # internal
2025-08-20T21:54:51.7307928Z [00:03:34.440]➜  # import config
2025-08-20T21:54:51.7308291Z [00:03:34.440]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:51.7308748Z [00:03:34.440]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:51.7309232Z [00:03:34.440]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:51.7309700Z [00:03:34.440]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:51.7310435Z [00:03:34.440]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:51.7310859Z [00:03:34.440]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:51.7311405Z [00:03:34.440]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3999932643/b1131/_pkg_.a
2025-08-20T21:54:51.7312079Z [00:03:34.440]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3999932643/b1132/_pkg_.a
2025-08-20T21:54:51.7312764Z [00:03:34.440]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3999932643/b1133/_pkg_.a
2025-08-20T21:54:51.7313295Z [00:03:34.440]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:51.7313699Z [00:03:34.440]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:51.7314101Z [00:03:34.440]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:51.7314516Z [00:03:34.440]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:51.7314940Z [00:03:34.440]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:51.7315527Z [00:03:34.440]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:51.7315934Z [00:03:34.440]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:51.7316358Z [00:03:34.440]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:51.7316803Z [00:03:34.440]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:54:51.7317275Z [00:03:34.440]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:51.7317794Z [00:03:34.440]➜  EOF
2025-08-20T21:54:51.7329094Z [00:03:34.442]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1130/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw=>go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw;$WORK/b1130=>" -p go.mongodb.org/mongo-driver/bson/bsonrw -lang=go1.18 -complete -installsuffix shared -buildid j5fD0LHXb4NrNh4QiXrI/j5fD0LHXb4NrNh4QiXrI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1130/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw/copier.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw/extjson_parser.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw/extjson_reader.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw/extjson_tables.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw/extjson_wrappers.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw/extjson_writer.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw/json_scanner.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw/mode.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw/reader.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw/value_reader.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw/value_writer.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw/writer.go
2025-08-20T21:54:51.7336522Z [00:03:34.443]➜  go tool buildid -w $WORK/b1140/_pkg_.a # internal
2025-08-20T21:54:51.7337225Z [00:03:34.443]➜  cp $WORK/b1140/_pkg_.a /root/.cache/go-build/9b/9b869db15f51e576227fee948ae36c121fcfe718603eed1ad3ea51e28cc75402-d # internal
2025-08-20T21:54:51.7361579Z [00:03:34.445]➜  go.mongodb.org/mongo-driver/internal/csfle
2025-08-20T21:54:51.7362007Z [00:03:34.445]➜  mkdir -p $WORK/b1143/
2025-08-20T21:54:51.7365017Z [00:03:34.446]➜  cat >/tmp/go-build3999932643/b1143/importcfg << 'EOF' # internal
2025-08-20T21:54:51.7366066Z [00:03:34.446]➜  # import config
2025-08-20T21:54:51.7366512Z [00:03:34.446]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:51.7366933Z [00:03:34.446]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:51.7367637Z [00:03:34.446]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3999932643/b1133/_pkg_.a
2025-08-20T21:54:51.7368342Z [00:03:34.446]➜  EOF
2025-08-20T21:54:51.7370364Z [00:03:34.446]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1143/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/csfle=>go.mongodb.org/mongo-driver@v1.17.4/internal/csfle;$WORK/b1143=>" -p go.mongodb.org/mongo-driver/internal/csfle -lang=go1.18 -complete -installsuffix shared -buildid XHrKNUg3xpB7aE1iprle/XHrKNUg3xpB7aE1iprle -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1143/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/csfle/csfle.go
2025-08-20T21:54:51.7710610Z [00:03:34.480]➜  go tool buildid -w $WORK/b1143/_pkg_.a # internal
2025-08-20T21:54:51.7715663Z [00:03:34.481]➜  cp $WORK/b1143/_pkg_.a /root/.cache/go-build/28/280fcf960be3c58d3ebae4621d4b8230ba9c5b75b7adb8014e5e110e9b61c1e1-d # internal
2025-08-20T21:54:51.7731636Z [00:03:34.482]➜  go.mongodb.org/mongo-driver/internal/csot
2025-08-20T21:54:51.7732021Z [00:03:34.483]➜  mkdir -p $WORK/b1144/
2025-08-20T21:54:51.7735835Z [00:03:34.483]➜  cat >/tmp/go-build3999932643/b1144/importcfg << 'EOF' # internal
2025-08-20T21:54:51.7736245Z [00:03:34.483]➜  # import config
2025-08-20T21:54:51.7738460Z [00:03:34.483]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:51.7738938Z [00:03:34.483]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:51.7739252Z [00:03:34.483]➜  EOF
2025-08-20T21:54:51.7741231Z [00:03:34.483]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1144/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/csot=>go.mongodb.org/mongo-driver@v1.17.4/internal/csot;$WORK/b1144=>" -p go.mongodb.org/mongo-driver/internal/csot -lang=go1.18 -complete -installsuffix shared -buildid OngN7HDN5X-87IE7AdPP/OngN7HDN5X-87IE7AdPP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1144/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/csot/csot.go
2025-08-20T21:54:51.7851820Z [00:03:34.494]➜  go tool buildid -w $WORK/b1144/_pkg_.a # internal
2025-08-20T21:54:51.7866242Z [00:03:34.495]➜  cp $WORK/b1144/_pkg_.a /root/.cache/go-build/78/78070bcd5c7f80da148d36ca658b59e3330563778f1d82107581e03e59730049-d # internal
2025-08-20T21:54:51.7891144Z [00:03:34.498]➜  go.mongodb.org/mongo-driver/internal/httputil
2025-08-20T21:54:51.7892173Z [00:03:34.498]➜  mkdir -p $WORK/b1145/
2025-08-20T21:54:51.7892708Z [00:03:34.499]➜  cat >/tmp/go-build3999932643/b1145/importcfg << 'EOF' # internal
2025-08-20T21:54:51.7893078Z [00:03:34.499]➜  # import config
2025-08-20T21:54:51.7893559Z [00:03:34.499]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:51.7893951Z [00:03:34.499]➜  EOF
2025-08-20T21:54:51.7896015Z [00:03:34.499]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1145/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/httputil=>go.mongodb.org/mongo-driver@v1.17.4/internal/httputil;$WORK/b1145=>" -p go.mongodb.org/mongo-driver/internal/httputil -lang=go1.18 -complete -installsuffix shared -buildid cSzLr0BK653e8F0v5oa1/cSzLr0BK653e8F0v5oa1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1145/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/httputil/httputil.go
2025-08-20T21:54:51.8170681Z [00:03:34.526]➜  go tool buildid -w $WORK/b1145/_pkg_.a # internal
2025-08-20T21:54:51.8172772Z [00:03:34.527]➜  cp $WORK/b1145/_pkg_.a /root/.cache/go-build/81/81f22675c0be2a15a65611c76208664ce1c3932e931f602e28add0ad9395ec92-d # internal
2025-08-20T21:54:51.8186825Z [00:03:34.528]➜  go.mongodb.org/mongo-driver/internal/logger
2025-08-20T21:54:51.8187888Z [00:03:34.528]➜  mkdir -p $WORK/b1146/
2025-08-20T21:54:51.8206729Z [00:03:34.529]➜  cat >/tmp/go-build3999932643/b1146/importcfg << 'EOF' # internal
2025-08-20T21:54:51.8207737Z [00:03:34.529]➜  # import config
2025-08-20T21:54:51.8208218Z [00:03:34.529]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:51.8209074Z [00:03:34.529]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:51.8209532Z [00:03:34.529]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:51.8210089Z [00:03:34.529]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3999932643/b1132/_pkg_.a
2025-08-20T21:54:51.8210634Z [00:03:34.529]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:51.8211039Z [00:03:34.529]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:51.8211446Z [00:03:34.529]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:51.8211853Z [00:03:34.529]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:51.8212278Z [00:03:34.529]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:51.8212695Z [00:03:34.529]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:51.8213106Z [00:03:34.529]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:51.8213410Z [00:03:34.529]➜  EOF
2025-08-20T21:54:51.8217155Z [00:03:34.529]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1146/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/logger=>go.mongodb.org/mongo-driver@v1.17.4/internal/logger;$WORK/b1146=>" -p go.mongodb.org/mongo-driver/internal/logger -lang=go1.18 -complete -installsuffix shared -buildid tmiar93dAcJUtPRZ4ZRd/tmiar93dAcJUtPRZ4ZRd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1146/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/logger/component.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/logger/context.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/logger/io_sink.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/logger/level.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/logger/logger.go
2025-08-20T21:54:51.8692778Z [00:03:34.577]➜  go tool buildid -w $WORK/b1146/_pkg_.a # internal
2025-08-20T21:54:51.8693582Z [00:03:34.579]➜  cp $WORK/b1146/_pkg_.a /root/.cache/go-build/d0/d0ea75cf47bc0f5df34ea0aa7398a8c21ea37bd330273879cdb4fa35841d4e9b-d # internal
2025-08-20T21:54:51.8727179Z [00:03:34.582]➜  go.mongodb.org/mongo-driver/internal/rand
2025-08-20T21:54:51.8729446Z [00:03:34.582]➜  mkdir -p $WORK/b1149/
2025-08-20T21:54:51.8740989Z [00:03:34.583]➜  cat >/tmp/go-build3999932643/b1149/importcfg << 'EOF' # internal
2025-08-20T21:54:51.8741443Z [00:03:34.583]➜  # import config
2025-08-20T21:54:51.8741958Z [00:03:34.583]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:51.8742460Z [00:03:34.583]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:51.8742869Z [00:03:34.583]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:51.8743292Z [00:03:34.583]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:51.8743725Z [00:03:34.583]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:51.8744028Z [00:03:34.583]➜  EOF
2025-08-20T21:54:51.8748529Z [00:03:34.584]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1149/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/rand=>go.mongodb.org/mongo-driver@v1.17.4/internal/rand;$WORK/b1149=>" -p go.mongodb.org/mongo-driver/internal/rand -lang=go1.18 -complete -installsuffix shared -buildid Wyw7msGoBvDgvMCJ6ik8/Wyw7msGoBvDgvMCJ6ik8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1149/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/rand/bits.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/rand/exp.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/rand/normal.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/rand/rand.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/rand/rng.go
2025-08-20T21:54:52.1580787Z [00:03:34.865]➜  go tool buildid -w $WORK/b1149/_pkg_.a # internal
2025-08-20T21:54:52.1584274Z [00:03:34.868]➜  cp $WORK/b1149/_pkg_.a /root/.cache/go-build/86/864930538da6938e5eebb02a64fa189190778d1820f28b88e9b70f042b3dca7e-d # internal
2025-08-20T21:54:52.1627931Z [00:03:34.872]➜  go.mongodb.org/mongo-driver/internal/randutil
2025-08-20T21:54:52.1628763Z [00:03:34.872]➜  mkdir -p $WORK/b1148/
2025-08-20T21:54:52.1629903Z [00:03:34.872]➜  cat >/tmp/go-build3999932643/b1148/importcfg << 'EOF' # internal
2025-08-20T21:54:52.1630898Z [00:03:34.872]➜  # import config
2025-08-20T21:54:52.1631320Z [00:03:34.872]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:52.1631792Z [00:03:34.872]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:52.1632343Z [00:03:34.872]➜  packagefile go.mongodb.org/mongo-driver/internal/rand=/tmp/go-build3999932643/b1149/_pkg_.a
2025-08-20T21:54:52.1632866Z [00:03:34.872]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:52.1633177Z [00:03:34.872]➜  EOF
2025-08-20T21:54:52.1635417Z [00:03:34.872]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1148/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/randutil=>go.mongodb.org/mongo-driver@v1.17.4/internal/randutil;$WORK/b1148=>" -p go.mongodb.org/mongo-driver/internal/randutil -lang=go1.18 -complete -installsuffix shared -buildid UWbzzlvxWMDj2AMo-5Xf/UWbzzlvxWMDj2AMo-5Xf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1148/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/randutil/randutil.go
2025-08-20T21:54:52.1741557Z [00:03:34.883]➜  go tool buildid -w $WORK/b1148/_pkg_.a # internal
2025-08-20T21:54:52.1746413Z [00:03:34.884]➜  cp $WORK/b1148/_pkg_.a /root/.cache/go-build/17/179a16e5ca59388697e466f6cf0c06b55abacdd0401dd1e5e16bc2af0f563793-d # internal
2025-08-20T21:54:52.1753956Z [00:03:34.885]➜  go.mongodb.org/mongo-driver/internal/uuid
2025-08-20T21:54:52.1754305Z [00:03:34.885]➜  mkdir -p $WORK/b1147/
2025-08-20T21:54:52.1754864Z [00:03:34.885]➜  go tool buildid -w $WORK/b1130/_pkg_.a # internal
2025-08-20T21:54:52.1761309Z [00:03:34.885]➜  cat >/tmp/go-build3999932643/b1147/importcfg << 'EOF' # internal
2025-08-20T21:54:52.1761709Z [00:03:34.885]➜  # import config
2025-08-20T21:54:52.1762074Z [00:03:34.885]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:52.1762896Z [00:03:34.885]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build3999932643/b1148/_pkg_.a
2025-08-20T21:54:52.1763511Z [00:03:34.885]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:52.1763813Z [00:03:34.885]➜  EOF
2025-08-20T21:54:52.1771017Z [00:03:34.886]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1147/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/uuid=>go.mongodb.org/mongo-driver@v1.17.4/internal/uuid;$WORK/b1147=>" -p go.mongodb.org/mongo-driver/internal/uuid -lang=go1.18 -complete -installsuffix shared -buildid _52DAtYRCqLTOZFhlym0/_52DAtYRCqLTOZFhlym0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1147/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/uuid/uuid.go
2025-08-20T21:54:52.1838615Z [00:03:34.892]➜  cp $WORK/b1130/_pkg_.a /root/.cache/go-build/ee/ee1cf54fe2a6d0b5da12226661cd27bd2a362ae87f571aee65cd00289f4e4410-d # internal
2025-08-20T21:54:52.1900314Z [00:03:34.899]➜  go tool buildid -w $WORK/b1147/_pkg_.a # internal
2025-08-20T21:54:52.1908989Z [00:03:34.900]➜  cp $WORK/b1147/_pkg_.a /root/.cache/go-build/2f/2f2c682531bb7a56e4c6035ee93ac46dec79e03f5f36377d82f7c2b70df6850f-d # internal
2025-08-20T21:54:52.1912198Z [00:03:34.900]➜  github.com/youmark/pkcs8
2025-08-20T21:54:52.1912513Z [00:03:34.900]➜  mkdir -p $WORK/b1151/
2025-08-20T21:54:52.1912889Z [00:03:34.900]➜  cat >/tmp/go-build3999932643/b1151/importcfg << 'EOF' # internal
2025-08-20T21:54:52.1913234Z [00:03:34.900]➜  # import config
2025-08-20T21:54:52.1913569Z [00:03:34.900]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:52.1914307Z [00:03:34.900]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:52.1914985Z [00:03:34.900]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:54:52.1915508Z [00:03:34.900]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:52.1915973Z [00:03:34.900]➜  packagefile crypto/des=/tmp/go-build3999932643/b109/_pkg_.a
2025-08-20T21:54:52.1916429Z [00:03:34.900]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:52.1916886Z [00:03:34.900]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:52.1923454Z [00:03:34.900]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:52.1924177Z [00:03:34.900]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:52.1924649Z [00:03:34.900]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:52.1925126Z [00:03:34.900]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:52.1925599Z [00:03:34.900]➜  packagefile crypto/x509/pkix=/tmp/go-build3999932643/b154/_pkg_.a
2025-08-20T21:54:52.1926378Z [00:03:34.900]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:52.1926818Z [00:03:34.900]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:52.1927238Z [00:03:34.900]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:52.1927993Z [00:03:34.900]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build3999932643/b558/_pkg_.a
2025-08-20T21:54:52.1928568Z [00:03:34.900]➜  packagefile golang.org/x/crypto/scrypt=/tmp/go-build3999932643/b557/_pkg_.a
2025-08-20T21:54:52.1929047Z [00:03:34.900]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:52.1929352Z [00:03:34.900]➜  EOF
2025-08-20T21:54:52.1933250Z [00:03:34.900]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1151/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/youmark/pkcs8@v0.0.0-20240726163527-a2c0da244d78=>github.com/youmark/pkcs8@v0.0.0-20240726163527-a2c0da244d78;$WORK/b1151=>" -p github.com/youmark/pkcs8 -lang=go1.17 -complete -installsuffix shared -buildid FjGgjAjYuv12Hbf6UxcO/FjGgjAjYuv12Hbf6UxcO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1151/importcfg -pack /root/go/pkg/mod/github.com/youmark/pkcs8@v0.0.0-20240726163527-a2c0da244d78/cipher.go /root/go/pkg/mod/github.com/youmark/pkcs8@v0.0.0-20240726163527-a2c0da244d78/cipher_3des.go /root/go/pkg/mod/github.com/youmark/pkcs8@v0.0.0-20240726163527-a2c0da244d78/cipher_aes.go /root/go/pkg/mod/github.com/youmark/pkcs8@v0.0.0-20240726163527-a2c0da244d78/kdf_pbkdf2.go /root/go/pkg/mod/github.com/youmark/pkcs8@v0.0.0-20240726163527-a2c0da244d78/kdf_scrypt.go /root/go/pkg/mod/github.com/youmark/pkcs8@v0.0.0-20240726163527-a2c0da244d78/pkcs8.go
2025-08-20T21:54:52.1947871Z [00:03:34.904]➜  go.mongodb.org/mongo-driver/bson/bsoncodec
2025-08-20T21:54:52.1948236Z [00:03:34.904]➜  mkdir -p $WORK/b1128/
2025-08-20T21:54:52.1949162Z [00:03:34.904]➜  cat >/tmp/go-build3999932643/b1128/importcfg << 'EOF' # internal
2025-08-20T21:54:52.1950043Z [00:03:34.904]➜  # import config
2025-08-20T21:54:52.1950599Z [00:03:34.904]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:54:52.1951473Z [00:03:34.904]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:52.1952471Z [00:03:34.904]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:52.1952959Z [00:03:34.904]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:52.1953544Z [00:03:34.904]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonoptions=/tmp/go-build3999932643/b1129/_pkg_.a
2025-08-20T21:54:52.1954217Z [00:03:34.904]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build3999932643/b1130/_pkg_.a
2025-08-20T21:54:52.1954868Z [00:03:34.904]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3999932643/b1131/_pkg_.a
2025-08-20T21:54:52.1955864Z [00:03:34.904]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3999932643/b1132/_pkg_.a
2025-08-20T21:54:52.1956712Z [00:03:34.904]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3999932643/b1133/_pkg_.a
2025-08-20T21:54:52.1957249Z [00:03:34.904]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:52.1957880Z [00:03:34.904]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:52.1958312Z [00:03:34.904]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:52.1958737Z [00:03:34.904]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:52.1959155Z [00:03:34.904]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:52.1959576Z [00:03:34.904]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:52.1959989Z [00:03:34.904]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:52.1960422Z [00:03:34.904]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:52.1960853Z [00:03:34.904]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:52.1961161Z [00:03:34.904]➜  EOF
2025-08-20T21:54:52.1971105Z [00:03:34.904]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1128/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec=>go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec;$WORK/b1128=>" -p go.mongodb.org/mongo-driver/bson/bsoncodec -lang=go1.18 -complete -installsuffix shared -buildid 0muqTfijP_rFFN60pZzg/0muqTfijP_rFFN60pZzg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1128/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/array_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/bsoncodec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/byte_slice_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/codec_cache.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/cond_addr_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/default_value_decoders.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/default_value_encoders.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/empty_interface_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/map_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/mode.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/pointer_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/proxy.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/registry.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/slice_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/string_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/struct_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/struct_tag_parser.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/time_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/types.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/uint_codec.go
2025-08-20T21:54:52.2390461Z [00:03:34.948]➜  go tool buildid -w $WORK/b1151/_pkg_.a # internal
2025-08-20T21:54:52.2392214Z [00:03:34.948]➜  cp $WORK/b1151/_pkg_.a /root/.cache/go-build/75/75d7628841aaf0dde89d8351d3791e30af4faacb38737fd91e271063d2c77632-d # internal
2025-08-20T21:54:52.2392903Z [00:03:34.948]➜  go.mongodb.org/mongo-driver/mongo/readconcern
2025-08-20T21:54:52.2393233Z [00:03:34.948]➜  mkdir -p $WORK/b1152/
2025-08-20T21:54:52.2393615Z [00:03:34.948]➜  cat >/tmp/go-build3999932643/b1152/importcfg << 'EOF' # internal
2025-08-20T21:54:52.2393958Z [00:03:34.948]➜  # import config
2025-08-20T21:54:52.2394678Z [00:03:34.948]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:52.2395461Z [00:03:34.948]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3999932643/b1131/_pkg_.a
2025-08-20T21:54:52.2396147Z [00:03:34.948]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3999932643/b1133/_pkg_.a
2025-08-20T21:54:52.2396583Z [00:03:34.948]➜  EOF
2025-08-20T21:54:52.2398916Z [00:03:34.948]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1152/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/readconcern=>go.mongodb.org/mongo-driver@v1.17.4/mongo/readconcern;$WORK/b1152=>" -p go.mongodb.org/mongo-driver/mongo/readconcern -lang=go1.18 -complete -installsuffix shared -buildid 3sUwyPxLaFbG2CBAcqAR/3sUwyPxLaFbG2CBAcqAR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1152/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/readconcern/readconcern.go
2025-08-20T21:54:52.2592260Z [00:03:34.968]➜  go tool buildid -w $WORK/b1152/_pkg_.a # internal
2025-08-20T21:54:52.2601898Z [00:03:34.969]➜  cp $WORK/b1152/_pkg_.a /root/.cache/go-build/a5/a50722379febc98d2e97061c8e1ff0138d1a6ea9a040f6d28a29f3728d34c83b-d # internal
2025-08-20T21:54:52.2616417Z [00:03:34.971]➜  go.mongodb.org/mongo-driver/internal/driverutil
2025-08-20T21:54:52.2621323Z [00:03:34.971]➜  mkdir -p $WORK/b1155/
2025-08-20T21:54:52.2622082Z [00:03:34.971]➜  cat >/tmp/go-build3999932643/b1155/importcfg << 'EOF' # internal
2025-08-20T21:54:52.2625603Z [00:03:34.971]➜  # import config
2025-08-20T21:54:52.2626624Z [00:03:34.971]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:52.2627292Z [00:03:34.971]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:52.2628156Z [00:03:34.972]➜  EOF
2025-08-20T21:54:52.2631292Z [00:03:34.972]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1155/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/driverutil=>go.mongodb.org/mongo-driver@v1.17.4/internal/driverutil;$WORK/b1155=>" -p go.mongodb.org/mongo-driver/internal/driverutil -lang=go1.18 -complete -installsuffix shared -buildid 5__EB37WTmhvVvxGnUnl/5__EB37WTmhvVvxGnUnl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1155/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/driverutil/hello.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/driverutil/operation.go
2025-08-20T21:54:52.2780938Z [00:03:34.987]➜  go tool buildid -w $WORK/b1155/_pkg_.a # internal
2025-08-20T21:54:52.2788370Z [00:03:34.988]➜  cp $WORK/b1155/_pkg_.a /root/.cache/go-build/6c/6cb9077e93dff99ea388b2b1522ae2d7027cbb1711ee78ddc5daddc844f34b33-d # internal
2025-08-20T21:54:52.2805970Z [00:03:34.990]➜  go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options
2025-08-20T21:54:52.2807941Z [00:03:34.990]➜  mkdir -p $WORK/b1157/
2025-08-20T21:54:52.2818491Z [00:03:34.991]➜  cat >/tmp/go-build3999932643/b1157/importcfg << 'EOF' # internal
2025-08-20T21:54:52.2819471Z [00:03:34.991]➜  # import config
2025-08-20T21:54:52.2820401Z [00:03:34.991]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3999932643/b1132/_pkg_.a
2025-08-20T21:54:52.2821577Z [00:03:34.991]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3999932643/b1133/_pkg_.a
2025-08-20T21:54:52.2822197Z [00:03:34.991]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:52.2822525Z [00:03:34.991]➜  EOF
2025-08-20T21:54:52.2825740Z [00:03:34.991]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1157/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/mongocrypt/options=>go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/mongocrypt/options;$WORK/b1157=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options -lang=go1.18 -complete -installsuffix shared -buildid zMiiKCqhX7xDajlJuPOM/zMiiKCqhX7xDajlJuPOM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1157/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/mongocrypt/options/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/mongocrypt/options/mongocrypt_context_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/mongocrypt/options/mongocrypt_options.go
2025-08-20T21:54:52.3087861Z [00:03:35.017]➜  go tool buildid -w $WORK/b1157/_pkg_.a # internal
2025-08-20T21:54:52.3089016Z [00:03:35.017]➜  cp $WORK/b1157/_pkg_.a /root/.cache/go-build/f4/f4f71a34183fe719592f42acb8c64489f5d1042efcb46d56971ca6a8e3e381d5-d # internal
2025-08-20T21:54:52.3111689Z [00:03:35.020]➜  go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt
2025-08-20T21:54:52.3119477Z [00:03:35.020]➜  mkdir -p $WORK/b1156/
2025-08-20T21:54:52.3120006Z [00:03:35.021]➜  cat >/tmp/go-build3999932643/b1156/importcfg << 'EOF' # internal
2025-08-20T21:54:52.3120612Z [00:03:35.021]➜  # import config
2025-08-20T21:54:52.3121841Z [00:03:35.021]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:52.3122451Z [00:03:35.021]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3999932643/b1133/_pkg_.a
2025-08-20T21:54:52.3123229Z [00:03:35.021]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build3999932643/b1157/_pkg_.a
2025-08-20T21:54:52.3123725Z [00:03:35.021]➜  EOF
2025-08-20T21:54:52.3127673Z [00:03:35.021]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1156/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/mongocrypt=>go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/mongocrypt;$WORK/b1156=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt -lang=go1.18 -complete -installsuffix shared -buildid Fw74Gx7pXUOcvp4sD6QE/Fw74Gx7pXUOcvp4sD6QE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1156/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/mongocrypt/errors_not_enabled.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/mongocrypt/mongocrypt_context_not_enabled.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/mongocrypt/mongocrypt_kms_context_not_enabled.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/mongocrypt/mongocrypt_not_enabled.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/mongocrypt/state.go
2025-08-20T21:54:52.3389677Z [00:03:35.048]➜  go tool buildid -w $WORK/b1156/_pkg_.a # internal
2025-08-20T21:54:52.3393704Z [00:03:35.048]➜  cp $WORK/b1156/_pkg_.a /root/.cache/go-build/4b/4be1507ef80bbde4daeef3719ccf16a7b13dcf6d52c76b4da9c9442599b633a6-d # internal
2025-08-20T21:54:52.3405797Z [00:03:35.050]➜  go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage
2025-08-20T21:54:52.3408045Z [00:03:35.050]➜  mkdir -p $WORK/b1159/
2025-08-20T21:54:52.3408876Z [00:03:35.050]➜  cat >/tmp/go-build3999932643/b1159/importcfg << 'EOF' # internal
2025-08-20T21:54:52.3409553Z [00:03:35.050]➜  # import config
2025-08-20T21:54:52.3410109Z [00:03:35.050]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:52.3410719Z [00:03:35.050]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:52.3411533Z [00:03:35.050]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3999932643/b1133/_pkg_.a
2025-08-20T21:54:52.3412928Z [00:03:35.050]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:52.3413392Z [00:03:35.050]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:52.3413727Z [00:03:35.050]➜  EOF
2025-08-20T21:54:52.3415965Z [00:03:35.050]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1159/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/wiremessage=>go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/wiremessage;$WORK/b1159=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage -lang=go1.18 -complete -installsuffix shared -buildid 2cHwju8x4Q16KiReorLP/2cHwju8x4Q16KiReorLP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1159/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/wiremessage/wiremessage.go
2025-08-20T21:54:52.3906187Z [00:03:35.100]➜  go tool buildid -w $WORK/b1159/_pkg_.a # internal
2025-08-20T21:54:52.3917492Z [00:03:35.101]➜  cp $WORK/b1159/_pkg_.a /root/.cache/go-build/9b/9b38fa00b5f4b048021af7c5cc1e78965c5ca6e4e1fd16d2bed74fdff7578461-d # internal
2025-08-20T21:54:52.3919778Z [00:03:35.101]➜  github.com/xdg-go/pbkdf2
2025-08-20T21:54:52.3920364Z [00:03:35.101]➜  mkdir -p $WORK/b1162/
2025-08-20T21:54:52.3924583Z [00:03:35.102]➜  cat >/tmp/go-build3999932643/b1162/importcfg << 'EOF' # internal
2025-08-20T21:54:52.3925228Z [00:03:35.102]➜  # import config
2025-08-20T21:54:52.3928296Z [00:03:35.102]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:52.3928788Z [00:03:35.102]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:52.3929239Z [00:03:35.102]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:52.3929564Z [00:03:35.102]➜  EOF
2025-08-20T21:54:52.3931259Z [00:03:35.102]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1162/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xdg-go/pbkdf2@v1.0.0=>github.com/xdg-go/pbkdf2@v1.0.0;$WORK/b1162=>" -p github.com/xdg-go/pbkdf2 -lang=go1.9 -complete -installsuffix shared -buildid afmipf4_SOcGZrYSPndD/afmipf4_SOcGZrYSPndD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1162/importcfg -pack /root/go/pkg/mod/github.com/xdg-go/pbkdf2@v1.0.0/pbkdf2.go
2025-08-20T21:54:52.4083799Z [00:03:35.117]➜  go tool buildid -w $WORK/b1162/_pkg_.a # internal
2025-08-20T21:54:52.4087651Z [00:03:35.118]➜  cp $WORK/b1162/_pkg_.a /root/.cache/go-build/d8/d8d41f36ee26d4692ee33d120c25b35cbda3ad6e0ef93a6e880d95bfc2448f82-d # internal
2025-08-20T21:54:52.4091858Z [00:03:35.118]➜  github.com/xdg-go/stringprep
2025-08-20T21:54:52.4093823Z [00:03:35.119]➜  mkdir -p $WORK/b1163/
2025-08-20T21:54:52.4103701Z [00:03:35.119]➜  cat >/tmp/go-build3999932643/b1163/importcfg << 'EOF' # internal
2025-08-20T21:54:52.4104192Z [00:03:35.119]➜  # import config
2025-08-20T21:54:52.4104555Z [00:03:35.119]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:52.4105067Z [00:03:35.119]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3999932643/b459/_pkg_.a
2025-08-20T21:54:52.4105799Z [00:03:35.119]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:52.4106169Z [00:03:35.119]➜  EOF
2025-08-20T21:54:52.4110032Z [00:03:35.120]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1163/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xdg-go/stringprep@v1.0.4=>github.com/xdg-go/stringprep@v1.0.4;$WORK/b1163=>" -p github.com/xdg-go/stringprep -lang=go1.11 -complete -installsuffix shared -buildid 4ne2r9i7ra_Z0Wsxia1u/4ne2r9i7ra_Z0Wsxia1u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1163/importcfg -pack /root/go/pkg/mod/github.com/xdg-go/stringprep@v1.0.4/bidi.go /root/go/pkg/mod/github.com/xdg-go/stringprep@v1.0.4/doc.go /root/go/pkg/mod/github.com/xdg-go/stringprep@v1.0.4/error.go /root/go/pkg/mod/github.com/xdg-go/stringprep@v1.0.4/map.go /root/go/pkg/mod/github.com/xdg-go/stringprep@v1.0.4/profile.go /root/go/pkg/mod/github.com/xdg-go/stringprep@v1.0.4/saslprep.go /root/go/pkg/mod/github.com/xdg-go/stringprep@v1.0.4/set.go /root/go/pkg/mod/github.com/xdg-go/stringprep@v1.0.4/tables.go
2025-08-20T21:54:52.6512751Z [00:03:35.361]➜  go tool buildid -w $WORK/b1030/_pkg_.a # internal
2025-08-20T21:54:52.7595759Z [00:03:35.469]➜  go tool buildid -w $WORK/b1128/_pkg_.a # internal
2025-08-20T21:54:52.7674190Z [00:03:35.476]➜  cp $WORK/b1128/_pkg_.a /root/.cache/go-build/c1/c15b440842117712e5f6dc248fe23065724c488d90b7bd5fc14fc82ba03edf60-d # internal
2025-08-20T21:54:52.7801191Z [00:03:35.489]➜  go.mongodb.org/mongo-driver/bson
2025-08-20T21:54:52.7801581Z [00:03:35.489]➜  mkdir -p $WORK/b1127/
2025-08-20T21:54:52.7801961Z [00:03:35.489]➜  cat >/tmp/go-build3999932643/b1127/importcfg << 'EOF' # internal
2025-08-20T21:54:52.7802732Z [00:03:35.489]➜  # import config
2025-08-20T21:54:52.7803249Z [00:03:35.489]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:52.7803697Z [00:03:35.489]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:52.7804136Z [00:03:35.489]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:52.7804566Z [00:03:35.489]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:52.7805116Z [00:03:35.489]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build3999932643/b1128/_pkg_.a
2025-08-20T21:54:52.7805787Z [00:03:35.489]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build3999932643/b1130/_pkg_.a
2025-08-20T21:54:52.7806440Z [00:03:35.489]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3999932643/b1131/_pkg_.a
2025-08-20T21:54:52.7807101Z [00:03:35.489]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3999932643/b1132/_pkg_.a
2025-08-20T21:54:52.7807968Z [00:03:35.489]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3999932643/b1133/_pkg_.a
2025-08-20T21:54:52.7808512Z [00:03:35.489]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:52.7808923Z [00:03:35.489]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:52.7809348Z [00:03:35.489]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:52.7809754Z [00:03:35.489]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:52.7810057Z [00:03:35.489]➜  EOF
2025-08-20T21:54:52.7815579Z [00:03:35.489]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1127/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson=>go.mongodb.org/mongo-driver@v1.17.4/bson;$WORK/b1127=>" -p go.mongodb.org/mongo-driver/bson -lang=go1.18 -complete -installsuffix shared -buildid rusoh29u8ErZi8kW7A8P/rusoh29u8ErZi8kW7A8P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1127/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bson.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/decoder.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/encoder.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/marshal.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/primitive_codecs.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/raw.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/raw_element.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/raw_value.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/registry.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/types.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/unmarshal.go
2025-08-20T21:54:52.8185291Z [00:03:35.527]➜  cp $WORK/b1030/_pkg_.a /root/.cache/go-build/56/566e44893930a75c6c41c69f7b2d6cd703391f6358fb43818cd731109ddac20e-d # internal
2025-08-20T21:54:52.8186054Z [00:03:35.527]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/redis
2025-08-20T21:54:52.8186423Z [00:03:35.527]➜  mkdir -p $WORK/b1028/
2025-08-20T21:54:52.8194598Z [00:03:35.529]➜  cat >/tmp/go-build3999932643/b1028/importcfg << 'EOF' # internal
2025-08-20T21:54:52.8195504Z [00:03:35.529]➜  # import config
2025-08-20T21:54:52.8198213Z [00:03:35.529]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:52.8198843Z [00:03:35.529]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:52.8201679Z [00:03:35.529]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:52.8202290Z [00:03:35.529]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build3999932643/b993/_pkg_.a
2025-08-20T21:54:52.8203108Z [00:03:35.529]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/redis=/tmp/go-build3999932643/b1029/_pkg_.a
2025-08-20T21:54:52.8204408Z [00:03:35.529]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:54:52.8205333Z [00:03:35.529]➜  packagefile github.com/redis/go-redis/v9=/tmp/go-build3999932643/b1030/_pkg_.a
2025-08-20T21:54:52.8205820Z [00:03:35.529]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:52.8206125Z [00:03:35.529]➜  EOF
2025-08-20T21:54:52.8219427Z [00:03:35.531]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1028/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/redis=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/redis;$WORK/b1028=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/redis -lang=go1.24 -complete -installsuffix shared -buildid hooRbEL9ng0cJCjWBDKB/hooRbEL9ng0cJCjWBDKB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1028/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/redis/memo.redis.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/redis/redis.go
2025-08-20T21:54:52.8228578Z [00:03:35.532]➜  cd $WORK/b1102
2025-08-20T21:54:52.8232499Z [00:03:35.532]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1102=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1102/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b1102/_x001.o -c _cgo_export.c
2025-08-20T21:54:52.8424503Z [00:03:35.551]➜  go tool buildid -w $WORK/b1163/_pkg_.a # internal
2025-08-20T21:54:52.8444428Z [00:03:35.554]➜  cp $WORK/b1163/_pkg_.a /root/.cache/go-build/db/db2cd2aadbc893139e4e916261e6fbb9d7db87b624101fd345f719ce62d75624-d # internal
2025-08-20T21:54:52.8447206Z [00:03:35.554]➜  github.com/xdg-go/scram
2025-08-20T21:54:52.8448674Z [00:03:35.554]➜  mkdir -p $WORK/b1161/
2025-08-20T21:54:52.8534159Z [00:03:35.563]➜  cat >/tmp/go-build3999932643/b1161/importcfg << 'EOF' # internal
2025-08-20T21:54:52.8540924Z [00:03:35.563]➜  # import config
2025-08-20T21:54:52.8542126Z [00:03:35.563]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:52.8542678Z [00:03:35.563]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:52.8543268Z [00:03:35.563]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:52.8543801Z [00:03:35.563]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:52.8544265Z [00:03:35.563]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:52.8544736Z [00:03:35.563]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:52.8545192Z [00:03:35.563]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:52.8545614Z [00:03:35.563]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:52.8546099Z [00:03:35.563]➜  packagefile github.com/xdg-go/pbkdf2=/tmp/go-build3999932643/b1162/_pkg_.a
2025-08-20T21:54:52.8546663Z [00:03:35.563]➜  packagefile github.com/xdg-go/stringprep=/tmp/go-build3999932643/b1163/_pkg_.a
2025-08-20T21:54:52.8547145Z [00:03:35.563]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:52.8547764Z [00:03:35.563]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:52.8548200Z [00:03:35.563]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:52.8548615Z [00:03:35.563]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:52.8548947Z [00:03:35.563]➜  EOF
2025-08-20T21:54:52.8549216Z [00:03:35.563]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:52.8552607Z [00:03:35.563]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1161/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xdg-go/scram@v1.1.2=>github.com/xdg-go/scram@v1.1.2;$WORK/b1161=>" -p github.com/xdg-go/scram -lang=go1.11 -complete -installsuffix shared -buildid dGQ5LKZWVEJ_LRXyrtOi/dGQ5LKZWVEJ_LRXyrtOi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1161/importcfg -pack /root/go/pkg/mod/github.com/xdg-go/scram@v1.1.2/client.go /root/go/pkg/mod/github.com/xdg-go/scram@v1.1.2/client_conv.go /root/go/pkg/mod/github.com/xdg-go/scram@v1.1.2/common.go /root/go/pkg/mod/github.com/xdg-go/scram@v1.1.2/doc.go /root/go/pkg/mod/github.com/xdg-go/scram@v1.1.2/parse.go /root/go/pkg/mod/github.com/xdg-go/scram@v1.1.2/scram.go /root/go/pkg/mod/github.com/xdg-go/scram@v1.1.2/server.go /root/go/pkg/mod/github.com/xdg-go/scram@v1.1.2/server_conv.go
2025-08-20T21:54:52.8555369Z [00:03:35.563]➜  cd $WORK/b1102
2025-08-20T21:54:52.8558330Z [00:03:35.563]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1102=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1102/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b1102/_x002.o -c backup.cgo2.c
2025-08-20T21:54:52.8884964Z [00:03:35.597]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1102=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1102/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b1102/_x003.o -c callback.cgo2.c
2025-08-20T21:54:52.9358273Z [00:03:35.645]➜  go tool buildid -w $WORK/b1161/_pkg_.a # internal
2025-08-20T21:54:52.9370397Z [00:03:35.646]➜  cp $WORK/b1161/_pkg_.a /root/.cache/go-build/74/74e47c9fedf5641cfda1ae1b42e311ac670acee642423052b5cfa1f66b7fc94b-d # internal
2025-08-20T21:54:52.9378035Z [00:03:35.646]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1102=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1102/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b1102/_x004.o -c error.cgo2.c
2025-08-20T21:54:52.9398235Z [00:03:35.648]➜  go.mongodb.org/mongo-driver/internal/aws/awserr
2025-08-20T21:54:52.9398717Z [00:03:35.648]➜  mkdir -p $WORK/b1165/
2025-08-20T21:54:52.9399096Z [00:03:35.648]➜  cat >/tmp/go-build3999932643/b1165/importcfg << 'EOF' # internal
2025-08-20T21:54:52.9399452Z [00:03:35.648]➜  # import config
2025-08-20T21:54:52.9400107Z [00:03:35.648]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:52.9400413Z [00:03:35.648]➜  EOF
2025-08-20T21:54:52.9400841Z [00:03:35.649]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:52.9403291Z [00:03:35.649]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1165/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws/awserr=>go.mongodb.org/mongo-driver@v1.17.4/internal/aws/awserr;$WORK/b1165=>" -p go.mongodb.org/mongo-driver/internal/aws/awserr -lang=go1.18 -complete -installsuffix shared -buildid Yr4BaFb-vgt5_ZtaDWaU/Yr4BaFb-vgt5_ZtaDWaU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1165/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws/awserr/error.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws/awserr/types.go
2025-08-20T21:54:52.9623296Z [00:03:35.671]➜  cd $WORK/b1102
2025-08-20T21:54:52.9629160Z [00:03:35.671]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1102=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1102/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b1102/_x005.o -c sqlite3.cgo2.c
2025-08-20T21:54:52.9647682Z [00:03:35.674]➜  go tool buildid -w $WORK/b1165/_pkg_.a # internal
2025-08-20T21:54:52.9654493Z [00:03:35.675]➜  cp $WORK/b1165/_pkg_.a /root/.cache/go-build/ea/ea2a90424e7332cb8362cced2fd5a1288625dd26ed6495c786c4633f66fbf6e1-d # internal
2025-08-20T21:54:52.9662296Z [00:03:35.676]➜  go tool buildid -w $WORK/b1127/_pkg_.a # internal
2025-08-20T21:54:52.9663438Z [00:03:35.676]➜  go.mongodb.org/mongo-driver/internal/aws/credentials
2025-08-20T21:54:52.9665224Z [00:03:35.676]➜  mkdir -p $WORK/b1164/
2025-08-20T21:54:52.9667471Z [00:03:35.676]➜  cat >/tmp/go-build3999932643/b1164/importcfg << 'EOF' # internal
2025-08-20T21:54:52.9669538Z [00:03:35.676]➜  # import config
2025-08-20T21:54:52.9670758Z [00:03:35.676]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:52.9671456Z [00:03:35.676]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/awserr=/tmp/go-build3999932643/b1165/_pkg_.a
2025-08-20T21:54:52.9672222Z [00:03:35.676]➜  packagefile golang.org/x/sync/singleflight=/tmp/go-build3999932643/b469/_pkg_.a
2025-08-20T21:54:52.9672780Z [00:03:35.676]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:52.9673194Z [00:03:35.676]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:52.9673508Z [00:03:35.676]➜  EOF
2025-08-20T21:54:52.9673964Z [00:03:35.676]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:52.9676594Z [00:03:35.676]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1164/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws/credentials=>go.mongodb.org/mongo-driver@v1.17.4/internal/aws/credentials;$WORK/b1164=>" -p go.mongodb.org/mongo-driver/internal/aws/credentials -lang=go1.18 -complete -installsuffix shared -buildid F0bnDX7-aC04_Rb--NS_/F0bnDX7-aC04_Rb--NS_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1164/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws/credentials/chain_provider.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws/credentials/credentials.go
2025-08-20T21:54:52.9724517Z [00:03:35.682]➜  cp $WORK/b1127/_pkg_.a /root/.cache/go-build/b3/b385134c9f280b2ca7a2d32aefdc108577addce7800b81963e4b49ec02d79755-d # internal
2025-08-20T21:54:52.9730083Z [00:03:35.682]➜  go.mongodb.org/mongo-driver/internal/bsonutil
2025-08-20T21:54:52.9732006Z [00:03:35.683]➜  mkdir -p $WORK/b1137/
2025-08-20T21:54:52.9735949Z [00:03:35.683]➜  cat >/tmp/go-build3999932643/b1137/importcfg << 'EOF' # internal
2025-08-20T21:54:52.9738308Z [00:03:35.683]➜  # import config
2025-08-20T21:54:52.9739854Z [00:03:35.683]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:52.9741723Z [00:03:35.683]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3999932643/b1127/_pkg_.a
2025-08-20T21:54:52.9742133Z [00:03:35.683]➜  EOF
2025-08-20T21:54:52.9744178Z [00:03:35.683]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1137/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/bsonutil=>go.mongodb.org/mongo-driver@v1.17.4/internal/bsonutil;$WORK/b1137=>" -p go.mongodb.org/mongo-driver/internal/bsonutil -lang=go1.18 -complete -installsuffix shared -buildid DdA-JT_2kJOgbUJHOGuI/DdA-JT_2kJOgbUJHOGuI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1137/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/bsonutil/bsonutil.go
2025-08-20T21:54:53.0045827Z [00:03:35.714]➜  go tool buildid -w $WORK/b1164/_pkg_.a # internal
2025-08-20T21:54:53.0059397Z [00:03:35.715]➜  cp $WORK/b1164/_pkg_.a /root/.cache/go-build/03/03a6210d5971069944a69c7659d35a330aeddf678681cd0d19b1c3d38a0deff6-d # internal
2025-08-20T21:54:53.0073629Z [00:03:35.716]➜  go.mongodb.org/mongo-driver/internal/codecutil
2025-08-20T21:54:53.0074026Z [00:03:35.716]➜  mkdir -p $WORK/b1142/
2025-08-20T21:54:53.0074419Z [00:03:35.717]➜  cat >/tmp/go-build3999932643/b1142/importcfg << 'EOF' # internal
2025-08-20T21:54:53.0074778Z [00:03:35.717]➜  # import config
2025-08-20T21:54:53.0075113Z [00:03:35.717]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:53.0075532Z [00:03:35.717]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:53.0075943Z [00:03:35.717]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:53.0076459Z [00:03:35.717]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3999932643/b1127/_pkg_.a
2025-08-20T21:54:53.0077118Z [00:03:35.717]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3999932643/b1133/_pkg_.a
2025-08-20T21:54:53.0082505Z [00:03:35.717]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:53.0083202Z [00:03:35.717]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:53.0083582Z [00:03:35.717]➜  EOF
2025-08-20T21:54:53.0085828Z [00:03:35.717]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1142/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/codecutil=>go.mongodb.org/mongo-driver@v1.17.4/internal/codecutil;$WORK/b1142=>" -p go.mongodb.org/mongo-driver/internal/codecutil -lang=go1.18 -complete -installsuffix shared -buildid tDid5dNf0lKq0sc1iTfY/tDid5dNf0lKq0sc1iTfY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1142/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/codecutil/encoding.go
2025-08-20T21:54:53.0267507Z [00:03:35.736]➜  cd $WORK/b1102
2025-08-20T21:54:53.0285170Z [00:03:35.736]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1102=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1102/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b1102/_x006.o -c sqlite3_context.cgo2.c
2025-08-20T21:54:53.0569183Z [00:03:35.766]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1102=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1102/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b1102/_x007.o -c sqlite3_load_extension.cgo2.c
2025-08-20T21:54:53.0925469Z [00:03:35.801]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1102=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1102/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b1102/_x008.o -c sqlite3_opt_serialize.cgo2.c
2025-08-20T21:54:53.0994405Z [00:03:35.808]➜  go tool buildid -w $WORK/b1137/_pkg_.a # internal
2025-08-20T21:54:53.1016756Z [00:03:35.811]➜  cp $WORK/b1137/_pkg_.a /root/.cache/go-build/2e/2ef594eb90eab2368aab3f15de43ab5aa8fce954759d612279216146effe7941-d # internal
2025-08-20T21:54:53.1055331Z [00:03:35.815]➜  go.mongodb.org/mongo-driver/mongo/description
2025-08-20T21:54:53.1056318Z [00:03:35.815]➜  mkdir -p $WORK/b1136/
2025-08-20T21:54:53.1061657Z [00:03:35.815]➜  cat >/tmp/go-build3999932643/b1136/importcfg << 'EOF' # internal
2025-08-20T21:54:53.1062438Z [00:03:35.815]➜  # import config
2025-08-20T21:54:53.1063091Z [00:03:35.815]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:53.1063872Z [00:03:35.815]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:53.1065090Z [00:03:35.815]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:53.1065691Z [00:03:35.815]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3999932643/b1127/_pkg_.a
2025-08-20T21:54:53.1066356Z [00:03:35.815]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3999932643/b1132/_pkg_.a
2025-08-20T21:54:53.1067055Z [00:03:35.815]➜  packagefile go.mongodb.org/mongo-driver/internal/bsonutil=/tmp/go-build3999932643/b1137/_pkg_.a
2025-08-20T21:54:53.1067937Z [00:03:35.815]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build3999932643/b1138/_pkg_.a
2025-08-20T21:54:53.1068829Z [00:03:35.815]➜  packagefile go.mongodb.org/mongo-driver/internal/ptrutil=/tmp/go-build3999932643/b1139/_pkg_.a
2025-08-20T21:54:53.1069511Z [00:03:35.815]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3999932643/b1135/_pkg_.a
2025-08-20T21:54:53.1070176Z [00:03:35.815]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3999932643/b1140/_pkg_.a
2025-08-20T21:54:53.1070807Z [00:03:35.815]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build3999932643/b1141/_pkg_.a
2025-08-20T21:54:53.1071299Z [00:03:35.815]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:53.1071715Z [00:03:35.815]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:53.1072021Z [00:03:35.815]➜  EOF
2025-08-20T21:54:53.1072297Z [00:03:35.815]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:53.1076685Z [00:03:35.815]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1136/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/description=>go.mongodb.org/mongo-driver@v1.17.4/mongo/description;$WORK/b1136=>" -p go.mongodb.org/mongo-driver/mongo/description -lang=go1.18 -complete -installsuffix shared -buildid uyv2zavwd-pRq9PNuu1Q/uyv2zavwd-pRq9PNuu1Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1136/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/description/description.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/description/server.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/description/server_kind.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/description/server_selector.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/description/topology.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/description/topology_kind.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/description/topology_version.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/description/version_range.go
2025-08-20T21:54:53.1119256Z [00:03:35.821]➜  go tool buildid -w $WORK/b1142/_pkg_.a # internal
2025-08-20T21:54:53.1150549Z [00:03:35.824]➜  cp $WORK/b1142/_pkg_.a /root/.cache/go-build/b5/b5d7407c7ebdb68d697ea9f82ce10f87f87920967b1fdd2e2b45c417ab3cfdc8-d # internal
2025-08-20T21:54:53.1159137Z [00:03:35.825]➜  go.mongodb.org/mongo-driver/mongo/writeconcern
2025-08-20T21:54:53.1162358Z [00:03:35.826]➜  mkdir -p $WORK/b1153/
2025-08-20T21:54:53.1177490Z [00:03:35.827]➜  cat >/tmp/go-build3999932643/b1153/importcfg << 'EOF' # internal
2025-08-20T21:54:53.1177964Z [00:03:35.827]➜  # import config
2025-08-20T21:54:53.1178507Z [00:03:35.827]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:53.1179022Z [00:03:35.827]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:53.1179538Z [00:03:35.827]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3999932643/b1127/_pkg_.a
2025-08-20T21:54:53.1180172Z [00:03:35.827]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3999932643/b1131/_pkg_.a
2025-08-20T21:54:53.1180856Z [00:03:35.827]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3999932643/b1133/_pkg_.a
2025-08-20T21:54:53.1181396Z [00:03:35.827]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:53.1181702Z [00:03:35.827]➜  EOF
2025-08-20T21:54:53.1183916Z [00:03:35.827]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1153/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/writeconcern=>go.mongodb.org/mongo-driver@v1.17.4/mongo/writeconcern;$WORK/b1153=>" -p go.mongodb.org/mongo-driver/mongo/writeconcern -lang=go1.18 -complete -installsuffix shared -buildid atkYSf3vrnSMNUm194lx/atkYSf3vrnSMNUm194lx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1153/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/writeconcern/writeconcern.go
2025-08-20T21:54:53.1380784Z [00:03:35.847]➜  cd $WORK/b1102
2025-08-20T21:54:53.1384180Z [00:03:35.847]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1102=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1102/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b1102/_x009.o -c sqlite3_opt_userauth_omit.cgo2.c
2025-08-20T21:54:53.1778149Z [00:03:35.887]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1102=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1102/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b1102/_x010.o -c sqlite3_other.cgo2.c
2025-08-20T21:54:53.2031618Z [00:03:35.912]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1102=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1102/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b1102/_x011.o -c sqlite3_type.cgo2.c
2025-08-20T21:54:53.2282528Z [00:03:35.937]➜  go tool buildid -w $WORK/b1153/_pkg_.a # internal
2025-08-20T21:54:53.2299137Z [00:03:35.939]➜  cp $WORK/b1153/_pkg_.a /root/.cache/go-build/f8/f85a2f909963e7eefe851ffdeda8ab8814a995fb69d8cf5888fa31e185d20ec6-d # internal
2025-08-20T21:54:53.2337281Z [00:03:35.943]➜  go.mongodb.org/mongo-driver/internal/aws
2025-08-20T21:54:53.2337899Z [00:03:35.943]➜  mkdir -p $WORK/b1167/
2025-08-20T21:54:53.2346019Z [00:03:35.944]➜  cat >/tmp/go-build3999932643/b1167/importcfg << 'EOF' # internal
2025-08-20T21:54:53.2347704Z [00:03:35.944]➜  # import config
2025-08-20T21:54:53.2348042Z [00:03:35.944]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:53.2348360Z [00:03:35.944]➜  EOF
2025-08-20T21:54:53.2348635Z [00:03:35.944]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:53.2358666Z [00:03:35.945]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1167/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws=>go.mongodb.org/mongo-driver@v1.17.4/internal/aws;$WORK/b1167=>" -p go.mongodb.org/mongo-driver/internal/aws -lang=go1.18 -complete -installsuffix shared -buildid BGSpPSpPTdMQsTXBYA9M/BGSpPSpPTdMQsTXBYA9M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1167/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws/types.go
2025-08-20T21:54:53.2578352Z [00:03:35.967]➜  go tool buildid -w $WORK/b1167/_pkg_.a # internal
2025-08-20T21:54:53.2584934Z [00:03:35.968]➜  cd /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28
2025-08-20T21:54:53.2588571Z [00:03:35.968]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1102=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1102/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b1102/_x012.o -c sqlite3-binding.c
2025-08-20T21:54:53.2602813Z [00:03:35.969]➜  cp $WORK/b1167/_pkg_.a /root/.cache/go-build/e7/e71db20df469fcb7742c5bee44e2ecd60463badb8e56faa47e66cce47505de54-d # internal
2025-08-20T21:54:53.2630243Z [00:03:35.972]➜  go.mongodb.org/mongo-driver/internal/aws/signer/v4
2025-08-20T21:54:53.2630733Z [00:03:35.972]➜  mkdir -p $WORK/b1166/
2025-08-20T21:54:53.2633856Z [00:03:35.972]➜  cat >/tmp/go-build3999932643/b1166/importcfg << 'EOF' # internal
2025-08-20T21:54:53.2635022Z [00:03:35.972]➜  # import config
2025-08-20T21:54:53.2635480Z [00:03:35.972]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:53.2659038Z [00:03:35.972]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:53.2659561Z [00:03:35.972]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:53.2660045Z [00:03:35.972]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:53.2660483Z [00:03:35.972]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:53.2661027Z [00:03:35.972]➜  packagefile go.mongodb.org/mongo-driver/internal/aws=/tmp/go-build3999932643/b1167/_pkg_.a
2025-08-20T21:54:53.2661737Z [00:03:35.972]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build3999932643/b1164/_pkg_.a
2025-08-20T21:54:53.2662300Z [00:03:35.972]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:53.2662728Z [00:03:35.972]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:53.2663162Z [00:03:35.972]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:53.2663592Z [00:03:35.973]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:53.2664014Z [00:03:35.973]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:53.2664431Z [00:03:35.973]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:53.2665104Z [00:03:35.973]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:53.2665518Z [00:03:35.973]➜  EOF
2025-08-20T21:54:53.2665800Z [00:03:35.973]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:54:53.2669304Z [00:03:35.973]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1166/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws/signer/v4=>go.mongodb.org/mongo-driver@v1.17.4/internal/aws/signer/v4;$WORK/b1166=>" -p go.mongodb.org/mongo-driver/internal/aws/signer/v4 -lang=go1.18 -complete -installsuffix shared -buildid Q7KVodkRY1Y5fM0KKLNE/Q7KVodkRY1Y5fM0KKLNE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1166/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws/signer/v4/header_rules.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws/signer/v4/request.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws/signer/v4/uri_path.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws/signer/v4/v4.go
2025-08-20T21:54:53.3061362Z [00:03:36.015]➜  go tool buildid -w $WORK/b1028/_pkg_.a # internal
2025-08-20T21:54:53.3152621Z [00:03:36.024]➜  cp $WORK/b1028/_pkg_.a /root/.cache/go-build/b8/b832c2173215db356802609f907f8f89823162a3b23adf453d92713eb17bef67-d # internal
2025-08-20T21:54:53.3161027Z [00:03:36.025]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libredis
2025-08-20T21:54:53.3164388Z [00:03:36.025]➜  mkdir -p $WORK/b1027/
2025-08-20T21:54:53.3165740Z [00:03:36.025]➜  cat >/tmp/go-build3999932643/b1027/importcfg << 'EOF' # internal
2025-08-20T21:54:53.3166761Z [00:03:36.025]➜  # import config
2025-08-20T21:54:53.3167239Z [00:03:36.025]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:53.3168325Z [00:03:36.025]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build3999932643/b835/_pkg_.a
2025-08-20T21:54:53.3169116Z [00:03:36.025]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/redis=/tmp/go-build3999932643/b1028/_pkg_.a
2025-08-20T21:54:53.3169599Z [00:03:36.025]➜  EOF
2025-08-20T21:54:53.3171774Z [00:03:36.025]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1027/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libredis=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libredis;$WORK/b1027=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libredis -lang=go1.24 -complete -installsuffix shared -buildid hph24A5qHTv-4Ab8BWFH/hph24A5qHTv-4Ab8BWFH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1027/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libredis/redis.go
2025-08-20T21:54:53.3209582Z [00:03:36.030]➜  go tool buildid -w $WORK/b1166/_pkg_.a # internal
2025-08-20T21:54:53.3210323Z [00:03:36.030]➜  cp $WORK/b1166/_pkg_.a /root/.cache/go-build/6a/6a52d4913823ae798fd9adf88bf1161a8051de4ac0aa4567813b0a49523f3e20-d # internal
2025-08-20T21:54:53.3225966Z [00:03:36.032]➜  go.mongodb.org/mongo-driver/internal/credproviders
2025-08-20T21:54:53.3226359Z [00:03:36.032]➜  mkdir -p $WORK/b1168/
2025-08-20T21:54:53.3230468Z [00:03:36.032]➜  cat >/tmp/go-build3999932643/b1168/importcfg << 'EOF' # internal
2025-08-20T21:54:53.3230855Z [00:03:36.032]➜  # import config
2025-08-20T21:54:53.3236963Z [00:03:36.032]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:53.3237587Z [00:03:36.032]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:53.3238108Z [00:03:36.032]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:53.3238522Z [00:03:36.032]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:53.3239120Z [00:03:36.032]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build3999932643/b1164/_pkg_.a
2025-08-20T21:54:53.3239824Z [00:03:36.032]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build3999932643/b1147/_pkg_.a
2025-08-20T21:54:53.3240687Z [00:03:36.032]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:53.3241190Z [00:03:36.032]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:53.3241617Z [00:03:36.032]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:53.3242024Z [00:03:36.032]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:53.3242431Z [00:03:36.032]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:53.3242738Z [00:03:36.032]➜  EOF
2025-08-20T21:54:53.3246767Z [00:03:36.032]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1168/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/credproviders=>go.mongodb.org/mongo-driver@v1.17.4/internal/credproviders;$WORK/b1168=>" -p go.mongodb.org/mongo-driver/internal/credproviders -lang=go1.18 -complete -installsuffix shared -buildid ztN0bjythkGUwQ9AaZVo/ztN0bjythkGUwQ9AaZVo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1168/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/credproviders/assume_role_provider.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/credproviders/ec2_provider.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/credproviders/ecs_provider.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/credproviders/env_provider.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/credproviders/imds_provider.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/credproviders/static_provider.go
2025-08-20T21:54:53.3539877Z [00:03:36.062]➜  go tool buildid -w $WORK/b1136/_pkg_.a # internal
2025-08-20T21:54:53.3560828Z [00:03:36.065]➜  cp $WORK/b1136/_pkg_.a /root/.cache/go-build/1c/1cedd9abf3c0d3518955f5144586701b472f4d6a7cdef322fdc9f0416c00e91a-d # internal
2025-08-20T21:54:53.3596627Z [00:03:36.069]➜  go.mongodb.org/mongo-driver/event
2025-08-20T21:54:53.3597610Z [00:03:36.069]➜  mkdir -p $WORK/b1134/
2025-08-20T21:54:53.3603906Z [00:03:36.069]➜  cat >/tmp/go-build3999932643/b1134/importcfg << 'EOF' # internal
2025-08-20T21:54:53.3610264Z [00:03:36.069]➜  # import config
2025-08-20T21:54:53.3610649Z [00:03:36.069]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:53.3611178Z [00:03:36.069]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3999932643/b1127/_pkg_.a
2025-08-20T21:54:53.3611845Z [00:03:36.069]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3999932643/b1132/_pkg_.a
2025-08-20T21:54:53.3612885Z [00:03:36.069]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3999932643/b1135/_pkg_.a
2025-08-20T21:54:53.3613570Z [00:03:36.069]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3999932643/b1136/_pkg_.a
2025-08-20T21:54:53.3614118Z [00:03:36.069]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:53.3614424Z [00:03:36.069]➜  EOF
2025-08-20T21:54:53.3616518Z [00:03:36.069]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1134/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/event=>go.mongodb.org/mongo-driver@v1.17.4/event;$WORK/b1134=>" -p go.mongodb.org/mongo-driver/event -lang=go1.18 -complete -installsuffix shared -buildid Zm-FTEg7pqr6Gng5IATR/Zm-FTEg7pqr6Gng5IATR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1134/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/event/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/event/monitoring.go
2025-08-20T21:54:53.3618708Z [00:03:36.070]➜  go tool buildid -w $WORK/b1027/_pkg_.a # internal
2025-08-20T21:54:53.3623977Z [00:03:36.072]➜  cp $WORK/b1027/_pkg_.a /root/.cache/go-build/14/1446f93d47730c54abeae6ccefd139c9740000173b0de5387f79ca99cf32ee6f-d # internal
2025-08-20T21:54:53.3624725Z [00:03:36.072]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/compiler
2025-08-20T21:54:53.3625070Z [00:03:36.072]➜  mkdir -p $WORK/b811/
2025-08-20T21:54:53.3625653Z [00:03:36.072]➜  cat >/tmp/go-build3999932643/b811/importcfg << 'EOF' # internal
2025-08-20T21:54:53.3626065Z [00:03:36.072]➜  # import config
2025-08-20T21:54:53.3626398Z [00:03:36.072]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:53.3626821Z [00:03:36.072]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:53.3627232Z [00:03:36.072]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:53.3627956Z [00:03:36.072]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:54:53.3628570Z [00:03:36.072]➜  packagefile github.com/Mzack9999/goja_nodejs/console=/tmp/go-build3999932643/b827/_pkg_.a
2025-08-20T21:54:53.3629212Z [00:03:36.072]➜  packagefile github.com/Mzack9999/goja_nodejs/require=/tmp/go-build3999932643/b828/_pkg_.a
2025-08-20T21:54:53.3629932Z [00:03:36.072]➜  packagefile github.com/kitabisa/go-ci=/tmp/go-build3999932643/b830/_pkg_.a
2025-08-20T21:54:53.3630605Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:53.3631382Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libbytes=/tmp/go-build3999932643/b834/_pkg_.a
2025-08-20T21:54:53.3632244Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libfs=/tmp/go-build3999932643/b840/_pkg_.a
2025-08-20T21:54:53.3633298Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libikev2=/tmp/go-build3999932643/b897/_pkg_.a
2025-08-20T21:54:53.3658786Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libkerberos=/tmp/go-build3999932643/b931/_pkg_.a
2025-08-20T21:54:53.3659734Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libldap=/tmp/go-build3999932643/b970/_pkg_.a
2025-08-20T21:54:53.3660617Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libmssql=/tmp/go-build3999932643/b975/_pkg_.a
2025-08-20T21:54:53.3661503Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libmysql=/tmp/go-build3999932643/b995/_pkg_.a
2025-08-20T21:54:53.3662371Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libnet=/tmp/go-build3999932643/b998/_pkg_.a
2025-08-20T21:54:53.3663247Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/liboracle=/tmp/go-build3999932643/b1000/_pkg_.a
2025-08-20T21:54:53.3664131Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libpop3=/tmp/go-build3999932643/b1003/_pkg_.a
2025-08-20T21:54:53.3665360Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libpostgres=/tmp/go-build3999932643/b1006/_pkg_.a
2025-08-20T21:54:53.3666249Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/librdp=/tmp/go-build3999932643/b1024/_pkg_.a
2025-08-20T21:54:53.3667125Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libredis=/tmp/go-build3999932643/b1027/_pkg_.a
2025-08-20T21:54:53.3668206Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/librsync=/tmp/go-build3999932643/b1041/_pkg_.a
2025-08-20T21:54:53.3669080Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libsmb=/tmp/go-build3999932643/b1044/_pkg_.a
2025-08-20T21:54:53.3669948Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libsmtp=/tmp/go-build3999932643/b1061/_pkg_.a
2025-08-20T21:54:53.3670818Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libssh=/tmp/go-build3999932643/b1065/_pkg_.a
2025-08-20T21:54:53.3671711Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libstructs=/tmp/go-build3999932643/b1070/_pkg_.a
2025-08-20T21:54:53.3672744Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libtelnet=/tmp/go-build3999932643/b1071/_pkg_.a
2025-08-20T21:54:53.3673682Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libvnc=/tmp/go-build3999932643/b1074/_pkg_.a
2025-08-20T21:54:53.3674486Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/global=/tmp/go-build3999932643/b1077/_pkg_.a
2025-08-20T21:54:53.3675234Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build3999932643/b835/_pkg_.a
2025-08-20T21:54:53.3676014Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/goconsole=/tmp/go-build3999932643/b1080/_pkg_.a
2025-08-20T21:54:53.3676880Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build3999932643/b752/_pkg_.a
2025-08-20T21:54:53.3678054Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:54:53.3678952Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:54:53.3679690Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:54:53.3680395Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/utils/context=/tmp/go-build3999932643/b447/_pkg_.a
2025-08-20T21:54:53.3681222Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:53.3681895Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:53.3682554Z [00:03:36.072]➜  packagefile github.com/projectdiscovery/utils/sync=/tmp/go-build3999932643/b1081/_pkg_.a
2025-08-20T21:54:53.3683087Z [00:03:36.072]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:53.3683504Z [00:03:36.072]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:53.3683812Z [00:03:36.072]➜  EOF
2025-08-20T21:54:53.3686406Z [00:03:36.072]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b811/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/compiler=>github.com/projectdiscovery/nuclei/v3/pkg/js/compiler;$WORK/b811=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/compiler -lang=go1.24 -complete -installsuffix shared -buildid aNqLxSNwg4iGJR0b-Uxr/aNqLxSNwg4iGJR0b-Uxr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b811/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/compiler/compiler.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/compiler/init.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/compiler/non-pool.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/compiler/pool.go
2025-08-20T21:54:53.3851134Z [00:03:36.094]➜  go tool buildid -w $WORK/b1168/_pkg_.a # internal
2025-08-20T21:54:53.3863841Z [00:03:36.096]➜  cp $WORK/b1168/_pkg_.a /root/.cache/go-build/87/8743b57f13799cf194f29e34302affa95941d31414e75736f9f3bbb66ffbfb58-d # internal
2025-08-20T21:54:53.3884265Z [00:03:36.098]➜  go.mongodb.org/mongo-driver/x/mongo/driver/session
2025-08-20T21:54:53.3885725Z [00:03:36.098]➜  mkdir -p $WORK/b1158/
2025-08-20T21:54:53.3894329Z [00:03:36.099]➜  cat >/tmp/go-build3999932643/b1158/importcfg << 'EOF' # internal
2025-08-20T21:54:53.3895056Z [00:03:36.099]➜  # import config
2025-08-20T21:54:53.3895909Z [00:03:36.099]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:53.3896405Z [00:03:36.099]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:53.3896940Z [00:03:36.099]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3999932643/b1127/_pkg_.a
2025-08-20T21:54:53.3897916Z [00:03:36.099]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3999932643/b1132/_pkg_.a
2025-08-20T21:54:53.3898882Z [00:03:36.099]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build3999932643/b1147/_pkg_.a
2025-08-20T21:54:53.3899742Z [00:03:36.099]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3999932643/b1135/_pkg_.a
2025-08-20T21:54:53.3900489Z [00:03:36.099]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3999932643/b1136/_pkg_.a
2025-08-20T21:54:53.3901181Z [00:03:36.099]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build3999932643/b1152/_pkg_.a
2025-08-20T21:54:53.3901857Z [00:03:36.099]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3999932643/b1140/_pkg_.a
2025-08-20T21:54:53.3902546Z [00:03:36.099]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3999932643/b1153/_pkg_.a
2025-08-20T21:54:53.3903245Z [00:03:36.099]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3999932643/b1133/_pkg_.a
2025-08-20T21:54:53.3903786Z [00:03:36.099]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:53.3904220Z [00:03:36.099]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:53.3904649Z [00:03:36.099]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:53.3904956Z [00:03:36.099]➜  EOF
2025-08-20T21:54:53.3924123Z [00:03:36.099]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1158/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/session=>go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/session;$WORK/b1158=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/session -lang=go1.18 -complete -installsuffix shared -buildid V4vbBp3n6ekvjUGnyHTX/V4vbBp3n6ekvjUGnyHTX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1158/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/session/client_session.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/session/cluster_clock.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/session/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/session/options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/session/server_session.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/session/session_pool.go
2025-08-20T21:54:53.4321982Z [00:03:36.141]➜  go tool buildid -w $WORK/b1134/_pkg_.a # internal
2025-08-20T21:54:53.4350589Z [00:03:36.144]➜  cp $WORK/b1134/_pkg_.a /root/.cache/go-build/57/57729960d26fcd485001c2521db40ff98bb5a9ceccbb3a7b932aac648109ff2e-d # internal
2025-08-20T21:54:53.4378309Z [00:03:36.147]➜  go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds
2025-08-20T21:54:53.4385300Z [00:03:36.148]➜  mkdir -p $WORK/b1169/
2025-08-20T21:54:53.4395942Z [00:03:36.149]➜  cat >/tmp/go-build3999932643/b1169/importcfg << 'EOF' # internal
2025-08-20T21:54:53.4396606Z [00:03:36.149]➜  # import config
2025-08-20T21:54:53.4397260Z [00:03:36.149]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:53.4398193Z [00:03:36.149]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:53.4398904Z [00:03:36.149]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:53.4400097Z [00:03:36.149]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build3999932643/b1164/_pkg_.a
2025-08-20T21:54:53.4400891Z [00:03:36.149]➜  packagefile go.mongodb.org/mongo-driver/internal/credproviders=/tmp/go-build3999932643/b1168/_pkg_.a
2025-08-20T21:54:53.4401611Z [00:03:36.149]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3999932643/b1133/_pkg_.a
2025-08-20T21:54:53.4402179Z [00:03:36.149]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:53.4402620Z [00:03:36.149]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:53.4403035Z [00:03:36.149]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:53.4403690Z [00:03:36.149]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:53.4404054Z [00:03:36.149]➜  EOF
2025-08-20T21:54:53.4415976Z [00:03:36.151]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1169/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/creds=>go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/creds;$WORK/b1169=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds -lang=go1.18 -complete -installsuffix shared -buildid s9XLYxqCvFQCQTDRiQ_O/s9XLYxqCvFQCQTDRiQ_O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1169/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/creds/awscreds.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/creds/azurecreds.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/creds/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/creds/gcpcreds.go
2025-08-20T21:54:53.4715221Z [00:03:36.181]➜  go tool buildid -w $WORK/b811/_pkg_.a # internal
2025-08-20T21:54:53.4739673Z [00:03:36.183]➜  cp $WORK/b811/_pkg_.a /root/.cache/go-build/0b/0b3a8ae86806d62e37c3d8e78bddb085a5dd1e0c20de4a4100328c7f8aa67324-d # internal
2025-08-20T21:54:53.4742715Z [00:03:36.183]➜  github.com/projectdiscovery/nuclei/v3/internal/httpapi
2025-08-20T21:54:53.4743653Z [00:03:36.183]➜  mkdir -p $WORK/b810/
2025-08-20T21:54:53.4744691Z [00:03:36.183]➜  cat >/tmp/go-build3999932643/b810/importcfg << 'EOF' # internal
2025-08-20T21:54:53.4745114Z [00:03:36.183]➜  # import config
2025-08-20T21:54:53.4745674Z [00:03:36.183]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/compiler=/tmp/go-build3999932643/b811/_pkg_.a
2025-08-20T21:54:53.4747166Z [00:03:36.183]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:54:53.4748163Z [00:03:36.183]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:54:53.4748774Z [00:03:36.183]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:53.4749197Z [00:03:36.183]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:53.4749503Z [00:03:36.183]➜  EOF
2025-08-20T21:54:53.4751465Z [00:03:36.183]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b810/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/httpapi=>github.com/projectdiscovery/nuclei/v3/internal/httpapi;$WORK/b810=>" -p github.com/projectdiscovery/nuclei/v3/internal/httpapi -lang=go1.24 -complete -installsuffix shared -buildid r1786deCrseTUssShZdT/r1786deCrseTUssShZdT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b810/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/httpapi/apiendpoint.go
2025-08-20T21:54:53.4876918Z [00:03:36.197]➜  go tool buildid -w $WORK/b1169/_pkg_.a # internal
2025-08-20T21:54:53.4885105Z [00:03:36.198]➜  cp $WORK/b1169/_pkg_.a /root/.cache/go-build/f6/f6068895c4400f2470bbc0ce0d4e6d7337adc8d14e9084c9d5e32955f0096e7b-d # internal
2025-08-20T21:54:53.4891714Z [00:03:36.198]➜  go.mongodb.org/mongo-driver/x/mongo/driver/dns
2025-08-20T21:54:53.4892210Z [00:03:36.199]➜  mkdir -p $WORK/b1173/
2025-08-20T21:54:53.4898499Z [00:03:36.199]➜  cat >/tmp/go-build3999932643/b1173/importcfg << 'EOF' # internal
2025-08-20T21:54:53.4899083Z [00:03:36.199]➜  # import config
2025-08-20T21:54:53.4899431Z [00:03:36.199]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:53.4899850Z [00:03:36.199]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:53.4900251Z [00:03:36.199]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:53.4900679Z [00:03:36.199]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:53.4901110Z [00:03:36.199]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:53.4901423Z [00:03:36.199]➜  EOF
2025-08-20T21:54:53.4903812Z [00:03:36.199]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1173/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/dns=>go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/dns;$WORK/b1173=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/dns -lang=go1.18 -complete -installsuffix shared -buildid zyA3-x5rzXCyj3OiFKF6/zyA3-x5rzXCyj3OiFKF6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1173/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/dns/dns.go
2025-08-20T21:54:53.5088461Z [00:03:36.218]➜  go tool buildid -w $WORK/b1173/_pkg_.a # internal
2025-08-20T21:54:53.5094343Z [00:03:36.219]➜  cp $WORK/b1173/_pkg_.a /root/.cache/go-build/2d/2dda5d362827a7d57a257a27d6616e8e2f7f83a2ace9ed4b047908c16c09e09f-d # internal
2025-08-20T21:54:53.5104455Z [00:03:36.220]➜  github.com/montanaflynn/stats
2025-08-20T21:54:53.5131204Z [00:03:36.222]➜  mkdir -p $WORK/b1175/
2025-08-20T21:54:53.5137967Z [00:03:36.223]➜  cat >/tmp/go-build3999932643/b1175/importcfg << 'EOF' # internal
2025-08-20T21:54:53.5139015Z [00:03:36.223]➜  # import config
2025-08-20T21:54:53.5139846Z [00:03:36.223]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:53.5142789Z [00:03:36.223]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:53.5143336Z [00:03:36.223]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:53.5143756Z [00:03:36.223]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:53.5144182Z [00:03:36.223]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:53.5144608Z [00:03:36.223]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:53.5145351Z [00:03:36.223]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:53.5145790Z [00:03:36.223]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:53.5146211Z [00:03:36.223]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:53.5146514Z [00:03:36.223]➜  EOF
2025-08-20T21:54:53.5163654Z [00:03:36.223]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1175/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1=>github.com/montanaflynn/stats@v0.7.1;$WORK/b1175=>" -p github.com/montanaflynn/stats -lang=go1.13 -complete -installsuffix shared -buildid ylE0TOWIsryPVJihBIUO/ylE0TOWIsryPVJihBIUO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1175/importcfg -pack /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/correlation.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/cumulative_sum.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/data.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/describe.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/deviation.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/distances.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/doc.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/entropy.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/errors.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/geometric_distribution.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/legacy.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/load.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/max.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/mean.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/median.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/min.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/mode.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/norm.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/outlier.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/percentile.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/quartile.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/ranksum.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/regression.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/round.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/sample.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/sigmoid.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/softmax.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/sum.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/util.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/variance.go
2025-08-20T21:54:53.5178517Z [00:03:36.223]➜  go tool buildid -w $WORK/b1158/_pkg_.a # internal
2025-08-20T21:54:53.5179215Z [00:03:36.226]➜  cp $WORK/b1158/_pkg_.a /root/.cache/go-build/d4/d4b717a99258cd433e638aad74b0e07c2515c454a7ac32165c290b7fe6d068d8-d # internal
2025-08-20T21:54:53.5285177Z [00:03:36.237]➜  go tool buildid -w $WORK/b810/_pkg_.a # internal
2025-08-20T21:54:53.5286561Z [00:03:36.238]➜  cp $WORK/b810/_pkg_.a /root/.cache/go-build/43/432ca15bd028c10b00e93368fa6bdd2a0bf22b9e8162bbd0f42c7f2dea3f7ea7-d # internal
2025-08-20T21:54:53.5301805Z [00:03:36.239]➜  go.mongodb.org/mongo-driver/x/mongo/driver/ocsp
2025-08-20T21:54:53.5303088Z [00:03:36.239]➜  mkdir -p $WORK/b1176/
2025-08-20T21:54:53.5303518Z [00:03:36.240]➜  cat >/tmp/go-build3999932643/b1176/importcfg << 'EOF' # internal
2025-08-20T21:54:53.5303872Z [00:03:36.240]➜  # import config
2025-08-20T21:54:53.5304208Z [00:03:36.240]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:53.5304644Z [00:03:36.240]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:53.5305094Z [00:03:36.240]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:53.5305533Z [00:03:36.240]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:53.5305986Z [00:03:36.240]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:53.5306792Z [00:03:36.240]➜  packagefile crypto/x509/pkix=/tmp/go-build3999932643/b154/_pkg_.a
2025-08-20T21:54:53.5307282Z [00:03:36.240]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:53.5307915Z [00:03:36.240]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:53.5308341Z [00:03:36.240]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:53.5308906Z [00:03:36.240]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build3999932643/b1145/_pkg_.a
2025-08-20T21:54:53.5309526Z [00:03:36.240]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build3999932643/b605/_pkg_.a
2025-08-20T21:54:53.5310081Z [00:03:36.240]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3999932643/b892/_pkg_.a
2025-08-20T21:54:53.5310572Z [00:03:36.240]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:53.5311003Z [00:03:36.240]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:53.5311439Z [00:03:36.240]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:53.5312072Z [00:03:36.240]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:53.5312481Z [00:03:36.240]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:53.5312786Z [00:03:36.240]➜  EOF
2025-08-20T21:54:53.5319602Z [00:03:36.241]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1176/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/ocsp=>go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/ocsp;$WORK/b1176=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/ocsp -lang=go1.18 -complete -installsuffix shared -buildid oXz9DDZjRUsFgaKlv0wP/oXz9DDZjRUsFgaKlv0wP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1176/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/ocsp/cache.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/ocsp/config.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/ocsp/ocsp.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/ocsp/options.go
2025-08-20T21:54:53.5776195Z [00:03:36.286]➜  go tool buildid -w $WORK/b1176/_pkg_.a # internal
2025-08-20T21:54:53.5786229Z [00:03:36.288]➜  cp $WORK/b1176/_pkg_.a /root/.cache/go-build/be/be7942fe946ddc1e080e995a40183ffe8cea23c3682238c736dda648db74c0c3-d # internal
2025-08-20T21:54:53.5801874Z [00:03:36.289]➜  github.com/projectdiscovery/sarif
2025-08-20T21:54:53.5802873Z [00:03:36.289]➜  mkdir -p $WORK/b1178/
2025-08-20T21:54:53.5808859Z [00:03:36.290]➜  cat >/tmp/go-build3999932643/b1178/importcfg << 'EOF' # internal
2025-08-20T21:54:53.5814823Z [00:03:36.290]➜  # import config
2025-08-20T21:54:53.5819771Z [00:03:36.290]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:53.5820239Z [00:03:36.290]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:53.5820566Z [00:03:36.290]➜  EOF
2025-08-20T21:54:53.5822697Z [00:03:36.291]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1178/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/sarif@v0.0.1=>github.com/projectdiscovery/sarif@v0.0.1;$WORK/b1178=>" -p github.com/projectdiscovery/sarif -lang=go1.18 -complete -installsuffix shared -buildid wqzFggu1U7gaYzCkwpJ2/wqzFggu1U7gaYzCkwpJ2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1178/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/sarif@v0.0.1/sarif.go /root/go/pkg/mod/github.com/projectdiscovery/sarif@v0.0.1/types.go
2025-08-20T21:54:53.6052515Z [00:03:36.314]➜  go tool buildid -w $WORK/b1178/_pkg_.a # internal
2025-08-20T21:54:53.6054943Z [00:03:36.315]➜  cp $WORK/b1178/_pkg_.a /root/.cache/go-build/0e/0e735f22355effe3e2096cad6adbd81b44aa15431786136dc7b8129a845b3759-d # internal
2025-08-20T21:54:53.6060076Z [00:03:36.315]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/sarif
2025-08-20T21:54:53.6060788Z [00:03:36.315]➜  mkdir -p $WORK/b1177/
2025-08-20T21:54:53.6064301Z [00:03:36.316]➜  cat >/tmp/go-build3999932643/b1177/importcfg << 'EOF' # internal
2025-08-20T21:54:53.6065166Z [00:03:36.316]➜  # import config
2025-08-20T21:54:53.6065913Z [00:03:36.316]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:53.6067191Z [00:03:36.316]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:53.6068276Z [00:03:36.316]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build3999932643/b620/_pkg_.a
2025-08-20T21:54:53.6069342Z [00:03:36.316]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:54:53.6075232Z [00:03:36.316]➜  packagefile github.com/projectdiscovery/sarif=/tmp/go-build3999932643/b1178/_pkg_.a
2025-08-20T21:54:53.6075778Z [00:03:36.316]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:53.6076189Z [00:03:36.316]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:53.6076613Z [00:03:36.316]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:53.6077314Z [00:03:36.316]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:53.6077781Z [00:03:36.316]➜  EOF
2025-08-20T21:54:53.6080239Z [00:03:36.316]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1177/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/sarif=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/sarif;$WORK/b1177=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/sarif -lang=go1.24 -complete -installsuffix shared -buildid C968v2mCyYFVAS8o4AX2/C968v2mCyYFVAS8o4AX2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1177/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/sarif/sarif.go
2025-08-20T21:54:53.6103472Z [00:03:36.319]➜  go tool buildid -w $WORK/b1175/_pkg_.a # internal
2025-08-20T21:54:53.6125130Z [00:03:36.321]➜  cp $WORK/b1175/_pkg_.a /root/.cache/go-build/a1/a12bfe30d51df4845a102b074110bbf8d36fec4e00b56add83574c3dd1b434ee-d # internal
2025-08-20T21:54:53.6129101Z [00:03:36.321]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/splunk
2025-08-20T21:54:53.6129523Z [00:03:36.322]➜  mkdir -p $WORK/b1179/
2025-08-20T21:54:53.6129897Z [00:03:36.322]➜  cat >/tmp/go-build3999932643/b1179/importcfg << 'EOF' # internal
2025-08-20T21:54:53.6130242Z [00:03:36.322]➜  # import config
2025-08-20T21:54:53.6130840Z [00:03:36.322]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:53.6131336Z [00:03:36.322]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:53.6131876Z [00:03:36.322]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:53.6132449Z [00:03:36.322]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:53.6133088Z [00:03:36.322]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:54:53.6133941Z [00:03:36.322]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:54:53.6135022Z [00:03:36.322]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:54:53.6135756Z [00:03:36.322]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:54:53.6136436Z [00:03:36.322]➜  packagefile github.com/projectdiscovery/useragent=/tmp/go-build3999932643/b700/_pkg_.a
2025-08-20T21:54:53.6136950Z [00:03:36.322]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:53.6137445Z [00:03:36.322]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:53.6137921Z [00:03:36.322]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:53.6138338Z [00:03:36.322]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:53.6138880Z [00:03:36.322]➜  EOF
2025-08-20T21:54:53.6141132Z [00:03:36.322]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1179/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/splunk=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/splunk;$WORK/b1179=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/splunk -lang=go1.24 -complete -installsuffix shared -buildid HFNYEom82n4Y7voO5Pf_/HFNYEom82n4Y7voO5Pf_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1179/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/splunk/splunkhec.go
2025-08-20T21:54:53.6944955Z [00:03:36.403]➜  go tool buildid -w $WORK/b1177/_pkg_.a # internal
2025-08-20T21:54:53.6961408Z [00:03:36.405]➜  cp $WORK/b1177/_pkg_.a /root/.cache/go-build/4d/4d1a5d600de2bdaf603134fb0ff5e2d3dfb440861617f6e27948a3deedf97193-d # internal
2025-08-20T21:54:53.6970363Z [00:03:36.405]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/filters
2025-08-20T21:54:53.6970846Z [00:03:36.406]➜  mkdir -p $WORK/b1180/
2025-08-20T21:54:53.6971229Z [00:03:36.406]➜  cat >/tmp/go-build3999932643/b1180/importcfg << 'EOF' # internal
2025-08-20T21:54:53.6971589Z [00:03:36.406]➜  # import config
2025-08-20T21:54:53.6972160Z [00:03:36.406]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity=/tmp/go-build3999932643/b653/_pkg_.a
2025-08-20T21:54:53.6973028Z [00:03:36.406]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/stringslice=/tmp/go-build3999932643/b668/_pkg_.a
2025-08-20T21:54:53.6973828Z [00:03:36.406]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:54:53.6974528Z [00:03:36.406]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build3999932643/b190/_pkg_.a
2025-08-20T21:54:53.6974951Z [00:03:36.406]➜  EOF
2025-08-20T21:54:53.6977167Z [00:03:36.406]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1180/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/filters=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/filters;$WORK/b1180=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/filters -lang=go1.24 -complete -installsuffix shared -buildid X2p-pFtzeCDAhjVKxnC_/X2p-pFtzeCDAhjVKxnC_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1180/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/filters/filters.go
2025-08-20T21:54:53.7493546Z [00:03:36.457]➜  go.mongodb.org/mongo-driver/x/mongo/driver
2025-08-20T21:54:53.7496761Z [00:03:36.457]➜  mkdir -p $WORK/b1154/
2025-08-20T21:54:53.7497473Z [00:03:36.458]➜  cat >/tmp/go-build3999932643/b1154/importcfg << 'EOF' # internal
2025-08-20T21:54:53.7497935Z [00:03:36.458]➜  # import config
2025-08-20T21:54:53.7498278Z [00:03:36.458]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:53.7498727Z [00:03:36.458]➜  packagefile compress/zlib=/tmp/go-build3999932643/b168/_pkg_.a
2025-08-20T21:54:53.7499179Z [00:03:36.458]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:53.7499634Z [00:03:36.458]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:53.7500078Z [00:03:36.458]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:53.7500488Z [00:03:36.458]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:53.7500970Z [00:03:36.458]➜  packagefile github.com/golang/snappy=/tmp/go-build3999932643/b429/_pkg_.a
2025-08-20T21:54:53.7501553Z [00:03:36.458]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3999932643/b294/_pkg_.a
2025-08-20T21:54:53.7502172Z [00:03:36.458]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3999932643/b1127/_pkg_.a
2025-08-20T21:54:53.7502801Z [00:03:36.458]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3999932643/b1131/_pkg_.a
2025-08-20T21:54:53.7503466Z [00:03:36.458]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3999932643/b1132/_pkg_.a
2025-08-20T21:54:53.7504372Z [00:03:36.458]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build3999932643/b1134/_pkg_.a
2025-08-20T21:54:53.7505157Z [00:03:36.458]➜  packagefile go.mongodb.org/mongo-driver/internal/codecutil=/tmp/go-build3999932643/b1142/_pkg_.a
2025-08-20T21:54:53.7505841Z [00:03:36.458]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build3999932643/b1144/_pkg_.a
2025-08-20T21:54:53.7506529Z [00:03:36.458]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build3999932643/b1155/_pkg_.a
2025-08-20T21:54:53.7507235Z [00:03:36.458]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build3999932643/b1138/_pkg_.a
2025-08-20T21:54:53.7508175Z [00:03:36.458]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build3999932643/b1146/_pkg_.a
2025-08-20T21:54:53.7508846Z [00:03:36.458]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3999932643/b1135/_pkg_.a
2025-08-20T21:54:53.7509516Z [00:03:36.458]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3999932643/b1136/_pkg_.a
2025-08-20T21:54:53.7510210Z [00:03:36.458]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build3999932643/b1152/_pkg_.a
2025-08-20T21:54:53.7510892Z [00:03:36.458]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3999932643/b1140/_pkg_.a
2025-08-20T21:54:53.7511573Z [00:03:36.458]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3999932643/b1153/_pkg_.a
2025-08-20T21:54:53.7512261Z [00:03:36.458]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3999932643/b1133/_pkg_.a
2025-08-20T21:54:53.7512989Z [00:03:36.458]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt=/tmp/go-build3999932643/b1156/_pkg_.a
2025-08-20T21:54:53.7513781Z [00:03:36.458]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build3999932643/b1157/_pkg_.a
2025-08-20T21:54:53.7514550Z [00:03:36.458]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build3999932643/b1158/_pkg_.a
2025-08-20T21:54:53.7515299Z [00:03:36.458]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build3999932643/b1159/_pkg_.a
2025-08-20T21:54:53.7515865Z [00:03:36.458]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:53.7516270Z [00:03:36.458]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:53.7516843Z [00:03:36.458]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:53.7517303Z [00:03:36.458]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:53.7540543Z [00:03:36.458]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:53.7541095Z [00:03:36.458]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:53.7541515Z [00:03:36.458]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:53.7541821Z [00:03:36.458]➜  EOF
2025-08-20T21:54:53.7546526Z [00:03:36.458]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1154/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver=>go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver;$WORK/b1154=>" -p go.mongodb.org/mongo-driver/x/mongo/driver -lang=go1.18 -complete -installsuffix shared -buildid aNUb-3pyIjG1-0QGjd_R/aNUb-3pyIjG1-0QGjd_R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1154/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/batch_cursor.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/batches.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/compression.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/crypt.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/driver.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/errors.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/legacy.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation_exhaust.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/serverapioptions.go
2025-08-20T21:54:53.7846531Z [00:03:36.494]➜  go tool buildid -w $WORK/b1180/_pkg_.a # internal
2025-08-20T21:54:53.7919654Z [00:03:36.501]➜  cp $WORK/b1180/_pkg_.a /root/.cache/go-build/1c/1c2148fe95887288bf2bec90d145513973ce9dc482e154d18e5a543cab7366bc-d # internal
2025-08-20T21:54:53.7954158Z [00:03:36.504]➜  golang.org/x/crypto/blake2s
2025-08-20T21:54:53.7963646Z [00:03:36.505]➜  mkdir -p $WORK/b1184/
2025-08-20T21:54:53.7964090Z [00:03:36.505]➜  cat >/tmp/go-build3999932643/b1184/importcfg << 'EOF' # internal
2025-08-20T21:54:53.7964453Z [00:03:36.505]➜  # import config
2025-08-20T21:54:53.7964794Z [00:03:36.505]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:53.7965840Z [00:03:36.505]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:53.7966772Z [00:03:36.505]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:53.7967578Z [00:03:36.505]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:53.7968436Z [00:03:36.505]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:53.7969301Z [00:03:36.505]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:53.7969907Z [00:03:36.505]➜  EOF
2025-08-20T21:54:53.7990604Z [00:03:36.505]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1184/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blake2s=>golang.org/x/crypto@v0.39.0/blake2s;$WORK/b1184=>" -p golang.org/x/crypto/blake2s -lang=go1.23 -complete -installsuffix shared -buildid kEmNQ_fTwaS64TmAbRyW/kEmNQ_fTwaS64TmAbRyW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1184/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blake2s/blake2s.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blake2s/blake2s_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blake2s/blake2s_ref.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blake2s/blake2x.go
2025-08-20T21:54:53.8460631Z [00:03:36.555]➜  go tool buildid -w $WORK/b1184/_pkg_.a # internal
2025-08-20T21:54:53.8467661Z [00:03:36.556]➜  cp $WORK/b1184/_pkg_.a /root/.cache/go-build/7e/7eec41edd81e3ffa956ddee32f86d1c5fbf755d5eb7054b40a10b0c92c3c6251-d # internal
2025-08-20T21:54:53.8481949Z [00:03:36.557]➜  golang.org/x/crypto/blowfish
2025-08-20T21:54:53.8483169Z [00:03:36.557]➜  mkdir -p $WORK/b1187/
2025-08-20T21:54:53.8483781Z [00:03:36.558]➜  cat >/tmp/go-build3999932643/b1187/importcfg << 'EOF' # internal
2025-08-20T21:54:53.8485279Z [00:03:36.558]➜  # import config
2025-08-20T21:54:53.8485680Z [00:03:36.558]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:53.8486010Z [00:03:36.558]➜  EOF
2025-08-20T21:54:53.8503270Z [00:03:36.559]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1187/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blowfish=>golang.org/x/crypto@v0.39.0/blowfish;$WORK/b1187=>" -p golang.org/x/crypto/blowfish -lang=go1.23 -complete -installsuffix shared -buildid ZGqYrPyT7uvXUM2LWU-v/ZGqYrPyT7uvXUM2LWU-v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1187/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blowfish/block.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blowfish/cipher.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blowfish/const.go
2025-08-20T21:54:53.8952151Z [00:03:36.604]➜  go tool buildid -w $WORK/b1187/_pkg_.a # internal
2025-08-20T21:54:53.8952938Z [00:03:36.604]➜  cp $WORK/b1187/_pkg_.a /root/.cache/go-build/00/0070644fccc5b7f18d64d8352421b7fe61ed5b708b2a9e095b9fa70deba23132-d # internal
2025-08-20T21:54:53.8955397Z [00:03:36.605]➜  golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
2025-08-20T21:54:53.8956594Z [00:03:36.605]➜  mkdir -p $WORK/b1186/
2025-08-20T21:54:53.8960364Z [00:03:36.605]➜  cat >/tmp/go-build3999932643/b1186/importcfg << 'EOF' # internal
2025-08-20T21:54:53.8960952Z [00:03:36.605]➜  # import config
2025-08-20T21:54:53.8961333Z [00:03:36.605]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:53.8961993Z [00:03:36.605]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:53.8962517Z [00:03:36.605]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build3999932643/b1187/_pkg_.a
2025-08-20T21:54:53.8962910Z [00:03:36.605]➜  EOF
2025-08-20T21:54:53.8983256Z [00:03:36.607]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1186/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/internal/bcrypt_pbkdf=>golang.org/x/crypto@v0.39.0/ssh/internal/bcrypt_pbkdf;$WORK/b1186=>" -p golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -lang=go1.23 -complete -installsuffix shared -buildid P8EqIi0yNO3AmP3GO9yK/P8EqIi0yNO3AmP3GO9yK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1186/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/internal/bcrypt_pbkdf/bcrypt_pbkdf.go
2025-08-20T21:54:53.9273837Z [00:03:36.636]➜  go tool buildid -w $WORK/b1186/_pkg_.a # internal
2025-08-20T21:54:53.9275615Z [00:03:36.637]➜  cp $WORK/b1186/_pkg_.a /root/.cache/go-build/83/835d36b4ed39b0e3d5bc660abe5d60b39978b29524a95fd0c624aa39036eeb18-d # internal
2025-08-20T21:54:53.9344471Z [00:03:36.644]➜  golang.org/x/crypto/ssh
2025-08-20T21:54:53.9344841Z [00:03:36.644]➜  mkdir -p $WORK/b1185/
2025-08-20T21:54:53.9351418Z [00:03:36.644]➜  cat >/tmp/go-build3999932643/b1185/importcfg << 'EOF' # internal
2025-08-20T21:54:53.9351843Z [00:03:36.644]➜  # import config
2025-08-20T21:54:53.9352200Z [00:03:36.644]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:53.9352621Z [00:03:36.644]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:53.9353043Z [00:03:36.644]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:53.9353459Z [00:03:36.644]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:53.9353893Z [00:03:36.644]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:54:53.9354361Z [00:03:36.644]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:54:53.9354826Z [00:03:36.644]➜  packagefile crypto/des=/tmp/go-build3999932643/b109/_pkg_.a
2025-08-20T21:54:53.9355266Z [00:03:36.644]➜  packagefile crypto/dsa=/tmp/go-build3999932643/b153/_pkg_.a
2025-08-20T21:54:53.9355976Z [00:03:36.644]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:53.9356520Z [00:03:36.644]➜  packagefile crypto/ed25519=/tmp/go-build3999932643/b130/_pkg_.a
2025-08-20T21:54:53.9357107Z [00:03:36.644]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:54:53.9357804Z [00:03:36.644]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:53.9358256Z [00:03:36.644]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:53.9358709Z [00:03:36.644]➜  packagefile crypto/mlkem=/tmp/go-build3999932643/b348/_pkg_.a
2025-08-20T21:54:53.9359172Z [00:03:36.644]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:53.9359628Z [00:03:36.644]➜  packagefile crypto/rc4=/tmp/go-build3999932643/b146/_pkg_.a
2025-08-20T21:54:53.9360070Z [00:03:36.644]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:53.9360518Z [00:03:36.644]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:53.9360977Z [00:03:36.644]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:53.9361438Z [00:03:36.644]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:53.9361902Z [00:03:36.644]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:53.9362359Z [00:03:36.644]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:53.9362813Z [00:03:36.644]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:53.9363287Z [00:03:36.644]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:53.9364029Z [00:03:36.644]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:53.9364655Z [00:03:36.644]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:53.9365120Z [00:03:36.644]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:53.9365565Z [00:03:36.644]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:53.9365972Z [00:03:36.644]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:53.9366474Z [00:03:36.644]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build3999932643/b369/_pkg_.a
2025-08-20T21:54:53.9367060Z [00:03:36.644]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build3999932643/b1069/_pkg_.a
2025-08-20T21:54:53.9390530Z [00:03:36.644]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build3999932643/b371/_pkg_.a
2025-08-20T21:54:53.9391266Z [00:03:36.644]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build3999932643/b1186/_pkg_.a
2025-08-20T21:54:53.9391848Z [00:03:36.644]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:53.9392254Z [00:03:36.644]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:53.9392657Z [00:03:36.644]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:53.9393066Z [00:03:36.644]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:53.9393486Z [00:03:36.644]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:53.9393929Z [00:03:36.644]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:53.9394347Z [00:03:36.644]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:53.9394743Z [00:03:36.644]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:53.9395154Z [00:03:36.644]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:53.9395581Z [00:03:36.644]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:53.9395999Z [00:03:36.644]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:54:53.9396415Z [00:03:36.644]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:53.9396830Z [00:03:36.644]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:53.9397673Z [00:03:36.644]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:53.9398182Z [00:03:36.644]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:53.9398706Z [00:03:36.644]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:53.9399217Z [00:03:36.644]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:53.9399527Z [00:03:36.644]➜  EOF
2025-08-20T21:54:53.9405615Z [00:03:36.646]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1185/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh=>golang.org/x/crypto@v0.39.0/ssh;$WORK/b1185=>" -p golang.org/x/crypto/ssh -lang=go1.23 -complete -installsuffix shared -buildid E4LXyHezbgllXnfFcznp/E4LXyHezbgllXnfFcznp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1185/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/buffer.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/certs.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/channel.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/cipher.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/client.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/client_auth.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/common.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/connection.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/doc.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/handshake.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/kex.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/keys.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/mac.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/messages.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/mlkem.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/mux.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/server.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/session.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/ssh_gss.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/streamlocal.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/tcpip.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/transport.go
2025-08-20T21:54:54.1132595Z [00:03:36.822]➜  go tool buildid -w $WORK/b1179/_pkg_.a # internal
2025-08-20T21:54:54.1435031Z [00:03:36.853]➜  cp $WORK/b1179/_pkg_.a /root/.cache/go-build/25/25b4cc1b24d367f378951c08f48d25203f0eb0fd284ffe77744c81737284c41d-d # internal
2025-08-20T21:54:54.1482542Z [00:03:36.857]➜  golang.org/x/crypto/ripemd160
2025-08-20T21:54:54.1487046Z [00:03:36.857]➜  mkdir -p $WORK/b1189/
2025-08-20T21:54:54.1490114Z [00:03:36.857]➜  cat >/tmp/go-build3999932643/b1189/importcfg << 'EOF' # internal
2025-08-20T21:54:54.1490935Z [00:03:36.857]➜  # import config
2025-08-20T21:54:54.1491849Z [00:03:36.857]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:54.1493140Z [00:03:36.857]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:54.1493580Z [00:03:36.857]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:54:54.1493901Z [00:03:36.857]➜  EOF
2025-08-20T21:54:54.1496014Z [00:03:36.857]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1189/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ripemd160=>golang.org/x/crypto@v0.39.0/ripemd160;$WORK/b1189=>" -p golang.org/x/crypto/ripemd160 -lang=go1.23 -complete -installsuffix shared -buildid ZJtmR-eWlfS6M6v31Tyy/ZJtmR-eWlfS6M6v31Tyy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1189/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ripemd160/ripemd160.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ripemd160/ripemd160block.go
2025-08-20T21:54:54.1653834Z [00:03:36.875]➜  go tool buildid -w $WORK/b1189/_pkg_.a # internal
2025-08-20T21:54:54.1658692Z [00:03:36.875]➜  cp $WORK/b1189/_pkg_.a /root/.cache/go-build/c3/c361d28d91e477cbbe593631424ae0591babe31a36807c4dc4f46f5c9e6fad02-d # internal
2025-08-20T21:54:54.1813210Z [00:03:36.891]➜  go tool buildid -w $WORK/b1154/_pkg_.a # internal
2025-08-20T21:54:54.1863634Z [00:03:36.896]➜  github.com/google/go-github/github
2025-08-20T21:54:54.1865703Z [00:03:36.896]➜  mkdir -p $WORK/b1192/
2025-08-20T21:54:54.1868685Z [00:03:36.896]➜  cat >/tmp/go-build3999932643/b1192/importcfg << 'EOF' # internal
2025-08-20T21:54:54.1870033Z [00:03:36.896]➜  # import config
2025-08-20T21:54:54.1870980Z [00:03:36.896]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:54.1871471Z [00:03:36.896]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:54.1871928Z [00:03:36.896]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:54.1872409Z [00:03:36.896]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:54.1872876Z [00:03:36.896]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:54.1873353Z [00:03:36.896]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:54.1873823Z [00:03:36.896]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:54.1874301Z [00:03:36.896]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:54.1874763Z [00:03:36.896]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:54.1875215Z [00:03:36.896]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:54.1875630Z [00:03:36.896]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:54.1876168Z [00:03:36.896]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build3999932643/b544/_pkg_.a
2025-08-20T21:54:54.1876680Z [00:03:36.896]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:54.1877617Z [00:03:36.896]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:54.1878230Z [00:03:36.896]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:54.1878655Z [00:03:36.896]➜  packagefile mime=/tmp/go-build3999932643/b214/_pkg_.a
2025-08-20T21:54:54.1879082Z [00:03:36.896]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:54.1879513Z [00:03:36.896]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:54.1879916Z [00:03:36.896]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:54.1880326Z [00:03:36.896]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:54.1880767Z [00:03:36.896]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:54.1881213Z [00:03:36.896]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:54.1881635Z [00:03:36.896]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:54.1882067Z [00:03:36.896]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:54.1882490Z [00:03:36.896]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:54.1888286Z [00:03:36.896]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:54.1888754Z [00:03:36.896]➜  EOF
2025-08-20T21:54:54.1928328Z [00:03:36.896]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1192/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github=>github.com/google/go-github@v17.0.0+incompatible/github;$WORK/b1192=>" -p github.com/google/go-github/github -lang=go1.16 -complete -installsuffix shared -buildid cNBj6YHuv3NwzGmOApD9/cNBj6YHuv3NwzGmOApD9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1192/importcfg -pack /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/activity.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/activity_events.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/activity_notifications.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/activity_star.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/activity_watching.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/admin.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/admin_stats.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/apps.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/apps_installation.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/apps_marketplace.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/authorizations.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/checks.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/doc.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/event_types.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/gists.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/gists_comments.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/git.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/git_blobs.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/git_commits.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/git_refs.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/git_tags.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/git_trees.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/github-accessors.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/github.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/gitignore.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/issues.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/issues_assignees.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/issues_comments.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/issues_events.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/issues_labels.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/issues_milestones.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/issues_timeline.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/licenses.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/messages.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/migrations.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/migrations_source_import.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/migrations_user.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/misc.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/orgs.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/orgs_hooks.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/orgs_members.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/orgs_outside_collaborators.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/orgs_projects.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/orgs_users_blocking.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/projects.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/pulls.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/pulls_comments.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/pulls_reviewers.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/pulls_reviews.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/reactions.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/repos.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/repos_collaborators.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/repos_comments.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/repos_commits.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/repos_community_health.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/repos_contents.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/repos_deployments.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/repos_forks.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/repos_hooks.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/repos_invitations.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/repos_keys.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/repos_merging.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/repos_pages.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/repos_prereceive_hooks.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/repos_projects.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/repos_releases.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/repos_stats.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/repos_statuses.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/repos_traffic.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/search.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/strings.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/teams.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/teams_discussion_comments.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/teams_discussions.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/teams_members.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/timestamp.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/users.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/users_administration.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/users_blocking.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/users_emails.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/users_followers.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/users_gpg_keys.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/users_keys.go /root/go/pkg/mod/github.com/google/go-github@v17.0.0+incompatible/github/without_appengine.go
2025-08-20T21:54:54.1958074Z [00:03:36.900]➜  cp $WORK/b1154/_pkg_.a /root/.cache/go-build/04/04461c6a49cc06596d3034c4a4452773af7b93dc6ccf1ff67f05373ef408650d-d # internal
2025-08-20T21:54:54.1984511Z [00:03:36.907]➜  go.mongodb.org/mongo-driver/x/mongo/driver/operation
2025-08-20T21:54:54.1991010Z [00:03:36.908]➜  mkdir -p $WORK/b1170/
2025-08-20T21:54:54.1998302Z [00:03:36.909]➜  cat >/tmp/go-build3999932643/b1170/importcfg << 'EOF' # internal
2025-08-20T21:54:54.1998890Z [00:03:36.909]➜  # import config
2025-08-20T21:54:54.1999304Z [00:03:36.909]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:54.1999736Z [00:03:36.909]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:54.2000151Z [00:03:36.909]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:54.2000666Z [00:03:36.909]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3999932643/b1127/_pkg_.a
2025-08-20T21:54:54.2001308Z [00:03:36.909]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3999932643/b1131/_pkg_.a
2025-08-20T21:54:54.2001945Z [00:03:36.909]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build3999932643/b1134/_pkg_.a
2025-08-20T21:54:54.2002717Z [00:03:36.909]➜  packagefile go.mongodb.org/mongo-driver/internal/bsonutil=/tmp/go-build3999932643/b1137/_pkg_.a
2025-08-20T21:54:54.2003481Z [00:03:36.909]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build3999932643/b1155/_pkg_.a
2025-08-20T21:54:54.2013168Z [00:03:36.910]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build3999932643/b1138/_pkg_.a
2025-08-20T21:54:54.2013907Z [00:03:36.910]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build3999932643/b1146/_pkg_.a
2025-08-20T21:54:54.2014587Z [00:03:36.910]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3999932643/b1135/_pkg_.a
2025-08-20T21:54:54.2015619Z [00:03:36.910]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3999932643/b1136/_pkg_.a
2025-08-20T21:54:54.2016325Z [00:03:36.910]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build3999932643/b1152/_pkg_.a
2025-08-20T21:54:54.2017013Z [00:03:36.910]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3999932643/b1140/_pkg_.a
2025-08-20T21:54:54.2017995Z [00:03:36.910]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3999932643/b1153/_pkg_.a
2025-08-20T21:54:54.2018659Z [00:03:36.910]➜  packagefile go.mongodb.org/mongo-driver/version=/tmp/go-build3999932643/b1171/_pkg_.a
2025-08-20T21:54:54.2019313Z [00:03:36.910]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3999932643/b1133/_pkg_.a
2025-08-20T21:54:54.2019990Z [00:03:36.910]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build3999932643/b1154/_pkg_.a
2025-08-20T21:54:54.2020695Z [00:03:36.910]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build3999932643/b1158/_pkg_.a
2025-08-20T21:54:54.2021483Z [00:03:36.910]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:54.2021901Z [00:03:36.910]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:54.2022334Z [00:03:36.910]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:54.2022761Z [00:03:36.910]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:54.2023176Z [00:03:36.910]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:54.2023488Z [00:03:36.910]➜  EOF
2025-08-20T21:54:54.2034737Z [00:03:36.910]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1170/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation=>go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation;$WORK/b1170=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/operation -lang=go1.18 -complete -installsuffix shared -buildid 9fXmMsStxyM93_JZI6rY/9fXmMsStxyM93_JZI6rY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1170/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/abort_transaction.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/aggregate.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/command.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/commit_transaction.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/count.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/create.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/create_indexes.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/create_search_indexes.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/delete.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/distinct.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/drop_collection.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/drop_database.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/drop_indexes.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/drop_search_index.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/end_sessions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/errors.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/find.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/find_and_modify.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/hello.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/insert.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/listDatabases.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/list_collections.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/list_indexes.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/update.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/update_search_index.go
2025-08-20T21:54:54.6355035Z [00:03:37.345]➜  go tool buildid -w $WORK/b1170/_pkg_.a # internal
2025-08-20T21:54:54.6485162Z [00:03:37.358]➜  cp $WORK/b1170/_pkg_.a /root/.cache/go-build/11/11f121086800c3cce4365919018ecd566fe523c088aa0ae698acd8f9c3e06422-d # internal
2025-08-20T21:54:54.6560088Z [00:03:37.365]➜  go.mongodb.org/mongo-driver/x/mongo/driver/auth
2025-08-20T21:54:54.6565515Z [00:03:37.366]➜  mkdir -p $WORK/b1160/
2025-08-20T21:54:54.6578395Z [00:03:37.367]➜  cat >/tmp/go-build3999932643/b1160/importcfg << 'EOF' # internal
2025-08-20T21:54:54.6579447Z [00:03:37.367]➜  # import config
2025-08-20T21:54:54.6580144Z [00:03:37.367]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:54.6581153Z [00:03:37.367]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:54.6581686Z [00:03:37.367]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:54.6582157Z [00:03:37.367]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:54.6582653Z [00:03:37.367]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:54.6583131Z [00:03:37.367]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:54.6583572Z [00:03:37.367]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:54.6583987Z [00:03:37.367]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:54.6584469Z [00:03:37.367]➜  packagefile github.com/xdg-go/scram=/tmp/go-build3999932643/b1161/_pkg_.a
2025-08-20T21:54:54.6585021Z [00:03:37.367]➜  packagefile github.com/xdg-go/stringprep=/tmp/go-build3999932643/b1163/_pkg_.a
2025-08-20T21:54:54.6585609Z [00:03:37.367]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3999932643/b1127/_pkg_.a
2025-08-20T21:54:54.6586245Z [00:03:37.367]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3999932643/b1132/_pkg_.a
2025-08-20T21:54:54.6586959Z [00:03:37.367]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build3999932643/b1164/_pkg_.a
2025-08-20T21:54:54.6588193Z [00:03:37.367]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/signer/v4=/tmp/go-build3999932643/b1166/_pkg_.a
2025-08-20T21:54:54.6589008Z [00:03:37.367]➜  packagefile go.mongodb.org/mongo-driver/internal/credproviders=/tmp/go-build3999932643/b1168/_pkg_.a
2025-08-20T21:54:54.6589703Z [00:03:37.367]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3999932643/b1135/_pkg_.a
2025-08-20T21:54:54.6590381Z [00:03:37.367]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3999932643/b1136/_pkg_.a
2025-08-20T21:54:54.6595654Z [00:03:37.367]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3999932643/b1133/_pkg_.a
2025-08-20T21:54:54.6596737Z [00:03:37.367]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build3999932643/b1154/_pkg_.a
2025-08-20T21:54:54.6597777Z [00:03:37.367]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds=/tmp/go-build3999932643/b1169/_pkg_.a
2025-08-20T21:54:54.6598630Z [00:03:37.367]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build3999932643/b1170/_pkg_.a
2025-08-20T21:54:54.6599375Z [00:03:37.367]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build3999932643/b1158/_pkg_.a
2025-08-20T21:54:54.6599927Z [00:03:37.367]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:54.6600594Z [00:03:37.367]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:54.6601026Z [00:03:37.367]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:54.6601452Z [00:03:37.367]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:54.6601870Z [00:03:37.367]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:54.6602290Z [00:03:37.367]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:54.6602697Z [00:03:37.367]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:54.6602996Z [00:03:37.367]➜  EOF
2025-08-20T21:54:54.6610261Z [00:03:37.367]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1160/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth=>go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth;$WORK/b1160=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/auth -lang=go1.18 -complete -installsuffix shared -buildid _tjG6K9wsoWPbMwjY9l5/_tjG6K9wsoWPbMwjY9l5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1160/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/auth.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/aws_conv.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/conversation.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/cred.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/default.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/gssapi_not_enabled.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/mongodbaws.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/mongodbcr.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/oidc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/plain.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/sasl.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/scram.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/util.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/x509.go
2025-08-20T21:54:54.7293004Z [00:03:37.439]➜  go tool buildid -w $WORK/b1185/_pkg_.a # internal
2025-08-20T21:54:54.7384471Z [00:03:37.448]➜  cp $WORK/b1185/_pkg_.a /root/.cache/go-build/59/59978ddb5bab92d5066b6401818d4106388d48cd4f2d2334cc7355eec9ba8009-d # internal
2025-08-20T21:54:54.7387147Z [00:03:37.448]➜  github.com/42wim/httpsig
2025-08-20T21:54:54.7388053Z [00:03:37.448]➜  mkdir -p $WORK/b1183/
2025-08-20T21:54:54.7392412Z [00:03:37.449]➜  cat >/tmp/go-build3999932643/b1183/importcfg << 'EOF' # internal
2025-08-20T21:54:54.7393171Z [00:03:37.449]➜  # import config
2025-08-20T21:54:54.7394070Z [00:03:37.449]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:54.7394906Z [00:03:37.449]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:54.7395615Z [00:03:37.449]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:54.7396349Z [00:03:37.449]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:54.7397226Z [00:03:37.449]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:54.7398543Z [00:03:37.449]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:54.7399588Z [00:03:37.449]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:54.7400355Z [00:03:37.449]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:54.7400970Z [00:03:37.449]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:54.7401659Z [00:03:37.449]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:54.7402450Z [00:03:37.449]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:54.7403423Z [00:03:37.449]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:54.7404177Z [00:03:37.449]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:54.7405073Z [00:03:37.449]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build3999932643/b556/_pkg_.a
2025-08-20T21:54:54.7406162Z [00:03:37.449]➜  packagefile golang.org/x/crypto/blake2s=/tmp/go-build3999932643/b1184/_pkg_.a
2025-08-20T21:54:54.7406915Z [00:03:37.449]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build3999932643/b467/_pkg_.a
2025-08-20T21:54:54.7407851Z [00:03:37.449]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build3999932643/b408/_pkg_.a
2025-08-20T21:54:54.7409039Z [00:03:37.449]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3999932643/b1185/_pkg_.a
2025-08-20T21:54:54.7409585Z [00:03:37.449]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:54.7410005Z [00:03:37.449]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:54.7410460Z [00:03:37.449]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:54.7411252Z [00:03:37.449]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:54.7411711Z [00:03:37.449]➜  packagefile net/textproto=/tmp/go-build3999932643/b211/_pkg_.a
2025-08-20T21:54:54.7412167Z [00:03:37.449]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:54.7412593Z [00:03:37.449]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:54.7413007Z [00:03:37.449]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:54.7413316Z [00:03:37.449]➜  EOF
2025-08-20T21:54:54.7415952Z [00:03:37.449]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1183/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/42wim/httpsig@v1.2.2=>github.com/42wim/httpsig@v1.2.2;$WORK/b1183=>" -p github.com/42wim/httpsig -lang=go1.18 -complete -installsuffix shared -buildid RMkODhmZ8IUJepyrPHZq/RMkODhmZ8IUJepyrPHZq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1183/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-20T21:54:54.8561770Z [00:03:37.565]➜  go tool buildid -w $WORK/b1183/_pkg_.a # internal
2025-08-20T21:54:54.8582493Z [00:03:37.567]➜  cp $WORK/b1183/_pkg_.a /root/.cache/go-build/eb/eba39ad7d47d3ba093c47b450bf20bb0f8680476b2b9d2d0077e9ad2066bf2e9-d # internal
2025-08-20T21:54:54.8585886Z [00:03:37.568]➜  github.com/go-fed/httpsig
2025-08-20T21:54:54.8593067Z [00:03:37.569]➜  mkdir -p $WORK/b1188/
2025-08-20T21:54:54.8593749Z [00:03:37.569]➜  cat >/tmp/go-build3999932643/b1188/importcfg << 'EOF' # internal
2025-08-20T21:54:54.8594448Z [00:03:37.569]➜  # import config
2025-08-20T21:54:54.8595031Z [00:03:37.569]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:54.8595807Z [00:03:37.569]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:54.8596526Z [00:03:37.569]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:54.8597433Z [00:03:37.569]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:54.8599137Z [00:03:37.569]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:54.8599665Z [00:03:37.569]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:54.8600291Z [00:03:37.569]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:54.8600814Z [00:03:37.569]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:54.8601275Z [00:03:37.569]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:54:54.8601740Z [00:03:37.569]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:54.8602420Z [00:03:37.569]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:54:54.8602900Z [00:03:37.569]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:54.8603349Z [00:03:37.569]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:54.8603765Z [00:03:37.569]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:54.8604270Z [00:03:37.569]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build3999932643/b556/_pkg_.a
2025-08-20T21:54:54.8604848Z [00:03:37.569]➜  packagefile golang.org/x/crypto/blake2s=/tmp/go-build3999932643/b1184/_pkg_.a
2025-08-20T21:54:54.8605413Z [00:03:37.569]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build3999932643/b467/_pkg_.a
2025-08-20T21:54:54.8605981Z [00:03:37.569]➜  packagefile golang.org/x/crypto/ripemd160=/tmp/go-build3999932643/b1189/_pkg_.a
2025-08-20T21:54:54.8606542Z [00:03:37.569]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build3999932643/b408/_pkg_.a
2025-08-20T21:54:54.8607083Z [00:03:37.569]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3999932643/b1185/_pkg_.a
2025-08-20T21:54:54.8612311Z [00:03:37.569]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:54.8612730Z [00:03:37.569]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:54.8613155Z [00:03:37.569]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:54.8613592Z [00:03:37.569]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:54.8614052Z [00:03:37.569]➜  packagefile net/textproto=/tmp/go-build3999932643/b211/_pkg_.a
2025-08-20T21:54:54.8614500Z [00:03:37.569]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:54.8614927Z [00:03:37.569]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:54.8615346Z [00:03:37.569]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:54.8615654Z [00:03:37.569]➜  EOF
2025-08-20T21:54:54.8628765Z [00:03:37.569]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1188/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-fed/httpsig@v1.1.0=>github.com/go-fed/httpsig@v1.1.0;$WORK/b1188=>" -p github.com/go-fed/httpsig -lang=go1.13 -complete -installsuffix shared -buildid gTneoCpIe28l_hZ8UBew/gTneoCpIe28l_hZ8UBew -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1188/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-20T21:54:54.9194050Z [00:03:37.628]➜  go tool buildid -w $WORK/b1160/_pkg_.a # internal
2025-08-20T21:54:54.9246515Z [00:03:37.634]➜  cp $WORK/b1160/_pkg_.a /root/.cache/go-build/d6/d631823278ef2dc6671ddabe58fb9996f25833f2e255cd959671a494cc8a493e-d # internal
2025-08-20T21:54:54.9333604Z [00:03:37.642]➜  go.mongodb.org/mongo-driver/x/mongo/driver/connstring
2025-08-20T21:54:54.9334776Z [00:03:37.643]➜  mkdir -p $WORK/b1172/
2025-08-20T21:54:54.9340389Z [00:03:37.643]➜  cat >/tmp/go-build3999932643/b1172/importcfg << 'EOF' # internal
2025-08-20T21:54:54.9340794Z [00:03:37.643]➜  # import config
2025-08-20T21:54:54.9341617Z [00:03:37.643]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:54.9342631Z [00:03:37.643]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:54.9343708Z [00:03:37.643]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build3999932643/b1148/_pkg_.a
2025-08-20T21:54:54.9344904Z [00:03:37.643]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3999932643/b1153/_pkg_.a
2025-08-20T21:54:54.9346119Z [00:03:37.643]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build3999932643/b1160/_pkg_.a
2025-08-20T21:54:54.9347154Z [00:03:37.643]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/dns=/tmp/go-build3999932643/b1173/_pkg_.a
2025-08-20T21:54:54.9348445Z [00:03:37.643]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build3999932643/b1159/_pkg_.a
2025-08-20T21:54:54.9349457Z [00:03:37.643]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:54.9350640Z [00:03:37.643]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:54.9351090Z [00:03:37.643]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:54.9351520Z [00:03:37.643]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:54.9351945Z [00:03:37.643]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:54.9352251Z [00:03:37.643]➜  EOF
2025-08-20T21:54:54.9361221Z [00:03:37.643]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1172/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/connstring=>go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/connstring;$WORK/b1172=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/connstring -lang=go1.18 -complete -installsuffix shared -buildid tI6ax0OniZRXlBwJSK8D/tI6ax0OniZRXlBwJSK8D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1172/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/connstring/connstring.go
2025-08-20T21:54:54.9784192Z [00:03:37.688]➜  go tool buildid -w $WORK/b1188/_pkg_.a # internal
2025-08-20T21:54:54.9803097Z [00:03:37.689]➜  cp $WORK/b1188/_pkg_.a /root/.cache/go-build/ed/ed97aa17649ed147c6d8ab77e6519acbb69ab3e12cc2568534b225e325956c69-d # internal
2025-08-20T21:54:54.9893826Z [00:03:37.699]➜  golang.org/x/crypto/ssh/agent
2025-08-20T21:54:54.9894183Z [00:03:37.699]➜  mkdir -p $WORK/b1190/
2025-08-20T21:54:54.9921306Z [00:03:37.701]➜  cat >/tmp/go-build3999932643/b1190/importcfg << 'EOF' # internal
2025-08-20T21:54:54.9922010Z [00:03:37.701]➜  # import config
2025-08-20T21:54:54.9922605Z [00:03:37.701]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:54.9924117Z [00:03:37.701]➜  packagefile crypto/dsa=/tmp/go-build3999932643/b153/_pkg_.a
2025-08-20T21:54:54.9924647Z [00:03:37.701]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:54.9925122Z [00:03:37.701]➜  packagefile crypto/ed25519=/tmp/go-build3999932643/b130/_pkg_.a
2025-08-20T21:54:54.9925610Z [00:03:37.701]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:54:54.9926080Z [00:03:37.701]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:54.9926816Z [00:03:37.701]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:54.9927455Z [00:03:37.701]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:54.9928046Z [00:03:37.701]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:54.9928542Z [00:03:37.701]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:54.9929000Z [00:03:37.701]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:54.9929422Z [00:03:37.701]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:54.9929906Z [00:03:37.701]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3999932643/b1185/_pkg_.a
2025-08-20T21:54:54.9930377Z [00:03:37.701]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:54.9930922Z [00:03:37.701]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:54.9931386Z [00:03:37.701]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:54.9931810Z [00:03:37.701]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:54.9932216Z [00:03:37.701]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:54.9932622Z [00:03:37.701]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:54.9932925Z [00:03:37.701]➜  EOF
2025-08-20T21:54:54.9935456Z [00:03:37.701]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1190/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/agent=>golang.org/x/crypto@v0.39.0/ssh/agent;$WORK/b1190=>" -p golang.org/x/crypto/ssh/agent -lang=go1.23 -complete -installsuffix shared -buildid yIdNsvNBzEBgH5a30fzZ/yIdNsvNBzEBgH5a30fzZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1190/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/agent/client.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/agent/forward.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/agent/keyring.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/agent/server.go
2025-08-20T21:54:55.0326159Z [00:03:37.742]➜  go tool buildid -w $WORK/b1172/_pkg_.a # internal
2025-08-20T21:54:55.0337092Z [00:03:37.743]➜  cp $WORK/b1172/_pkg_.a /root/.cache/go-build/59/5989582beae00146376cd774c2a803a3ea963886839a686e03b0f7127e3aab63-d # internal
2025-08-20T21:54:55.0469172Z [00:03:37.756]➜  go.mongodb.org/mongo-driver/mongo/options
2025-08-20T21:54:55.0472180Z [00:03:37.756]➜  mkdir -p $WORK/b1150/
2025-08-20T21:54:55.0481357Z [00:03:37.757]➜  cat >/tmp/go-build3999932643/b1150/importcfg << 'EOF' # internal
2025-08-20T21:54:55.0482513Z [00:03:37.757]➜  # import config
2025-08-20T21:54:55.0483258Z [00:03:37.757]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:55.0484000Z [00:03:37.757]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:55.0484656Z [00:03:37.757]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:55.0485347Z [00:03:37.757]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:55.0486149Z [00:03:37.757]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:55.0486909Z [00:03:37.757]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:55.0487733Z [00:03:37.757]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:55.0488533Z [00:03:37.757]➜  packagefile github.com/youmark/pkcs8=/tmp/go-build3999932643/b1151/_pkg_.a
2025-08-20T21:54:55.0489373Z [00:03:37.757]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3999932643/b1127/_pkg_.a
2025-08-20T21:54:55.0490368Z [00:03:37.757]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build3999932643/b1128/_pkg_.a
2025-08-20T21:54:55.0491608Z [00:03:37.757]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3999932643/b1132/_pkg_.a
2025-08-20T21:54:55.0492584Z [00:03:37.757]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build3999932643/b1134/_pkg_.a
2025-08-20T21:54:55.0493412Z [00:03:37.757]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build3999932643/b1145/_pkg_.a
2025-08-20T21:54:55.0494164Z [00:03:37.757]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build3999932643/b1146/_pkg_.a
2025-08-20T21:54:55.0494850Z [00:03:37.757]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build3999932643/b1152/_pkg_.a
2025-08-20T21:54:55.0495539Z [00:03:37.757]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3999932643/b1140/_pkg_.a
2025-08-20T21:54:55.0496229Z [00:03:37.757]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3999932643/b1153/_pkg_.a
2025-08-20T21:54:55.0496868Z [00:03:37.757]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build3999932643/b1141/_pkg_.a
2025-08-20T21:54:55.0497658Z [00:03:37.757]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3999932643/b1133/_pkg_.a
2025-08-20T21:54:55.0498400Z [00:03:37.757]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build3999932643/b1154/_pkg_.a
2025-08-20T21:54:55.0499099Z [00:03:37.757]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build3999932643/b1160/_pkg_.a
2025-08-20T21:54:55.0499830Z [00:03:37.757]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/connstring=/tmp/go-build3999932643/b1172/_pkg_.a
2025-08-20T21:54:55.0500589Z [00:03:37.757]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build3999932643/b1159/_pkg_.a
2025-08-20T21:54:55.0501433Z [00:03:37.757]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:55.0501868Z [00:03:37.757]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:55.0502275Z [00:03:37.757]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:55.0502699Z [00:03:37.757]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:55.0503131Z [00:03:37.757]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:55.0503558Z [00:03:37.757]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:55.0503984Z [00:03:37.757]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:55.0504401Z [00:03:37.757]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:55.0504739Z [00:03:37.757]➜  EOF
2025-08-20T21:54:55.0524822Z [00:03:37.761]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1150/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options=>go.mongodb.org/mongo-driver@v1.17.4/mongo/options;$WORK/b1150=>" -p go.mongodb.org/mongo-driver/mongo/options -lang=go1.18 -complete -installsuffix shared -buildid KVSjzUp6kQZsk_Q4DSx2/KVSjzUp6kQZsk_Q4DSx2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1150/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/aggregateoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/autoencryptionoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/bulkwriteoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/changestreamoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/clientencryptionoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/clientoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/collectionoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/countoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/createcollectionoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/datakeyoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/dboptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/deleteoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/distinctoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/encryptoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/estimatedcountoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/findoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/gridfsoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/indexoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/insertoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/listcollectionsoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/listdatabasesoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/loggeroptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/mongooptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/replaceoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/rewrapdatakeyoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/runcmdoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/searchindexoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/serverapioptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/sessionoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/transactionoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/updateoptions.go
2025-08-20T21:54:55.1484211Z [00:03:37.857]➜  go tool buildid -w $WORK/b1190/_pkg_.a # internal
2025-08-20T21:54:55.1502690Z [00:03:37.859]➜  cp $WORK/b1190/_pkg_.a /root/.cache/go-build/61/618c6b8121d9fd03d2e4850d04907ae895324cc69ecb90317331e244776d0699-d # internal
2025-08-20T21:54:55.1889384Z [00:03:37.895]➜  code.gitea.io/sdk/gitea
2025-08-20T21:54:55.1889839Z [00:03:37.895]➜  mkdir -p $WORK/b1182/
2025-08-20T21:54:55.1890230Z [00:03:37.896]➜  cat >/tmp/go-build3999932643/b1182/importcfg << 'EOF' # internal
2025-08-20T21:54:55.1890595Z [00:03:37.896]➜  # import config
2025-08-20T21:54:55.1890953Z [00:03:37.896]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:55.1891377Z [00:03:37.896]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:55.1891802Z [00:03:37.896]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:55.1892253Z [00:03:37.896]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:55.1892716Z [00:03:37.896]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:55.1893559Z [00:03:37.896]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:55.1894031Z [00:03:37.896]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:55.1894511Z [00:03:37.896]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:55.1894954Z [00:03:37.896]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:55.1895379Z [00:03:37.896]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:55.1895864Z [00:03:37.896]➜  packagefile github.com/42wim/httpsig=/tmp/go-build3999932643/b1183/_pkg_.a
2025-08-20T21:54:55.1896412Z [00:03:37.896]➜  packagefile github.com/go-fed/httpsig=/tmp/go-build3999932643/b1188/_pkg_.a
2025-08-20T21:54:55.1896983Z [00:03:37.896]➜  packagefile github.com/hashicorp/go-version=/tmp/go-build3999932643/b730/_pkg_.a
2025-08-20T21:54:55.1900348Z [00:03:37.896]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3999932643/b1185/_pkg_.a
2025-08-20T21:54:55.1900966Z [00:03:37.896]➜  packagefile golang.org/x/crypto/ssh/agent=/tmp/go-build3999932643/b1190/_pkg_.a
2025-08-20T21:54:55.1901450Z [00:03:37.896]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:55.1902071Z [00:03:37.896]➜  packagefile mime/multipart=/tmp/go-build3999932643/b215/_pkg_.a
2025-08-20T21:54:55.1902576Z [00:03:37.896]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:55.1903107Z [00:03:37.896]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:55.1903650Z [00:03:37.896]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:55.1904066Z [00:03:37.896]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:55.1904475Z [00:03:37.896]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:55.1904906Z [00:03:37.896]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:55.1905332Z [00:03:37.896]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:55.1905757Z [00:03:37.896]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:55.1906174Z [00:03:37.896]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:55.1906583Z [00:03:37.896]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:55.1906887Z [00:03:37.896]➜  EOF
2025-08-20T21:54:55.1924488Z [00:03:37.896]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1182/_pkg_.a -trimpath "/root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0=>code.gitea.io/sdk/gitea@v0.21.0;$WORK/b1182=>" -p code.gitea.io/sdk/gitea -lang=go1.23 -complete -installsuffix shared -buildid -dS_Km7UaBCXA-u1KrYK/-dS_Km7UaBCXA-u1KrYK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1182/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-20T21:54:55.3829403Z [00:03:38.092]➜  go tool buildid -w $WORK/b1150/_pkg_.a # internal
2025-08-20T21:54:55.4299922Z [00:03:38.139]➜  cp $WORK/b1150/_pkg_.a /root/.cache/go-build/bf/bf1e1c3bdccda5d86a00fbdbbbfd8aea878f690501235a5f3f5d3dd9eaab02ea-d # internal
2025-08-20T21:54:55.4462825Z [00:03:38.155]➜  go.mongodb.org/mongo-driver/x/mongo/driver/topology
2025-08-20T21:54:55.4463274Z [00:03:38.155]➜  mkdir -p $WORK/b1174/
2025-08-20T21:54:55.4465778Z [00:03:38.156]➜  cat >/tmp/go-build3999932643/b1174/importcfg << 'EOF' # internal
2025-08-20T21:54:55.4467683Z [00:03:38.156]➜  # import config
2025-08-20T21:54:55.4468056Z [00:03:38.156]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:55.4468487Z [00:03:38.156]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:55.4468940Z [00:03:38.156]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:55.4469689Z [00:03:38.156]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:54:55.4470139Z [00:03:38.156]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:55.4470564Z [00:03:38.156]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:55.4471071Z [00:03:38.156]➜  packagefile github.com/montanaflynn/stats=/tmp/go-build3999932643/b1175/_pkg_.a
2025-08-20T21:54:55.4471671Z [00:03:38.156]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3999932643/b1127/_pkg_.a
2025-08-20T21:54:55.4472306Z [00:03:38.156]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build3999932643/b1128/_pkg_.a
2025-08-20T21:54:55.4472977Z [00:03:38.156]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3999932643/b1132/_pkg_.a
2025-08-20T21:54:55.4473610Z [00:03:38.156]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build3999932643/b1134/_pkg_.a
2025-08-20T21:54:55.4474243Z [00:03:38.156]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build3999932643/b1144/_pkg_.a
2025-08-20T21:54:55.4474930Z [00:03:38.156]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build3999932643/b1155/_pkg_.a
2025-08-20T21:54:55.4475751Z [00:03:38.156]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build3999932643/b1145/_pkg_.a
2025-08-20T21:54:55.4476647Z [00:03:38.156]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build3999932643/b1146/_pkg_.a
2025-08-20T21:54:55.4477586Z [00:03:38.156]➜  packagefile go.mongodb.org/mongo-driver/internal/ptrutil=/tmp/go-build3999932643/b1139/_pkg_.a
2025-08-20T21:54:55.4478348Z [00:03:38.156]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build3999932643/b1148/_pkg_.a
2025-08-20T21:54:55.4479019Z [00:03:38.156]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3999932643/b1135/_pkg_.a
2025-08-20T21:54:55.4479700Z [00:03:38.156]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3999932643/b1136/_pkg_.a
2025-08-20T21:54:55.4480373Z [00:03:38.156]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build3999932643/b1150/_pkg_.a
2025-08-20T21:54:55.4481049Z [00:03:38.156]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3999932643/b1133/_pkg_.a
2025-08-20T21:54:55.4481720Z [00:03:38.156]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build3999932643/b1154/_pkg_.a
2025-08-20T21:54:55.4482756Z [00:03:38.156]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build3999932643/b1160/_pkg_.a
2025-08-20T21:54:55.4483653Z [00:03:38.156]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/connstring=/tmp/go-build3999932643/b1172/_pkg_.a
2025-08-20T21:54:55.4484497Z [00:03:38.156]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/dns=/tmp/go-build3999932643/b1173/_pkg_.a
2025-08-20T21:54:55.4485550Z [00:03:38.156]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/ocsp=/tmp/go-build3999932643/b1176/_pkg_.a
2025-08-20T21:54:55.4486393Z [00:03:38.156]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build3999932643/b1170/_pkg_.a
2025-08-20T21:54:55.4487245Z [00:03:38.156]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build3999932643/b1158/_pkg_.a
2025-08-20T21:54:55.4510985Z [00:03:38.156]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build3999932643/b1159/_pkg_.a
2025-08-20T21:54:55.4511615Z [00:03:38.156]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:55.4512032Z [00:03:38.156]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:55.4512438Z [00:03:38.156]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:55.4512856Z [00:03:38.156]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:55.4513295Z [00:03:38.156]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:55.4514051Z [00:03:38.156]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:55.4514478Z [00:03:38.156]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:55.4514908Z [00:03:38.156]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:55.4515343Z [00:03:38.156]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:55.4515649Z [00:03:38.156]➜  EOF
2025-08-20T21:54:55.4523049Z [00:03:38.160]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1174/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology=>go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology;$WORK/b1174=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/topology -lang=go1.18 -complete -installsuffix shared -buildid 55ICpzjj4Z2f3bL1KMlb/55ICpzjj4Z2f3bL1KMlb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1174/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/cancellation_listener.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/connection.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/connection_legacy.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/connection_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/diff.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/errors.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/fsm.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/pool.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/pool_generation_counter.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/rtt_monitor.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/server.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/server_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/tls_connection_source_1_17.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/topology.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/topology_options.go
2025-08-20T21:54:55.5134837Z [00:03:38.223]➜  go tool buildid -w $WORK/b1192/_pkg_.a # internal
2025-08-20T21:54:55.5554013Z [00:03:38.264]➜  cp $WORK/b1192/_pkg_.a /root/.cache/go-build/f9/f921f95bd10954a4874f43c7ce0e10c849f83206309389f15a2d029f3b6e8f50-d # internal
2025-08-20T21:54:55.5554773Z [00:03:38.265]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/github
2025-08-20T21:54:55.5557494Z [00:03:38.265]➜  mkdir -p $WORK/b1191/
2025-08-20T21:54:55.5570445Z [00:03:38.265]➜  cat >/tmp/go-build3999932643/b1191/importcfg << 'EOF' # internal
2025-08-20T21:54:55.5571175Z [00:03:38.265]➜  # import config
2025-08-20T21:54:55.5571528Z [00:03:38.265]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:55.5572171Z [00:03:38.265]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:55.5572691Z [00:03:38.265]➜  packagefile github.com/google/go-github/github=/tmp/go-build3999932643/b1192/_pkg_.a
2025-08-20T21:54:55.5573270Z [00:03:38.265]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:55.5573907Z [00:03:38.265]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:54:55.5574770Z [00:03:38.265]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown/util=/tmp/go-build3999932643/b1123/_pkg_.a
2025-08-20T21:54:55.5575657Z [00:03:38.265]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/format=/tmp/go-build3999932643/b1124/_pkg_.a
2025-08-20T21:54:55.5576515Z [00:03:38.265]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/filters=/tmp/go-build3999932643/b1180/_pkg_.a
2025-08-20T21:54:55.5577321Z [00:03:38.265]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:54:55.5580008Z [00:03:38.265]➜  packagefile golang.org/x/oauth2=/tmp/go-build3999932643/b573/_pkg_.a
2025-08-20T21:54:55.5580479Z [00:03:38.265]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:55.5580895Z [00:03:38.265]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:55.5581319Z [00:03:38.265]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:55.5581744Z [00:03:38.265]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:55.5582168Z [00:03:38.265]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:55.5582478Z [00:03:38.265]➜  EOF
2025-08-20T21:54:55.5584846Z [00:03:38.265]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1191/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/github=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/github;$WORK/b1191=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/github -lang=go1.24 -complete -installsuffix shared -buildid xThO6nULV3k0IY6REmVj/xThO6nULV3k0IY6REmVj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1191/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/github/github.go
2025-08-20T21:54:55.7605102Z [00:03:38.470]➜  go tool buildid -w $WORK/b1191/_pkg_.a # internal
2025-08-20T21:54:55.7650298Z [00:03:38.474]➜  cp $WORK/b1191/_pkg_.a /root/.cache/go-build/49/492fdd1995c73bec95b962d3e7d2a19c33dbc62211274457271a1977fb837b86-d # internal
2025-08-20T21:54:55.7664427Z [00:03:38.476]➜  github.com/hashicorp/go-cleanhttp
2025-08-20T21:54:55.7671434Z [00:03:38.476]➜  mkdir -p $WORK/b1195/
2025-08-20T21:54:55.7681732Z [00:03:38.477]➜  cat >/tmp/go-build3999932643/b1195/importcfg << 'EOF' # internal
2025-08-20T21:54:55.7683004Z [00:03:38.478]➜  # import config
2025-08-20T21:54:55.7686201Z [00:03:38.478]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:55.7686732Z [00:03:38.478]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:55.7687171Z [00:03:38.478]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:55.7689864Z [00:03:38.478]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:55.7690346Z [00:03:38.478]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:55.7690764Z [00:03:38.478]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:55.7691089Z [00:03:38.478]➜  EOF
2025-08-20T21:54:55.7699854Z [00:03:38.479]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1195/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2=>github.com/hashicorp/go-cleanhttp@v0.5.2;$WORK/b1195=>" -p github.com/hashicorp/go-cleanhttp -lang=go1.13 -complete -installsuffix shared -buildid sg1lUPncqvEVj-w0nJ43/sg1lUPncqvEVj-w0nJ43 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1195/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-20T21:54:55.8035641Z [00:03:38.513]➜  go tool buildid -w $WORK/b1182/_pkg_.a # internal
2025-08-20T21:54:55.8196476Z [00:03:38.529]➜  cp $WORK/b1182/_pkg_.a /root/.cache/go-build/33/33d51a2329eadb5a13efb813dfb27f21162d47ea5f3e3d8784a27a867e8a5de4-d # internal
2025-08-20T21:54:55.8200132Z [00:03:38.529]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/gitea
2025-08-20T21:54:55.8200614Z [00:03:38.529]➜  mkdir -p $WORK/b1181/
2025-08-20T21:54:55.8202305Z [00:03:38.529]➜  cat >/tmp/go-build3999932643/b1181/importcfg << 'EOF' # internal
2025-08-20T21:54:55.8203201Z [00:03:38.529]➜  # import config
2025-08-20T21:54:55.8203699Z [00:03:38.529]➜  packagefile code.gitea.io/sdk/gitea=/tmp/go-build3999932643/b1182/_pkg_.a
2025-08-20T21:54:55.8204205Z [00:03:38.530]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:55.8204687Z [00:03:38.530]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:55.8205331Z [00:03:38.530]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:54:55.8206197Z [00:03:38.530]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown/util=/tmp/go-build3999932643/b1123/_pkg_.a
2025-08-20T21:54:55.8207092Z [00:03:38.530]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/format=/tmp/go-build3999932643/b1124/_pkg_.a
2025-08-20T21:54:55.8208144Z [00:03:38.530]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/filters=/tmp/go-build3999932643/b1180/_pkg_.a
2025-08-20T21:54:55.8208941Z [00:03:38.530]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:54:55.8209499Z [00:03:38.530]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:55.8209927Z [00:03:38.530]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:55.8210353Z [00:03:38.530]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:55.8210666Z [00:03:38.530]➜  EOF
2025-08-20T21:54:55.8213220Z [00:03:38.530]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1181/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/gitea=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/gitea;$WORK/b1181=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/gitea -lang=go1.24 -complete -installsuffix shared -buildid uQeaNdbDNIPWkddBjTQ6/uQeaNdbDNIPWkddBjTQ6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1181/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/gitea/gitea.go
2025-08-20T21:54:55.8351324Z [00:03:38.544]➜  go tool buildid -w $WORK/b1195/_pkg_.a # internal
2025-08-20T21:54:55.8358324Z [00:03:38.545]➜  cp $WORK/b1195/_pkg_.a /root/.cache/go-build/fe/fedc9998b61c5394205628d888e5e430bd59ee4f9ce0b0737dbbed60ae8a0c20-d # internal
2025-08-20T21:54:55.8370599Z [00:03:38.546]➜  github.com/hashicorp/go-retryablehttp
2025-08-20T21:54:55.8372602Z [00:03:38.546]➜  mkdir -p $WORK/b1196/
2025-08-20T21:54:55.8373020Z [00:03:38.547]➜  cat >/tmp/go-build3999932643/b1196/importcfg << 'EOF' # internal
2025-08-20T21:54:55.8373374Z [00:03:38.547]➜  # import config
2025-08-20T21:54:55.8373718Z [00:03:38.547]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:55.8374154Z [00:03:38.547]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:55.8374600Z [00:03:38.547]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:55.8375032Z [00:03:38.547]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:55.8375550Z [00:03:38.547]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:55.8376391Z [00:03:38.547]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build3999932643/b1195/_pkg_.a
2025-08-20T21:54:55.8377051Z [00:03:38.547]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:55.8377566Z [00:03:38.547]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:55.8378019Z [00:03:38.547]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:55.8378475Z [00:03:38.547]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:55.8378911Z [00:03:38.547]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:55.8379341Z [00:03:38.547]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:55.8379747Z [00:03:38.547]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:55.8380151Z [00:03:38.547]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:55.8380571Z [00:03:38.547]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:55.8381001Z [00:03:38.547]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:55.8381418Z [00:03:38.547]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:55.8381820Z [00:03:38.547]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:55.8382121Z [00:03:38.547]➜  EOF
2025-08-20T21:54:55.8384654Z [00:03:38.547]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1196/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-retryablehttp@v0.7.8=>github.com/hashicorp/go-retryablehttp@v0.7.8;$WORK/b1196=>" -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/b1196/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-20T21:54:55.9720363Z [00:03:38.681]➜  go tool buildid -w $WORK/b1196/_pkg_.a # internal
2025-08-20T21:54:55.9740820Z [00:03:38.683]➜  cp $WORK/b1196/_pkg_.a /root/.cache/go-build/48/48403e4f3a31420a4a8b77ba422f8700079c44141d7423d0bb1777ddad7aeea4-d # internal
2025-08-20T21:54:55.9801687Z [00:03:38.689]➜  go tool buildid -w $WORK/b1181/_pkg_.a # internal
2025-08-20T21:54:55.9839752Z [00:03:38.693]➜  cp $WORK/b1181/_pkg_.a /root/.cache/go-build/ab/abc65034db76ca3c634437b3419ac6f7dacefa33449e0aef75e26a3d27f35f9d-d # internal
2025-08-20T21:54:55.9877321Z [00:03:38.697]➜  github.com/fatih/structs
2025-08-20T21:54:55.9878221Z [00:03:38.697]➜  mkdir -p $WORK/b1199/
2025-08-20T21:54:55.9889287Z [00:03:38.698]➜  cat >/tmp/go-build3999932643/b1199/importcfg << 'EOF' # internal
2025-08-20T21:54:55.9889990Z [00:03:38.698]➜  # import config
2025-08-20T21:54:55.9890863Z [00:03:38.698]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:55.9891351Z [00:03:38.698]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:55.9891791Z [00:03:38.698]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:55.9892220Z [00:03:38.698]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:55.9892537Z [00:03:38.698]➜  EOF
2025-08-20T21:54:55.9899822Z [00:03:38.699]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1199/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fatih/structs@v1.1.0=>github.com/fatih/structs@v1.1.0;$WORK/b1199=>" -p github.com/fatih/structs -lang=go1.16 -complete -installsuffix shared -buildid 0VyxdBoWgvtwocv1cNZz/0VyxdBoWgvtwocv1cNZz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1199/importcfg -pack /root/go/pkg/mod/github.com/fatih/structs@v1.1.0/field.go /root/go/pkg/mod/github.com/fatih/structs@v1.1.0/structs.go /root/go/pkg/mod/github.com/fatih/structs@v1.1.0/tags.go
2025-08-20T21:54:56.0205268Z [00:03:38.730]➜  go tool buildid -w $WORK/b1174/_pkg_.a # internal
2025-08-20T21:54:56.0333002Z [00:03:38.742]➜  gitlab.com/gitlab-org/api/client-go
2025-08-20T21:54:56.0333697Z [00:03:38.742]➜  mkdir -p $WORK/b1194/
2025-08-20T21:54:56.0336143Z [00:03:38.742]➜  cat >/tmp/go-build3999932643/b1194/importcfg << 'EOF' # internal
2025-08-20T21:54:56.0338052Z [00:03:38.742]➜  # import config
2025-08-20T21:54:56.0338427Z [00:03:38.742]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:56.0338856Z [00:03:38.742]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:56.0339309Z [00:03:38.742]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:56.0339763Z [00:03:38.742]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:56.0340178Z [00:03:38.742]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:56.0340709Z [00:03:38.742]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build3999932643/b544/_pkg_.a
2025-08-20T21:54:56.0341350Z [00:03:38.742]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build3999932643/b1195/_pkg_.a
2025-08-20T21:54:56.0341982Z [00:03:38.742]➜  packagefile github.com/hashicorp/go-retryablehttp=/tmp/go-build3999932643/b1196/_pkg_.a
2025-08-20T21:54:56.0342548Z [00:03:38.742]➜  packagefile golang.org/x/oauth2=/tmp/go-build3999932643/b573/_pkg_.a
2025-08-20T21:54:56.0343082Z [00:03:38.742]➜  packagefile golang.org/x/time/rate=/tmp/go-build3999932643/b1092/_pkg_.a
2025-08-20T21:54:56.0343542Z [00:03:38.742]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:56.0343950Z [00:03:38.742]➜  packagefile iter=/tmp/go-build3999932643/b039/_pkg_.a
2025-08-20T21:54:56.0344359Z [00:03:38.742]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:54:56.0344760Z [00:03:38.742]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:56.0345179Z [00:03:38.742]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:56.0345621Z [00:03:38.742]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:54:56.0346082Z [00:03:38.742]➜  packagefile mime/multipart=/tmp/go-build3999932643/b215/_pkg_.a
2025-08-20T21:54:56.0346526Z [00:03:38.742]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:56.0346941Z [00:03:38.743]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:56.0347770Z [00:03:38.743]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:56.0348269Z [00:03:38.743]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:56.0348830Z [00:03:38.743]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:56.0349352Z [00:03:38.743]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:56.0349781Z [00:03:38.743]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:56.0350196Z [00:03:38.743]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:56.0350625Z [00:03:38.743]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:56.0351039Z [00:03:38.743]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:56.0351452Z [00:03:38.743]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:56.0351757Z [00:03:38.743]➜  EOF
2025-08-20T21:54:56.0401504Z [00:03:38.743]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1194/_pkg_.a -trimpath "/root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1=>gitlab.com/gitlab-org/api/client-go@v0.130.1;$WORK/b1194=>" -p gitlab.com/gitlab-org/api/client-go -lang=go1.23 -complete -installsuffix shared -buildid s5nGq32pYbvg8afS3VCG/s5nGq32pYbvg8afS3VCG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1194/importcfg -pack /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/access_requests.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/alert_management.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/appearance.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/application_statistics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/applications.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/audit_events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/avatar.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/award_emojis.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/boards.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/branches.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/broadcast_messages.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/bulk_imports.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/ci_yml_templates.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/client_options.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/cluster_agents.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/commits.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/container_registry.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/container_registry_protection_rules.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/context.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/custom_attributes.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/database_migrations.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/dependencies.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/dependency_list_export.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/dependency_proxy.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/deploy_keys.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/deploy_tokens.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/deployments.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/deployments_merge_requests.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/discussions.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/dockerfile_templates.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/dora_metrics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/draft_notes.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/enterprise_users.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/environments.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/epic_issues.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/epics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/error_tracking.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/event_parsing.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/event_systemhook_types.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/event_webhook_types.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/external_status_checks.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/feature_flag_user_lists.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/feature_flags.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/freeze_periods.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/generic_packages.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/geo_nodes.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/geo_sites.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/gitignore_templates.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/gitlab.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/graphql.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/group_access_tokens.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/group_activity_analytics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/group_badges.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/group_boards.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/group_clusters.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/group_epic_boards.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/group_hooks.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/group_import_export.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/group_iterations.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/group_labels.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/group_markdown_uploads.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/group_members.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/group_milestones.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/group_protected_environments.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/group_releases.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/group_repository_storage_move.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/group_scim.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/group_security_settings.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/group_serviceaccounts.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/group_ssh_certificates.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/group_variables.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/group_wikis.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/groups.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/import.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/instance_clusters.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/instance_variables.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/invites.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/issue_links.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/issues.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/issues_statistics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/job_token_scope.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/jobs.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/keys.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/labels.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/license.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/license_templates.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/markdown.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/markdown_uploads.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/member_roles.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/merge_request_approval_settings.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/merge_request_approvals.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/merge_requests.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/merge_trains.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/metadata.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/milestones.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/namespaces.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/notes.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/notifications.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/packages.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/pages.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/pages_domains.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/pagination.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/personal_access_tokens.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/pipeline_schedules.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/pipeline_triggers.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/pipelines.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/plan_limits.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/project_access_tokens.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/project_badges.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/project_clusters.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/project_feature_flags.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/project_import_export.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/project_iterations.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/project_markdown_uploads.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/project_members.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/project_mirror.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/project_repository_storage_move.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/project_security_settings.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/project_snippets.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/project_templates.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/project_variables.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/project_vulnerabilities.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/projects.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/protected_branches.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/protected_environments.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/protected_tags.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/releaselinks.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/releases.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/repositories.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/repository_files.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/repository_submodules.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/request_options.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/resource_group.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/resource_iteration_events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/resource_label_events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/resource_milestone_events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/resource_state_events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/resource_weight_events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/runners.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/search.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/secure_files.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/services.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/settings.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/sidekiq_metrics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/snippet_repository_storage_move.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/snippets.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/strings.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/system_hooks.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/tags.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/terraform_states.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/time_stats.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/todos.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/topics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/types.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/usage_data.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/users.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/validate.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/version.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.130.1/wikis.go
2025-08-20T21:54:56.0479509Z [00:03:38.757]➜  cp $WORK/b1174/_pkg_.a /root/.cache/go-build/28/2834f456254fad46a79dc238abe4afc052e31587414911aae2e19e33cb8b3bdc-d # internal
2025-08-20T21:54:56.0488027Z [00:03:38.758]➜  go tool buildid -w $WORK/b1199/_pkg_.a # internal
2025-08-20T21:54:56.0505553Z [00:03:38.760]➜  cp $WORK/b1199/_pkg_.a /root/.cache/go-build/b0/b0cc6552e5ea95c758ef1b9a54c0262a3b0b3518d0ec42641256c5a53d727470-d # internal
2025-08-20T21:54:56.0523371Z [00:03:38.761]➜  github.com/golang-jwt/jwt/v4
2025-08-20T21:54:56.0542502Z [00:03:38.763]➜  mkdir -p $WORK/b1200/
2025-08-20T21:54:56.0552971Z [00:03:38.764]➜  cat >/tmp/go-build3999932643/b1200/importcfg << 'EOF' # internal
2025-08-20T21:54:56.0557150Z [00:03:38.764]➜  # import config
2025-08-20T21:54:56.0557651Z [00:03:38.764]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:56.0558094Z [00:03:38.764]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:54:56.0558541Z [00:03:38.764]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:54:56.0559016Z [00:03:38.764]➜  packagefile crypto/ed25519=/tmp/go-build3999932643/b130/_pkg_.a
2025-08-20T21:54:56.0559478Z [00:03:38.764]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:56.0559936Z [00:03:38.764]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:56.0560384Z [00:03:38.764]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:54:56.0560841Z [00:03:38.764]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:54:56.0561300Z [00:03:38.764]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:54:56.0561771Z [00:03:38.764]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:56.0562242Z [00:03:38.764]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:56.0562712Z [00:03:38.764]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:54:56.0563151Z [00:03:38.764]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:56.0563859Z [00:03:38.764]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:56.0564347Z [00:03:38.764]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:56.0578088Z [00:03:38.764]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:56.0578682Z [00:03:38.764]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:56.0579121Z [00:03:38.764]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:56.0579543Z [00:03:38.764]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:56.0579965Z [00:03:38.764]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:56.0580371Z [00:03:38.764]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:56.0580681Z [00:03:38.764]➜  EOF
2025-08-20T21:54:56.0580958Z [00:03:38.766]➜  go.mongodb.org/mongo-driver/mongo
2025-08-20T21:54:56.0581256Z [00:03:38.766]➜  mkdir -p $WORK/b1126/
2025-08-20T21:54:56.0581635Z [00:03:38.767]➜  cat >/tmp/go-build3999932643/b1126/importcfg << 'EOF' # internal
2025-08-20T21:54:56.0581980Z [00:03:38.767]➜  # import config
2025-08-20T21:54:56.0582313Z [00:03:38.767]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:56.0582739Z [00:03:38.767]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:56.0583162Z [00:03:38.767]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:56.0583571Z [00:03:38.767]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:56.0584076Z [00:03:38.767]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3999932643/b1127/_pkg_.a
2025-08-20T21:54:56.0584968Z [00:03:38.767]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build3999932643/b1128/_pkg_.a
2025-08-20T21:54:56.0585760Z [00:03:38.767]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build3999932643/b1130/_pkg_.a
2025-08-20T21:54:56.0586419Z [00:03:38.767]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3999932643/b1131/_pkg_.a
2025-08-20T21:54:56.0587079Z [00:03:38.767]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3999932643/b1132/_pkg_.a
2025-08-20T21:54:56.0587993Z [00:03:38.767]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build3999932643/b1134/_pkg_.a
2025-08-20T21:54:56.0588660Z [00:03:38.767]➜  packagefile go.mongodb.org/mongo-driver/internal/codecutil=/tmp/go-build3999932643/b1142/_pkg_.a
2025-08-20T21:54:56.0589339Z [00:03:38.767]➜  packagefile go.mongodb.org/mongo-driver/internal/csfle=/tmp/go-build3999932643/b1143/_pkg_.a
2025-08-20T21:54:56.0590001Z [00:03:38.767]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build3999932643/b1144/_pkg_.a
2025-08-20T21:54:56.0590680Z [00:03:38.767]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build3999932643/b1145/_pkg_.a
2025-08-20T21:54:56.0591357Z [00:03:38.767]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build3999932643/b1146/_pkg_.a
2025-08-20T21:54:56.0592024Z [00:03:38.767]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build3999932643/b1147/_pkg_.a
2025-08-20T21:54:56.0592698Z [00:03:38.767]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3999932643/b1136/_pkg_.a
2025-08-20T21:54:56.0593366Z [00:03:38.767]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build3999932643/b1150/_pkg_.a
2025-08-20T21:54:56.0594037Z [00:03:38.767]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build3999932643/b1152/_pkg_.a
2025-08-20T21:54:56.0594716Z [00:03:38.767]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3999932643/b1140/_pkg_.a
2025-08-20T21:54:56.0595401Z [00:03:38.767]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3999932643/b1153/_pkg_.a
2025-08-20T21:54:56.0596091Z [00:03:38.767]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3999932643/b1133/_pkg_.a
2025-08-20T21:54:56.0596941Z [00:03:38.767]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build3999932643/b1154/_pkg_.a
2025-08-20T21:54:56.0598050Z [00:03:38.767]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build3999932643/b1160/_pkg_.a
2025-08-20T21:54:56.0598850Z [00:03:38.767]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt=/tmp/go-build3999932643/b1156/_pkg_.a
2025-08-20T21:54:56.0599641Z [00:03:38.767]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build3999932643/b1157/_pkg_.a
2025-08-20T21:54:56.0600416Z [00:03:38.767]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build3999932643/b1170/_pkg_.a
2025-08-20T21:54:56.0601162Z [00:03:38.767]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build3999932643/b1158/_pkg_.a
2025-08-20T21:54:56.0601891Z [00:03:38.767]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/topology=/tmp/go-build3999932643/b1174/_pkg_.a
2025-08-20T21:54:56.0602448Z [00:03:38.767]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:56.0602850Z [00:03:38.767]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:56.0603270Z [00:03:38.767]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:56.0603697Z [00:03:38.767]➜  packagefile os/exec=/tmp/go-build3999932643/b507/_pkg_.a
2025-08-20T21:54:56.0604120Z [00:03:38.767]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:56.0604544Z [00:03:38.767]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:56.0605156Z [00:03:38.767]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:56.0605568Z [00:03:38.767]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:56.0606012Z [00:03:38.767]➜  EOF
2025-08-20T21:54:56.0615101Z [00:03:38.767]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1126/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo=>go.mongodb.org/mongo-driver@v1.17.4/mongo;$WORK/b1126=>" -p go.mongodb.org/mongo-driver/mongo -lang=go1.18 -complete -installsuffix shared -buildid aaDBrjeS4jm2aBGCFYZl/aaDBrjeS4jm2aBGCFYZl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1126/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/background_context.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/batch_cursor.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/bulk_write.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/bulk_write_models.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/change_stream.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/change_stream_deployment.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/client.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/client_encryption.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/collection.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/crypt_retrievers.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/cursor.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/database.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/errors.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/index_options_builder.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/index_view.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/mongo.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/mongocryptd.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/results.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/search_index_view.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/session.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/single_result.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/util.go
2025-08-20T21:54:56.0638251Z [00:03:38.771]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1200/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2=>github.com/golang-jwt/jwt/v4@v4.5.2;$WORK/b1200=>" -p github.com/golang-jwt/jwt/v4 -lang=go1.16 -complete -installsuffix shared -buildid aJx5xirYEPVvnG7N1cZ2/aJx5xirYEPVvnG7N1cZ2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1200/importcfg -pack /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/claims.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/doc.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/ecdsa.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/ecdsa_utils.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/ed25519.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/ed25519_utils.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/errors.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/hmac.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/map_claims.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/none.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/parser.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/parser_option.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/rsa.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/rsa_pss.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/rsa_utils.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/signing_method.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/token.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/types.go
2025-08-20T21:54:56.2078011Z [00:03:38.917]➜  go tool buildid -w $WORK/b1200/_pkg_.a # internal
2025-08-20T21:54:56.2109113Z [00:03:38.920]➜  cp $WORK/b1200/_pkg_.a /root/.cache/go-build/e7/e7145acc2d0cc5d05555d6d661122c4b96ee704c7493efc5bb783f477dfe20e1-d # internal
2025-08-20T21:54:56.2118944Z [00:03:38.921]➜  github.com/trivago/tgo/treflect
2025-08-20T21:54:56.2119817Z [00:03:38.921]➜  mkdir -p $WORK/b1202/
2025-08-20T21:54:56.2129479Z [00:03:38.922]➜  cat >/tmp/go-build3999932643/b1202/importcfg << 'EOF' # internal
2025-08-20T21:54:56.2129896Z [00:03:38.922]➜  # import config
2025-08-20T21:54:56.2130234Z [00:03:38.922]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:56.2132450Z [00:03:38.922]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:56.2132905Z [00:03:38.922]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:56.2133225Z [00:03:38.922]➜  EOF
2025-08-20T21:54:56.2135608Z [00:03:38.923]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1202/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/trivago/tgo@v1.0.7/treflect=>github.com/trivago/tgo@v1.0.7/treflect;$WORK/b1202=>" -p github.com/trivago/tgo/treflect -lang=go1.16 -complete -installsuffix shared -buildid HQMxDTLClnFOF_hYtWC0/HQMxDTLClnFOF_hYtWC0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1202/importcfg -pack /root/go/pkg/mod/github.com/trivago/tgo@v1.0.7/treflect/clone.go /root/go/pkg/mod/github.com/trivago/tgo@v1.0.7/treflect/reflection.go /root/go/pkg/mod/github.com/trivago/tgo@v1.0.7/treflect/typeregistry.go
2025-08-20T21:54:56.2651759Z [00:03:38.974]➜  go tool buildid -w $WORK/b1202/_pkg_.a # internal
2025-08-20T21:54:56.2662995Z [00:03:38.976]➜  cp $WORK/b1202/_pkg_.a /root/.cache/go-build/a6/a6e9c6236ac01d2d48b792cf72e162e34195d54eda8adc2b0af99594a3b6386c-d # internal
2025-08-20T21:54:56.2691963Z [00:03:38.978]➜  github.com/trivago/tgo/tcontainer
2025-08-20T21:54:56.2692800Z [00:03:38.979]➜  mkdir -p $WORK/b1201/
2025-08-20T21:54:56.2699544Z [00:03:38.979]➜  cat >/tmp/go-build3999932643/b1201/importcfg << 'EOF' # internal
2025-08-20T21:54:56.2700101Z [00:03:38.979]➜  # import config
2025-08-20T21:54:56.2700578Z [00:03:38.979]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:56.2701229Z [00:03:38.979]➜  packagefile github.com/trivago/tgo/treflect=/tmp/go-build3999932643/b1202/_pkg_.a
2025-08-20T21:54:56.2701889Z [00:03:38.979]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:56.2702685Z [00:03:38.979]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:56.2703258Z [00:03:38.979]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:56.2703778Z [00:03:38.979]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:56.2704423Z [00:03:38.979]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:56.2704872Z [00:03:38.979]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:56.2705297Z [00:03:38.979]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:56.2705840Z [00:03:38.979]➜  EOF
2025-08-20T21:54:56.3381685Z [00:03:38.979]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1201/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/trivago/tgo@v1.0.7/tcontainer=>github.com/trivago/tgo@v1.0.7/tcontainer;$WORK/b1201=>" -p github.com/trivago/tgo/tcontainer -lang=go1.16 -complete -installsuffix shared -buildid r6-E5_F607I4m1pQa0Sv/r6-E5_F607I4m1pQa0Sv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1201/importcfg -pack /root/go/pkg/mod/github.com/trivago/tgo@v1.0.7/tcontainer/arrays.go /root/go/pkg/mod/github.com/trivago/tgo@v1.0.7/tcontainer/bytepool.go /root/go/pkg/mod/github.com/trivago/tgo@v1.0.7/tcontainer/marshalmap.go /root/go/pkg/mod/github.com/trivago/tgo@v1.0.7/tcontainer/trie.go
2025-08-20T21:54:56.3384097Z [00:03:39.047]➜  go tool buildid -w $WORK/b1201/_pkg_.a # internal
2025-08-20T21:54:56.3434950Z [00:03:39.053]➜  cp $WORK/b1201/_pkg_.a /root/.cache/go-build/08/080a6587b42dabead21ee05e3e6ddb682975600139d434fd8d0efddbdf864d93-d # internal
2025-08-20T21:54:56.3545198Z [00:03:39.064]➜  github.com/andygrunwald/go-jira
2025-08-20T21:54:56.3546015Z [00:03:39.064]➜  mkdir -p $WORK/b1198/
2025-08-20T21:54:56.3560116Z [00:03:39.065]➜  cat >/tmp/go-build3999932643/b1198/importcfg << 'EOF' # internal
2025-08-20T21:54:56.3560762Z [00:03:39.065]➜  # import config
2025-08-20T21:54:56.3561376Z [00:03:39.065]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:56.3562082Z [00:03:39.065]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:56.3562794Z [00:03:39.065]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:56.3563584Z [00:03:39.065]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:56.3564292Z [00:03:39.065]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:56.3565156Z [00:03:39.065]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:56.3565864Z [00:03:39.065]➜  packagefile github.com/fatih/structs=/tmp/go-build3999932643/b1199/_pkg_.a
2025-08-20T21:54:56.3566606Z [00:03:39.065]➜  packagefile github.com/golang-jwt/jwt/v4=/tmp/go-build3999932643/b1200/_pkg_.a
2025-08-20T21:54:56.3567594Z [00:03:39.065]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build3999932643/b544/_pkg_.a
2025-08-20T21:54:56.3568646Z [00:03:39.065]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:56.3569512Z [00:03:39.065]➜  packagefile github.com/trivago/tgo/tcontainer=/tmp/go-build3999932643/b1201/_pkg_.a
2025-08-20T21:54:56.3570224Z [00:03:39.065]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:56.3571078Z [00:03:39.065]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:56.3571823Z [00:03:39.065]➜  packagefile mime/multipart=/tmp/go-build3999932643/b215/_pkg_.a
2025-08-20T21:54:56.3572550Z [00:03:39.065]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:56.3573759Z [00:03:39.065]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:56.3574206Z [00:03:39.065]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:56.3574630Z [00:03:39.065]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:56.3575046Z [00:03:39.065]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:56.3575470Z [00:03:39.065]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:56.3576037Z [00:03:39.065]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:56.3576410Z [00:03:39.065]➜  EOF
2025-08-20T21:54:56.3619322Z [00:03:39.070]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1198/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0=>github.com/andygrunwald/go-jira@v1.16.0;$WORK/b1198=>" -p github.com/andygrunwald/go-jira -lang=go1.15 -complete -installsuffix shared -buildid T9epyIwW2RSRXJoBmltP/T9epyIwW2RSRXJoBmltP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1198/importcfg -pack /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/authentication.go /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/board.go /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/component.go /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/customer.go /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/error.go /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/field.go /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/filter.go /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/group.go /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/issue.go /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/issuelinktype.go /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/jira.go /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/metaissue.go /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/organization.go /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/permissionscheme.go /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/priority.go /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/project.go /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/request.go /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/request_context.go /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/resolution.go /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/role.go /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/servicedesk.go /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/sprint.go /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/status.go /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/statuscategory.go /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/types.go /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/user.go /root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0/version.go
2025-08-20T21:54:56.6883601Z [00:03:39.397]➜  go tool buildid -w $WORK/b1198/_pkg_.a # internal
2025-08-20T21:54:56.6942436Z [00:03:39.403]➜  cp $WORK/b1198/_pkg_.a /root/.cache/go-build/2f/2f2de11bfa916d0e6597254712b3845701e3c5dd4f2ac835cc7c4d092a0eeeaa-d # internal
2025-08-20T21:54:56.6943295Z [00:03:39.403]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/jira
2025-08-20T21:54:56.6943696Z [00:03:39.403]➜  mkdir -p $WORK/b1197/
2025-08-20T21:54:56.6946236Z [00:03:39.404]➜  cat >/tmp/go-build3999932643/b1197/importcfg << 'EOF' # internal
2025-08-20T21:54:56.6947181Z [00:03:39.404]➜  # import config
2025-08-20T21:54:56.6948032Z [00:03:39.404]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:56.6949882Z [00:03:39.404]➜  packagefile github.com/andygrunwald/go-jira=/tmp/go-build3999932643/b1198/_pkg_.a
2025-08-20T21:54:56.6950527Z [00:03:39.404]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:56.6951114Z [00:03:39.404]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:56.6951804Z [00:03:39.404]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:54:56.6952668Z [00:03:39.404]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown/util=/tmp/go-build3999932643/b1123/_pkg_.a
2025-08-20T21:54:56.6953559Z [00:03:39.404]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/format=/tmp/go-build3999932643/b1124/_pkg_.a
2025-08-20T21:54:56.6954551Z [00:03:39.404]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/filters=/tmp/go-build3999932643/b1180/_pkg_.a
2025-08-20T21:54:56.6955432Z [00:03:39.404]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:54:56.6956108Z [00:03:39.404]➜  packagefile github.com/projectdiscovery/utils/ptr=/tmp/go-build3999932643/b468/_pkg_.a
2025-08-20T21:54:56.6956733Z [00:03:39.404]➜  packagefile github.com/trivago/tgo/tcontainer=/tmp/go-build3999932643/b1201/_pkg_.a
2025-08-20T21:54:56.6957234Z [00:03:39.404]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:56.6969854Z [00:03:39.404]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:56.6970328Z [00:03:39.404]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:56.6970753Z [00:03:39.404]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:56.6971176Z [00:03:39.404]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:56.6971483Z [00:03:39.404]➜  EOF
2025-08-20T21:54:56.6973640Z [00:03:39.404]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1197/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/jira=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/jira;$WORK/b1197=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/jira -lang=go1.24 -complete -installsuffix shared -buildid PFXIri-8QAAjmEakYIMF/PFXIri-8QAAjmEakYIMF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1197/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/jira/jira.go
2025-08-20T21:54:56.8197167Z [00:03:39.529]➜  go tool buildid -w $WORK/b1126/_pkg_.a # internal
2025-08-20T21:54:56.8328333Z [00:03:39.542]➜  cp $WORK/b1126/_pkg_.a /root/.cache/go-build/49/4984cabe3970df482aae3b9cdd28807975984abf8492d874720aaad1cc364726-d # internal
2025-08-20T21:54:56.8329127Z [00:03:39.542]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/mongo
2025-08-20T21:54:56.8329560Z [00:03:39.542]➜  mkdir -p $WORK/b1125/
2025-08-20T21:54:56.8329892Z [00:03:39.542]➜  go tool buildid -w $WORK/b1197/_pkg_.a # internal
2025-08-20T21:54:56.8330327Z [00:03:39.542]➜  cat >/tmp/go-build3999932643/b1125/importcfg << 'EOF' # internal
2025-08-20T21:54:56.8330673Z [00:03:39.542]➜  # import config
2025-08-20T21:54:56.8331016Z [00:03:39.542]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:56.8331502Z [00:03:39.542]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:56.8332099Z [00:03:39.542]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:56.8332789Z [00:03:39.542]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:54:56.8333456Z [00:03:39.542]➜  packagefile go.mongodb.org/mongo-driver/mongo=/tmp/go-build3999932643/b1126/_pkg_.a
2025-08-20T21:54:56.8334093Z [00:03:39.542]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build3999932643/b1150/_pkg_.a
2025-08-20T21:54:56.8334629Z [00:03:39.542]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:56.8335333Z [00:03:39.542]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:56.8335851Z [00:03:39.542]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:56.8336274Z [00:03:39.542]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:56.8336583Z [00:03:39.542]➜  EOF
2025-08-20T21:54:56.8339155Z [00:03:39.542]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1125/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/mongo=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/mongo;$WORK/b1125=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/mongo -lang=go1.24 -complete -installsuffix shared -buildid XK3gNJ2eNRk8VNM5iJt7/XK3gNJ2eNRk8VNM5iJt7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1125/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/mongo/mongo.go
2025-08-20T21:54:56.8361480Z [00:03:39.545]➜  cp $WORK/b1197/_pkg_.a /root/.cache/go-build/33/33bc9ee0a343fd04d63244e3ddff41928fbc2bc11177e4b4aad69112160a560c-d # internal
2025-08-20T21:54:56.8372583Z [00:03:39.545]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/linear/jsonutil
2025-08-20T21:54:56.8373052Z [00:03:39.545]➜  mkdir -p $WORK/b1204/
2025-08-20T21:54:56.8374723Z [00:03:39.546]➜  cat >/tmp/go-build3999932643/b1204/importcfg << 'EOF' # internal
2025-08-20T21:54:56.8378053Z [00:03:39.546]➜  # import config
2025-08-20T21:54:56.8379045Z [00:03:39.546]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:56.8379590Z [00:03:39.546]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:56.8380048Z [00:03:39.546]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:56.8380466Z [00:03:39.546]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:56.8381082Z [00:03:39.546]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:54:56.8381660Z [00:03:39.546]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:56.8382076Z [00:03:39.546]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:56.8382503Z [00:03:39.546]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:56.8382819Z [00:03:39.546]➜  EOF
2025-08-20T21:54:56.8385196Z [00:03:39.546]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1204/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/linear/jsonutil=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/linear/jsonutil;$WORK/b1204=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/linear/jsonutil -lang=go1.24 -complete -installsuffix shared -buildid K9gzwHhitnmpC-0TcCFm/K9gzwHhitnmpC-0TcCFm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1204/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/linear/jsonutil/jsonutil.go
2025-08-20T21:54:56.8730121Z [00:03:39.582]➜  go tool buildid -w $WORK/b1204/_pkg_.a # internal
2025-08-20T21:54:56.8811609Z [00:03:39.590]➜  cp $WORK/b1204/_pkg_.a /root/.cache/go-build/86/86d0a58fac38d74f7646b4cd76c067864fe1957bc30f88edfb7bdc3528dfb678-d # internal
2025-08-20T21:54:56.8831336Z [00:03:39.592]➜  github.com/shurcooL/graphql/ident
2025-08-20T21:54:56.8832063Z [00:03:39.593]➜  mkdir -p $WORK/b1206/
2025-08-20T21:54:56.8852761Z [00:03:39.595]➜  cat >/tmp/go-build3999932643/b1206/importcfg << 'EOF' # internal
2025-08-20T21:54:56.8853160Z [00:03:39.595]➜  # import config
2025-08-20T21:54:56.8853520Z [00:03:39.595]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:56.8853960Z [00:03:39.595]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:56.8854410Z [00:03:39.595]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:56.8854749Z [00:03:39.595]➜  EOF
2025-08-20T21:54:56.8857172Z [00:03:39.595]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1206/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shurcoo!l/graphql@v0.0.0-20230722043721-ed46e5a46466/ident=>github.com/shurcooL/graphql@v0.0.0-20230722043721-ed46e5a46466/ident;$WORK/b1206=>" -p github.com/shurcooL/graphql/ident -lang=go1.19 -complete -installsuffix shared -buildid FrIl_7wEq2oC-5aLVSMj/FrIl_7wEq2oC-5aLVSMj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1206/importcfg -pack /root/go/pkg/mod/github.com/shurcoo!l/graphql@v0.0.0-20230722043721-ed46e5a46466/ident/ident.go
2025-08-20T21:54:56.9092425Z [00:03:39.618]➜  go tool buildid -w $WORK/b1206/_pkg_.a # internal
2025-08-20T21:54:56.9096945Z [00:03:39.619]➜  cp $WORK/b1206/_pkg_.a /root/.cache/go-build/b3/b38b50ecdb8e2534cea75af4f5d43f9766f8cbd96f8b77b2e779faa16011cb97-d # internal
2025-08-20T21:54:56.9101099Z [00:03:39.619]➜  github.com/shurcooL/graphql/internal/jsonutil
2025-08-20T21:54:56.9103666Z [00:03:39.619]➜  mkdir -p $WORK/b1207/
2025-08-20T21:54:56.9104357Z [00:03:39.620]➜  cat >/tmp/go-build3999932643/b1207/importcfg << 'EOF' # internal
2025-08-20T21:54:56.9104716Z [00:03:39.620]➜  # import config
2025-08-20T21:54:56.9105065Z [00:03:39.620]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:56.9105509Z [00:03:39.620]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:56.9105953Z [00:03:39.620]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:56.9106363Z [00:03:39.620]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:56.9106987Z [00:03:39.620]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:56.9108050Z [00:03:39.620]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:56.9108554Z [00:03:39.620]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:56.9108870Z [00:03:39.620]➜  EOF
2025-08-20T21:54:56.9111291Z [00:03:39.620]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1207/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shurcoo!l/graphql@v0.0.0-20230722043721-ed46e5a46466/internal/jsonutil=>github.com/shurcooL/graphql@v0.0.0-20230722043721-ed46e5a46466/internal/jsonutil;$WORK/b1207=>" -p github.com/shurcooL/graphql/internal/jsonutil -lang=go1.19 -complete -installsuffix shared -buildid wIsXvU29ySEEhhoLMocL/wIsXvU29ySEEhhoLMocL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1207/importcfg -pack /root/go/pkg/mod/github.com/shurcoo!l/graphql@v0.0.0-20230722043721-ed46e5a46466/internal/jsonutil/graphql.go
2025-08-20T21:54:56.9558256Z [00:03:39.665]➜  go tool buildid -w $WORK/b1207/_pkg_.a # internal
2025-08-20T21:54:56.9566225Z [00:03:39.666]➜  cp $WORK/b1207/_pkg_.a /root/.cache/go-build/d0/d06d8cc078971e2a106874ff3f28b8984e6cea2142e093fb92ce049c6a77b72d-d # internal
2025-08-20T21:54:56.9599421Z [00:03:39.669]➜  github.com/shurcooL/graphql
2025-08-20T21:54:56.9600144Z [00:03:39.669]➜  mkdir -p $WORK/b1205/
2025-08-20T21:54:56.9600947Z [00:03:39.669]➜  cat >/tmp/go-build3999932643/b1205/importcfg << 'EOF' # internal
2025-08-20T21:54:56.9602034Z [00:03:39.669]➜  # import config
2025-08-20T21:54:56.9602510Z [00:03:39.669]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:56.9602951Z [00:03:39.669]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:56.9603411Z [00:03:39.669]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:56.9603846Z [00:03:39.670]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:56.9604380Z [00:03:39.670]➜  packagefile github.com/shurcooL/graphql/ident=/tmp/go-build3999932643/b1206/_pkg_.a
2025-08-20T21:54:56.9605061Z [00:03:39.670]➜  packagefile github.com/shurcooL/graphql/internal/jsonutil=/tmp/go-build3999932643/b1207/_pkg_.a
2025-08-20T21:54:56.9605600Z [00:03:39.670]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:56.9606018Z [00:03:39.670]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:56.9606452Z [00:03:39.670]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:56.9607179Z [00:03:39.670]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:56.9607838Z [00:03:39.670]➜  EOF
2025-08-20T21:54:56.9611057Z [00:03:39.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1205/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shurcoo!l/graphql@v0.0.0-20230722043721-ed46e5a46466=>github.com/shurcooL/graphql@v0.0.0-20230722043721-ed46e5a46466;$WORK/b1205=>" -p github.com/shurcooL/graphql -lang=go1.19 -complete -installsuffix shared -buildid 7GCidQO2H2M3FDaenZBz/7GCidQO2H2M3FDaenZBz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1205/importcfg -pack /root/go/pkg/mod/github.com/shurcoo!l/graphql@v0.0.0-20230722043721-ed46e5a46466/doc.go /root/go/pkg/mod/github.com/shurcoo!l/graphql@v0.0.0-20230722043721-ed46e5a46466/graphql.go /root/go/pkg/mod/github.com/shurcoo!l/graphql@v0.0.0-20230722043721-ed46e5a46466/query.go /root/go/pkg/mod/github.com/shurcoo!l/graphql@v0.0.0-20230722043721-ed46e5a46466/scalar.go
2025-08-20T21:54:57.0036292Z [00:03:39.713]➜  go tool buildid -w $WORK/b1205/_pkg_.a # internal
2025-08-20T21:54:57.0052889Z [00:03:39.715]➜  cp $WORK/b1205/_pkg_.a /root/.cache/go-build/be/be2638e565b4c4453b5090d47bdac52d0c1cc9875c22b6f1273eddbdbd4d8cb1-d # internal
2025-08-20T21:54:57.0061282Z [00:03:39.715]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/linear
2025-08-20T21:54:57.0067905Z [00:03:39.716]➜  mkdir -p $WORK/b1203/
2025-08-20T21:54:57.0078942Z [00:03:39.717]➜  cat >/tmp/go-build3999932643/b1203/importcfg << 'EOF' # internal
2025-08-20T21:54:57.0079650Z [00:03:39.717]➜  # import config
2025-08-20T21:54:57.0080298Z [00:03:39.717]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:57.0081026Z [00:03:39.717]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:57.0081882Z [00:03:39.717]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:57.0082503Z [00:03:39.717]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:57.0083327Z [00:03:39.717]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity=/tmp/go-build3999932643/b653/_pkg_.a
2025-08-20T21:54:57.0084427Z [00:03:39.717]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:54:57.0085482Z [00:03:39.717]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown/util=/tmp/go-build3999932643/b1123/_pkg_.a
2025-08-20T21:54:57.0086592Z [00:03:39.717]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/format=/tmp/go-build3999932643/b1124/_pkg_.a
2025-08-20T21:54:57.0089842Z [00:03:39.717]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/filters=/tmp/go-build3999932643/b1180/_pkg_.a
2025-08-20T21:54:57.0093053Z [00:03:39.717]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/linear/jsonutil=/tmp/go-build3999932643/b1204/_pkg_.a
2025-08-20T21:54:57.0094518Z [00:03:39.717]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:54:57.0095549Z [00:03:39.717]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:54:57.0096562Z [00:03:39.717]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:54:57.0099143Z [00:03:39.717]➜  packagefile github.com/shurcooL/graphql=/tmp/go-build3999932643/b1205/_pkg_.a
2025-08-20T21:54:57.0099958Z [00:03:39.717]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:57.0100710Z [00:03:39.717]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:57.0101354Z [00:03:39.717]➜  EOF
2025-08-20T21:54:57.0104148Z [00:03:39.719]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1203/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/linear=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/linear;$WORK/b1203=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/linear -lang=go1.24 -complete -installsuffix shared -buildid LCj8R4g4AqAIoY434wLb/LCj8R4g4AqAIoY434wLb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1203/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/linear/linear.go
2025-08-20T21:54:57.0445319Z [00:03:39.754]➜  go tool buildid -w $WORK/b1125/_pkg_.a # internal
2025-08-20T21:54:57.0522319Z [00:03:39.761]➜  cp $WORK/b1125/_pkg_.a /root/.cache/go-build/a2/a2e1b4cfbfe79fd7516a51b2fd9dbf8da02c6eb984321768aa21b20d728c3251-d # internal
2025-08-20T21:54:57.0554611Z [00:03:39.765]➜  github.com/projectdiscovery/nuclei/v3/pkg/types/scanstrategy
2025-08-20T21:54:57.0555448Z [00:03:39.765]➜  mkdir -p $WORK/b1211/
2025-08-20T21:54:57.0568336Z [00:03:39.766]➜  cat >/tmp/go-build3999932643/b1211/importcfg << 'EOF' # internal
2025-08-20T21:54:57.0569047Z [00:03:39.766]➜  # import config
2025-08-20T21:54:57.0570469Z [00:03:39.766]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:54:57.0571113Z [00:03:39.766]➜  EOF
2025-08-20T21:54:57.0584250Z [00:03:39.767]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1211/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/types/scanstrategy=>github.com/projectdiscovery/nuclei/v3/pkg/types/scanstrategy;$WORK/b1211=>" -p github.com/projectdiscovery/nuclei/v3/pkg/types/scanstrategy -lang=go1.24 -complete -installsuffix shared -buildid 09B0gFQkYLwG4IYCNOjw/09B0gFQkYLwG4IYCNOjw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1211/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/types/scanstrategy/scan_strategy.go
2025-08-20T21:54:57.0943696Z [00:03:39.803]➜  go tool buildid -w $WORK/b1211/_pkg_.a # internal
2025-08-20T21:54:57.0949917Z [00:03:39.804]➜  cp $WORK/b1211/_pkg_.a /root/.cache/go-build/8b/8b325c381019e2d5d9d6c88750c1f05e0ce04a06493d1f3bb07fb0db760eef15-d # internal
2025-08-20T21:54:57.0956064Z [00:03:39.804]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils/http
2025-08-20T21:54:57.0957656Z [00:03:39.804]➜  mkdir -p $WORK/b1210/
2025-08-20T21:54:57.0958358Z [00:03:39.805]➜  cat >/tmp/go-build3999932643/b1210/importcfg << 'EOF' # internal
2025-08-20T21:54:57.0959774Z [00:03:39.805]➜  # import config
2025-08-20T21:54:57.0960480Z [00:03:39.805]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:54:57.0961382Z [00:03:39.805]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types/scanstrategy=/tmp/go-build3999932643/b1211/_pkg_.a
2025-08-20T21:54:57.0963306Z [00:03:39.805]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:54:57.0964325Z [00:03:39.805]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:54:57.0964867Z [00:03:39.805]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:57.0965290Z [00:03:39.805]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:57.0965604Z [00:03:39.805]➜  EOF
2025-08-20T21:54:57.0967872Z [00:03:39.805]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1210/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/utils/http=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils/http;$WORK/b1210=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils/http -lang=go1.24 -complete -installsuffix shared -buildid mxtpoceT47Fr363io1tk/mxtpoceT47Fr363io1tk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1210/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/utils/http/requtils.go
2025-08-20T21:54:57.1579071Z [00:03:39.866]➜  go tool buildid -w $WORK/b1203/_pkg_.a # internal
2025-08-20T21:54:57.1596364Z [00:03:39.869]➜  cp $WORK/b1203/_pkg_.a /root/.cache/go-build/20/20cf5b2f963cef3ce23584381ddb521eb8c73700b31690af55fb9ec2a721b73b-d # internal
2025-08-20T21:54:57.1597765Z [00:03:39.869]➜  github.com/projectdiscovery/nuclei/v3/pkg/scan
2025-08-20T21:54:57.1599516Z [00:03:39.869]➜  mkdir -p $WORK/b1212/
2025-08-20T21:54:57.1604180Z [00:03:39.870]➜  cat >/tmp/go-build3999932643/b1212/importcfg << 'EOF' # internal
2025-08-20T21:54:57.1604606Z [00:03:39.870]➜  # import config
2025-08-20T21:54:57.1607281Z [00:03:39.870]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:57.1607853Z [00:03:39.870]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:57.1608447Z [00:03:39.870]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:54:57.1609424Z [00:03:39.870]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build3999932643/b760/_pkg_.a
2025-08-20T21:54:57.1610231Z [00:03:39.870]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:57.1610776Z [00:03:39.870]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:57.1611194Z [00:03:39.870]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:57.1611498Z [00:03:39.870]➜  EOF
2025-08-20T21:54:57.1613342Z [00:03:39.870]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1212/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/scan=>github.com/projectdiscovery/nuclei/v3/pkg/scan;$WORK/b1212=>" -p github.com/projectdiscovery/nuclei/v3/pkg/scan -lang=go1.24 -complete -installsuffix shared -buildid 0ZQqssvvUD3kmSwDTV-3/0ZQqssvvUD3kmSwDTV-3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1212/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/scan/scan_context.go
2025-08-20T21:54:57.1762513Z [00:03:39.885]➜  go tool buildid -w $WORK/b1210/_pkg_.a # internal
2025-08-20T21:54:57.1780358Z [00:03:39.887]➜  cp $WORK/b1210/_pkg_.a /root/.cache/go-build/cf/cf34019dba6fdab336bc4bd49752d0ec39585c71206fb9a7ed63d9c488693c54-d # internal
2025-08-20T21:54:57.1807904Z [00:03:39.890]➜  github.com/projectdiscovery/ratelimit
2025-08-20T21:54:57.1809135Z [00:03:39.890]➜  mkdir -p $WORK/b1213/
2025-08-20T21:54:57.1813703Z [00:03:39.890]➜  cat >/tmp/go-build3999932643/b1213/importcfg << 'EOF' # internal
2025-08-20T21:54:57.1814074Z [00:03:39.890]➜  # import config
2025-08-20T21:54:57.1814419Z [00:03:39.890]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:57.1814984Z [00:03:39.890]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build3999932643/b617/_pkg_.a
2025-08-20T21:54:57.1815624Z [00:03:39.890]➜  packagefile golang.org/x/time/rate=/tmp/go-build3999932643/b1092/_pkg_.a
2025-08-20T21:54:57.1816109Z [00:03:39.890]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:57.1816877Z [00:03:39.890]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:57.1817315Z [00:03:39.890]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:57.1817895Z [00:03:39.890]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:57.1818208Z [00:03:39.890]➜  EOF
2025-08-20T21:54:57.1820779Z [00:03:39.890]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1213/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/ratelimit@v0.0.81=>github.com/projectdiscovery/ratelimit@v0.0.81;$WORK/b1213=>" -p github.com/projectdiscovery/ratelimit -lang=go1.21 -complete -installsuffix shared -buildid qFBwNwVSOoL6Y2UHgZ87/qFBwNwVSOoL6Y2UHgZ87 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1213/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/ratelimit@v0.0.81/keyratelimit.go /root/go/pkg/mod/github.com/projectdiscovery/ratelimit@v0.0.81/ratelimit.go /root/go/pkg/mod/github.com/projectdiscovery/ratelimit@v0.0.81/strategy.go
2025-08-20T21:54:57.3084593Z [00:03:40.017]➜  go tool buildid -w $WORK/b1213/_pkg_.a # internal
2025-08-20T21:54:57.3108947Z [00:03:40.020]➜  cp $WORK/b1213/_pkg_.a /root/.cache/go-build/f1/f148989475afa3bf66027f1c1ae26f9812f3cb2e1908ea9521a78412a4a97ff4-d # internal
2025-08-20T21:54:57.3110631Z [00:03:40.020]➜  github.com/projectdiscovery/nuclei/v3/pkg/catalog/disk
2025-08-20T21:54:57.3113269Z [00:03:40.020]➜  mkdir -p $WORK/b1215/
2025-08-20T21:54:57.3114526Z [00:03:40.021]➜  cat >/tmp/go-build3999932643/b1215/importcfg << 'EOF' # internal
2025-08-20T21:54:57.3114944Z [00:03:40.021]➜  # import config
2025-08-20T21:54:57.3115278Z [00:03:40.021]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:57.3143462Z [00:03:40.021]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build3999932643/b247/_pkg_.a
2025-08-20T21:54:57.3144137Z [00:03:40.021]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:54:57.3144828Z [00:03:40.021]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build3999932643/b620/_pkg_.a
2025-08-20T21:54:57.3145551Z [00:03:40.021]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:54:57.3146222Z [00:03:40.021]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:57.3146895Z [00:03:40.021]➜  packagefile github.com/projectdiscovery/utils/update=/tmp/go-build3999932643/b477/_pkg_.a
2025-08-20T21:54:57.3147665Z [00:03:40.021]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:54:57.3148244Z [00:03:40.021]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:57.3148653Z [00:03:40.021]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:54:57.3149380Z [00:03:40.021]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:57.3149822Z [00:03:40.021]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:57.3150277Z [00:03:40.021]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:57.3150591Z [00:03:40.021]➜  EOF
2025-08-20T21:54:57.3153268Z [00:03:40.021]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1215/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/disk=>github.com/projectdiscovery/nuclei/v3/pkg/catalog/disk;$WORK/b1215=>" -p github.com/projectdiscovery/nuclei/v3/pkg/catalog/disk -lang=go1.24 -complete -installsuffix shared -buildid fZ2IHLz7rYB8a0L69xu_/fZ2IHLz7rYB8a0L69xu_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1215/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/disk/catalog.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/disk/find.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/disk/known-files.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/disk/path.go
2025-08-20T21:54:57.3601536Z [00:03:40.068]➜  go tool buildid -w $WORK/b1212/_pkg_.a # internal
2025-08-20T21:54:57.3702780Z [00:03:40.079]➜  cp $WORK/b1212/_pkg_.a /root/.cache/go-build/b2/b20f1f0b5d4b8334a422d33b41912bb8eb22f9b57984ec46b2042ab43aa3a4ac-d # internal
2025-08-20T21:54:57.3780033Z [00:03:40.087]➜  github.com/ditashi/jsbeautifier-go/tokenizer
2025-08-20T21:54:57.3786728Z [00:03:40.087]➜  mkdir -p $WORK/b1219/
2025-08-20T21:54:57.3787232Z [00:03:40.088]➜  cat >/tmp/go-build3999932643/b1219/importcfg << 'EOF' # internal
2025-08-20T21:54:57.3787732Z [00:03:40.088]➜  # import config
2025-08-20T21:54:57.3788239Z [00:03:40.088]➜  packagefile github.com/ditashi/jsbeautifier-go/optargs=/tmp/go-build3999932643/b1218/_pkg_.a
2025-08-20T21:54:57.3788923Z [00:03:40.088]➜  packagefile github.com/ditashi/jsbeautifier-go/utils=/tmp/go-build3999932643/b1220/_pkg_.a
2025-08-20T21:54:57.3789464Z [00:03:40.088]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:57.3789905Z [00:03:40.088]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:57.3790328Z [00:03:40.088]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:57.3790783Z [00:03:40.088]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:57.3791115Z [00:03:40.088]➜  EOF
2025-08-20T21:54:57.3795463Z [00:03:40.088]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1219/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ditashi/jsbeautifier-go@v0.0.0-20141206144643-2520a8026a9c/tokenizer=>github.com/ditashi/jsbeautifier-go@v0.0.0-20141206144643-2520a8026a9c/tokenizer;$WORK/b1219=>" -p github.com/ditashi/jsbeautifier-go/tokenizer -lang=go1.16 -complete -installsuffix shared -buildid n0j3nvoZcTNh_zFllzQ9/n0j3nvoZcTNh_zFllzQ9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1219/importcfg -pack /root/go/pkg/mod/github.com/ditashi/jsbeautifier-go@v0.0.0-20141206144643-2520a8026a9c/tokenizer/acorn.go /root/go/pkg/mod/github.com/ditashi/jsbeautifier-go@v0.0.0-20141206144643-2520a8026a9c/tokenizer/characters.go /root/go/pkg/mod/github.com/ditashi/jsbeautifier-go@v0.0.0-20141206144643-2520a8026a9c/tokenizer/token.go /root/go/pkg/mod/github.com/ditashi/jsbeautifier-go@v0.0.0-20141206144643-2520a8026a9c/tokenizer/tokenizer.go /root/go/pkg/mod/github.com/ditashi/jsbeautifier-go@v0.0.0-20141206144643-2520a8026a9c/tokenizer/tokenstack.go
2025-08-20T21:54:57.3843115Z [00:03:40.093]➜  go tool buildid -w $WORK/b1215/_pkg_.a # internal
2025-08-20T21:54:57.3853111Z [00:03:40.094]➜  cp $WORK/b1215/_pkg_.a /root/.cache/go-build/d4/d4bea4ed7d3f9a0dffdd8f61ee9ad5200fbb50bd6bfee25a7574eff58bc56508-d # internal
2025-08-20T21:54:57.3866981Z [00:03:40.096]➜  github.com/ditashi/jsbeautifier-go/unpackers
2025-08-20T21:54:57.3870297Z [00:03:40.096]➜  mkdir -p $WORK/b1221/
2025-08-20T21:54:57.3876488Z [00:03:40.097]➜  cat >/tmp/go-build3999932643/b1221/importcfg << 'EOF' # internal
2025-08-20T21:54:57.3876856Z [00:03:40.097]➜  # import config
2025-08-20T21:54:57.3877627Z [00:03:40.097]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:57.3878106Z [00:03:40.097]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:57.3878533Z [00:03:40.097]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:57.3878956Z [00:03:40.097]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:57.3879383Z [00:03:40.097]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:57.3879829Z [00:03:40.097]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:57.3880161Z [00:03:40.097]➜  EOF
2025-08-20T21:54:57.3883334Z [00:03:40.097]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1221/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ditashi/jsbeautifier-go@v0.0.0-20141206144643-2520a8026a9c/unpackers=>github.com/ditashi/jsbeautifier-go@v0.0.0-20141206144643-2520a8026a9c/unpackers;$WORK/b1221=>" -p github.com/ditashi/jsbeautifier-go/unpackers -lang=go1.16 -complete -installsuffix shared -buildid csadrmswvxUPpovRWAl8/csadrmswvxUPpovRWAl8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1221/importcfg -pack /root/go/pkg/mod/github.com/ditashi/jsbeautifier-go@v0.0.0-20141206144643-2520a8026a9c/unpackers/packer.go /root/go/pkg/mod/github.com/ditashi/jsbeautifier-go@v0.0.0-20141206144643-2520a8026a9c/unpackers/unpackers.go
2025-08-20T21:54:57.4179881Z [00:03:40.127]➜  go tool buildid -w $WORK/b1221/_pkg_.a # internal
2025-08-20T21:54:57.4200156Z [00:03:40.129]➜  cp $WORK/b1221/_pkg_.a /root/.cache/go-build/a2/a26e91ec7bc52e9cec67ce93a17fef79c904d3eeedae8cdd5a98add7ef626ce7-d # internal
2025-08-20T21:54:57.4200848Z [00:03:40.129]➜  github.com/projectdiscovery/gozero/types
2025-08-20T21:54:57.4203325Z [00:03:40.129]➜  mkdir -p $WORK/b1224/
2025-08-20T21:54:57.4211490Z [00:03:40.130]➜  cat >/tmp/go-build3999932643/b1224/importcfg << 'EOF' # internal
2025-08-20T21:54:57.4211932Z [00:03:40.130]➜  # import config
2025-08-20T21:54:57.4212273Z [00:03:40.130]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:57.4212709Z [00:03:40.130]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:57.4213133Z [00:03:40.130]➜  packagefile os/exec=/tmp/go-build3999932643/b507/_pkg_.a
2025-08-20T21:54:57.4213448Z [00:03:40.130]➜  EOF
2025-08-20T21:54:57.4216400Z [00:03:40.131]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1224/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/gozero@v0.0.3/types=>github.com/projectdiscovery/gozero@v0.0.3/types;$WORK/b1224=>" -p github.com/projectdiscovery/gozero/types -lang=go1.21 -complete -installsuffix shared -buildid JUxpS_eU6DMva4Y_5p8G/JUxpS_eU6DMva4Y_5p8G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1224/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/gozero@v0.0.3/types/result.go /root/go/pkg/mod/github.com/projectdiscovery/gozero@v0.0.3/types/vars.go
2025-08-20T21:54:57.4440285Z [00:03:40.153]➜  go tool buildid -w $WORK/b1224/_pkg_.a # internal
2025-08-20T21:54:57.4447156Z [00:03:40.154]➜  cp $WORK/b1224/_pkg_.a /root/.cache/go-build/5e/5ee0948e349240ae80171072a66cd93458d6ddb7d8bff6363325e60872a45980-d # internal
2025-08-20T21:54:57.4458843Z [00:03:40.155]➜  github.com/projectdiscovery/gozero/cmdexec
2025-08-20T21:54:57.4460457Z [00:03:40.155]➜  mkdir -p $WORK/b1223/
2025-08-20T21:54:57.4467498Z [00:03:40.156]➜  cat >/tmp/go-build3999932643/b1223/importcfg << 'EOF' # internal
2025-08-20T21:54:57.4469347Z [00:03:40.156]➜  # import config
2025-08-20T21:54:57.4469703Z [00:03:40.156]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:57.4470143Z [00:03:40.156]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:57.4470720Z [00:03:40.156]➜  packagefile github.com/projectdiscovery/gozero/types=/tmp/go-build3999932643/b1224/_pkg_.a
2025-08-20T21:54:57.4471392Z [00:03:40.156]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build3999932643/b617/_pkg_.a
2025-08-20T21:54:57.4471913Z [00:03:40.156]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:57.4472683Z [00:03:40.156]➜  packagefile os/exec=/tmp/go-build3999932643/b507/_pkg_.a
2025-08-20T21:54:57.4473161Z [00:03:40.156]➜  EOF
2025-08-20T21:54:57.4488168Z [00:03:40.158]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1223/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/gozero@v0.0.3/cmdexec=>github.com/projectdiscovery/gozero@v0.0.3/cmdexec;$WORK/b1223=>" -p github.com/projectdiscovery/gozero/cmdexec -lang=go1.21 -complete -installsuffix shared -buildid qGJ6SuzBuT6zsm5QfTsr/qGJ6SuzBuT6zsm5QfTsr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1223/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/gozero@v0.0.3/cmdexec/exec.go
2025-08-20T21:54:57.4823285Z [00:03:40.191]➜  go tool buildid -w $WORK/b1223/_pkg_.a # internal
2025-08-20T21:54:57.4838747Z [00:03:40.193]➜  cp $WORK/b1223/_pkg_.a /root/.cache/go-build/2f/2ffa82cebf817cc6994bff489e790a14642e624367c1feb6ba812e7831ecf65e-d # internal
2025-08-20T21:54:57.4850316Z [00:03:40.194]➜  github.com/projectdiscovery/gozero
2025-08-20T21:54:57.4850668Z [00:03:40.194]➜  mkdir -p $WORK/b1222/
2025-08-20T21:54:57.4860895Z [00:03:40.195]➜  cat >/tmp/go-build3999932643/b1222/importcfg << 'EOF' # internal
2025-08-20T21:54:57.4861297Z [00:03:40.195]➜  # import config
2025-08-20T21:54:57.4861642Z [00:03:40.195]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:57.4862084Z [00:03:40.195]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:57.4862513Z [00:03:40.195]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:57.4863092Z [00:03:40.195]➜  packagefile github.com/projectdiscovery/gozero/cmdexec=/tmp/go-build3999932643/b1223/_pkg_.a
2025-08-20T21:54:57.4863777Z [00:03:40.195]➜  packagefile github.com/projectdiscovery/gozero/types=/tmp/go-build3999932643/b1224/_pkg_.a
2025-08-20T21:54:57.4864438Z [00:03:40.195]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:54:57.4864962Z [00:03:40.195]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:57.4865364Z [00:03:40.195]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:57.4865775Z [00:03:40.195]➜  packagefile os/exec=/tmp/go-build3999932643/b507/_pkg_.a
2025-08-20T21:54:57.4866202Z [00:03:40.195]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:57.4866765Z [00:03:40.195]➜  EOF
2025-08-20T21:54:57.4869534Z [00:03:40.196]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1222/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/gozero@v0.0.3=>github.com/projectdiscovery/gozero@v0.0.3;$WORK/b1222=>" -p github.com/projectdiscovery/gozero -lang=go1.21 -complete -installsuffix shared -buildid d27wQwi87NAsVQmTkB2p/d27wQwi87NAsVQmTkB2p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1222/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/gozero@v0.0.3/gozero.go /root/go/pkg/mod/github.com/projectdiscovery/gozero@v0.0.3/options.go /root/go/pkg/mod/github.com/projectdiscovery/gozero@v0.0.3/source.go
2025-08-20T21:54:57.4936908Z [00:03:40.203]➜  go tool buildid -w $WORK/b1219/_pkg_.a # internal
2025-08-20T21:54:57.4948236Z [00:03:40.204]➜  cp $WORK/b1219/_pkg_.a /root/.cache/go-build/8c/8ce06597020d1eb03f57e10a19bf1b4fb3f46a84ee1906a5a3472db9c973503a-d # internal
2025-08-20T21:54:57.4973601Z [00:03:40.206]➜  github.com/ditashi/jsbeautifier-go/jsbeautifier
2025-08-20T21:54:57.4974008Z [00:03:40.207]➜  mkdir -p $WORK/b1217/
2025-08-20T21:54:57.4979683Z [00:03:40.207]➜  cat >/tmp/go-build3999932643/b1217/importcfg << 'EOF' # internal
2025-08-20T21:54:57.4981229Z [00:03:40.207]➜  # import config
2025-08-20T21:54:57.4981910Z [00:03:40.207]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:57.4982330Z [00:03:40.207]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:57.4982886Z [00:03:40.207]➜  packagefile github.com/ditashi/jsbeautifier-go/optargs=/tmp/go-build3999932643/b1218/_pkg_.a
2025-08-20T21:54:57.4983918Z [00:03:40.207]➜  packagefile github.com/ditashi/jsbeautifier-go/tokenizer=/tmp/go-build3999932643/b1219/_pkg_.a
2025-08-20T21:54:57.4984805Z [00:03:40.207]➜  packagefile github.com/ditashi/jsbeautifier-go/unpackers=/tmp/go-build3999932643/b1221/_pkg_.a
2025-08-20T21:54:57.4985493Z [00:03:40.207]➜  packagefile github.com/ditashi/jsbeautifier-go/utils=/tmp/go-build3999932643/b1220/_pkg_.a
2025-08-20T21:54:57.4986036Z [00:03:40.207]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:57.4986466Z [00:03:40.207]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:57.4986894Z [00:03:40.207]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:57.4987238Z [00:03:40.207]➜  EOF
2025-08-20T21:54:57.4991119Z [00:03:40.208]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1217/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ditashi/jsbeautifier-go@v0.0.0-20141206144643-2520a8026a9c/jsbeautifier=>github.com/ditashi/jsbeautifier-go@v0.0.0-20141206144643-2520a8026a9c/jsbeautifier;$WORK/b1217=>" -p github.com/ditashi/jsbeautifier-go/jsbeautifier -lang=go1.16 -complete -installsuffix shared -buildid YranTdetXMA-h3gte8ZF/YranTdetXMA-h3gte8ZF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1217/importcfg -pack /root/go/pkg/mod/github.com/ditashi/jsbeautifier-go@v0.0.0-20141206144643-2520a8026a9c/jsbeautifier/flags.go /root/go/pkg/mod/github.com/ditashi/jsbeautifier-go@v0.0.0-20141206144643-2520a8026a9c/jsbeautifier/jsbeautifier.go /root/go/pkg/mod/github.com/ditashi/jsbeautifier-go@v0.0.0-20141206144643-2520a8026a9c/jsbeautifier/output.go /root/go/pkg/mod/github.com/ditashi/jsbeautifier-go@v0.0.0-20141206144643-2520a8026a9c/jsbeautifier/outputline.go
2025-08-20T21:54:57.5282730Z [00:03:40.238]➜  go tool buildid -w $WORK/b1222/_pkg_.a # internal
2025-08-20T21:54:57.5306605Z [00:03:40.240]➜  cp $WORK/b1222/_pkg_.a /root/.cache/go-build/16/1612a6f8e1d3e4db51ae35d65a2777b40aa223411b0fa43491d483e067377c54-d # internal
2025-08-20T21:54:57.5333548Z [00:03:40.243]➜  golang.org/x/net/publicsuffix
2025-08-20T21:54:57.5358337Z [00:03:40.243]➜  mkdir -p $WORK/b1228/
2025-08-20T21:54:57.5359040Z [00:03:40.243]➜  cat >/tmp/go-build3999932643/b1228/importcfg << 'EOF' # internal
2025-08-20T21:54:57.5359408Z [00:03:40.244]➜  # import config
2025-08-20T21:54:57.5360011Z [00:03:40.244]➜  packagefile embed=/tmp/go-build3999932643/b066/_pkg_.a
2025-08-20T21:54:57.5360506Z [00:03:40.244]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:57.5360964Z [00:03:40.244]➜  packagefile net/http/cookiejar=/tmp/go-build3999932643/b460/_pkg_.a
2025-08-20T21:54:57.5361546Z [00:03:40.244]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:57.5361913Z [00:03:40.244]➜  EOF
2025-08-20T21:54:57.5362240Z [00:03:40.244]➜  cat >/tmp/go-build3999932643/b1228/embedcfg << 'EOF' # internal
2025-08-20T21:54:57.5362558Z [00:03:40.244]➜  {
2025-08-20T21:54:57.5362755Z [00:03:40.244]➜  	"Patterns": {
2025-08-20T21:54:57.5363005Z [00:03:40.244]➜  		"data/children": [
2025-08-20T21:54:57.5363259Z [00:03:40.244]➜  			"data/children"
2025-08-20T21:54:57.5363493Z [00:03:40.244]➜  		],
2025-08-20T21:54:57.5363705Z [00:03:40.244]➜  		"data/nodes": [
2025-08-20T21:54:57.5363939Z [00:03:40.244]➜  			"data/nodes"
2025-08-20T21:54:57.5364160Z [00:03:40.244]➜  		],
2025-08-20T21:54:57.5364366Z [00:03:40.244]➜  		"data/text": [
2025-08-20T21:54:57.5364606Z [00:03:40.244]➜  			"data/text"
2025-08-20T21:54:57.5364822Z [00:03:40.244]➜  		]
2025-08-20T21:54:57.5365009Z [00:03:40.244]➜  	},
2025-08-20T21:54:57.5365211Z [00:03:40.244]➜  	"Files": {
2025-08-20T21:54:57.5365656Z [00:03:40.244]➜  		"data/children": "/root/go/pkg/mod/golang.org/x/net@v0.41.0/publicsuffix/data/children",
2025-08-20T21:54:57.5366273Z [00:03:40.244]➜  		"data/nodes": "/root/go/pkg/mod/golang.org/x/net@v0.41.0/publicsuffix/data/nodes",
2025-08-20T21:54:57.5366846Z [00:03:40.244]➜  		"data/text": "/root/go/pkg/mod/golang.org/x/net@v0.41.0/publicsuffix/data/text"
2025-08-20T21:54:57.5367667Z [00:03:40.244]➜  	}
2025-08-20T21:54:57.5367883Z [00:03:40.244]➜  }EOF
2025-08-20T21:54:57.5370208Z [00:03:40.245]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1228/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/publicsuffix=>golang.org/x/net@v0.41.0/publicsuffix;$WORK/b1228=>" -p golang.org/x/net/publicsuffix -lang=go1.23 -complete -installsuffix shared -buildid 87ZS-HJ3lpUIOd_1QEzF/87ZS-HJ3lpUIOd_1QEzF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1228/importcfg -embedcfg $WORK/b1228/embedcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/publicsuffix/list.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/publicsuffix/table.go
2025-08-20T21:54:57.5751209Z [00:03:40.284]➜  go tool buildid -w $WORK/b1228/_pkg_.a # internal
2025-08-20T21:54:57.5766749Z [00:03:40.286]➜  cp $WORK/b1228/_pkg_.a /root/.cache/go-build/7c/7c46a15d6f320b87c89404d103de7111d5598f15fb71a439c24dc889445b7647-d # internal
2025-08-20T21:54:57.5777198Z [00:03:40.287]➜  github.com/aws/aws-sdk-go-v2/internal/rand
2025-08-20T21:54:57.5782150Z [00:03:40.288]➜  mkdir -p $WORK/b1232/
2025-08-20T21:54:57.5792180Z [00:03:40.288]➜  cat >/tmp/go-build3999932643/b1232/importcfg << 'EOF' # internal
2025-08-20T21:54:57.5792572Z [00:03:40.288]➜  # import config
2025-08-20T21:54:57.5792938Z [00:03:40.288]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:57.5793391Z [00:03:40.288]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:57.5793791Z [00:03:40.288]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:57.5794219Z [00:03:40.288]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:57.5794535Z [00:03:40.288]➜  EOF
2025-08-20T21:54:57.5799557Z [00:03:40.289]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1232/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/rand=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/rand;$WORK/b1232=>" -p github.com/aws/aws-sdk-go-v2/internal/rand -lang=go1.22 -complete -installsuffix shared -buildid v75LZaP5ENxOYz9zyWdJ/v75LZaP5ENxOYz9zyWdJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1232/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/rand/rand.go
2025-08-20T21:54:57.6031892Z [00:03:40.312]➜  go tool buildid -w $WORK/b1232/_pkg_.a # internal
2025-08-20T21:54:57.6047304Z [00:03:40.314]➜  cp $WORK/b1232/_pkg_.a /root/.cache/go-build/60/60024fe6b0cc520eed118615a6065e71f0400793d4f60710fa681b6d32d044bb-d # internal
2025-08-20T21:54:57.6058841Z [00:03:40.315]➜  github.com/aws/aws-sdk-go-v2/internal/sdk
2025-08-20T21:54:57.6060089Z [00:03:40.315]➜  mkdir -p $WORK/b1233/
2025-08-20T21:54:57.6071513Z [00:03:40.316]➜  cat >/tmp/go-build3999932643/b1233/importcfg << 'EOF' # internal
2025-08-20T21:54:57.6071906Z [00:03:40.316]➜  # import config
2025-08-20T21:54:57.6072256Z [00:03:40.316]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:57.6072697Z [00:03:40.316]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:57.6073001Z [00:03:40.316]➜  EOF
2025-08-20T21:54:57.6085003Z [00:03:40.318]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1233/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/sdk=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/sdk;$WORK/b1233=>" -p github.com/aws/aws-sdk-go-v2/internal/sdk -lang=go1.22 -complete -installsuffix shared -buildid Yu1N-VTvpKDbPK9iwnYn/Yu1N-VTvpKDbPK9iwnYn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1233/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/sdk/interfaces.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/sdk/time.go
2025-08-20T21:54:57.6350015Z [00:03:40.343]➜  go tool buildid -w $WORK/b1233/_pkg_.a # internal
2025-08-20T21:54:57.6356253Z [00:03:40.345]➜  cp $WORK/b1233/_pkg_.a /root/.cache/go-build/77/77ab12e414beb8c9fac0b33ab18de73cf2c52d101741b1ec9cebdffa5c3359fb-d # internal
2025-08-20T21:54:57.6361448Z [00:03:40.345]➜  github.com/aws/aws-sdk-go-v2/internal/sync/singleflight
2025-08-20T21:54:57.6362030Z [00:03:40.345]➜  mkdir -p $WORK/b1234/
2025-08-20T21:54:57.6362417Z [00:03:40.345]➜  cat >/tmp/go-build3999932643/b1234/importcfg << 'EOF' # internal
2025-08-20T21:54:57.6362766Z [00:03:40.345]➜  # import config
2025-08-20T21:54:57.6363097Z [00:03:40.345]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:57.6363524Z [00:03:40.345]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:57.6363937Z [00:03:40.345]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:57.6364359Z [00:03:40.345]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:57.6364802Z [00:03:40.345]➜  packagefile runtime/debug=/tmp/go-build3999932643/b245/_pkg_.a
2025-08-20T21:54:57.6365239Z [00:03:40.345]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:57.6365548Z [00:03:40.345]➜  EOF
2025-08-20T21:54:57.6368302Z [00:03:40.345]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1234/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/sync/singleflight=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/sync/singleflight;$WORK/b1234=>" -p github.com/aws/aws-sdk-go-v2/internal/sync/singleflight -lang=go1.22 -complete -installsuffix shared -buildid ohPw8jCtdJEq5X4YBMPS/ohPw8jCtdJEq5X4YBMPS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1234/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/sync/singleflight/docs.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/sync/singleflight/singleflight.go
2025-08-20T21:54:57.6735050Z [00:03:40.383]➜  go tool buildid -w $WORK/b1234/_pkg_.a # internal
2025-08-20T21:54:57.6740741Z [00:03:40.383]➜  cp $WORK/b1234/_pkg_.a /root/.cache/go-build/46/468fb8507528dc425fad0ad5809809f87a536f3a04d78ed9324698130dd0508a-d # internal
2025-08-20T21:54:57.6750098Z [00:03:40.384]➜  github.com/aws/smithy-go/context
2025-08-20T21:54:57.6750546Z [00:03:40.384]➜  mkdir -p $WORK/b1236/
2025-08-20T21:54:57.6750929Z [00:03:40.384]➜  cat >/tmp/go-build3999932643/b1236/importcfg << 'EOF' # internal
2025-08-20T21:54:57.6751291Z [00:03:40.384]➜  # import config
2025-08-20T21:54:57.6751635Z [00:03:40.384]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:57.6751954Z [00:03:40.384]➜  EOF
2025-08-20T21:54:57.6754173Z [00:03:40.384]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1236/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/context=>github.com/aws/smithy-go@v1.22.4/context;$WORK/b1236=>" -p github.com/aws/smithy-go/context -lang=go1.22 -complete -installsuffix shared -buildid aTW1ExhYyYb5nl6X27ix/aTW1ExhYyYb5nl6X27ix -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1236/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/context/suppress_expired.go
2025-08-20T21:54:57.6891050Z [00:03:40.398]➜  go tool buildid -w $WORK/b1217/_pkg_.a # internal
2025-08-20T21:54:57.6905767Z [00:03:40.400]➜  cp $WORK/b1217/_pkg_.a /root/.cache/go-build/c5/c5844ed27ea325b949ac5f6d8941dd351db4c60d1099d5d06ec42cb5a248f710-d # internal
2025-08-20T21:54:57.6911969Z [00:03:40.400]➜  github.com/aws/smithy-go/internal/sync/singleflight
2025-08-20T21:54:57.6912496Z [00:03:40.400]➜  mkdir -p $WORK/b1237/
2025-08-20T21:54:57.6932013Z [00:03:40.402]➜  cat >/tmp/go-build3999932643/b1237/importcfg << 'EOF' # internal
2025-08-20T21:54:57.6932537Z [00:03:40.402]➜  # import config
2025-08-20T21:54:57.6932974Z [00:03:40.402]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:57.6933499Z [00:03:40.402]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:57.6934006Z [00:03:40.402]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:57.6934548Z [00:03:40.402]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:57.6935088Z [00:03:40.402]➜  packagefile runtime/debug=/tmp/go-build3999932643/b245/_pkg_.a
2025-08-20T21:54:57.6935989Z [00:03:40.402]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:57.6936486Z [00:03:40.402]➜  EOF
2025-08-20T21:54:57.6939183Z [00:03:40.403]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1237/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/internal/sync/singleflight=>github.com/aws/smithy-go@v1.22.4/internal/sync/singleflight;$WORK/b1237=>" -p github.com/aws/smithy-go/internal/sync/singleflight -lang=go1.22 -complete -installsuffix shared -buildid rujtCy1IY7DL1hc3Ue8Y/rujtCy1IY7DL1hc3Ue8Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1237/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/internal/sync/singleflight/docs.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/internal/sync/singleflight/singleflight.go
2025-08-20T21:54:57.6969113Z [00:03:40.406]➜  go tool buildid -w $WORK/b1236/_pkg_.a # internal
2025-08-20T21:54:57.6984245Z [00:03:40.407]➜  cp $WORK/b1236/_pkg_.a /root/.cache/go-build/84/844186f8ba147a62294a237a58cc7e5e28a27d790e1329f1f3f0f861d54ae9d7-d # internal
2025-08-20T21:54:57.6996150Z [00:03:40.408]➜  github.com/aws/smithy-go/logging
2025-08-20T21:54:57.6996598Z [00:03:40.409]➜  mkdir -p $WORK/b1239/
2025-08-20T21:54:57.6996991Z [00:03:40.409]➜  cat >/tmp/go-build3999932643/b1239/importcfg << 'EOF' # internal
2025-08-20T21:54:57.6997422Z [00:03:40.409]➜  # import config
2025-08-20T21:54:57.6997846Z [00:03:40.409]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:57.6998268Z [00:03:40.409]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:57.6998678Z [00:03:40.409]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:54:57.6998983Z [00:03:40.409]➜  EOF
2025-08-20T21:54:57.7006537Z [00:03:40.410]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1239/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/logging=>github.com/aws/smithy-go@v1.22.4/logging;$WORK/b1239=>" -p github.com/aws/smithy-go/logging -lang=go1.22 -complete -installsuffix shared -buildid NcSrhTzFTEtbJyJmVfgz/NcSrhTzFTEtbJyJmVfgz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1239/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/logging/logger.go
2025-08-20T21:54:57.7280033Z [00:03:40.437]➜  go tool buildid -w $WORK/b1237/_pkg_.a # internal
2025-08-20T21:54:57.7283654Z [00:03:40.437]➜  cp $WORK/b1237/_pkg_.a /root/.cache/go-build/d3/d3c3ff8429a7f4a0bba65394ac72516040a2424d4e4b53cf1c7583f5a2607b78-d # internal
2025-08-20T21:54:57.7319161Z [00:03:40.439]➜  go tool buildid -w $WORK/b1239/_pkg_.a # internal
2025-08-20T21:54:57.7320296Z [00:03:40.440]➜  github.com/aws/smithy-go
2025-08-20T21:54:57.7321468Z [00:03:40.441]➜  mkdir -p $WORK/b1241/
2025-08-20T21:54:57.7321861Z [00:03:40.441]➜  cat >/tmp/go-build3999932643/b1241/importcfg << 'EOF' # internal
2025-08-20T21:54:57.7322210Z [00:03:40.441]➜  # import config
2025-08-20T21:54:57.7322542Z [00:03:40.441]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:57.7322963Z [00:03:40.441]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:57.7323376Z [00:03:40.441]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:54:57.7323793Z [00:03:40.441]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:57.7324106Z [00:03:40.441]➜  EOF
2025-08-20T21:54:57.7329297Z [00:03:40.442]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1241/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4=>github.com/aws/smithy-go@v1.22.4;$WORK/b1241=>" -p github.com/aws/smithy-go -lang=go1.22 -complete -installsuffix shared -buildid QZoEPMN5uYi9RJ4NKAMr/QZoEPMN5uYi9RJ4NKAMr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1241/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/document.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/errors.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/go_module_metadata.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/properties.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/validation.go
2025-08-20T21:54:57.7332934Z [00:03:40.442]➜  cp $WORK/b1239/_pkg_.a /root/.cache/go-build/24/2409331b50e6da09be082dab94e4d0e6a72cb5cd0dea2c944fdbfa2fee5c9067-d # internal
2025-08-20T21:54:57.7389582Z [00:03:40.448]➜  github.com/aws/smithy-go/middleware
2025-08-20T21:54:57.7390455Z [00:03:40.448]➜  mkdir -p $WORK/b1238/
2025-08-20T21:54:57.7401587Z [00:03:40.449]➜  cat >/tmp/go-build3999932643/b1238/importcfg << 'EOF' # internal
2025-08-20T21:54:57.7402527Z [00:03:40.449]➜  # import config
2025-08-20T21:54:57.7403060Z [00:03:40.449]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:57.7403684Z [00:03:40.449]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:57.7404453Z [00:03:40.449]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3999932643/b1239/_pkg_.a
2025-08-20T21:54:57.7405216Z [00:03:40.449]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:57.7405932Z [00:03:40.449]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:57.7406988Z [00:03:40.449]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:57.7407498Z [00:03:40.449]➜  EOF
2025-08-20T21:54:57.7413063Z [00:03:40.449]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1238/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware=>github.com/aws/smithy-go@v1.22.4/middleware;$WORK/b1238=>" -p github.com/aws/smithy-go/middleware -lang=go1.22 -complete -installsuffix shared -buildid 5aH6ats79XEAzDTAbX23/5aH6ats79XEAzDTAbX23 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1238/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware/context.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware/logging.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware/metadata.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware/middleware.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware/ordered_group.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware/stack.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware/stack_values.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware/step_build.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware/step_deserialize.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware/step_finalize.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware/step_initialize.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware/step_serialize.go
2025-08-20T21:54:57.7766062Z [00:03:40.486]➜  go tool buildid -w $WORK/b1241/_pkg_.a # internal
2025-08-20T21:54:57.7772393Z [00:03:40.487]➜  cp $WORK/b1241/_pkg_.a /root/.cache/go-build/c4/c4f49aaf597a498d8eddea215d94bb8d797557d0c0d1aaeb52407e5970dc8656-d # internal
2025-08-20T21:54:57.7794281Z [00:03:40.489]➜  github.com/aws/smithy-go/auth
2025-08-20T21:54:57.7794966Z [00:03:40.489]➜  mkdir -p $WORK/b1242/
2025-08-20T21:54:57.7817172Z [00:03:40.491]➜  cat >/tmp/go-build3999932643/b1242/importcfg << 'EOF' # internal
2025-08-20T21:54:57.7817971Z [00:03:40.491]➜  # import config
2025-08-20T21:54:57.7818594Z [00:03:40.491]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:57.7819430Z [00:03:40.491]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3999932643/b1241/_pkg_.a
2025-08-20T21:54:57.7820140Z [00:03:40.491]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:57.7821473Z [00:03:40.491]➜  EOF
2025-08-20T21:54:57.7823977Z [00:03:40.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1242/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/auth=>github.com/aws/smithy-go@v1.22.4/auth;$WORK/b1242=>" -p github.com/aws/smithy-go/auth -lang=go1.22 -complete -installsuffix shared -buildid mwd_Qx4KIvwSm109nMnf/mwd_Qx4KIvwSm109nMnf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1242/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/auth/auth.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/auth/identity.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/auth/option.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/auth/scheme_id.go
2025-08-20T21:54:57.8161683Z [00:03:40.525]➜  go tool buildid -w $WORK/b1242/_pkg_.a # internal
2025-08-20T21:54:57.8165121Z [00:03:40.526]➜  cp $WORK/b1242/_pkg_.a /root/.cache/go-build/46/46bda60e0898e3a6331372b62188840d7830078a0dbeac282433832ecbb104d1-d # internal
2025-08-20T21:54:57.8172239Z [00:03:40.527]➜  github.com/aws/smithy-go/metrics
2025-08-20T21:54:57.8173474Z [00:03:40.527]➜  mkdir -p $WORK/b1243/
2025-08-20T21:54:57.8175286Z [00:03:40.527]➜  cat >/tmp/go-build3999932643/b1243/importcfg << 'EOF' # internal
2025-08-20T21:54:57.8176097Z [00:03:40.527]➜  # import config
2025-08-20T21:54:57.8176653Z [00:03:40.527]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:57.8177441Z [00:03:40.527]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3999932643/b1241/_pkg_.a
2025-08-20T21:54:57.8178427Z [00:03:40.527]➜  EOF
2025-08-20T21:54:57.8180746Z [00:03:40.527]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1243/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/metrics=>github.com/aws/smithy-go@v1.22.4/metrics;$WORK/b1243=>" -p github.com/aws/smithy-go/metrics -lang=go1.22 -complete -installsuffix shared -buildid yeTPDVhu_wABZlHABfsj/yeTPDVhu_wABZlHABfsj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1243/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/metrics/metrics.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/metrics/nop.go
2025-08-20T21:54:57.8699193Z [00:03:40.579]➜  go tool buildid -w $WORK/b1243/_pkg_.a # internal
2025-08-20T21:54:57.8708794Z [00:03:40.580]➜  cp $WORK/b1243/_pkg_.a /root/.cache/go-build/e0/e0f4b6b07c35c0f6564a1af9e626f7cdb41949e91378816dc0d4ab1ff02bc419-d # internal
2025-08-20T21:54:57.8724948Z [00:03:40.582]➜  github.com/aws/smithy-go/time
2025-08-20T21:54:57.8725663Z [00:03:40.582]➜  mkdir -p $WORK/b1244/
2025-08-20T21:54:57.8728651Z [00:03:40.582]➜  cat >/tmp/go-build3999932643/b1244/importcfg << 'EOF' # internal
2025-08-20T21:54:57.8729018Z [00:03:40.582]➜  # import config
2025-08-20T21:54:57.8729363Z [00:03:40.582]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:57.8730084Z [00:03:40.582]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:57.8730570Z [00:03:40.582]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:57.8731103Z [00:03:40.582]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:57.8731633Z [00:03:40.582]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:57.8731943Z [00:03:40.582]➜  EOF
2025-08-20T21:54:57.8734292Z [00:03:40.582]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1244/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/time=>github.com/aws/smithy-go@v1.22.4/time;$WORK/b1244=>" -p github.com/aws/smithy-go/time -lang=go1.22 -complete -installsuffix shared -buildid 46exrZx7upOzAP2xVNZa/46exrZx7upOzAP2xVNZa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1244/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/time/time.go
2025-08-20T21:54:57.9003382Z [00:03:40.610]➜  go tool buildid -w $WORK/b1238/_pkg_.a # internal
2025-08-20T21:54:57.9032669Z [00:03:40.613]➜  cp $WORK/b1238/_pkg_.a /root/.cache/go-build/d7/d70e738154d33af6977340931183750103c83d0b02cfca82114ef8435592626b-d # internal
2025-08-20T21:54:57.9047948Z [00:03:40.614]➜  github.com/aws/smithy-go/tracing
2025-08-20T21:54:57.9053115Z [00:03:40.614]➜  mkdir -p $WORK/b1245/
2025-08-20T21:54:57.9056887Z [00:03:40.615]➜  cat >/tmp/go-build3999932643/b1245/importcfg << 'EOF' # internal
2025-08-20T21:54:57.9057653Z [00:03:40.615]➜  # import config
2025-08-20T21:54:57.9058274Z [00:03:40.615]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:57.9059542Z [00:03:40.615]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3999932643/b1241/_pkg_.a
2025-08-20T21:54:57.9060363Z [00:03:40.615]➜  EOF
2025-08-20T21:54:57.9062885Z [00:03:40.615]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1245/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/tracing=>github.com/aws/smithy-go@v1.22.4/tracing;$WORK/b1245=>" -p github.com/aws/smithy-go/tracing -lang=go1.22 -complete -installsuffix shared -buildid CQ9LJDuGWpoek7TfV0AY/CQ9LJDuGWpoek7TfV0AY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1245/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/tracing/context.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/tracing/nop.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/tracing/tracing.go
2025-08-20T21:54:57.9089378Z [00:03:40.618]➜  go tool buildid -w $WORK/b1244/_pkg_.a # internal
2025-08-20T21:54:57.9095489Z [00:03:40.619]➜  cp $WORK/b1244/_pkg_.a /root/.cache/go-build/cf/cf04a658f2e89919708286a07005b3859895aa07c33ce56ad8b8574ac4e4ddca-d # internal
2025-08-20T21:54:57.9114762Z [00:03:40.621]➜  github.com/aws/smithy-go/transport/http/internal/io
2025-08-20T21:54:57.9115448Z [00:03:40.621]➜  mkdir -p $WORK/b1246/
2025-08-20T21:54:57.9119652Z [00:03:40.621]➜  cat >/tmp/go-build3999932643/b1246/importcfg << 'EOF' # internal
2025-08-20T21:54:57.9121287Z [00:03:40.621]➜  # import config
2025-08-20T21:54:57.9122150Z [00:03:40.621]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:57.9123136Z [00:03:40.621]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:57.9123779Z [00:03:40.621]➜  EOF
2025-08-20T21:54:57.9125986Z [00:03:40.622]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1246/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/internal/io=>github.com/aws/smithy-go@v1.22.4/transport/http/internal/io;$WORK/b1246=>" -p github.com/aws/smithy-go/transport/http/internal/io -lang=go1.22 -complete -installsuffix shared -buildid R7jqsQ1W4zT42iHP9XWh/R7jqsQ1W4zT42iHP9XWh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1246/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/internal/io/safe.go
2025-08-20T21:54:57.9313574Z [00:03:40.641]➜  go tool buildid -w $WORK/b1246/_pkg_.a # internal
2025-08-20T21:54:57.9320124Z [00:03:40.641]➜  cp $WORK/b1246/_pkg_.a /root/.cache/go-build/b0/b0969572e0e70376fa614068e9adf60e18900b288265189baac58650fea5fe76-d # internal
2025-08-20T21:54:57.9378124Z [00:03:40.647]➜  github.com/aws/smithy-go/ptr
2025-08-20T21:54:57.9379591Z [00:03:40.647]➜  mkdir -p $WORK/b1247/
2025-08-20T21:54:57.9382293Z [00:03:40.647]➜  cat >/tmp/go-build3999932643/b1247/importcfg << 'EOF' # internal
2025-08-20T21:54:57.9382743Z [00:03:40.647]➜  # import config
2025-08-20T21:54:57.9383093Z [00:03:40.647]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:57.9383398Z [00:03:40.647]➜  EOF
2025-08-20T21:54:57.9390269Z [00:03:40.648]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1247/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/ptr=>github.com/aws/smithy-go@v1.22.4/ptr;$WORK/b1247=>" -p github.com/aws/smithy-go/ptr -lang=go1.22 -complete -installsuffix shared -buildid C3IA3DR9cXgk90PSibG6/C3IA3DR9cXgk90PSibG6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1247/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/ptr/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/ptr/from_ptr.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/ptr/to_ptr.go
2025-08-20T21:54:57.9412881Z [00:03:40.650]➜  go tool buildid -w $WORK/b1245/_pkg_.a # internal
2025-08-20T21:54:57.9424098Z [00:03:40.652]➜  cp $WORK/b1245/_pkg_.a /root/.cache/go-build/4d/4d6b06b689e1df3201c6dc8de490b4d189ffa240006a4f26c526f5ea2a6417ec-d # internal
2025-08-20T21:54:57.9535930Z [00:03:40.663]➜  github.com/aws/smithy-go/transport/http
2025-08-20T21:54:57.9536586Z [00:03:40.663]➜  mkdir -p $WORK/b1240/
2025-08-20T21:54:57.9537252Z [00:03:40.663]➜  cat >/tmp/go-build3999932643/b1240/importcfg << 'EOF' # internal
2025-08-20T21:54:57.9539280Z [00:03:40.663]➜  # import config
2025-08-20T21:54:57.9539651Z [00:03:40.663]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:57.9540101Z [00:03:40.663]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:54:57.9540563Z [00:03:40.663]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:57.9541034Z [00:03:40.663]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:57.9541485Z [00:03:40.663]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:57.9541970Z [00:03:40.663]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3999932643/b1241/_pkg_.a
2025-08-20T21:54:57.9542531Z [00:03:40.663]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3999932643/b1242/_pkg_.a
2025-08-20T21:54:57.9543116Z [00:03:40.663]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3999932643/b1239/_pkg_.a
2025-08-20T21:54:57.9543717Z [00:03:40.663]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3999932643/b1243/_pkg_.a
2025-08-20T21:54:57.9544332Z [00:03:40.663]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:54:57.9544931Z [00:03:40.663]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3999932643/b1244/_pkg_.a
2025-08-20T21:54:57.9545515Z [00:03:40.663]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3999932643/b1245/_pkg_.a
2025-08-20T21:54:57.9546402Z [00:03:40.663]➜  packagefile github.com/aws/smithy-go/transport/http/internal/io=/tmp/go-build3999932643/b1246/_pkg_.a
2025-08-20T21:54:57.9547036Z [00:03:40.663]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:57.9547640Z [00:03:40.663]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:57.9548120Z [00:03:40.663]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:57.9548603Z [00:03:40.663]➜  packagefile net/http/httptrace=/tmp/go-build3999932643/b217/_pkg_.a
2025-08-20T21:54:57.9549107Z [00:03:40.663]➜  packagefile net/http/httputil=/tmp/go-build3999932643/b235/_pkg_.a
2025-08-20T21:54:57.9549560Z [00:03:40.663]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:57.9549990Z [00:03:40.663]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:57.9550556Z [00:03:40.663]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:57.9551064Z [00:03:40.663]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:57.9551503Z [00:03:40.663]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:57.9551921Z [00:03:40.663]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:54:57.9552233Z [00:03:40.663]➜  EOF
2025-08-20T21:54:57.9572872Z [00:03:40.663]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1240/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http=>github.com/aws/smithy-go@v1.22.4/transport/http;$WORK/b1240=>" -p github.com/aws/smithy-go/transport/http -lang=go1.22 -complete -installsuffix shared -buildid x61v0TOG57dB0pA5JZJB/x61v0TOG57dB0pA5JZJB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1240/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/auth.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/auth_schemes.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/checksum_middleware.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/client.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/headerlist.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/host.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/md5_checksum.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/metrics.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/middleware_close_response_body.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/middleware_content_length.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/middleware_header_comment.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/middleware_headers.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/middleware_http_logging.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/middleware_metadata.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/middleware_min_proto.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/properties.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/request.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/response.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/time.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/url.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/user_agent.go
2025-08-20T21:54:57.9991677Z [00:03:40.708]➜  go tool buildid -w $WORK/b1247/_pkg_.a # internal
2025-08-20T21:54:57.9995191Z [00:03:40.708]➜  cp $WORK/b1247/_pkg_.a /root/.cache/go-build/25/250e2e720c04d215d937f8db6dfaef52f0b0686e62b92e5f7a5f09033f8da858-d # internal
2025-08-20T21:54:58.0000767Z [00:03:40.709]➜  github.com/aws/smithy-go/rand
2025-08-20T21:54:58.0003713Z [00:03:40.709]➜  mkdir -p $WORK/b1250/
2025-08-20T21:54:58.0007045Z [00:03:40.710]➜  cat >/tmp/go-build3999932643/b1250/importcfg << 'EOF' # internal
2025-08-20T21:54:58.0010167Z [00:03:40.710]➜  # import config
2025-08-20T21:54:58.0012078Z [00:03:40.710]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:54:58.0012566Z [00:03:40.710]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:58.0013007Z [00:03:40.710]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.0013422Z [00:03:40.710]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:58.0013838Z [00:03:40.710]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:58.0014170Z [00:03:40.710]➜  EOF
2025-08-20T21:54:58.0016571Z [00:03:40.710]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1250/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/rand=>github.com/aws/smithy-go@v1.22.4/rand;$WORK/b1250=>" -p github.com/aws/smithy-go/rand -lang=go1.22 -complete -installsuffix shared -buildid zjLu8IEiZ5BNmoY2bjf6/zjLu8IEiZ5BNmoY2bjf6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1250/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/rand/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/rand/rand.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/rand/uuid.go
2025-08-20T21:54:58.0241108Z [00:03:40.733]➜  go tool buildid -w $WORK/b1250/_pkg_.a # internal
2025-08-20T21:54:58.0251055Z [00:03:40.734]➜  cp $WORK/b1250/_pkg_.a /root/.cache/go-build/8c/8c5639f05b7980155d7839206649a6e8988aa3db13a3d269170a7b55d5699ec6-d # internal
2025-08-20T21:54:58.0258315Z [00:03:40.735]➜  github.com/aws/aws-sdk-go-v2/internal/strings
2025-08-20T21:54:58.0259091Z [00:03:40.735]➜  mkdir -p $WORK/b1252/
2025-08-20T21:54:58.0259515Z [00:03:40.735]➜  cat >/tmp/go-build3999932643/b1252/importcfg << 'EOF' # internal
2025-08-20T21:54:58.0259881Z [00:03:40.735]➜  # import config
2025-08-20T21:54:58.0260238Z [00:03:40.735]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:58.0260556Z [00:03:40.735]➜  EOF
2025-08-20T21:54:58.0263700Z [00:03:40.736]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1252/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/strings=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/strings;$WORK/b1252=>" -p github.com/aws/aws-sdk-go-v2/internal/strings -lang=go1.22 -complete -installsuffix shared -buildid -Layy6qPZAxEK9iKKKGX/-Layy6qPZAxEK9iKKKGX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1252/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/strings/strings.go
2025-08-20T21:54:58.0350961Z [00:03:40.744]➜  go tool buildid -w $WORK/b1252/_pkg_.a # internal
2025-08-20T21:54:58.0361376Z [00:03:40.745]➜  cp $WORK/b1252/_pkg_.a /root/.cache/go-build/bc/bc492e8e21dbe421794a101c410a9cc930e1bf02df1eef6524a14bff75b18386-d # internal
2025-08-20T21:54:58.0396155Z [00:03:40.749]➜  github.com/aws/smithy-go/encoding/httpbinding
2025-08-20T21:54:58.0398699Z [00:03:40.749]➜  mkdir -p $WORK/b1254/
2025-08-20T21:54:58.0408626Z [00:03:40.750]➜  cat >/tmp/go-build3999932643/b1254/importcfg << 'EOF' # internal
2025-08-20T21:54:58.0409532Z [00:03:40.750]➜  # import config
2025-08-20T21:54:58.0410511Z [00:03:40.750]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:58.0411470Z [00:03:40.750]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:58.0411971Z [00:03:40.750]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.0412410Z [00:03:40.750]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:58.0412840Z [00:03:40.750]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:58.0413274Z [00:03:40.750]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:58.0413700Z [00:03:40.750]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:58.0414124Z [00:03:40.750]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:58.0414546Z [00:03:40.750]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:58.0415129Z [00:03:40.750]➜  EOF
2025-08-20T21:54:58.0418867Z [00:03:40.750]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1254/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/httpbinding=>github.com/aws/smithy-go@v1.22.4/encoding/httpbinding;$WORK/b1254=>" -p github.com/aws/smithy-go/encoding/httpbinding -lang=go1.22 -complete -installsuffix shared -buildid p-F04Fc4DzBDtlG6tI_1/p-F04Fc4DzBDtlG6tI_1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1254/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/httpbinding/encode.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/httpbinding/header.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/httpbinding/path_replace.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/httpbinding/query.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/httpbinding/uri.go
2025-08-20T21:54:58.1162347Z [00:03:40.825]➜  go tool buildid -w $WORK/b1254/_pkg_.a # internal
2025-08-20T21:54:58.1177583Z [00:03:40.827]➜  cp $WORK/b1254/_pkg_.a /root/.cache/go-build/21/215c695c893fa52d96254a5f2bdfcc4e85ef3a1fc6b1c04b389e4bb8728ffd75-d # internal
2025-08-20T21:54:58.1194049Z [00:03:40.829]➜  github.com/aws/aws-sdk-go-v2/aws/ratelimit
2025-08-20T21:54:58.1194436Z [00:03:40.829]➜  mkdir -p $WORK/b1261/
2025-08-20T21:54:58.1195194Z [00:03:40.829]➜  cat >/tmp/go-build3999932643/b1261/importcfg << 'EOF' # internal
2025-08-20T21:54:58.1195550Z [00:03:40.829]➜  # import config
2025-08-20T21:54:58.1195916Z [00:03:40.829]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:58.1196333Z [00:03:40.829]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.1196754Z [00:03:40.829]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:58.1197057Z [00:03:40.829]➜  EOF
2025-08-20T21:54:58.1199984Z [00:03:40.829]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1261/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/ratelimit=>github.com/aws/aws-sdk-go-v2@v1.36.5/aws/ratelimit;$WORK/b1261=>" -p github.com/aws/aws-sdk-go-v2/aws/ratelimit -lang=go1.22 -complete -installsuffix shared -buildid b-0dUA3bIE5SsPWR5nQq/b-0dUA3bIE5SsPWR5nQq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1261/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/ratelimit/none.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/ratelimit/token_bucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/ratelimit/token_rate_limit.go
2025-08-20T21:54:58.1326001Z [00:03:40.842]➜  go tool buildid -w $WORK/b1240/_pkg_.a # internal
2025-08-20T21:54:58.1399221Z [00:03:40.849]➜  cp $WORK/b1240/_pkg_.a /root/.cache/go-build/02/02b787ba6c29e186f1583e44eef07381a760890e27ca6d4ea99a675d6a7c5a31-d # internal
2025-08-20T21:54:58.1416422Z [00:03:40.851]➜  github.com/aws/smithy-go/auth/bearer
2025-08-20T21:54:58.1416773Z [00:03:40.851]➜  mkdir -p $WORK/b1235/
2025-08-20T21:54:58.1419036Z [00:03:40.851]➜  cat >/tmp/go-build3999932643/b1235/importcfg << 'EOF' # internal
2025-08-20T21:54:58.1419399Z [00:03:40.851]➜  # import config
2025-08-20T21:54:58.1419744Z [00:03:40.851]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:58.1420161Z [00:03:40.851]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.1420678Z [00:03:40.851]➜  packagefile github.com/aws/smithy-go/context=/tmp/go-build3999932643/b1236/_pkg_.a
2025-08-20T21:54:58.1421366Z [00:03:40.851]➜  packagefile github.com/aws/smithy-go/internal/sync/singleflight=/tmp/go-build3999932643/b1237/_pkg_.a
2025-08-20T21:54:58.1422040Z [00:03:40.851]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:54:58.1422677Z [00:03:40.851]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3999932643/b1240/_pkg_.a
2025-08-20T21:54:58.1423223Z [00:03:40.851]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:58.1423913Z [00:03:40.851]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:58.1424291Z [00:03:40.851]➜  EOF
2025-08-20T21:54:58.1427085Z [00:03:40.852]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1235/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/auth/bearer=>github.com/aws/smithy-go@v1.22.4/auth/bearer;$WORK/b1235=>" -p github.com/aws/smithy-go/auth/bearer -lang=go1.22 -complete -installsuffix shared -buildid NAiOFCmCIl-lUe6Qoq_f/NAiOFCmCIl-lUe6Qoq_f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1235/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/auth/bearer/docs.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/auth/bearer/middleware.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/auth/bearer/token.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/auth/bearer/token_cache.go
2025-08-20T21:54:58.1470316Z [00:03:40.856]➜  go tool buildid -w $WORK/b1261/_pkg_.a # internal
2025-08-20T21:54:58.1490038Z [00:03:40.858]➜  cp $WORK/b1261/_pkg_.a /root/.cache/go-build/35/3550cf34ca9a9c112d851f4279749a7853e1e9b5972c9e0eb0a3b5684dab72fb-d # internal
2025-08-20T21:54:58.1506087Z [00:03:40.860]➜  github.com/aws/aws-sdk-go-v2/internal/auth
2025-08-20T21:54:58.1506497Z [00:03:40.860]➜  mkdir -p $WORK/b1253/
2025-08-20T21:54:58.1506873Z [00:03:40.860]➜  cat >/tmp/go-build3999932643/b1253/importcfg << 'EOF' # internal
2025-08-20T21:54:58.1507657Z [00:03:40.860]➜  # import config
2025-08-20T21:54:58.1508010Z [00:03:40.860]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:58.1508430Z [00:03:40.860]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.1510838Z [00:03:40.860]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3999932643/b1241/_pkg_.a
2025-08-20T21:54:58.1511481Z [00:03:40.860]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3999932643/b1242/_pkg_.a
2025-08-20T21:54:58.1512085Z [00:03:40.860]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:54:58.1512718Z [00:03:40.860]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3999932643/b1240/_pkg_.a
2025-08-20T21:54:58.1513134Z [00:03:40.860]➜  EOF
2025-08-20T21:54:58.1515385Z [00:03:40.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1253/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/auth=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/auth;$WORK/b1253=>" -p github.com/aws/aws-sdk-go-v2/internal/auth -lang=go1.22 -complete -installsuffix shared -buildid c4sqS-QyNGmBig1hAgMr/c4sqS-QyNGmBig1hAgMr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1253/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/auth/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/auth/scheme.go
2025-08-20T21:54:58.1785655Z [00:03:40.888]➜  go tool buildid -w $WORK/b1235/_pkg_.a # internal
2025-08-20T21:54:58.1788617Z [00:03:40.888]➜  cp $WORK/b1235/_pkg_.a /root/.cache/go-build/97/978682377e1a91fd48356440af158c909b1ddc385f8e785b22f9b7d06f3320d0-d # internal
2025-08-20T21:54:58.1799627Z [00:03:40.889]➜  go tool buildid -w $WORK/b1253/_pkg_.a # internal
2025-08-20T21:54:58.1807519Z [00:03:40.890]➜  cp $WORK/b1253/_pkg_.a /root/.cache/go-build/ed/ed3d157dda5b87a741795c6b8c66f096a53456aa4eb1833804a9ee447c27783b-d # internal
2025-08-20T21:54:58.1809710Z [00:03:40.890]➜  github.com/aws/aws-sdk-go-v2/internal/context
2025-08-20T21:54:58.1810358Z [00:03:40.890]➜  mkdir -p $WORK/b1262/
2025-08-20T21:54:58.1815043Z [00:03:40.891]➜  cat >/tmp/go-build3999932643/b1262/importcfg << 'EOF' # internal
2025-08-20T21:54:58.1815441Z [00:03:40.891]➜  # import config
2025-08-20T21:54:58.1815794Z [00:03:40.891]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:58.1816344Z [00:03:40.891]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:54:58.1816853Z [00:03:40.891]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:58.1818027Z [00:03:40.891]➜  EOF
2025-08-20T21:54:58.1824692Z [00:03:40.891]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1262/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/context=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/context;$WORK/b1262=>" -p github.com/aws/aws-sdk-go-v2/internal/context -lang=go1.22 -complete -installsuffix shared -buildid lZ7StGeGmPIjYoiYwVlZ/lZ7StGeGmPIjYoiYwVlZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1262/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/context/context.go
2025-08-20T21:54:58.1828546Z [00:03:40.892]➜  go tool buildid -w $WORK/b1194/_pkg_.a # internal
2025-08-20T21:54:58.1900009Z [00:03:40.899]➜  github.com/aws/aws-sdk-go-v2/aws
2025-08-20T21:54:58.1900803Z [00:03:40.899]➜  mkdir -p $WORK/b1231/
2025-08-20T21:54:58.1901367Z [00:03:40.899]➜  cat >/tmp/go-build3999932643/b1231/importcfg << 'EOF' # internal
2025-08-20T21:54:58.1901852Z [00:03:40.899]➜  # import config
2025-08-20T21:54:58.1902331Z [00:03:40.899]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:58.1902885Z [00:03:40.899]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.1903600Z [00:03:40.899]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build3999932643/b1232/_pkg_.a
2025-08-20T21:54:58.1904561Z [00:03:40.899]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3999932643/b1233/_pkg_.a
2025-08-20T21:54:58.1905371Z [00:03:40.899]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/tmp/go-build3999932643/b1234/_pkg_.a
2025-08-20T21:54:58.1906187Z [00:03:40.899]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build3999932643/b1235/_pkg_.a
2025-08-20T21:54:58.1906909Z [00:03:40.899]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3999932643/b1239/_pkg_.a
2025-08-20T21:54:58.1907774Z [00:03:40.899]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:54:58.1908533Z [00:03:40.899]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3999932643/b1247/_pkg_.a
2025-08-20T21:54:58.1909127Z [00:03:40.899]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:58.1909660Z [00:03:40.899]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:58.1910192Z [00:03:40.899]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:58.1911092Z [00:03:40.899]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:58.1912031Z [00:03:40.899]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:58.1912699Z [00:03:40.899]➜  EOF
2025-08-20T21:54:58.1920649Z [00:03:40.899]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1231/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws=>github.com/aws/aws-sdk-go-v2@v1.36.5/aws;$WORK/b1231=>" -p github.com/aws/aws-sdk-go-v2/aws -lang=go1.22 -complete -installsuffix shared -buildid 3zeB2FkhJvX4ikf2HODg/3zeB2FkhJvX4ikf2HODg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1231/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/accountid_endpoint_mode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/checksum.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/credential_cache.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/credentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/defaultsmode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/from_ptr.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/logging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/request.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retryer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/runtime.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/to_ptr.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/types.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/version.go
2025-08-20T21:54:58.1961025Z [00:03:40.905]➜  go tool buildid -w $WORK/b1262/_pkg_.a # internal
2025-08-20T21:54:58.1965427Z [00:03:40.906]➜  cp $WORK/b1262/_pkg_.a /root/.cache/go-build/b9/b94e9eab3cbbc68065ed54bbeaf39acc98397186cb287d47df5442db150ee2cb-d # internal
2025-08-20T21:54:58.1970830Z [00:03:40.906]➜  github.com/aws/aws-sdk-go-v2/internal/timeconv
2025-08-20T21:54:58.1972814Z [00:03:40.906]➜  mkdir -p $WORK/b1263/
2025-08-20T21:54:58.1974338Z [00:03:40.907]➜  cat >/tmp/go-build3999932643/b1263/importcfg << 'EOF' # internal
2025-08-20T21:54:58.1974731Z [00:03:40.907]➜  # import config
2025-08-20T21:54:58.1975070Z [00:03:40.907]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:58.1975378Z [00:03:40.907]➜  EOF
2025-08-20T21:54:58.1977583Z [00:03:40.907]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1263/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/timeconv=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/timeconv;$WORK/b1263=>" -p github.com/aws/aws-sdk-go-v2/internal/timeconv -lang=go1.22 -complete -installsuffix shared -buildid L3ai3s-5V_4ilK6kwtqe/L3ai3s-5V_4ilK6kwtqe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1263/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/timeconv/duration.go
2025-08-20T21:54:58.2056668Z [00:03:40.915]➜  go tool buildid -w $WORK/b1263/_pkg_.a # internal
2025-08-20T21:54:58.2057559Z [00:03:40.915]➜  cp $WORK/b1263/_pkg_.a /root/.cache/go-build/c9/c9cccf7bd473d7fcc7cbdba66166d06cee5fdaa831bb6e3fe3f2788434449559-d # internal
2025-08-20T21:54:58.2059566Z [00:03:40.915]➜  github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config
2025-08-20T21:54:58.2062744Z [00:03:40.915]➜  mkdir -p $WORK/b1264/
2025-08-20T21:54:58.2063146Z [00:03:40.915]➜  cat >/tmp/go-build3999932643/b1264/importcfg << 'EOF' # internal
2025-08-20T21:54:58.2063782Z [00:03:40.915]➜  # import config
2025-08-20T21:54:58.2064140Z [00:03:40.915]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.2064836Z [00:03:40.915]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:58.2065156Z [00:03:40.915]➜  EOF
2025-08-20T21:54:58.2067696Z [00:03:40.916]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1264/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.32/internal/config=>github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.32/internal/config;$WORK/b1264=>" -p github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config -lang=go1.22 -complete -installsuffix shared -buildid JPOMNf-15OZGtllpBW4n/JPOMNf-15OZGtllpBW4n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1264/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.32/internal/config/resolvers.go
2025-08-20T21:54:58.2197995Z [00:03:40.929]➜  go tool buildid -w $WORK/b1264/_pkg_.a # internal
2025-08-20T21:54:58.2209096Z [00:03:40.930]➜  cp $WORK/b1264/_pkg_.a /root/.cache/go-build/7b/7b3ddc7f714d9dd163fdec9412574417ed925a7842071c93850329f12dc1110d-d # internal
2025-08-20T21:54:58.2240756Z [00:03:40.933]➜  github.com/aws/smithy-go/io
2025-08-20T21:54:58.2241117Z [00:03:40.933]➜  mkdir -p $WORK/b1265/
2025-08-20T21:54:58.2241514Z [00:03:40.933]➜  cat >/tmp/go-build3999932643/b1265/importcfg << 'EOF' # internal
2025-08-20T21:54:58.2242130Z [00:03:40.933]➜  # import config
2025-08-20T21:54:58.2242633Z [00:03:40.933]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:58.2243097Z [00:03:40.933]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:58.2243519Z [00:03:40.933]➜  EOF
2025-08-20T21:54:58.2245979Z [00:03:40.933]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1265/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/io=>github.com/aws/smithy-go@v1.22.4/io;$WORK/b1265=>" -p github.com/aws/smithy-go/io -lang=go1.22 -complete -installsuffix shared -buildid gne281J27JaVEygi2DFp/gne281J27JaVEygi2DFp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1265/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/io/byte.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/io/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/io/reader.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/io/ringbuffer.go
2025-08-20T21:54:58.2394559Z [00:03:40.948]➜  go tool buildid -w $WORK/b1265/_pkg_.a # internal
2025-08-20T21:54:58.2419743Z [00:03:40.951]➜  cp $WORK/b1265/_pkg_.a /root/.cache/go-build/31/318438050da69abfb4b9a98f9230c5f1aa8a0889d581cc65d8b187b27189cbcc-d # internal
2025-08-20T21:54:58.2423696Z [00:03:40.952]➜  cp $WORK/b1194/_pkg_.a /root/.cache/go-build/82/82101bac0afa708554f7b0e8c2607f7dceee331daa0502c180ee920b7b8fe64c-d # internal
2025-08-20T21:54:58.2426901Z [00:03:40.952]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/gitlab
2025-08-20T21:54:58.2428965Z [00:03:40.952]➜  mkdir -p $WORK/b1193/
2025-08-20T21:54:58.2438899Z [00:03:40.952]➜  cat >/tmp/go-build3999932643/b1193/importcfg << 'EOF' # internal
2025-08-20T21:54:58.2439287Z [00:03:40.952]➜  # import config
2025-08-20T21:54:58.2439645Z [00:03:40.952]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.2440284Z [00:03:40.952]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:54:58.2441145Z [00:03:40.952]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown/util=/tmp/go-build3999932643/b1123/_pkg_.a
2025-08-20T21:54:58.2442037Z [00:03:40.952]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/format=/tmp/go-build3999932643/b1124/_pkg_.a
2025-08-20T21:54:58.2442901Z [00:03:40.952]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/filters=/tmp/go-build3999932643/b1180/_pkg_.a
2025-08-20T21:54:58.2443717Z [00:03:40.952]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:54:58.2444384Z [00:03:40.952]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3999932643/b1194/_pkg_.a
2025-08-20T21:54:58.2445153Z [00:03:40.952]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:58.2445473Z [00:03:40.952]➜  EOF
2025-08-20T21:54:58.2447830Z [00:03:40.952]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1193/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/gitlab=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/gitlab;$WORK/b1193=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/gitlab -lang=go1.24 -complete -installsuffix shared -buildid f0yQU48tk54nsxm2BPlg/f0yQU48tk54nsxm2BPlg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1193/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/gitlab/gitlab.go
2025-08-20T21:54:58.2449900Z [00:03:40.952]➜  github.com/aws/aws-sdk-go-v2/internal/shareddefaults
2025-08-20T21:54:58.2450237Z [00:03:40.952]➜  mkdir -p $WORK/b1271/
2025-08-20T21:54:58.2450643Z [00:03:40.952]➜  cat >/tmp/go-build3999932643/b1271/importcfg << 'EOF' # internal
2025-08-20T21:54:58.2450993Z [00:03:40.952]➜  # import config
2025-08-20T21:54:58.2451317Z [00:03:40.952]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:58.2451730Z [00:03:40.952]➜  packagefile os/user=/tmp/go-build3999932643/b236/_pkg_.a
2025-08-20T21:54:58.2452362Z [00:03:40.952]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:58.2452779Z [00:03:40.952]➜  EOF
2025-08-20T21:54:58.2456869Z [00:03:40.955]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1271/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/shareddefaults=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/shareddefaults;$WORK/b1271=>" -p github.com/aws/aws-sdk-go-v2/internal/shareddefaults -lang=go1.22 -complete -installsuffix shared -buildid GmXuIZodiC--eR6heWt8/GmXuIZodiC--eR6heWt8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1271/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/shareddefaults/shared_config.go
2025-08-20T21:54:58.2541964Z [00:03:40.963]➜  go tool buildid -w $WORK/b1271/_pkg_.a # internal
2025-08-20T21:54:58.2543673Z [00:03:40.964]➜  cp $WORK/b1271/_pkg_.a /root/.cache/go-build/f8/f8ebfb61e2dd49bac33deec6aa45e2092b7cec36371b576bacda68e6c938f855-d # internal
2025-08-20T21:54:58.2562281Z [00:03:40.965]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/restjson
2025-08-20T21:54:58.2564033Z [00:03:40.966]➜  mkdir -p $WORK/b1274/
2025-08-20T21:54:58.2565135Z [00:03:40.966]➜  cat >/tmp/go-build3999932643/b1274/importcfg << 'EOF' # internal
2025-08-20T21:54:58.2565505Z [00:03:40.966]➜  # import config
2025-08-20T21:54:58.2565873Z [00:03:40.966]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:58.2566399Z [00:03:40.966]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3999932643/b1241/_pkg_.a
2025-08-20T21:54:58.2566867Z [00:03:40.966]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:58.2567764Z [00:03:40.966]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:58.2568105Z [00:03:40.966]➜  EOF
2025-08-20T21:54:58.2570264Z [00:03:40.966]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1274/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/restjson=>github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/restjson;$WORK/b1274=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/restjson -lang=go1.22 -complete -installsuffix shared -buildid MUPElzNvLWntJoId-AK6/MUPElzNvLWntJoId-AK6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1274/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/restjson/decoder_util.go
2025-08-20T21:54:58.2883491Z [00:03:40.997]➜  go tool buildid -w $WORK/b1274/_pkg_.a # internal
2025-08-20T21:54:58.2886012Z [00:03:40.998]➜  cp $WORK/b1274/_pkg_.a /root/.cache/go-build/47/472068f146242605557c4f588aaa185f2ed0210f89a28ed49407778d8b2c801c-d # internal
2025-08-20T21:54:58.2904615Z [00:03:41.000]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn
2025-08-20T21:54:58.2911078Z [00:03:41.000]➜  mkdir -p $WORK/b1278/
2025-08-20T21:54:58.2920820Z [00:03:41.001]➜  cat >/tmp/go-build3999932643/b1278/importcfg << 'EOF' # internal
2025-08-20T21:54:58.2921201Z [00:03:41.001]➜  # import config
2025-08-20T21:54:58.2921687Z [00:03:41.001]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3999932643/b1240/_pkg_.a
2025-08-20T21:54:58.2922210Z [00:03:41.001]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:58.2922639Z [00:03:41.001]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:58.2923063Z [00:03:41.001]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:58.2923374Z [00:03:41.001]➜  EOF
2025-08-20T21:54:58.2936162Z [00:03:41.002]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1278/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/endpoints/awsrulesfn=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/endpoints/awsrulesfn;$WORK/b1278=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn -lang=go1.22 -complete -installsuffix shared -buildid rs77qIVUX2OTOaW3a_cS/rs77qIVUX2OTOaW3a_cS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1278/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/endpoints/awsrulesfn/arn.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/endpoints/awsrulesfn/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/endpoints/awsrulesfn/host.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/endpoints/awsrulesfn/partition.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/endpoints/awsrulesfn/partitions.go
2025-08-20T21:54:58.3043178Z [00:03:41.013]➜  go tool buildid -w $WORK/b1231/_pkg_.a # internal
2025-08-20T21:54:58.3070126Z [00:03:41.016]➜  cp $WORK/b1231/_pkg_.a /root/.cache/go-build/44/441c42553180bbd6d1b4c676af239bc1cbb51842e0f625b8f55948e09a1d2661-d # internal
2025-08-20T21:54:58.3126463Z [00:03:41.022]➜  github.com/aws/aws-sdk-go-v2/aws/middleware
2025-08-20T21:54:58.3127542Z [00:03:41.022]➜  mkdir -p $WORK/b1249/
2025-08-20T21:54:58.3128123Z [00:03:41.022]➜  cat >/tmp/go-build3999932643/b1249/importcfg << 'EOF' # internal
2025-08-20T21:54:58.3128606Z [00:03:41.022]➜  # import config
2025-08-20T21:54:58.3129056Z [00:03:41.022]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:58.3129572Z [00:03:41.022]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.3130187Z [00:03:41.022]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:54:58.3130911Z [00:03:41.022]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build3999932643/b1232/_pkg_.a
2025-08-20T21:54:58.3131694Z [00:03:41.022]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3999932643/b1233/_pkg_.a
2025-08-20T21:54:58.3132759Z [00:03:41.022]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3999932643/b1239/_pkg_.a
2025-08-20T21:54:58.3133485Z [00:03:41.022]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:54:58.3134189Z [00:03:41.022]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build3999932643/b1250/_pkg_.a
2025-08-20T21:54:58.3134882Z [00:03:41.022]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3999932643/b1245/_pkg_.a
2025-08-20T21:54:58.3135597Z [00:03:41.022]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3999932643/b1240/_pkg_.a
2025-08-20T21:54:58.3136208Z [00:03:41.022]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:58.3136717Z [00:03:41.022]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:58.3137234Z [00:03:41.022]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:58.3149996Z [00:03:41.022]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:58.3158452Z [00:03:41.022]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:58.3159105Z [00:03:41.022]➜  EOF
2025-08-20T21:54:58.3162994Z [00:03:41.022]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1249/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/middleware=>github.com/aws/aws-sdk-go-v2@v1.36.5/aws/middleware;$WORK/b1249=>" -p github.com/aws/aws-sdk-go-v2/aws/middleware -lang=go1.22 -complete -installsuffix shared -buildid xh0CFtCm56e4UgPCQHzz/xh0CFtCm56e4UgPCQHzz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1249/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/middleware/metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/middleware/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/middleware/osname.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/middleware/recursion_detection.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/middleware/request_id.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/middleware/request_id_retriever.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/middleware/user_agent.go
2025-08-20T21:54:58.3284876Z [00:03:41.038]➜  go tool buildid -w $WORK/b1278/_pkg_.a # internal
2025-08-20T21:54:58.3320899Z [00:03:41.038]➜  cp $WORK/b1278/_pkg_.a /root/.cache/go-build/cd/cda037c478f3ac092fc5eb24bd4c93e7b2b12fc12dd49da40ce03e0b2f678785-d # internal
2025-08-20T21:54:58.3323005Z [00:03:41.041]➜  github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4
2025-08-20T21:54:58.3323535Z [00:03:41.042]➜  mkdir -p $WORK/b1251/
2025-08-20T21:54:58.3325913Z [00:03:41.042]➜  cat >/tmp/go-build3999932643/b1251/importcfg << 'EOF' # internal
2025-08-20T21:54:58.3326634Z [00:03:41.042]➜  # import config
2025-08-20T21:54:58.3328107Z [00:03:41.042]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:54:58.3328829Z [00:03:41.042]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:58.3329597Z [00:03:41.042]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:54:58.3331381Z [00:03:41.042]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/tmp/go-build3999932643/b1252/_pkg_.a
2025-08-20T21:54:58.3332238Z [00:03:41.042]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:58.3334451Z [00:03:41.042]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:58.3335099Z [00:03:41.042]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:58.3335600Z [00:03:41.042]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:58.3336228Z [00:03:41.042]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:58.3336582Z [00:03:41.042]➜  EOF
2025-08-20T21:54:58.3341931Z [00:03:41.043]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1251/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/internal/v4=>github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/internal/v4;$WORK/b1251=>" -p github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4 -lang=go1.22 -complete -installsuffix shared -buildid cg_7wkEV7RQ5eTyg26Ef/cg_7wkEV7RQ5eTyg26Ef -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1251/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/internal/v4/cache.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/internal/v4/const.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/internal/v4/header_rules.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/internal/v4/headers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/internal/v4/hmac.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/internal/v4/host.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/internal/v4/scope.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/internal/v4/time.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/internal/v4/util.go
2025-08-20T21:54:58.3971075Z [00:03:41.106]➜  go tool buildid -w $WORK/b1249/_pkg_.a # internal
2025-08-20T21:54:58.3984413Z [00:03:41.108]➜  cp $WORK/b1249/_pkg_.a /root/.cache/go-build/82/8278e565f6028f20603a1dc445e9d9cbe55aa65628dd15362a24a2cafde372cd-d # internal
2025-08-20T21:54:58.4085244Z [00:03:41.118]➜  github.com/aws/aws-sdk-go-v2/aws/transport/http
2025-08-20T21:54:58.4085800Z [00:03:41.118]➜  mkdir -p $WORK/b1256/
2025-08-20T21:54:58.4086875Z [00:03:41.118]➜  cat >/tmp/go-build3999932643/b1256/importcfg << 'EOF' # internal
2025-08-20T21:54:58.4089131Z [00:03:41.118]➜  # import config
2025-08-20T21:54:58.4089563Z [00:03:41.118]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:58.4090022Z [00:03:41.118]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:54:58.4090464Z [00:03:41.118]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:58.4090893Z [00:03:41.118]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.4091412Z [00:03:41.118]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:54:58.4092047Z [00:03:41.118]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3999932643/b1249/_pkg_.a
2025-08-20T21:54:58.4092931Z [00:03:41.118]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3999932643/b1241/_pkg_.a
2025-08-20T21:54:58.4093577Z [00:03:41.118]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:54:58.4094300Z [00:03:41.118]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3999932643/b1245/_pkg_.a
2025-08-20T21:54:58.4094988Z [00:03:41.118]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3999932643/b1240/_pkg_.a
2025-08-20T21:54:58.4095506Z [00:03:41.118]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:58.4095913Z [00:03:41.118]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:58.4096330Z [00:03:41.118]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:58.4096765Z [00:03:41.118]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:58.4097180Z [00:03:41.118]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:58.4097809Z [00:03:41.118]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:58.4098120Z [00:03:41.118]➜  EOF
2025-08-20T21:54:58.4138910Z [00:03:41.118]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1256/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/transport/http=>github.com/aws/aws-sdk-go-v2@v1.36.5/aws/transport/http;$WORK/b1256=>" -p github.com/aws/aws-sdk-go-v2/aws/transport/http -lang=go1.22 -complete -installsuffix shared -buildid UbhSA3OjPqKMjmVE0io-/UbhSA3OjPqKMjmVE0io- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1256/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/transport/http/client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/transport/http/content_type.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/transport/http/response_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/transport/http/response_error_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/transport/http/timeout_read_closer.go
2025-08-20T21:54:58.4142388Z [00:03:41.123]➜  go tool buildid -w $WORK/b1251/_pkg_.a # internal
2025-08-20T21:54:58.4153704Z [00:03:41.125]➜  cp $WORK/b1251/_pkg_.a /root/.cache/go-build/17/172ec22f5935377b3f9a211fd13472c39e6f248468382227be0220d9e709a993-d # internal
2025-08-20T21:54:58.4168435Z [00:03:41.126]➜  github.com/aws/aws-sdk-go-v2/aws/signer/v4
2025-08-20T21:54:58.4169041Z [00:03:41.126]➜  mkdir -p $WORK/b1248/
2025-08-20T21:54:58.4170923Z [00:03:41.126]➜  cat >/tmp/go-build3999932643/b1248/importcfg << 'EOF' # internal
2025-08-20T21:54:58.4171300Z [00:03:41.126]➜  # import config
2025-08-20T21:54:58.4171645Z [00:03:41.126]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:58.4172106Z [00:03:41.126]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:54:58.4172570Z [00:03:41.126]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:58.4173000Z [00:03:41.126]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.4173510Z [00:03:41.126]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:54:58.4174145Z [00:03:41.126]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3999932643/b1249/_pkg_.a
2025-08-20T21:54:58.4174849Z [00:03:41.126]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4=/tmp/go-build3999932643/b1251/_pkg_.a
2025-08-20T21:54:58.4175538Z [00:03:41.126]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3999932643/b1253/_pkg_.a
2025-08-20T21:54:58.4176195Z [00:03:41.126]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3999932643/b1233/_pkg_.a
2025-08-20T21:54:58.4176877Z [00:03:41.126]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3999932643/b1254/_pkg_.a
2025-08-20T21:54:58.4177700Z [00:03:41.126]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3999932643/b1239/_pkg_.a
2025-08-20T21:54:58.4178607Z [00:03:41.126]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:54:58.4179282Z [00:03:41.126]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3999932643/b1245/_pkg_.a
2025-08-20T21:54:58.4180024Z [00:03:41.126]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3999932643/b1240/_pkg_.a
2025-08-20T21:54:58.4180603Z [00:03:41.126]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:54:58.4181004Z [00:03:41.126]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:58.4181427Z [00:03:41.126]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:58.4181878Z [00:03:41.126]➜  packagefile net/textproto=/tmp/go-build3999932643/b211/_pkg_.a
2025-08-20T21:54:58.4182332Z [00:03:41.126]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:58.4182750Z [00:03:41.126]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:58.4183169Z [00:03:41.126]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:58.4183589Z [00:03:41.126]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:58.4184006Z [00:03:41.126]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:58.4184313Z [00:03:41.126]➜  EOF
2025-08-20T21:54:58.4187160Z [00:03:41.127]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1248/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/v4=>github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/v4;$WORK/b1248=>" -p github.com/aws/aws-sdk-go-v2/aws/signer/v4 -lang=go1.22 -complete -installsuffix shared -buildid sIUcv1O1ibHW219bkbHw/sIUcv1O1ibHW219bkbHw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1248/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/v4/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/v4/presign_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/v4/stream.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/v4/v4.go
2025-08-20T21:54:58.4218545Z [00:03:41.129]➜  go tool buildid -w $WORK/b1193/_pkg_.a # internal
2025-08-20T21:54:58.4238056Z [00:03:41.133]➜  cp $WORK/b1193/_pkg_.a /root/.cache/go-build/ce/ce04bdfd80682c12e6cf3379fef0707c65eb74b9a522f3c7bfbbe0bdff1f64cd-d # internal
2025-08-20T21:54:58.4242763Z [00:03:41.134]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting
2025-08-20T21:54:58.4246248Z [00:03:41.134]➜  mkdir -p $WORK/b1117/
2025-08-20T21:54:58.4254085Z [00:03:41.135]➜  cat >/tmp/go-build3999932643/b1117/importcfg << 'EOF' # internal
2025-08-20T21:54:58.4254501Z [00:03:41.135]➜  # import config
2025-08-20T21:54:58.4254855Z [00:03:41.135]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:58.4255274Z [00:03:41.135]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.4255806Z [00:03:41.135]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:58.4256558Z [00:03:41.135]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build3999932643/b620/_pkg_.a
2025-08-20T21:54:58.4257524Z [00:03:41.135]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/stringslice=/tmp/go-build3999932643/b668/_pkg_.a
2025-08-20T21:54:58.4258384Z [00:03:41.135]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:54:58.4259160Z [00:03:41.135]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/dedupe=/tmp/go-build3999932643/b1118/_pkg_.a
2025-08-20T21:54:58.4260011Z [00:03:41.135]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/es=/tmp/go-build3999932643/b1119/_pkg_.a
2025-08-20T21:54:58.4260933Z [00:03:41.135]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/jsonexporter=/tmp/go-build3999932643/b1120/_pkg_.a
2025-08-20T21:54:58.4262268Z [00:03:41.135]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/jsonl=/tmp/go-build3999932643/b1121/_pkg_.a
2025-08-20T21:54:58.4263710Z [00:03:41.135]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown=/tmp/go-build3999932643/b1122/_pkg_.a
2025-08-20T21:54:58.4264695Z [00:03:41.135]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/mongo=/tmp/go-build3999932643/b1125/_pkg_.a
2025-08-20T21:54:58.4265592Z [00:03:41.135]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/sarif=/tmp/go-build3999932643/b1177/_pkg_.a
2025-08-20T21:54:58.4266496Z [00:03:41.135]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/splunk=/tmp/go-build3999932643/b1179/_pkg_.a
2025-08-20T21:54:58.4267836Z [00:03:41.135]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/filters=/tmp/go-build3999932643/b1180/_pkg_.a
2025-08-20T21:54:58.4268793Z [00:03:41.135]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/gitea=/tmp/go-build3999932643/b1181/_pkg_.a
2025-08-20T21:54:58.4269681Z [00:03:41.135]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/github=/tmp/go-build3999932643/b1191/_pkg_.a
2025-08-20T21:54:58.4270574Z [00:03:41.135]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/gitlab=/tmp/go-build3999932643/b1193/_pkg_.a
2025-08-20T21:54:58.4271452Z [00:03:41.135]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/jira=/tmp/go-build3999932643/b1197/_pkg_.a
2025-08-20T21:54:58.4272331Z [00:03:41.135]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/linear=/tmp/go-build3999932643/b1203/_pkg_.a
2025-08-20T21:54:58.4273433Z [00:03:41.135]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:54:58.4274117Z [00:03:41.135]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:58.4274780Z [00:03:41.135]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:54:58.4275351Z [00:03:41.135]➜  packagefile go.uber.org/multierr=/tmp/go-build3999932643/b335/_pkg_.a
2025-08-20T21:54:58.4275853Z [00:03:41.135]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build3999932643/b650/_pkg_.a
2025-08-20T21:54:58.4276291Z [00:03:41.135]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:58.4276708Z [00:03:41.135]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:58.4277148Z [00:03:41.135]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:58.4277693Z [00:03:41.135]➜  EOF
2025-08-20T21:54:58.4280067Z [00:03:41.136]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1117/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting=>github.com/projectdiscovery/nuclei/v3/pkg/reporting;$WORK/b1117=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting -lang=go1.24 -complete -installsuffix shared -buildid C94yOpcNoDZqe4SF_FoU/C94yOpcNoDZqe4SF_FoU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1117/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/client.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/options.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/reporting.go
2025-08-20T21:54:58.4783639Z [00:03:41.188]➜  go tool buildid -w $WORK/b1256/_pkg_.a # internal
2025-08-20T21:54:58.4803052Z [00:03:41.190]➜  cp $WORK/b1256/_pkg_.a /root/.cache/go-build/a7/a704a5d25b95c5179b95c3fac7c44b4af3d9aab1f0d94d1ad0f3eebc49d5654b-d # internal
2025-08-20T21:54:58.4861367Z [00:03:41.195]➜  github.com/aws/aws-sdk-go-v2/credentials
2025-08-20T21:54:58.4861803Z [00:03:41.195]➜  mkdir -p $WORK/b1257/
2025-08-20T21:54:58.4878532Z [00:03:41.195]➜  cat >/tmp/go-build3999932643/b1257/importcfg << 'EOF' # internal
2025-08-20T21:54:58.4879539Z [00:03:41.195]➜  # import config
2025-08-20T21:54:58.4879946Z [00:03:41.195]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:58.4880759Z [00:03:41.195]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:54:58.4881212Z [00:03:41.195]➜  EOF
2025-08-20T21:54:58.4883934Z [00:03:41.195]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1257/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.70=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.70;$WORK/b1257=>" -p github.com/aws/aws-sdk-go-v2/credentials -lang=go1.22 -complete -installsuffix shared -buildid 7nbqfwukNocn2dMVYsrF/7nbqfwukNocn2dMVYsrF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1257/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/static_provider.go
2025-08-20T21:54:58.5020354Z [00:03:41.211]➜  go tool buildid -w $WORK/b1257/_pkg_.a # internal
2025-08-20T21:54:58.5024400Z [00:03:41.212]➜  cp $WORK/b1257/_pkg_.a /root/.cache/go-build/a2/a27f52aa81b305e9f3214849feeb52dbb76f63c0cbd55bd3598cc3fe5c7a6f59-d # internal
2025-08-20T21:54:58.5047070Z [00:03:41.212]➜  go tool buildid -w $WORK/b1248/_pkg_.a # internal
2025-08-20T21:54:58.5048947Z [00:03:41.214]➜  cp $WORK/b1248/_pkg_.a /root/.cache/go-build/85/85b9833fd529ee674f164d846db07ba974d260bf76dcd5526edbde7a2131bb12-d # internal
2025-08-20T21:54:58.5063606Z [00:03:41.215]➜  github.com/aws/aws-sdk-go-v2/credentials/processcreds
2025-08-20T21:54:58.5064154Z [00:03:41.215]➜  mkdir -p $WORK/b1268/
2025-08-20T21:54:58.5064642Z [00:03:41.215]➜  cat >/tmp/go-build3999932643/b1268/importcfg << 'EOF' # internal
2025-08-20T21:54:58.5065453Z [00:03:41.215]➜  # import config
2025-08-20T21:54:58.5066037Z [00:03:41.215]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:58.5066573Z [00:03:41.215]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:58.5067117Z [00:03:41.215]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:58.5067850Z [00:03:41.215]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.5068439Z [00:03:41.215]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:54:58.5069251Z [00:03:41.215]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/tmp/go-build3999932643/b1269/_pkg_.a
2025-08-20T21:54:58.5070209Z [00:03:41.215]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:58.5070748Z [00:03:41.215]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:58.5071201Z [00:03:41.215]➜  packagefile os/exec=/tmp/go-build3999932643/b507/_pkg_.a
2025-08-20T21:54:58.5071628Z [00:03:41.215]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:58.5072051Z [00:03:41.215]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:58.5072354Z [00:03:41.215]➜  EOF
2025-08-20T21:54:58.5072609Z [00:03:41.215]➜  github.com/aws/aws-sdk-go-v2/aws/retry
2025-08-20T21:54:58.5072918Z [00:03:41.215]➜  mkdir -p $WORK/b1260/
2025-08-20T21:54:58.5075485Z [00:03:41.215]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1268/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/processcreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/processcreds;$WORK/b1268=>" -p github.com/aws/aws-sdk-go-v2/credentials/processcreds -lang=go1.22 -complete -installsuffix shared -buildid BbgllFuQjoOMF1jLwfAH/BbgllFuQjoOMF1jLwfAH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1268/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/processcreds/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/processcreds/provider.go
2025-08-20T21:54:58.5078085Z [00:03:41.216]➜  cat >/tmp/go-build3999932643/b1260/importcfg << 'EOF' # internal
2025-08-20T21:54:58.5078442Z [00:03:41.216]➜  # import config
2025-08-20T21:54:58.5078778Z [00:03:41.216]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:58.5079412Z [00:03:41.216]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:58.5079884Z [00:03:41.216]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.5080484Z [00:03:41.216]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:54:58.5081168Z [00:03:41.216]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3999932643/b1249/_pkg_.a
2025-08-20T21:54:58.5081829Z [00:03:41.216]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/ratelimit=/tmp/go-build3999932643/b1261/_pkg_.a
2025-08-20T21:54:58.5082503Z [00:03:41.216]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3999932643/b1262/_pkg_.a
2025-08-20T21:54:58.5083173Z [00:03:41.216]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build3999932643/b1232/_pkg_.a
2025-08-20T21:54:58.5083821Z [00:03:41.216]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3999932643/b1233/_pkg_.a
2025-08-20T21:54:58.5084489Z [00:03:41.216]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/timeconv=/tmp/go-build3999932643/b1263/_pkg_.a
2025-08-20T21:54:58.5085106Z [00:03:41.216]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3999932643/b1241/_pkg_.a
2025-08-20T21:54:58.5085698Z [00:03:41.216]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3999932643/b1239/_pkg_.a
2025-08-20T21:54:58.5086296Z [00:03:41.217]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3999932643/b1243/_pkg_.a
2025-08-20T21:54:58.5086899Z [00:03:41.217]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:54:58.5100563Z [00:03:41.217]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3999932643/b1245/_pkg_.a
2025-08-20T21:54:58.5101542Z [00:03:41.217]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3999932643/b1240/_pkg_.a
2025-08-20T21:54:58.5102083Z [00:03:41.217]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:58.5102505Z [00:03:41.217]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:58.5102922Z [00:03:41.217]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:58.5103353Z [00:03:41.217]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:58.5103776Z [00:03:41.217]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:58.5104192Z [00:03:41.217]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:58.5104596Z [00:03:41.217]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:58.5104908Z [00:03:41.217]➜  EOF
2025-08-20T21:54:58.5110765Z [00:03:41.218]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1260/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry=>github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry;$WORK/b1260=>" -p github.com/aws/aws-sdk-go-v2/aws/retry -lang=go1.22 -complete -installsuffix shared -buildid sfA8R6thr6d6wSJoVOPO/sfA8R6thr6d6wSJoVOPO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1260/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/adaptive.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/adaptive_ratelimit.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/adaptive_token_bucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/attempt_metrics.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/jitter_backoff.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/retry.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/retryable_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/standard.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/throttle_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/timeout_error.go
2025-08-20T21:54:58.5414054Z [00:03:41.250]➜  go tool buildid -w $WORK/b1268/_pkg_.a # internal
2025-08-20T21:54:58.5449451Z [00:03:41.254]➜  cp $WORK/b1268/_pkg_.a /root/.cache/go-build/fc/fc6e54ea0478d3118082420f9d8a5509a86dfff20cbb22c77cb997e7749a0580-d # internal
2025-08-20T21:54:58.5456020Z [00:03:41.255]➜  github.com/aws/aws-sdk-go-v2/aws/defaults
2025-08-20T21:54:58.5456400Z [00:03:41.255]➜  mkdir -p $WORK/b1273/
2025-08-20T21:54:58.5472137Z [00:03:41.256]➜  cat >/tmp/go-build3999932643/b1273/importcfg << 'EOF' # internal
2025-08-20T21:54:58.5472648Z [00:03:41.256]➜  # import config
2025-08-20T21:54:58.5472989Z [00:03:41.256]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.5473505Z [00:03:41.256]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:54:58.5474025Z [00:03:41.256]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:54:58.5474451Z [00:03:41.256]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:58.5474874Z [00:03:41.256]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:58.5475186Z [00:03:41.256]➜  EOF
2025-08-20T21:54:58.5502029Z [00:03:41.259]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1273/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/defaults=>github.com/aws/aws-sdk-go-v2@v1.36.5/aws/defaults;$WORK/b1273=>" -p github.com/aws/aws-sdk-go-v2/aws/defaults -lang=go1.22 -complete -installsuffix shared -buildid 3VQE0WtJ4A1lbyRyM8hK/3VQE0WtJ4A1lbyRyM8hK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1273/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/defaults/auto.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/defaults/configuration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/defaults/defaults.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/defaults/doc.go
2025-08-20T21:54:58.5645154Z [00:03:41.274]➜  go tool buildid -w $WORK/b1273/_pkg_.a # internal
2025-08-20T21:54:58.5678652Z [00:03:41.274]➜  cp $WORK/b1273/_pkg_.a /root/.cache/go-build/dc/dc9b592321ffefa37e4a9d44a1fd269e4b85fec2aa87667aae5221b55ef125d9-d # internal
2025-08-20T21:54:58.5685755Z [00:03:41.278]➜  github.com/aws/aws-sdk-go-v2/internal/auth/smithy
2025-08-20T21:54:58.5686561Z [00:03:41.278]➜  mkdir -p $WORK/b1275/
2025-08-20T21:54:58.5687448Z [00:03:41.278]➜  cat >/tmp/go-build3999932643/b1275/importcfg << 'EOF' # internal
2025-08-20T21:54:58.5688040Z [00:03:41.278]➜  # import config
2025-08-20T21:54:58.5688647Z [00:03:41.278]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:58.5689329Z [00:03:41.278]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.5690101Z [00:03:41.278]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:54:58.5691228Z [00:03:41.278]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3999932643/b1248/_pkg_.a
2025-08-20T21:54:58.5691982Z [00:03:41.278]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3999932643/b1262/_pkg_.a
2025-08-20T21:54:58.5692657Z [00:03:41.278]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3999932643/b1233/_pkg_.a
2025-08-20T21:54:58.5693257Z [00:03:41.278]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3999932643/b1241/_pkg_.a
2025-08-20T21:54:58.5693829Z [00:03:41.278]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3999932643/b1242/_pkg_.a
2025-08-20T21:54:58.5694434Z [00:03:41.278]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build3999932643/b1235/_pkg_.a
2025-08-20T21:54:58.5695040Z [00:03:41.278]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3999932643/b1239/_pkg_.a
2025-08-20T21:54:58.5695922Z [00:03:41.278]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3999932643/b1240/_pkg_.a
2025-08-20T21:54:58.5696544Z [00:03:41.278]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:58.5696848Z [00:03:41.278]➜  EOF
2025-08-20T21:54:58.5700827Z [00:03:41.278]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1275/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/auth/smithy=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/auth/smithy;$WORK/b1275=>" -p github.com/aws/aws-sdk-go-v2/internal/auth/smithy -lang=go1.22 -complete -installsuffix shared -buildid -Y87tAfxz0hLMadqEbvb/-Y87tAfxz0hLMadqEbvb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1275/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/auth/smithy/bearer_token_adapter.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/auth/smithy/bearer_token_signer_adapter.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/auth/smithy/credentials_adapter.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/auth/smithy/smithy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/auth/smithy/v4signer_adapter.go
2025-08-20T21:54:58.6181220Z [00:03:41.327]➜  go tool buildid -w $WORK/b1275/_pkg_.a # internal
2025-08-20T21:54:58.6186977Z [00:03:41.328]➜  cp $WORK/b1275/_pkg_.a /root/.cache/go-build/9a/9a9ed30180549ef059952468fa8be99eb901f6421fb8f50007d7eaaed5672955-d # internal
2025-08-20T21:54:58.6291746Z [00:03:41.338]➜  github.com/aws/aws-sdk-go-v2/internal/configsources
2025-08-20T21:54:58.6292666Z [00:03:41.338]➜  mkdir -p $WORK/b1276/
2025-08-20T21:54:58.6300303Z [00:03:41.338]➜  cat >/tmp/go-build3999932643/b1276/importcfg << 'EOF' # internal
2025-08-20T21:54:58.6301027Z [00:03:41.338]➜  # import config
2025-08-20T21:54:58.6301382Z [00:03:41.338]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:58.6301904Z [00:03:41.338]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:54:58.6302307Z [00:03:41.338]➜  EOF
2025-08-20T21:54:58.6305169Z [00:03:41.338]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1276/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.36=>github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.36;$WORK/b1276=>" -p github.com/aws/aws-sdk-go-v2/internal/configsources -lang=go1.22 -complete -installsuffix shared -buildid zBzt7FWdUV5dd1A0w2K6/zBzt7FWdUV5dd1A0w2K6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1276/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.36/config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.36/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.36/go_module_metadata.go
2025-08-20T21:54:58.6410918Z [00:03:41.350]➜  go tool buildid -w $WORK/b1260/_pkg_.a # internal
2025-08-20T21:54:58.6435548Z [00:03:41.353]➜  cp $WORK/b1260/_pkg_.a /root/.cache/go-build/14/14415366f55444bd9baf8c7faba75230a16592aa1d34ca9304d34be92d004cd6-d # internal
2025-08-20T21:54:58.6509359Z [00:03:41.360]➜  github.com/aws/aws-sdk-go-v2/feature/ec2/imds
2025-08-20T21:54:58.6510478Z [00:03:41.360]➜  mkdir -p $WORK/b1259/
2025-08-20T21:54:58.6511293Z [00:03:41.360]➜  go tool buildid -w $WORK/b1276/_pkg_.a # internal
2025-08-20T21:54:58.6512203Z [00:03:41.360]➜  cp $WORK/b1276/_pkg_.a /root/.cache/go-build/33/334c347e8bef4cb390fbbdfd290648ad99d7f165dd2d792f9b61221a2c2e54cf-d # internal
2025-08-20T21:54:58.6527894Z [00:03:41.362]➜  cat >/tmp/go-build3999932643/b1259/importcfg << 'EOF' # internal
2025-08-20T21:54:58.6528655Z [00:03:41.362]➜  # import config
2025-08-20T21:54:58.6529139Z [00:03:41.362]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:58.6530685Z [00:03:41.362]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:58.6531158Z [00:03:41.362]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:58.6531878Z [00:03:41.362]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:58.6532357Z [00:03:41.362]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.6532975Z [00:03:41.362]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:54:58.6533664Z [00:03:41.362]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3999932643/b1249/_pkg_.a
2025-08-20T21:54:58.6534313Z [00:03:41.362]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3999932643/b1260/_pkg_.a
2025-08-20T21:54:58.6534982Z [00:03:41.362]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3999932643/b1256/_pkg_.a
2025-08-20T21:54:58.6535749Z [00:03:41.362]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config=/tmp/go-build3999932643/b1264/_pkg_.a
2025-08-20T21:54:58.6536419Z [00:03:41.362]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3999932643/b1241/_pkg_.a
2025-08-20T21:54:58.6536975Z [00:03:41.362]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3999932643/b1265/_pkg_.a
2025-08-20T21:54:58.6537980Z [00:03:41.362]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3999932643/b1239/_pkg_.a
2025-08-20T21:54:58.6538667Z [00:03:41.362]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:54:58.6539312Z [00:03:41.362]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3999932643/b1240/_pkg_.a
2025-08-20T21:54:58.6539829Z [00:03:41.362]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:58.6540517Z [00:03:41.362]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:58.6541085Z [00:03:41.362]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:58.6541504Z [00:03:41.362]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:58.6541931Z [00:03:41.362]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:58.6542347Z [00:03:41.362]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:58.6542809Z [00:03:41.362]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:58.6543241Z [00:03:41.362]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:58.6543666Z [00:03:41.362]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:58.6544084Z [00:03:41.362]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:58.6544515Z [00:03:41.362]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:58.6544948Z [00:03:41.362]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:58.6545259Z [00:03:41.362]➜  EOF
2025-08-20T21:54:58.6551903Z [00:03:41.362]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1259/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.32=>github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.32;$WORK/b1259=>" -p github.com/aws/aws-sdk-go-v2/feature/ec2/imds -lang=go1.22 -complete -installsuffix shared -buildid 1cPn0evbTc70XVsULFo5/1cPn0evbTc70XVsULFo5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1259/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.32/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.32/api_op_GetDynamicData.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.32/api_op_GetIAMInfo.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.32/api_op_GetInstanceIdentityDocument.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.32/api_op_GetMetadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.32/api_op_GetRegion.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.32/api_op_GetToken.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.32/api_op_GetUserData.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.32/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.32/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.32/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.32/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.32/request_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.32/token_provider.go
2025-08-20T21:54:58.6580539Z [00:03:41.365]➜  github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client
2025-08-20T21:54:58.6600806Z [00:03:41.365]➜  mkdir -p $WORK/b1267/
2025-08-20T21:54:58.6601240Z [00:03:41.365]➜  cat >/tmp/go-build3999932643/b1267/importcfg << 'EOF' # internal
2025-08-20T21:54:58.6601607Z [00:03:41.365]➜  # import config
2025-08-20T21:54:58.6601949Z [00:03:41.365]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:58.6602402Z [00:03:41.365]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:58.6602834Z [00:03:41.365]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.6603341Z [00:03:41.365]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:54:58.6603972Z [00:03:41.365]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3999932643/b1249/_pkg_.a
2025-08-20T21:54:58.6604615Z [00:03:41.365]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3999932643/b1260/_pkg_.a
2025-08-20T21:54:58.6605279Z [00:03:41.365]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3999932643/b1256/_pkg_.a
2025-08-20T21:54:58.6605897Z [00:03:41.365]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3999932643/b1241/_pkg_.a
2025-08-20T21:54:58.6606765Z [00:03:41.365]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:54:58.6612808Z [00:03:41.365]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3999932643/b1240/_pkg_.a
2025-08-20T21:54:58.6613498Z [00:03:41.365]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:58.6613926Z [00:03:41.365]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:58.6614369Z [00:03:41.365]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:58.6614783Z [00:03:41.365]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:58.6615086Z [00:03:41.365]➜  EOF
2025-08-20T21:54:58.6619144Z [00:03:41.365]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1267/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/endpointcreds/internal/client=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/endpointcreds/internal/client;$WORK/b1267=>" -p github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client -lang=go1.22 -complete -installsuffix shared -buildid 2OJYhPVMyUv9bAPkILcW/2OJYhPVMyUv9bAPkILcW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1267/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/endpointcreds/internal/client/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/endpointcreds/internal/client/client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/endpointcreds/internal/client/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/endpointcreds/internal/client/middleware.go
2025-08-20T21:54:58.6831783Z [00:03:41.392]➜  go tool buildid -w $WORK/b1117/_pkg_.a # internal
2025-08-20T21:54:58.6877239Z [00:03:41.397]➜  cp $WORK/b1117/_pkg_.a /root/.cache/go-build/0e/0e91eb72d44ce26dca88aaa7acad979d2b47e3f79e601a2676619bab9ccca04e-d # internal
2025-08-20T21:54:58.6881540Z [00:03:41.397]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/writer
2025-08-20T21:54:58.6882371Z [00:03:41.397]➜  mkdir -p $WORK/b1116/
2025-08-20T21:54:58.6883015Z [00:03:41.397]➜  cat >/tmp/go-build3999932643/b1116/importcfg << 'EOF' # internal
2025-08-20T21:54:58.6883762Z [00:03:41.398]➜  # import config
2025-08-20T21:54:58.6888339Z [00:03:41.398]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:58.6889474Z [00:03:41.398]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:54:58.6891224Z [00:03:41.398]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/progress=/tmp/go-build3999932643/b1106/_pkg_.a
2025-08-20T21:54:58.6892231Z [00:03:41.398]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting=/tmp/go-build3999932643/b1117/_pkg_.a
2025-08-20T21:54:58.6893585Z [00:03:41.398]➜  EOF
2025-08-20T21:54:58.6896420Z [00:03:41.398]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1116/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/writer=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/writer;$WORK/b1116=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/writer -lang=go1.24 -complete -installsuffix shared -buildid XsKT2MucLVQhKY14RKGJ/XsKT2MucLVQhKY14RKGJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1116/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/writer/writer.go
2025-08-20T21:54:58.7144508Z [00:03:41.424]➜  go tool buildid -w $WORK/b1267/_pkg_.a # internal
2025-08-20T21:54:58.7155669Z [00:03:41.425]➜  cp $WORK/b1267/_pkg_.a /root/.cache/go-build/4c/4c98677ce5c37331471a784ccca49050cab4ea8f3ba610979d2287145f9713c2-d # internal
2025-08-20T21:54:58.7182720Z [00:03:41.427]➜  github.com/aws/aws-sdk-go-v2/credentials/endpointcreds
2025-08-20T21:54:58.7185668Z [00:03:41.427]➜  mkdir -p $WORK/b1266/
2025-08-20T21:54:58.7186433Z [00:03:41.428]➜  cat >/tmp/go-build3999932643/b1266/importcfg << 'EOF' # internal
2025-08-20T21:54:58.7186785Z [00:03:41.428]➜  # import config
2025-08-20T21:54:58.7187132Z [00:03:41.428]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:58.7187762Z [00:03:41.428]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.7188277Z [00:03:41.428]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:54:58.7189041Z [00:03:41.428]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client=/tmp/go-build3999932643/b1267/_pkg_.a
2025-08-20T21:54:58.7189792Z [00:03:41.428]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:54:58.7190310Z [00:03:41.428]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:58.7190747Z [00:03:41.428]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:58.7191065Z [00:03:41.428]➜  EOF
2025-08-20T21:54:58.7193442Z [00:03:41.428]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1266/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/endpointcreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/endpointcreds;$WORK/b1266=>" -p github.com/aws/aws-sdk-go-v2/credentials/endpointcreds -lang=go1.22 -complete -installsuffix shared -buildid HIJK6WdgGdFShZgUmYSG/HIJK6WdgGdFShZgUmYSG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1266/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/endpointcreds/provider.go
2025-08-20T21:54:58.7564027Z [00:03:41.465]➜  go tool buildid -w $WORK/b1259/_pkg_.a # internal
2025-08-20T21:54:58.7583052Z [00:03:41.467]➜  cp $WORK/b1259/_pkg_.a /root/.cache/go-build/f5/f5a70ab826e7b5edda2446540416c451340c10f18766a116bce7fe76a4adeb54-d # internal
2025-08-20T21:54:58.7587014Z [00:03:41.467]➜  go tool buildid -w $WORK/b1266/_pkg_.a # internal
2025-08-20T21:54:58.7591293Z [00:03:41.468]➜  cp $WORK/b1266/_pkg_.a /root/.cache/go-build/3d/3de2f3404b19c3453eaa06c6339e10b856e524f900e7a44e9eacc02b52289a4e-d # internal
2025-08-20T21:54:58.7591969Z [00:03:41.468]➜  github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds
2025-08-20T21:54:58.7592550Z [00:03:41.468]➜  mkdir -p $WORK/b1258/
2025-08-20T21:54:58.7594794Z [00:03:41.469]➜  cat >/tmp/go-build3999932643/b1258/importcfg << 'EOF' # internal
2025-08-20T21:54:58.7595378Z [00:03:41.469]➜  # import config
2025-08-20T21:54:58.7595949Z [00:03:41.469]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:54:58.7596632Z [00:03:41.469]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:58.7597677Z [00:03:41.469]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:58.7599435Z [00:03:41.469]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.7600720Z [00:03:41.469]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:54:58.7602906Z [00:03:41.469]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build3999932643/b1259/_pkg_.a
2025-08-20T21:54:58.7604095Z [00:03:41.469]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build3999932643/b1232/_pkg_.a
2025-08-20T21:54:58.7606019Z [00:03:41.469]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3999932643/b1233/_pkg_.a
2025-08-20T21:54:58.7607171Z [00:03:41.469]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3999932643/b1241/_pkg_.a
2025-08-20T21:54:58.7609817Z [00:03:41.469]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3999932643/b1239/_pkg_.a
2025-08-20T21:54:58.7610491Z [00:03:41.469]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:54:58.7611005Z [00:03:41.469]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:58.7611429Z [00:03:41.469]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:58.7612166Z [00:03:41.469]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:58.7612588Z [00:03:41.469]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:58.7612894Z [00:03:41.469]➜  EOF
2025-08-20T21:54:58.7615420Z [00:03:41.469]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1258/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/ec2rolecreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/ec2rolecreds;$WORK/b1258=>" -p github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds -lang=go1.22 -complete -installsuffix shared -buildid 7VwPD6S92pkc99XBxMFl/7VwPD6S92pkc99XBxMFl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1258/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/ec2rolecreds/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/ec2rolecreds/provider.go
2025-08-20T21:54:58.7629683Z [00:03:41.471]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints
2025-08-20T21:54:58.7630056Z [00:03:41.471]➜  mkdir -p $WORK/b1277/
2025-08-20T21:54:58.7630429Z [00:03:41.471]➜  cat >/tmp/go-build3999932643/b1277/importcfg << 'EOF' # internal
2025-08-20T21:54:58.7630776Z [00:03:41.471]➜  # import config
2025-08-20T21:54:58.7631109Z [00:03:41.471]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.7631614Z [00:03:41.471]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:54:58.7632402Z [00:03:41.471]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:58.7632888Z [00:03:41.471]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:58.7633206Z [00:03:41.471]➜  EOF
2025-08-20T21:54:58.7635273Z [00:03:41.471]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1277/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/endpoints=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/endpoints;$WORK/b1277=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid 8Jjc9IL7wZrqoxQ5pPIX/8Jjc9IL7wZrqoxQ5pPIX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1277/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/endpoints/endpoints.go
2025-08-20T21:54:58.7874478Z [00:03:41.496]➜  go tool buildid -w $WORK/b1277/_pkg_.a # internal
2025-08-20T21:54:58.7877223Z [00:03:41.497]➜  cp $WORK/b1277/_pkg_.a /root/.cache/go-build/f1/f12392d50604440aac811d9727b77ba9f8c5b9d3609af46f6213492b0b0358f4-d # internal
2025-08-20T21:54:58.7882323Z [00:03:41.497]➜  github.com/aws/aws-sdk-go-v2/internal/middleware
2025-08-20T21:54:58.7882697Z [00:03:41.498]➜  mkdir -p $WORK/b1279/
2025-08-20T21:54:58.7883831Z [00:03:41.498]➜  cat >/tmp/go-build3999932643/b1279/importcfg << 'EOF' # internal
2025-08-20T21:54:58.7885854Z [00:03:41.498]➜  # import config
2025-08-20T21:54:58.7886523Z [00:03:41.498]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:58.7887122Z [00:03:41.498]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3999932643/b1262/_pkg_.a
2025-08-20T21:54:58.7887938Z [00:03:41.498]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:54:58.7888481Z [00:03:41.498]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:58.7888915Z [00:03:41.498]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:58.7889223Z [00:03:41.498]➜  EOF
2025-08-20T21:54:58.7891333Z [00:03:41.498]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1279/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/middleware=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/middleware;$WORK/b1279=>" -p github.com/aws/aws-sdk-go-v2/internal/middleware -lang=go1.22 -complete -installsuffix shared -buildid MHeY692XwyNB0Sj0T9C_/MHeY692XwyNB0Sj0T9C_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1279/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/middleware/middleware.go
2025-08-20T21:54:58.8018195Z [00:03:41.509]➜  go tool buildid -w $WORK/b1279/_pkg_.a # internal
2025-08-20T21:54:58.8018951Z [00:03:41.510]➜  cp $WORK/b1279/_pkg_.a /root/.cache/go-build/b8/b8e07b91e570465a776c683c2343c2971974d62897f5bf2c53f92ae6cd59203d-d # internal
2025-08-20T21:54:58.8019594Z [00:03:41.510]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
2025-08-20T21:54:58.8019936Z [00:03:41.510]➜  mkdir -p $WORK/b1281/
2025-08-20T21:54:58.8020318Z [00:03:41.510]➜  cat >/tmp/go-build3999932643/b1281/importcfg << 'EOF' # internal
2025-08-20T21:54:58.8020665Z [00:03:41.510]➜  # import config
2025-08-20T21:54:58.8020994Z [00:03:41.510]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.8021507Z [00:03:41.510]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:54:58.8022112Z [00:03:41.510]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3999932643/b1239/_pkg_.a
2025-08-20T21:54:58.8022628Z [00:03:41.510]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:58.8023050Z [00:03:41.510]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:58.8023366Z [00:03:41.510]➜  EOF
2025-08-20T21:54:58.8026102Z [00:03:41.510]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1281/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.6.36=>github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.6.36;$WORK/b1281=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 -lang=go1.22 -complete -installsuffix shared -buildid lMILzSf7y3BKLK1SfHHg/lMILzSf7y3BKLK1SfHHg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1281/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.6.36/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.6.36/go_module_metadata.go
2025-08-20T21:54:58.8101421Z [00:03:41.519]➜  go tool buildid -w $WORK/b1116/_pkg_.a # internal
2025-08-20T21:54:58.8129258Z [00:03:41.522]➜  cp $WORK/b1116/_pkg_.a /root/.cache/go-build/ce/ce945b351144424775d6ddd3dd0d9979f7fa7955355e6cc2f4f5b179d049d8d1-d # internal
2025-08-20T21:54:58.8129938Z [00:03:41.522]➜  go tool buildid -w $WORK/b1258/_pkg_.a # internal
2025-08-20T21:54:58.8136352Z [00:03:41.523]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh
2025-08-20T21:54:58.8145224Z [00:03:41.523]➜  mkdir -p $WORK/b1114/
2025-08-20T21:54:58.8148768Z [00:03:41.524]➜  cp $WORK/b1258/_pkg_.a /root/.cache/go-build/26/26343c21bebd34426309b045698a734556cb3e4104b085360aa455b5a5980251-d # internal
2025-08-20T21:54:58.8154605Z [00:03:41.525]➜  cat >/tmp/go-build3999932643/b1114/importcfg << 'EOF' # internal
2025-08-20T21:54:58.8155443Z [00:03:41.525]➜  # import config
2025-08-20T21:54:58.8155841Z [00:03:41.525]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:58.8156577Z [00:03:41.525]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:58.8157008Z [00:03:41.525]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.8157669Z [00:03:41.525]➜  packagefile github.com/Mzack9999/gcache=/tmp/go-build3999932643/b342/_pkg_.a
2025-08-20T21:54:58.8158348Z [00:03:41.525]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:54:58.8159050Z [00:03:41.525]➜  packagefile github.com/projectdiscovery/interactsh/pkg/client=/tmp/go-build3999932643/b323/_pkg_.a
2025-08-20T21:54:58.8159798Z [00:03:41.525]➜  packagefile github.com/projectdiscovery/interactsh/pkg/server=/tmp/go-build3999932643/b576/_pkg_.a
2025-08-20T21:54:58.8160569Z [00:03:41.525]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/frequency=/tmp/go-build3999932643/b1099/_pkg_.a
2025-08-20T21:54:58.8161497Z [00:03:41.525]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build3999932643/b715/_pkg_.a
2025-08-20T21:54:58.8162254Z [00:03:41.525]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:54:58.8163280Z [00:03:41.525]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/progress=/tmp/go-build3999932643/b1106/_pkg_.a
2025-08-20T21:54:58.8164226Z [00:03:41.525]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter=/tmp/go-build3999932643/b1115/_pkg_.a
2025-08-20T21:54:58.8165243Z [00:03:41.525]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/writer=/tmp/go-build3999932643/b1116/_pkg_.a
2025-08-20T21:54:58.8166085Z [00:03:41.525]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting=/tmp/go-build3999932643/b1117/_pkg_.a
2025-08-20T21:54:58.8166812Z [00:03:41.525]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:54:58.8168164Z [00:03:41.525]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:54:58.8168920Z [00:03:41.525]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:54:58.8169451Z [00:03:41.525]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:58.8169863Z [00:03:41.525]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:58.8170287Z [00:03:41.525]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:58.8170701Z [00:03:41.525]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:54:58.8171308Z [00:03:41.525]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:58.8171811Z [00:03:41.525]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:58.8172118Z [00:03:41.525]➜  EOF
2025-08-20T21:54:58.8175063Z [00:03:41.525]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1114/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/interactsh=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh;$WORK/b1114=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh -lang=go1.24 -complete -installsuffix shared -buildid FcSyZSsOowXBu9WK83cW/FcSyZSsOowXBu9WK83cW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1114/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/interactsh/const.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/interactsh/interactsh.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/interactsh/options.go
2025-08-20T21:54:58.8186670Z [00:03:41.528]➜  github.com/aws/smithy-go/document
2025-08-20T21:54:58.8187026Z [00:03:41.528]➜  mkdir -p $WORK/b1283/
2025-08-20T21:54:58.8193862Z [00:03:41.529]➜  cat >/tmp/go-build3999932643/b1283/importcfg << 'EOF' # internal
2025-08-20T21:54:58.8195285Z [00:03:41.529]➜  # import config
2025-08-20T21:54:58.8219259Z [00:03:41.529]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.8220020Z [00:03:41.529]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:58.8220475Z [00:03:41.529]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:54:58.8220903Z [00:03:41.529]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:58.8221221Z [00:03:41.529]➜  EOF
2025-08-20T21:54:58.8223592Z [00:03:41.531]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1283/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/document=>github.com/aws/smithy-go@v1.22.4/document;$WORK/b1283=>" -p github.com/aws/smithy-go/document -lang=go1.22 -complete -installsuffix shared -buildid Zc89KTppOfemDM_70rBN/Zc89KTppOfemDM_70rBN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1283/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/document/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/document/document.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/document/errors.go
2025-08-20T21:54:58.8274249Z [00:03:41.537]➜  go tool buildid -w $WORK/b1281/_pkg_.a # internal
2025-08-20T21:54:58.8279916Z [00:03:41.537]➜  cp $WORK/b1281/_pkg_.a /root/.cache/go-build/73/730a82a9b0ba5d54ae4c64676c8e3a466aa662a316b6009ce20d0e6bcc2c9774-d # internal
2025-08-20T21:54:58.8282847Z [00:03:41.538]➜  github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints
2025-08-20T21:54:58.8283760Z [00:03:41.538]➜  mkdir -p $WORK/b1280/
2025-08-20T21:54:58.8290822Z [00:03:41.538]➜  cat >/tmp/go-build3999932643/b1280/importcfg << 'EOF' # internal
2025-08-20T21:54:58.8291216Z [00:03:41.538]➜  # import config
2025-08-20T21:54:58.8291670Z [00:03:41.538]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:54:58.8292340Z [00:03:41.538]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3999932643/b1281/_pkg_.a
2025-08-20T21:54:58.8292994Z [00:03:41.538]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3999932643/b1239/_pkg_.a
2025-08-20T21:54:58.8293505Z [00:03:41.538]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:58.8293820Z [00:03:41.538]➜  EOF
2025-08-20T21:54:58.8323374Z [00:03:41.541]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1280/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.5/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/sso@v1.25.5/internal/endpoints;$WORK/b1280=>" -p github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid MgLdqPRIJhqCVeIeTWtq/MgLdqPRIJhqCVeIeTWtq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1280/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.5/internal/endpoints/endpoints.go
2025-08-20T21:54:58.8535302Z [00:03:41.562]➜  go tool buildid -w $WORK/b1280/_pkg_.a # internal
2025-08-20T21:54:58.8536674Z [00:03:41.563]➜  cp $WORK/b1280/_pkg_.a /root/.cache/go-build/74/7410ff0cca3632923d9d06984d9a49d8d262d0150227d72a5688d241b18f09ba-d # internal
2025-08-20T21:54:58.8537717Z [00:03:41.563]➜  go tool buildid -w $WORK/b1283/_pkg_.a # internal
2025-08-20T21:54:58.8540691Z [00:03:41.563]➜  github.com/aws/smithy-go/endpoints
2025-08-20T21:54:58.8541034Z [00:03:41.563]➜  mkdir -p $WORK/b1284/
2025-08-20T21:54:58.8547899Z [00:03:41.564]➜  cp $WORK/b1283/_pkg_.a /root/.cache/go-build/db/db7080553b650262de96ce3a95661a0a34c66e9981df0a1245d89ab0cd60a7d8-d # internal
2025-08-20T21:54:58.8551463Z [00:03:41.564]➜  cat >/tmp/go-build3999932643/b1284/importcfg << 'EOF' # internal
2025-08-20T21:54:58.8551888Z [00:03:41.564]➜  # import config
2025-08-20T21:54:58.8556417Z [00:03:41.564]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3999932643/b1241/_pkg_.a
2025-08-20T21:54:58.8556937Z [00:03:41.564]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:58.8557476Z [00:03:41.564]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:58.8557853Z [00:03:41.564]➜  EOF
2025-08-20T21:54:58.8560032Z [00:03:41.565]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1284/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/endpoints=>github.com/aws/smithy-go@v1.22.4/endpoints;$WORK/b1284=>" -p github.com/aws/smithy-go/endpoints -lang=go1.22 -complete -installsuffix shared -buildid 8Y55ozG0EiGmNJ2ZVFKV/8Y55ozG0EiGmNJ2ZVFKV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1284/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/endpoints/endpoint.go
2025-08-20T21:54:58.8564609Z [00:03:41.566]➜  github.com/aws/aws-sdk-go-v2/service/sso/types
2025-08-20T21:54:58.8567902Z [00:03:41.566]➜  mkdir -p $WORK/b1282/
2025-08-20T21:54:58.8569344Z [00:03:41.566]➜  cat >/tmp/go-build3999932643/b1282/importcfg << 'EOF' # internal
2025-08-20T21:54:58.8569712Z [00:03:41.566]➜  # import config
2025-08-20T21:54:58.8570039Z [00:03:41.566]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.8570557Z [00:03:41.566]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3999932643/b1241/_pkg_.a
2025-08-20T21:54:58.8571153Z [00:03:41.566]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3999932643/b1283/_pkg_.a
2025-08-20T21:54:58.8571757Z [00:03:41.566]➜  EOF
2025-08-20T21:54:58.8574295Z [00:03:41.566]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1282/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.5/types=>github.com/aws/aws-sdk-go-v2/service/sso@v1.25.5/types;$WORK/b1282=>" -p github.com/aws/aws-sdk-go-v2/service/sso/types -lang=go1.22 -complete -installsuffix shared -buildid 7-XiTp159wV--Vxcz4c7/7-XiTp159wV--Vxcz4c7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1282/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.5/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.5/types/types.go
2025-08-20T21:54:58.8678668Z [00:03:41.577]➜  go tool buildid -w $WORK/b1284/_pkg_.a # internal
2025-08-20T21:54:58.8687476Z [00:03:41.578]➜  cp $WORK/b1284/_pkg_.a /root/.cache/go-build/ab/ab875ea01c85e361217bc97065a5cae7560691b42fb9cda73b0d5c1e95afd899-d # internal
2025-08-20T21:54:58.8721764Z [00:03:41.581]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints
2025-08-20T21:54:58.8742410Z [00:03:41.581]➜  mkdir -p $WORK/b1286/
2025-08-20T21:54:58.8749504Z [00:03:41.583]➜  cat >/tmp/go-build3999932643/b1286/importcfg << 'EOF' # internal
2025-08-20T21:54:58.8750227Z [00:03:41.583]➜  # import config
2025-08-20T21:54:58.8750736Z [00:03:41.583]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:54:58.8751530Z [00:03:41.583]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3999932643/b1281/_pkg_.a
2025-08-20T21:54:58.8752271Z [00:03:41.583]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3999932643/b1239/_pkg_.a
2025-08-20T21:54:58.8752782Z [00:03:41.583]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:58.8753105Z [00:03:41.583]➜  EOF
2025-08-20T21:54:58.8755474Z [00:03:41.584]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1286/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.3/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.3/internal/endpoints;$WORK/b1286=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid 7QeODDZSJWU69ewUDElC/7QeODDZSJWU69ewUDElC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1286/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.3/internal/endpoints/endpoints.go
2025-08-20T21:54:58.8847116Z [00:03:41.593]➜  go tool buildid -w $WORK/b1282/_pkg_.a # internal
2025-08-20T21:54:58.8847986Z [00:03:41.594]➜  cp $WORK/b1282/_pkg_.a /root/.cache/go-build/bc/bc0c67680440f0b3f513ee8165b1d488fa8e695f1109d94ff9d5bc1bb74de7db-d # internal
2025-08-20T21:54:58.8888148Z [00:03:41.598]➜  github.com/aws/aws-sdk-go-v2/service/sso
2025-08-20T21:54:58.8888767Z [00:03:41.598]➜  mkdir -p $WORK/b1272/
2025-08-20T21:54:58.8889155Z [00:03:41.598]➜  cat >/tmp/go-build3999932643/b1272/importcfg << 'EOF' # internal
2025-08-20T21:54:58.8889509Z [00:03:41.598]➜  # import config
2025-08-20T21:54:58.8889843Z [00:03:41.598]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:58.8890266Z [00:03:41.598]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:58.8890723Z [00:03:41.598]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:58.8891166Z [00:03:41.598]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:58.8891581Z [00:03:41.598]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.8892090Z [00:03:41.598]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:54:58.8892714Z [00:03:41.598]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3999932643/b1273/_pkg_.a
2025-08-20T21:54:58.8893381Z [00:03:41.598]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3999932643/b1249/_pkg_.a
2025-08-20T21:54:58.8894290Z [00:03:41.598]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build3999932643/b1274/_pkg_.a
2025-08-20T21:54:58.8894958Z [00:03:41.598]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3999932643/b1260/_pkg_.a
2025-08-20T21:54:58.8895596Z [00:03:41.598]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3999932643/b1248/_pkg_.a
2025-08-20T21:54:58.8896274Z [00:03:41.598]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3999932643/b1256/_pkg_.a
2025-08-20T21:54:58.8896945Z [00:03:41.598]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3999932643/b1253/_pkg_.a
2025-08-20T21:54:58.8897833Z [00:03:41.598]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3999932643/b1275/_pkg_.a
2025-08-20T21:54:58.8898584Z [00:03:41.598]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3999932643/b1276/_pkg_.a
2025-08-20T21:54:58.8899310Z [00:03:41.598]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3999932643/b1277/_pkg_.a
2025-08-20T21:54:58.8900057Z [00:03:41.598]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3999932643/b1278/_pkg_.a
2025-08-20T21:54:58.8900930Z [00:03:41.598]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3999932643/b1279/_pkg_.a
2025-08-20T21:54:58.8901853Z [00:03:41.598]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints=/tmp/go-build3999932643/b1280/_pkg_.a
2025-08-20T21:54:58.8902641Z [00:03:41.598]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/types=/tmp/go-build3999932643/b1282/_pkg_.a
2025-08-20T21:54:58.8903251Z [00:03:41.598]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3999932643/b1241/_pkg_.a
2025-08-20T21:54:58.8903812Z [00:03:41.598]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3999932643/b1242/_pkg_.a
2025-08-20T21:54:58.8904404Z [00:03:41.598]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3999932643/b1283/_pkg_.a
2025-08-20T21:54:58.8905060Z [00:03:41.598]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3999932643/b1254/_pkg_.a
2025-08-20T21:54:58.8905731Z [00:03:41.598]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3999932643/b1284/_pkg_.a
2025-08-20T21:54:58.8906311Z [00:03:41.598]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3999932643/b1265/_pkg_.a
2025-08-20T21:54:58.8906891Z [00:03:41.598]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3999932643/b1239/_pkg_.a
2025-08-20T21:54:58.8907621Z [00:03:41.598]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3999932643/b1243/_pkg_.a
2025-08-20T21:54:58.8908287Z [00:03:41.598]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:54:58.8909062Z [00:03:41.598]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3999932643/b1247/_pkg_.a
2025-08-20T21:54:58.8909635Z [00:03:41.598]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3999932643/b1244/_pkg_.a
2025-08-20T21:54:58.8910226Z [00:03:41.598]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3999932643/b1245/_pkg_.a
2025-08-20T21:54:58.8910855Z [00:03:41.598]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3999932643/b1240/_pkg_.a
2025-08-20T21:54:58.8911367Z [00:03:41.598]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:58.8911789Z [00:03:41.598]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:58.8912206Z [00:03:41.598]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:58.8912619Z [00:03:41.598]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:58.8913043Z [00:03:41.598]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:58.8913452Z [00:03:41.598]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:58.8913863Z [00:03:41.598]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:58.8914481Z [00:03:41.598]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:58.8914913Z [00:03:41.598]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:58.8915213Z [00:03:41.598]➜  EOF
2025-08-20T21:54:58.8920939Z [00:03:41.598]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1272/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.5=>github.com/aws/aws-sdk-go-v2/service/sso@v1.25.5;$WORK/b1272=>" -p github.com/aws/aws-sdk-go-v2/service/sso -lang=go1.22 -complete -installsuffix shared -buildid yA-4MXoPCSUuP1USBErF/yA-4MXoPCSUuP1USBErF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1272/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.5/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.5/api_op_GetRoleCredentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.5/api_op_ListAccountRoles.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.5/api_op_ListAccounts.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.5/api_op_Logout.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.5/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.5/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.5/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.5/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.5/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.5/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.5/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.5/validators.go
2025-08-20T21:54:58.9079336Z [00:03:41.617]➜  go tool buildid -w $WORK/b1286/_pkg_.a # internal
2025-08-20T21:54:58.9080098Z [00:03:41.617]➜  cp $WORK/b1286/_pkg_.a /root/.cache/go-build/4a/4a12b8bd1bea915ab910810a9ae6659c9a8e9442b9e91be7f53e80b6532e82cf-d # internal
2025-08-20T21:54:58.9089339Z [00:03:41.618]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc/types
2025-08-20T21:54:58.9089706Z [00:03:41.618]➜  mkdir -p $WORK/b1287/
2025-08-20T21:54:58.9090103Z [00:03:41.618]➜  cat >/tmp/go-build3999932643/b1287/importcfg << 'EOF' # internal
2025-08-20T21:54:58.9090450Z [00:03:41.618]➜  # import config
2025-08-20T21:54:58.9090776Z [00:03:41.618]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.9091268Z [00:03:41.618]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3999932643/b1241/_pkg_.a
2025-08-20T21:54:58.9091848Z [00:03:41.618]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3999932643/b1283/_pkg_.a
2025-08-20T21:54:58.9092244Z [00:03:41.618]➜  EOF
2025-08-20T21:54:58.9094666Z [00:03:41.618]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1287/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.3/types=>github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.3/types;$WORK/b1287=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc/types -lang=go1.22 -complete -installsuffix shared -buildid NbxdAcseFp6mpQDFDBUk/NbxdAcseFp6mpQDFDBUk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1287/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.3/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.3/types/types.go
2025-08-20T21:54:58.9481256Z [00:03:41.657]➜  go tool buildid -w $WORK/b1287/_pkg_.a # internal
2025-08-20T21:54:58.9493049Z [00:03:41.659]➜  cp $WORK/b1287/_pkg_.a /root/.cache/go-build/84/84660e61dc65c49c8ed3f862c9e8db3d2d129285b95d0243749ee02586fcfb78-d # internal
2025-08-20T21:54:58.9510611Z [00:03:41.660]➜  github.com/aws/smithy-go/encoding
2025-08-20T21:54:58.9510968Z [00:03:41.660]➜  mkdir -p $WORK/b1289/
2025-08-20T21:54:58.9511393Z [00:03:41.660]➜  cat >/tmp/go-build3999932643/b1289/importcfg << 'EOF' # internal
2025-08-20T21:54:58.9512043Z [00:03:41.660]➜  # import config
2025-08-20T21:54:58.9512379Z [00:03:41.660]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.9512796Z [00:03:41.660]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:54:58.9513224Z [00:03:41.660]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:58.9513542Z [00:03:41.660]➜  EOF
2025-08-20T21:54:58.9515643Z [00:03:41.660]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1289/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding=>github.com/aws/smithy-go@v1.22.4/encoding;$WORK/b1289=>" -p github.com/aws/smithy-go/encoding -lang=go1.22 -complete -installsuffix shared -buildid yWGTr5TTeTIILPYP_DWa/yWGTr5TTeTIILPYP_DWa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1289/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/encoding.go
2025-08-20T21:54:58.9626161Z [00:03:41.672]➜  go tool buildid -w $WORK/b1289/_pkg_.a # internal
2025-08-20T21:54:58.9638518Z [00:03:41.673]➜  cp $WORK/b1289/_pkg_.a /root/.cache/go-build/10/10b8e9ca6d3e57bcf8cfc90f546df4b431429fe9f3bf6c90a9cce904f777f037-d # internal
2025-08-20T21:54:58.9662843Z [00:03:41.676]➜  github.com/aws/smithy-go/encoding/json
2025-08-20T21:54:58.9663495Z [00:03:41.676]➜  mkdir -p $WORK/b1288/
2025-08-20T21:54:58.9675926Z [00:03:41.677]➜  cat >/tmp/go-build3999932643/b1288/importcfg << 'EOF' # internal
2025-08-20T21:54:58.9677060Z [00:03:41.677]➜  # import config
2025-08-20T21:54:58.9678019Z [00:03:41.677]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:58.9680445Z [00:03:41.677]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:58.9680942Z [00:03:41.677]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:58.9681404Z [00:03:41.677]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:58.9681919Z [00:03:41.677]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build3999932643/b1289/_pkg_.a
2025-08-20T21:54:58.9682422Z [00:03:41.677]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:58.9682849Z [00:03:41.677]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:58.9683282Z [00:03:41.677]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:58.9683723Z [00:03:41.677]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:58.9684057Z [00:03:41.677]➜  EOF
2025-08-20T21:54:58.9687861Z [00:03:41.677]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1288/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/json=>github.com/aws/smithy-go@v1.22.4/encoding/json;$WORK/b1288=>" -p github.com/aws/smithy-go/encoding/json -lang=go1.22 -complete -installsuffix shared -buildid _5TBTSswFUg7xNckcxiZ/_5TBTSswFUg7xNckcxiZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1288/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/json/array.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/json/constants.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/json/decoder_util.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/json/encoder.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/json/escape.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/json/object.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/json/value.go
2025-08-20T21:54:59.0326700Z [00:03:41.742]➜  go tool buildid -w $WORK/b1288/_pkg_.a # internal
2025-08-20T21:54:59.0346838Z [00:03:41.744]➜  cp $WORK/b1288/_pkg_.a /root/.cache/go-build/e2/e2b1b1fb156952c773a1d08c2f780eb3a58bafa04541d07ccd697bbd0482eb6f-d # internal
2025-08-20T21:54:59.0405565Z [00:03:41.750]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc
2025-08-20T21:54:59.0406510Z [00:03:41.750]➜  mkdir -p $WORK/b1285/
2025-08-20T21:54:59.0419241Z [00:03:41.751]➜  cat >/tmp/go-build3999932643/b1285/importcfg << 'EOF' # internal
2025-08-20T21:54:59.0422132Z [00:03:41.751]➜  # import config
2025-08-20T21:54:59.0424712Z [00:03:41.751]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:59.0426817Z [00:03:41.751]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:59.0427643Z [00:03:41.751]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:59.0430237Z [00:03:41.751]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:59.0433711Z [00:03:41.751]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:59.0434392Z [00:03:41.751]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:54:59.0435024Z [00:03:41.751]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3999932643/b1273/_pkg_.a
2025-08-20T21:54:59.0435717Z [00:03:41.751]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3999932643/b1249/_pkg_.a
2025-08-20T21:54:59.0436423Z [00:03:41.751]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build3999932643/b1274/_pkg_.a
2025-08-20T21:54:59.0437090Z [00:03:41.751]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3999932643/b1260/_pkg_.a
2025-08-20T21:54:59.0438178Z [00:03:41.751]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3999932643/b1248/_pkg_.a
2025-08-20T21:54:59.0439037Z [00:03:41.751]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3999932643/b1256/_pkg_.a
2025-08-20T21:54:59.0439793Z [00:03:41.751]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3999932643/b1253/_pkg_.a
2025-08-20T21:54:59.0440484Z [00:03:41.751]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3999932643/b1275/_pkg_.a
2025-08-20T21:54:59.0441206Z [00:03:41.751]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3999932643/b1276/_pkg_.a
2025-08-20T21:54:59.0441919Z [00:03:41.751]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3999932643/b1277/_pkg_.a
2025-08-20T21:54:59.0442669Z [00:03:41.751]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3999932643/b1278/_pkg_.a
2025-08-20T21:54:59.0460485Z [00:03:41.751]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3999932643/b1279/_pkg_.a
2025-08-20T21:54:59.0461298Z [00:03:41.751]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints=/tmp/go-build3999932643/b1286/_pkg_.a
2025-08-20T21:54:59.0462073Z [00:03:41.751]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/types=/tmp/go-build3999932643/b1287/_pkg_.a
2025-08-20T21:54:59.0462699Z [00:03:41.751]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3999932643/b1241/_pkg_.a
2025-08-20T21:54:59.0463262Z [00:03:41.751]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3999932643/b1242/_pkg_.a
2025-08-20T21:54:59.0464197Z [00:03:41.751]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3999932643/b1283/_pkg_.a
2025-08-20T21:54:59.0465004Z [00:03:41.751]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3999932643/b1254/_pkg_.a
2025-08-20T21:54:59.0465673Z [00:03:41.751]➜  packagefile github.com/aws/smithy-go/encoding/json=/tmp/go-build3999932643/b1288/_pkg_.a
2025-08-20T21:54:59.0466301Z [00:03:41.751]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3999932643/b1284/_pkg_.a
2025-08-20T21:54:59.0466887Z [00:03:41.751]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3999932643/b1265/_pkg_.a
2025-08-20T21:54:59.0467638Z [00:03:41.751]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3999932643/b1239/_pkg_.a
2025-08-20T21:54:59.0468298Z [00:03:41.751]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3999932643/b1243/_pkg_.a
2025-08-20T21:54:59.0468905Z [00:03:41.751]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:54:59.0469499Z [00:03:41.751]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3999932643/b1247/_pkg_.a
2025-08-20T21:54:59.0470076Z [00:03:41.751]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3999932643/b1244/_pkg_.a
2025-08-20T21:54:59.0470662Z [00:03:41.751]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3999932643/b1245/_pkg_.a
2025-08-20T21:54:59.0471283Z [00:03:41.751]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3999932643/b1240/_pkg_.a
2025-08-20T21:54:59.0471801Z [00:03:41.751]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:59.0472201Z [00:03:41.751]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:59.0472618Z [00:03:41.751]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:59.0473043Z [00:03:41.751]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:59.0473455Z [00:03:41.751]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:59.0473865Z [00:03:41.751]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:59.0474309Z [00:03:41.751]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:59.0474738Z [00:03:41.751]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:59.0475045Z [00:03:41.751]➜  EOF
2025-08-20T21:54:59.0484549Z [00:03:41.753]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1285/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.3=>github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.3;$WORK/b1285=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc -lang=go1.22 -complete -installsuffix shared -buildid b3NU0NYNHMxRHp7ccA4C/b3NU0NYNHMxRHp7ccA4C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1285/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.3/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.3/api_op_CreateToken.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.3/api_op_CreateTokenWithIAM.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.3/api_op_RegisterClient.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.3/api_op_StartDeviceAuthorization.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.3/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.3/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.3/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.3/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.3/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.3/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.3/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.3/validators.go
2025-08-20T21:54:59.2587798Z [00:03:41.968]➜  go tool buildid -w $WORK/b1272/_pkg_.a # internal
2025-08-20T21:54:59.2639949Z [00:03:41.973]➜  cp $WORK/b1272/_pkg_.a /root/.cache/go-build/d7/d794937d535afb59ea65de633413085942537e2ce8fdfb2c7f0c8981a3b652bc-d # internal
2025-08-20T21:54:59.2706890Z [00:03:41.980]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/query
2025-08-20T21:54:59.2709172Z [00:03:41.980]➜  mkdir -p $WORK/b1292/
2025-08-20T21:54:59.2710700Z [00:03:41.980]➜  cat >/tmp/go-build3999932643/b1292/importcfg << 'EOF' # internal
2025-08-20T21:54:59.2711174Z [00:03:41.980]➜  # import config
2025-08-20T21:54:59.2712993Z [00:03:41.980]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:59.2713447Z [00:03:41.980]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:59.2714012Z [00:03:41.980]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3999932643/b1254/_pkg_.a
2025-08-20T21:54:59.2714668Z [00:03:41.980]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:54:59.2715311Z [00:03:41.980]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3999932643/b1240/_pkg_.a
2025-08-20T21:54:59.2715831Z [00:03:41.980]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:59.2716248Z [00:03:41.980]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:59.2716686Z [00:03:41.980]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:59.2717110Z [00:03:41.980]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:59.2717730Z [00:03:41.980]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:59.2718154Z [00:03:41.980]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:59.2718466Z [00:03:41.980]➜  EOF
2025-08-20T21:54:59.2722398Z [00:03:41.980]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1292/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/query=>github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/query;$WORK/b1292=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/query -lang=go1.22 -complete -installsuffix shared -buildid be3EQ1OkIRJMt2OmI2RO/be3EQ1OkIRJMt2OmI2RO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1292/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/query/array.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/query/encoder.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/query/map.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/query/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/query/object.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/query/value.go
2025-08-20T21:54:59.3944136Z [00:03:42.103]➜  go tool buildid -w $WORK/b1292/_pkg_.a # internal
2025-08-20T21:54:59.3966828Z [00:03:42.106]➜  cp $WORK/b1292/_pkg_.a /root/.cache/go-build/b0/b005e7e9dafb5174ac7340f8f98c71efc44ce9c27588aace36d315e3213d484f-d # internal
2025-08-20T21:54:59.3975038Z [00:03:42.106]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/xml
2025-08-20T21:54:59.3976524Z [00:03:42.107]➜  mkdir -p $WORK/b1293/
2025-08-20T21:54:59.3978214Z [00:03:42.107]➜  cat >/tmp/go-build3999932643/b1293/importcfg << 'EOF' # internal
2025-08-20T21:54:59.3979818Z [00:03:42.107]➜  # import config
2025-08-20T21:54:59.3981670Z [00:03:42.107]➜  packagefile encoding/xml=/tmp/go-build3999932643/b483/_pkg_.a
2025-08-20T21:54:59.3982141Z [00:03:42.107]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:59.3982556Z [00:03:42.107]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:59.3982855Z [00:03:42.107]➜  EOF
2025-08-20T21:54:59.4010037Z [00:03:42.108]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1293/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/xml=>github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/xml;$WORK/b1293=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/xml -lang=go1.22 -complete -installsuffix shared -buildid yT0-mENtsSDiDvGbIm_H/yT0-mENtsSDiDvGbIm_H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1293/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/xml/error_utils.go
2025-08-20T21:54:59.4221362Z [00:03:42.131]➜  go tool buildid -w $WORK/b1293/_pkg_.a # internal
2025-08-20T21:54:59.4230647Z [00:03:42.132]➜  cp $WORK/b1293/_pkg_.a /root/.cache/go-build/5a/5a20983a340bb68d5d1837cae30bf5ec1c1c6bf26ce7aba37c05c51cd19c6460-d # internal
2025-08-20T21:54:59.4283930Z [00:03:42.138]➜  github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
2025-08-20T21:54:59.4285280Z [00:03:42.138]➜  mkdir -p $WORK/b1294/
2025-08-20T21:54:59.4286836Z [00:03:42.138]➜  cat >/tmp/go-build3999932643/b1294/importcfg << 'EOF' # internal
2025-08-20T21:54:59.4287218Z [00:03:42.138]➜  # import config
2025-08-20T21:54:59.4287706Z [00:03:42.138]➜  packagefile compress/gzip=/tmp/go-build3999932643/b203/_pkg_.a
2025-08-20T21:54:59.4288185Z [00:03:42.138]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:59.4288610Z [00:03:42.138]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:59.4289096Z [00:03:42.138]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3999932643/b1241/_pkg_.a
2025-08-20T21:54:59.4289687Z [00:03:42.138]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:54:59.4290319Z [00:03:42.138]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3999932643/b1240/_pkg_.a
2025-08-20T21:54:59.4290836Z [00:03:42.138]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:59.4291129Z [00:03:42.138]➜  EOF
2025-08-20T21:54:59.4295672Z [00:03:42.139]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1294/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding@v1.12.4=>github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding@v1.12.4;$WORK/b1294=>" -p github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding -lang=go1.22 -complete -installsuffix shared -buildid Nw-GmRbkYaZ6_G81bUc9/Nw-GmRbkYaZ6_G81bUc9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1294/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding@v1.12.4/accept_encoding_gzip.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding@v1.12.4/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding@v1.12.4/go_module_metadata.go
2025-08-20T21:54:59.4647863Z [00:03:42.174]➜  go tool buildid -w $WORK/b1285/_pkg_.a # internal
2025-08-20T21:54:59.4656647Z [00:03:42.175]➜  go tool buildid -w $WORK/b1294/_pkg_.a # internal
2025-08-20T21:54:59.4663455Z [00:03:42.176]➜  cp $WORK/b1294/_pkg_.a /root/.cache/go-build/3f/3f7a6b401386427a1e58065e745262f336587a721c09d759fac3c62c77963bad-d # internal
2025-08-20T21:54:59.4674066Z [00:03:42.177]➜  github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
2025-08-20T21:54:59.4676246Z [00:03:42.177]➜  mkdir -p $WORK/b1295/
2025-08-20T21:54:59.4679288Z [00:03:42.177]➜  cat >/tmp/go-build3999932643/b1295/importcfg << 'EOF' # internal
2025-08-20T21:54:59.4679665Z [00:03:42.177]➜  # import config
2025-08-20T21:54:59.4680021Z [00:03:42.177]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:59.4680451Z [00:03:42.177]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:59.4681009Z [00:03:42.177]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3999932643/b1249/_pkg_.a
2025-08-20T21:54:59.4681683Z [00:03:42.177]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3999932643/b1248/_pkg_.a
2025-08-20T21:54:59.4682313Z [00:03:42.177]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:54:59.4682717Z [00:03:42.177]➜  EOF
2025-08-20T21:54:59.4686145Z [00:03:42.177]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1295/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.17=>github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.17;$WORK/b1295=>" -p github.com/aws/aws-sdk-go-v2/service/internal/presigned-url -lang=go1.22 -complete -installsuffix shared -buildid jUfFExXLfQyx4PG7dK8L/jUfFExXLfQyx4PG7dK8L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1295/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.17/context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.17/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.17/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.17/middleware.go
2025-08-20T21:54:59.4816338Z [00:03:42.191]➜  cp $WORK/b1285/_pkg_.a /root/.cache/go-build/3c/3ce8e5c1ded939dc30df25f923640e1f1733172d13ac538522378312049ffcbd-d # internal
2025-08-20T21:54:59.4880335Z [00:03:42.195]➜  github.com/aws/aws-sdk-go-v2/credentials/ssocreds
2025-08-20T21:54:59.4881292Z [00:03:42.197]➜  mkdir -p $WORK/b1270/
2025-08-20T21:54:59.4883935Z [00:03:42.197]➜  cat >/tmp/go-build3999932643/b1270/importcfg << 'EOF' # internal
2025-08-20T21:54:59.4884466Z [00:03:42.197]➜  # import config
2025-08-20T21:54:59.4886740Z [00:03:42.197]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:59.4887228Z [00:03:42.197]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:54:59.4887834Z [00:03:42.197]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:54:59.4888304Z [00:03:42.197]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:54:59.4888742Z [00:03:42.197]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:59.4889248Z [00:03:42.197]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:54:59.4889878Z [00:03:42.197]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3999932643/b1233/_pkg_.a
2025-08-20T21:54:59.4890587Z [00:03:42.197]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build3999932643/b1271/_pkg_.a
2025-08-20T21:54:59.4891274Z [00:03:42.197]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build3999932643/b1272/_pkg_.a
2025-08-20T21:54:59.4892185Z [00:03:42.197]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build3999932643/b1285/_pkg_.a
2025-08-20T21:54:59.4893001Z [00:03:42.197]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build3999932643/b1235/_pkg_.a
2025-08-20T21:54:59.4893577Z [00:03:42.197]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:54:59.4893991Z [00:03:42.197]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:59.4894429Z [00:03:42.197]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:54:59.4894880Z [00:03:42.197]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:59.4895302Z [00:03:42.197]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:59.4895721Z [00:03:42.197]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:59.4896023Z [00:03:42.197]➜  EOF
2025-08-20T21:54:59.4899329Z [00:03:42.197]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1270/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/ssocreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/ssocreds;$WORK/b1270=>" -p github.com/aws/aws-sdk-go-v2/credentials/ssocreds -lang=go1.22 -complete -installsuffix shared -buildid dnE_OnmvgQdt35iE6zSq/dnE_OnmvgQdt35iE6zSq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1270/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/ssocreds/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/ssocreds/sso_cached_token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/ssocreds/sso_credentials_provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/ssocreds/sso_token_provider.go
2025-08-20T21:54:59.5099977Z [00:03:42.219]➜  go tool buildid -w $WORK/b1295/_pkg_.a # internal
2025-08-20T21:54:59.5109113Z [00:03:42.220]➜  cp $WORK/b1295/_pkg_.a /root/.cache/go-build/9a/9a794ec75a036346f42b4cf9402e232a128c3910634e5b761e809f5636f2cb2a-d # internal
2025-08-20T21:54:59.5124774Z [00:03:42.221]➜  github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints
2025-08-20T21:54:59.5125198Z [00:03:42.221]➜  mkdir -p $WORK/b1296/
2025-08-20T21:54:59.5125594Z [00:03:42.221]➜  cat >/tmp/go-build3999932643/b1296/importcfg << 'EOF' # internal
2025-08-20T21:54:59.5127882Z [00:03:42.221]➜  # import config
2025-08-20T21:54:59.5128896Z [00:03:42.221]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:54:59.5159318Z [00:03:42.221]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3999932643/b1281/_pkg_.a
2025-08-20T21:54:59.5160652Z [00:03:42.221]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3999932643/b1239/_pkg_.a
2025-08-20T21:54:59.5161231Z [00:03:42.221]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:54:59.5161552Z [00:03:42.221]➜  EOF
2025-08-20T21:54:59.5163844Z [00:03:42.221]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1296/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0/internal/endpoints;$WORK/b1296=>" -p github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid neaEefSZgJKeBlCE_Ns5/neaEefSZgJKeBlCE_Ns5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1296/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0/internal/endpoints/endpoints.go
2025-08-20T21:54:59.5521577Z [00:03:42.261]➜  go tool buildid -w $WORK/b1296/_pkg_.a # internal
2025-08-20T21:54:59.5528779Z [00:03:42.262]➜  cp $WORK/b1296/_pkg_.a /root/.cache/go-build/9f/9f8f82d5badb4f4ad2a16c6b4866d7c69468079b7fb91800b73b37822261dc8d-d # internal
2025-08-20T21:54:59.5536457Z [00:03:42.263]➜  github.com/aws/aws-sdk-go-v2/service/sts/types
2025-08-20T21:54:59.5538223Z [00:03:42.263]➜  mkdir -p $WORK/b1297/
2025-08-20T21:54:59.5541461Z [00:03:42.263]➜  cat >/tmp/go-build3999932643/b1297/importcfg << 'EOF' # internal
2025-08-20T21:54:59.5543824Z [00:03:42.263]➜  # import config
2025-08-20T21:54:59.5544182Z [00:03:42.263]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:59.5544849Z [00:03:42.263]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3999932643/b1241/_pkg_.a
2025-08-20T21:54:59.5545499Z [00:03:42.263]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3999932643/b1283/_pkg_.a
2025-08-20T21:54:59.5546006Z [00:03:42.263]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:59.5546317Z [00:03:42.263]➜  EOF
2025-08-20T21:54:59.5550731Z [00:03:42.264]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1297/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0/types=>github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0/types;$WORK/b1297=>" -p github.com/aws/aws-sdk-go-v2/service/sts/types -lang=go1.22 -complete -installsuffix shared -buildid HUdB-BVLcurhy4VsHvhQ/HUdB-BVLcurhy4VsHvhQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1297/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0/types/types.go
2025-08-20T21:54:59.5556748Z [00:03:42.265]➜  go tool buildid -w $WORK/b1270/_pkg_.a # internal
2025-08-20T21:54:59.5574373Z [00:03:42.267]➜  cp $WORK/b1270/_pkg_.a /root/.cache/go-build/06/06545cdc57006fbbeab4d64c22533051caaa79526d87997b318742feb6315a52-d # internal
2025-08-20T21:54:59.5613752Z [00:03:42.271]➜  github.com/aws/smithy-go/encoding/xml
2025-08-20T21:54:59.5614961Z [00:03:42.271]➜  mkdir -p $WORK/b1298/
2025-08-20T21:54:59.5618515Z [00:03:42.271]➜  cat >/tmp/go-build3999932643/b1298/importcfg << 'EOF' # internal
2025-08-20T21:54:59.5620497Z [00:03:42.271]➜  # import config
2025-08-20T21:54:59.5620960Z [00:03:42.271]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:54:59.5621467Z [00:03:42.271]➜  packagefile encoding/xml=/tmp/go-build3999932643/b483/_pkg_.a
2025-08-20T21:54:59.5621910Z [00:03:42.271]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:59.5622437Z [00:03:42.271]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build3999932643/b1289/_pkg_.a
2025-08-20T21:54:59.5622933Z [00:03:42.271]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:59.5623349Z [00:03:42.271]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:54:59.5623774Z [00:03:42.271]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:59.5624206Z [00:03:42.271]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:59.5624650Z [00:03:42.271]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:54:59.5624982Z [00:03:42.271]➜  EOF
2025-08-20T21:54:59.5629577Z [00:03:42.271]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1298/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/xml=>github.com/aws/smithy-go@v1.22.4/encoding/xml;$WORK/b1298=>" -p github.com/aws/smithy-go/encoding/xml -lang=go1.22 -complete -installsuffix shared -buildid qsXHRgDw8AgA8pEqVhAI/qsXHRgDw8AgA8pEqVhAI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1298/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/xml/array.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/xml/constants.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/xml/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/xml/element.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/xml/encoder.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/xml/error_utils.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/xml/escape.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/xml/map.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/xml/value.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/xml/xml_decoder.go
2025-08-20T21:54:59.5871186Z [00:03:42.296]➜  go tool buildid -w $WORK/b1297/_pkg_.a # internal
2025-08-20T21:54:59.5886053Z [00:03:42.298]➜  cp $WORK/b1297/_pkg_.a /root/.cache/go-build/39/3900716564e994b98b2f415329baaeb757ca0efc437f250abd64bb1387fae1d0-d # internal
2025-08-20T21:54:59.5958022Z [00:03:42.305]➜  github.com/aws/aws-sdk-go-v2/internal/ini
2025-08-20T21:54:59.5958389Z [00:03:42.305]➜  mkdir -p $WORK/b1299/
2025-08-20T21:54:59.5961507Z [00:03:42.305]➜  cat >/tmp/go-build3999932643/b1299/importcfg << 'EOF' # internal
2025-08-20T21:54:59.5962942Z [00:03:42.306]➜  # import config
2025-08-20T21:54:59.5964239Z [00:03:42.306]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:59.5964740Z [00:03:42.306]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:59.5965144Z [00:03:42.306]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:59.5965554Z [00:03:42.306]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:54:59.5965981Z [00:03:42.306]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:59.5966408Z [00:03:42.306]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:59.5966725Z [00:03:42.306]➜  EOF
2025-08-20T21:54:59.5971113Z [00:03:42.306]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1299/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3=>github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3;$WORK/b1299=>" -p github.com/aws/aws-sdk-go-v2/internal/ini -lang=go1.22 -complete -installsuffix shared -buildid L_j4kxURlcD4HrokvjT7/L_j4kxURlcD4HrokvjT7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1299/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/ini.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/parse.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/sections.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/strings.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/tokenize.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/value.go
2025-08-20T21:54:59.6694277Z [00:03:42.379]➜  go tool buildid -w $WORK/b1298/_pkg_.a # internal
2025-08-20T21:54:59.6714408Z [00:03:42.381]➜  cp $WORK/b1298/_pkg_.a /root/.cache/go-build/ae/ae84a3705c2db033e9593727230a528a5a9668398cc3896e60cc3603e4283a69-d # internal
2025-08-20T21:54:59.6773824Z [00:03:42.387]➜  go tool buildid -w $WORK/b1299/_pkg_.a # internal
2025-08-20T21:54:59.6786224Z [00:03:42.388]➜  cp $WORK/b1299/_pkg_.a /root/.cache/go-build/2f/2f6e779d8a036c3f30b95a4fb6424097a1d04da9e3ef232bd679a944306680c2-d # internal
2025-08-20T21:54:59.6797196Z [00:03:42.389]➜  github.com/aws/smithy-go/private/requestcompression
2025-08-20T21:54:59.6801019Z [00:03:42.389]➜  mkdir -p $WORK/b1300/
2025-08-20T21:54:59.6804565Z [00:03:42.390]➜  cat >/tmp/go-build3999932643/b1300/importcfg << 'EOF' # internal
2025-08-20T21:54:59.6805317Z [00:03:42.390]➜  # import config
2025-08-20T21:54:59.6808147Z [00:03:42.390]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:59.6808962Z [00:03:42.390]➜  packagefile compress/gzip=/tmp/go-build3999932643/b203/_pkg_.a
2025-08-20T21:54:59.6813056Z [00:03:42.390]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:59.6813526Z [00:03:42.390]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:59.6814066Z [00:03:42.390]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:54:59.6814715Z [00:03:42.390]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3999932643/b1240/_pkg_.a
2025-08-20T21:54:59.6815230Z [00:03:42.390]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:59.6815855Z [00:03:42.390]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:59.6816251Z [00:03:42.390]➜  EOF
2025-08-20T21:54:59.6819475Z [00:03:42.390]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1300/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/private/requestcompression=>github.com/aws/smithy-go@v1.22.4/private/requestcompression;$WORK/b1300=>" -p github.com/aws/smithy-go/private/requestcompression -lang=go1.22 -complete -installsuffix shared -buildid A5_KTlP4awh_idtx8gQK/A5_KTlP4awh_idtx8gQK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1300/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/private/requestcompression/gzip.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/private/requestcompression/middleware_capture_request_compression.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/private/requestcompression/request_compression.go
2025-08-20T21:54:59.6825339Z [00:03:42.392]➜  github.com/aws/aws-sdk-go-v2/service/sts
2025-08-20T21:54:59.6826159Z [00:03:42.392]➜  mkdir -p $WORK/b1291/
2025-08-20T21:54:59.6833337Z [00:03:42.393]➜  cat >/tmp/go-build3999932643/b1291/importcfg << 'EOF' # internal
2025-08-20T21:54:59.6834124Z [00:03:42.393]➜  # import config
2025-08-20T21:54:59.6834563Z [00:03:42.393]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:54:59.6835425Z [00:03:42.393]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:54:59.6836243Z [00:03:42.393]➜  packagefile encoding/xml=/tmp/go-build3999932643/b483/_pkg_.a
2025-08-20T21:54:59.6858689Z [00:03:42.393]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:54:59.6859236Z [00:03:42.393]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:59.6860074Z [00:03:42.393]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:54:59.6860712Z [00:03:42.393]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3999932643/b1273/_pkg_.a
2025-08-20T21:54:59.6861385Z [00:03:42.393]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3999932643/b1249/_pkg_.a
2025-08-20T21:54:59.6862074Z [00:03:42.393]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/query=/tmp/go-build3999932643/b1292/_pkg_.a
2025-08-20T21:54:59.6862760Z [00:03:42.393]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build3999932643/b1293/_pkg_.a
2025-08-20T21:54:59.6863405Z [00:03:42.393]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3999932643/b1260/_pkg_.a
2025-08-20T21:54:59.6864047Z [00:03:42.393]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3999932643/b1248/_pkg_.a
2025-08-20T21:54:59.6864725Z [00:03:42.393]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3999932643/b1256/_pkg_.a
2025-08-20T21:54:59.6865396Z [00:03:42.393]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3999932643/b1253/_pkg_.a
2025-08-20T21:54:59.6866085Z [00:03:42.393]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3999932643/b1275/_pkg_.a
2025-08-20T21:54:59.6866944Z [00:03:42.393]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3999932643/b1276/_pkg_.a
2025-08-20T21:54:59.6867884Z [00:03:42.393]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3999932643/b1277/_pkg_.a
2025-08-20T21:54:59.6868640Z [00:03:42.393]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3999932643/b1278/_pkg_.a
2025-08-20T21:54:59.6869394Z [00:03:42.393]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3999932643/b1279/_pkg_.a
2025-08-20T21:54:59.6870159Z [00:03:42.393]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build3999932643/b1294/_pkg_.a
2025-08-20T21:54:59.6870952Z [00:03:42.393]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build3999932643/b1295/_pkg_.a
2025-08-20T21:54:59.6871858Z [00:03:42.393]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints=/tmp/go-build3999932643/b1296/_pkg_.a
2025-08-20T21:54:59.6872669Z [00:03:42.393]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build3999932643/b1297/_pkg_.a
2025-08-20T21:54:59.6873283Z [00:03:42.393]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3999932643/b1241/_pkg_.a
2025-08-20T21:54:59.6873843Z [00:03:42.393]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3999932643/b1242/_pkg_.a
2025-08-20T21:54:59.6874433Z [00:03:42.393]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3999932643/b1283/_pkg_.a
2025-08-20T21:54:59.6875242Z [00:03:42.393]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3999932643/b1254/_pkg_.a
2025-08-20T21:54:59.6875907Z [00:03:42.393]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build3999932643/b1298/_pkg_.a
2025-08-20T21:54:59.6876530Z [00:03:42.393]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3999932643/b1284/_pkg_.a
2025-08-20T21:54:59.6877111Z [00:03:42.393]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3999932643/b1265/_pkg_.a
2025-08-20T21:54:59.6877899Z [00:03:42.393]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3999932643/b1239/_pkg_.a
2025-08-20T21:54:59.6878499Z [00:03:42.393]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3999932643/b1243/_pkg_.a
2025-08-20T21:54:59.6879101Z [00:03:42.393]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:54:59.6879687Z [00:03:42.393]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3999932643/b1247/_pkg_.a
2025-08-20T21:54:59.6880427Z [00:03:42.393]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3999932643/b1244/_pkg_.a
2025-08-20T21:54:59.6881010Z [00:03:42.393]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3999932643/b1245/_pkg_.a
2025-08-20T21:54:59.6881640Z [00:03:42.393]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3999932643/b1240/_pkg_.a
2025-08-20T21:54:59.6882152Z [00:03:42.393]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:54:59.6882555Z [00:03:42.393]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:54:59.6882971Z [00:03:42.393]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:54:59.6883396Z [00:03:42.393]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:54:59.6883802Z [00:03:42.393]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:54:59.6884206Z [00:03:42.393]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:54:59.6884621Z [00:03:42.393]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:54:59.6885050Z [00:03:42.393]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:54:59.6885485Z [00:03:42.393]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:54:59.6885916Z [00:03:42.393]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:54:59.6886218Z [00:03:42.393]➜  EOF
2025-08-20T21:54:59.6895593Z [00:03:42.393]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1291/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0=>github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0;$WORK/b1291=>" -p github.com/aws/aws-sdk-go-v2/service/sts -lang=go1.22 -complete -installsuffix shared -buildid gz-hI5PihpGu_dEOY4Id/gz-hI5PihpGu_dEOY4Id -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1291/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0/api_op_AssumeRole.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0/api_op_AssumeRoleWithSAML.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0/api_op_AssumeRoleWithWebIdentity.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0/api_op_AssumeRoot.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0/api_op_DecodeAuthorizationMessage.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0/api_op_GetAccessKeyInfo.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0/api_op_GetCallerIdentity.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0/api_op_GetFederationToken.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0/api_op_GetSessionToken.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.0/validators.go
2025-08-20T21:54:59.7281096Z [00:03:42.437]➜  go tool buildid -w $WORK/b1300/_pkg_.a # internal
2025-08-20T21:54:59.7292888Z [00:03:42.438]➜  cp $WORK/b1300/_pkg_.a /root/.cache/go-build/56/563eac55f58d4ec224c68cc4381976fbf16db1c2affac23280c6c753b03d132e-d # internal
2025-08-20T21:54:59.7293701Z [00:03:42.438]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/network/networkclientpool
2025-08-20T21:54:59.7294179Z [00:03:42.438]➜  mkdir -p $WORK/b1301/
2025-08-20T21:54:59.7299588Z [00:03:42.439]➜  cat >/tmp/go-build3999932643/b1301/importcfg << 'EOF' # internal
2025-08-20T21:54:59.7300037Z [00:03:42.439]➜  # import config
2025-08-20T21:54:59.7300647Z [00:03:42.439]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:54:59.7301245Z [00:03:42.439]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build3999932643/b341/_pkg_.a
2025-08-20T21:54:59.7302110Z [00:03:42.439]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:54:59.7302939Z [00:03:42.439]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:54:59.7303392Z [00:03:42.439]➜  EOF
2025-08-20T21:54:59.7305807Z [00:03:42.439]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1301/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/network/networkclientpool=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/network/networkclientpool;$WORK/b1301=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/network/networkclientpool -lang=go1.24 -complete -installsuffix shared -buildid YmhfAfQ71nQa3ExhxPT_/YmhfAfQ71nQa3ExhxPT_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1301/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/network/networkclientpool/clientpool.go
2025-08-20T21:55:00.0385103Z [00:03:42.748]➜  go tool buildid -w $WORK/b1114/_pkg_.a # internal
2025-08-20T21:55:00.0643687Z [00:03:42.773]➜  cp $WORK/b1114/_pkg_.a /root/.cache/go-build/5e/5eefe7ff1438a19ce5d098bd7ccb8019d7c4402ffc0076dcd0ec010948baccbd-d # internal
2025-08-20T21:55:00.0644678Z [00:03:42.773]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/variables
2025-08-20T21:55:00.0645610Z [00:03:42.773]➜  mkdir -p $WORK/b1208/
2025-08-20T21:55:00.0646026Z [00:03:42.774]➜  cat >/tmp/go-build3999932643/b1208/importcfg << 'EOF' # internal
2025-08-20T21:55:00.0646382Z [00:03:42.774]➜  # import config
2025-08-20T21:55:00.0646811Z [00:03:42.774]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build3999932643/b654/_pkg_.a
2025-08-20T21:55:00.0647720Z [00:03:42.774]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions=/tmp/go-build3999932643/b747/_pkg_.a
2025-08-20T21:55:00.0648708Z [00:03:42.774]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build3999932643/b752/_pkg_.a
2025-08-20T21:55:00.0649772Z [00:03:42.774]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh=/tmp/go-build3999932643/b1114/_pkg_.a
2025-08-20T21:55:00.0650773Z [00:03:42.774]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build3999932643/b759/_pkg_.a
2025-08-20T21:55:00.0651587Z [00:03:42.774]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:00.0652304Z [00:03:42.774]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils=/tmp/go-build3999932643/b669/_pkg_.a
2025-08-20T21:55:00.0653217Z [00:03:42.774]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:55:00.0653943Z [00:03:42.774]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:55:00.0654487Z [00:03:42.774]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:00.0654801Z [00:03:42.774]➜  EOF
2025-08-20T21:55:00.0658753Z [00:03:42.774]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1208/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/variables=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/variables;$WORK/b1208=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/variables -lang=go1.24 -complete -installsuffix shared -buildid SklpZ8FOcWk5PCv3SH54/SklpZ8FOcWk5PCv3SH54 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1208/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/variables/doc.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/variables/variables.go
2025-08-20T21:55:00.0870054Z [00:03:42.795]➜  go tool buildid -w $WORK/b1301/_pkg_.a # internal
2025-08-20T21:55:00.0922556Z [00:03:42.801]➜  cp $WORK/b1301/_pkg_.a /root/.cache/go-build/aa/aa7dd9c2c6f4a2968001af07791fdbadb3090225aff5b5b9d4f82d85dbb11c71-d # internal
2025-08-20T21:55:00.0925689Z [00:03:42.802]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/headless/engine
2025-08-20T21:55:00.0926916Z [00:03:42.802]➜  mkdir -p $WORK/b1209/
2025-08-20T21:55:00.0932555Z [00:03:42.803]➜  cat >/tmp/go-build3999932643/b1209/importcfg << 'EOF' # internal
2025-08-20T21:55:00.0933247Z [00:03:42.803]➜  # import config
2025-08-20T21:55:00.0933700Z [00:03:42.803]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:00.0935120Z [00:03:42.803]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:00.0936802Z [00:03:42.803]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:55:00.0937309Z [00:03:42.803]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:00.0937979Z [00:03:42.803]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:00.0938416Z [00:03:42.803]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:00.0938882Z [00:03:42.803]➜  packagefile github.com/go-rod/rod=/tmp/go-build3999932643/b843/_pkg_.a
2025-08-20T21:55:00.0939441Z [00:03:42.803]➜  packagefile github.com/go-rod/rod/lib/input=/tmp/go-build3999932643/b851/_pkg_.a
2025-08-20T21:55:00.0940030Z [00:03:42.803]➜  packagefile github.com/go-rod/rod/lib/launcher=/tmp/go-build3999932643/b853/_pkg_.a
2025-08-20T21:55:00.0940939Z [00:03:42.803]➜  packagefile github.com/go-rod/rod/lib/launcher/flags=/tmp/go-build3999932643/b854/_pkg_.a
2025-08-20T21:55:00.0941639Z [00:03:42.803]➜  packagefile github.com/go-rod/rod/lib/proto=/tmp/go-build3999932643/b848/_pkg_.a
2025-08-20T21:55:00.0942213Z [00:03:42.803]➜  packagefile github.com/go-rod/rod/lib/utils=/tmp/go-build3999932643/b847/_pkg_.a
2025-08-20T21:55:00.0942794Z [00:03:42.803]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build3999932643/b654/_pkg_.a
2025-08-20T21:55:00.0943358Z [00:03:42.803]➜  packagefile github.com/kitabisa/go-ci=/tmp/go-build3999932643/b830/_pkg_.a
2025-08-20T21:55:00.0943889Z [00:03:42.803]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:00.0944737Z [00:03:42.803]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer/ja3/impersonate=/tmp/go-build3999932643/b346/_pkg_.a
2025-08-20T21:55:00.0945558Z [00:03:42.803]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:00.0946356Z [00:03:42.803]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build3999932643/b760/_pkg_.a
2025-08-20T21:55:00.0947267Z [00:03:42.803]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions=/tmp/go-build3999932643/b747/_pkg_.a
2025-08-20T21:55:00.0948534Z [00:03:42.803]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build3999932643/b752/_pkg_.a
2025-08-20T21:55:00.0949463Z [00:03:42.803]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh=/tmp/go-build3999932643/b1114/_pkg_.a
2025-08-20T21:55:00.0950356Z [00:03:42.803]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/marker=/tmp/go-build3999932643/b748/_pkg_.a
2025-08-20T21:55:00.0951254Z [00:03:42.803]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:55:00.0952188Z [00:03:42.803]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build3999932643/b1078/_pkg_.a
2025-08-20T21:55:00.0953076Z [00:03:42.803]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build3999932643/b759/_pkg_.a
2025-08-20T21:55:00.0953900Z [00:03:42.803]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils/http=/tmp/go-build3999932643/b1210/_pkg_.a
2025-08-20T21:55:00.0954685Z [00:03:42.803]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:00.0955658Z [00:03:42.803]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:55:00.0956387Z [00:03:42.803]➜  packagefile github.com/projectdiscovery/utils/context=/tmp/go-build3999932643/b447/_pkg_.a
2025-08-20T21:55:00.0957059Z [00:03:42.803]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:55:00.0959543Z [00:03:42.803]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:55:00.0960217Z [00:03:42.803]➜  packagefile github.com/projectdiscovery/utils/folder=/tmp/go-build3999932643/b221/_pkg_.a
2025-08-20T21:55:00.0960876Z [00:03:42.803]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:55:00.0961519Z [00:03:42.803]➜  packagefile github.com/projectdiscovery/utils/os=/tmp/go-build3999932643/b189/_pkg_.a
2025-08-20T21:55:00.0962177Z [00:03:42.803]➜  packagefile github.com/projectdiscovery/utils/process=/tmp/go-build3999932643/b562/_pkg_.a
2025-08-20T21:55:00.0962844Z [00:03:42.803]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:55:00.0963501Z [00:03:42.803]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:55:00.0964263Z [00:03:42.803]➜  packagefile github.com/segmentio/ksuid=/tmp/go-build3999932643/b761/_pkg_.a
2025-08-20T21:55:00.0964915Z [00:03:42.803]➜  packagefile github.com/valyala/fasttemplate=/tmp/go-build3999932643/b1087/_pkg_.a
2025-08-20T21:55:00.0965477Z [00:03:42.803]➜  packagefile golang.org/x/net/proxy=/tmp/go-build3999932643/b336/_pkg_.a
2025-08-20T21:55:00.0965938Z [00:03:42.803]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:00.0966360Z [00:03:42.803]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:00.0966835Z [00:03:42.803]➜  packagefile net/http/cookiejar=/tmp/go-build3999932643/b460/_pkg_.a
2025-08-20T21:55:00.0967330Z [00:03:42.803]➜  packagefile net/http/httputil=/tmp/go-build3999932643/b235/_pkg_.a
2025-08-20T21:55:00.0968120Z [00:03:42.803]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:00.0968596Z [00:03:42.803]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:00.0969031Z [00:03:42.803]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:00.0969482Z [00:03:42.803]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:00.0969906Z [00:03:42.803]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:00.0970328Z [00:03:42.803]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:00.0970738Z [00:03:42.803]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:00.0971342Z [00:03:42.803]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:00.0971655Z [00:03:42.803]➜  EOF
2025-08-20T21:55:00.0976480Z [00:03:42.803]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1209/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/headless/engine;$WORK/b1209=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/headless/engine -lang=go1.24 -complete -installsuffix shared -buildid mQmyZ6IkED0kZsNprnYs/mQmyZ6IkED0kZsNprnYs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1209/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/action.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/action_types.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/engine.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/hijack.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/http_client.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/instance.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/page.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/page_actions.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/rules.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/util.go
2025-08-20T21:55:00.2474368Z [00:03:42.956]➜  go tool buildid -w $WORK/b1208/_pkg_.a # internal
2025-08-20T21:55:00.2511522Z [00:03:42.960]➜  cp $WORK/b1208/_pkg_.a /root/.cache/go-build/db/db62d95c724ff79cc08cc1de2a803f6e0f9b43fede3550e054a6ac82a395ab4d-d # internal
2025-08-20T21:55:00.2512196Z [00:03:42.960]➜  github.com/mitchellh/go-homedir
2025-08-20T21:55:00.2512508Z [00:03:42.960]➜  mkdir -p $WORK/b1306/
2025-08-20T21:55:00.2520804Z [00:03:42.960]➜  cat >/tmp/go-build3999932643/b1306/importcfg << 'EOF' # internal
2025-08-20T21:55:00.2521174Z [00:03:42.960]➜  # import config
2025-08-20T21:55:00.2521514Z [00:03:42.960]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:00.2521948Z [00:03:42.960]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:00.2522361Z [00:03:42.960]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:00.2522774Z [00:03:42.960]➜  packagefile os/exec=/tmp/go-build3999932643/b507/_pkg_.a
2025-08-20T21:55:00.2523233Z [00:03:42.960]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:00.2523679Z [00:03:42.960]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:00.2524369Z [00:03:42.960]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:00.2524874Z [00:03:42.960]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:00.2525292Z [00:03:42.960]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:00.2525599Z [00:03:42.960]➜  EOF
2025-08-20T21:55:00.2528499Z [00:03:42.960]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1306/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/go-homedir@v1.1.0=>github.com/mitchellh/go-homedir@v1.1.0;$WORK/b1306=>" -p github.com/mitchellh/go-homedir -lang=go1.16 -complete -installsuffix shared -buildid yZn6mkD4Ub145BRVKePj/yZn6mkD4Ub145BRVKePj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1306/importcfg -pack /root/go/pkg/mod/github.com/mitchellh/go-homedir@v1.1.0/homedir.go
2025-08-20T21:55:00.2729609Z [00:03:42.982]➜  go tool buildid -w $WORK/b1306/_pkg_.a # internal
2025-08-20T21:55:00.2738322Z [00:03:42.983]➜  cp $WORK/b1306/_pkg_.a /root/.cache/go-build/0f/0f16824bdde6b4771a7ac05f1c149345bbae56b27d2a17039e7a5f9874830f3e-d # internal
2025-08-20T21:55:00.2738962Z [00:03:42.983]➜  github.com/openrdap/rdap/bootstrap/cache
2025-08-20T21:55:00.2739282Z [00:03:42.983]➜  mkdir -p $WORK/b1305/
2025-08-20T21:55:00.2739665Z [00:03:42.983]➜  cat >/tmp/go-build3999932643/b1305/importcfg << 'EOF' # internal
2025-08-20T21:55:00.2740012Z [00:03:42.983]➜  # import config
2025-08-20T21:55:00.2740672Z [00:03:42.983]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:00.2741089Z [00:03:42.983]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:00.2741613Z [00:03:42.983]➜  packagefile github.com/mitchellh/go-homedir=/tmp/go-build3999932643/b1306/_pkg_.a
2025-08-20T21:55:00.2742129Z [00:03:42.983]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:55:00.2742549Z [00:03:42.983]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:00.2742987Z [00:03:42.983]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:00.2743431Z [00:03:42.983]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:00.2743736Z [00:03:42.983]➜  EOF
2025-08-20T21:55:00.2746366Z [00:03:42.983]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1305/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/openrdap/rdap@v0.9.1/bootstrap/cache=>github.com/openrdap/rdap@v0.9.1/bootstrap/cache;$WORK/b1305=>" -p github.com/openrdap/rdap/bootstrap/cache -lang=go1.19 -complete -installsuffix shared -buildid KvkOIcGU9gRYktGBJlyf/KvkOIcGU9gRYktGBJlyf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1305/importcfg -pack /root/go/pkg/mod/github.com/openrdap/rdap@v0.9.1/bootstrap/cache/disk_cache.go /root/go/pkg/mod/github.com/openrdap/rdap@v0.9.1/bootstrap/cache/memory_cache.go /root/go/pkg/mod/github.com/openrdap/rdap@v0.9.1/bootstrap/cache/registry_cache.go
2025-08-20T21:55:00.2941299Z [00:03:43.003]➜  go tool buildid -w $WORK/b1305/_pkg_.a # internal
2025-08-20T21:55:00.2949934Z [00:03:43.004]➜  cp $WORK/b1305/_pkg_.a /root/.cache/go-build/3d/3dcb7915d2e3419d2155de1e133223342a1b7ca976dc26710aeabf9121b906ba-d # internal
2025-08-20T21:55:00.2951682Z [00:03:43.004]➜  github.com/openrdap/rdap/bootstrap
2025-08-20T21:55:00.2952008Z [00:03:43.004]➜  mkdir -p $WORK/b1304/
2025-08-20T21:55:00.2952389Z [00:03:43.004]➜  cat >/tmp/go-build3999932643/b1304/importcfg << 'EOF' # internal
2025-08-20T21:55:00.2952749Z [00:03:43.004]➜  # import config
2025-08-20T21:55:00.2953087Z [00:03:43.004]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:00.2953516Z [00:03:43.004]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:00.2953968Z [00:03:43.004]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:55:00.2954442Z [00:03:43.004]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:55:00.2954911Z [00:03:43.004]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:00.2955576Z [00:03:43.004]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:00.2956059Z [00:03:43.004]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:00.2956608Z [00:03:43.004]➜  packagefile github.com/openrdap/rdap/bootstrap/cache=/tmp/go-build3999932643/b1305/_pkg_.a
2025-08-20T21:55:00.2957154Z [00:03:43.004]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:55:00.2957794Z [00:03:43.004]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:00.2958214Z [00:03:43.004]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:00.2958650Z [00:03:43.004]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:00.2959065Z [00:03:43.004]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:00.2959616Z [00:03:43.004]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:00.2960114Z [00:03:43.004]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:00.2960534Z [00:03:43.004]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:00.2960840Z [00:03:43.004]➜  EOF
2025-08-20T21:55:00.2964629Z [00:03:43.004]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1304/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/openrdap/rdap@v0.9.1/bootstrap=>github.com/openrdap/rdap@v0.9.1/bootstrap;$WORK/b1304=>" -p github.com/openrdap/rdap/bootstrap -lang=go1.19 -complete -installsuffix shared -buildid r7w2t480kqtBVe_1E1at/r7w2t480kqtBVe_1E1at -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1304/importcfg -pack /root/go/pkg/mod/github.com/openrdap/rdap@v0.9.1/bootstrap/answer.go /root/go/pkg/mod/github.com/openrdap/rdap@v0.9.1/bootstrap/asn_registry.go /root/go/pkg/mod/github.com/openrdap/rdap@v0.9.1/bootstrap/client.go /root/go/pkg/mod/github.com/openrdap/rdap@v0.9.1/bootstrap/dns_registry.go /root/go/pkg/mod/github.com/openrdap/rdap@v0.9.1/bootstrap/file.go /root/go/pkg/mod/github.com/openrdap/rdap@v0.9.1/bootstrap/net_registry.go /root/go/pkg/mod/github.com/openrdap/rdap@v0.9.1/bootstrap/question.go /root/go/pkg/mod/github.com/openrdap/rdap@v0.9.1/bootstrap/service_provider_registry.go
2025-08-20T21:55:00.3504851Z [00:03:43.060]➜  go tool buildid -w $WORK/b1304/_pkg_.a # internal
2025-08-20T21:55:00.3520120Z [00:03:43.061]➜  cp $WORK/b1304/_pkg_.a /root/.cache/go-build/84/84d0257faebe7bd76eba6f32ef249db31f8581d32166559b51ac799575cc2325-d # internal
2025-08-20T21:55:00.3528706Z [00:03:43.061]➜  github.com/openrdap/rdap/sandbox
2025-08-20T21:55:00.3529385Z [00:03:43.062]➜  mkdir -p $WORK/b1307/
2025-08-20T21:55:00.3529777Z [00:03:43.062]➜  cat >/tmp/go-build3999932643/b1307/importcfg << 'EOF' # internal
2025-08-20T21:55:00.3530127Z [00:03:43.062]➜  # import config
2025-08-20T21:55:00.3530470Z [00:03:43.062]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:00.3530922Z [00:03:43.062]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:55:00.3531345Z [00:03:43.062]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:55:00.3531766Z [00:03:43.062]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:55:00.3532189Z [00:03:43.062]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:00.3532503Z [00:03:43.062]➜  EOF
2025-08-20T21:55:00.3534334Z [00:03:43.062]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1307/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/openrdap/rdap@v0.9.1/sandbox=>github.com/openrdap/rdap@v0.9.1/sandbox;$WORK/b1307=>" -p github.com/openrdap/rdap/sandbox -lang=go1.19 -complete -installsuffix shared -buildid 76MII4-G2ru3zkqyYGts/76MII4-G2ru3zkqyYGts -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1307/importcfg -pack /root/go/pkg/mod/github.com/openrdap/rdap@v0.9.1/sandbox/file.go
2025-08-20T21:55:00.3679742Z [00:03:43.077]➜  go tool buildid -w $WORK/b1307/_pkg_.a # internal
2025-08-20T21:55:00.3705769Z [00:03:43.080]➜  cp $WORK/b1307/_pkg_.a /root/.cache/go-build/2d/2d5ba16526ccd19420b22b691e16b10c7e7b090b2fc341846f96c53e4590c263-d # internal
2025-08-20T21:55:00.3710377Z [00:03:43.080]➜  github.com/alecthomas/template/parse
2025-08-20T21:55:00.3711085Z [00:03:43.080]➜  mkdir -p $WORK/b1310/
2025-08-20T21:55:00.3711495Z [00:03:43.080]➜  cat >/tmp/go-build3999932643/b1310/importcfg << 'EOF' # internal
2025-08-20T21:55:00.3711846Z [00:03:43.080]➜  # import config
2025-08-20T21:55:00.3712192Z [00:03:43.080]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:00.3712605Z [00:03:43.080]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:00.3713031Z [00:03:43.080]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:00.3713463Z [00:03:43.080]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:00.3713897Z [00:03:43.080]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:00.3714326Z [00:03:43.080]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:55:00.3714776Z [00:03:43.080]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:55:00.3715110Z [00:03:43.080]➜  EOF
2025-08-20T21:55:00.3718201Z [00:03:43.080]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1310/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/template@v0.0.0-20190718012654-fb15b899a751/parse=>github.com/alecthomas/template@v0.0.0-20190718012654-fb15b899a751/parse;$WORK/b1310=>" -p github.com/alecthomas/template/parse -lang=go1.16 -complete -installsuffix shared -buildid BrElHSb9AILUzM3COeXY/BrElHSb9AILUzM3COeXY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1310/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/template@v0.0.0-20190718012654-fb15b899a751/parse/lex.go /root/go/pkg/mod/github.com/alecthomas/template@v0.0.0-20190718012654-fb15b899a751/parse/node.go /root/go/pkg/mod/github.com/alecthomas/template@v0.0.0-20190718012654-fb15b899a751/parse/parse.go
2025-08-20T21:55:00.5453637Z [00:03:43.254]➜  go tool buildid -w $WORK/b1310/_pkg_.a # internal
2025-08-20T21:55:00.5470245Z [00:03:43.256]➜  cp $WORK/b1310/_pkg_.a /root/.cache/go-build/83/83804f0a6252a77dae804a02aca00f0faf318b36b8a5f6d968a017ee77022b2d-d # internal
2025-08-20T21:55:00.5477019Z [00:03:43.257]➜  github.com/alecthomas/template
2025-08-20T21:55:00.5481448Z [00:03:43.257]➜  mkdir -p $WORK/b1309/
2025-08-20T21:55:00.5482509Z [00:03:43.258]➜  cat >/tmp/go-build3999932643/b1309/importcfg << 'EOF' # internal
2025-08-20T21:55:00.5484095Z [00:03:43.258]➜  # import config
2025-08-20T21:55:00.5485645Z [00:03:43.258]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:00.5486949Z [00:03:43.258]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:00.5488871Z [00:03:43.258]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:00.5490437Z [00:03:43.258]➜  packagefile github.com/alecthomas/template/parse=/tmp/go-build3999932643/b1310/_pkg_.a
2025-08-20T21:55:00.5491022Z [00:03:43.258]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:00.5491457Z [00:03:43.258]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:55:00.5491894Z [00:03:43.258]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:00.5492346Z [00:03:43.258]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:00.5492811Z [00:03:43.258]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:00.5493245Z [00:03:43.258]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:00.5493667Z [00:03:43.258]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:00.5494079Z [00:03:43.258]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:00.5494501Z [00:03:43.258]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:55:00.5495123Z [00:03:43.258]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:55:00.5495522Z [00:03:43.258]➜  EOF
2025-08-20T21:55:00.5499293Z [00:03:43.258]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1309/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/template@v0.0.0-20190718012654-fb15b899a751=>github.com/alecthomas/template@v0.0.0-20190718012654-fb15b899a751;$WORK/b1309=>" -p github.com/alecthomas/template -lang=go1.16 -complete -installsuffix shared -buildid 4uu4HrAB_6AbLYTiswij/4uu4HrAB_6AbLYTiswij -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1309/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/template@v0.0.0-20190718012654-fb15b899a751/doc.go /root/go/pkg/mod/github.com/alecthomas/template@v0.0.0-20190718012654-fb15b899a751/exec.go /root/go/pkg/mod/github.com/alecthomas/template@v0.0.0-20190718012654-fb15b899a751/funcs.go /root/go/pkg/mod/github.com/alecthomas/template@v0.0.0-20190718012654-fb15b899a751/helper.go /root/go/pkg/mod/github.com/alecthomas/template@v0.0.0-20190718012654-fb15b899a751/template.go
2025-08-20T21:55:00.6684745Z [00:03:43.378]➜  go tool buildid -w $WORK/b1291/_pkg_.a # internal
2025-08-20T21:55:00.6885693Z [00:03:43.398]➜  cp $WORK/b1291/_pkg_.a /root/.cache/go-build/ab/ab7f72e0c791dc51cb8a908a49feab4f595326df1b3cd3e907bdf355a5ce1e04-d # internal
2025-08-20T21:55:00.6919085Z [00:03:43.401]➜  github.com/aws/aws-sdk-go-v2/credentials/stscreds
2025-08-20T21:55:00.6921674Z [00:03:43.401]➜  mkdir -p $WORK/b1290/
2025-08-20T21:55:00.6922082Z [00:03:43.401]➜  cat >/tmp/go-build3999932643/b1290/importcfg << 'EOF' # internal
2025-08-20T21:55:00.6922772Z [00:03:43.401]➜  # import config
2025-08-20T21:55:00.6923130Z [00:03:43.401]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:00.6923553Z [00:03:43.401]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:00.6924065Z [00:03:43.401]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:55:00.6924688Z [00:03:43.401]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3999932643/b1260/_pkg_.a
2025-08-20T21:55:00.6925341Z [00:03:43.401]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3999932643/b1233/_pkg_.a
2025-08-20T21:55:00.6925990Z [00:03:43.401]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build3999932643/b1291/_pkg_.a
2025-08-20T21:55:00.6926660Z [00:03:43.401]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build3999932643/b1297/_pkg_.a
2025-08-20T21:55:00.6927213Z [00:03:43.401]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:55:00.6930093Z [00:03:43.401]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:00.6930801Z [00:03:43.401]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:00.6931220Z [00:03:43.401]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:00.6931524Z [00:03:43.401]➜  EOF
2025-08-20T21:55:00.6934071Z [00:03:43.401]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1290/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/stscreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/stscreds;$WORK/b1290=>" -p github.com/aws/aws-sdk-go-v2/credentials/stscreds -lang=go1.22 -complete -installsuffix shared -buildid aJsqsZkAi0uL_Pm26o7R/aJsqsZkAi0uL_Pm26o7R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1290/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/stscreds/assume_role_provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/stscreds/web_identity_provider.go
2025-08-20T21:55:00.7566755Z [00:03:43.466]➜  go tool buildid -w $WORK/b1290/_pkg_.a # internal
2025-08-20T21:55:00.7582806Z [00:03:43.468]➜  cp $WORK/b1290/_pkg_.a /root/.cache/go-build/b3/b3072451ba7748abe52c23f2c7a260f8d20c140042d9c2e7c55fae87064aebd4-d # internal
2025-08-20T21:55:00.7648283Z [00:03:43.474]➜  github.com/aws/aws-sdk-go-v2/config
2025-08-20T21:55:00.7649308Z [00:03:43.474]➜  mkdir -p $WORK/b1255/
2025-08-20T21:55:00.7660299Z [00:03:43.475]➜  cat >/tmp/go-build3999932643/b1255/importcfg << 'EOF' # internal
2025-08-20T21:55:00.7660990Z [00:03:43.475]➜  # import config
2025-08-20T21:55:00.7661407Z [00:03:43.475]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:00.7661837Z [00:03:43.475]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:00.7662280Z [00:03:43.475]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:55:00.7662746Z [00:03:43.475]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:55:00.7663181Z [00:03:43.475]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:00.7663604Z [00:03:43.475]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:00.7664108Z [00:03:43.475]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:55:00.7664767Z [00:03:43.475]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3999932643/b1256/_pkg_.a
2025-08-20T21:55:00.7665445Z [00:03:43.475]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build3999932643/b1257/_pkg_.a
2025-08-20T21:55:00.7666147Z [00:03:43.475]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds=/tmp/go-build3999932643/b1258/_pkg_.a
2025-08-20T21:55:00.7666900Z [00:03:43.475]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds=/tmp/go-build3999932643/b1266/_pkg_.a
2025-08-20T21:55:00.7667993Z [00:03:43.475]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/processcreds=/tmp/go-build3999932643/b1268/_pkg_.a
2025-08-20T21:55:00.7668736Z [00:03:43.475]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ssocreds=/tmp/go-build3999932643/b1270/_pkg_.a
2025-08-20T21:55:00.7669451Z [00:03:43.475]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/tmp/go-build3999932643/b1290/_pkg_.a
2025-08-20T21:55:00.7670149Z [00:03:43.475]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build3999932643/b1259/_pkg_.a
2025-08-20T21:55:00.7670821Z [00:03:43.475]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/ini=/tmp/go-build3999932643/b1299/_pkg_.a
2025-08-20T21:55:00.7671521Z [00:03:43.475]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build3999932643/b1271/_pkg_.a
2025-08-20T21:55:00.7672208Z [00:03:43.475]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build3999932643/b1272/_pkg_.a
2025-08-20T21:55:00.7672867Z [00:03:43.475]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build3999932643/b1285/_pkg_.a
2025-08-20T21:55:00.7673761Z [00:03:43.475]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build3999932643/b1291/_pkg_.a
2025-08-20T21:55:00.7674399Z [00:03:43.475]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build3999932643/b1235/_pkg_.a
2025-08-20T21:55:00.7675012Z [00:03:43.475]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3999932643/b1239/_pkg_.a
2025-08-20T21:55:00.7675622Z [00:03:43.475]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:55:00.7676312Z [00:03:43.475]➜  packagefile github.com/aws/smithy-go/private/requestcompression=/tmp/go-build3999932643/b1300/_pkg_.a
2025-08-20T21:55:00.7676871Z [00:03:43.475]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:00.7677287Z [00:03:43.475]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:55:00.7679948Z [00:03:43.475]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:00.7680390Z [00:03:43.475]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:00.7680823Z [00:03:43.475]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:00.7681230Z [00:03:43.475]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:00.7681835Z [00:03:43.475]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:00.7682351Z [00:03:43.475]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:00.7682852Z [00:03:43.475]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:00.7683336Z [00:03:43.475]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:00.7683645Z [00:03:43.475]➜  EOF
2025-08-20T21:55:00.7688903Z [00:03:43.475]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1255/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.17=>github.com/aws/aws-sdk-go-v2/config@v1.29.17;$WORK/b1255=>" -p github.com/aws/aws-sdk-go-v2/config -lang=go1.22 -complete -installsuffix shared -buildid -PggSBg454yNMc1pmwXw/-PggSBg454yNMc1pmwXw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1255/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.17/config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.17/defaultsmode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.17/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.17/env_config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.17/generate.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.17/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.17/load_options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.17/local.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.17/provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.17/resolve.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.17/resolve_bearer_token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.17/resolve_credentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.17/shared_config.go
2025-08-20T21:55:00.8164492Z [00:03:43.525]➜  go tool buildid -w $WORK/b1309/_pkg_.a # internal
2025-08-20T21:55:00.8238763Z [00:03:43.533]➜  cp $WORK/b1309/_pkg_.a /root/.cache/go-build/0a/0af65ce3233869c96ea1af05e7e6af30907bc7a0a1829cb7f830ecc7a6887f82-d # internal
2025-08-20T21:55:00.8243709Z [00:03:43.533]➜  github.com/alecthomas/units
2025-08-20T21:55:00.8244024Z [00:03:43.533]➜  mkdir -p $WORK/b1311/
2025-08-20T21:55:00.8254958Z [00:03:43.535]➜  cat >/tmp/go-build3999932643/b1311/importcfg << 'EOF' # internal
2025-08-20T21:55:00.8260247Z [00:03:43.535]➜  # import config
2025-08-20T21:55:00.8260620Z [00:03:43.535]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:00.8261049Z [00:03:43.535]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:00.8261484Z [00:03:43.535]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:00.8261810Z [00:03:43.535]➜  EOF
2025-08-20T21:55:00.8264884Z [00:03:43.535]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1311/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/units@v0.0.0-20211218093645-b94a6e3cc137=>github.com/alecthomas/units@v0.0.0-20211218093645-b94a6e3cc137;$WORK/b1311=>" -p github.com/alecthomas/units -lang=go1.15 -complete -installsuffix shared -buildid uFZkJveQqORTB2QlQaCc/uFZkJveQqORTB2QlQaCc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1311/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/units@v0.0.0-20211218093645-b94a6e3cc137/bytes.go /root/go/pkg/mod/github.com/alecthomas/units@v0.0.0-20211218093645-b94a6e3cc137/doc.go /root/go/pkg/mod/github.com/alecthomas/units@v0.0.0-20211218093645-b94a6e3cc137/si.go /root/go/pkg/mod/github.com/alecthomas/units@v0.0.0-20211218093645-b94a6e3cc137/util.go
2025-08-20T21:55:00.8590045Z [00:03:43.568]➜  go tool buildid -w $WORK/b1311/_pkg_.a # internal
2025-08-20T21:55:00.8598166Z [00:03:43.569]➜  cp $WORK/b1311/_pkg_.a /root/.cache/go-build/54/54b87db4155e21fb8145b953ab83b62d42dc2185f3737e4a9b3edc59f24b375a-d # internal
2025-08-20T21:55:00.8602606Z [00:03:43.570]➜  gopkg.in/alecthomas/kingpin.v2
2025-08-20T21:55:00.8613138Z [00:03:43.570]➜  mkdir -p $WORK/b1308/
2025-08-20T21:55:00.8613875Z [00:03:43.570]➜  cat >/tmp/go-build3999932643/b1308/importcfg << 'EOF' # internal
2025-08-20T21:55:00.8614307Z [00:03:43.570]➜  # import config
2025-08-20T21:55:00.8614649Z [00:03:43.570]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:00.8615191Z [00:03:43.570]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:00.8615694Z [00:03:43.570]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:55:00.8616134Z [00:03:43.570]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:00.8616645Z [00:03:43.570]➜  packagefile github.com/alecthomas/template=/tmp/go-build3999932643/b1309/_pkg_.a
2025-08-20T21:55:00.8617244Z [00:03:43.570]➜  packagefile github.com/alecthomas/units=/tmp/go-build3999932643/b1311/_pkg_.a
2025-08-20T21:55:00.8617948Z [00:03:43.570]➜  packagefile go/doc=/tmp/go-build3999932643/b663/_pkg_.a
2025-08-20T21:55:00.8618362Z [00:03:43.570]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:00.8618771Z [00:03:43.570]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:00.8619179Z [00:03:43.570]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:00.8619592Z [00:03:43.570]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:00.8620026Z [00:03:43.570]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:00.8620473Z [00:03:43.570]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:00.8620895Z [00:03:43.570]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:00.8621583Z [00:03:43.570]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:00.8622012Z [00:03:43.570]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:00.8622597Z [00:03:43.570]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:55:00.8623015Z [00:03:43.570]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:00.8623455Z [00:03:43.570]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:55:00.8623784Z [00:03:43.570]➜  EOF
2025-08-20T21:55:00.8642446Z [00:03:43.570]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1308/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/alecthomas/kingpin.v2@v2.2.6=>gopkg.in/alecthomas/kingpin.v2@v2.2.6;$WORK/b1308=>" -p gopkg.in/alecthomas/kingpin.v2 -lang=go1.16 -complete -installsuffix shared -buildid P5XSHrEoVKVrkfRQGJ08/P5XSHrEoVKVrkfRQGJ08 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1308/importcfg -pack /root/go/pkg/mod/gopkg.in/alecthomas/kingpin.v2@v2.2.6/actions.go /root/go/pkg/mod/gopkg.in/alecthomas/kingpin.v2@v2.2.6/app.go /root/go/pkg/mod/gopkg.in/alecthomas/kingpin.v2@v2.2.6/args.go /root/go/pkg/mod/gopkg.in/alecthomas/kingpin.v2@v2.2.6/cmd.go /root/go/pkg/mod/gopkg.in/alecthomas/kingpin.v2@v2.2.6/completions.go /root/go/pkg/mod/gopkg.in/alecthomas/kingpin.v2@v2.2.6/doc.go /root/go/pkg/mod/gopkg.in/alecthomas/kingpin.v2@v2.2.6/envar.go /root/go/pkg/mod/gopkg.in/alecthomas/kingpin.v2@v2.2.6/flags.go /root/go/pkg/mod/gopkg.in/alecthomas/kingpin.v2@v2.2.6/global.go /root/go/pkg/mod/gopkg.in/alecthomas/kingpin.v2@v2.2.6/guesswidth_unix.go /root/go/pkg/mod/gopkg.in/alecthomas/kingpin.v2@v2.2.6/model.go /root/go/pkg/mod/gopkg.in/alecthomas/kingpin.v2@v2.2.6/parser.go /root/go/pkg/mod/gopkg.in/alecthomas/kingpin.v2@v2.2.6/parsers.go /root/go/pkg/mod/gopkg.in/alecthomas/kingpin.v2@v2.2.6/templates.go /root/go/pkg/mod/gopkg.in/alecthomas/kingpin.v2@v2.2.6/usage.go /root/go/pkg/mod/gopkg.in/alecthomas/kingpin.v2@v2.2.6/values.go /root/go/pkg/mod/gopkg.in/alecthomas/kingpin.v2@v2.2.6/values_generated.go
2025-08-20T21:55:00.9184101Z [00:03:43.627]➜  go tool buildid -w $WORK/b1209/_pkg_.a # internal
2025-08-20T21:55:00.9307522Z [00:03:43.640]➜  cp $WORK/b1209/_pkg_.a /root/.cache/go-build/ef/ef3d061096a50a8fdbd326f3d55daf888a40bce4a737076307452687b311b718-d # internal
2025-08-20T21:55:00.9333586Z [00:03:43.642]➜  github.com/projectdiscovery/utils/sysutil
2025-08-20T21:55:00.9335113Z [00:03:43.643]➜  mkdir -p $WORK/b1313/
2025-08-20T21:55:00.9341999Z [00:03:43.643]➜  cat >/tmp/go-build3999932643/b1313/importcfg << 'EOF' # internal
2025-08-20T21:55:00.9344543Z [00:03:43.643]➜  # import config
2025-08-20T21:55:00.9347459Z [00:03:43.643]➜  packagefile runtime/debug=/tmp/go-build3999932643/b245/_pkg_.a
2025-08-20T21:55:00.9348104Z [00:03:43.643]➜  EOF
2025-08-20T21:55:00.9350532Z [00:03:43.643]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1313/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/sysutil=>github.com/projectdiscovery/utils@v0.4.23/sysutil;$WORK/b1313=>" -p github.com/projectdiscovery/utils/sysutil -lang=go1.24 -complete -installsuffix shared -buildid ZKOmHIMrvV8IKXAyp01H/ZKOmHIMrvV8IKXAyp01H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1313/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/sysutil/sysutil.go
2025-08-20T21:55:00.9492585Z [00:03:43.658]➜  go tool buildid -w $WORK/b1313/_pkg_.a # internal
2025-08-20T21:55:00.9496422Z [00:03:43.659]➜  cp $WORK/b1313/_pkg_.a /root/.cache/go-build/52/523fcdcc3bf10216f1848ad5a6450070149195feca725b2133626944d1a30da2-d # internal
2025-08-20T21:55:00.9503014Z [00:03:43.660]➜  github.com/projectdiscovery/utils/global
2025-08-20T21:55:00.9504418Z [00:03:43.660]➜  mkdir -p $WORK/b1312/
2025-08-20T21:55:00.9507853Z [00:03:43.660]➜  cat >/tmp/go-build3999932643/b1312/importcfg << 'EOF' # internal
2025-08-20T21:55:00.9509390Z [00:03:43.660]➜  # import config
2025-08-20T21:55:00.9509892Z [00:03:43.660]➜  packagefile github.com/projectdiscovery/utils/sysutil=/tmp/go-build3999932643/b1313/_pkg_.a
2025-08-20T21:55:00.9510775Z [00:03:43.660]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:00.9511379Z [00:03:43.660]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:00.9511702Z [00:03:43.660]➜  EOF
2025-08-20T21:55:00.9513747Z [00:03:43.660]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1312/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/global=>github.com/projectdiscovery/utils@v0.4.23/global;$WORK/b1312=>" -p github.com/projectdiscovery/utils/global -lang=go1.24 -complete -installsuffix shared -buildid BOa7ziaMp9-Km34lUsyH/BOa7ziaMp9-Km34lUsyH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1312/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/global/max_threads.go
2025-08-20T21:55:00.9699787Z [00:03:43.679]➜  go tool buildid -w $WORK/b1312/_pkg_.a # internal
2025-08-20T21:55:00.9703265Z [00:03:43.679]➜  cp $WORK/b1312/_pkg_.a /root/.cache/go-build/c0/c0994830f66ed3b925630b2785d3d199c7159b83cd44d7e59d271898cb3e624f-d # internal
2025-08-20T21:55:00.9711309Z [00:03:43.680]➜  github.com/h2non/filetype/matchers/isobmff
2025-08-20T21:55:00.9711706Z [00:03:43.680]➜  mkdir -p $WORK/b1318/
2025-08-20T21:55:00.9716158Z [00:03:43.681]➜  cat >/tmp/go-build3999932643/b1318/importcfg << 'EOF' # internal
2025-08-20T21:55:00.9716562Z [00:03:43.681]➜  # import config
2025-08-20T21:55:00.9716939Z [00:03:43.681]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:55:00.9717284Z [00:03:43.681]➜  EOF
2025-08-20T21:55:00.9719555Z [00:03:43.681]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1318/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/h2non/filetype@v1.1.3/matchers/isobmff=>github.com/h2non/filetype@v1.1.3/matchers/isobmff;$WORK/b1318=>" -p github.com/h2non/filetype/matchers/isobmff -lang=go1.13 -complete -installsuffix shared -buildid GaxtmDg9qjmzAbLYz3Jh/GaxtmDg9qjmzAbLYz3Jh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1318/importcfg -pack /root/go/pkg/mod/github.com/h2non/filetype@v1.1.3/matchers/isobmff/isobmff.go
2025-08-20T21:55:00.9917866Z [00:03:43.701]➜  go tool buildid -w $WORK/b1318/_pkg_.a # internal
2025-08-20T21:55:00.9926885Z [00:03:43.702]➜  cp $WORK/b1318/_pkg_.a /root/.cache/go-build/b6/b642f0838c77683f153356618322c6923516c45642556d16d3d68c43f9b46deb-d # internal
2025-08-20T21:55:00.9953468Z [00:03:43.704]➜  github.com/h2non/filetype/types
2025-08-20T21:55:00.9954014Z [00:03:43.704]➜  mkdir -p $WORK/b1319/
2025-08-20T21:55:00.9954542Z [00:03:43.705]➜  cat >/tmp/go-build3999932643/b1319/importcfg << 'EOF' # internal
2025-08-20T21:55:00.9954953Z [00:03:43.705]➜  # import config
2025-08-20T21:55:00.9955303Z [00:03:43.705]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:00.9955726Z [00:03:43.705]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:00.9956036Z [00:03:43.705]➜  EOF
2025-08-20T21:55:00.9959032Z [00:03:43.705]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1319/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/h2non/filetype@v1.1.3/types=>github.com/h2non/filetype@v1.1.3/types;$WORK/b1319=>" -p github.com/h2non/filetype/types -lang=go1.13 -complete -installsuffix shared -buildid 6Br0HGauUFvyY0Pp1UT3/6Br0HGauUFvyY0Pp1UT3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1319/importcfg -pack /root/go/pkg/mod/github.com/h2non/filetype@v1.1.3/types/defaults.go /root/go/pkg/mod/github.com/h2non/filetype@v1.1.3/types/mime.go /root/go/pkg/mod/github.com/h2non/filetype@v1.1.3/types/split.go /root/go/pkg/mod/github.com/h2non/filetype@v1.1.3/types/type.go /root/go/pkg/mod/github.com/h2non/filetype@v1.1.3/types/types.go
2025-08-20T21:55:01.0990393Z [00:03:43.808]➜  go tool buildid -w $WORK/b1319/_pkg_.a # internal
2025-08-20T21:55:01.1006075Z [00:03:43.810]➜  cp $WORK/b1319/_pkg_.a /root/.cache/go-build/e7/e77948ba5b4c929debae18525e30e8a2909888a30db847a076383e15dcd71163-d # internal
2025-08-20T21:55:01.1163717Z [00:03:43.826]➜  github.com/h2non/filetype/matchers
2025-08-20T21:55:01.1164139Z [00:03:43.826]➜  mkdir -p $WORK/b1317/
2025-08-20T21:55:01.1165371Z [00:03:43.826]➜  cat >/tmp/go-build3999932643/b1317/importcfg << 'EOF' # internal
2025-08-20T21:55:01.1165969Z [00:03:43.826]➜  # import config
2025-08-20T21:55:01.1167653Z [00:03:43.826]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:01.1168215Z [00:03:43.826]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:55:01.1168825Z [00:03:43.826]➜  packagefile github.com/h2non/filetype/matchers/isobmff=/tmp/go-build3999932643/b1318/_pkg_.a
2025-08-20T21:55:01.1169481Z [00:03:43.826]➜  packagefile github.com/h2non/filetype/types=/tmp/go-build3999932643/b1319/_pkg_.a
2025-08-20T21:55:01.1169917Z [00:03:43.826]➜  EOF
2025-08-20T21:55:01.1174818Z [00:03:43.826]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1317/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/h2non/filetype@v1.1.3/matchers=>github.com/h2non/filetype@v1.1.3/matchers;$WORK/b1317=>" -p github.com/h2non/filetype/matchers -lang=go1.13 -complete -installsuffix shared -buildid xVYHekEerWceL9o_ta1o/xVYHekEerWceL9o_ta1o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1317/importcfg -pack /root/go/pkg/mod/github.com/h2non/filetype@v1.1.3/matchers/application.go /root/go/pkg/mod/github.com/h2non/filetype@v1.1.3/matchers/archive.go /root/go/pkg/mod/github.com/h2non/filetype@v1.1.3/matchers/audio.go /root/go/pkg/mod/github.com/h2non/filetype@v1.1.3/matchers/document.go /root/go/pkg/mod/github.com/h2non/filetype@v1.1.3/matchers/font.go /root/go/pkg/mod/github.com/h2non/filetype@v1.1.3/matchers/image.go /root/go/pkg/mod/github.com/h2non/filetype@v1.1.3/matchers/matchers.go /root/go/pkg/mod/github.com/h2non/filetype@v1.1.3/matchers/video.go
2025-08-20T21:55:01.1749721Z [00:03:43.884]➜  go tool buildid -w $WORK/b1255/_pkg_.a # internal
2025-08-20T21:55:01.1844465Z [00:03:43.894]➜  cp $WORK/b1255/_pkg_.a /root/.cache/go-build/80/80929fb3b2f2436b37626fec8063fe718a0de41bf0fb0a5646cdb00c713842cb-d # internal
2025-08-20T21:55:01.1872596Z [00:03:43.897]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/signer
2025-08-20T21:55:01.1873966Z [00:03:43.897]➜  mkdir -p $WORK/b1230/
2025-08-20T21:55:01.1876288Z [00:03:43.897]➜  cat >/tmp/go-build3999932643/b1230/importcfg << 'EOF' # internal
2025-08-20T21:55:01.1877925Z [00:03:43.897]➜  # import config
2025-08-20T21:55:01.1879019Z [00:03:43.897]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:01.1880893Z [00:03:43.897]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:55:01.1882357Z [00:03:43.897]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:55:01.1883473Z [00:03:43.897]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:01.1884000Z [00:03:43.897]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:55:01.1884637Z [00:03:43.897]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3999932643/b1248/_pkg_.a
2025-08-20T21:55:01.1885278Z [00:03:43.897]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build3999932643/b1255/_pkg_.a
2025-08-20T21:55:01.1885912Z [00:03:43.897]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build3999932643/b1257/_pkg_.a
2025-08-20T21:55:01.1886557Z [00:03:43.897]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:01.1887256Z [00:03:43.897]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:01.1888119Z [00:03:43.897]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:55:01.1888645Z [00:03:43.897]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:01.1889063Z [00:03:43.897]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:01.1893276Z [00:03:43.897]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:01.1893983Z [00:03:43.897]➜  EOF
2025-08-20T21:55:01.1896575Z [00:03:43.897]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1230/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/signer=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/signer;$WORK/b1230=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/signer -lang=go1.24 -complete -installsuffix shared -buildid lbSf9fOpATP_Smg8EMPv/lbSf9fOpATP_Smg8EMPv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1230/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/signer/aws-sign.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/signer/signer.go
2025-08-20T21:55:01.2344973Z [00:03:43.944]➜  go tool buildid -w $WORK/b1317/_pkg_.a # internal
2025-08-20T21:55:01.2354146Z [00:03:43.945]➜  cp $WORK/b1317/_pkg_.a /root/.cache/go-build/87/8733ba30424c21f2f482596aa545e0dbd6e534f69b7cdb529bb6031abb5c1d9e-d # internal
2025-08-20T21:55:01.2379613Z [00:03:43.947]➜  github.com/h2non/filetype
2025-08-20T21:55:01.2380493Z [00:03:43.947]➜  mkdir -p $WORK/b1316/
2025-08-20T21:55:01.2381565Z [00:03:43.947]➜  cat >/tmp/go-build3999932643/b1316/importcfg << 'EOF' # internal
2025-08-20T21:55:01.2382251Z [00:03:43.947]➜  # import config
2025-08-20T21:55:01.2382844Z [00:03:43.947]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:01.2383876Z [00:03:43.947]➜  packagefile github.com/h2non/filetype/matchers=/tmp/go-build3999932643/b1317/_pkg_.a
2025-08-20T21:55:01.2384723Z [00:03:43.947]➜  packagefile github.com/h2non/filetype/types=/tmp/go-build3999932643/b1319/_pkg_.a
2025-08-20T21:55:01.2385407Z [00:03:43.947]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:01.2386350Z [00:03:43.947]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:01.2386871Z [00:03:43.947]➜  EOF
2025-08-20T21:55:01.2389751Z [00:03:43.947]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1316/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/h2non/filetype@v1.1.3=>github.com/h2non/filetype@v1.1.3;$WORK/b1316=>" -p github.com/h2non/filetype -lang=go1.13 -complete -installsuffix shared -buildid vGUYD9pASgneR4xeCF14/vGUYD9pASgneR4xeCF14 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1316/importcfg -pack /root/go/pkg/mod/github.com/h2non/filetype@v1.1.3/filetype.go /root/go/pkg/mod/github.com/h2non/filetype@v1.1.3/kind.go /root/go/pkg/mod/github.com/h2non/filetype@v1.1.3/match.go /root/go/pkg/mod/github.com/h2non/filetype@v1.1.3/version.go
2025-08-20T21:55:01.2528689Z [00:03:43.962]➜  go tool buildid -w $WORK/b1230/_pkg_.a # internal
2025-08-20T21:55:01.2540928Z [00:03:43.963]➜  cp $WORK/b1230/_pkg_.a /root/.cache/go-build/09/090ffafae9116adb35f83565db116f9835f344b4259dd95a0c3d1034aa09c2cb-d # internal
2025-08-20T21:55:01.2542792Z [00:03:43.963]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/signerpool
2025-08-20T21:55:01.2543245Z [00:03:43.964]➜  mkdir -p $WORK/b1229/
2025-08-20T21:55:01.2546119Z [00:03:43.964]➜  cat >/tmp/go-build3999932643/b1229/importcfg << 'EOF' # internal
2025-08-20T21:55:01.2548681Z [00:03:43.964]➜  # import config
2025-08-20T21:55:01.2562289Z [00:03:43.964]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:01.2563100Z [00:03:43.964]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/signer=/tmp/go-build3999932643/b1230/_pkg_.a
2025-08-20T21:55:01.2563916Z [00:03:43.964]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:01.2564484Z [00:03:43.964]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:01.2564915Z [00:03:43.964]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:01.2565221Z [00:03:43.964]➜  EOF
2025-08-20T21:55:01.2567577Z [00:03:43.964]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1229/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/signerpool=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/signerpool;$WORK/b1229=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/signerpool -lang=go1.24 -complete -installsuffix shared -buildid Ktg2FLbBMz3Cd9UvSh4s/Ktg2FLbBMz3Cd9UvSh4s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1229/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/signerpool/signerpool.go
2025-08-20T21:55:01.2788808Z [00:03:43.987]➜  go tool buildid -w $WORK/b1229/_pkg_.a # internal
2025-08-20T21:55:01.2817627Z [00:03:43.991]➜  cp $WORK/b1229/_pkg_.a /root/.cache/go-build/fa/faba93570f53c9991a20d4121124a27ea2d422bfa1e21c1fe777237da18fcf1a-d # internal
2025-08-20T21:55:01.2829875Z [00:03:43.992]➜  go tool buildid -w $WORK/b1308/_pkg_.a # internal
2025-08-20T21:55:01.2842572Z [00:03:43.994]➜  github.com/imdario/mergo
2025-08-20T21:55:01.2843574Z [00:03:43.994]➜  mkdir -p $WORK/b1324/
2025-08-20T21:55:01.2846993Z [00:03:43.994]➜  cat >/tmp/go-build3999932643/b1324/importcfg << 'EOF' # internal
2025-08-20T21:55:01.2848974Z [00:03:43.994]➜  # import config
2025-08-20T21:55:01.2849523Z [00:03:43.994]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:01.2850015Z [00:03:43.994]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:01.2850436Z [00:03:43.994]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:01.2850865Z [00:03:43.994]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:55:01.2851319Z [00:03:43.994]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:55:01.2851648Z [00:03:43.994]➜  EOF
2025-08-20T21:55:01.2853982Z [00:03:43.994]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1324/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/imdario/mergo@v0.3.16=>github.com/imdario/mergo@v0.3.16;$WORK/b1324=>" -p github.com/imdario/mergo -lang=go1.13 -complete -installsuffix shared -buildid BNEf_rb8AOrBlGAaoof-/BNEf_rb8AOrBlGAaoof- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1324/importcfg -pack /root/go/pkg/mod/github.com/imdario/mergo@v0.3.16/doc.go /root/go/pkg/mod/github.com/imdario/mergo@v0.3.16/map.go /root/go/pkg/mod/github.com/imdario/mergo@v0.3.16/merge.go /root/go/pkg/mod/github.com/imdario/mergo@v0.3.16/mergo.go
2025-08-20T21:55:01.2953316Z [00:03:44.004]➜  cp $WORK/b1308/_pkg_.a /root/.cache/go-build/bb/bb0951f225c5a812abc497b6c245b70e934b27982789a3c481ae008e041069bc-d # internal
2025-08-20T21:55:01.3101107Z [00:03:44.019]➜  github.com/projectdiscovery/rdap
2025-08-20T21:55:01.3102595Z [00:03:44.019]➜  mkdir -p $WORK/b1303/
2025-08-20T21:55:01.3103748Z [00:03:44.019]➜  cat >/tmp/go-build3999932643/b1303/importcfg << 'EOF' # internal
2025-08-20T21:55:01.3105207Z [00:03:44.019]➜  # import config
2025-08-20T21:55:01.3105800Z [00:03:44.019]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:01.3106380Z [00:03:44.019]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:55:01.3106995Z [00:03:44.019]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:01.3108182Z [00:03:44.019]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:55:01.3108651Z [00:03:44.019]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:01.3109180Z [00:03:44.019]➜  packagefile github.com/openrdap/rdap/bootstrap=/tmp/go-build3999932643/b1304/_pkg_.a
2025-08-20T21:55:01.3109845Z [00:03:44.019]➜  packagefile github.com/openrdap/rdap/bootstrap/cache=/tmp/go-build3999932643/b1305/_pkg_.a
2025-08-20T21:55:01.3110534Z [00:03:44.019]➜  packagefile github.com/openrdap/rdap/sandbox=/tmp/go-build3999932643/b1307/_pkg_.a
2025-08-20T21:55:01.3111130Z [00:03:44.019]➜  packagefile golang.org/x/crypto/pkcs12=/tmp/go-build3999932643/b693/_pkg_.a
2025-08-20T21:55:01.3111712Z [00:03:44.019]➜  packagefile gopkg.in/alecthomas/kingpin.v2=/tmp/go-build3999932643/b1308/_pkg_.a
2025-08-20T21:55:01.3112197Z [00:03:44.019]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:01.3112617Z [00:03:44.019]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:55:01.3113322Z [00:03:44.019]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:55:01.3113878Z [00:03:44.019]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:01.3114297Z [00:03:44.019]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:01.3114726Z [00:03:44.019]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:01.3115140Z [00:03:44.019]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:01.3115547Z [00:03:44.019]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:01.3115977Z [00:03:44.019]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:01.3116399Z [00:03:44.019]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:01.3116813Z [00:03:44.019]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:01.3117121Z [00:03:44.019]➜  EOF
2025-08-20T21:55:01.3125165Z [00:03:44.020]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1303/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/rdap@v0.9.0=>github.com/projectdiscovery/rdap@v0.9.0;$WORK/b1303=>" -p github.com/projectdiscovery/rdap -lang=go1.16 -complete -installsuffix shared -buildid TbpHfKDGG5ELynBlvTHt/TbpHfKDGG5ELynBlvTHt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1303/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/rdap@v0.9.0/autnum.go /root/go/pkg/mod/github.com/projectdiscovery/rdap@v0.9.0/cli.go /root/go/pkg/mod/github.com/projectdiscovery/rdap@v0.9.0/client.go /root/go/pkg/mod/github.com/projectdiscovery/rdap@v0.9.0/client_error.go /root/go/pkg/mod/github.com/projectdiscovery/rdap@v0.9.0/common.go /root/go/pkg/mod/github.com/projectdiscovery/rdap@v0.9.0/decode_data.go /root/go/pkg/mod/github.com/projectdiscovery/rdap@v0.9.0/decoder.go /root/go/pkg/mod/github.com/projectdiscovery/rdap@v0.9.0/doc.go /root/go/pkg/mod/github.com/projectdiscovery/rdap@v0.9.0/domain.go /root/go/pkg/mod/github.com/projectdiscovery/rdap@v0.9.0/entity.go /root/go/pkg/mod/github.com/projectdiscovery/rdap@v0.9.0/error.go /root/go/pkg/mod/github.com/projectdiscovery/rdap@v0.9.0/help.go /root/go/pkg/mod/github.com/projectdiscovery/rdap@v0.9.0/ipnetwork.go /root/go/pkg/mod/github.com/projectdiscovery/rdap@v0.9.0/nameserver.go /root/go/pkg/mod/github.com/projectdiscovery/rdap@v0.9.0/print.go /root/go/pkg/mod/github.com/projectdiscovery/rdap@v0.9.0/request.go /root/go/pkg/mod/github.com/projectdiscovery/rdap@v0.9.0/response.go /root/go/pkg/mod/github.com/projectdiscovery/rdap@v0.9.0/search_results.go /root/go/pkg/mod/github.com/projectdiscovery/rdap@v0.9.0/vcard.go
2025-08-20T21:55:01.3293556Z [00:03:44.038]➜  go tool buildid -w $WORK/b1316/_pkg_.a # internal
2025-08-20T21:55:01.3362407Z [00:03:44.045]➜  cp $WORK/b1316/_pkg_.a /root/.cache/go-build/85/854c4a730e0648579d577880b5f98d14a5f1dc8febc061bcd83423d07252b396-d # internal
2025-08-20T21:55:01.3424302Z [00:03:44.052]➜  github.com/clbanning/mxj/v2
2025-08-20T21:55:01.3425300Z [00:03:44.052]➜  mkdir -p $WORK/b1326/
2025-08-20T21:55:01.3425698Z [00:03:44.052]➜  cat >/tmp/go-build3999932643/b1326/importcfg << 'EOF' # internal
2025-08-20T21:55:01.3426062Z [00:03:44.052]➜  # import config
2025-08-20T21:55:01.3426405Z [00:03:44.052]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:01.3426854Z [00:03:44.052]➜  packagefile encoding/gob=/tmp/go-build3999932643/b330/_pkg_.a
2025-08-20T21:55:01.3427322Z [00:03:44.052]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:01.3427972Z [00:03:44.052]➜  packagefile encoding/xml=/tmp/go-build3999932643/b483/_pkg_.a
2025-08-20T21:55:01.3428428Z [00:03:44.052]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:01.3428839Z [00:03:44.052]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:01.3429234Z [00:03:44.052]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:01.3429626Z [00:03:44.052]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:01.3430371Z [00:03:44.052]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:01.3430920Z [00:03:44.052]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:01.3431340Z [00:03:44.052]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:01.3431765Z [00:03:44.052]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:01.3432193Z [00:03:44.052]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:01.3432613Z [00:03:44.052]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:01.3432924Z [00:03:44.052]➜  EOF
2025-08-20T21:55:01.3440547Z [00:03:44.052]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1326/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0=>github.com/clbanning/mxj/v2@v2.7.0;$WORK/b1326=>" -p github.com/clbanning/mxj/v2 -lang=go1.15 -complete -installsuffix shared -buildid xLVVfu8KPTv6ONIoJhS_/xLVVfu8KPTv6ONIoJhS_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1326/importcfg -pack /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/anyxml.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/doc.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/escapechars.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/exists.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/files.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/gob.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/json.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/keyvalues.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/leafnode.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/misc.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/mxj.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/newmap.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/remove.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/rename.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/set.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/setfieldsep.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/strict.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/struct.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/updatevalues.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/xml.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/xmlseq.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/xmlseq2.go
2025-08-20T21:55:01.3610887Z [00:03:44.069]➜  go tool buildid -w $WORK/b1324/_pkg_.a # internal
2025-08-20T21:55:01.3612520Z [00:03:44.070]➜  cp $WORK/b1324/_pkg_.a /root/.cache/go-build/f5/f513ca98b25a0603acd361acffd4c7b3de7f69f59de23bc75717e20cc7296616-d # internal
2025-08-20T21:55:01.3630867Z [00:03:44.072]➜  github.com/leslie-qiwa/flat
2025-08-20T21:55:01.3632976Z [00:03:44.072]➜  mkdir -p $WORK/b1323/
2025-08-20T21:55:01.3637094Z [00:03:44.073]➜  cat >/tmp/go-build3999932643/b1323/importcfg << 'EOF' # internal
2025-08-20T21:55:01.3638570Z [00:03:44.073]➜  # import config
2025-08-20T21:55:01.3638930Z [00:03:44.073]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:01.3639438Z [00:03:44.073]➜  packagefile github.com/imdario/mergo=/tmp/go-build3999932643/b1324/_pkg_.a
2025-08-20T21:55:01.3639933Z [00:03:44.073]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:01.3640368Z [00:03:44.073]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:01.3640790Z [00:03:44.073]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:01.3641104Z [00:03:44.073]➜  EOF
2025-08-20T21:55:01.3644433Z [00:03:44.073]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1323/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/leslie-qiwa/flat@v0.0.0-20230424180412-f9d1cf014baa=>github.com/leslie-qiwa/flat@v0.0.0-20230424180412-f9d1cf014baa;$WORK/b1323=>" -p github.com/leslie-qiwa/flat -lang=go1.16 -complete -installsuffix shared -buildid 9ca89v05I9ULmaAZfh89/9ca89v05I9ULmaAZfh89 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1323/importcfg -pack /root/go/pkg/mod/github.com/leslie-qiwa/flat@v0.0.0-20230424180412-f9d1cf014baa/doc.go /root/go/pkg/mod/github.com/leslie-qiwa/flat@v0.0.0-20230424180412-f9d1cf014baa/flat.go /root/go/pkg/mod/github.com/leslie-qiwa/flat@v0.0.0-20230424180412-f9d1cf014baa/trie.go
2025-08-20T21:55:01.3906910Z [00:03:44.100]➜  go tool buildid -w $WORK/b1323/_pkg_.a # internal
2025-08-20T21:55:01.3914463Z [00:03:44.101]➜  cp $WORK/b1323/_pkg_.a /root/.cache/go-build/2a/2a1eb7a0a1c080d87c8e24080c4bebf2c9a4133a11084c7bbaca86234ecc6bd3-d # internal
2025-08-20T21:55:01.3915279Z [00:03:44.101]➜  github.com/projectdiscovery/nuclei/v3/pkg/model/types/userAgent
2025-08-20T21:55:01.3915677Z [00:03:44.101]➜  mkdir -p $WORK/b1327/
2025-08-20T21:55:01.3920337Z [00:03:44.101]➜  cat >/tmp/go-build3999932643/b1327/importcfg << 'EOF' # internal
2025-08-20T21:55:01.3921600Z [00:03:44.101]➜  # import config
2025-08-20T21:55:01.3922044Z [00:03:44.101]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build3999932643/b654/_pkg_.a
2025-08-20T21:55:01.3922616Z [00:03:44.101]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:01.3923281Z [00:03:44.101]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:55:01.3923875Z [00:03:44.101]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:01.3924197Z [00:03:44.101]➜  EOF
2025-08-20T21:55:01.3926603Z [00:03:44.101]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1327/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/types/userAgent=>github.com/projectdiscovery/nuclei/v3/pkg/model/types/userAgent;$WORK/b1327=>" -p github.com/projectdiscovery/nuclei/v3/pkg/model/types/userAgent -lang=go1.24 -complete -installsuffix shared -buildid _-o_MsK0GFgCTN7I-wbE/_-o_MsK0GFgCTN7I-wbE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1327/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/types/userAgent/user_agent.go
2025-08-20T21:55:01.5285009Z [00:03:44.238]➜  go tool buildid -w $WORK/b1327/_pkg_.a # internal
2025-08-20T21:55:01.5319819Z [00:03:44.241]➜  cp $WORK/b1327/_pkg_.a /root/.cache/go-build/cc/cc90abd9a34aa7cfbff3919d4d7a16cc5257fafcd9346d44d59d22406097474b-d # internal
2025-08-20T21:55:01.5321177Z [00:03:44.241]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httputils
2025-08-20T21:55:01.5327022Z [00:03:44.241]➜  mkdir -p $WORK/b1331/
2025-08-20T21:55:01.5327888Z [00:03:44.242]➜  cat >/tmp/go-build3999932643/b1331/importcfg << 'EOF' # internal
2025-08-20T21:55:01.5328563Z [00:03:44.242]➜  # import config
2025-08-20T21:55:01.5329477Z [00:03:44.242]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:01.5330143Z [00:03:44.242]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:01.5330837Z [00:03:44.242]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:55:01.5331812Z [00:03:44.242]➜  packagefile github.com/projectdiscovery/utils/sync=/tmp/go-build3999932643/b1081/_pkg_.a
2025-08-20T21:55:01.5332414Z [00:03:44.242]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3999932643/b183/_pkg_.a
2025-08-20T21:55:01.5332884Z [00:03:44.242]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:01.5333307Z [00:03:44.242]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:01.5333612Z [00:03:44.242]➜  EOF
2025-08-20T21:55:01.5336751Z [00:03:44.243]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1331/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/httputils=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httputils;$WORK/b1331=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httputils -lang=go1.24 -complete -installsuffix shared -buildid y-w4loH2V-ytRBhEunqW/y-w4loH2V-ytRBhEunqW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1331/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/httputils/misc.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/httputils/spm.go
2025-08-20T21:55:01.5658293Z [00:03:44.275]➜  go tool buildid -w $WORK/b1331/_pkg_.a # internal
2025-08-20T21:55:01.5666567Z [00:03:44.276]➜  cp $WORK/b1331/_pkg_.a /root/.cache/go-build/f1/f13142f05652d951281ef162385d6a304887b981d9d5dbdd3f48e57babef5a28-d # internal
2025-08-20T21:55:01.5668285Z [00:03:44.276]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/race
2025-08-20T21:55:01.5669387Z [00:03:44.276]➜  mkdir -p $WORK/b1332/
2025-08-20T21:55:01.5673519Z [00:03:44.277]➜  cat >/tmp/go-build3999932643/b1332/importcfg << 'EOF' # internal
2025-08-20T21:55:01.5673890Z [00:03:44.277]➜  # import config
2025-08-20T21:55:01.5674221Z [00:03:44.277]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:01.5674626Z [00:03:44.277]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:01.5675034Z [00:03:44.277]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:01.5675353Z [00:03:44.277]➜  EOF
2025-08-20T21:55:01.5679850Z [00:03:44.277]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1332/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/race=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/race;$WORK/b1332=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/race -lang=go1.24 -complete -installsuffix shared -buildid KTU7jYicUX-Hy1q7V2cx/KTU7jYicUX-Hy1q7V2cx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1332/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/race/syncedreadcloser.go
2025-08-20T21:55:01.5766403Z [00:03:44.286]➜  go tool buildid -w $WORK/b1303/_pkg_.a # internal
2025-08-20T21:55:01.5794236Z [00:03:44.289]➜  cp $WORK/b1303/_pkg_.a /root/.cache/go-build/b5/b5ef4e11022c5b23ac88a6feef0c16ad94ea352635dc63107aa8b950eb9acdd7-d # internal
2025-08-20T21:55:01.5795857Z [00:03:44.289]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/whois/rdapclientpool
2025-08-20T21:55:01.5797598Z [00:03:44.289]➜  mkdir -p $WORK/b1302/
2025-08-20T21:55:01.5798545Z [00:03:44.289]➜  cat >/tmp/go-build3999932643/b1302/importcfg << 'EOF' # internal
2025-08-20T21:55:01.5798952Z [00:03:44.289]➜  # import config
2025-08-20T21:55:01.5799671Z [00:03:44.289]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:01.5800637Z [00:03:44.289]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:01.5801396Z [00:03:44.289]➜  packagefile github.com/projectdiscovery/rdap=/tmp/go-build3999932643/b1303/_pkg_.a
2025-08-20T21:55:01.5804335Z [00:03:44.289]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:01.5804774Z [00:03:44.289]➜  EOF
2025-08-20T21:55:01.5807112Z [00:03:44.289]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1302/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/whois/rdapclientpool=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/whois/rdapclientpool;$WORK/b1302=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/whois/rdapclientpool -lang=go1.24 -complete -installsuffix shared -buildid M8imXK6NAh10wmaBAB4_/M8imXK6NAh10wmaBAB4_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1302/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/whois/rdapclientpool/clientpool.go
2025-08-20T21:55:01.5878499Z [00:03:44.297]➜  go tool buildid -w $WORK/b1326/_pkg_.a # internal
2025-08-20T21:55:01.5883304Z [00:03:44.298]➜  go tool buildid -w $WORK/b1332/_pkg_.a # internal
2025-08-20T21:55:01.5890048Z [00:03:44.298]➜  cp $WORK/b1332/_pkg_.a /root/.cache/go-build/82/8268649f3ffe70532441b29790b5e6c3a28501168b2957d8d0c0fcb20c773ab1-d # internal
2025-08-20T21:55:01.5892324Z [00:03:44.299]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/raw
2025-08-20T21:55:01.5894514Z [00:03:44.299]➜  mkdir -p $WORK/b1333/
2025-08-20T21:55:01.5898828Z [00:03:44.299]➜  cat >/tmp/go-build3999932643/b1333/importcfg << 'EOF' # internal
2025-08-20T21:55:01.5899614Z [00:03:44.299]➜  # import config
2025-08-20T21:55:01.5900292Z [00:03:44.299]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:01.5901640Z [00:03:44.299]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:01.5903293Z [00:03:44.299]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:01.5903797Z [00:03:44.299]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:01.5904237Z [00:03:44.299]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:01.5904783Z [00:03:44.299]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:01.5905538Z [00:03:44.299]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/authprovider/authx=/tmp/go-build3999932643/b1098/_pkg_.a
2025-08-20T21:55:01.5906294Z [00:03:44.299]➜  packagefile github.com/projectdiscovery/rawhttp/client=/tmp/go-build3999932643/b678/_pkg_.a
2025-08-20T21:55:01.5906978Z [00:03:44.299]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:55:01.5907868Z [00:03:44.299]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:55:01.5908535Z [00:03:44.299]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:55:01.5909052Z [00:03:44.299]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:01.5909462Z [00:03:44.299]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:01.5909785Z [00:03:44.299]➜  EOF
2025-08-20T21:55:01.5912373Z [00:03:44.300]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1333/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/raw=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/raw;$WORK/b1333=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/raw -lang=go1.24 -complete -installsuffix shared -buildid rybc3pKntRr_v2yxMuIl/rybc3pKntRr_v2yxMuIl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1333/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/raw/doc.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/raw/raw.go
2025-08-20T21:55:01.5940303Z [00:03:44.303]➜  cp $WORK/b1326/_pkg_.a /root/.cache/go-build/16/162a972bc6f82a583e7efcd780e9111611c82cc7310eede5584f820970a4d996-d # internal
2025-08-20T21:55:01.5948929Z [00:03:44.304]➜  github.com/projectdiscovery/nuclei/v3/pkg/fuzz/dataformat
2025-08-20T21:55:01.5951943Z [00:03:44.304]➜  mkdir -p $WORK/b1325/
2025-08-20T21:55:01.5952411Z [00:03:44.304]➜  cat >/tmp/go-build3999932643/b1325/importcfg << 'EOF' # internal
2025-08-20T21:55:01.5952780Z [00:03:44.304]➜  # import config
2025-08-20T21:55:01.5953115Z [00:03:44.304]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:01.5953533Z [00:03:44.304]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:01.5953945Z [00:03:44.304]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:01.5954766Z [00:03:44.304]➜  packagefile github.com/clbanning/mxj/v2=/tmp/go-build3999932643/b1326/_pkg_.a
2025-08-20T21:55:01.5955348Z [00:03:44.304]➜  packagefile github.com/json-iterator/go=/tmp/go-build3999932643/b243/_pkg_.a
2025-08-20T21:55:01.5955950Z [00:03:44.304]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:01.5956597Z [00:03:44.304]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:55:01.5957245Z [00:03:44.304]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:55:01.5958041Z [00:03:44.304]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3999932643/b183/_pkg_.a
2025-08-20T21:55:01.5958502Z [00:03:44.304]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:01.5958903Z [00:03:44.304]➜  packagefile mime=/tmp/go-build3999932643/b214/_pkg_.a
2025-08-20T21:55:01.5959353Z [00:03:44.304]➜  packagefile mime/multipart=/tmp/go-build3999932643/b215/_pkg_.a
2025-08-20T21:55:01.5959824Z [00:03:44.304]➜  packagefile net/textproto=/tmp/go-build3999932643/b211/_pkg_.a
2025-08-20T21:55:01.5960473Z [00:03:44.304]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:01.5960897Z [00:03:44.304]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:01.5961324Z [00:03:44.304]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:01.5961638Z [00:03:44.304]➜  EOF
2025-08-20T21:55:01.5965054Z [00:03:44.304]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1325/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/dataformat=>github.com/projectdiscovery/nuclei/v3/pkg/fuzz/dataformat;$WORK/b1325=>" -p github.com/projectdiscovery/nuclei/v3/pkg/fuzz/dataformat -lang=go1.24 -complete -installsuffix shared -buildid roHsctH4BkzHodJu3zW9/roHsctH4BkzHodJu3zW9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1325/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/dataformat/dataformat.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/dataformat/form.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/dataformat/json.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/dataformat/kv.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/dataformat/multipart.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/dataformat/raw.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/dataformat/xml.go
2025-08-20T21:55:01.6022808Z [00:03:44.311]➜  go tool buildid -w $WORK/b1302/_pkg_.a # internal
2025-08-20T21:55:01.6030373Z [00:03:44.312]➜  cp $WORK/b1302/_pkg_.a /root/.cache/go-build/41/416d5c058c2306d65b27ae48c35e702dc57327622943751a8bbbfc89c12d3595-d # internal
2025-08-20T21:55:01.6035282Z [00:03:44.313]➜  github.com/projectdiscovery/nuclei/v3/pkg/utils/stats
2025-08-20T21:55:01.6035686Z [00:03:44.313]➜  mkdir -p $WORK/b1334/
2025-08-20T21:55:01.6036307Z [00:03:44.313]➜  cat >/tmp/go-build3999932643/b1334/importcfg << 'EOF' # internal
2025-08-20T21:55:01.6036664Z [00:03:44.313]➜  # import config
2025-08-20T21:55:01.6037009Z [00:03:44.313]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:01.6037664Z [00:03:44.313]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build3999932643/b247/_pkg_.a
2025-08-20T21:55:01.6038604Z [00:03:44.313]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:01.6048299Z [00:03:44.313]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:55:01.6049017Z [00:03:44.313]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:01.6049357Z [00:03:44.313]➜  EOF
2025-08-20T21:55:01.6051517Z [00:03:44.313]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1334/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/stats=>github.com/projectdiscovery/nuclei/v3/pkg/utils/stats;$WORK/b1334=>" -p github.com/projectdiscovery/nuclei/v3/pkg/utils/stats -lang=go1.24 -complete -installsuffix shared -buildid jtC9auzJyJQ2f_exvjuU/jtC9auzJyJQ2f_exvjuU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1334/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/stats/doc.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/stats/stats.go
2025-08-20T21:55:01.6526284Z [00:03:44.362]➜  go tool buildid -w $WORK/b1334/_pkg_.a # internal
2025-08-20T21:55:01.6539846Z [00:03:44.363]➜  cp $WORK/b1334/_pkg_.a /root/.cache/go-build/60/6031ae003ef3b9cb032cfc82547c1f37b5281402aa488ca0c2a56111867045e6-d # internal
2025-08-20T21:55:01.6546636Z [00:03:44.364]➜  moul.io/http2curl
2025-08-20T21:55:01.6547734Z [00:03:44.364]➜  mkdir -p $WORK/b1335/
2025-08-20T21:55:01.6552635Z [00:03:44.365]➜  cat >/tmp/go-build3999932643/b1335/importcfg << 'EOF' # internal
2025-08-20T21:55:01.6553023Z [00:03:44.365]➜  # import config
2025-08-20T21:55:01.6553370Z [00:03:44.365]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:01.6553792Z [00:03:44.365]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:01.6554191Z [00:03:44.365]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:01.6554621Z [00:03:44.365]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:55:01.6555379Z [00:03:44.365]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:01.6555804Z [00:03:44.365]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:01.6556230Z [00:03:44.365]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:01.6556542Z [00:03:44.365]➜  EOF
2025-08-20T21:55:01.6559073Z [00:03:44.365]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1335/_pkg_.a -trimpath "/root/go/pkg/mod/moul.io/http2curl@v1.0.0=>moul.io/http2curl@v1.0.0;$WORK/b1335=>" -p moul.io/http2curl -lang=go1.16 -complete -installsuffix shared -buildid -AsVi5HBq2MO9z4ejPM3/-AsVi5HBq2MO9z4ejPM3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1335/importcfg -pack /root/go/pkg/mod/moul.io/http2curl@v1.0.0/http2curl.go
2025-08-20T21:55:01.6627231Z [00:03:44.372]➜  go tool buildid -w $WORK/b1333/_pkg_.a # internal
2025-08-20T21:55:01.6659951Z [00:03:44.375]➜  cp $WORK/b1333/_pkg_.a /root/.cache/go-build/57/5706d2ff4074c9e75e6fe948ee4686bb9627abe9ef1955a1db6d8ca14d85dd4b-d # internal
2025-08-20T21:55:01.6675190Z [00:03:44.377]➜  github.com/projectdiscovery/tlsx/pkg/tlsx/openssl
2025-08-20T21:55:01.6676184Z [00:03:44.377]➜  mkdir -p $WORK/b1342/
2025-08-20T21:55:01.6683057Z [00:03:44.378]➜  cat >/tmp/go-build3999932643/b1342/importcfg << 'EOF' # internal
2025-08-20T21:55:01.6685165Z [00:03:44.378]➜  # import config
2025-08-20T21:55:01.6685553Z [00:03:44.378]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:01.6686135Z [00:03:44.378]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:01.6686634Z [00:03:44.378]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:01.6687081Z [00:03:44.378]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:55:01.6687735Z [00:03:44.378]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:55:01.6688212Z [00:03:44.378]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:01.6688639Z [00:03:44.378]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:01.6689229Z [00:03:44.378]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build3999932643/b341/_pkg_.a
2025-08-20T21:55:01.6690049Z [00:03:44.378]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:01.6690819Z [00:03:44.378]➜  packagefile github.com/projectdiscovery/tlsx/pkg/output/stats=/tmp/go-build3999932643/b697/_pkg_.a
2025-08-20T21:55:01.6691554Z [00:03:44.378]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/clients=/tmp/go-build3999932643/b681/_pkg_.a
2025-08-20T21:55:01.6692247Z [00:03:44.378]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build3999932643/b617/_pkg_.a
2025-08-20T21:55:01.6692894Z [00:03:44.378]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build3999932643/b333/_pkg_.a
2025-08-20T21:55:01.6693715Z [00:03:44.378]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:55:01.6694243Z [00:03:44.378]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:01.6694639Z [00:03:44.378]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:01.6695057Z [00:03:44.378]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:01.6695466Z [00:03:44.378]➜  packagefile os/exec=/tmp/go-build3999932643/b507/_pkg_.a
2025-08-20T21:55:01.6695916Z [00:03:44.378]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:01.6696363Z [00:03:44.378]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:01.6696784Z [00:03:44.378]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:01.6697199Z [00:03:44.378]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:01.6697687Z [00:03:44.378]➜  EOF
2025-08-20T21:55:01.6701173Z [00:03:44.378]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1342/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/openssl=>github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/openssl;$WORK/b1342=>" -p github.com/projectdiscovery/tlsx/pkg/tlsx/openssl -lang=go1.21 -complete -installsuffix shared -buildid yoXlqdlNJipHQBQUziOF/yoXlqdlNJipHQBQUziOF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1342/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/openssl/common.go /root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/openssl/openssl.go /root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/openssl/openssl_exec.go /root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/openssl/options.go /root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/openssl/utils.go
2025-08-20T21:55:01.6860200Z [00:03:44.395]➜  go tool buildid -w $WORK/b1335/_pkg_.a # internal
2025-08-20T21:55:01.6867891Z [00:03:44.396]➜  cp $WORK/b1335/_pkg_.a /root/.cache/go-build/6e/6eb7066f732b94c6fccd11f24a6c38de48e3e7bb780ce73a32563933477930c8-d # internal
2025-08-20T21:55:01.6877682Z [00:03:44.397]➜  github.com/projectdiscovery/tlsx/pkg/tlsx/tls
2025-08-20T21:55:01.6879393Z [00:03:44.397]➜  mkdir -p $WORK/b1343/
2025-08-20T21:55:01.6883361Z [00:03:44.398]➜  cat >/tmp/go-build3999932643/b1343/importcfg << 'EOF' # internal
2025-08-20T21:55:01.6884129Z [00:03:44.398]➜  # import config
2025-08-20T21:55:01.6884553Z [00:03:44.398]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:01.6885251Z [00:03:44.398]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:55:01.6885771Z [00:03:44.398]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:55:01.6886209Z [00:03:44.398]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:01.6886806Z [00:03:44.398]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build3999932643/b341/_pkg_.a
2025-08-20T21:55:01.6887615Z [00:03:44.398]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:01.6888372Z [00:03:44.398]➜  packagefile github.com/projectdiscovery/tlsx/pkg/output/stats=/tmp/go-build3999932643/b697/_pkg_.a
2025-08-20T21:55:01.6889268Z [00:03:44.398]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/clients=/tmp/go-build3999932643/b681/_pkg_.a
2025-08-20T21:55:01.6890110Z [00:03:44.398]➜  packagefile github.com/projectdiscovery/utils/conn/connpool=/tmp/go-build3999932643/b699/_pkg_.a
2025-08-20T21:55:01.6890809Z [00:03:44.398]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build3999932643/b617/_pkg_.a
2025-08-20T21:55:01.6891457Z [00:03:44.398]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build3999932643/b333/_pkg_.a
2025-08-20T21:55:01.6892115Z [00:03:44.398]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:55:01.6892829Z [00:03:44.398]➜  packagefile github.com/rs/xid=/tmp/go-build3999932643/b608/_pkg_.a
2025-08-20T21:55:01.6893276Z [00:03:44.398]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:01.6893672Z [00:03:44.398]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:01.6894075Z [00:03:44.398]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:01.6894385Z [00:03:44.398]➜  EOF
2025-08-20T21:55:01.6905133Z [00:03:44.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1343/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/tls=>github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/tls;$WORK/b1343=>" -p github.com/projectdiscovery/tlsx/pkg/tlsx/tls -lang=go1.21 -complete -installsuffix shared -buildid wgIFCnq7dS-jVwEczyWU/wgIFCnq7dS-jVwEczyWU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1343/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/tls/tls.go /root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/tls/utils.go
2025-08-20T21:55:01.7345630Z [00:03:44.444]➜  go tool buildid -w $WORK/b1325/_pkg_.a # internal
2025-08-20T21:55:01.7380349Z [00:03:44.447]➜  cp $WORK/b1325/_pkg_.a /root/.cache/go-build/84/842a53e8d03f80946de4b97a7bbbbe4db716087447a92fb030fbe3219e9b465c-d # internal
2025-08-20T21:55:01.7393046Z [00:03:44.448]➜  github.com/projectdiscovery/nuclei/v3/pkg/fuzz/component
2025-08-20T21:55:01.7393487Z [00:03:44.448]➜  mkdir -p $WORK/b1322/
2025-08-20T21:55:01.7394099Z [00:03:44.448]➜  cat >/tmp/go-build3999932643/b1322/importcfg << 'EOF' # internal
2025-08-20T21:55:01.7394495Z [00:03:44.448]➜  # import config
2025-08-20T21:55:01.7394835Z [00:03:44.448]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:01.7395262Z [00:03:44.448]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:01.7395685Z [00:03:44.448]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:01.7396105Z [00:03:44.448]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:01.7396606Z [00:03:44.448]➜  packagefile github.com/leslie-qiwa/flat=/tmp/go-build3999932643/b1323/_pkg_.a
2025-08-20T21:55:01.7397178Z [00:03:44.448]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build3999932643/b247/_pkg_.a
2025-08-20T21:55:01.7398193Z [00:03:44.448]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:01.7398853Z [00:03:44.448]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:01.7399692Z [00:03:44.448]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/dataformat=/tmp/go-build3999932643/b1325/_pkg_.a
2025-08-20T21:55:01.7400514Z [00:03:44.448]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:55:01.7401198Z [00:03:44.448]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:55:01.7401859Z [00:03:44.448]➜  packagefile github.com/projectdiscovery/utils/reader=/tmp/go-build3999932643/b470/_pkg_.a
2025-08-20T21:55:01.7402515Z [00:03:44.448]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:55:01.7403027Z [00:03:44.448]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:01.7403598Z [00:03:44.448]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:01.7404092Z [00:03:44.448]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:01.7404526Z [00:03:44.448]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:01.7404949Z [00:03:44.448]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:01.7405261Z [00:03:44.448]➜  EOF
2025-08-20T21:55:01.7408807Z [00:03:44.448]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1322/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component=>github.com/projectdiscovery/nuclei/v3/pkg/fuzz/component;$WORK/b1322=>" -p github.com/projectdiscovery/nuclei/v3/pkg/fuzz/component -lang=go1.24 -complete -installsuffix shared -buildid 0Lh_h3rut68qpCtOuUDw/0Lh_h3rut68qpCtOuUDw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1322/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/body.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/component.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/cookie.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/headers.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/path.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/query.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/value.go
2025-08-20T21:55:01.7950703Z [00:03:44.504]➜  cd /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28
2025-08-20T21:55:01.7958909Z [00:03:44.504]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1102=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1102/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b1102/_x013.o -c sqlite3_opt_unlock_notify.c
2025-08-20T21:55:01.8153497Z [00:03:44.521]➜  cd $WORK/b1102
2025-08-20T21:55:01.8156927Z [00:03:44.521]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1102=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1102/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b1102/_cgo_main.o -c _cgo_main.c
2025-08-20T21:55:01.8467564Z [00:03:44.555]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:55:01.8471284Z [00:03:44.555]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1102=/tmp/go-build -gno-record-gcc-switches -o $WORK/b1102/_cgo_.o $WORK/b1102/_cgo_main.o $WORK/b1102/preferlinkext $WORK/b1102/_x001.o $WORK/b1102/_x002.o $WORK/b1102/_x003.o $WORK/b1102/_x004.o $WORK/b1102/_x005.o $WORK/b1102/_x006.o $WORK/b1102/_x007.o $WORK/b1102/_x008.o $WORK/b1102/_x009.o $WORK/b1102/_x010.o $WORK/b1102/_x011.o $WORK/b1102/_x012.o $WORK/b1102/_x013.o -O2 -g -ldl
2025-08-20T21:55:01.8686492Z [00:03:44.578]➜  go tool buildid -w $WORK/b1322/_pkg_.a # internal
2025-08-20T21:55:01.8732463Z [00:03:44.582]➜  cp $WORK/b1322/_pkg_.a /root/.cache/go-build/e3/e329c80e3846e39044cbfa0db21b84f8a04c07c56e6b4c3aeac01f0a4146b152-d # internal
2025-08-20T21:55:01.8737889Z [00:03:44.583]➜  github.com/projectdiscovery/tlsx/pkg/tlsx/jarm
2025-08-20T21:55:01.8739287Z [00:03:44.583]➜  mkdir -p $WORK/b1344/
2025-08-20T21:55:01.8739700Z [00:03:44.583]➜  cat >/tmp/go-build3999932643/b1344/importcfg << 'EOF' # internal
2025-08-20T21:55:01.8740062Z [00:03:44.583]➜  # import config
2025-08-20T21:55:01.8740412Z [00:03:44.583]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:01.8740830Z [00:03:44.583]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:01.8741306Z [00:03:44.583]➜  packagefile github.com/hdm/jarm-go=/tmp/go-build3999932643/b740/_pkg_.a
2025-08-20T21:55:01.8742299Z [00:03:44.583]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build3999932643/b341/_pkg_.a
2025-08-20T21:55:01.8743028Z [00:03:44.583]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:01.8743710Z [00:03:44.583]➜  packagefile github.com/projectdiscovery/utils/conn/connpool=/tmp/go-build3999932643/b699/_pkg_.a
2025-08-20T21:55:01.8744263Z [00:03:44.583]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:01.8744678Z [00:03:44.583]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:01.8745093Z [00:03:44.583]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:01.8745399Z [00:03:44.583]➜  EOF
2025-08-20T21:55:01.8752959Z [00:03:44.584]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1344/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/jarm=>github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/jarm;$WORK/b1344=>" -p github.com/projectdiscovery/tlsx/pkg/tlsx/jarm -lang=go1.21 -complete -installsuffix shared -buildid orpaAubOntpyHiOyl3F5/orpaAubOntpyHiOyl3F5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1344/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/jarm/jarm.go
2025-08-20T21:55:02.0977680Z [00:03:44.807]➜  go tool buildid -w $WORK/b1342/_pkg_.a # internal
2025-08-20T21:55:02.1048409Z [00:03:44.813]➜  cp $WORK/b1342/_pkg_.a /root/.cache/go-build/41/41c02e78c18ddf62e9c1760dd577726f76fb917f48d4387781cc769e0f03044e-d # internal
2025-08-20T21:55:02.1097453Z [00:03:44.819]➜  github.com/gobwas/httphead
2025-08-20T21:55:02.1098370Z [00:03:44.819]➜  mkdir -p $WORK/b1347/
2025-08-20T21:55:02.1099607Z [00:03:44.819]➜  cat >/tmp/go-build3999932643/b1347/importcfg << 'EOF' # internal
2025-08-20T21:55:02.1099975Z [00:03:44.819]➜  # import config
2025-08-20T21:55:02.1100321Z [00:03:44.819]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:02.1100753Z [00:03:44.819]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:02.1101156Z [00:03:44.819]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:02.1101566Z [00:03:44.819]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:02.1101980Z [00:03:44.819]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:02.1102294Z [00:03:44.819]➜  EOF
2025-08-20T21:55:02.1105737Z [00:03:44.819]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1347/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/httphead@v0.1.0=>github.com/gobwas/httphead@v0.1.0;$WORK/b1347=>" -p github.com/gobwas/httphead -lang=go1.15 -complete -installsuffix shared -buildid 4rL6EYrN6Dw5zo-MCHEP/4rL6EYrN6Dw5zo-MCHEP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1347/importcfg -pack /root/go/pkg/mod/github.com/gobwas/httphead@v0.1.0/cookie.go /root/go/pkg/mod/github.com/gobwas/httphead@v0.1.0/head.go /root/go/pkg/mod/github.com/gobwas/httphead@v0.1.0/httphead.go /root/go/pkg/mod/github.com/gobwas/httphead@v0.1.0/lexer.go /root/go/pkg/mod/github.com/gobwas/httphead@v0.1.0/octet.go /root/go/pkg/mod/github.com/gobwas/httphead@v0.1.0/option.go /root/go/pkg/mod/github.com/gobwas/httphead@v0.1.0/writer.go
2025-08-20T21:55:02.1915212Z [00:03:44.901]➜  go tool buildid -w $WORK/b1347/_pkg_.a # internal
2025-08-20T21:55:02.1927426Z [00:03:44.902]➜  cp $WORK/b1347/_pkg_.a /root/.cache/go-build/3b/3bc535c52a57780b718a064eceff358b39c0175a1ccb24a83e364e7a16b4e863-d # internal
2025-08-20T21:55:02.1937726Z [00:03:44.903]➜  github.com/gobwas/pool
2025-08-20T21:55:02.1938166Z [00:03:44.903]➜  mkdir -p $WORK/b1349/
2025-08-20T21:55:02.1938576Z [00:03:44.903]➜  cat >/tmp/go-build3999932643/b1349/importcfg << 'EOF' # internal
2025-08-20T21:55:02.1938924Z [00:03:44.903]➜  # import config
2025-08-20T21:55:02.1939392Z [00:03:44.903]➜  packagefile github.com/gobwas/pool/internal/pmath=/tmp/go-build3999932643/b1350/_pkg_.a
2025-08-20T21:55:02.1939920Z [00:03:44.903]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:02.1940571Z [00:03:44.903]➜  EOF
2025-08-20T21:55:02.1955911Z [00:03:44.905]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1349/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/pool@v0.2.1=>github.com/gobwas/pool@v0.2.1;$WORK/b1349=>" -p github.com/gobwas/pool -lang=go1.16 -complete -installsuffix shared -buildid 5fu34Vu-JDBdlfFeLNZF/5fu34Vu-JDBdlfFeLNZF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1349/importcfg -pack /root/go/pkg/mod/github.com/gobwas/pool@v0.2.1/generic.go /root/go/pkg/mod/github.com/gobwas/pool@v0.2.1/option.go /root/go/pkg/mod/github.com/gobwas/pool@v0.2.1/pool.go
2025-08-20T21:55:02.2064262Z [00:03:44.916]➜  go tool buildid -w $WORK/b1343/_pkg_.a # internal
2025-08-20T21:55:02.2179471Z [00:03:44.927]➜  cp $WORK/b1343/_pkg_.a /root/.cache/go-build/99/99aa843246532127e58c5410293f9e98c51e6799f267a8658762c08129c66264-d # internal
2025-08-20T21:55:02.2189111Z [00:03:44.928]➜  go tool buildid -w $WORK/b1349/_pkg_.a # internal
2025-08-20T21:55:02.2194999Z [00:03:44.929]➜  github.com/projectdiscovery/tlsx/pkg/tlsx/auto
2025-08-20T21:55:02.2196014Z [00:03:44.929]➜  mkdir -p $WORK/b1341/
2025-08-20T21:55:02.2197700Z [00:03:44.929]➜  cp $WORK/b1349/_pkg_.a /root/.cache/go-build/c6/c6d65bcbb4cfdb2b4612a6774c38570a7ae9686be0e98017f2f0995ae6cc46d9-d # internal
2025-08-20T21:55:02.2203033Z [00:03:44.929]➜  cat >/tmp/go-build3999932643/b1341/importcfg << 'EOF' # internal
2025-08-20T21:55:02.2204374Z [00:03:44.929]➜  # import config
2025-08-20T21:55:02.2205800Z [00:03:44.929]➜  packagefile github.com/projectdiscovery/tlsx/pkg/output/stats=/tmp/go-build3999932643/b697/_pkg_.a
2025-08-20T21:55:02.2207398Z [00:03:44.929]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/clients=/tmp/go-build3999932643/b681/_pkg_.a
2025-08-20T21:55:02.2208222Z [00:03:44.929]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/openssl=/tmp/go-build3999932643/b1342/_pkg_.a
2025-08-20T21:55:02.2208950Z [00:03:44.929]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/tls=/tmp/go-build3999932643/b1343/_pkg_.a
2025-08-20T21:55:02.2209671Z [00:03:44.929]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/ztls=/tmp/go-build3999932643/b696/_pkg_.a
2025-08-20T21:55:02.2211068Z [00:03:44.929]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build3999932643/b617/_pkg_.a
2025-08-20T21:55:02.2212978Z [00:03:44.929]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build3999932643/b190/_pkg_.a
2025-08-20T21:55:02.2215122Z [00:03:44.929]➜  packagefile go.uber.org/multierr=/tmp/go-build3999932643/b335/_pkg_.a
2025-08-20T21:55:02.2216627Z [00:03:44.929]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:02.2217165Z [00:03:44.929]➜  EOF
2025-08-20T21:55:02.2220742Z [00:03:44.929]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1341/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/auto=>github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/auto;$WORK/b1341=>" -p github.com/projectdiscovery/tlsx/pkg/tlsx/auto -lang=go1.21 -complete -installsuffix shared -buildid X2bn8zaE0b6L_fXt94Rw/X2bn8zaE0b6L_fXt94Rw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1341/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/auto/auto.go /root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/auto/util.go
2025-08-20T21:55:02.2223403Z [00:03:44.931]➜  github.com/gobwas/pool/pbufio
2025-08-20T21:55:02.2223868Z [00:03:44.931]➜  mkdir -p $WORK/b1348/
2025-08-20T21:55:02.2224248Z [00:03:44.931]➜  cat >/tmp/go-build3999932643/b1348/importcfg << 'EOF' # internal
2025-08-20T21:55:02.2224793Z [00:03:44.931]➜  # import config
2025-08-20T21:55:02.2225308Z [00:03:44.931]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:02.2226298Z [00:03:44.931]➜  packagefile github.com/gobwas/pool=/tmp/go-build3999932643/b1349/_pkg_.a
2025-08-20T21:55:02.2226976Z [00:03:44.931]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:02.2227827Z [00:03:44.931]➜  EOF
2025-08-20T21:55:02.2230432Z [00:03:44.931]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1348/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/pool@v0.2.1/pbufio=>github.com/gobwas/pool@v0.2.1/pbufio;$WORK/b1348=>" -p github.com/gobwas/pool/pbufio -lang=go1.16 -complete -installsuffix shared -buildid FjABPvmS9Xm-pNEyjdhl/FjABPvmS9Xm-pNEyjdhl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1348/importcfg -pack /root/go/pkg/mod/github.com/gobwas/pool@v0.2.1/pbufio/pbufio.go /root/go/pkg/mod/github.com/gobwas/pool@v0.2.1/pbufio/pbufio_go110.go
2025-08-20T21:55:02.2351254Z [00:03:44.944]➜  gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1102=/tmp/go-build -gno-record-gcc-switches -o $WORK/b1102/_cgo_.o $WORK/b1102/_cgo_main.o $WORK/b1102/preferlinkext $WORK/b1102/_x001.o $WORK/b1102/_x002.o $WORK/b1102/_x003.o $WORK/b1102/_x004.o $WORK/b1102/_x005.o $WORK/b1102/_x006.o $WORK/b1102/_x007.o $WORK/b1102/_x008.o $WORK/b1102/_x009.o $WORK/b1102/_x010.o $WORK/b1102/_x011.o $WORK/b1102/_x012.o $WORK/b1102/_x013.o -O2 -g -ldl # test for internal linking errors (succeeded)
2025-08-20T21:55:02.2358984Z [00:03:44.944]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage sqlite3 -dynimport $WORK/b1102/_cgo_.o -dynout $WORK/b1102/_cgo_import.go
2025-08-20T21:55:02.2414477Z [00:03:44.951]➜  cat >/tmp/go-build3999932643/b1102/importcfg << 'EOF' # internal
2025-08-20T21:55:02.2414898Z [00:03:44.951]➜  # import config
2025-08-20T21:55:02.2415259Z [00:03:44.951]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:02.2415706Z [00:03:44.951]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:55:02.2416167Z [00:03:44.951]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:55:02.2416631Z [00:03:44.951]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:55:02.2417103Z [00:03:44.951]➜  packagefile database/sql=/tmp/go-build3999932643/b837/_pkg_.a
2025-08-20T21:55:02.2417755Z [00:03:44.951]➜  packagefile database/sql/driver=/tmp/go-build3999932643/b325/_pkg_.a
2025-08-20T21:55:02.2418223Z [00:03:44.951]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:02.2418635Z [00:03:44.951]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:02.2419328Z [00:03:44.951]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:02.2419812Z [00:03:44.951]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:55:02.2420344Z [00:03:44.951]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:02.2420826Z [00:03:44.951]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:02.2421256Z [00:03:44.951]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:02.2421681Z [00:03:44.951]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:02.2422114Z [00:03:44.951]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:02.2422536Z [00:03:44.951]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:02.2422955Z [00:03:44.951]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:55:02.2423370Z [00:03:44.951]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:02.2423807Z [00:03:44.951]➜  packagefile runtime/cgo=/tmp/go-build3999932643/b164/_pkg_.a
2025-08-20T21:55:02.2424136Z [00:03:44.951]➜  EOF
2025-08-20T21:55:02.2428804Z [00:03:44.951]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1102/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=>github.com/mattn/go-sqlite3@v1.14.28;$WORK/b1102=>" -p github.com/mattn/go-sqlite3 -lang=go1.19 -installsuffix shared -buildid kly0xpWSiVSdOHayhCdZ/kly0xpWSiVSdOHayhCdZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1102/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28/convert.go /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28/doc.go /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28/sqlite3_func_crypt.go /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28/sqlite3_go18.go /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28/sqlite3_opt_preupdate.go /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28/sqlite3_opt_preupdate_omit.go $WORK/b1102/_cgo_gotypes.go $WORK/b1102/backup.cgo1.go $WORK/b1102/callback.cgo1.go $WORK/b1102/error.cgo1.go $WORK/b1102/sqlite3.cgo1.go $WORK/b1102/sqlite3_context.cgo1.go $WORK/b1102/sqlite3_load_extension.cgo1.go $WORK/b1102/sqlite3_opt_serialize.cgo1.go $WORK/b1102/sqlite3_opt_userauth_omit.cgo1.go $WORK/b1102/sqlite3_other.cgo1.go $WORK/b1102/sqlite3_type.cgo1.go $WORK/b1102/_cgo_import.go
2025-08-20T21:55:02.2460032Z [00:03:44.955]➜  go tool buildid -w $WORK/b1348/_pkg_.a # internal
2025-08-20T21:55:02.2490093Z [00:03:44.957]➜  cp $WORK/b1348/_pkg_.a /root/.cache/go-build/13/13e29a9ccebb45252d4416ee5eb23b8c0ee3b79257eb03a1fdcc5c22bb8a6d78-d # internal
2025-08-20T21:55:02.2517501Z [00:03:44.961]➜  go tool buildid -w $WORK/b1344/_pkg_.a # internal
2025-08-20T21:55:02.2609401Z [00:03:44.970]➜  github.com/gobwas/ws
2025-08-20T21:55:02.2644828Z [00:03:44.972]➜  mkdir -p $WORK/b1346/
2025-08-20T21:55:02.2649680Z [00:03:44.972]➜  cat >/tmp/go-build3999932643/b1346/importcfg << 'EOF' # internal
2025-08-20T21:55:02.2650053Z [00:03:44.972]➜  # import config
2025-08-20T21:55:02.2650413Z [00:03:44.972]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:02.2650831Z [00:03:44.972]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:02.2651263Z [00:03:44.972]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:02.2651707Z [00:03:44.972]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:55:02.2652159Z [00:03:44.972]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:55:02.2652627Z [00:03:44.972]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:02.2653118Z [00:03:44.972]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:55:02.2653575Z [00:03:44.972]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:02.2653986Z [00:03:44.972]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:02.2654781Z [00:03:44.972]➜  packagefile github.com/gobwas/httphead=/tmp/go-build3999932643/b1347/_pkg_.a
2025-08-20T21:55:02.2655429Z [00:03:44.972]➜  packagefile github.com/gobwas/pool/pbufio=/tmp/go-build3999932643/b1348/_pkg_.a
2025-08-20T21:55:02.2656023Z [00:03:44.972]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:02.2656513Z [00:03:44.972]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:55:02.2656936Z [00:03:44.972]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:02.2657483Z [00:03:44.972]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:02.2657986Z [00:03:44.972]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:02.2658419Z [00:03:44.972]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:02.2658846Z [00:03:44.972]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:02.2659267Z [00:03:44.972]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:02.2659689Z [00:03:44.972]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:02.2660125Z [00:03:44.972]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:55:02.2660457Z [00:03:44.972]➜  EOF
2025-08-20T21:55:02.2664823Z [00:03:44.972]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1346/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/ws@v1.4.0=>github.com/gobwas/ws@v1.4.0;$WORK/b1346=>" -p github.com/gobwas/ws -lang=go1.16 -complete -installsuffix shared -buildid 7KRsmqwe7pq6dESqOjvr/7KRsmqwe7pq6dESqOjvr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1346/importcfg -pack /root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/check.go /root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/cipher.go /root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/dialer.go /root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/dialer_tls_go18.go /root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/doc.go /root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/errors.go /root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/frame.go /root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/hijack_go120.go /root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/http.go /root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/nonce.go /root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/read.go /root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/server.go /root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/util.go /root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/util_unsafe.go /root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/write.go
2025-08-20T21:55:02.2669462Z [00:03:44.974]➜  cp $WORK/b1344/_pkg_.a /root/.cache/go-build/ce/cecbaf49acbe96cf40666e534d3c40896cbbb29961acb06f6826d2f34c62a825-d # internal
2025-08-20T21:55:02.2700730Z [00:03:44.979]➜  github.com/gobwas/pool/pbytes
2025-08-20T21:55:02.2702349Z [00:03:44.979]➜  mkdir -p $WORK/b1352/
2025-08-20T21:55:02.2703458Z [00:03:44.979]➜  cat >/tmp/go-build3999932643/b1352/importcfg << 'EOF' # internal
2025-08-20T21:55:02.2704168Z [00:03:44.980]➜  # import config
2025-08-20T21:55:02.2705529Z [00:03:44.980]➜  packagefile github.com/gobwas/pool=/tmp/go-build3999932643/b1349/_pkg_.a
2025-08-20T21:55:02.2706189Z [00:03:44.980]➜  EOF
2025-08-20T21:55:02.2708707Z [00:03:44.980]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1352/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/pool@v0.2.1/pbytes=>github.com/gobwas/pool@v0.2.1/pbytes;$WORK/b1352=>" -p github.com/gobwas/pool/pbytes -lang=go1.16 -complete -installsuffix shared -buildid Sa8WCe4FzjSRp-skQiFK/Sa8WCe4FzjSRp-skQiFK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1352/importcfg -pack /root/go/pkg/mod/github.com/gobwas/pool@v0.2.1/pbytes/pbytes.go /root/go/pkg/mod/github.com/gobwas/pool@v0.2.1/pbytes/pool.go
2025-08-20T21:55:02.2886740Z [00:03:44.998]➜  go tool buildid -w $WORK/b1352/_pkg_.a # internal
2025-08-20T21:55:02.2895875Z [00:03:44.999]➜  cp $WORK/b1352/_pkg_.a /root/.cache/go-build/14/144b47e4367d36c3bc2b6235078df7a2dd56020fd96f4eae4db0f79f4a3975c0-d # internal
2025-08-20T21:55:02.2897792Z [00:03:44.999]➜  github.com/projectdiscovery/nuclei/v3/pkg/templates/signer
2025-08-20T21:55:02.2898510Z [00:03:44.999]➜  mkdir -p $WORK/b1354/
2025-08-20T21:55:02.2898962Z [00:03:44.999]➜  cat >/tmp/go-build3999932643/b1354/importcfg << 'EOF' # internal
2025-08-20T21:55:02.2899427Z [00:03:44.999]➜  # import config
2025-08-20T21:55:02.2899830Z [00:03:44.999]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:02.2900275Z [00:03:44.999]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:55:02.2900750Z [00:03:44.999]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:55:02.2901233Z [00:03:44.999]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:55:02.2901685Z [00:03:44.999]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:55:02.2902153Z [00:03:44.999]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:55:02.2902615Z [00:03:44.999]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:55:02.2903085Z [00:03:44.999]➜  packagefile crypto/x509/pkix=/tmp/go-build3999932643/b154/_pkg_.a
2025-08-20T21:55:02.2903557Z [00:03:44.999]➜  packagefile encoding/gob=/tmp/go-build3999932643/b330/_pkg_.a
2025-08-20T21:55:02.2904023Z [00:03:44.999]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:55:02.2904483Z [00:03:44.999]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:55:02.2904921Z [00:03:44.999]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:02.2905331Z [00:03:44.999]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:02.2906060Z [00:03:44.999]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:02.2906966Z [00:03:44.999]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build3999932643/b620/_pkg_.a
2025-08-20T21:55:02.2907905Z [00:03:44.999]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/keys=/tmp/go-build3999932643/b713/_pkg_.a
2025-08-20T21:55:02.2908609Z [00:03:44.999]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:55:02.2909305Z [00:03:44.999]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:55:02.2909868Z [00:03:44.999]➜  packagefile github.com/rs/xid=/tmp/go-build3999932643/b608/_pkg_.a
2025-08-20T21:55:02.2910362Z [00:03:44.999]➜  packagefile golang.org/x/term=/tmp/go-build3999932643/b476/_pkg_.a
2025-08-20T21:55:02.2910821Z [00:03:44.999]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:55:02.2911234Z [00:03:44.999]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:02.2911673Z [00:03:44.999]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:02.2912117Z [00:03:44.999]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:02.2912527Z [00:03:44.999]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:02.2912937Z [00:03:44.999]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:02.2913244Z [00:03:44.999]➜  EOF
2025-08-20T21:55:02.2915805Z [00:03:44.999]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1354/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/signer=>github.com/projectdiscovery/nuclei/v3/pkg/templates/signer;$WORK/b1354=>" -p github.com/projectdiscovery/nuclei/v3/pkg/templates/signer -lang=go1.24 -complete -installsuffix shared -buildid W8wLkhIxXqvawEXORhao/W8wLkhIxXqvawEXORhao -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1354/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/signer/default.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/signer/handler.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/signer/tmpl_signer.go
2025-08-20T21:55:02.3675013Z [00:03:45.077]➜  go tool buildid -w $WORK/b1354/_pkg_.a # internal
2025-08-20T21:55:02.3709089Z [00:03:45.080]➜  cp $WORK/b1354/_pkg_.a /root/.cache/go-build/cd/cd02f00b6966dad47bacd95d3a6b8d2428f0a24fc5e2bf51112a46ca0a75abbe-d # internal
2025-08-20T21:55:02.3724468Z [00:03:45.081]➜  github.com/projectdiscovery/nuclei/v3/pkg/scan/events
2025-08-20T21:55:02.3728758Z [00:03:45.081]➜  mkdir -p $WORK/b1356/
2025-08-20T21:55:02.3736203Z [00:03:45.083]➜  cat >/tmp/go-build3999932643/b1356/importcfg << 'EOF' # internal
2025-08-20T21:55:02.3761097Z [00:03:45.083]➜  # import config
2025-08-20T21:55:02.3761522Z [00:03:45.083]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:02.3761843Z [00:03:45.083]➜  EOF
2025-08-20T21:55:02.3764078Z [00:03:45.083]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1356/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/scan/events=>github.com/projectdiscovery/nuclei/v3/pkg/scan/events;$WORK/b1356=>" -p github.com/projectdiscovery/nuclei/v3/pkg/scan/events -lang=go1.24 -complete -installsuffix shared -buildid X-bjgep6MUoouRcsRatv/X-bjgep6MUoouRcsRatv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1356/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/scan/events/scan_noop.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/scan/events/utils.go
2025-08-20T21:55:02.4153443Z [00:03:45.124]➜  go tool buildid -w $WORK/b1356/_pkg_.a # internal
2025-08-20T21:55:02.4160905Z [00:03:45.125]➜  cp $WORK/b1356/_pkg_.a /root/.cache/go-build/c7/c74b9aa1543eafe33f394001fb15bda24af4f86fe1093f572c550966e0145f7c-d # internal
2025-08-20T21:55:02.4162654Z [00:03:45.125]➜  github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/flow/builtin
2025-08-20T21:55:02.4163056Z [00:03:45.125]➜  mkdir -p $WORK/b1358/
2025-08-20T21:55:02.4163779Z [00:03:45.125]➜  cat >/tmp/go-build3999932643/b1358/importcfg << 'EOF' # internal
2025-08-20T21:55:02.4164128Z [00:03:45.125]➜  # import config
2025-08-20T21:55:02.4164659Z [00:03:45.125]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:55:02.4165170Z [00:03:45.125]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:55:02.4165826Z [00:03:45.125]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:02.4166389Z [00:03:45.125]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:02.4166712Z [00:03:45.125]➜  EOF
2025-08-20T21:55:02.4168936Z [00:03:45.126]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1358/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/builtin=>github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/flow/builtin;$WORK/b1358=>" -p github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/flow/builtin -lang=go1.24 -complete -installsuffix shared -buildid 2OEld4mgCiw5_lXo3MXa/2OEld4mgCiw5_lXo3MXa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1358/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/builtin/dedupe.go
2025-08-20T21:55:02.4304417Z [00:03:45.139]➜  go tool buildid -w $WORK/b1346/_pkg_.a # internal
2025-08-20T21:55:02.4350651Z [00:03:45.144]➜  cp $WORK/b1346/_pkg_.a /root/.cache/go-build/61/61b3060ecbb3c3e299f4436490148378b4272b4e3a68dc372878299befdd745b-d # internal
2025-08-20T21:55:02.4380738Z [00:03:45.147]➜  github.com/gobwas/ws/wsutil
2025-08-20T21:55:02.4383425Z [00:03:45.147]➜  mkdir -p $WORK/b1351/
2025-08-20T21:55:02.4383848Z [00:03:45.147]➜  cat >/tmp/go-build3999932643/b1351/importcfg << 'EOF' # internal
2025-08-20T21:55:02.4385312Z [00:03:45.147]➜  # import config
2025-08-20T21:55:02.4387026Z [00:03:45.147]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:02.4387544Z [00:03:45.147]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:02.4388038Z [00:03:45.147]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:02.4388497Z [00:03:45.147]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:55:02.4388956Z [00:03:45.147]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:02.4389363Z [00:03:45.147]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:02.4390088Z [00:03:45.147]➜  packagefile github.com/gobwas/pool=/tmp/go-build3999932643/b1349/_pkg_.a
2025-08-20T21:55:02.4390716Z [00:03:45.147]➜  packagefile github.com/gobwas/pool/pbytes=/tmp/go-build3999932643/b1352/_pkg_.a
2025-08-20T21:55:02.4391365Z [00:03:45.147]➜  packagefile github.com/gobwas/ws=/tmp/go-build3999932643/b1346/_pkg_.a
2025-08-20T21:55:02.4391885Z [00:03:45.148]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:02.4392304Z [00:03:45.148]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:55:02.4392723Z [00:03:45.148]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:02.4393148Z [00:03:45.148]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:02.4393579Z [00:03:45.148]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:02.4393891Z [00:03:45.148]➜  EOF
2025-08-20T21:55:02.4397838Z [00:03:45.148]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1351/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/wsutil=>github.com/gobwas/ws@v1.4.0/wsutil;$WORK/b1351=>" -p github.com/gobwas/ws/wsutil -lang=go1.16 -complete -installsuffix shared -buildid bnCwFQkJce-3XLh2L53-/bnCwFQkJce-3XLh2L53- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1351/importcfg -pack /root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/wsutil/cipher.go /root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/wsutil/dialer.go /root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/wsutil/extenstion.go /root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/wsutil/handler.go /root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/wsutil/helper.go /root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/wsutil/reader.go /root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/wsutil/upgrader.go /root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/wsutil/utf8.go /root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/wsutil/writer.go /root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/wsutil/wsutil.go
2025-08-20T21:55:02.4946394Z [00:03:45.204]➜  go tool buildid -w $WORK/b1358/_pkg_.a # internal
2025-08-20T21:55:02.4959435Z [00:03:45.205]➜  cp $WORK/b1358/_pkg_.a /root/.cache/go-build/a5/a5c2530193af4ff36f7b2b90f24d511529f57761343c1cbcbe818489bfbb5591-d # internal
2025-08-20T21:55:02.4985538Z [00:03:45.207]➜  github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/utils
2025-08-20T21:55:02.4993590Z [00:03:45.207]➜  mkdir -p $WORK/b1360/
2025-08-20T21:55:02.4994005Z [00:03:45.208]➜  cat >/tmp/go-build3999932643/b1360/importcfg << 'EOF' # internal
2025-08-20T21:55:02.4994359Z [00:03:45.208]➜  # import config
2025-08-20T21:55:02.4994868Z [00:03:45.208]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:55:02.4995587Z [00:03:45.208]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:55:02.4996128Z [00:03:45.208]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:02.4996443Z [00:03:45.208]➜  EOF
2025-08-20T21:55:02.4998574Z [00:03:45.208]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1360/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/utils=>github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/utils;$WORK/b1360=>" -p github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/utils -lang=go1.24 -complete -installsuffix shared -buildid Q7RDorOh8bBukIj5uJSn/Q7RDorOh8bBukIj5uJSn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1360/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/utils/utils.go
2025-08-20T21:55:02.5762183Z [00:03:45.285]➜  cd /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28
2025-08-20T21:55:02.5791530Z [00:03:45.285]➜  go tool pack r $WORK/b1102/_pkg_.a $WORK/b1102/preferlinkext $WORK/b1102/_x001.o $WORK/b1102/_x002.o $WORK/b1102/_x003.o $WORK/b1102/_x004.o $WORK/b1102/_x005.o $WORK/b1102/_x006.o $WORK/b1102/_x007.o $WORK/b1102/_x008.o $WORK/b1102/_x009.o $WORK/b1102/_x010.o $WORK/b1102/_x011.o $WORK/b1102/_x012.o $WORK/b1102/_x013.o # internal
2025-08-20T21:55:02.5850619Z [00:03:45.294]➜  go tool buildid -w $WORK/b1351/_pkg_.a # internal
2025-08-20T21:55:02.5882672Z [00:03:45.298]➜  go tool buildid -w $WORK/b1102/_pkg_.a # internal
2025-08-20T21:55:02.5888894Z [00:03:45.298]➜  cp $WORK/b1351/_pkg_.a /root/.cache/go-build/75/75f4810867304e708a7da33eec871a82dbe480cb7e460fd3d8f5c502802694da-d # internal
2025-08-20T21:55:02.5897280Z [00:03:45.299]➜  github.com/projectdiscovery/nuclei/v3/pkg/utils/yaml
2025-08-20T21:55:02.5899586Z [00:03:45.299]➜  mkdir -p $WORK/b1362/
2025-08-20T21:55:02.5903403Z [00:03:45.300]➜  cat >/tmp/go-build3999932643/b1362/importcfg << 'EOF' # internal
2025-08-20T21:55:02.5904818Z [00:03:45.300]➜  # import config
2025-08-20T21:55:02.5905616Z [00:03:45.300]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:02.5906266Z [00:03:45.300]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:02.5906811Z [00:03:45.300]➜  packagefile github.com/go-playground/validator/v10=/tmp/go-build3999932643/b798/_pkg_.a
2025-08-20T21:55:02.5907488Z [00:03:45.300]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:02.5908252Z [00:03:45.300]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/extensions=/tmp/go-build3999932643/b622/_pkg_.a
2025-08-20T21:55:02.5909001Z [00:03:45.300]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:55:02.5909696Z [00:03:45.300]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:55:02.5910273Z [00:03:45.300]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build3999932643/b650/_pkg_.a
2025-08-20T21:55:02.5910995Z [00:03:45.300]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:02.5911550Z [00:03:45.300]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:02.5911956Z [00:03:45.300]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:02.5912373Z [00:03:45.300]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:02.5912687Z [00:03:45.300]➜  EOF
2025-08-20T21:55:02.5912959Z [00:03:45.300]➜  cd /tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei
2025-08-20T21:55:02.5921982Z [00:03:45.301]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1362/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/yaml=>github.com/projectdiscovery/nuclei/v3/pkg/utils/yaml;$WORK/b1362=>" -p github.com/projectdiscovery/nuclei/v3/pkg/utils/yaml -lang=go1.24 -complete -installsuffix shared -buildid 0jyjIA3VS8gMTp62mvlK/0jyjIA3VS8gMTp62mvlK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1362/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/yaml/preprocess.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/yaml/yaml_decode_wrapper.go
2025-08-20T21:55:02.6263440Z [00:03:45.336]➜  cp $WORK/b1102/_pkg_.a /root/.cache/go-build/50/500f2f466154f5121a9e2cb974ab01dbf380dab80ebe2445a60d3a551083810d-d # internal
2025-08-20T21:55:02.6284149Z [00:03:45.338]➜  github.com/projectdiscovery/nuclei/v3/pkg/fuzz/stats
2025-08-20T21:55:02.6284610Z [00:03:45.338]➜  mkdir -p $WORK/b1101/
2025-08-20T21:55:02.6289239Z [00:03:45.338]➜  cat >/tmp/go-build3999932643/b1101/importcfg << 'EOF' # internal
2025-08-20T21:55:02.6289646Z [00:03:45.338]➜  # import config
2025-08-20T21:55:02.6290011Z [00:03:45.338]➜  packagefile embed=/tmp/go-build3999932643/b066/_pkg_.a
2025-08-20T21:55:02.6290432Z [00:03:45.338]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:02.6290931Z [00:03:45.338]➜  packagefile github.com/mattn/go-sqlite3=/tmp/go-build3999932643/b1102/_pkg_.a
2025-08-20T21:55:02.6291475Z [00:03:45.338]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:02.6291950Z [00:03:45.338]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:55:02.6292377Z [00:03:45.338]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:02.6292806Z [00:03:45.338]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:02.6293230Z [00:03:45.338]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:02.6293935Z [00:03:45.338]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:02.6294434Z [00:03:45.338]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:02.6294872Z [00:03:45.338]➜  EOF
2025-08-20T21:55:02.6297265Z [00:03:45.338]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1101/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/stats=>github.com/projectdiscovery/nuclei/v3/pkg/fuzz/stats;$WORK/b1101=>" -p github.com/projectdiscovery/nuclei/v3/pkg/fuzz/stats -lang=go1.24 -complete -installsuffix shared -buildid xf9RwcATXc4YBzi3drPH/xf9RwcATXc4YBzi3drPH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1101/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/stats/db.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/stats/simple.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/stats/stats.go
2025-08-20T21:55:02.6377293Z [00:03:45.347]➜  go tool buildid -w $WORK/b1362/_pkg_.a # internal
2025-08-20T21:55:02.6417155Z [00:03:45.351]➜  cp $WORK/b1362/_pkg_.a /root/.cache/go-build/04/04f5b70532943e33322fd493e852d0079c9ed638dab0759d0ec675717b353951-d # internal
2025-08-20T21:55:02.6435790Z [00:03:45.352]➜  github.com/projectdiscovery/yamldoc-go/encoder
2025-08-20T21:55:02.6437753Z [00:03:45.353]➜  mkdir -p $WORK/b1364/
2025-08-20T21:55:02.6438150Z [00:03:45.353]➜  cat >/tmp/go-build3999932643/b1364/importcfg << 'EOF' # internal
2025-08-20T21:55:02.6438497Z [00:03:45.353]➜  # import config
2025-08-20T21:55:02.6438835Z [00:03:45.353]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:02.6439610Z [00:03:45.353]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:02.6440064Z [00:03:45.353]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3999932643/b201/_pkg_.a
2025-08-20T21:55:02.6440708Z [00:03:45.353]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:02.6441147Z [00:03:45.353]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:02.6441602Z [00:03:45.353]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:02.6442028Z [00:03:45.353]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:02.6442447Z [00:03:45.353]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:02.6442866Z [00:03:45.353]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:02.6443284Z [00:03:45.353]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:02.6443722Z [00:03:45.353]➜  packagefile text/template=/tmp/go-build3999932643/b510/_pkg_.a
2025-08-20T21:55:02.6444060Z [00:03:45.353]➜  EOF
2025-08-20T21:55:02.6449804Z [00:03:45.353]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1364/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/yamldoc-go@v1.0.6/encoder=>github.com/projectdiscovery/yamldoc-go@v1.0.6/encoder;$WORK/b1364=>" -p github.com/projectdiscovery/yamldoc-go/encoder -lang=go1.22 -complete -installsuffix shared -buildid o9NDFQzVo65PqqTgkJZ2/o9NDFQzVo65PqqTgkJZ2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1364/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/yamldoc-go@v1.0.6/encoder/documentation.go /root/go/pkg/mod/github.com/projectdiscovery/yamldoc-go@v1.0.6/encoder/encoder.go /root/go/pkg/mod/github.com/projectdiscovery/yamldoc-go@v1.0.6/encoder/markdown.go /root/go/pkg/mod/github.com/projectdiscovery/yamldoc-go@v1.0.6/encoder/options.go
2025-08-20T21:55:02.6465322Z [00:03:45.356]➜  go tool buildid -w $WORK/b1360/_pkg_.a # internal
2025-08-20T21:55:02.6507976Z [00:03:45.360]➜  cp $WORK/b1360/_pkg_.a /root/.cache/go-build/15/15323c8196b9910e1d4a4cf0167c517e033215ded668bd216d90b29764c52f0c-d # internal
2025-08-20T21:55:02.6508729Z [00:03:45.360]➜  github.com/projectdiscovery/nuclei/v3/pkg/input/formats
2025-08-20T21:55:02.6509097Z [00:03:45.360]➜  mkdir -p $WORK/b1367/
2025-08-20T21:55:02.6509471Z [00:03:45.360]➜  cat >/tmp/go-build3999932643/b1367/importcfg << 'EOF' # internal
2025-08-20T21:55:02.6510093Z [00:03:45.360]➜  # import config
2025-08-20T21:55:02.6510488Z [00:03:45.360]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:02.6511216Z [00:03:45.360]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/types=/tmp/go-build3999932643/b712/_pkg_.a
2025-08-20T21:55:02.6511983Z [00:03:45.360]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:55:02.6512551Z [00:03:45.360]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3999932643/b201/_pkg_.a
2025-08-20T21:55:02.6512993Z [00:03:45.360]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:02.6513393Z [00:03:45.360]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:02.6513809Z [00:03:45.360]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:02.6514123Z [00:03:45.360]➜  EOF
2025-08-20T21:55:02.6516240Z [00:03:45.360]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1367/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats=>github.com/projectdiscovery/nuclei/v3/pkg/input/formats;$WORK/b1367=>" -p github.com/projectdiscovery/nuclei/v3/pkg/input/formats -lang=go1.24 -complete -installsuffix shared -buildid 3Q4joVpoFCmHtOfOuIkC/3Q4joVpoFCmHtOfOuIkC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1367/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/formats.go
2025-08-20T21:55:02.6521444Z [00:03:45.361]➜  go tool buildid -w $WORK/b1341/_pkg_.a # internal
2025-08-20T21:55:02.6595917Z [00:03:45.369]➜  cp $WORK/b1341/_pkg_.a /root/.cache/go-build/7d/7d0e06384bab79f4170be163d6a7fcc38a00aff84a67fe126bb863cb98b3896d-d # internal
2025-08-20T21:55:02.6605780Z [00:03:45.369]➜  github.com/projectdiscovery/tlsx/pkg/tlsx
2025-08-20T21:55:02.6606404Z [00:03:45.369]➜  mkdir -p $WORK/b1340/
2025-08-20T21:55:02.6606796Z [00:03:45.370]➜  cat >/tmp/go-build3999932643/b1340/importcfg << 'EOF' # internal
2025-08-20T21:55:02.6607148Z [00:03:45.370]➜  # import config
2025-08-20T21:55:02.6607857Z [00:03:45.370]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build3999932643/b341/_pkg_.a
2025-08-20T21:55:02.6618480Z [00:03:45.370]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/auto=/tmp/go-build3999932643/b1341/_pkg_.a
2025-08-20T21:55:02.6619239Z [00:03:45.370]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/clients=/tmp/go-build3999932643/b681/_pkg_.a
2025-08-20T21:55:02.6619966Z [00:03:45.370]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/jarm=/tmp/go-build3999932643/b1344/_pkg_.a
2025-08-20T21:55:02.6620694Z [00:03:45.370]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/openssl=/tmp/go-build3999932643/b1342/_pkg_.a
2025-08-20T21:55:02.6621428Z [00:03:45.370]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/tls=/tmp/go-build3999932643/b1343/_pkg_.a
2025-08-20T21:55:02.6622136Z [00:03:45.370]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/ztls=/tmp/go-build3999932643/b696/_pkg_.a
2025-08-20T21:55:02.6622827Z [00:03:45.370]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build3999932643/b617/_pkg_.a
2025-08-20T21:55:02.6623485Z [00:03:45.370]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build3999932643/b190/_pkg_.a
2025-08-20T21:55:02.6624380Z [00:03:45.370]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:02.6624763Z [00:03:45.370]➜  EOF
2025-08-20T21:55:02.6626767Z [00:03:45.370]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1340/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx=>github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx;$WORK/b1340=>" -p github.com/projectdiscovery/tlsx/pkg/tlsx -lang=go1.21 -complete -installsuffix shared -buildid Pvw8pNZIlbW-qUUMt9Aw/Pvw8pNZIlbW-qUUMt9Aw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1340/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/tlsx.go
2025-08-20T21:55:02.7247277Z [00:03:45.434]➜  go tool buildid -w $WORK/b1367/_pkg_.a # internal
2025-08-20T21:55:02.7248102Z [00:03:45.434]➜  go tool buildid -w $WORK/b1364/_pkg_.a # internal
2025-08-20T21:55:02.7269696Z [00:03:45.436]➜  cp $WORK/b1367/_pkg_.a /root/.cache/go-build/6e/6e1e6ffa4a5555506ff89aabb96348a351f8c1ceb75b0a9cce2f319411134c71-d # internal
2025-08-20T21:55:02.7278983Z [00:03:45.437]➜  github.com/seh-msft/burpxml
2025-08-20T21:55:02.7279309Z [00:03:45.437]➜  mkdir -p $WORK/b1370/
2025-08-20T21:55:02.7279922Z [00:03:45.437]➜  cp $WORK/b1364/_pkg_.a /root/.cache/go-build/44/4448d1cb349c58d68b07b04c86c6a7307c2dc738d2247ba4b77d6c6b1b91f6eb-d # internal
2025-08-20T21:55:02.7280906Z [00:03:45.437]➜  cat >/tmp/go-build3999932643/b1370/importcfg << 'EOF' # internal
2025-08-20T21:55:02.7281269Z [00:03:45.437]➜  # import config
2025-08-20T21:55:02.7281638Z [00:03:45.437]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:02.7282110Z [00:03:45.437]➜  packagefile encoding/csv=/tmp/go-build3999932643/b621/_pkg_.a
2025-08-20T21:55:02.7282586Z [00:03:45.437]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:02.7283048Z [00:03:45.437]➜  packagefile encoding/xml=/tmp/go-build3999932643/b483/_pkg_.a
2025-08-20T21:55:02.7283498Z [00:03:45.437]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:02.7283909Z [00:03:45.437]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:02.7284309Z [00:03:45.437]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:02.7284721Z [00:03:45.437]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:02.7285042Z [00:03:45.437]➜  EOF
2025-08-20T21:55:02.7287047Z [00:03:45.437]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1370/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/seh-msft/burpxml@v1.0.1=>github.com/seh-msft/burpxml@v1.0.1;$WORK/b1370=>" -p github.com/seh-msft/burpxml -lang=go1.14 -complete -installsuffix shared -buildid bj7AH4AobIJpq6bhnDld/bj7AH4AobIJpq6bhnDld -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1370/importcfg -pack /root/go/pkg/mod/github.com/seh-msft/burpxml@v1.0.1/burpxml.go /root/go/pkg/mod/github.com/seh-msft/burpxml@v1.0.1/strings.go
2025-08-20T21:55:02.7297195Z [00:03:45.437]➜  github.com/projectdiscovery/nuclei/v3/pkg/input/formats/json
2025-08-20T21:55:02.7297774Z [00:03:45.437]➜  mkdir -p $WORK/b1371/
2025-08-20T21:55:02.7298179Z [00:03:45.437]➜  cat >/tmp/go-build3999932643/b1371/importcfg << 'EOF' # internal
2025-08-20T21:55:02.7298530Z [00:03:45.437]➜  # import config
2025-08-20T21:55:02.7298923Z [00:03:45.437]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:02.7299517Z [00:03:45.437]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:02.7300244Z [00:03:45.437]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats=/tmp/go-build3999932643/b1367/_pkg_.a
2025-08-20T21:55:02.7301025Z [00:03:45.437]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/types=/tmp/go-build3999932643/b712/_pkg_.a
2025-08-20T21:55:02.7301786Z [00:03:45.437]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:55:02.7302584Z [00:03:45.437]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:02.7302937Z [00:03:45.437]➜  EOF
2025-08-20T21:55:02.7305002Z [00:03:45.439]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1371/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/json=>github.com/projectdiscovery/nuclei/v3/pkg/input/formats/json;$WORK/b1371=>" -p github.com/projectdiscovery/nuclei/v3/pkg/input/formats/json -lang=go1.24 -complete -installsuffix shared -buildid CbnIbglyYRjeAUn1Cl2Q/CbnIbglyYRjeAUn1Cl2Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1371/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/json/json.go
2025-08-20T21:55:02.7306874Z [00:03:45.439]➜  go tool buildid -w $WORK/b1101/_pkg_.a # internal
2025-08-20T21:55:02.7345988Z [00:03:45.444]➜  cp $WORK/b1101/_pkg_.a /root/.cache/go-build/4a/4a1edb1abf71b78fc4f7be49f3ccfbfde901485c3574d60f22efe64c4c44ae42-d # internal
2025-08-20T21:55:02.7374737Z [00:03:45.446]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols
2025-08-20T21:55:02.7375133Z [00:03:45.446]➜  mkdir -p $WORK/b1096/
2025-08-20T21:55:02.7375519Z [00:03:45.446]➜  cat >/tmp/go-build3999932643/b1096/importcfg << 'EOF' # internal
2025-08-20T21:55:02.7375864Z [00:03:45.446]➜  # import config
2025-08-20T21:55:02.7376209Z [00:03:45.446]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:02.7376952Z [00:03:45.446]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:02.7377635Z [00:03:45.446]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build3999932643/b247/_pkg_.a
2025-08-20T21:55:02.7378371Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build3999932643/b341/_pkg_.a
2025-08-20T21:55:02.7379064Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:02.7379784Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/authprovider=/tmp/go-build3999932643/b1097/_pkg_.a
2025-08-20T21:55:02.7380546Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog=/tmp/go-build3999932643/b711/_pkg_.a
2025-08-20T21:55:02.7381311Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/frequency=/tmp/go-build3999932643/b1099/_pkg_.a
2025-08-20T21:55:02.7382087Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/stats=/tmp/go-build3999932643/b1101/_pkg_.a
2025-08-20T21:55:02.7382832Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input=/tmp/go-build3999932643/b1103/_pkg_.a
2025-08-20T21:55:02.7383794Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/compiler=/tmp/go-build3999932643/b811/_pkg_.a
2025-08-20T21:55:02.7384578Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/loader/parser=/tmp/go-build3999932643/b1105/_pkg_.a
2025-08-20T21:55:02.7385322Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build3999932643/b714/_pkg_.a
2025-08-20T21:55:02.7386057Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build3999932643/b715/_pkg_.a
2025-08-20T21:55:02.7386859Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build3999932643/b716/_pkg_.a
2025-08-20T21:55:02.7388190Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build3999932643/b746/_pkg_.a
2025-08-20T21:55:02.7389012Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:55:02.7389756Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/progress=/tmp/go-build3999932643/b1106/_pkg_.a
2025-08-20T21:55:02.7390517Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/projectfile=/tmp/go-build3999932643/b1109/_pkg_.a
2025-08-20T21:55:02.7391533Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build3999932643/b760/_pkg_.a
2025-08-20T21:55:02.7392513Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/globalmatchers=/tmp/go-build3999932643/b1110/_pkg_.a
2025-08-20T21:55:02.7393462Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/hosterrorscache=/tmp/go-build3999932643/b1111/_pkg_.a
2025-08-20T21:55:02.7394392Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh=/tmp/go-build3999932643/b1114/_pkg_.a
2025-08-20T21:55:02.7395354Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/excludematchers=/tmp/go-build3999932643/b756/_pkg_.a
2025-08-20T21:55:02.7396390Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/variables=/tmp/go-build3999932643/b1208/_pkg_.a
2025-08-20T21:55:02.7397459Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/headless/engine=/tmp/go-build3999932643/b1209/_pkg_.a
2025-08-20T21:55:02.7398356Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting=/tmp/go-build3999932643/b1117/_pkg_.a
2025-08-20T21:55:02.7399091Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/scan=/tmp/go-build3999932643/b1212/_pkg_.a
2025-08-20T21:55:02.7399848Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build3999932643/b744/_pkg_.a
2025-08-20T21:55:02.7400756Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:02.7401430Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/ratelimit=/tmp/go-build3999932643/b1213/_pkg_.a
2025-08-20T21:55:02.7402079Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:55:02.7402739Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:55:02.7403400Z [00:03:45.446]➜  packagefile github.com/projectdiscovery/utils/unit=/tmp/go-build3999932643/b745/_pkg_.a
2025-08-20T21:55:02.7403941Z [00:03:45.446]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:02.7404271Z [00:03:45.446]➜  EOF
2025-08-20T21:55:02.7406178Z [00:03:45.446]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1096/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols=>github.com/projectdiscovery/nuclei/v3/pkg/protocols;$WORK/b1096=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols -lang=go1.24 -complete -installsuffix shared -buildid 5mvpEd2HB6ii4uxxb9SO/5mvpEd2HB6ii4uxxb9SO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1096/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/protocols.go
2025-08-20T21:55:02.7703487Z [00:03:45.479]➜  go tool buildid -w $WORK/b1370/_pkg_.a # internal
2025-08-20T21:55:02.7706836Z [00:03:45.479]➜  cp $WORK/b1370/_pkg_.a /root/.cache/go-build/ad/ad960c99e52f6b6f077a2f5707b9e62070522ce979c93faf86d20a5b5497b5e8-d # internal
2025-08-20T21:55:02.7707638Z [00:03:45.480]➜  github.com/projectdiscovery/nuclei/v3/pkg/input/formats/burp
2025-08-20T21:55:02.7708048Z [00:03:45.480]➜  mkdir -p $WORK/b1369/
2025-08-20T21:55:02.7708434Z [00:03:45.480]➜  cat >/tmp/go-build3999932643/b1369/importcfg << 'EOF' # internal
2025-08-20T21:55:02.7708795Z [00:03:45.480]➜  # import config
2025-08-20T21:55:02.7709166Z [00:03:45.480]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:02.7709680Z [00:03:45.480]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:02.7710350Z [00:03:45.480]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats=/tmp/go-build3999932643/b1367/_pkg_.a
2025-08-20T21:55:02.7711132Z [00:03:45.480]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/types=/tmp/go-build3999932643/b712/_pkg_.a
2025-08-20T21:55:02.7712126Z [00:03:45.480]➜  packagefile github.com/projectdiscovery/utils/conversion=/tmp/go-build3999932643/b230/_pkg_.a
2025-08-20T21:55:02.7712821Z [00:03:45.480]➜  packagefile github.com/seh-msft/burpxml=/tmp/go-build3999932643/b1370/_pkg_.a
2025-08-20T21:55:02.7713296Z [00:03:45.480]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:02.7713709Z [00:03:45.480]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:02.7714028Z [00:03:45.480]➜  EOF
2025-08-20T21:55:02.7716196Z [00:03:45.480]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1369/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/burp=>github.com/projectdiscovery/nuclei/v3/pkg/input/formats/burp;$WORK/b1369=>" -p github.com/projectdiscovery/nuclei/v3/pkg/input/formats/burp -lang=go1.24 -complete -installsuffix shared -buildid cWW6nCBmsMHVqconIU5y/cWW6nCBmsMHVqconIU5y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1369/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/burp/burp.go
2025-08-20T21:55:02.7881907Z [00:03:45.497]➜  go tool buildid -w $WORK/b1371/_pkg_.a # internal
2025-08-20T21:55:02.7932857Z [00:03:45.502]➜  cp $WORK/b1371/_pkg_.a /root/.cache/go-build/33/332bce63e8f7b474e51cad0c9f2320acacc4cb1c40441d4652b2ab1f7c402dc1-d # internal
2025-08-20T21:55:02.7939172Z [00:03:45.502]➜  github.com/josharian/intern
2025-08-20T21:55:02.7939500Z [00:03:45.502]➜  mkdir -p $WORK/b1377/
2025-08-20T21:55:02.7940215Z [00:03:45.502]➜  cat >/tmp/go-build3999932643/b1377/importcfg << 'EOF' # internal
2025-08-20T21:55:02.7940835Z [00:03:45.502]➜  # import config
2025-08-20T21:55:02.7941182Z [00:03:45.502]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:02.7941492Z [00:03:45.502]➜  EOF
2025-08-20T21:55:02.7943250Z [00:03:45.502]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1377/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/josharian/intern@v1.0.0=>github.com/josharian/intern@v1.0.0;$WORK/b1377=>" -p github.com/josharian/intern -lang=go1.5 -complete -installsuffix shared -buildid sPYp3WnS9vlnEXVvH_62/sPYp3WnS9vlnEXVvH_62 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1377/importcfg -pack /root/go/pkg/mod/github.com/josharian/intern@v1.0.0/intern.go
2025-08-20T21:55:02.8220363Z [00:03:45.531]➜  go tool buildid -w $WORK/b1377/_pkg_.a # internal
2025-08-20T21:55:02.8224478Z [00:03:45.532]➜  cp $WORK/b1377/_pkg_.a /root/.cache/go-build/90/90072b6933e963523c41c6c389751a74934b5d4ffcbe840f53c8383b85ff4e33-d # internal
2025-08-20T21:55:02.8265701Z [00:03:45.536]➜  github.com/mailru/easyjson/jlexer
2025-08-20T21:55:02.8267713Z [00:03:45.536]➜  mkdir -p $WORK/b1376/
2025-08-20T21:55:02.8270641Z [00:03:45.536]➜  cat >/tmp/go-build3999932643/b1376/importcfg << 'EOF' # internal
2025-08-20T21:55:02.8271028Z [00:03:45.536]➜  # import config
2025-08-20T21:55:02.8271379Z [00:03:45.536]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:02.8271834Z [00:03:45.536]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:02.8272317Z [00:03:45.536]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:02.8272756Z [00:03:45.536]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:02.8273167Z [00:03:45.536]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:02.8273661Z [00:03:45.536]➜  packagefile github.com/josharian/intern=/tmp/go-build3999932643/b1377/_pkg_.a
2025-08-20T21:55:02.8274147Z [00:03:45.536]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:02.8274567Z [00:03:45.536]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:02.8274995Z [00:03:45.536]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:02.8275421Z [00:03:45.536]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:55:02.8275879Z [00:03:45.536]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:55:02.8276343Z [00:03:45.536]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:55:02.8276895Z [00:03:45.536]➜  EOF
2025-08-20T21:55:02.8279473Z [00:03:45.536]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1376/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mailru/easyjson@v0.7.7/jlexer=>github.com/mailru/easyjson@v0.7.7/jlexer;$WORK/b1376=>" -p github.com/mailru/easyjson/jlexer -lang=go1.12 -complete -installsuffix shared -buildid Ib3QMNPD7f3G-aTnzoTG/Ib3QMNPD7f3G-aTnzoTG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1376/importcfg -pack /root/go/pkg/mod/github.com/mailru/easyjson@v0.7.7/jlexer/bytestostr.go /root/go/pkg/mod/github.com/mailru/easyjson@v0.7.7/jlexer/error.go /root/go/pkg/mod/github.com/mailru/easyjson@v0.7.7/jlexer/lexer.go
2025-08-20T21:55:02.8511025Z [00:03:45.560]➜  go tool buildid -w $WORK/b1369/_pkg_.a # internal
2025-08-20T21:55:02.8557700Z [00:03:45.565]➜  cp $WORK/b1369/_pkg_.a /root/.cache/go-build/30/300eb167cc850aee05faefa255f33fc96cec89a00c2f9a43dae78c15f11fc043-d # internal
2025-08-20T21:55:02.8575653Z [00:03:45.566]➜  github.com/mohae/deepcopy
2025-08-20T21:55:02.8578067Z [00:03:45.566]➜  mkdir -p $WORK/b1378/
2025-08-20T21:55:02.8579724Z [00:03:45.567]➜  cat >/tmp/go-build3999932643/b1378/importcfg << 'EOF' # internal
2025-08-20T21:55:02.8580114Z [00:03:45.567]➜  # import config
2025-08-20T21:55:02.8580467Z [00:03:45.567]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:02.8581178Z [00:03:45.567]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:02.8581491Z [00:03:45.567]➜  EOF
2025-08-20T21:55:02.8583575Z [00:03:45.567]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1378/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mohae/deepcopy@v0.0.0-20170929034955-c48cc78d4826=>github.com/mohae/deepcopy@v0.0.0-20170929034955-c48cc78d4826;$WORK/b1378=>" -p github.com/mohae/deepcopy -lang=go1.16 -complete -installsuffix shared -buildid IWgELZiyK2LfgeQmCw-v/IWgELZiyK2LfgeQmCw-v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1378/importcfg -pack /root/go/pkg/mod/github.com/mohae/deepcopy@v0.0.0-20170929034955-c48cc78d4826/deepcopy.go
2025-08-20T21:55:02.8893288Z [00:03:45.598]➜  go tool buildid -w $WORK/b1378/_pkg_.a # internal
2025-08-20T21:55:02.8907817Z [00:03:45.600]➜  cp $WORK/b1378/_pkg_.a /root/.cache/go-build/87/87e10a4a5a323daecc609e19d84fc67f9f512dd475ca0ed7835d09643c59c24b-d # internal
2025-08-20T21:55:02.8967955Z [00:03:45.606]➜  github.com/oasdiff/yaml3
2025-08-20T21:55:02.8969498Z [00:03:45.606]➜  mkdir -p $WORK/b1380/
2025-08-20T21:55:02.8972124Z [00:03:45.606]➜  cat >/tmp/go-build3999932643/b1380/importcfg << 'EOF' # internal
2025-08-20T21:55:02.8978442Z [00:03:45.606]➜  # import config
2025-08-20T21:55:02.8979408Z [00:03:45.606]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:02.8979913Z [00:03:45.606]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:55:02.8980383Z [00:03:45.606]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:02.8980853Z [00:03:45.606]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:02.8981267Z [00:03:45.606]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:02.8981666Z [00:03:45.606]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:02.8982071Z [00:03:45.606]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:55:02.8982487Z [00:03:45.606]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:02.8982919Z [00:03:45.606]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:02.8983337Z [00:03:45.606]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:02.8983753Z [00:03:45.606]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:02.8984185Z [00:03:45.606]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:02.8984599Z [00:03:45.606]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:02.8985003Z [00:03:45.606]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:02.8985679Z [00:03:45.606]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:55:02.8986203Z [00:03:45.606]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:55:02.8986539Z [00:03:45.607]➜  EOF
2025-08-20T21:55:02.8993103Z [00:03:45.607]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1380/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/oasdiff/yaml3@v0.0.0-20250309153720-d2182401db90=>github.com/oasdiff/yaml3@v0.0.0-20250309153720-d2182401db90;$WORK/b1380=>" -p github.com/oasdiff/yaml3 -lang=go1.22 -complete -installsuffix shared -buildid jv7CkScykxry4XjhHliL/jv7CkScykxry4XjhHliL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1380/importcfg -pack /root/go/pkg/mod/github.com/oasdiff/yaml3@v0.0.0-20250309153720-d2182401db90/apic.go /root/go/pkg/mod/github.com/oasdiff/yaml3@v0.0.0-20250309153720-d2182401db90/decode.go /root/go/pkg/mod/github.com/oasdiff/yaml3@v0.0.0-20250309153720-d2182401db90/emitterc.go /root/go/pkg/mod/github.com/oasdiff/yaml3@v0.0.0-20250309153720-d2182401db90/encode.go /root/go/pkg/mod/github.com/oasdiff/yaml3@v0.0.0-20250309153720-d2182401db90/origin.go /root/go/pkg/mod/github.com/oasdiff/yaml3@v0.0.0-20250309153720-d2182401db90/parserc.go /root/go/pkg/mod/github.com/oasdiff/yaml3@v0.0.0-20250309153720-d2182401db90/readerc.go /root/go/pkg/mod/github.com/oasdiff/yaml3@v0.0.0-20250309153720-d2182401db90/resolve.go /root/go/pkg/mod/github.com/oasdiff/yaml3@v0.0.0-20250309153720-d2182401db90/scannerc.go /root/go/pkg/mod/github.com/oasdiff/yaml3@v0.0.0-20250309153720-d2182401db90/sorter.go /root/go/pkg/mod/github.com/oasdiff/yaml3@v0.0.0-20250309153720-d2182401db90/writerc.go /root/go/pkg/mod/github.com/oasdiff/yaml3@v0.0.0-20250309153720-d2182401db90/yaml.go /root/go/pkg/mod/github.com/oasdiff/yaml3@v0.0.0-20250309153720-d2182401db90/yamlh.go /root/go/pkg/mod/github.com/oasdiff/yaml3@v0.0.0-20250309153720-d2182401db90/yamlprivateh.go
2025-08-20T21:55:02.9302672Z [00:03:45.639]➜  go tool buildid -w $WORK/b1376/_pkg_.a # internal
2025-08-20T21:55:02.9303429Z [00:03:45.639]➜  cp $WORK/b1376/_pkg_.a /root/.cache/go-build/df/dfaee76fbdf438044387b5bef9aa4814a27c51bb2cafc5945813652300693cfa-d # internal
2025-08-20T21:55:02.9308228Z [00:03:45.640]➜  github.com/go-openapi/swag
2025-08-20T21:55:02.9308554Z [00:03:45.640]➜  mkdir -p $WORK/b1375/
2025-08-20T21:55:02.9316392Z [00:03:45.641]➜  cat >/tmp/go-build3999932643/b1375/importcfg << 'EOF' # internal
2025-08-20T21:55:02.9317074Z [00:03:45.641]➜  # import config
2025-08-20T21:55:02.9318854Z [00:03:45.641]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:02.9319330Z [00:03:45.641]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:02.9319791Z [00:03:45.641]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:02.9320208Z [00:03:45.641]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:02.9320737Z [00:03:45.641]➜  packagefile github.com/mailru/easyjson/jlexer=/tmp/go-build3999932643/b1376/_pkg_.a
2025-08-20T21:55:02.9321357Z [00:03:45.641]➜  packagefile github.com/mailru/easyjson/jwriter=/tmp/go-build3999932643/b658/_pkg_.a
2025-08-20T21:55:02.9321905Z [00:03:45.641]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3999932643/b201/_pkg_.a
2025-08-20T21:55:02.9322342Z [00:03:45.641]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:02.9322747Z [00:03:45.641]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:55:02.9323153Z [00:03:45.641]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:55:02.9323594Z [00:03:45.641]➜  packagefile mime/multipart=/tmp/go-build3999932643/b215/_pkg_.a
2025-08-20T21:55:02.9324030Z [00:03:45.641]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:02.9324612Z [00:03:45.641]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:02.9325115Z [00:03:45.641]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:02.9325646Z [00:03:45.641]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:02.9326086Z [00:03:45.641]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:55:02.9326525Z [00:03:45.641]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:02.9326970Z [00:03:45.641]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:02.9327640Z [00:03:45.641]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:02.9328123Z [00:03:45.641]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:02.9328540Z [00:03:45.641]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:02.9328966Z [00:03:45.641]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:02.9329389Z [00:03:45.641]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:02.9329800Z [00:03:45.641]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:02.9330216Z [00:03:45.641]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:55:02.9330656Z [00:03:45.641]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:55:02.9330985Z [00:03:45.641]➜  EOF
2025-08-20T21:55:02.9335597Z [00:03:45.641]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1375/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0=>github.com/go-openapi/swag@v0.23.0;$WORK/b1375=>" -p github.com/go-openapi/swag -lang=go1.20 -complete -installsuffix shared -buildid wfZgIra-2D3sjoHyd5U1/wfZgIra-2D3sjoHyd5U1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1375/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/convert.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/convert_types.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/doc.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/file.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/initialism_index.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/json.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/loading.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/name_lexem.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/net.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/path.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/split.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/string_bytes.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/util.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/yaml.go
2025-08-20T21:55:03.0205172Z [00:03:45.730]➜  go tool buildid -w $WORK/b1340/_pkg_.a # internal
2025-08-20T21:55:03.0339370Z [00:03:45.743]➜  cp $WORK/b1340/_pkg_.a /root/.cache/go-build/ee/ee39a299618819be496692b4d3c68d5493eff9881084d853aa49022bfa4db1d8-d # internal
2025-08-20T21:55:03.0366874Z [00:03:45.746]➜  github.com/perimeterx/marshmallow
2025-08-20T21:55:03.0370109Z [00:03:45.746]➜  mkdir -p $WORK/b1381/
2025-08-20T21:55:03.0372839Z [00:03:45.746]➜  cat >/tmp/go-build3999932643/b1381/importcfg << 'EOF' # internal
2025-08-20T21:55:03.0382456Z [00:03:45.746]➜  # import config
2025-08-20T21:55:03.0382893Z [00:03:45.746]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:03.0383354Z [00:03:45.746]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:03.0383762Z [00:03:45.746]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:03.0384298Z [00:03:45.746]➜  packagefile github.com/mailru/easyjson/jlexer=/tmp/go-build3999932643/b1376/_pkg_.a
2025-08-20T21:55:03.0384824Z [00:03:45.746]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:03.0385247Z [00:03:45.746]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:03.0385965Z [00:03:45.746]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:03.0386351Z [00:03:45.746]➜  EOF
2025-08-20T21:55:03.0390111Z [00:03:45.747]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1381/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/perimeterx/marshmallow@v1.1.5=>github.com/perimeterx/marshmallow@v1.1.5;$WORK/b1381=>" -p github.com/perimeterx/marshmallow -lang=go1.17 -complete -installsuffix shared -buildid -RofEs4SoGsCB0RIY0WJ/-RofEs4SoGsCB0RIY0WJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1381/importcfg -pack /root/go/pkg/mod/github.com/perimeterx/marshmallow@v1.1.5/cache.go /root/go/pkg/mod/github.com/perimeterx/marshmallow@v1.1.5/doc.go /root/go/pkg/mod/github.com/perimeterx/marshmallow@v1.1.5/errors.go /root/go/pkg/mod/github.com/perimeterx/marshmallow@v1.1.5/options.go /root/go/pkg/mod/github.com/perimeterx/marshmallow@v1.1.5/reflection.go /root/go/pkg/mod/github.com/perimeterx/marshmallow@v1.1.5/unmarshal.go /root/go/pkg/mod/github.com/perimeterx/marshmallow@v1.1.5/unmarshal_from_json_map.go
2025-08-20T21:55:03.2376336Z [00:03:45.947]➜  go tool buildid -w $WORK/b1381/_pkg_.a # internal
2025-08-20T21:55:03.2401791Z [00:03:45.949]➜  cp $WORK/b1381/_pkg_.a /root/.cache/go-build/6e/6e817bf1a3eda6fe87b8e8cf7873cab9173bb7ffe7f83031a52830219602b1d9-d # internal
2025-08-20T21:55:03.2414495Z [00:03:45.951]➜  github.com/invopop/yaml
2025-08-20T21:55:03.2415480Z [00:03:45.951]➜  mkdir -p $WORK/b1385/
2025-08-20T21:55:03.2420216Z [00:03:45.951]➜  cat >/tmp/go-build3999932643/b1385/importcfg << 'EOF' # internal
2025-08-20T21:55:03.2420983Z [00:03:45.951]➜  # import config
2025-08-20T21:55:03.2421945Z [00:03:45.951]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:03.2422655Z [00:03:45.951]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:55:03.2423508Z [00:03:45.952]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:03.2424187Z [00:03:45.952]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:03.2425010Z [00:03:45.952]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:03.2425902Z [00:03:45.952]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3999932643/b201/_pkg_.a
2025-08-20T21:55:03.2426563Z [00:03:45.952]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:03.2427459Z [00:03:45.952]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:03.2428384Z [00:03:45.952]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:03.2429015Z [00:03:45.952]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:03.2429673Z [00:03:45.952]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:03.2430717Z [00:03:45.952]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:03.2431955Z [00:03:45.952]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:55:03.2432411Z [00:03:45.952]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:55:03.2432753Z [00:03:45.952]➜  EOF
2025-08-20T21:55:03.2434650Z [00:03:45.952]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1385/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/invopop/yaml@v0.3.1=>github.com/invopop/yaml@v0.3.1;$WORK/b1385=>" -p github.com/invopop/yaml -lang=go1.14 -complete -installsuffix shared -buildid kADVsnKQxfiR5UjpxjUw/kADVsnKQxfiR5UjpxjUw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1385/importcfg -pack /root/go/pkg/mod/github.com/invopop/yaml@v0.3.1/fields.go /root/go/pkg/mod/github.com/invopop/yaml@v0.3.1/yaml.go
2025-08-20T21:55:03.2919733Z [00:03:46.001]➜  go tool buildid -w $WORK/b1375/_pkg_.a # internal
2025-08-20T21:55:03.3029235Z [00:03:46.012]➜  cp $WORK/b1375/_pkg_.a /root/.cache/go-build/43/43de59f4bb273d698d174b56854a6a4098b523565c1bdd28409e0f33a234de89-d # internal
2025-08-20T21:55:03.3065500Z [00:03:46.016]➜  github.com/go-openapi/jsonpointer
2025-08-20T21:55:03.3066847Z [00:03:46.016]➜  mkdir -p $WORK/b1374/
2025-08-20T21:55:03.3073751Z [00:03:46.016]➜  cat >/tmp/go-build3999932643/b1374/importcfg << 'EOF' # internal
2025-08-20T21:55:03.3074190Z [00:03:46.017]➜  # import config
2025-08-20T21:55:03.3076229Z [00:03:46.017]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:03.3076795Z [00:03:46.017]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:03.3077223Z [00:03:46.017]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:03.3077833Z [00:03:46.017]➜  packagefile github.com/go-openapi/swag=/tmp/go-build3999932643/b1375/_pkg_.a
2025-08-20T21:55:03.3078334Z [00:03:46.017]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:03.3078757Z [00:03:46.017]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:03.3079195Z [00:03:46.017]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:03.3079507Z [00:03:46.017]➜  EOF
2025-08-20T21:55:03.3081368Z [00:03:46.017]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1374/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/jsonpointer@v0.21.0=>github.com/go-openapi/jsonpointer@v0.21.0;$WORK/b1374=>" -p github.com/go-openapi/jsonpointer -lang=go1.20 -complete -installsuffix shared -buildid fAz-SQgdICwVbVZoyi-g/fAz-SQgdICwVbVZoyi-g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1374/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/jsonpointer@v0.21.0/pointer.go
2025-08-20T21:55:03.3614190Z [00:03:46.070]➜  go tool buildid -w $WORK/b1385/_pkg_.a # internal
2025-08-20T21:55:03.3663238Z [00:03:46.073]➜  cp $WORK/b1385/_pkg_.a /root/.cache/go-build/d4/d44d2779543e88154133a2b55bb3adaaed226c7f7efacef061c53b0f39acb2a8-d # internal
2025-08-20T21:55:03.3665095Z [00:03:46.074]➜  github.com/projectdiscovery/nuclei/v3/pkg/input/formats/yaml
2025-08-20T21:55:03.3666173Z [00:03:46.074]➜  mkdir -p $WORK/b1386/
2025-08-20T21:55:03.3667111Z [00:03:46.074]➜  cat >/tmp/go-build3999932643/b1386/importcfg << 'EOF' # internal
2025-08-20T21:55:03.3667646Z [00:03:46.074]➜  # import config
2025-08-20T21:55:03.3668077Z [00:03:46.074]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:03.3668690Z [00:03:46.074]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:03.3669414Z [00:03:46.074]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats=/tmp/go-build3999932643/b1367/_pkg_.a
2025-08-20T21:55:03.3670188Z [00:03:46.074]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/types=/tmp/go-build3999932643/b712/_pkg_.a
2025-08-20T21:55:03.3670819Z [00:03:46.074]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3999932643/b201/_pkg_.a
2025-08-20T21:55:03.3671263Z [00:03:46.074]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:03.3671980Z [00:03:46.074]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:03.3672296Z [00:03:46.074]➜  EOF
2025-08-20T21:55:03.3674393Z [00:03:46.074]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1386/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/yaml=>github.com/projectdiscovery/nuclei/v3/pkg/input/formats/yaml;$WORK/b1386=>" -p github.com/projectdiscovery/nuclei/v3/pkg/input/formats/yaml -lang=go1.24 -complete -installsuffix shared -buildid n61By9aPfVd0ryLSOXUm/n61By9aPfVd0ryLSOXUm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1386/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/yaml/multidoc.go
2025-08-20T21:55:03.4292080Z [00:03:46.138]➜  go tool buildid -w $WORK/b1374/_pkg_.a # internal
2025-08-20T21:55:03.4306326Z [00:03:46.140]➜  cp $WORK/b1374/_pkg_.a /root/.cache/go-build/a2/a2a1103aa7659cdaca9ca0ffc47621c617f9dcafaccd3201f99643dec6ee6dad-d # internal
2025-08-20T21:55:03.4322975Z [00:03:46.142]➜  github.com/bits-and-blooms/bitset
2025-08-20T21:55:03.4345727Z [00:03:46.144]➜  mkdir -p $WORK/b1390/
2025-08-20T21:55:03.4346199Z [00:03:46.144]➜  cat >/tmp/go-build3999932643/b1390/importcfg << 'EOF' # internal
2025-08-20T21:55:03.4346814Z [00:03:46.144]➜  # import config
2025-08-20T21:55:03.4347221Z [00:03:46.144]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:03.4347939Z [00:03:46.144]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:03.4348492Z [00:03:46.144]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:55:03.4348974Z [00:03:46.144]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:03.4349418Z [00:03:46.144]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:03.4349837Z [00:03:46.144]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:03.4350235Z [00:03:46.144]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:03.4350657Z [00:03:46.144]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:55:03.4351091Z [00:03:46.144]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:03.4351405Z [00:03:46.144]➜  EOF
2025-08-20T21:55:03.4354321Z [00:03:46.144]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1390/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bits-and-blooms/bitset@v1.13.0=>github.com/bits-and-blooms/bitset@v1.13.0;$WORK/b1390=>" -p github.com/bits-and-blooms/bitset -lang=go1.16 -complete -installsuffix shared -buildid OAwAvr3zEaxLFpd09BzS/OAwAvr3zEaxLFpd09BzS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1390/importcfg -pack /root/go/pkg/mod/github.com/bits-and-blooms/bitset@v1.13.0/bitset.go /root/go/pkg/mod/github.com/bits-and-blooms/bitset@v1.13.0/popcnt.go /root/go/pkg/mod/github.com/bits-and-blooms/bitset@v1.13.0/popcnt_19.go /root/go/pkg/mod/github.com/bits-and-blooms/bitset@v1.13.0/select.go /root/go/pkg/mod/github.com/bits-and-blooms/bitset@v1.13.0/trailing_zeros_19.go
2025-08-20T21:55:03.4491307Z [00:03:46.158]➜  go tool buildid -w $WORK/b1386/_pkg_.a # internal
2025-08-20T21:55:03.4521553Z [00:03:46.161]➜  cp $WORK/b1386/_pkg_.a /root/.cache/go-build/36/361e70908fca51fdaf89afd2f1c2751c870fb078879b16d1d0bcba4398ad0440-d # internal
2025-08-20T21:55:03.4556681Z [00:03:46.165]➜  github.com/projectdiscovery/uncover/sources
2025-08-20T21:55:03.4557547Z [00:03:46.165]➜  mkdir -p $WORK/b1393/
2025-08-20T21:55:03.4561226Z [00:03:46.165]➜  cat >/tmp/go-build3999932643/b1393/importcfg << 'EOF' # internal
2025-08-20T21:55:03.4562017Z [00:03:46.165]➜  # import config
2025-08-20T21:55:03.4562798Z [00:03:46.165]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:03.4563823Z [00:03:46.165]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:55:03.4564374Z [00:03:46.165]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:03.4565133Z [00:03:46.165]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:03.4565681Z [00:03:46.165]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:03.4566343Z [00:03:46.165]➜  packagefile github.com/projectdiscovery/ratelimit=/tmp/go-build3999932643/b1213/_pkg_.a
2025-08-20T21:55:03.4567034Z [00:03:46.165]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:55:03.4567950Z [00:03:46.165]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build3999932643/b617/_pkg_.a
2025-08-20T21:55:03.4568616Z [00:03:46.165]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:55:03.4569275Z [00:03:46.165]➜  packagefile github.com/projectdiscovery/utils/folder=/tmp/go-build3999932643/b221/_pkg_.a
2025-08-20T21:55:03.4569946Z [00:03:46.165]➜  packagefile github.com/projectdiscovery/utils/generic=/tmp/go-build3999932643/b701/_pkg_.a
2025-08-20T21:55:03.4570474Z [00:03:46.165]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:03.4570895Z [00:03:46.165]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:55:03.4571316Z [00:03:46.166]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:03.4571868Z [00:03:46.166]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:03.4572378Z [00:03:46.166]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:03.4572891Z [00:03:46.166]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:03.4573361Z [00:03:46.166]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:03.4573811Z [00:03:46.166]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:03.4574228Z [00:03:46.166]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:03.4574543Z [00:03:46.166]➜  EOF
2025-08-20T21:55:03.5016763Z [00:03:46.166]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1393/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources=>github.com/projectdiscovery/uncover@v1.1.0/sources;$WORK/b1393=>" -p github.com/projectdiscovery/uncover/sources -lang=go1.22 -complete -installsuffix shared -buildid Zrzulp7cmY_9BZgfpbTy/Zrzulp7cmY_9BZgfpbTy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1393/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent.go /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/keys.go /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/provider.go /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/result.go /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/session.go /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/util.go
2025-08-20T21:55:03.5020387Z [00:03:46.210]➜  go tool buildid -w $WORK/b1380/_pkg_.a # internal
2025-08-20T21:55:03.5058858Z [00:03:46.215]➜  cp $WORK/b1380/_pkg_.a /root/.cache/go-build/ca/cadc56cd4362c98bce0bec491f5e821fc00d7770a9afedb30ab448e222043ff5-d # internal
2025-08-20T21:55:03.5079305Z [00:03:46.217]➜  github.com/oasdiff/yaml
2025-08-20T21:55:03.5081580Z [00:03:46.217]➜  mkdir -p $WORK/b1379/
2025-08-20T21:55:03.5082201Z [00:03:46.217]➜  cat >/tmp/go-build3999932643/b1379/importcfg << 'EOF' # internal
2025-08-20T21:55:03.5082564Z [00:03:46.217]➜  # import config
2025-08-20T21:55:03.5082920Z [00:03:46.217]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:03.5083442Z [00:03:46.217]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:55:03.5083902Z [00:03:46.217]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:03.5084345Z [00:03:46.217]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:03.5084769Z [00:03:46.217]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:03.5085271Z [00:03:46.217]➜  packagefile github.com/oasdiff/yaml3=/tmp/go-build3999932643/b1380/_pkg_.a
2025-08-20T21:55:03.5085743Z [00:03:46.217]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:03.5086156Z [00:03:46.217]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:03.5086581Z [00:03:46.217]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:03.5087001Z [00:03:46.217]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:03.5087564Z [00:03:46.217]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:03.5088040Z [00:03:46.217]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:03.5088456Z [00:03:46.217]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:55:03.5088901Z [00:03:46.217]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:55:03.5089236Z [00:03:46.217]➜  EOF
2025-08-20T21:55:03.5091902Z [00:03:46.217]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1379/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/oasdiff/yaml@v0.0.0-20250309154309-f31be36b4037=>github.com/oasdiff/yaml@v0.0.0-20250309154309-f31be36b4037;$WORK/b1379=>" -p github.com/oasdiff/yaml -lang=go1.22 -complete -installsuffix shared -buildid zE73j8LCyTNaz14VINPr/zE73j8LCyTNaz14VINPr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1379/importcfg -pack /root/go/pkg/mod/github.com/oasdiff/yaml@v0.0.0-20250309154309-f31be36b4037/fields.go /root/go/pkg/mod/github.com/oasdiff/yaml@v0.0.0-20250309154309-f31be36b4037/yaml.go
2025-08-20T21:55:03.5094065Z [00:03:46.217]➜  go tool buildid -w $WORK/b1390/_pkg_.a # internal
2025-08-20T21:55:03.5094745Z [00:03:46.218]➜  cp $WORK/b1390/_pkg_.a /root/.cache/go-build/09/09e03271a08bf59302fa09d22a5375315b01ff3c7c5ee1cdc21b2dfe70bf61f7-d # internal
2025-08-20T21:55:03.5102607Z [00:03:46.220]➜  github.com/bits-and-blooms/bloom/v3
2025-08-20T21:55:03.5103464Z [00:03:46.220]➜  mkdir -p $WORK/b1389/
2025-08-20T21:55:03.5107591Z [00:03:46.220]➜  cat >/tmp/go-build3999932643/b1389/importcfg << 'EOF' # internal
2025-08-20T21:55:03.5108023Z [00:03:46.220]➜  # import config
2025-08-20T21:55:03.5108363Z [00:03:46.220]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:03.5108819Z [00:03:46.220]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:55:03.5109295Z [00:03:46.220]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:03.5111825Z [00:03:46.220]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:03.5112402Z [00:03:46.220]➜  packagefile github.com/bits-and-blooms/bitset=/tmp/go-build3999932643/b1390/_pkg_.a
2025-08-20T21:55:03.5112896Z [00:03:46.220]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:03.5113300Z [00:03:46.220]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:55:03.5114027Z [00:03:46.220]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:55:03.5114348Z [00:03:46.220]➜  EOF
2025-08-20T21:55:03.5116631Z [00:03:46.220]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1389/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bits-and-blooms/bloom/v3@v3.5.0=>github.com/bits-and-blooms/bloom/v3@v3.5.0;$WORK/b1389=>" -p github.com/bits-and-blooms/bloom/v3 -lang=go1.16 -complete -installsuffix shared -buildid GKI6xjadEVHtPeNK7VX6/GKI6xjadEVHtPeNK7VX6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1389/importcfg -pack /root/go/pkg/mod/github.com/bits-and-blooms/bloom/v3@v3.5.0/bloom.go /root/go/pkg/mod/github.com/bits-and-blooms/bloom/v3@v3.5.0/murmur.go
2025-08-20T21:55:03.5169865Z [00:03:46.226]➜  go tool buildid -w $WORK/b1096/_pkg_.a # internal
2025-08-20T21:55:03.5503264Z [00:03:46.260]➜  go tool buildid -w $WORK/b1389/_pkg_.a # internal
2025-08-20T21:55:03.5511600Z [00:03:46.260]➜  cp $WORK/b1389/_pkg_.a /root/.cache/go-build/d7/d737f4639b30e9e9486aa30526bd53778f862b085c8be7a34da2980e067ca44e-d # internal
2025-08-20T21:55:03.5549069Z [00:03:46.264]➜  github.com/projectdiscovery/hmap/filekv
2025-08-20T21:55:03.5554292Z [00:03:46.265]➜  mkdir -p $WORK/b1388/
2025-08-20T21:55:03.5555505Z [00:03:46.265]➜  cat >/tmp/go-build3999932643/b1388/importcfg << 'EOF' # internal
2025-08-20T21:55:03.5556358Z [00:03:46.265]➜  # import config
2025-08-20T21:55:03.5557970Z [00:03:46.265]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:03.5558419Z [00:03:46.265]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:03.5558876Z [00:03:46.265]➜  packagefile compress/zlib=/tmp/go-build3999932643/b168/_pkg_.a
2025-08-20T21:55:03.5559347Z [00:03:46.265]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:03.5559880Z [00:03:46.265]➜  packagefile github.com/bits-and-blooms/bloom/v3=/tmp/go-build3999932643/b1389/_pkg_.a
2025-08-20T21:55:03.5560496Z [00:03:46.265]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build3999932643/b258/_pkg_.a
2025-08-20T21:55:03.5561137Z [00:03:46.265]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:55:03.5561857Z [00:03:46.265]➜  packagefile github.com/projectdiscovery/utils/permission=/tmp/go-build3999932643/b237/_pkg_.a
2025-08-20T21:55:03.5562767Z [00:03:46.265]➜  packagefile github.com/syndtr/goleveldb/leveldb=/tmp/go-build3999932643/b417/_pkg_.a
2025-08-20T21:55:03.5563355Z [00:03:46.265]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:03.5563753Z [00:03:46.265]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:03.5564260Z [00:03:46.265]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:03.5564616Z [00:03:46.265]➜  EOF
2025-08-20T21:55:03.5567903Z [00:03:46.265]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1388/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/hmap@v0.0.92/filekv=>github.com/projectdiscovery/hmap@v0.0.92/filekv;$WORK/b1388=>" -p github.com/projectdiscovery/hmap/filekv -lang=go1.24 -complete -installsuffix shared -buildid gWJUu1ujFUwYENsx8ATd/gWJUu1ujFUwYENsx8ATd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1388/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/hmap@v0.0.92/filekv/errors.go /root/go/pkg/mod/github.com/projectdiscovery/hmap@v0.0.92/filekv/file.go /root/go/pkg/mod/github.com/projectdiscovery/hmap@v0.0.92/filekv/merge.go /root/go/pkg/mod/github.com/projectdiscovery/hmap@v0.0.92/filekv/options.go /root/go/pkg/mod/github.com/projectdiscovery/hmap@v0.0.92/filekv/strategy.go
2025-08-20T21:55:03.5571750Z [00:03:46.265]➜  cp $WORK/b1096/_pkg_.a /root/.cache/go-build/29/290760b9db3c8150bd5c5db03b11ced81f81b3495739d16573187773ceb1c661-d # internal
2025-08-20T21:55:03.5573185Z [00:03:46.266]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator
2025-08-20T21:55:03.5574137Z [00:03:46.267]➜  mkdir -p $WORK/b1225/
2025-08-20T21:55:03.5575265Z [00:03:46.267]➜  cat >/tmp/go-build3999932643/b1225/importcfg << 'EOF' # internal
2025-08-20T21:55:03.5575632Z [00:03:46.267]➜  # import config
2025-08-20T21:55:03.5576327Z [00:03:46.267]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:03.5577729Z [00:03:46.267]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build3999932643/b715/_pkg_.a
2025-08-20T21:55:03.5578586Z [00:03:46.267]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:55:03.5579342Z [00:03:46.267]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:03.5580200Z [00:03:46.267]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build3999932643/b1078/_pkg_.a
2025-08-20T21:55:03.5580951Z [00:03:46.267]➜  packagefile golang.org/x/text/cases=/tmp/go-build3999932643/b525/_pkg_.a
2025-08-20T21:55:03.5581510Z [00:03:46.267]➜  packagefile golang.org/x/text/language=/tmp/go-build3999932643/b527/_pkg_.a
2025-08-20T21:55:03.5581892Z [00:03:46.267]➜  EOF
2025-08-20T21:55:03.5584374Z [00:03:46.267]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1225/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/eventcreator=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator;$WORK/b1225=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator -lang=go1.24 -complete -installsuffix shared -buildid Yh4VMy22VvlzxQekwPzP/Yh4VMy22VvlzxQekwPzP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1225/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/eventcreator/eventcreator.go
2025-08-20T21:55:03.5803121Z [00:03:46.289]➜  go tool buildid -w $WORK/b1379/_pkg_.a # internal
2025-08-20T21:55:03.5803903Z [00:03:46.289]➜  cp $WORK/b1379/_pkg_.a /root/.cache/go-build/75/75e3dcffe19e398763624e25d4059ddf92bb85bab97dc99b1d1f23b79a525a52-d # internal
2025-08-20T21:55:03.5804652Z [00:03:46.289]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httpclientpool
2025-08-20T21:55:03.5805067Z [00:03:46.289]➜  mkdir -p $WORK/b1227/
2025-08-20T21:55:03.5805437Z [00:03:46.289]➜  cat >/tmp/go-build3999932643/b1227/importcfg << 'EOF' # internal
2025-08-20T21:55:03.5805786Z [00:03:46.289]➜  # import config
2025-08-20T21:55:03.5806383Z [00:03:46.289]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:03.5806894Z [00:03:46.289]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:55:03.5807579Z [00:03:46.289]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:03.5808083Z [00:03:46.289]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:03.5808552Z [00:03:46.289]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:03.5809273Z [00:03:46.289]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer/ja3/impersonate=/tmp/go-build3999932643/b346/_pkg_.a
2025-08-20T21:55:03.5810095Z [00:03:46.289]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:03.5810960Z [00:03:46.289]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:55:03.5811829Z [00:03:46.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build3999932643/b759/_pkg_.a
2025-08-20T21:55:03.5812591Z [00:03:46.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:03.5813368Z [00:03:46.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types/scanstrategy=/tmp/go-build3999932643/b1211/_pkg_.a
2025-08-20T21:55:03.5814099Z [00:03:46.290]➜  packagefile github.com/projectdiscovery/rawhttp=/tmp/go-build3999932643/b677/_pkg_.a
2025-08-20T21:55:03.5814769Z [00:03:46.290]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:55:03.5815675Z [00:03:46.290]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:55:03.5816476Z [00:03:46.290]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:55:03.5817063Z [00:03:46.290]➜  packagefile golang.org/x/net/proxy=/tmp/go-build3999932643/b336/_pkg_.a
2025-08-20T21:55:03.5817748Z [00:03:46.290]➜  packagefile golang.org/x/net/publicsuffix=/tmp/go-build3999932643/b1228/_pkg_.a
2025-08-20T21:55:03.5818247Z [00:03:46.290]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:03.5818644Z [00:03:46.290]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:03.5819059Z [00:03:46.290]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:03.5819527Z [00:03:46.290]➜  packagefile net/http/cookiejar=/tmp/go-build3999932643/b460/_pkg_.a
2025-08-20T21:55:03.5819994Z [00:03:46.290]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:03.5820418Z [00:03:46.290]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:03.5820847Z [00:03:46.290]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:03.5821258Z [00:03:46.290]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:03.5821665Z [00:03:46.290]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:03.5821969Z [00:03:46.290]➜  EOF
2025-08-20T21:55:03.5824905Z [00:03:46.290]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1227/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/httpclientpool=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httpclientpool;$WORK/b1227=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httpclientpool -lang=go1.24 -complete -installsuffix shared -buildid cSK92wUfDw6uJuSOy8Ku/cSK92wUfDw6uJuSOy8Ku -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1227/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/httpclientpool/clientpool.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/httpclientpool/errors.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/httpclientpool/options.go
2025-08-20T21:55:03.5969037Z [00:03:46.305]➜  go tool buildid -w $WORK/b1393/_pkg_.a # internal
2025-08-20T21:55:03.5989392Z [00:03:46.308]➜  cp $WORK/b1393/_pkg_.a /root/.cache/go-build/02/02606036a6b93cd8d52f4f148995d12a5eb46567820ae6ff92f16325c61856cb-d # internal
2025-08-20T21:55:03.5994610Z [00:03:46.308]➜  github.com/projectdiscovery/nuclei/v3/pkg/fuzz
2025-08-20T21:55:03.5995128Z [00:03:46.309]➜  mkdir -p $WORK/b1321/
2025-08-20T21:55:03.5997873Z [00:03:46.309]➜  cat >/tmp/go-build3999932643/b1321/importcfg << 'EOF' # internal
2025-08-20T21:55:03.5998715Z [00:03:46.309]➜  # import config
2025-08-20T21:55:03.5999507Z [00:03:46.309]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:03.6000165Z [00:03:46.309]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build3999932643/b654/_pkg_.a
2025-08-20T21:55:03.6001270Z [00:03:46.309]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:03.6002161Z [00:03:46.309]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:03.6003145Z [00:03:46.309]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/component=/tmp/go-build3999932643/b1322/_pkg_.a
2025-08-20T21:55:03.6004497Z [00:03:46.309]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/stats=/tmp/go-build3999932643/b1101/_pkg_.a
2025-08-20T21:55:03.6005687Z [00:03:46.309]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:03.6006933Z [00:03:46.309]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build3999932643/b760/_pkg_.a
2025-08-20T21:55:03.6008740Z [00:03:46.309]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions=/tmp/go-build3999932643/b747/_pkg_.a
2025-08-20T21:55:03.6009918Z [00:03:46.309]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build3999932643/b752/_pkg_.a
2025-08-20T21:55:03.6011002Z [00:03:46.309]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/marker=/tmp/go-build3999932643/b748/_pkg_.a
2025-08-20T21:55:03.6012072Z [00:03:46.309]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:03.6012827Z [00:03:46.309]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:55:03.6013560Z [00:03:46.309]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:55:03.6014242Z [00:03:46.309]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:55:03.6014900Z [00:03:46.309]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:55:03.6015552Z [00:03:46.309]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build3999932643/b190/_pkg_.a
2025-08-20T21:55:03.6016202Z [00:03:46.309]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:55:03.6016767Z [00:03:46.309]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build3999932643/b650/_pkg_.a
2025-08-20T21:55:03.6017207Z [00:03:46.309]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:03.6018607Z [00:03:46.309]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:03.6019046Z [00:03:46.309]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:03.6019476Z [00:03:46.309]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:03.6019789Z [00:03:46.309]➜  EOF
2025-08-20T21:55:03.6022551Z [00:03:46.309]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1321/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz=>github.com/projectdiscovery/nuclei/v3/pkg/fuzz;$WORK/b1321=>" -p github.com/projectdiscovery/nuclei/v3/pkg/fuzz -lang=go1.24 -complete -installsuffix shared -buildid DoL917hJTtwRe3um6xig/DoL917hJTtwRe3um6xig -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1321/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/doc.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/execute.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/fuzz.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/parts.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/type.go
2025-08-20T21:55:03.6536887Z [00:03:46.363]➜  go tool buildid -w $WORK/b1388/_pkg_.a # internal
2025-08-20T21:55:03.6563202Z [00:03:46.366]➜  cp $WORK/b1388/_pkg_.a /root/.cache/go-build/ec/ec183d3a01acf5edc341d517de6a8c84f4a77208559148e3dabb9369427a594a-d # internal
2025-08-20T21:55:03.6574352Z [00:03:46.367]➜  github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/flow
2025-08-20T21:55:03.6575272Z [00:03:46.367]➜  mkdir -p $WORK/b1357/
2025-08-20T21:55:03.6575728Z [00:03:46.367]➜  cat >/tmp/go-build3999932643/b1357/importcfg << 'EOF' # internal
2025-08-20T21:55:03.6576113Z [00:03:46.367]➜  # import config
2025-08-20T21:55:03.6576461Z [00:03:46.367]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:03.6576883Z [00:03:46.367]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:03.6578138Z [00:03:46.367]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:55:03.6579635Z [00:03:46.367]➜  packagefile github.com/kitabisa/go-ci=/tmp/go-build3999932643/b830/_pkg_.a
2025-08-20T21:55:03.6580322Z [00:03:46.367]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build3999932643/b247/_pkg_.a
2025-08-20T21:55:03.6580943Z [00:03:46.367]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:03.6581663Z [00:03:46.367]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/compiler=/tmp/go-build3999932643/b811/_pkg_.a
2025-08-20T21:55:03.6582741Z [00:03:46.367]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build3999932643/b835/_pkg_.a
2025-08-20T21:55:03.6583670Z [00:03:46.367]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build3999932643/b715/_pkg_.a
2025-08-20T21:55:03.6584408Z [00:03:46.367]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:55:03.6585158Z [00:03:46.367]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:03.6586001Z [00:03:46.367]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build3999932643/b752/_pkg_.a
2025-08-20T21:55:03.6586923Z [00:03:46.367]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:55:03.6588004Z [00:03:46.367]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build3999932643/b1078/_pkg_.a
2025-08-20T21:55:03.6588831Z [00:03:46.367]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/scan=/tmp/go-build3999932643/b1212/_pkg_.a
2025-08-20T21:55:03.6589595Z [00:03:46.367]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build3999932643/b744/_pkg_.a
2025-08-20T21:55:03.6590428Z [00:03:46.367]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/flow/builtin=/tmp/go-build3999932643/b1358/_pkg_.a
2025-08-20T21:55:03.6591208Z [00:03:46.367]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:03.6591899Z [00:03:46.367]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:55:03.6592548Z [00:03:46.367]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:55:03.6593187Z [00:03:46.367]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:55:03.6593880Z [00:03:46.367]➜  packagefile github.com/projectdiscovery/utils/sync/sizedpool=/tmp/go-build3999932643/b704/_pkg_.a
2025-08-20T21:55:03.6594498Z [00:03:46.367]➜  packagefile go.uber.org/multierr=/tmp/go-build3999932643/b335/_pkg_.a
2025-08-20T21:55:03.6594951Z [00:03:46.367]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:03.6595537Z [00:03:46.367]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:03.6596032Z [00:03:46.367]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:03.6596561Z [00:03:46.367]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:03.6597033Z [00:03:46.367]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:03.6603723Z [00:03:46.367]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:03.6604197Z [00:03:46.367]➜  EOF
2025-08-20T21:55:03.6607144Z [00:03:46.367]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1357/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow=>github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/flow;$WORK/b1357=>" -p github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/flow -lang=go1.24 -complete -installsuffix shared -buildid AHB0BperZ4IpHdTVeVHa/AHB0BperZ4IpHdTVeVHa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1357/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/doc.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/flow_executor.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/flow_internal.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/util.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/vm.go
2025-08-20T21:55:04.3675158Z [00:03:47.077]➜  go tool buildid -w $WORK/b1225/_pkg_.a # internal
2025-08-20T21:55:04.3877123Z [00:03:47.097]➜  cp $WORK/b1225/_pkg_.a /root/.cache/go-build/3d/3d77d6afd99b344d6383c1d94851e51a4980fad2f0aed180d34e25baa5b6ad6d-d # internal
2025-08-20T21:55:04.3887603Z [00:03:47.098]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/code
2025-08-20T21:55:04.3894789Z [00:03:47.099]➜  mkdir -p $WORK/b1216/
2025-08-20T21:55:04.3906587Z [00:03:47.100]➜  cat >/tmp/go-build3999932643/b1216/importcfg << 'EOF' # internal
2025-08-20T21:55:04.3909535Z [00:03:47.100]➜  # import config
2025-08-20T21:55:04.3910197Z [00:03:47.100]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:04.3911126Z [00:03:47.100]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:04.3912104Z [00:03:47.100]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:04.3912655Z [00:03:47.100]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:55:04.3913256Z [00:03:47.100]➜  packagefile github.com/alecthomas/chroma/quick=/tmp/go-build3999932643/b764/_pkg_.a
2025-08-20T21:55:04.3913948Z [00:03:47.100]➜  packagefile github.com/ditashi/jsbeautifier-go/jsbeautifier=/tmp/go-build3999932643/b1217/_pkg_.a
2025-08-20T21:55:04.3914567Z [00:03:47.100]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:04.3915150Z [00:03:47.100]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:04.3915790Z [00:03:47.100]➜  packagefile github.com/projectdiscovery/gozero=/tmp/go-build3999932643/b1222/_pkg_.a
2025-08-20T21:55:04.3916448Z [00:03:47.100]➜  packagefile github.com/projectdiscovery/gozero/types=/tmp/go-build3999932643/b1224/_pkg_.a
2025-08-20T21:55:04.3917172Z [00:03:47.100]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/compiler=/tmp/go-build3999932643/b811/_pkg_.a
2025-08-20T21:55:04.3918132Z [00:03:47.100]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build3999932643/b835/_pkg_.a
2025-08-20T21:55:04.3918894Z [00:03:47.100]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build3999932643/b715/_pkg_.a
2025-08-20T21:55:04.3919703Z [00:03:47.100]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build3999932643/b716/_pkg_.a
2025-08-20T21:55:04.3920547Z [00:03:47.100]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build3999932643/b746/_pkg_.a
2025-08-20T21:55:04.3921319Z [00:03:47.100]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:55:04.3922334Z [00:03:47.100]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:04.3923362Z [00:03:47.100]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build3999932643/b760/_pkg_.a
2025-08-20T21:55:04.3924331Z [00:03:47.100]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build3999932643/b752/_pkg_.a
2025-08-20T21:55:04.3925289Z [00:03:47.100]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator=/tmp/go-build3999932643/b1225/_pkg_.a
2025-08-20T21:55:04.3926498Z [00:03:47.100]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter=/tmp/go-build3999932643/b1115/_pkg_.a
2025-08-20T21:55:04.3927603Z [00:03:47.100]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh=/tmp/go-build3999932643/b1114/_pkg_.a
2025-08-20T21:55:04.3928594Z [00:03:47.100]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build3999932643/b1078/_pkg_.a
2025-08-20T21:55:04.3929455Z [00:03:47.100]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build3999932643/b759/_pkg_.a
2025-08-20T21:55:04.3930255Z [00:03:47.100]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build3999932643/b744/_pkg_.a
2025-08-20T21:55:04.3931046Z [00:03:47.100]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:04.3931740Z [00:03:47.100]➜  packagefile github.com/projectdiscovery/utils/context=/tmp/go-build3999932643/b447/_pkg_.a
2025-08-20T21:55:04.3932412Z [00:03:47.100]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:55:04.3933237Z [00:03:47.100]➜  packagefile github.com/projectdiscovery/utils/os=/tmp/go-build3999932643/b189/_pkg_.a
2025-08-20T21:55:04.3933759Z [00:03:47.100]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:04.3934186Z [00:03:47.100]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:04.3934608Z [00:03:47.100]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:04.3935025Z [00:03:47.100]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:04.3935327Z [00:03:47.100]➜  EOF
2025-08-20T21:55:04.3947993Z [00:03:47.102]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1216/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/code=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/code;$WORK/b1216=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/code -lang=go1.24 -complete -installsuffix shared -buildid OYFd_3EeyCzRpqq1F9JT/OYFd_3EeyCzRpqq1F9JT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1216/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/code/code.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/code/helpers.go
2025-08-20T21:55:04.5211776Z [00:03:47.230]➜  go tool buildid -w $WORK/b1227/_pkg_.a # internal
﻿2025-08-20T21:55:04.5362164Z [00:03:47.245]➜  cp $WORK/b1227/_pkg_.a /root/.cache/go-build/bf/bf74547f798496d5f184012e8884c15b1e8bfce4afef340bfee37cb01663ec34-d # internal
2025-08-20T21:55:04.5363784Z [00:03:47.245]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolinit
2025-08-20T21:55:04.5365041Z [00:03:47.245]➜  mkdir -p $WORK/b1226/
2025-08-20T21:55:04.5365439Z [00:03:47.245]➜  cat >/tmp/go-build3999932643/b1226/importcfg << 'EOF' # internal
2025-08-20T21:55:04.5365786Z [00:03:47.245]➜  # import config
2025-08-20T21:55:04.5366329Z [00:03:47.245]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/compiler=/tmp/go-build3999932643/b811/_pkg_.a
2025-08-20T21:55:04.5367188Z [00:03:47.245]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:55:04.5368453Z [00:03:47.245]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/dns/dnsclientpool=/tmp/go-build3999932643/b742/_pkg_.a
2025-08-20T21:55:04.5369449Z [00:03:47.245]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httpclientpool=/tmp/go-build3999932643/b1227/_pkg_.a
2025-08-20T21:55:04.5370436Z [00:03:47.245]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/signerpool=/tmp/go-build3999932643/b1229/_pkg_.a
2025-08-20T21:55:04.5371384Z [00:03:47.245]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/network/networkclientpool=/tmp/go-build3999932643/b1301/_pkg_.a
2025-08-20T21:55:04.5372349Z [00:03:47.245]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/whois/rdapclientpool=/tmp/go-build3999932643/b1302/_pkg_.a
2025-08-20T21:55:04.5373398Z [00:03:47.245]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:04.5374100Z [00:03:47.245]➜  packagefile github.com/projectdiscovery/utils/global=/tmp/go-build3999932643/b1312/_pkg_.a
2025-08-20T21:55:04.5374528Z [00:03:47.245]➜  EOF
2025-08-20T21:55:04.5376789Z [00:03:47.245]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1226/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolinit=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolinit;$WORK/b1226=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolinit -lang=go1.24 -complete -installsuffix shared -buildid Shcpnd0yb0bq_8AJJkSi/Shcpnd0yb0bq_8AJJkSi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1226/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolinit/init.go
2025-08-20T21:55:04.5630027Z [00:03:47.272]➜  go tool buildid -w $WORK/b1321/_pkg_.a # internal
2025-08-20T21:55:04.5872382Z [00:03:47.296]➜  go tool buildid -w $WORK/b1226/_pkg_.a # internal
2025-08-20T21:55:04.5879129Z [00:03:47.296]➜  cp $WORK/b1226/_pkg_.a /root/.cache/go-build/ca/caf24c3ac95500c10509e9c0669ad6f65fd5d634541fde59deeb386d2e99bc55-d # internal
2025-08-20T21:55:04.5879840Z [00:03:47.296]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/dns
2025-08-20T21:55:04.5880213Z [00:03:47.296]➜  mkdir -p $WORK/b1314/
2025-08-20T21:55:04.5880588Z [00:03:47.296]➜  cat >/tmp/go-build3999932643/b1314/importcfg << 'EOF' # internal
2025-08-20T21:55:04.5880945Z [00:03:47.296]➜  # import config
2025-08-20T21:55:04.5881281Z [00:03:47.296]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:04.5881732Z [00:03:47.296]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:55:04.5882170Z [00:03:47.296]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:04.5882593Z [00:03:47.296]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:04.5883075Z [00:03:47.296]➜  packagefile github.com/cespare/xxhash=/tmp/go-build3999932643/b670/_pkg_.a
2025-08-20T21:55:04.5883693Z [00:03:47.296]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build3999932643/b654/_pkg_.a
2025-08-20T21:55:04.5884243Z [00:03:47.296]➜  packagefile github.com/miekg/dns=/tmp/go-build3999932643/b223/_pkg_.a
2025-08-20T21:55:04.5885108Z [00:03:47.296]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:04.5885812Z [00:03:47.296]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:04.5886601Z [00:03:47.296]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build3999932643/b714/_pkg_.a
2025-08-20T21:55:04.5887338Z [00:03:47.296]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build3999932643/b715/_pkg_.a
2025-08-20T21:55:04.5888335Z [00:03:47.296]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build3999932643/b716/_pkg_.a
2025-08-20T21:55:04.5889173Z [00:03:47.296]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build3999932643/b746/_pkg_.a
2025-08-20T21:55:04.5889940Z [00:03:47.296]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:55:04.5890801Z [00:03:47.296]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:04.5891718Z [00:03:47.296]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build3999932643/b760/_pkg_.a
2025-08-20T21:55:04.5892630Z [00:03:47.296]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions=/tmp/go-build3999932643/b747/_pkg_.a
2025-08-20T21:55:04.5893539Z [00:03:47.296]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build3999932643/b752/_pkg_.a
2025-08-20T21:55:04.5902612Z [00:03:47.296]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator=/tmp/go-build3999932643/b1225/_pkg_.a
2025-08-20T21:55:04.5903707Z [00:03:47.296]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter=/tmp/go-build3999932643/b1115/_pkg_.a
2025-08-20T21:55:04.5904716Z [00:03:47.296]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/replacer=/tmp/go-build3999932643/b749/_pkg_.a
2025-08-20T21:55:04.5905649Z [00:03:47.296]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build3999932643/b1078/_pkg_.a
2025-08-20T21:55:04.5906568Z [00:03:47.296]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/dns/dnsclientpool=/tmp/go-build3999932643/b742/_pkg_.a
2025-08-20T21:55:04.5907624Z [00:03:47.296]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build3999932643/b759/_pkg_.a
2025-08-20T21:55:04.5908513Z [00:03:47.296]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build3999932643/b744/_pkg_.a
2025-08-20T21:55:04.5909271Z [00:03:47.296]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:04.5910007Z [00:03:47.296]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:55:04.5910720Z [00:03:47.296]➜  packagefile github.com/projectdiscovery/retryabledns=/tmp/go-build3999932643/b328/_pkg_.a
2025-08-20T21:55:04.5911379Z [00:03:47.296]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:55:04.5912015Z [00:03:47.296]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build3999932643/b333/_pkg_.a
2025-08-20T21:55:04.5912658Z [00:03:47.296]➜  packagefile github.com/projectdiscovery/utils/sync=/tmp/go-build3999932643/b1081/_pkg_.a
2025-08-20T21:55:04.5913240Z [00:03:47.296]➜  packagefile go.uber.org/multierr=/tmp/go-build3999932643/b335/_pkg_.a
2025-08-20T21:55:04.5913755Z [00:03:47.296]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3999932643/b183/_pkg_.a
2025-08-20T21:55:04.5914225Z [00:03:47.297]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:55:04.5914641Z [00:03:47.297]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:04.5915058Z [00:03:47.297]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:04.5915765Z [00:03:47.297]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:04.5916151Z [00:03:47.297]➜  EOF
2025-08-20T21:55:04.5919267Z [00:03:47.297]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1314/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/dns;$WORK/b1314=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/dns -lang=go1.24 -complete -installsuffix shared -buildid -Xu0WIF814qzoBzFPjIy/-Xu0WIF814qzoBzFPjIy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1314/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns/cluster.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns/dns.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns/dns_types.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns/operators.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns/request.go
2025-08-20T21:55:04.5946505Z [00:03:47.302]➜  cp $WORK/b1321/_pkg_.a /root/.cache/go-build/4b/4b126e89757abcc53d993fd4394e385b5d162af194b40d7fcd1ab794bfb9240b-d # internal
2025-08-20T21:55:04.5948690Z [00:03:47.302]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/file
2025-08-20T21:55:04.5949077Z [00:03:47.302]➜  mkdir -p $WORK/b1315/
2025-08-20T21:55:04.5949459Z [00:03:47.303]➜  cat >/tmp/go-build3999932643/b1315/importcfg << 'EOF' # internal
2025-08-20T21:55:04.5949806Z [00:03:47.303]➜  # import config
2025-08-20T21:55:04.5950141Z [00:03:47.303]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:04.5950811Z [00:03:47.303]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:04.5951261Z [00:03:47.303]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:55:04.5951690Z [00:03:47.303]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:04.5952183Z [00:03:47.303]➜  packagefile github.com/docker/go-units=/tmp/go-build3999932643/b345/_pkg_.a
2025-08-20T21:55:04.5952736Z [00:03:47.303]➜  packagefile github.com/h2non/filetype=/tmp/go-build3999932643/b1316/_pkg_.a
2025-08-20T21:55:04.5953299Z [00:03:47.303]➜  packagefile github.com/mholt/archives=/tmp/go-build3999932643/b250/_pkg_.a
2025-08-20T21:55:04.5953836Z [00:03:47.303]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:04.5954421Z [00:03:47.303]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:04.5955105Z [00:03:47.303]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build3999932643/b714/_pkg_.a
2025-08-20T21:55:04.5955854Z [00:03:47.303]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build3999932643/b715/_pkg_.a
2025-08-20T21:55:04.5956656Z [00:03:47.303]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build3999932643/b716/_pkg_.a
2025-08-20T21:55:04.5957668Z [00:03:47.303]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build3999932643/b746/_pkg_.a
2025-08-20T21:55:04.5958524Z [00:03:47.303]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:55:04.5959272Z [00:03:47.303]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:04.5960111Z [00:03:47.303]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build3999932643/b760/_pkg_.a
2025-08-20T21:55:04.5961024Z [00:03:47.303]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build3999932643/b752/_pkg_.a
2025-08-20T21:55:04.5961978Z [00:03:47.303]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator=/tmp/go-build3999932643/b1225/_pkg_.a
2025-08-20T21:55:04.5963022Z [00:03:47.303]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter=/tmp/go-build3999932643/b1115/_pkg_.a
2025-08-20T21:55:04.5964215Z [00:03:47.303]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build3999932643/b744/_pkg_.a
2025-08-20T21:55:04.5965069Z [00:03:47.303]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:04.5965853Z [00:03:47.303]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:55:04.5966511Z [00:03:47.303]➜  packagefile github.com/projectdiscovery/utils/folder=/tmp/go-build3999932643/b221/_pkg_.a
2025-08-20T21:55:04.5967174Z [00:03:47.303]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build3999932643/b190/_pkg_.a
2025-08-20T21:55:04.5968168Z [00:03:47.303]➜  packagefile github.com/projectdiscovery/utils/sync=/tmp/go-build3999932643/b1081/_pkg_.a
2025-08-20T21:55:04.5968691Z [00:03:47.303]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:04.5969229Z [00:03:47.303]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:55:04.5969681Z [00:03:47.303]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:55:04.5970084Z [00:03:47.303]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:04.5970512Z [00:03:47.303]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:04.5970957Z [00:03:47.303]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:04.5971371Z [00:03:47.303]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:04.5971860Z [00:03:47.303]➜  EOF
2025-08-20T21:55:04.5974574Z [00:03:47.303]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1315/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/file=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/file;$WORK/b1315=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/file -lang=go1.24 -complete -installsuffix shared -buildid uoGx4XWJAzOmVRHVs_XD/uoGx4XWJAzOmVRHVs_XD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1315/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/file/file.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/file/find.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/file/operators.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/file/request.go
2025-08-20T21:55:04.6808881Z [00:03:47.390]➜  go tool buildid -w $WORK/b1357/_pkg_.a # internal
2025-08-20T21:55:04.7070408Z [00:03:47.416]➜  cp $WORK/b1357/_pkg_.a /root/.cache/go-build/ea/ea390465671caefb802847bb2d903a073c2244801b428e07774432d76fce8525-d # internal
2025-08-20T21:55:04.7072957Z [00:03:47.416]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/headless
2025-08-20T21:55:04.7074141Z [00:03:47.416]➜  mkdir -p $WORK/b1320/
2025-08-20T21:55:04.7075426Z [00:03:47.417]➜  cat >/tmp/go-build3999932643/b1320/importcfg << 'EOF' # internal
2025-08-20T21:55:04.7075799Z [00:03:47.417]➜  # import config
2025-08-20T21:55:04.7076135Z [00:03:47.417]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:04.7076622Z [00:03:47.417]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:04.7077236Z [00:03:47.417]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:04.7080080Z [00:03:47.417]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz=/tmp/go-build3999932643/b1321/_pkg_.a
2025-08-20T21:55:04.7080808Z [00:03:47.417]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build3999932643/b714/_pkg_.a
2025-08-20T21:55:04.7081612Z [00:03:47.417]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/userAgent=/tmp/go-build3999932643/b1327/_pkg_.a
2025-08-20T21:55:04.7082413Z [00:03:47.417]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build3999932643/b715/_pkg_.a
2025-08-20T21:55:04.7083214Z [00:03:47.417]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build3999932643/b716/_pkg_.a
2025-08-20T21:55:04.7084055Z [00:03:47.417]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build3999932643/b746/_pkg_.a
2025-08-20T21:55:04.7085291Z [00:03:47.417]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:55:04.7086148Z [00:03:47.417]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:04.7086994Z [00:03:47.417]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build3999932643/b760/_pkg_.a
2025-08-20T21:55:04.7088093Z [00:03:47.417]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build3999932643/b752/_pkg_.a
2025-08-20T21:55:04.7089061Z [00:03:47.417]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator=/tmp/go-build3999932643/b1225/_pkg_.a
2025-08-20T21:55:04.7090219Z [00:03:47.417]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter=/tmp/go-build3999932643/b1115/_pkg_.a
2025-08-20T21:55:04.7091278Z [00:03:47.417]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh=/tmp/go-build3999932643/b1114/_pkg_.a
2025-08-20T21:55:04.7092179Z [00:03:47.417]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/headless/engine=/tmp/go-build3999932643/b1209/_pkg_.a
2025-08-20T21:55:04.7093017Z [00:03:47.417]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build3999932643/b759/_pkg_.a
2025-08-20T21:55:04.7093953Z [00:03:47.417]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build3999932643/b744/_pkg_.a
2025-08-20T21:55:04.7094702Z [00:03:47.417]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:04.7095411Z [00:03:47.417]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:55:04.7096086Z [00:03:47.417]➜  packagefile github.com/projectdiscovery/useragent=/tmp/go-build3999932643/b700/_pkg_.a
2025-08-20T21:55:04.7096745Z [00:03:47.417]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:55:04.7107935Z [00:03:47.417]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:55:04.7108622Z [00:03:47.417]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:55:04.7109045Z [00:03:47.417]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:04.7109485Z [00:03:47.417]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:04.7109912Z [00:03:47.417]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:04.7110325Z [00:03:47.417]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:04.7110625Z [00:03:47.417]➜  EOF
2025-08-20T21:55:04.7113244Z [00:03:47.417]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1320/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/headless;$WORK/b1320=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/headless -lang=go1.24 -complete -installsuffix shared -buildid -QvMto6aPAI6LgWsPoKY/-QvMto6aPAI6LgWsPoKY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1320/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/headless.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/operators.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/request.go
2025-08-20T21:55:05.3002500Z [00:03:48.010]➜  go tool buildid -w $WORK/b1216/_pkg_.a # internal
2025-08-20T21:55:05.3233321Z [00:03:48.033]➜  cp $WORK/b1216/_pkg_.a /root/.cache/go-build/66/6655ccb2a3ee6e026038aabb3a9de2a7e1d04d96a6f11f2c16fc0a0dfc3db1a6-d # internal
2025-08-20T21:55:05.3262929Z [00:03:48.036]➜  github.com/projectdiscovery/nuclei/v3/pkg/fuzz/analyzers
2025-08-20T21:55:05.3263385Z [00:03:48.036]➜  mkdir -p $WORK/b1329/
2025-08-20T21:55:05.3265272Z [00:03:48.036]➜  cat >/tmp/go-build3999932643/b1329/importcfg << 'EOF' # internal
2025-08-20T21:55:05.3265636Z [00:03:48.036]➜  # import config
2025-08-20T21:55:05.3266269Z [00:03:48.036]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz=/tmp/go-build3999932643/b1321/_pkg_.a
2025-08-20T21:55:05.3267045Z [00:03:48.036]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:55:05.3267869Z [00:03:48.036]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:55:05.3268331Z [00:03:48.036]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:05.3268759Z [00:03:48.036]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:05.3269176Z [00:03:48.036]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:05.3269484Z [00:03:48.036]➜  EOF
2025-08-20T21:55:05.3271841Z [00:03:48.036]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1329/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/analyzers=>github.com/projectdiscovery/nuclei/v3/pkg/fuzz/analyzers;$WORK/b1329=>" -p github.com/projectdiscovery/nuclei/v3/pkg/fuzz/analyzers -lang=go1.24 -complete -installsuffix shared -buildid lZNOr2y1XhWfRHi702Qa/lZNOr2y1XhWfRHi702Qa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1329/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/analyzers/analyzers.go
2025-08-20T21:55:05.4109324Z [00:03:48.118]➜  go tool buildid -w $WORK/b1314/_pkg_.a # internal
2025-08-20T21:55:05.4148132Z [00:03:48.124]➜  go tool buildid -w $WORK/b1329/_pkg_.a # internal
2025-08-20T21:55:05.4163583Z [00:03:48.126]➜  cp $WORK/b1329/_pkg_.a /root/.cache/go-build/a8/a895288d01806685dc9f7f18e00d6f18edb0ceb6859869115e93b5c210783997-d # internal
2025-08-20T21:55:05.4191302Z [00:03:48.128]➜  github.com/projectdiscovery/nuclei/v3/pkg/fuzz/analyzers/time
2025-08-20T21:55:05.4192451Z [00:03:48.129]➜  mkdir -p $WORK/b1330/
2025-08-20T21:55:05.4195482Z [00:03:48.129]➜  cat >/tmp/go-build3999932643/b1330/importcfg << 'EOF' # internal
2025-08-20T21:55:05.4196094Z [00:03:48.129]➜  # import config
2025-08-20T21:55:05.4199177Z [00:03:48.129]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:05.4199611Z [00:03:48.129]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:05.4200106Z [00:03:48.129]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:05.4200701Z [00:03:48.129]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:05.4201444Z [00:03:48.129]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/analyzers=/tmp/go-build3999932643/b1329/_pkg_.a
2025-08-20T21:55:05.4202197Z [00:03:48.129]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:55:05.4202736Z [00:03:48.129]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:05.4203143Z [00:03:48.129]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:55:05.4203610Z [00:03:48.129]➜  packagefile net/http/httptrace=/tmp/go-build3999932643/b217/_pkg_.a
2025-08-20T21:55:05.4204084Z [00:03:48.129]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:05.4204509Z [00:03:48.129]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:05.4204920Z [00:03:48.129]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:05.4205224Z [00:03:48.129]➜  EOF
2025-08-20T21:55:05.4207984Z [00:03:48.129]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1330/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/analyzers/time=>github.com/projectdiscovery/nuclei/v3/pkg/fuzz/analyzers/time;$WORK/b1330=>" -p github.com/projectdiscovery/nuclei/v3/pkg/fuzz/analyzers/time -lang=go1.24 -complete -installsuffix shared -buildid aJBlVkLUzlKBaYzBP2Gj/aJBlVkLUzlKBaYzBP2Gj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1330/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/analyzers/time/analyzer.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/analyzers/time/time_delay.go
2025-08-20T21:55:05.4340438Z [00:03:48.143]➜  cp $WORK/b1314/_pkg_.a /root/.cache/go-build/7f/7ff7a321fc55f90135bd09bab496036ecebba1c6dbc2b9e472849bf3ece7f121-d # internal
2025-08-20T21:55:05.4360392Z [00:03:48.145]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/javascript
2025-08-20T21:55:05.4369454Z [00:03:48.146]➜  mkdir -p $WORK/b1336/
2025-08-20T21:55:05.4369955Z [00:03:48.146]➜  cat >/tmp/go-build3999932643/b1336/importcfg << 'EOF' # internal
2025-08-20T21:55:05.4370332Z [00:03:48.146]➜  # import config
2025-08-20T21:55:05.4370671Z [00:03:48.146]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:05.4371095Z [00:03:48.146]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:05.4371511Z [00:03:48.146]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:05.4371993Z [00:03:48.146]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:55:05.4372591Z [00:03:48.146]➜  packagefile github.com/alecthomas/chroma/quick=/tmp/go-build3999932643/b764/_pkg_.a
2025-08-20T21:55:05.4373269Z [00:03:48.146]➜  packagefile github.com/ditashi/jsbeautifier-go/jsbeautifier=/tmp/go-build3999932643/b1217/_pkg_.a
2025-08-20T21:55:05.4373882Z [00:03:48.146]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:05.4374468Z [00:03:48.146]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:05.4375559Z [00:03:48.146]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/compiler=/tmp/go-build3999932643/b811/_pkg_.a
2025-08-20T21:55:05.4376318Z [00:03:48.146]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build3999932643/b835/_pkg_.a
2025-08-20T21:55:05.4377046Z [00:03:48.146]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build3999932643/b714/_pkg_.a
2025-08-20T21:55:05.4378049Z [00:03:48.146]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build3999932643/b715/_pkg_.a
2025-08-20T21:55:05.4378882Z [00:03:48.146]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build3999932643/b716/_pkg_.a
2025-08-20T21:55:05.4379719Z [00:03:48.146]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build3999932643/b746/_pkg_.a
2025-08-20T21:55:05.4380487Z [00:03:48.146]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:55:05.4381242Z [00:03:48.146]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:05.4382080Z [00:03:48.146]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build3999932643/b760/_pkg_.a
2025-08-20T21:55:05.4382993Z [00:03:48.146]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions=/tmp/go-build3999932643/b747/_pkg_.a
2025-08-20T21:55:05.4383910Z [00:03:48.146]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build3999932643/b752/_pkg_.a
2025-08-20T21:55:05.4384866Z [00:03:48.146]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator=/tmp/go-build3999932643/b1225/_pkg_.a
2025-08-20T21:55:05.4385812Z [00:03:48.146]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh=/tmp/go-build3999932643/b1114/_pkg_.a
2025-08-20T21:55:05.4386737Z [00:03:48.146]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:55:05.4387810Z [00:03:48.146]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build3999932643/b1078/_pkg_.a
2025-08-20T21:55:05.4388916Z [00:03:48.146]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build3999932643/b759/_pkg_.a
2025-08-20T21:55:05.4389900Z [00:03:48.146]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build3999932643/b744/_pkg_.a
2025-08-20T21:55:05.4390726Z [00:03:48.146]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:05.4391474Z [00:03:48.146]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:55:05.4392121Z [00:03:48.146]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build3999932643/b333/_pkg_.a
2025-08-20T21:55:05.4392769Z [00:03:48.146]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:55:05.4393417Z [00:03:48.146]➜  packagefile github.com/projectdiscovery/utils/sync=/tmp/go-build3999932643/b1081/_pkg_.a
2025-08-20T21:55:05.4394057Z [00:03:48.146]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:55:05.4394575Z [00:03:48.146]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:55:05.4395029Z [00:03:48.146]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:05.4395492Z [00:03:48.146]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:05.4395931Z [00:03:48.146]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:05.4396362Z [00:03:48.146]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:05.4396667Z [00:03:48.146]➜  EOF
2025-08-20T21:55:05.4440336Z [00:03:48.146]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1336/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/javascript=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/javascript;$WORK/b1336=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/javascript -lang=go1.24 -complete -installsuffix shared -buildid OgYgDWfGPDSrZVnKo06T/OgYgDWfGPDSrZVnKo06T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1336/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/javascript/js.go
2025-08-20T21:55:05.4762126Z [00:03:48.185]➜  go tool buildid -w $WORK/b1315/_pkg_.a # internal
2025-08-20T21:55:05.5059044Z [00:03:48.215]➜  go tool buildid -w $WORK/b1330/_pkg_.a # internal
2025-08-20T21:55:05.5076576Z [00:03:48.217]➜  cp $WORK/b1330/_pkg_.a /root/.cache/go-build/b7/b79f39b8f253478dbdd85b0d18a93f23c69acbc828b42fbc8645e8fea26119a3-d # internal
2025-08-20T21:55:05.5085359Z [00:03:48.217]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/http
2025-08-20T21:55:05.5085824Z [00:03:48.217]➜  mkdir -p $WORK/b1328/
2025-08-20T21:55:05.5096768Z [00:03:48.218]➜  cat >/tmp/go-build3999932643/b1328/importcfg << 'EOF' # internal
2025-08-20T21:55:05.5097222Z [00:03:48.218]➜  # import config
2025-08-20T21:55:05.5097631Z [00:03:48.218]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:05.5098049Z [00:03:48.218]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:05.5098482Z [00:03:48.218]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:05.5098936Z [00:03:48.218]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:55:05.5099402Z [00:03:48.218]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:55:05.5099845Z [00:03:48.218]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:05.5100261Z [00:03:48.218]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:05.5100750Z [00:03:48.218]➜  packagefile github.com/cespare/xxhash=/tmp/go-build3999932643/b670/_pkg_.a
2025-08-20T21:55:05.5101325Z [00:03:48.218]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build3999932643/b654/_pkg_.a
2025-08-20T21:55:05.5101890Z [00:03:48.218]➜  packagefile github.com/json-iterator/go=/tmp/go-build3999932643/b243/_pkg_.a
2025-08-20T21:55:05.5102424Z [00:03:48.218]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:05.5103349Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build3999932643/b341/_pkg_.a
2025-08-20T21:55:05.5104247Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:05.5105078Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/authprovider=/tmp/go-build3999932643/b1097/_pkg_.a
2025-08-20T21:55:05.5105897Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz=/tmp/go-build3999932643/b1321/_pkg_.a
2025-08-20T21:55:05.5106656Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/analyzers=/tmp/go-build3999932643/b1329/_pkg_.a
2025-08-20T21:55:05.5107607Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/analyzers/time=/tmp/go-build3999932643/b1330/_pkg_.a
2025-08-20T21:55:05.5108471Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/stats=/tmp/go-build3999932643/b1101/_pkg_.a
2025-08-20T21:55:05.5109217Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build3999932643/b714/_pkg_.a
2025-08-20T21:55:05.5109965Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build3999932643/b715/_pkg_.a
2025-08-20T21:55:05.5110767Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build3999932643/b716/_pkg_.a
2025-08-20T21:55:05.5111597Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build3999932643/b746/_pkg_.a
2025-08-20T21:55:05.5112594Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:55:05.5113345Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:05.5114186Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build3999932643/b760/_pkg_.a
2025-08-20T21:55:05.5115103Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions=/tmp/go-build3999932643/b747/_pkg_.a
2025-08-20T21:55:05.5116018Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build3999932643/b752/_pkg_.a
2025-08-20T21:55:05.5116974Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator=/tmp/go-build3999932643/b1225/_pkg_.a
2025-08-20T21:55:05.5118193Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter=/tmp/go-build3999932643/b1115/_pkg_.a
2025-08-20T21:55:05.5119202Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh=/tmp/go-build3999932643/b1114/_pkg_.a
2025-08-20T21:55:05.5120128Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:55:05.5121068Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build3999932643/b1078/_pkg_.a
2025-08-20T21:55:05.5122011Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httpclientpool=/tmp/go-build3999932643/b1227/_pkg_.a
2025-08-20T21:55:05.5122920Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httputils=/tmp/go-build3999932643/b1331/_pkg_.a
2025-08-20T21:55:05.5123778Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/race=/tmp/go-build3999932643/b1332/_pkg_.a
2025-08-20T21:55:05.5124611Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/raw=/tmp/go-build3999932643/b1333/_pkg_.a
2025-08-20T21:55:05.5125456Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/signer=/tmp/go-build3999932643/b1230/_pkg_.a
2025-08-20T21:55:05.5126505Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/signerpool=/tmp/go-build3999932643/b1229/_pkg_.a
2025-08-20T21:55:05.5138991Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/network/networkclientpool=/tmp/go-build3999932643/b1301/_pkg_.a
2025-08-20T21:55:05.5140070Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build3999932643/b759/_pkg_.a
2025-08-20T21:55:05.5140913Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils/http=/tmp/go-build3999932643/b1210/_pkg_.a
2025-08-20T21:55:05.5141747Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build3999932643/b744/_pkg_.a
2025-08-20T21:55:05.5142502Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:05.5143263Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types/nucleierr=/tmp/go-build3999932643/b762/_pkg_.a
2025-08-20T21:55:05.5144074Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types/scanstrategy=/tmp/go-build3999932643/b1211/_pkg_.a
2025-08-20T21:55:05.5144848Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils=/tmp/go-build3999932643/b669/_pkg_.a
2025-08-20T21:55:05.5145583Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:55:05.5146344Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/stats=/tmp/go-build3999932643/b1334/_pkg_.a
2025-08-20T21:55:05.5147314Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/rawhttp=/tmp/go-build3999932643/b677/_pkg_.a
2025-08-20T21:55:05.5148176Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:55:05.5148852Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/useragent=/tmp/go-build3999932643/b700/_pkg_.a
2025-08-20T21:55:05.5149530Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/utils/conversion=/tmp/go-build3999932643/b230/_pkg_.a
2025-08-20T21:55:05.5150221Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:55:05.5150872Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:55:05.5151520Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/utils/http=/tmp/go-build3999932643/b702/_pkg_.a
2025-08-20T21:55:05.5152160Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build3999932643/b333/_pkg_.a
2025-08-20T21:55:05.5152808Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/utils/reader=/tmp/go-build3999932643/b470/_pkg_.a
2025-08-20T21:55:05.5153511Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build3999932643/b190/_pkg_.a
2025-08-20T21:55:05.5154183Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:55:05.5154843Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/utils/unit=/tmp/go-build3999932643/b745/_pkg_.a
2025-08-20T21:55:05.5155489Z [00:03:48.218]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:55:05.5156063Z [00:03:48.218]➜  packagefile go.uber.org/multierr=/tmp/go-build3999932643/b335/_pkg_.a
2025-08-20T21:55:05.5156511Z [00:03:48.218]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:05.5156915Z [00:03:48.218]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:55:05.5157325Z [00:03:48.218]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:55:05.5157914Z [00:03:48.218]➜  packagefile moul.io/http2curl=/tmp/go-build3999932643/b1335/_pkg_.a
2025-08-20T21:55:05.5158367Z [00:03:48.218]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:05.5158936Z [00:03:48.218]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:05.5159483Z [00:03:48.218]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:05.5159970Z [00:03:48.218]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:55:05.5160427Z [00:03:48.218]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:05.5160855Z [00:03:48.218]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:05.5161265Z [00:03:48.218]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:05.5161697Z [00:03:48.218]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:05.5162124Z [00:03:48.218]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:05.5162424Z [00:03:48.218]➜  EOF
2025-08-20T21:55:05.5167647Z [00:03:48.218]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1328/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/http;$WORK/b1328=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/http -lang=go1.24 -complete -installsuffix shared -buildid A3c5PdfsQALCSkK6S0Wq/A3c5PdfsQALCSkK6S0Wq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1328/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/build_request.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/cluster.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/http.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/http_method_types.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/operators.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/request.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/request_annotations.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/request_condition.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/request_fuzz.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/request_generator.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/signature.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/utils.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/validate.go
2025-08-20T21:55:05.5176191Z [00:03:48.227]➜  cp $WORK/b1315/_pkg_.a /root/.cache/go-build/fe/fede2551e6516c3a88399a0b5e504c7eee3331817c4ff775dae038d063af8c0d-d # internal
2025-08-20T21:55:05.5176871Z [00:03:48.227]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/network
2025-08-20T21:55:05.5183779Z [00:03:48.227]➜  mkdir -p $WORK/b1337/
2025-08-20T21:55:05.5194851Z [00:03:48.228]➜  cat >/tmp/go-build3999932643/b1337/importcfg << 'EOF' # internal
2025-08-20T21:55:05.5195228Z [00:03:48.228]➜  # import config
2025-08-20T21:55:05.5195631Z [00:03:48.228]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:55:05.5196074Z [00:03:48.228]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:05.5196480Z [00:03:48.228]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:05.5196976Z [00:03:48.228]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build3999932643/b654/_pkg_.a
2025-08-20T21:55:05.5197700Z [00:03:48.228]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:05.5198421Z [00:03:48.228]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build3999932643/b341/_pkg_.a
2025-08-20T21:55:05.5199108Z [00:03:48.228]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:05.5199791Z [00:03:48.228]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build3999932643/b714/_pkg_.a
2025-08-20T21:55:05.5200529Z [00:03:48.228]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build3999932643/b715/_pkg_.a
2025-08-20T21:55:05.5201339Z [00:03:48.228]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build3999932643/b716/_pkg_.a
2025-08-20T21:55:05.5202170Z [00:03:48.228]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build3999932643/b746/_pkg_.a
2025-08-20T21:55:05.5203172Z [00:03:48.228]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:55:05.5204114Z [00:03:48.228]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:05.5205020Z [00:03:48.228]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build3999932643/b760/_pkg_.a
2025-08-20T21:55:05.5205941Z [00:03:48.228]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions=/tmp/go-build3999932643/b747/_pkg_.a
2025-08-20T21:55:05.5206851Z [00:03:48.228]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build3999932643/b752/_pkg_.a
2025-08-20T21:55:05.5207994Z [00:03:48.228]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator=/tmp/go-build3999932643/b1225/_pkg_.a
2025-08-20T21:55:05.5209058Z [00:03:48.228]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter=/tmp/go-build3999932643/b1115/_pkg_.a
2025-08-20T21:55:05.5210058Z [00:03:48.228]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh=/tmp/go-build3999932643/b1114/_pkg_.a
2025-08-20T21:55:05.5210960Z [00:03:48.228]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/replacer=/tmp/go-build3999932643/b749/_pkg_.a
2025-08-20T21:55:05.5211878Z [00:03:48.228]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build3999932643/b1078/_pkg_.a
2025-08-20T21:55:05.5213016Z [00:03:48.228]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/network/networkclientpool=/tmp/go-build3999932643/b1301/_pkg_.a
2025-08-20T21:55:05.5213904Z [00:03:48.228]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build3999932643/b759/_pkg_.a
2025-08-20T21:55:05.5214709Z [00:03:48.228]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build3999932643/b744/_pkg_.a
2025-08-20T21:55:05.5215466Z [00:03:48.228]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:05.5216206Z [00:03:48.228]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:55:05.5216908Z [00:03:48.228]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:55:05.5228662Z [00:03:48.228]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:55:05.5229478Z [00:03:48.228]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:55:05.5230148Z [00:03:48.228]➜  packagefile github.com/projectdiscovery/utils/reader=/tmp/go-build3999932643/b470/_pkg_.a
2025-08-20T21:55:05.5230808Z [00:03:48.228]➜  packagefile github.com/projectdiscovery/utils/sync=/tmp/go-build3999932643/b1081/_pkg_.a
2025-08-20T21:55:05.5231392Z [00:03:48.228]➜  packagefile go.uber.org/multierr=/tmp/go-build3999932643/b335/_pkg_.a
2025-08-20T21:55:05.5231914Z [00:03:48.228]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3999932643/b183/_pkg_.a
2025-08-20T21:55:05.5232383Z [00:03:48.228]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:55:05.5232791Z [00:03:48.228]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:05.5233207Z [00:03:48.228]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:05.5233613Z [00:03:48.228]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:05.5234022Z [00:03:48.228]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:05.5234449Z [00:03:48.228]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:05.5234860Z [00:03:48.228]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:05.5235291Z [00:03:48.228]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:05.5235965Z [00:03:48.228]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:05.5236395Z [00:03:48.228]➜  EOF
2025-08-20T21:55:05.5239511Z [00:03:48.228]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1337/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/network=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/network;$WORK/b1337=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/network -lang=go1.24 -complete -installsuffix shared -buildid MTuhcjQGkqLWoVLdojtZ/MTuhcjQGkqLWoVLdojtZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1337/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/network/network.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/network/network_input_types.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/network/operators.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/network/request.go
2025-08-20T21:55:05.6783017Z [00:03:48.387]➜  go tool buildid -w $WORK/b1320/_pkg_.a # internal
2025-08-20T21:55:05.6990780Z [00:03:48.408]➜  cp $WORK/b1320/_pkg_.a /root/.cache/go-build/d7/d7c4de16673b4645686bd65f88ba28541f65c78716fa9822bde6d780d9e0292f-d # internal
2025-08-20T21:55:05.6994982Z [00:03:48.409]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/offlinehttp
2025-08-20T21:55:05.6995444Z [00:03:48.409]➜  mkdir -p $WORK/b1338/
2025-08-20T21:55:05.6998047Z [00:03:48.409]➜  cat >/tmp/go-build3999932643/b1338/importcfg << 'EOF' # internal
2025-08-20T21:55:05.6998424Z [00:03:48.409]➜  # import config
2025-08-20T21:55:05.6998772Z [00:03:48.409]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:05.6999520Z [00:03:48.409]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:05.7003715Z [00:03:48.409]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:05.7005261Z [00:03:48.409]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:05.7005871Z [00:03:48.409]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:05.7006560Z [00:03:48.409]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build3999932643/b714/_pkg_.a
2025-08-20T21:55:05.7007314Z [00:03:48.409]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build3999932643/b715/_pkg_.a
2025-08-20T21:55:05.7008285Z [00:03:48.409]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build3999932643/b716/_pkg_.a
2025-08-20T21:55:05.7009123Z [00:03:48.409]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build3999932643/b746/_pkg_.a
2025-08-20T21:55:05.7009900Z [00:03:48.409]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:55:05.7010643Z [00:03:48.409]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:05.7011485Z [00:03:48.409]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build3999932643/b760/_pkg_.a
2025-08-20T21:55:05.7012403Z [00:03:48.409]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build3999932643/b752/_pkg_.a
2025-08-20T21:55:05.7013353Z [00:03:48.409]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator=/tmp/go-build3999932643/b1225/_pkg_.a
2025-08-20T21:55:05.7019156Z [00:03:48.409]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter=/tmp/go-build3999932643/b1115/_pkg_.a
2025-08-20T21:55:05.7020158Z [00:03:48.409]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build3999932643/b759/_pkg_.a
2025-08-20T21:55:05.7020951Z [00:03:48.409]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build3999932643/b744/_pkg_.a
2025-08-20T21:55:05.7021921Z [00:03:48.409]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:05.7022715Z [00:03:48.409]➜  packagefile github.com/projectdiscovery/utils/conversion=/tmp/go-build3999932643/b230/_pkg_.a
2025-08-20T21:55:05.7023627Z [00:03:48.409]➜  packagefile github.com/projectdiscovery/utils/sync=/tmp/go-build3999932643/b1081/_pkg_.a
2025-08-20T21:55:05.7024335Z [00:03:48.409]➜  packagefile github.com/projectdiscovery/utils/unit=/tmp/go-build3999932643/b745/_pkg_.a
2025-08-20T21:55:05.7024848Z [00:03:48.409]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:05.7025252Z [00:03:48.409]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:55:05.7025665Z [00:03:48.409]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:55:05.7026083Z [00:03:48.409]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:05.7026549Z [00:03:48.409]➜  packagefile net/http/httputil=/tmp/go-build3999932643/b235/_pkg_.a
2025-08-20T21:55:05.7026992Z [00:03:48.409]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:05.7027566Z [00:03:48.409]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:05.7028087Z [00:03:48.409]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:05.7028513Z [00:03:48.409]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:05.7028929Z [00:03:48.409]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:05.7029230Z [00:03:48.409]➜  EOF
2025-08-20T21:55:05.7032783Z [00:03:48.410]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1338/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/offlinehttp=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/offlinehttp;$WORK/b1338=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/offlinehttp -lang=go1.24 -complete -installsuffix shared -buildid gwbf_3YoWMWX9bgmNVhd/gwbf_3YoWMWX9bgmNVhd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1338/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/offlinehttp/find.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/offlinehttp/offlinehttp.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/offlinehttp/operators.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/offlinehttp/read_response.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/offlinehttp/request.go
2025-08-20T21:55:06.4628492Z [00:03:49.172]➜  go tool buildid -w $WORK/b1336/_pkg_.a # internal
2025-08-20T21:55:06.4872288Z [00:03:49.196]➜  go tool buildid -w $WORK/b1337/_pkg_.a # internal
2025-08-20T21:55:06.4905911Z [00:03:49.200]➜  cp $WORK/b1336/_pkg_.a /root/.cache/go-build/61/61a216078fa691e415b505d9ac693cc17c255d0533c750672f44cce3964b08d0-d # internal
2025-08-20T21:55:06.4908870Z [00:03:49.200]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/ssl
2025-08-20T21:55:06.4910040Z [00:03:49.200]➜  mkdir -p $WORK/b1339/
2025-08-20T21:55:06.4911243Z [00:03:49.200]➜  cat >/tmp/go-build3999932643/b1339/importcfg << 'EOF' # internal
2025-08-20T21:55:06.4911916Z [00:03:49.201]➜  # import config
2025-08-20T21:55:06.4912562Z [00:03:49.201]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:06.4913426Z [00:03:49.201]➜  packagefile github.com/cespare/xxhash=/tmp/go-build3999932643/b670/_pkg_.a
2025-08-20T21:55:06.4914646Z [00:03:49.201]➜  packagefile github.com/fatih/structs=/tmp/go-build3999932643/b1199/_pkg_.a
2025-08-20T21:55:06.4915880Z [00:03:49.201]➜  packagefile github.com/json-iterator/go=/tmp/go-build3999932643/b243/_pkg_.a
2025-08-20T21:55:06.4918709Z [00:03:49.201]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:06.4919689Z [00:03:49.201]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build3999932643/b341/_pkg_.a
2025-08-20T21:55:06.4921192Z [00:03:49.201]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:06.4922178Z [00:03:49.201]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build3999932643/b714/_pkg_.a
2025-08-20T21:55:06.4923640Z [00:03:49.201]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build3999932643/b715/_pkg_.a
2025-08-20T21:55:06.4925285Z [00:03:49.201]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build3999932643/b716/_pkg_.a
2025-08-20T21:55:06.4948601Z [00:03:49.201]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build3999932643/b746/_pkg_.a
2025-08-20T21:55:06.4949967Z [00:03:49.201]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:55:06.4951278Z [00:03:49.201]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:06.4952998Z [00:03:49.201]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build3999932643/b760/_pkg_.a
2025-08-20T21:55:06.4954445Z [00:03:49.201]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions=/tmp/go-build3999932643/b747/_pkg_.a
2025-08-20T21:55:06.4955874Z [00:03:49.201]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build3999932643/b752/_pkg_.a
2025-08-20T21:55:06.4960014Z [00:03:49.201]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator=/tmp/go-build3999932643/b1225/_pkg_.a
2025-08-20T21:55:06.4961190Z [00:03:49.201]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter=/tmp/go-build3999932643/b1115/_pkg_.a
2025-08-20T21:55:06.4962393Z [00:03:49.201]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build3999932643/b1078/_pkg_.a
2025-08-20T21:55:06.4963376Z [00:03:49.201]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/network/networkclientpool=/tmp/go-build3999932643/b1301/_pkg_.a
2025-08-20T21:55:06.4964266Z [00:03:49.201]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build3999932643/b759/_pkg_.a
2025-08-20T21:55:06.4965066Z [00:03:49.201]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build3999932643/b744/_pkg_.a
2025-08-20T21:55:06.4965839Z [00:03:49.201]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:06.4966575Z [00:03:49.201]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx=/tmp/go-build3999932643/b1340/_pkg_.a
2025-08-20T21:55:06.4967285Z [00:03:49.201]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/clients=/tmp/go-build3999932643/b681/_pkg_.a
2025-08-20T21:55:06.4968225Z [00:03:49.201]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/openssl=/tmp/go-build3999932643/b1342/_pkg_.a
2025-08-20T21:55:06.4968926Z [00:03:49.201]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:55:06.4969596Z [00:03:49.201]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:55:06.4970128Z [00:03:49.201]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:55:06.4970538Z [00:03:49.201]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:06.4970956Z [00:03:49.201]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:06.4971376Z [00:03:49.201]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:06.4971683Z [00:03:49.201]➜  EOF
2025-08-20T21:55:06.4973638Z [00:03:49.201]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1339/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/ssl=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/ssl;$WORK/b1339=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/ssl -lang=go1.24 -complete -installsuffix shared -buildid TKSRX8MMn6Ac4tgJznqY/TKSRX8MMn6Ac4tgJznqY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1339/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/ssl/ssl.go
2025-08-20T21:55:06.5226869Z [00:03:49.232]➜  cp $WORK/b1337/_pkg_.a /root/.cache/go-build/d2/d2b372116aad43124e5a61c99caa702de7859d1a7f41f41518d0828b769a06e8-d # internal
2025-08-20T21:55:06.5235354Z [00:03:49.232]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/websocket
2025-08-20T21:55:06.5235817Z [00:03:49.232]➜  mkdir -p $WORK/b1345/
2025-08-20T21:55:06.5236210Z [00:03:49.232]➜  cat >/tmp/go-build3999932643/b1345/importcfg << 'EOF' # internal
2025-08-20T21:55:06.5236558Z [00:03:49.232]➜  # import config
2025-08-20T21:55:06.5236918Z [00:03:49.232]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:55:06.5237461Z [00:03:49.232]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:06.5238094Z [00:03:49.232]➜  packagefile github.com/gobwas/ws=/tmp/go-build3999932643/b1346/_pkg_.a
2025-08-20T21:55:06.5238655Z [00:03:49.232]➜  packagefile github.com/gobwas/ws/wsutil=/tmp/go-build3999932643/b1351/_pkg_.a
2025-08-20T21:55:06.5239195Z [00:03:49.232]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:06.5239836Z [00:03:49.232]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build3999932643/b341/_pkg_.a
2025-08-20T21:55:06.5240535Z [00:03:49.232]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:06.5241432Z [00:03:49.232]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build3999932643/b715/_pkg_.a
2025-08-20T21:55:06.5242295Z [00:03:49.232]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build3999932643/b716/_pkg_.a
2025-08-20T21:55:06.5243299Z [00:03:49.232]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build3999932643/b746/_pkg_.a
2025-08-20T21:55:06.5244071Z [00:03:49.232]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:55:06.5244814Z [00:03:49.232]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:06.5245654Z [00:03:49.232]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build3999932643/b760/_pkg_.a
2025-08-20T21:55:06.5246576Z [00:03:49.232]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions=/tmp/go-build3999932643/b747/_pkg_.a
2025-08-20T21:55:06.5247636Z [00:03:49.232]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build3999932643/b752/_pkg_.a
2025-08-20T21:55:06.5248657Z [00:03:49.232]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator=/tmp/go-build3999932643/b1225/_pkg_.a
2025-08-20T21:55:06.5249707Z [00:03:49.232]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter=/tmp/go-build3999932643/b1115/_pkg_.a
2025-08-20T21:55:06.5250718Z [00:03:49.232]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build3999932643/b1078/_pkg_.a
2025-08-20T21:55:06.5251678Z [00:03:49.232]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/network/networkclientpool=/tmp/go-build3999932643/b1301/_pkg_.a
2025-08-20T21:55:06.5252571Z [00:03:49.232]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build3999932643/b759/_pkg_.a
2025-08-20T21:55:06.5253371Z [00:03:49.232]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build3999932643/b744/_pkg_.a
2025-08-20T21:55:06.5254123Z [00:03:49.232]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:06.5254804Z [00:03:49.232]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:55:06.5255312Z [00:03:49.232]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:06.5255716Z [00:03:49.232]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:55:06.5256119Z [00:03:49.232]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:06.5256756Z [00:03:49.232]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:06.5257252Z [00:03:49.232]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:06.5257825Z [00:03:49.232]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:55:06.5258246Z [00:03:49.232]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:06.5258698Z [00:03:49.232]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:06.5259006Z [00:03:49.232]➜  EOF
2025-08-20T21:55:06.5261105Z [00:03:49.232]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1345/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/websocket=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/websocket;$WORK/b1345=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/websocket -lang=go1.24 -complete -installsuffix shared -buildid 9Y-mXYwYgtkj1RTzU27D/9Y-mXYwYgtkj1RTzU27D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1345/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/websocket/websocket.go
2025-08-20T21:55:06.6468752Z [00:03:49.354]➜  go tool buildid -w $WORK/b1338/_pkg_.a # internal
2025-08-20T21:55:06.6597564Z [00:03:49.369]➜  cp $WORK/b1338/_pkg_.a /root/.cache/go-build/f5/f569a945c832251563eb2ee030e166f1657a561365cdfedfd6dad273773937e0-d # internal
2025-08-20T21:55:06.6623920Z [00:03:49.372]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/whois
2025-08-20T21:55:06.6626897Z [00:03:49.372]➜  mkdir -p $WORK/b1353/
2025-08-20T21:55:06.6629608Z [00:03:49.372]➜  cat >/tmp/go-build3999932643/b1353/importcfg << 'EOF' # internal
2025-08-20T21:55:06.6629988Z [00:03:49.372]➜  # import config
2025-08-20T21:55:06.6630414Z [00:03:49.372]➜  packagefile github.com/json-iterator/go=/tmp/go-build3999932643/b243/_pkg_.a
2025-08-20T21:55:06.6630960Z [00:03:49.372]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:06.6631548Z [00:03:49.372]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:06.6632281Z [00:03:49.372]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build3999932643/b715/_pkg_.a
2025-08-20T21:55:06.6633101Z [00:03:49.372]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build3999932643/b716/_pkg_.a
2025-08-20T21:55:06.6633935Z [00:03:49.372]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build3999932643/b746/_pkg_.a
2025-08-20T21:55:06.6634710Z [00:03:49.372]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:55:06.6635452Z [00:03:49.372]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:06.6636292Z [00:03:49.372]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build3999932643/b760/_pkg_.a
2025-08-20T21:55:06.6637200Z [00:03:49.372]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build3999932643/b752/_pkg_.a
2025-08-20T21:55:06.6638327Z [00:03:49.372]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator=/tmp/go-build3999932643/b1225/_pkg_.a
2025-08-20T21:55:06.6639377Z [00:03:49.372]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter=/tmp/go-build3999932643/b1115/_pkg_.a
2025-08-20T21:55:06.6640356Z [00:03:49.372]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/replacer=/tmp/go-build3999932643/b749/_pkg_.a
2025-08-20T21:55:06.6641272Z [00:03:49.372]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build3999932643/b1078/_pkg_.a
2025-08-20T21:55:06.6642131Z [00:03:49.372]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build3999932643/b759/_pkg_.a
2025-08-20T21:55:06.6643001Z [00:03:49.372]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/whois/rdapclientpool=/tmp/go-build3999932643/b1302/_pkg_.a
2025-08-20T21:55:06.6644264Z [00:03:49.372]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build3999932643/b744/_pkg_.a
2025-08-20T21:55:06.6645084Z [00:03:49.372]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:06.6645747Z [00:03:49.372]➜  packagefile github.com/projectdiscovery/rdap=/tmp/go-build3999932643/b1303/_pkg_.a
2025-08-20T21:55:06.6646399Z [00:03:49.372]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:06.6646825Z [00:03:49.372]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:06.6647240Z [00:03:49.372]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:06.6659758Z [00:03:49.372]➜  EOF
2025-08-20T21:55:06.6681799Z [00:03:49.372]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1353/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/whois=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/whois;$WORK/b1353=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/whois -lang=go1.24 -complete -installsuffix shared -buildid HsUxYpacusg73nAqv43x/HsUxYpacusg73nAqv43x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1353/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/whois/whois.go
2025-08-20T21:55:06.7234219Z [00:03:49.433]➜  go tool buildid -w $WORK/b1328/_pkg_.a # internal
2025-08-20T21:55:06.7421439Z [00:03:49.451]➜  cp $WORK/b1328/_pkg_.a /root/.cache/go-build/f4/f46fcac7318d4469f99d1921bb451370d80f3a0561daae7d0502c19cc4231141-d # internal
2025-08-20T21:55:06.7428482Z [00:03:49.452]➜  github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/generic
2025-08-20T21:55:06.7433479Z [00:03:49.453]➜  mkdir -p $WORK/b1359/
2025-08-20T21:55:06.7443522Z [00:03:49.454]➜  cat >/tmp/go-build3999932643/b1359/importcfg << 'EOF' # internal
2025-08-20T21:55:06.7447600Z [00:03:49.454]➜  # import config
2025-08-20T21:55:06.7454006Z [00:03:49.454]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:06.7454764Z [00:03:49.454]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:55:06.7455530Z [00:03:49.454]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:06.7456274Z [00:03:49.454]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/scan=/tmp/go-build3999932643/b1212/_pkg_.a
2025-08-20T21:55:06.7457040Z [00:03:49.454]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/utils=/tmp/go-build3999932643/b1360/_pkg_.a
2025-08-20T21:55:06.7457973Z [00:03:49.454]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:55:06.7458528Z [00:03:49.454]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:06.7458858Z [00:03:49.454]➜  EOF
2025-08-20T21:55:06.7461153Z [00:03:49.454]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1359/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/generic=>github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/generic;$WORK/b1359=>" -p github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/generic -lang=go1.24 -complete -installsuffix shared -buildid O4dOf4j-rL2gxE2CCm3v/O4dOf4j-rL2gxE2CCm3v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1359/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/generic/exec.go
2025-08-20T21:55:07.3574420Z [00:03:50.067]➜  go tool buildid -w $WORK/b1345/_pkg_.a # internal
2025-08-20T21:55:07.3700772Z [00:03:50.079]➜  cp $WORK/b1345/_pkg_.a /root/.cache/go-build/f6/f6e5559af24da8bfced6c933f0073409153657ba244d5d59ca2bd6b045946bc1-d # internal
2025-08-20T21:55:07.3730455Z [00:03:50.082]➜  github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/multiproto
2025-08-20T21:55:07.3731404Z [00:03:50.082]➜  mkdir -p $WORK/b1361/
2025-08-20T21:55:07.3734055Z [00:03:50.082]➜  cat >/tmp/go-build3999932643/b1361/importcfg << 'EOF' # internal
2025-08-20T21:55:07.3734948Z [00:03:50.082]➜  # import config
2025-08-20T21:55:07.3738000Z [00:03:50.082]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:55:07.3738782Z [00:03:50.082]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:07.3739629Z [00:03:50.082]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build3999932643/b752/_pkg_.a
2025-08-20T21:55:07.3740733Z [00:03:50.082]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/scan=/tmp/go-build3999932643/b1212/_pkg_.a
2025-08-20T21:55:07.3741507Z [00:03:50.082]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build3999932643/b744/_pkg_.a
2025-08-20T21:55:07.3742305Z [00:03:50.082]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/utils=/tmp/go-build3999932643/b1360/_pkg_.a
2025-08-20T21:55:07.3743032Z [00:03:50.082]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:55:07.3743701Z [00:03:50.082]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:55:07.3744358Z [00:03:50.082]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:07.3744877Z [00:03:50.082]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:07.3745215Z [00:03:50.082]➜  EOF
2025-08-20T21:55:07.3747830Z [00:03:50.082]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1361/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/multiproto=>github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/multiproto;$WORK/b1361=>" -p github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/multiproto -lang=go1.24 -complete -installsuffix shared -buildid QRJWmMm7DOzyOGCc31dS/QRJWmMm7DOzyOGCc31dS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1361/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/multiproto/doc.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/multiproto/multi.go
2025-08-20T21:55:07.4244427Z [00:03:50.133]➜  go tool buildid -w $WORK/b1339/_pkg_.a # internal
2025-08-20T21:55:07.4364805Z [00:03:50.146]➜  cp $WORK/b1339/_pkg_.a /root/.cache/go-build/d7/d7e0e8f42b4bdb68bac80a9965ba483c0901f15db59fad77422bb30f0def7546-d # internal
2025-08-20T21:55:07.4366160Z [00:03:50.146]➜  github.com/projectdiscovery/nuclei/v3/pkg/workflows
2025-08-20T21:55:07.4368856Z [00:03:50.146]➜  mkdir -p $WORK/b1363/
2025-08-20T21:55:07.4370230Z [00:03:50.146]➜  cat >/tmp/go-build3999932643/b1363/importcfg << 'EOF' # internal
2025-08-20T21:55:07.4372874Z [00:03:50.146]➜  # import config
2025-08-20T21:55:07.4373592Z [00:03:50.146]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:07.4376217Z [00:03:50.146]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/stringslice=/tmp/go-build3999932643/b668/_pkg_.a
2025-08-20T21:55:07.4379489Z [00:03:50.146]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build3999932643/b715/_pkg_.a
2025-08-20T21:55:07.4380777Z [00:03:50.146]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:07.4382216Z [00:03:50.146]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build3999932643/b744/_pkg_.a
2025-08-20T21:55:07.4382722Z [00:03:50.146]➜  EOF
2025-08-20T21:55:07.4384855Z [00:03:50.146]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1363/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/workflows=>github.com/projectdiscovery/nuclei/v3/pkg/workflows;$WORK/b1363=>" -p github.com/projectdiscovery/nuclei/v3/pkg/workflows -lang=go1.24 -complete -installsuffix shared -buildid ym1llisJPpZyCCGD3J3G/ym1llisJPpZyCCGD3J3G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1363/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/workflows/doc.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/workflows/workflows.go
2025-08-20T21:55:07.5885000Z [00:03:50.298]➜  go tool buildid -w $WORK/b1353/_pkg_.a # internal
2025-08-20T21:55:07.6038080Z [00:03:50.313]➜  cp $WORK/b1353/_pkg_.a /root/.cache/go-build/00/003f425c93dfe1472eaa94b1110728dc00c6edacb4e51f725f26e919b4739663-d # internal
2025-08-20T21:55:07.6233499Z [00:03:50.332]➜  go tool buildid -w $WORK/b1359/_pkg_.a # internal
2025-08-20T21:55:07.6241145Z [00:03:50.333]➜  github.com/getkin/kin-openapi/openapi3
2025-08-20T21:55:07.6243169Z [00:03:50.333]➜  mkdir -p $WORK/b1373/
2025-08-20T21:55:07.6268683Z [00:03:50.333]➜  cat >/tmp/go-build3999932643/b1373/importcfg << 'EOF' # internal
2025-08-20T21:55:07.6269262Z [00:03:50.333]➜  # import config
2025-08-20T21:55:07.6270632Z [00:03:50.333]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:07.6271072Z [00:03:50.333]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:07.6271523Z [00:03:50.333]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:07.6271983Z [00:03:50.333]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:07.6272403Z [00:03:50.333]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:07.6273113Z [00:03:50.333]➜  packagefile github.com/go-openapi/jsonpointer=/tmp/go-build3999932643/b1374/_pkg_.a
2025-08-20T21:55:07.6273766Z [00:03:50.333]➜  packagefile github.com/mohae/deepcopy=/tmp/go-build3999932643/b1378/_pkg_.a
2025-08-20T21:55:07.6274322Z [00:03:50.333]➜  packagefile github.com/oasdiff/yaml=/tmp/go-build3999932643/b1379/_pkg_.a
2025-08-20T21:55:07.6274910Z [00:03:50.333]➜  packagefile github.com/perimeterx/marshmallow=/tmp/go-build3999932643/b1381/_pkg_.a
2025-08-20T21:55:07.6275412Z [00:03:50.333]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:07.6275813Z [00:03:50.333]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:55:07.6276235Z [00:03:50.333]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:55:07.6276676Z [00:03:50.333]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:07.6277129Z [00:03:50.333]➜  packagefile net/netip=/tmp/go-build3999932643/b162/_pkg_.a
2025-08-20T21:55:07.6277783Z [00:03:50.333]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:07.6278201Z [00:03:50.333]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:07.6278601Z [00:03:50.333]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:55:07.6279046Z [00:03:50.333]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:07.6279490Z [00:03:50.333]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:07.6279908Z [00:03:50.333]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:07.6280319Z [00:03:50.333]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:07.6280736Z [00:03:50.333]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:07.6281398Z [00:03:50.333]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:07.6281925Z [00:03:50.333]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:07.6282420Z [00:03:50.333]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:55:07.6282755Z [00:03:50.333]➜  EOF
2025-08-20T21:55:07.6303054Z [00:03:50.333]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1373/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3=>github.com/getkin/kin-openapi@v0.132.0/openapi3;$WORK/b1373=>" -p github.com/getkin/kin-openapi/openapi3 -lang=go1.22 -complete -installsuffix shared -buildid oJVGUzC6nr8nBpIxD-PC/oJVGUzC6nr8nBpIxD-PC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1373/importcfg -pack /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/callback.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/components.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/contact.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/content.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/discriminator.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/doc.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/encoding.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/errors.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/example.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/example_validation.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/extension.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/external_docs.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/header.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/helpers.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/info.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/internalize_refs.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/license.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/link.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/loader.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/loader_uri_reader.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/maplike.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/marsh.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/media_type.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/openapi3.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/operation.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/origin.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/parameter.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/path_item.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/paths.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/ref.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/refs.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/request_body.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/response.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/schema.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/schema_formats.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/schema_pattern.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/schema_validation_settings.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/security_requirements.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/security_scheme.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/serialization_method.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/server.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/stringmap.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/tag.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/validation_options.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/visited.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi3/xml.go
2025-08-20T21:55:07.6518567Z [00:03:50.361]➜  cp $WORK/b1359/_pkg_.a /root/.cache/go-build/b9/b9c98061e73e95be55c9e0102430a8faa2b83558d97ca73ed282c5e541bc344c-d # internal
2025-08-20T21:55:07.6559666Z [00:03:50.363]➜  github.com/projectdiscovery/uncover/sources/agent/binaryedge
2025-08-20T21:55:07.6560218Z [00:03:50.364]➜  mkdir -p $WORK/b1394/
2025-08-20T21:55:07.6560612Z [00:03:50.364]➜  cat >/tmp/go-build3999932643/b1394/importcfg << 'EOF' # internal
2025-08-20T21:55:07.6561109Z [00:03:50.364]➜  # import config
2025-08-20T21:55:07.6561503Z [00:03:50.364]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:07.6562273Z [00:03:50.364]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:07.6562924Z [00:03:50.364]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:07.6564287Z [00:03:50.364]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build3999932643/b1393/_pkg_.a
2025-08-20T21:55:07.6565093Z [00:03:50.364]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:07.6565654Z [00:03:50.364]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:07.6566380Z [00:03:50.364]➜  EOF
2025-08-20T21:55:07.6569434Z [00:03:50.364]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1394/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/binaryedge=>github.com/projectdiscovery/uncover@v1.1.0/sources/agent/binaryedge;$WORK/b1394=>" -p github.com/projectdiscovery/uncover/sources/agent/binaryedge -lang=go1.22 -complete -installsuffix shared -buildid CriFCBPwn6O_YeLxrr_X/CriFCBPwn6O_YeLxrr_X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1394/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/binaryedge/binaryedge.go /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/binaryedge/response.go
2025-08-20T21:55:07.7935889Z [00:03:50.503]➜  go tool buildid -w $WORK/b1394/_pkg_.a # internal
2025-08-20T21:55:07.7965660Z [00:03:50.506]➜  cp $WORK/b1394/_pkg_.a /root/.cache/go-build/d4/d4af6fdfb6026d04b82c0ffe293e846fd2ca65d618f7330dbf08cd5fc1e2403c-d # internal
2025-08-20T21:55:07.7975784Z [00:03:50.507]➜  github.com/projectdiscovery/uncover/sources/agent/censys
2025-08-20T21:55:07.7978445Z [00:03:50.507]➜  mkdir -p $WORK/b1395/
2025-08-20T21:55:07.7986608Z [00:03:50.508]➜  cat >/tmp/go-build3999932643/b1395/importcfg << 'EOF' # internal
2025-08-20T21:55:07.7987675Z [00:03:50.508]➜  # import config
2025-08-20T21:55:07.7990594Z [00:03:50.508]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:07.7991134Z [00:03:50.508]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:07.7991582Z [00:03:50.508]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:07.7992161Z [00:03:50.508]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build3999932643/b1393/_pkg_.a
2025-08-20T21:55:07.7992733Z [00:03:50.508]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:07.7993163Z [00:03:50.508]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:07.7993489Z [00:03:50.508]➜  EOF
2025-08-20T21:55:07.7996391Z [00:03:50.508]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1395/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/censys=>github.com/projectdiscovery/uncover@v1.1.0/sources/agent/censys;$WORK/b1395=>" -p github.com/projectdiscovery/uncover/sources/agent/censys -lang=go1.22 -complete -installsuffix shared -buildid t_w7kSadmqbdmCOo6FM3/t_w7kSadmqbdmCOo6FM3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1395/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/censys/censys.go /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/censys/response.go
2025-08-20T21:55:08.0033113Z [00:03:50.712]➜  go tool buildid -w $WORK/b1395/_pkg_.a # internal
2025-08-20T21:55:08.0069153Z [00:03:50.715]➜  cp $WORK/b1395/_pkg_.a /root/.cache/go-build/3e/3e06a05a3cd53c399bf8ad6704aa6b82447a2c4c7da8769ec4bd6877e7bf72d8-d # internal
2025-08-20T21:55:08.0075211Z [00:03:50.716]➜  github.com/projectdiscovery/uncover/sources/agent/criminalip
2025-08-20T21:55:08.0075830Z [00:03:50.716]➜  mkdir -p $WORK/b1396/
2025-08-20T21:55:08.0082068Z [00:03:50.717]➜  cat >/tmp/go-build3999932643/b1396/importcfg << 'EOF' # internal
2025-08-20T21:55:08.0082798Z [00:03:50.717]➜  # import config
2025-08-20T21:55:08.0083528Z [00:03:50.717]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:08.0084348Z [00:03:50.717]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:08.0085120Z [00:03:50.717]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:08.0086056Z [00:03:50.717]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build3999932643/b1393/_pkg_.a
2025-08-20T21:55:08.0086984Z [00:03:50.717]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:08.0087707Z [00:03:50.717]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:08.0088151Z [00:03:50.717]➜  EOF
2025-08-20T21:55:08.0097618Z [00:03:50.718]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1396/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/criminalip=>github.com/projectdiscovery/uncover@v1.1.0/sources/agent/criminalip;$WORK/b1396=>" -p github.com/projectdiscovery/uncover/sources/agent/criminalip -lang=go1.22 -complete -installsuffix shared -buildid NgBn_UbElzE4ogDnsOkw/NgBn_UbElzE4ogDnsOkw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1396/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/criminalip/criminalip.go /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/criminalip/response.go
2025-08-20T21:55:08.1186452Z [00:03:50.828]➜  go tool buildid -w $WORK/b1396/_pkg_.a # internal
2025-08-20T21:55:08.1225196Z [00:03:50.832]➜  cp $WORK/b1396/_pkg_.a /root/.cache/go-build/7f/7f1c019c8f7b72bc856ad8f3c697fa6a201157770b6ec4f914c77cb20db55521-d # internal
2025-08-20T21:55:08.1235896Z [00:03:50.833]➜  github.com/projectdiscovery/uncover/sources/agent/driftnet
2025-08-20T21:55:08.1240758Z [00:03:50.833]➜  mkdir -p $WORK/b1397/
2025-08-20T21:55:08.1242239Z [00:03:50.833]➜  cat >/tmp/go-build3999932643/b1397/importcfg << 'EOF' # internal
2025-08-20T21:55:08.1242605Z [00:03:50.833]➜  # import config
2025-08-20T21:55:08.1242973Z [00:03:50.833]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:08.1243419Z [00:03:50.833]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:08.1243855Z [00:03:50.833]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:08.1244394Z [00:03:50.833]➜  packagefile github.com/projectdiscovery/mapcidr=/tmp/go-build3999932643/b327/_pkg_.a
2025-08-20T21:55:08.1245076Z [00:03:50.833]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build3999932643/b1393/_pkg_.a
2025-08-20T21:55:08.1245748Z [00:03:50.833]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build3999932643/b333/_pkg_.a
2025-08-20T21:55:08.1246280Z [00:03:50.833]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:08.1246704Z [00:03:50.833]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:08.1247124Z [00:03:50.833]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:08.1247718Z [00:03:50.833]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:08.1248138Z [00:03:50.833]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:08.1248757Z [00:03:50.833]➜  EOF
2025-08-20T21:55:08.1251568Z [00:03:50.834]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1397/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/driftnet=>github.com/projectdiscovery/uncover@v1.1.0/sources/agent/driftnet;$WORK/b1397=>" -p github.com/projectdiscovery/uncover/sources/agent/driftnet -lang=go1.22 -complete -installsuffix shared -buildid Lc6xJm16XJU4oKz03f4F/Lc6xJm16XJU4oKz03f4F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1397/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/driftnet/driftnet.go /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/driftnet/response.go
2025-08-20T21:55:08.1393754Z [00:03:50.849]➜  go tool buildid -w $WORK/b1361/_pkg_.a # internal
2025-08-20T21:55:08.1527458Z [00:03:50.862]➜  cp $WORK/b1361/_pkg_.a /root/.cache/go-build/2c/2cb895e2f69745510142de8914186015e0219ff94e58634d3b1a09ad5235c8b8-d # internal
2025-08-20T21:55:08.1528227Z [00:03:50.862]➜  github.com/projectdiscovery/nuclei/v3/pkg/tmplexec
2025-08-20T21:55:08.1528583Z [00:03:50.862]➜  mkdir -p $WORK/b1355/
2025-08-20T21:55:08.1535443Z [00:03:50.863]➜  cat >/tmp/go-build3999932643/b1355/importcfg << 'EOF' # internal
2025-08-20T21:55:08.1536185Z [00:03:50.863]➜  # import config
2025-08-20T21:55:08.1539234Z [00:03:50.863]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:08.1539757Z [00:03:50.863]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:08.1540580Z [00:03:50.863]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:55:08.1541186Z [00:03:50.863]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:08.1541914Z [00:03:50.863]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/compiler=/tmp/go-build3999932643/b811/_pkg_.a
2025-08-20T21:55:08.1542678Z [00:03:50.863]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build3999932643/b715/_pkg_.a
2025-08-20T21:55:08.1543504Z [00:03:50.863]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/common/dsl=/tmp/go-build3999932643/b728/_pkg_.a
2025-08-20T21:55:08.1544398Z [00:03:50.863]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:55:08.1545206Z [00:03:50.863]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:08.1546071Z [00:03:50.863]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/writer=/tmp/go-build3999932643/b1116/_pkg_.a
2025-08-20T21:55:08.1546894Z [00:03:50.863]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/scan=/tmp/go-build3999932643/b1212/_pkg_.a
2025-08-20T21:55:08.1547767Z [00:03:50.863]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/scan/events=/tmp/go-build3999932643/b1356/_pkg_.a
2025-08-20T21:55:08.1548601Z [00:03:50.863]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/flow=/tmp/go-build3999932643/b1357/_pkg_.a
2025-08-20T21:55:08.1549404Z [00:03:50.863]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/generic=/tmp/go-build3999932643/b1359/_pkg_.a
2025-08-20T21:55:08.1550236Z [00:03:50.863]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/multiproto=/tmp/go-build3999932643/b1361/_pkg_.a
2025-08-20T21:55:08.1550982Z [00:03:50.863]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:55:08.1551517Z [00:03:50.863]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:08.1551934Z [00:03:50.863]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:08.1552373Z [00:03:50.863]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:08.1552799Z [00:03:50.863]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:08.1553316Z [00:03:50.863]➜  EOF
2025-08-20T21:55:08.1555808Z [00:03:50.863]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1355/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec=>github.com/projectdiscovery/nuclei/v3/pkg/tmplexec;$WORK/b1355=>" -p github.com/projectdiscovery/nuclei/v3/pkg/tmplexec -lang=go1.24 -complete -installsuffix shared -buildid HAiVICZNWDm4UeVWlcyK/HAiVICZNWDm4UeVWlcyK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1355/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/doc.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/exec.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/interface.go
2025-08-20T21:55:08.1623524Z [00:03:50.871]➜  go tool buildid -w $WORK/b1363/_pkg_.a # internal
2025-08-20T21:55:08.1889227Z [00:03:50.898]➜  cp $WORK/b1363/_pkg_.a /root/.cache/go-build/b8/b808db55b9b3dd9d6f77d041354d519f5fc259c513f4b40533945a77268701ed-d # internal
2025-08-20T21:55:08.1896641Z [00:03:50.899]➜  github.com/projectdiscovery/uncover/sources/agent/fofa
2025-08-20T21:55:08.1899622Z [00:03:50.899]➜  mkdir -p $WORK/b1398/
2025-08-20T21:55:08.1933313Z [00:03:50.902]➜  cat >/tmp/go-build3999932643/b1398/importcfg << 'EOF' # internal
2025-08-20T21:55:08.1937674Z [00:03:50.902]➜  # import config
2025-08-20T21:55:08.1938090Z [00:03:50.902]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:08.1938579Z [00:03:50.902]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:08.1939024Z [00:03:50.902]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:08.1939773Z [00:03:50.902]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:08.1940346Z [00:03:50.902]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build3999932643/b1393/_pkg_.a
2025-08-20T21:55:08.1940905Z [00:03:50.902]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:08.1941334Z [00:03:50.902]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:08.1941654Z [00:03:50.902]➜  EOF
2025-08-20T21:55:08.1944363Z [00:03:50.903]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1398/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/fofa=>github.com/projectdiscovery/uncover@v1.1.0/sources/agent/fofa;$WORK/b1398=>" -p github.com/projectdiscovery/uncover/sources/agent/fofa -lang=go1.22 -complete -installsuffix shared -buildid mpGMRUGPyMArKBB2PaoR/mpGMRUGPyMArKBB2PaoR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1398/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/fofa/fofa.go /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/fofa/response.go
2025-08-20T21:55:08.2815663Z [00:03:50.991]➜  go tool buildid -w $WORK/b1397/_pkg_.a # internal
2025-08-20T21:55:08.2843793Z [00:03:50.993]➜  cp $WORK/b1397/_pkg_.a /root/.cache/go-build/47/47eca9f982383fae7a9c4963d8704c63f17cadab918c6b6cbcf6985bcaef4a12-d # internal
2025-08-20T21:55:08.2887998Z [00:03:50.998]➜  github.com/projectdiscovery/uncover/sources/agent/google
2025-08-20T21:55:08.2889014Z [00:03:50.998]➜  mkdir -p $WORK/b1399/
2025-08-20T21:55:08.2899476Z [00:03:50.999]➜  cat >/tmp/go-build3999932643/b1399/importcfg << 'EOF' # internal
2025-08-20T21:55:08.2900182Z [00:03:50.999]➜  # import config
2025-08-20T21:55:08.2900926Z [00:03:50.999]➜  packagefile compress/gzip=/tmp/go-build3999932643/b203/_pkg_.a
2025-08-20T21:55:08.2901988Z [00:03:50.999]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:08.2902527Z [00:03:50.999]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:08.2902956Z [00:03:50.999]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:08.2903528Z [00:03:50.999]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build3999932643/b1393/_pkg_.a
2025-08-20T21:55:08.2904091Z [00:03:50.999]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:08.2904519Z [00:03:50.999]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:08.2905165Z [00:03:50.999]➜  EOF
2025-08-20T21:55:08.2908460Z [00:03:50.999]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1399/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/google=>github.com/projectdiscovery/uncover@v1.1.0/sources/agent/google;$WORK/b1399=>" -p github.com/projectdiscovery/uncover/sources/agent/google -lang=go1.22 -complete -installsuffix shared -buildid jiN9yS6LMMjsQ4Hs6X-o/jiN9yS6LMMjsQ4Hs6X-o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1399/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/google/google.go /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/google/request.go /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/google/response.go
2025-08-20T21:55:08.3064887Z [00:03:51.016]➜  go tool buildid -w $WORK/b1398/_pkg_.a # internal
2025-08-20T21:55:08.3092258Z [00:03:51.018]➜  cp $WORK/b1398/_pkg_.a /root/.cache/go-build/b4/b46a1c35d361f02cb93fb27a68ac121b9ad1ce996401f859617e0994adde257c-d # internal
2025-08-20T21:55:08.3115521Z [00:03:51.021]➜  github.com/projectdiscovery/uncover/sources/agent/hunter
2025-08-20T21:55:08.3116377Z [00:03:51.021]➜  mkdir -p $WORK/b1400/
2025-08-20T21:55:08.3131971Z [00:03:51.022]➜  cat >/tmp/go-build3999932643/b1400/importcfg << 'EOF' # internal
2025-08-20T21:55:08.3132374Z [00:03:51.022]➜  # import config
2025-08-20T21:55:08.3133128Z [00:03:51.022]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:08.3133613Z [00:03:51.022]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:08.3134054Z [00:03:51.022]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:08.3134467Z [00:03:51.022]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:08.3135032Z [00:03:51.022]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build3999932643/b1393/_pkg_.a
2025-08-20T21:55:08.3135603Z [00:03:51.022]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:08.3135923Z [00:03:51.022]➜  EOF
2025-08-20T21:55:08.3139193Z [00:03:51.022]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1400/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/hunter=>github.com/projectdiscovery/uncover@v1.1.0/sources/agent/hunter;$WORK/b1400=>" -p github.com/projectdiscovery/uncover/sources/agent/hunter -lang=go1.22 -complete -installsuffix shared -buildid G31XHzzZkVyjhKeINFGJ/G31XHzzZkVyjhKeINFGJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1400/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/hunter/hunter.go /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/hunter/request.go /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/hunter/response.go
2025-08-20T21:55:08.4256489Z [00:03:51.135]➜  go tool buildid -w $WORK/b1399/_pkg_.a # internal
2025-08-20T21:55:08.4282772Z [00:03:51.137]➜  cp $WORK/b1399/_pkg_.a /root/.cache/go-build/3c/3c67a97cbd259cb8b36a3ae47b5d911f37b8dc82416bce760d8f4dc3d0b4cf6b-d # internal
2025-08-20T21:55:08.4367746Z [00:03:51.146]➜  github.com/projectdiscovery/uncover/sources/agent/hunterhow
2025-08-20T21:55:08.4368695Z [00:03:51.146]➜  mkdir -p $WORK/b1401/
2025-08-20T21:55:08.4369594Z [00:03:51.146]➜  cat >/tmp/go-build3999932643/b1401/importcfg << 'EOF' # internal
2025-08-20T21:55:08.4370490Z [00:03:51.146]➜  # import config
2025-08-20T21:55:08.4370918Z [00:03:51.146]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:08.4371408Z [00:03:51.146]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:08.4371854Z [00:03:51.146]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:08.4372429Z [00:03:51.146]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build3999932643/b1393/_pkg_.a
2025-08-20T21:55:08.4373408Z [00:03:51.146]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:08.4373957Z [00:03:51.146]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:08.4374445Z [00:03:51.146]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:08.4374755Z [00:03:51.146]➜  EOF
2025-08-20T21:55:08.4406539Z [00:03:51.150]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1401/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/hunterhow=>github.com/projectdiscovery/uncover@v1.1.0/sources/agent/hunterhow;$WORK/b1401=>" -p github.com/projectdiscovery/uncover/sources/agent/hunterhow -lang=go1.22 -complete -installsuffix shared -buildid mCW9kgHRT3aZm7OsD46g/mCW9kgHRT3aZm7OsD46g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1401/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/hunterhow/hunterhow.go /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/hunterhow/request.go /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/hunterhow/response.go
2025-08-20T21:55:08.4627556Z [00:03:51.172]➜  go tool buildid -w $WORK/b1400/_pkg_.a # internal
2025-08-20T21:55:08.4670759Z [00:03:51.176]➜  cp $WORK/b1400/_pkg_.a /root/.cache/go-build/bc/bcefe4882a3e081d469cca064802ff72b3f50bfe1505ac684b8c8dc3e9a6b90a-d # internal
2025-08-20T21:55:08.4723406Z [00:03:51.181]➜  github.com/projectdiscovery/uncover/sources/agent/netlas
2025-08-20T21:55:08.4725147Z [00:03:51.181]➜  mkdir -p $WORK/b1402/
2025-08-20T21:55:08.4725546Z [00:03:51.182]➜  cat >/tmp/go-build3999932643/b1402/importcfg << 'EOF' # internal
2025-08-20T21:55:08.4725900Z [00:03:51.182]➜  # import config
2025-08-20T21:55:08.4726260Z [00:03:51.182]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:08.4726706Z [00:03:51.182]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:08.4727115Z [00:03:51.182]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:08.4727886Z [00:03:51.182]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build3999932643/b1393/_pkg_.a
2025-08-20T21:55:08.4728617Z [00:03:51.182]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:08.4729184Z [00:03:51.182]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:08.4729606Z [00:03:51.182]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:08.4729919Z [00:03:51.182]➜  EOF
2025-08-20T21:55:08.4732927Z [00:03:51.182]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1402/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/netlas=>github.com/projectdiscovery/uncover@v1.1.0/sources/agent/netlas;$WORK/b1402=>" -p github.com/projectdiscovery/uncover/sources/agent/netlas -lang=go1.22 -complete -installsuffix shared -buildid Z7YyzfaJm3ywhs0nWDsS/Z7YyzfaJm3ywhs0nWDsS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1402/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/netlas/netlas.go /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/netlas/request.go /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/netlas/response.go
2025-08-20T21:55:08.5752853Z [00:03:51.284]➜  go tool buildid -w $WORK/b1401/_pkg_.a # internal
2025-08-20T21:55:08.5778452Z [00:03:51.287]➜  cp $WORK/b1401/_pkg_.a /root/.cache/go-build/8d/8daa4d4bf5d356481fc94edb12ac7d596c61bd63e3b2ad31c12159f84dabb1dd-d # internal
2025-08-20T21:55:08.5788502Z [00:03:51.288]➜  github.com/projectdiscovery/uncover/sources/agent/odin
2025-08-20T21:55:08.5792798Z [00:03:51.288]➜  mkdir -p $WORK/b1403/
2025-08-20T21:55:08.5793217Z [00:03:51.288]➜  cat >/tmp/go-build3999932643/b1403/importcfg << 'EOF' # internal
2025-08-20T21:55:08.5793575Z [00:03:51.288]➜  # import config
2025-08-20T21:55:08.5793912Z [00:03:51.288]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:08.5794713Z [00:03:51.288]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:08.5795266Z [00:03:51.288]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:08.5795753Z [00:03:51.288]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:08.5796365Z [00:03:51.288]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build3999932643/b1393/_pkg_.a
2025-08-20T21:55:08.5796948Z [00:03:51.288]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:08.5797272Z [00:03:51.288]➜  EOF
2025-08-20T21:55:08.5800080Z [00:03:51.289]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1403/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/odin=>github.com/projectdiscovery/uncover@v1.1.0/sources/agent/odin;$WORK/b1403=>" -p github.com/projectdiscovery/uncover/sources/agent/odin -lang=go1.22 -complete -installsuffix shared -buildid eMAKTBQnouHorHxyxU10/eMAKTBQnouHorHxyxU10 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1403/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/odin/odin.go /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/odin/response.go
2025-08-20T21:55:08.6961753Z [00:03:51.404]➜  go tool buildid -w $WORK/b1402/_pkg_.a # internal
2025-08-20T21:55:08.6984449Z [00:03:51.407]➜  cp $WORK/b1402/_pkg_.a /root/.cache/go-build/29/296efd7b47e4fe6cf77f30dddc7e08a0783413777f8eae49e0fab1f75c8fc6c4-d # internal
2025-08-20T21:55:08.7006623Z [00:03:51.410]➜  github.com/projectdiscovery/uncover/sources/agent/onyphe
2025-08-20T21:55:08.7007660Z [00:03:51.410]➜  mkdir -p $WORK/b1404/
2025-08-20T21:55:08.7042708Z [00:03:51.414]➜  cat >/tmp/go-build3999932643/b1404/importcfg << 'EOF' # internal
2025-08-20T21:55:08.7043467Z [00:03:51.414]➜  # import config
2025-08-20T21:55:08.7044387Z [00:03:51.414]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:08.7044914Z [00:03:51.414]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:08.7045353Z [00:03:51.414]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:08.7046236Z [00:03:51.414]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build3999932643/b1393/_pkg_.a
2025-08-20T21:55:08.7046838Z [00:03:51.414]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:08.7047255Z [00:03:51.414]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:08.7048139Z [00:03:51.414]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:08.7048461Z [00:03:51.414]➜  EOF
2025-08-20T21:55:08.7051135Z [00:03:51.414]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1404/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/onyphe=>github.com/projectdiscovery/uncover@v1.1.0/sources/agent/onyphe;$WORK/b1404=>" -p github.com/projectdiscovery/uncover/sources/agent/onyphe -lang=go1.22 -complete -installsuffix shared -buildid 5ZUU-wgGiIHIPbwswwwi/5ZUU-wgGiIHIPbwswwwi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1404/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/onyphe/onyphe.go /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/onyphe/response.go
2025-08-20T21:55:08.7335380Z [00:03:51.443]➜  go tool buildid -w $WORK/b1403/_pkg_.a # internal
2025-08-20T21:55:08.7401780Z [00:03:51.449]➜  cp $WORK/b1403/_pkg_.a /root/.cache/go-build/23/23ba0b56ff84bbc9b933df9a64255660730a13c739e3b36ae2c5f150f55b044d-d # internal
2025-08-20T21:55:08.7411944Z [00:03:51.450]➜  github.com/projectdiscovery/uncover/sources/agent/publicwww
2025-08-20T21:55:08.7412913Z [00:03:51.451]➜  mkdir -p $WORK/b1405/
2025-08-20T21:55:08.7416327Z [00:03:51.451]➜  cat >/tmp/go-build3999932643/b1405/importcfg << 'EOF' # internal
2025-08-20T21:55:08.7417083Z [00:03:51.451]➜  # import config
2025-08-20T21:55:08.7417748Z [00:03:51.451]➜  packagefile encoding/csv=/tmp/go-build3999932643/b621/_pkg_.a
2025-08-20T21:55:08.7418883Z [00:03:51.451]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:08.7419832Z [00:03:51.451]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:08.7420872Z [00:03:51.451]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build3999932643/b1393/_pkg_.a
2025-08-20T21:55:08.7421630Z [00:03:51.451]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:08.7422456Z [00:03:51.451]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:08.7423288Z [00:03:51.451]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:08.7423993Z [00:03:51.451]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:08.7424641Z [00:03:51.451]➜  EOF
2025-08-20T21:55:08.7440477Z [00:03:51.453]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1405/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/publicwww=>github.com/projectdiscovery/uncover@v1.1.0/sources/agent/publicwww;$WORK/b1405=>" -p github.com/projectdiscovery/uncover/sources/agent/publicwww -lang=go1.22 -complete -installsuffix shared -buildid JvowPDciS7vITxM7Li9x/JvowPDciS7vITxM7Li9x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1405/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/publicwww/publicwww.go /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/publicwww/request.go
2025-08-20T21:55:08.7515760Z [00:03:51.461]➜  go tool buildid -w $WORK/b1373/_pkg_.a # internal
2025-08-20T21:55:08.7900279Z [00:03:51.499]➜  cp $WORK/b1373/_pkg_.a /root/.cache/go-build/8c/8c928a026e5a982c176b9cbaeadd0bf1f34a19b7eca1d1361c4f8a394b8acc97-d # internal
2025-08-20T21:55:08.7928523Z [00:03:51.502]➜  github.com/projectdiscovery/nuclei/v3/pkg/input/formats/openapi
2025-08-20T21:55:08.7929712Z [00:03:51.502]➜  mkdir -p $WORK/b1372/
2025-08-20T21:55:08.7930483Z [00:03:51.502]➜  cat >/tmp/go-build3999932643/b1372/importcfg << 'EOF' # internal
2025-08-20T21:55:08.7931267Z [00:03:51.502]➜  # import config
2025-08-20T21:55:08.7931820Z [00:03:51.502]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:08.7932853Z [00:03:51.502]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:08.7933651Z [00:03:51.502]➜  packagefile github.com/clbanning/mxj/v2=/tmp/go-build3999932643/b1326/_pkg_.a
2025-08-20T21:55:08.7934415Z [00:03:51.502]➜  packagefile github.com/getkin/kin-openapi/openapi3=/tmp/go-build3999932643/b1373/_pkg_.a
2025-08-20T21:55:08.7935404Z [00:03:51.502]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:08.7936238Z [00:03:51.502]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:08.7937561Z [00:03:51.502]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build3999932643/b620/_pkg_.a
2025-08-20T21:55:08.7939371Z [00:03:51.502]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats=/tmp/go-build3999932643/b1367/_pkg_.a
2025-08-20T21:55:08.7940308Z [00:03:51.502]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/types=/tmp/go-build3999932643/b712/_pkg_.a
2025-08-20T21:55:08.7941184Z [00:03:51.502]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:08.7942009Z [00:03:51.502]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:55:08.7942820Z [00:03:51.502]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:55:08.7943583Z [00:03:51.502]➜  packagefile github.com/projectdiscovery/utils/generic=/tmp/go-build3999932643/b701/_pkg_.a
2025-08-20T21:55:08.7944329Z [00:03:51.502]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:55:08.7945261Z [00:03:51.502]➜  packagefile github.com/valyala/fasttemplate=/tmp/go-build3999932643/b1087/_pkg_.a
2025-08-20T21:55:08.7946002Z [00:03:51.502]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:08.7946557Z [00:03:51.502]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:55:08.7947083Z [00:03:51.502]➜  packagefile mime/multipart=/tmp/go-build3999932643/b215/_pkg_.a
2025-08-20T21:55:08.7947762Z [00:03:51.502]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:08.7948393Z [00:03:51.502]➜  packagefile net/http/httputil=/tmp/go-build3999932643/b235/_pkg_.a
2025-08-20T21:55:08.7948987Z [00:03:51.502]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:08.7949512Z [00:03:51.502]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:08.7950015Z [00:03:51.502]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:55:08.7950539Z [00:03:51.502]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:08.7950951Z [00:03:51.502]➜  EOF
2025-08-20T21:55:08.7953687Z [00:03:51.503]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1372/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/openapi=>github.com/projectdiscovery/nuclei/v3/pkg/input/formats/openapi;$WORK/b1372=>" -p github.com/projectdiscovery/nuclei/v3/pkg/input/formats/openapi -lang=go1.24 -complete -installsuffix shared -buildid siZ8QCPLyMRN5hp42t4k/siZ8QCPLyMRN5hp42t4k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1372/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/openapi/examples.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/openapi/generator.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/openapi/openapi.go
2025-08-20T21:55:08.8614276Z [00:03:51.570]➜  go tool buildid -w $WORK/b1404/_pkg_.a # internal
2025-08-20T21:55:08.8714466Z [00:03:51.580]➜  cp $WORK/b1404/_pkg_.a /root/.cache/go-build/e4/e446840e7a8dade7718f09b053e21e8535d13eee1727dbfc88e96b3be44f2f98-d # internal
2025-08-20T21:55:08.8765570Z [00:03:51.586]➜  go tool buildid -w $WORK/b1405/_pkg_.a # internal
2025-08-20T21:55:08.8777070Z [00:03:51.587]➜  github.com/getkin/kin-openapi/openapi2
2025-08-20T21:55:08.8800018Z [00:03:51.587]➜  mkdir -p $WORK/b1383/
2025-08-20T21:55:08.8800709Z [00:03:51.587]➜  cat >/tmp/go-build3999932643/b1383/importcfg << 'EOF' # internal
2025-08-20T21:55:08.8801124Z [00:03:51.587]➜  # import config
2025-08-20T21:55:08.8801537Z [00:03:51.587]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:08.8801990Z [00:03:51.587]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:08.8802529Z [00:03:51.587]➜  packagefile github.com/getkin/kin-openapi/openapi3=/tmp/go-build3999932643/b1373/_pkg_.a
2025-08-20T21:55:08.8803157Z [00:03:51.587]➜  packagefile github.com/go-openapi/jsonpointer=/tmp/go-build3999932643/b1374/_pkg_.a
2025-08-20T21:55:08.8803736Z [00:03:51.587]➜  packagefile github.com/oasdiff/yaml=/tmp/go-build3999932643/b1379/_pkg_.a
2025-08-20T21:55:08.8804326Z [00:03:51.587]➜  packagefile github.com/perimeterx/marshmallow=/tmp/go-build3999932643/b1381/_pkg_.a
2025-08-20T21:55:08.8804852Z [00:03:51.587]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:08.8805291Z [00:03:51.587]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:08.8805709Z [00:03:51.587]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:08.8806120Z [00:03:51.587]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:08.8806434Z [00:03:51.587]➜  EOF
2025-08-20T21:55:08.8812062Z [00:03:51.587]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1383/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi2=>github.com/getkin/kin-openapi@v0.132.0/openapi2;$WORK/b1383=>" -p github.com/getkin/kin-openapi/openapi2 -lang=go1.22 -complete -installsuffix shared -buildid YSutcve_Nno8xyvvwamw/YSutcve_Nno8xyvvwamw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1383/importcfg -pack /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi2/doc.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi2/header.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi2/helpers.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi2/marsh.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi2/openapi2.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi2/operation.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi2/parameter.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi2/path_item.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi2/ref.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi2/refs.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi2/response.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi2/schema.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi2/security_scheme.go
2025-08-20T21:55:08.8819632Z [00:03:51.589]➜  cp $WORK/b1405/_pkg_.a /root/.cache/go-build/83/835094b9a1cc6d0cccc7233d9b009274c1f07fc5c7c9bef323953a76cd885cab-d # internal
2025-08-20T21:55:08.8820377Z [00:03:51.591]➜  github.com/projectdiscovery/uncover/sources/agent/quake
2025-08-20T21:55:08.8831974Z [00:03:51.592]➜  mkdir -p $WORK/b1406/
2025-08-20T21:55:08.8839685Z [00:03:51.593]➜  cat >/tmp/go-build3999932643/b1406/importcfg << 'EOF' # internal
2025-08-20T21:55:08.8840051Z [00:03:51.593]➜  # import config
2025-08-20T21:55:08.8840680Z [00:03:51.593]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:08.8841126Z [00:03:51.593]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:08.8843564Z [00:03:51.593]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:08.8844094Z [00:03:51.593]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:08.8844739Z [00:03:51.593]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build3999932643/b1393/_pkg_.a
2025-08-20T21:55:08.8845516Z [00:03:51.593]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build3999932643/b617/_pkg_.a
2025-08-20T21:55:08.8846126Z [00:03:51.593]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:08.8846759Z [00:03:51.593]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:08.8848081Z [00:03:51.593]➜  EOF
2025-08-20T21:55:08.8884299Z [00:03:51.597]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1406/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/quake=>github.com/projectdiscovery/uncover@v1.1.0/sources/agent/quake;$WORK/b1406=>" -p github.com/projectdiscovery/uncover/sources/agent/quake -lang=go1.22 -complete -installsuffix shared -buildid 3jVYVx4e06j4RBy4RsiG/3jVYVx4e06j4RBy4RsiG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1406/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/quake/quake.go /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/quake/request.go /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/quake/response.go
2025-08-20T21:55:09.0051419Z [00:03:51.714]➜  go tool buildid -w $WORK/b1383/_pkg_.a # internal
2025-08-20T21:55:09.0072032Z [00:03:51.716]➜  go tool buildid -w $WORK/b1372/_pkg_.a # internal
2025-08-20T21:55:09.0102870Z [00:03:51.720]➜  cp $WORK/b1383/_pkg_.a /root/.cache/go-build/be/bed1e98c95ab4841b47a2466284d669c696ce329a7510eb4dcc4bb551c57afc6-d # internal
2025-08-20T21:55:09.0105228Z [00:03:51.720]➜  cp $WORK/b1372/_pkg_.a /root/.cache/go-build/9e/9e82475567e3310286ee075222405919598e59cebea96cc93d24de7c9f505364-d # internal
2025-08-20T21:55:09.0127084Z [00:03:51.721]➜  github.com/getkin/kin-openapi/openapi2conv
2025-08-20T21:55:09.0127935Z [00:03:51.722]➜  mkdir -p $WORK/b1384/
2025-08-20T21:55:09.0130709Z [00:03:51.722]➜  cat >/tmp/go-build3999932643/b1384/importcfg << 'EOF' # internal
2025-08-20T21:55:09.0131664Z [00:03:51.722]➜  # import config
2025-08-20T21:55:09.0134277Z [00:03:51.722]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:09.0135050Z [00:03:51.722]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.0135753Z [00:03:51.722]➜  packagefile github.com/getkin/kin-openapi/openapi2=/tmp/go-build3999932643/b1383/_pkg_.a
2025-08-20T21:55:09.0138687Z [00:03:51.722]➜  packagefile github.com/getkin/kin-openapi/openapi3=/tmp/go-build3999932643/b1373/_pkg_.a
2025-08-20T21:55:09.0139404Z [00:03:51.722]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:09.0139981Z [00:03:51.722]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:09.0140523Z [00:03:51.722]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:09.0141750Z [00:03:51.722]➜  EOF
2025-08-20T21:55:09.0150592Z [00:03:51.722]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1384/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi2conv=>github.com/getkin/kin-openapi@v0.132.0/openapi2conv;$WORK/b1384=>" -p github.com/getkin/kin-openapi/openapi2conv -lang=go1.22 -complete -installsuffix shared -buildid XmlW6L9T-IiYOesi65wf/XmlW6L9T-IiYOesi65wf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1384/importcfg -pack /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi2conv/doc.go /root/go/pkg/mod/github.com/getkin/kin-openapi@v0.132.0/openapi2conv/openapi2_conv.go
2025-08-20T21:55:09.0153071Z [00:03:51.723]➜  github.com/projectdiscovery/uncover/sources/agent/shodan
2025-08-20T21:55:09.0153441Z [00:03:51.723]➜  mkdir -p $WORK/b1407/
2025-08-20T21:55:09.0153813Z [00:03:51.723]➜  cat >/tmp/go-build3999932643/b1407/importcfg << 'EOF' # internal
2025-08-20T21:55:09.0154158Z [00:03:51.723]➜  # import config
2025-08-20T21:55:09.0154517Z [00:03:51.723]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:09.0154960Z [00:03:51.723]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:09.0155379Z [00:03:51.723]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.0155944Z [00:03:51.723]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build3999932643/b1393/_pkg_.a
2025-08-20T21:55:09.0156638Z [00:03:51.723]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:09.0157137Z [00:03:51.723]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:09.0157593Z [00:03:51.723]➜  EOF
2025-08-20T21:55:09.0160233Z [00:03:51.724]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1407/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/shodan=>github.com/projectdiscovery/uncover@v1.1.0/sources/agent/shodan;$WORK/b1407=>" -p github.com/projectdiscovery/uncover/sources/agent/shodan -lang=go1.22 -complete -installsuffix shared -buildid 28-6O5qE8minPQ4Oo89q/28-6O5qE8minPQ4Oo89q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1407/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/shodan/response.go /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/shodan/shodan.go
2025-08-20T21:55:09.0369998Z [00:03:51.746]➜  go tool buildid -w $WORK/b1406/_pkg_.a # internal
2025-08-20T21:55:09.0398043Z [00:03:51.749]➜  cp $WORK/b1406/_pkg_.a /root/.cache/go-build/70/702e1cc9cecd26180ab7c586631dab17415e5154edf40e46d9d0f2a85a5ed804-d # internal
2025-08-20T21:55:09.0410235Z [00:03:51.750]➜  github.com/projectdiscovery/uncover/sources/agent/shodanidb
2025-08-20T21:55:09.0434628Z [00:03:51.750]➜  mkdir -p $WORK/b1408/
2025-08-20T21:55:09.0435050Z [00:03:51.750]➜  cat >/tmp/go-build3999932643/b1408/importcfg << 'EOF' # internal
2025-08-20T21:55:09.0435402Z [00:03:51.750]➜  # import config
2025-08-20T21:55:09.0435769Z [00:03:51.750]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:09.0436214Z [00:03:51.750]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:09.0437066Z [00:03:51.750]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.0437852Z [00:03:51.750]➜  packagefile github.com/projectdiscovery/mapcidr=/tmp/go-build3999932643/b327/_pkg_.a
2025-08-20T21:55:09.0438638Z [00:03:51.750]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build3999932643/b1393/_pkg_.a
2025-08-20T21:55:09.0439315Z [00:03:51.750]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build3999932643/b333/_pkg_.a
2025-08-20T21:55:09.0439852Z [00:03:51.750]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:09.0441691Z [00:03:51.750]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:09.0442084Z [00:03:51.750]➜  EOF
2025-08-20T21:55:09.0444824Z [00:03:51.751]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1408/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/shodanidb=>github.com/projectdiscovery/uncover@v1.1.0/sources/agent/shodanidb;$WORK/b1408=>" -p github.com/projectdiscovery/uncover/sources/agent/shodanidb -lang=go1.22 -complete -installsuffix shared -buildid ZIMnMtGFzMIDZk2N82c7/ZIMnMtGFzMIDZk2N82c7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1408/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/shodanidb/response.go /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/shodanidb/shodan.go
2025-08-20T21:55:09.0720938Z [00:03:51.779]➜  go tool buildid -w $WORK/b1355/_pkg_.a # internal
2025-08-20T21:55:09.1308058Z [00:03:51.840]➜  cp $WORK/b1355/_pkg_.a /root/.cache/go-build/97/97eba85ca489169baa7569cca2e7fc37bdafc1393001e39e63d3ce4a63272732-d # internal
2025-08-20T21:55:09.1310604Z [00:03:51.840]➜  github.com/projectdiscovery/nuclei/v3/pkg/templates
2025-08-20T21:55:09.1310977Z [00:03:51.840]➜  mkdir -p $WORK/b1214/
2025-08-20T21:55:09.1311359Z [00:03:51.840]➜  cat >/tmp/go-build3999932643/b1214/importcfg << 'EOF' # internal
2025-08-20T21:55:09.1311739Z [00:03:51.840]➜  # import config
2025-08-20T21:55:09.1312073Z [00:03:51.840]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:09.1312499Z [00:03:51.840]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:09.1313177Z [00:03:51.840]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:09.1313638Z [00:03:51.840]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.1314137Z [00:03:51.840]➜  packagefile github.com/Knetic/govaluate=/tmp/go-build3999932643/b717/_pkg_.a
2025-08-20T21:55:09.1314760Z [00:03:51.840]➜  packagefile github.com/go-playground/validator/v10=/tmp/go-build3999932643/b798/_pkg_.a
2025-08-20T21:55:09.1315364Z [00:03:51.840]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build3999932643/b247/_pkg_.a
2025-08-20T21:55:09.1315907Z [00:03:51.840]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:09.1316491Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:09.1317194Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog=/tmp/go-build3999932643/b711/_pkg_.a
2025-08-20T21:55:09.1318140Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build3999932643/b620/_pkg_.a
2025-08-20T21:55:09.1318923Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/disk=/tmp/go-build3999932643/b1215/_pkg_.a
2025-08-20T21:55:09.1319692Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/compiler=/tmp/go-build3999932643/b811/_pkg_.a
2025-08-20T21:55:09.1320426Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/keys=/tmp/go-build3999932643/b713/_pkg_.a
2025-08-20T21:55:09.1321135Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build3999932643/b714/_pkg_.a
2025-08-20T21:55:09.1321924Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity=/tmp/go-build3999932643/b653/_pkg_.a
2025-08-20T21:55:09.1323089Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/stringslice=/tmp/go-build3999932643/b668/_pkg_.a
2025-08-20T21:55:09.1323980Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build3999932643/b715/_pkg_.a
2025-08-20T21:55:09.1329799Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/common/dsl=/tmp/go-build3999932643/b728/_pkg_.a
2025-08-20T21:55:09.1330674Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build3999932643/b716/_pkg_.a
2025-08-20T21:55:09.1331508Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build3999932643/b746/_pkg_.a
2025-08-20T21:55:09.1340338Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:55:09.1341102Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:09.1341885Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/code=/tmp/go-build3999932643/b1216/_pkg_.a
2025-08-20T21:55:09.1342894Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build3999932643/b752/_pkg_.a
2025-08-20T21:55:09.1343907Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/globalmatchers=/tmp/go-build3999932643/b1110/_pkg_.a
2025-08-20T21:55:09.1345021Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/writer=/tmp/go-build3999932643/b1116/_pkg_.a
2025-08-20T21:55:09.1345958Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolinit=/tmp/go-build3999932643/b1226/_pkg_.a
2025-08-20T21:55:09.1346887Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:55:09.1347969Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/variables=/tmp/go-build3999932643/b1208/_pkg_.a
2025-08-20T21:55:09.1348816Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/dns=/tmp/go-build3999932643/b1314/_pkg_.a
2025-08-20T21:55:09.1349602Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/file=/tmp/go-build3999932643/b1315/_pkg_.a
2025-08-20T21:55:09.1350416Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/headless=/tmp/go-build3999932643/b1320/_pkg_.a
2025-08-20T21:55:09.1351221Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http=/tmp/go-build3999932643/b1328/_pkg_.a
2025-08-20T21:55:09.1352044Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/javascript=/tmp/go-build3999932643/b1336/_pkg_.a
2025-08-20T21:55:09.1352883Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/network=/tmp/go-build3999932643/b1337/_pkg_.a
2025-08-20T21:55:09.1353726Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/offlinehttp=/tmp/go-build3999932643/b1338/_pkg_.a
2025-08-20T21:55:09.1354545Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/ssl=/tmp/go-build3999932643/b1339/_pkg_.a
2025-08-20T21:55:09.1355360Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/websocket=/tmp/go-build3999932643/b1345/_pkg_.a
2025-08-20T21:55:09.1356180Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/whois=/tmp/go-build3999932643/b1353/_pkg_.a
2025-08-20T21:55:09.1356929Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/scan=/tmp/go-build3999932643/b1212/_pkg_.a
2025-08-20T21:55:09.1361880Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/extensions=/tmp/go-build3999932643/b622/_pkg_.a
2025-08-20T21:55:09.1363046Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/signer=/tmp/go-build3999932643/b1354/_pkg_.a
2025-08-20T21:55:09.1363912Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build3999932643/b744/_pkg_.a
2025-08-20T21:55:09.1364684Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/tmplexec=/tmp/go-build3999932643/b1355/_pkg_.a
2025-08-20T21:55:09.1365420Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:09.1366133Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils=/tmp/go-build3999932643/b669/_pkg_.a
2025-08-20T21:55:09.1366865Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:55:09.1367742Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/stats=/tmp/go-build3999932643/b1334/_pkg_.a
2025-08-20T21:55:09.1368572Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/yaml=/tmp/go-build3999932643/b1362/_pkg_.a
2025-08-20T21:55:09.1369424Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/workflows=/tmp/go-build3999932643/b1363/_pkg_.a
2025-08-20T21:55:09.1370218Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/utils/conversion=/tmp/go-build3999932643/b230/_pkg_.a
2025-08-20T21:55:09.1371041Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/utils/crypto=/tmp/go-build3999932643/b448/_pkg_.a
2025-08-20T21:55:09.1371708Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:55:09.1372363Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:55:09.1373006Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:55:09.1373666Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build3999932643/b190/_pkg_.a
2025-08-20T21:55:09.1374331Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:55:09.1375025Z [00:03:51.840]➜  packagefile github.com/projectdiscovery/yamldoc-go/encoder=/tmp/go-build3999932643/b1364/_pkg_.a
2025-08-20T21:55:09.1375655Z [00:03:51.840]➜  packagefile github.com/segmentio/ksuid=/tmp/go-build3999932643/b761/_pkg_.a
2025-08-20T21:55:09.1376188Z [00:03:51.840]➜  packagefile go.uber.org/multierr=/tmp/go-build3999932643/b335/_pkg_.a
2025-08-20T21:55:09.1376683Z [00:03:51.840]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build3999932643/b650/_pkg_.a
2025-08-20T21:55:09.1377122Z [00:03:51.840]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:09.1377711Z [00:03:51.840]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:09.1378145Z [00:03:51.840]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:09.1378586Z [00:03:51.840]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:09.1379037Z [00:03:51.840]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:09.1379459Z [00:03:51.840]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:09.1379871Z [00:03:51.840]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:09.1380288Z [00:03:51.840]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:09.1380714Z [00:03:51.840]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:09.1381124Z [00:03:51.840]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:09.1381555Z [00:03:51.840]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:09.1381879Z [00:03:51.840]➜  EOF
2025-08-20T21:55:09.1388237Z [00:03:51.840]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1214/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates=>github.com/projectdiscovery/nuclei/v3/pkg/templates;$WORK/b1214=>" -p github.com/projectdiscovery/nuclei/v3/pkg/templates -lang=go1.24 -complete -installsuffix shared -buildid UK808MOaRrlZmkwQRXF_/UK808MOaRrlZmkwQRXF_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1214/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/cache.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/cluster.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/compile.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/doc.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/log.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/parser.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/parser_config.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/parser_error.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/parser_stats.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/parser_validate.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/preprocessors.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/stats.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/tag_filter.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/template_sign.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/templates.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/templates_doc.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/templates_doc_examples.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/validator_singleton.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/workflows.go
2025-08-20T21:55:09.1393771Z [00:03:51.840]➜  go tool buildid -w $WORK/b1384/_pkg_.a # internal
2025-08-20T21:55:09.1394645Z [00:03:51.842]➜  cp $WORK/b1384/_pkg_.a /root/.cache/go-build/90/90e3ca361f764e07c79d0af23e5c92498350f3bbcffd37b2be3fcdf8d3cc620d-d # internal
2025-08-20T21:55:09.1395367Z [00:03:51.843]➜  github.com/projectdiscovery/nuclei/v3/pkg/input/formats/swagger
2025-08-20T21:55:09.1395746Z [00:03:51.843]➜  mkdir -p $WORK/b1382/
2025-08-20T21:55:09.1396113Z [00:03:51.844]➜  cat >/tmp/go-build3999932643/b1382/importcfg << 'EOF' # internal
2025-08-20T21:55:09.1396462Z [00:03:51.844]➜  # import config
2025-08-20T21:55:09.1396919Z [00:03:51.844]➜  packagefile github.com/getkin/kin-openapi/openapi2=/tmp/go-build3999932643/b1383/_pkg_.a
2025-08-20T21:55:09.1397688Z [00:03:51.844]➜  packagefile github.com/getkin/kin-openapi/openapi2conv=/tmp/go-build3999932643/b1384/_pkg_.a
2025-08-20T21:55:09.1398403Z [00:03:51.844]➜  packagefile github.com/getkin/kin-openapi/openapi3=/tmp/go-build3999932643/b1373/_pkg_.a
2025-08-20T21:55:09.1398990Z [00:03:51.844]➜  packagefile github.com/invopop/yaml=/tmp/go-build3999932643/b1385/_pkg_.a
2025-08-20T21:55:09.1399515Z [00:03:51.844]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:09.1400179Z [00:03:51.844]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats=/tmp/go-build3999932643/b1367/_pkg_.a
2025-08-20T21:55:09.1401005Z [00:03:51.844]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats/openapi=/tmp/go-build3999932643/b1372/_pkg_.a
2025-08-20T21:55:09.1401809Z [00:03:51.844]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:55:09.1402370Z [00:03:51.844]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:09.1402775Z [00:03:51.844]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:55:09.1403078Z [00:03:51.844]➜  EOF
2025-08-20T21:55:09.1405188Z [00:03:51.844]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1382/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/swagger=>github.com/projectdiscovery/nuclei/v3/pkg/input/formats/swagger;$WORK/b1382=>" -p github.com/projectdiscovery/nuclei/v3/pkg/input/formats/swagger -lang=go1.24 -complete -installsuffix shared -buildid viuADdq4afHJ428fJcJw/viuADdq4afHJ428fJcJw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1382/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/swagger/swagger.go
2025-08-20T21:55:09.1470636Z [00:03:51.856]➜  go tool buildid -w $WORK/b1407/_pkg_.a # internal
2025-08-20T21:55:09.1496157Z [00:03:51.859]➜  cp $WORK/b1407/_pkg_.a /root/.cache/go-build/a2/a2947ff1e24983920ef8ef1af8320ea56ca60bf14e8a717d5fb7f486f8e8cde9-d # internal
2025-08-20T21:55:09.1508072Z [00:03:51.860]➜  github.com/projectdiscovery/uncover/sources/agent/zoomeye
2025-08-20T21:55:09.1510674Z [00:03:51.860]➜  mkdir -p $WORK/b1409/
2025-08-20T21:55:09.1512533Z [00:03:51.860]➜  cat >/tmp/go-build3999932643/b1409/importcfg << 'EOF' # internal
2025-08-20T21:55:09.1513018Z [00:03:51.860]➜  # import config
2025-08-20T21:55:09.1513466Z [00:03:51.860]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:09.1514049Z [00:03:51.860]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:09.1514634Z [00:03:51.860]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:09.1515168Z [00:03:51.860]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:09.1515841Z [00:03:51.860]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build3999932643/b1393/_pkg_.a
2025-08-20T21:55:09.1516530Z [00:03:51.860]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:09.1516938Z [00:03:51.860]➜  EOF
2025-08-20T21:55:09.1520144Z [00:03:51.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1409/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/zoomeye=>github.com/projectdiscovery/uncover@v1.1.0/sources/agent/zoomeye;$WORK/b1409=>" -p github.com/projectdiscovery/uncover/sources/agent/zoomeye -lang=go1.22 -complete -installsuffix shared -buildid z0OezPzhoLX07F1EHRyk/z0OezPzhoLX07F1EHRyk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1409/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/zoomeye/response.go /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources/agent/zoomeye/zoomeye.go
2025-08-20T21:55:09.1548670Z [00:03:51.864]➜  go tool buildid -w $WORK/b1408/_pkg_.a # internal
2025-08-20T21:55:09.1588039Z [00:03:51.867]➜  cp $WORK/b1408/_pkg_.a /root/.cache/go-build/8c/8c58a26681653324392790de47e319027efc112141379e5426aaf583171c6c6a-d # internal
2025-08-20T21:55:09.1588677Z [00:03:51.867]➜  internal/profile
2025-08-20T21:55:09.1588950Z [00:03:51.868]➜  mkdir -p $WORK/b1412/
2025-08-20T21:55:09.1598064Z [00:03:51.869]➜  cat >/tmp/go-build3999932643/b1412/importcfg << 'EOF' # internal
2025-08-20T21:55:09.1598607Z [00:03:51.869]➜  # import config
2025-08-20T21:55:09.1599071Z [00:03:51.869]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:09.1599638Z [00:03:51.869]➜  packagefile compress/gzip=/tmp/go-build3999932643/b203/_pkg_.a
2025-08-20T21:55:09.1600187Z [00:03:51.869]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:09.1600719Z [00:03:51.869]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.1601225Z [00:03:51.869]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:09.1601747Z [00:03:51.869]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:09.1602509Z [00:03:51.869]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:09.1603159Z [00:03:51.869]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:09.1603690Z [00:03:51.869]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:09.1604208Z [00:03:51.869]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:09.1604636Z [00:03:51.869]➜  EOF
2025-08-20T21:55:09.1607152Z [00:03:51.869]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1412/_pkg_.a -trimpath "/root/.go/src/internal/profile=>internal/profile;$WORK/b1412=>" -p internal/profile -lang=go1.25 -std -complete -installsuffix shared -buildid NFCqmxfJZwDjB3ySICMm/NFCqmxfJZwDjB3ySICMm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1412/importcfg -pack /root/.go/src/internal/profile/encode.go /root/.go/src/internal/profile/filter.go /root/.go/src/internal/profile/graph.go /root/.go/src/internal/profile/merge.go /root/.go/src/internal/profile/profile.go /root/.go/src/internal/profile/proto.go /root/.go/src/internal/profile/prune.go
2025-08-20T21:55:09.2055726Z [00:03:51.915]➜  go tool buildid -w $WORK/b1382/_pkg_.a # internal
2025-08-20T21:55:09.2077983Z [00:03:51.917]➜  cp $WORK/b1382/_pkg_.a /root/.cache/go-build/73/730a2e8b81061f7bf3b892ee97ab62cc63d390903ba97eb2e43e12886f80d575-d # internal
2025-08-20T21:55:09.2085744Z [00:03:51.917]➜  github.com/projectdiscovery/nuclei/v3/pkg/input/provider/http
2025-08-20T21:55:09.2086151Z [00:03:51.917]➜  mkdir -p $WORK/b1368/
2025-08-20T21:55:09.2090280Z [00:03:51.918]➜  cat >/tmp/go-build3999932643/b1368/importcfg << 'EOF' # internal
2025-08-20T21:55:09.2091120Z [00:03:51.918]➜  # import config
2025-08-20T21:55:09.2093550Z [00:03:51.918]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:09.2094051Z [00:03:51.918]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:09.2094664Z [00:03:51.918]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:09.2095687Z [00:03:51.918]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats=/tmp/go-build3999932643/b1367/_pkg_.a
2025-08-20T21:55:09.2096565Z [00:03:51.918]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats/burp=/tmp/go-build3999932643/b1369/_pkg_.a
2025-08-20T21:55:09.2097549Z [00:03:51.918]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats/json=/tmp/go-build3999932643/b1371/_pkg_.a
2025-08-20T21:55:09.2098468Z [00:03:51.918]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats/openapi=/tmp/go-build3999932643/b1372/_pkg_.a
2025-08-20T21:55:09.2099328Z [00:03:51.918]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats/swagger=/tmp/go-build3999932643/b1382/_pkg_.a
2025-08-20T21:55:09.2100169Z [00:03:51.918]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats/yaml=/tmp/go-build3999932643/b1386/_pkg_.a
2025-08-20T21:55:09.2100975Z [00:03:51.918]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/types=/tmp/go-build3999932643/b712/_pkg_.a
2025-08-20T21:55:09.2101822Z [00:03:51.918]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build3999932643/b760/_pkg_.a
2025-08-20T21:55:09.2102465Z [00:03:51.918]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:09.2102868Z [00:03:51.918]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:09.2103277Z [00:03:51.918]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:09.2103588Z [00:03:51.918]➜  EOF
2025-08-20T21:55:09.2105848Z [00:03:51.919]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1368/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/http=>github.com/projectdiscovery/nuclei/v3/pkg/input/provider/http;$WORK/b1368=>" -p github.com/projectdiscovery/nuclei/v3/pkg/input/provider/http -lang=go1.24 -complete -installsuffix shared -buildid q848lsRgoq5ibbKKIW2N/q848lsRgoq5ibbKKIW2N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1368/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/http/multiformat.go
2025-08-20T21:55:09.2511527Z [00:03:51.960]➜  go tool buildid -w $WORK/b1409/_pkg_.a # internal
2025-08-20T21:55:09.2536388Z [00:03:51.963]➜  cp $WORK/b1409/_pkg_.a /root/.cache/go-build/42/4295d413e5d51d099bf785d3591ad61d34880e5c96f94de08cb6fb1e03591b9f-d # internal
2025-08-20T21:55:09.2541337Z [00:03:51.963]➜  github.com/projectdiscovery/uncover
2025-08-20T21:55:09.2544068Z [00:03:51.963]➜  mkdir -p $WORK/b1392/
2025-08-20T21:55:09.2549565Z [00:03:51.964]➜  cat >/tmp/go-build3999932643/b1392/importcfg << 'EOF' # internal
2025-08-20T21:55:09.2550811Z [00:03:51.964]➜  # import config
2025-08-20T21:55:09.2551166Z [00:03:51.964]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:09.2551717Z [00:03:51.964]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:09.2552421Z [00:03:51.964]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build3999932643/b1393/_pkg_.a
2025-08-20T21:55:09.2553203Z [00:03:51.964]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/binaryedge=/tmp/go-build3999932643/b1394/_pkg_.a
2025-08-20T21:55:09.2554024Z [00:03:51.964]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/censys=/tmp/go-build3999932643/b1395/_pkg_.a
2025-08-20T21:55:09.2555176Z [00:03:51.964]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/criminalip=/tmp/go-build3999932643/b1396/_pkg_.a
2025-08-20T21:55:09.2556009Z [00:03:51.964]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/driftnet=/tmp/go-build3999932643/b1397/_pkg_.a
2025-08-20T21:55:09.2556803Z [00:03:51.964]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/fofa=/tmp/go-build3999932643/b1398/_pkg_.a
2025-08-20T21:55:09.2557804Z [00:03:51.964]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/google=/tmp/go-build3999932643/b1399/_pkg_.a
2025-08-20T21:55:09.2558675Z [00:03:51.964]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/hunter=/tmp/go-build3999932643/b1400/_pkg_.a
2025-08-20T21:55:09.2559614Z [00:03:51.964]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/hunterhow=/tmp/go-build3999932643/b1401/_pkg_.a
2025-08-20T21:55:09.2560507Z [00:03:51.964]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/netlas=/tmp/go-build3999932643/b1402/_pkg_.a
2025-08-20T21:55:09.2561297Z [00:03:51.964]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/odin=/tmp/go-build3999932643/b1403/_pkg_.a
2025-08-20T21:55:09.2562080Z [00:03:51.964]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/onyphe=/tmp/go-build3999932643/b1404/_pkg_.a
2025-08-20T21:55:09.2562886Z [00:03:51.964]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/publicwww=/tmp/go-build3999932643/b1405/_pkg_.a
2025-08-20T21:55:09.2563696Z [00:03:51.964]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/quake=/tmp/go-build3999932643/b1406/_pkg_.a
2025-08-20T21:55:09.2564480Z [00:03:51.964]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/shodan=/tmp/go-build3999932643/b1407/_pkg_.a
2025-08-20T21:55:09.2565283Z [00:03:51.964]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/shodanidb=/tmp/go-build3999932643/b1408/_pkg_.a
2025-08-20T21:55:09.2566095Z [00:03:51.964]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/zoomeye=/tmp/go-build3999932643/b1409/_pkg_.a
2025-08-20T21:55:09.2566851Z [00:03:51.964]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build3999932643/b617/_pkg_.a
2025-08-20T21:55:09.2567639Z [00:03:51.964]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:55:09.2568248Z [00:03:51.964]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:09.2568904Z [00:03:51.964]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:09.2569209Z [00:03:51.964]➜  EOF
2025-08-20T21:55:09.2571194Z [00:03:51.964]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1392/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0=>github.com/projectdiscovery/uncover@v1.1.0;$WORK/b1392=>" -p github.com/projectdiscovery/uncover -lang=go1.22 -complete -installsuffix shared -buildid dlVehQN_ALUZ4iWKnI_0/dlVehQN_ALUZ4iWKnI_0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1392/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/uncover.go
2025-08-20T21:55:09.3160769Z [00:03:52.025]➜  go tool buildid -w $WORK/b1368/_pkg_.a # internal
2025-08-20T21:55:09.3186203Z [00:03:52.028]➜  cp $WORK/b1368/_pkg_.a /root/.cache/go-build/d6/d6b52356c55ad6a808a1dc755bd84d1ddfa4ed90793b3f59ed9b42a8d0200e4c-d # internal
2025-08-20T21:55:09.3215858Z [00:03:52.028]➜  runtime/pprof
2025-08-20T21:55:09.3222205Z [00:03:52.028]➜  mkdir -p $WORK/b1413/
2025-08-20T21:55:09.3222618Z [00:03:52.028]➜  cat >/tmp/go-build3999932643/b1413/importcfg << 'EOF' # internal
2025-08-20T21:55:09.3222996Z [00:03:52.028]➜  # import config
2025-08-20T21:55:09.3223347Z [00:03:52.028]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:09.3223788Z [00:03:52.028]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:09.3224224Z [00:03:52.028]➜  packagefile cmp=/tmp/go-build3999932643/b046/_pkg_.a
2025-08-20T21:55:09.3224987Z [00:03:52.028]➜  packagefile compress/gzip=/tmp/go-build3999932643/b203/_pkg_.a
2025-08-20T21:55:09.3225438Z [00:03:52.028]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:09.3225899Z [00:03:52.028]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:55:09.3226350Z [00:03:52.028]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:09.3226767Z [00:03:52.028]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.3227206Z [00:03:52.028]➜  packagefile internal/abi=/tmp/go-build3999932643/b006/_pkg_.a
2025-08-20T21:55:09.3228033Z [00:03:52.028]➜  packagefile internal/profilerecord=/tmp/go-build3999932643/b019/_pkg_.a
2025-08-20T21:55:09.3228656Z [00:03:52.028]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:09.3229150Z [00:03:52.028]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:55:09.3229558Z [00:03:52.028]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:09.3229981Z [00:03:52.028]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:09.3230400Z [00:03:52.028]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:55:09.3230811Z [00:03:52.028]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:09.3231225Z [00:03:52.028]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:09.3231647Z [00:03:52.028]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:09.3232065Z [00:03:52.028]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:09.3232485Z [00:03:52.028]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:55:09.3232943Z [00:03:52.028]➜  packagefile text/tabwriter=/tmp/go-build3999932643/b240/_pkg_.a
2025-08-20T21:55:09.3233379Z [00:03:52.028]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:09.3233685Z [00:03:52.028]➜  EOF
2025-08-20T21:55:09.3236676Z [00:03:52.028]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1413/_pkg_.a -trimpath "/root/.go/src/runtime/pprof=>runtime/pprof;$WORK/b1413=>" -p runtime/pprof -lang=go1.25 -std -installsuffix shared -buildid k1Lf49yIK_Dqg3jg9zyZ/k1Lf49yIK_Dqg3jg9zyZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1413/importcfg -pack /root/.go/src/runtime/pprof/elf.go /root/.go/src/runtime/pprof/label.go /root/.go/src/runtime/pprof/map.go /root/.go/src/runtime/pprof/pe.go /root/.go/src/runtime/pprof/pprof.go /root/.go/src/runtime/pprof/pprof_rusage.go /root/.go/src/runtime/pprof/proto.go /root/.go/src/runtime/pprof/proto_other.go /root/.go/src/runtime/pprof/protobuf.go /root/.go/src/runtime/pprof/protomem.go /root/.go/src/runtime/pprof/runtime.go
2025-08-20T21:55:09.3300924Z [00:03:52.039]➜  go tool buildid -w $WORK/b1412/_pkg_.a # internal
2025-08-20T21:55:09.3319996Z [00:03:52.041]➜  cp $WORK/b1412/_pkg_.a /root/.cache/go-build/3e/3e47507f1e658a4607de736eb693cdfdba67f926c61b7ce88f561778d8fe6458-d # internal
2025-08-20T21:55:09.3326967Z [00:03:52.042]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/log
2025-08-20T21:55:09.3327482Z [00:03:52.042]➜  mkdir -p $WORK/b1420/
2025-08-20T21:55:09.3332435Z [00:03:52.043]➜  cat >/tmp/go-build3999932643/b1420/importcfg << 'EOF' # internal
2025-08-20T21:55:09.3333450Z [00:03:52.043]➜  # import config
2025-08-20T21:55:09.3333847Z [00:03:52.043]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.3334261Z [00:03:52.043]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:09.3334691Z [00:03:52.043]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:09.3335005Z [00:03:52.043]➜  EOF
2025-08-20T21:55:09.3337617Z [00:03:52.043]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1420/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/log=>github.com/Azure/azure-sdk-for-go/sdk/internal@v1.11.1/log;$WORK/b1420=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/log -lang=go1.23 -complete -installsuffix shared -buildid YnTlSFatNNSrIRdROt1q/YnTlSFatNNSrIRdROt1q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1420/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/log/doc.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/log/log.go
2025-08-20T21:55:09.3527561Z [00:03:52.062]➜  go tool buildid -w $WORK/b1420/_pkg_.a # internal
2025-08-20T21:55:09.3534978Z [00:03:52.063]➜  cp $WORK/b1420/_pkg_.a /root/.cache/go-build/09/094330a4bafe1fb03d6b741b895efca0488e8ab1a670ac601e46b56a598a1cab-d # internal
2025-08-20T21:55:09.3554697Z [00:03:52.065]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/log
2025-08-20T21:55:09.3555750Z [00:03:52.065]➜  mkdir -p $WORK/b1419/
2025-08-20T21:55:09.3560381Z [00:03:52.065]➜  cat >/tmp/go-build3999932643/b1419/importcfg << 'EOF' # internal
2025-08-20T21:55:09.3561387Z [00:03:52.065]➜  # import config
2025-08-20T21:55:09.3563344Z [00:03:52.065]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build3999932643/b1420/_pkg_.a
2025-08-20T21:55:09.3564283Z [00:03:52.065]➜  EOF
2025-08-20T21:55:09.3566931Z [00:03:52.066]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1419/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/log=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/log;$WORK/b1419=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/log -lang=go1.23 -complete -installsuffix shared -buildid VSp23hnb5w0FbeAKg-0i/VSp23hnb5w0FbeAKg-0i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1419/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/log/doc.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/log/log.go
2025-08-20T21:55:09.3680780Z [00:03:52.076]➜  go tool buildid -w $WORK/b1419/_pkg_.a # internal
2025-08-20T21:55:09.3683077Z [00:03:52.076]➜  cp $WORK/b1419/_pkg_.a /root/.cache/go-build/20/2080ffeb1b1b3c19827b0a762a48281563a63f7ebabfd95716fd173e1e22fcc9-d # internal
2025-08-20T21:55:09.3700675Z [00:03:52.079]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log
2025-08-20T21:55:09.3706094Z [00:03:52.080]➜  mkdir -p $WORK/b1418/
2025-08-20T21:55:09.3706514Z [00:03:52.080]➜  cat >/tmp/go-build3999932643/b1418/importcfg << 'EOF' # internal
2025-08-20T21:55:09.3707306Z [00:03:52.080]➜  # import config
2025-08-20T21:55:09.3708049Z [00:03:52.080]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/log=/tmp/go-build3999932643/b1419/_pkg_.a
2025-08-20T21:55:09.3709145Z [00:03:52.080]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build3999932643/b1420/_pkg_.a
2025-08-20T21:55:09.3709733Z [00:03:52.080]➜  EOF
2025-08-20T21:55:09.3712042Z [00:03:52.080]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1418/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/log=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/log;$WORK/b1418=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log -lang=go1.23 -complete -installsuffix shared -buildid 87hdUp2usHqJScMWtPjT/87hdUp2usHqJScMWtPjT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1418/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/log/log.go
2025-08-20T21:55:09.3885075Z [00:03:52.098]➜  go tool buildid -w $WORK/b1418/_pkg_.a # internal
2025-08-20T21:55:09.3886563Z [00:03:52.098]➜  cp $WORK/b1418/_pkg_.a /root/.cache/go-build/5e/5e52c85913a347df37041f39dd490bbff1c06c61fc41a699ab5f965a0c50eb3e-d # internal
2025-08-20T21:55:09.3895217Z [00:03:52.099]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared
2025-08-20T21:55:09.3895634Z [00:03:52.099]➜  mkdir -p $WORK/b1421/
2025-08-20T21:55:09.3919320Z [00:03:52.100]➜  cat >/tmp/go-build3999932643/b1421/importcfg << 'EOF' # internal
2025-08-20T21:55:09.3920253Z [00:03:52.100]➜  # import config
2025-08-20T21:55:09.3920694Z [00:03:52.100]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:09.3921447Z [00:03:52.100]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.3921875Z [00:03:52.100]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:09.3922310Z [00:03:52.100]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:09.3922730Z [00:03:52.100]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:09.3923151Z [00:03:52.100]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:09.3923576Z [00:03:52.100]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:09.3923887Z [00:03:52.100]➜  EOF
2025-08-20T21:55:09.3926641Z [00:03:52.100]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1421/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/shared=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/shared;$WORK/b1421=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared -lang=go1.23 -complete -installsuffix shared -buildid 7yOv_Lm004S8uw1VneoK/7yOv_Lm004S8uw1VneoK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1421/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/shared/constants.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/shared/shared.go
2025-08-20T21:55:09.4121783Z [00:03:52.121]➜  go tool buildid -w $WORK/b1392/_pkg_.a # internal
2025-08-20T21:55:09.4235066Z [00:03:52.132]➜  cp $WORK/b1392/_pkg_.a /root/.cache/go-build/0c/0c95e3cb8a1955c023d57c2b0e2cc9b90d725e32b625ece3d60f04b234c95e32-d # internal
2025-08-20T21:55:09.4235820Z [00:03:52.132]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/exported
2025-08-20T21:55:09.4236199Z [00:03:52.132]➜  mkdir -p $WORK/b1422/
2025-08-20T21:55:09.4236576Z [00:03:52.132]➜  cat >/tmp/go-build3999932643/b1422/importcfg << 'EOF' # internal
2025-08-20T21:55:09.4236926Z [00:03:52.132]➜  # import config
2025-08-20T21:55:09.4237270Z [00:03:52.132]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:09.4237877Z [00:03:52.132]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:09.4238300Z [00:03:52.132]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:09.4238620Z [00:03:52.132]➜  EOF
2025-08-20T21:55:09.4241138Z [00:03:52.132]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1422/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/exported=>github.com/Azure/azure-sdk-for-go/sdk/internal@v1.11.1/exported;$WORK/b1422=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/exported -lang=go1.23 -complete -installsuffix shared -buildid v1mo4YuI-Yvp51XLA2Mi/v1mo4YuI-Yvp51XLA2Mi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1422/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/exported/exported.go
2025-08-20T21:55:09.4264970Z [00:03:52.136]➜  go tool buildid -w $WORK/b1421/_pkg_.a # internal
2025-08-20T21:55:09.4272566Z [00:03:52.137]➜  cp $WORK/b1421/_pkg_.a /root/.cache/go-build/3d/3d622e3c375dd033383751495e6c3a454ddba26cc40863e12014bd770ff8874e-d # internal
2025-08-20T21:55:09.4279937Z [00:03:52.137]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing
2025-08-20T21:55:09.4280349Z [00:03:52.137]➜  mkdir -p $WORK/b1425/
2025-08-20T21:55:09.4287268Z [00:03:52.138]➜  cat >/tmp/go-build3999932643/b1425/importcfg << 'EOF' # internal
2025-08-20T21:55:09.4287805Z [00:03:52.138]➜  # import config
2025-08-20T21:55:09.4288179Z [00:03:52.138]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:09.4288510Z [00:03:52.138]➜  EOF
2025-08-20T21:55:09.4324216Z [00:03:52.141]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1425/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/tracing=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/tracing;$WORK/b1425=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing -lang=go1.23 -complete -installsuffix shared -buildid xPEe6b2tPMuXUCsnaBZx/xPEe6b2tPMuXUCsnaBZx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1425/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/tracing/constants.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/tracing/tracing.go
2025-08-20T21:55:09.4530695Z [00:03:52.162]➜  go tool buildid -w $WORK/b1422/_pkg_.a # internal
2025-08-20T21:55:09.4543546Z [00:03:52.164]➜  cp $WORK/b1422/_pkg_.a /root/.cache/go-build/82/8248190a0579fc6474d24146a3d84b40877457883dadf2a657e1618de4870dfb-d # internal
2025-08-20T21:55:09.4553113Z [00:03:52.165]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported
2025-08-20T21:55:09.4554091Z [00:03:52.165]➜  mkdir -p $WORK/b1417/
2025-08-20T21:55:09.4563907Z [00:03:52.166]➜  cat >/tmp/go-build3999932643/b1417/importcfg << 'EOF' # internal
2025-08-20T21:55:09.4564379Z [00:03:52.166]➜  # import config
2025-08-20T21:55:09.4564726Z [00:03:52.166]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:09.4565171Z [00:03:52.166]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:09.4565627Z [00:03:52.166]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:09.4568160Z [00:03:52.166]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:09.4568631Z [00:03:52.166]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:09.4569048Z [00:03:52.166]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.4569691Z [00:03:52.166]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3999932643/b1418/_pkg_.a
2025-08-20T21:55:09.4570499Z [00:03:52.166]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3999932643/b1421/_pkg_.a
2025-08-20T21:55:09.4571281Z [00:03:52.166]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/exported=/tmp/go-build3999932643/b1422/_pkg_.a
2025-08-20T21:55:09.4571850Z [00:03:52.166]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:09.4572265Z [00:03:52.166]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:09.4572697Z [00:03:52.166]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:09.4573112Z [00:03:52.166]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:09.4573532Z [00:03:52.166]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:09.4574331Z [00:03:52.166]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:09.4574883Z [00:03:52.166]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:09.4575243Z [00:03:52.166]➜  EOF
2025-08-20T21:55:09.4578984Z [00:03:52.166]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1417/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/exported=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/exported;$WORK/b1417=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported -lang=go1.23 -complete -installsuffix shared -buildid edpbcHhdqfQeqwhhIbzA/edpbcHhdqfQeqwhhIbzA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1417/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/exported/exported.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/exported/pipeline.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/exported/request.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/exported/response_error.go
2025-08-20T21:55:09.4648693Z [00:03:52.174]➜  go tool buildid -w $WORK/b1425/_pkg_.a # internal
2025-08-20T21:55:09.4657424Z [00:03:52.175]➜  cp $WORK/b1425/_pkg_.a /root/.cache/go-build/51/51895e6d2c48a43901f7a847380a0615967716b4ac56bf55321dbcddd6b2e10a-d # internal
2025-08-20T21:55:09.4660760Z [00:03:52.175]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/poller
2025-08-20T21:55:09.4661454Z [00:03:52.175]➜  mkdir -p $WORK/b1428/
2025-08-20T21:55:09.4677666Z [00:03:52.176]➜  cat >/tmp/go-build3999932643/b1428/importcfg << 'EOF' # internal
2025-08-20T21:55:09.4678344Z [00:03:52.176]➜  # import config
2025-08-20T21:55:09.4678722Z [00:03:52.176]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:09.4679171Z [00:03:52.176]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:09.4679606Z [00:03:52.176]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.4680214Z [00:03:52.176]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/exported=/tmp/go-build3999932643/b1422/_pkg_.a
2025-08-20T21:55:09.4681060Z [00:03:52.176]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:09.4681537Z [00:03:52.176]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:09.4681960Z [00:03:52.176]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:09.4682281Z [00:03:52.176]➜  EOF
2025-08-20T21:55:09.4684445Z [00:03:52.176]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1428/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/poller=>github.com/Azure/azure-sdk-for-go/sdk/internal@v1.11.1/poller;$WORK/b1428=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/poller -lang=go1.23 -complete -installsuffix shared -buildid Uq8RWY8e8RzFbkkXy2M6/Uq8RWY8e8RzFbkkXy2M6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1428/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/poller/util.go
2025-08-20T21:55:09.5161984Z [00:03:52.225]➜  go tool buildid -w $WORK/b1428/_pkg_.a # internal
2025-08-20T21:55:09.5162795Z [00:03:52.225]➜  cp $WORK/b1428/_pkg_.a /root/.cache/go-build/fd/fdbf9d679cd47aa649af5d78816498f8b0cdfac1aac56935c907165d4b7d73bb-d # internal
2025-08-20T21:55:09.5169526Z [00:03:52.226]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/diag
2025-08-20T21:55:09.5170961Z [00:03:52.226]➜  mkdir -p $WORK/b1435/
2025-08-20T21:55:09.5179433Z [00:03:52.227]➜  cat >/tmp/go-build3999932643/b1435/importcfg << 'EOF' # internal
2025-08-20T21:55:09.5180755Z [00:03:52.227]➜  # import config
2025-08-20T21:55:09.5181181Z [00:03:52.227]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.5181611Z [00:03:52.227]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:09.5182401Z [00:03:52.227]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:09.5182716Z [00:03:52.227]➜  EOF
2025-08-20T21:55:09.5185324Z [00:03:52.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1435/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/diag=>github.com/Azure/azure-sdk-for-go/sdk/internal@v1.11.1/diag;$WORK/b1435=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/diag -lang=go1.23 -complete -installsuffix shared -buildid uic2nJ6AWdfzJsSZudPU/uic2nJ6AWdfzJsSZudPU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1435/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/diag/diag.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/diag/doc.go
2025-08-20T21:55:09.5292038Z [00:03:52.238]➜  go tool buildid -w $WORK/b1417/_pkg_.a # internal
2025-08-20T21:55:09.5310579Z [00:03:52.240]➜  cp $WORK/b1417/_pkg_.a /root/.cache/go-build/20/2080bf143b4151c17385ff53c4ba31c7e398a48fa671603e634e3cda7fa73be3-d # internal
2025-08-20T21:55:09.5326116Z [00:03:52.242]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/policy
2025-08-20T21:55:09.5327897Z [00:03:52.242]➜  mkdir -p $WORK/b1423/
2025-08-20T21:55:09.5347288Z [00:03:52.243]➜  cat >/tmp/go-build3999932643/b1423/importcfg << 'EOF' # internal
2025-08-20T21:55:09.5347900Z [00:03:52.244]➜  # import config
2025-08-20T21:55:09.5348255Z [00:03:52.244]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:09.5349175Z [00:03:52.244]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud=/tmp/go-build3999932643/b1424/_pkg_.a
2025-08-20T21:55:09.5349965Z [00:03:52.244]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3999932643/b1417/_pkg_.a
2025-08-20T21:55:09.5350779Z [00:03:52.244]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3999932643/b1421/_pkg_.a
2025-08-20T21:55:09.5351550Z [00:03:52.244]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build3999932643/b1425/_pkg_.a
2025-08-20T21:55:09.5352135Z [00:03:52.244]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:09.5352557Z [00:03:52.244]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:09.5352990Z [00:03:52.244]➜  EOF
2025-08-20T21:55:09.5355530Z [00:03:52.244]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1423/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/policy=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/policy;$WORK/b1423=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/policy -lang=go1.23 -complete -installsuffix shared -buildid LvPtVttO_1fm-QSfcUj4/LvPtVttO_1fm-QSfcUj4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1423/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/policy/doc.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/policy/policy.go
2025-08-20T21:55:09.5489780Z [00:03:52.258]➜  go tool buildid -w $WORK/b1435/_pkg_.a # internal
2025-08-20T21:55:09.5497231Z [00:03:52.258]➜  cp $WORK/b1435/_pkg_.a /root/.cache/go-build/8d/8d7447d737413d938025334f4961d7699fd50bed26037fc64c6deb78423056c1-d # internal
2025-08-20T21:55:09.5498084Z [00:03:52.259]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers
2025-08-20T21:55:09.5498463Z [00:03:52.259]➜  mkdir -p $WORK/b1427/
2025-08-20T21:55:09.5498838Z [00:03:52.259]➜  cat >/tmp/go-build3999932643/b1427/importcfg << 'EOF' # internal
2025-08-20T21:55:09.5499196Z [00:03:52.259]➜  # import config
2025-08-20T21:55:09.5499540Z [00:03:52.259]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:09.5499989Z [00:03:52.259]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:09.5500437Z [00:03:52.259]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:09.5500848Z [00:03:52.259]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.5501933Z [00:03:52.259]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3999932643/b1417/_pkg_.a
2025-08-20T21:55:09.5502801Z [00:03:52.259]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3999932643/b1418/_pkg_.a
2025-08-20T21:55:09.5503598Z [00:03:52.259]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3999932643/b1421/_pkg_.a
2025-08-20T21:55:09.5504381Z [00:03:52.259]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/exported=/tmp/go-build3999932643/b1422/_pkg_.a
2025-08-20T21:55:09.5505136Z [00:03:52.259]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build3999932643/b1428/_pkg_.a
2025-08-20T21:55:09.5505714Z [00:03:52.259]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:09.5506177Z [00:03:52.259]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:09.5506490Z [00:03:52.259]➜  EOF
2025-08-20T21:55:09.5509344Z [00:03:52.259]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1427/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers;$WORK/b1427=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers -lang=go1.23 -complete -installsuffix shared -buildid EVfqZnus7pSGsS63iFg0/EVfqZnus7pSGsS63iFg0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1427/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/poller.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/util.go
2025-08-20T21:55:09.5647232Z [00:03:52.274]➜  go tool buildid -w $WORK/b1423/_pkg_.a # internal
2025-08-20T21:55:09.5658358Z [00:03:52.275]➜  cp $WORK/b1423/_pkg_.a /root/.cache/go-build/da/dad2bc95f693b866479b7befce9f486be98f6dc8cc92262e8660f7cd0ef1648c-d # internal
2025-08-20T21:55:09.5685828Z [00:03:52.278]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming
2025-08-20T21:55:09.5699111Z [00:03:52.278]➜  mkdir -p $WORK/b1434/
2025-08-20T21:55:09.5700142Z [00:03:52.278]➜  cat >/tmp/go-build3999932643/b1434/importcfg << 'EOF' # internal
2025-08-20T21:55:09.5700737Z [00:03:52.278]➜  # import config
2025-08-20T21:55:09.5701367Z [00:03:52.278]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3999932643/b1417/_pkg_.a
2025-08-20T21:55:09.5701976Z [00:03:52.278]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:09.5702278Z [00:03:52.278]➜  EOF
2025-08-20T21:55:09.5704767Z [00:03:52.278]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1434/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/streaming=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/streaming;$WORK/b1434=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming -lang=go1.23 -complete -installsuffix shared -buildid Ed9A_14ljcQTv22t05oZ/Ed9A_14ljcQTv22t05oZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1434/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/streaming/doc.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/streaming/progress.go
2025-08-20T21:55:09.5755407Z [00:03:52.285]➜  go tool buildid -w $WORK/b1413/_pkg_.a # internal
2025-08-20T21:55:09.5776503Z [00:03:52.287]➜  go tool buildid -w $WORK/b1427/_pkg_.a # internal
2025-08-20T21:55:09.5783674Z [00:03:52.288]➜  cp $WORK/b1427/_pkg_.a /root/.cache/go-build/82/823b58313e9adcb2258c349473315cbf0f9a38da188d7625afe37b503d1cb293-d # internal
2025-08-20T21:55:09.5797022Z [00:03:52.289]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/async
2025-08-20T21:55:09.5797688Z [00:03:52.289]➜  mkdir -p $WORK/b1429/
2025-08-20T21:55:09.5798069Z [00:03:52.289]➜  cat >/tmp/go-build3999932643/b1429/importcfg << 'EOF' # internal
2025-08-20T21:55:09.5798420Z [00:03:52.289]➜  # import config
2025-08-20T21:55:09.5799071Z [00:03:52.289]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:09.5799599Z [00:03:52.289]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:09.5800094Z [00:03:52.289]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.5800730Z [00:03:52.289]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3999932643/b1417/_pkg_.a
2025-08-20T21:55:09.5801529Z [00:03:52.289]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3999932643/b1418/_pkg_.a
2025-08-20T21:55:09.5802332Z [00:03:52.289]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build3999932643/b1427/_pkg_.a
2025-08-20T21:55:09.5803140Z [00:03:52.289]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3999932643/b1421/_pkg_.a
2025-08-20T21:55:09.5803907Z [00:03:52.289]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build3999932643/b1428/_pkg_.a
2025-08-20T21:55:09.5804496Z [00:03:52.289]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:09.5804816Z [00:03:52.289]➜  EOF
2025-08-20T21:55:09.5822668Z [00:03:52.289]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1429/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/async=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/async;$WORK/b1429=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/async -lang=go1.23 -complete -installsuffix shared -buildid 8vUlvsOgcxHg34mL8LM5/8vUlvsOgcxHg34mL8LM5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1429/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/async/async.go
2025-08-20T21:55:09.5825765Z [00:03:52.290]➜  cp $WORK/b1413/_pkg_.a /root/.cache/go-build/bf/bfb593b9019fe0e0c0f313b2c764c25663922f5fce51589f147b195aefbf53ed-d # internal
2025-08-20T21:55:09.5826363Z [00:03:52.291]➜  net/http/pprof
2025-08-20T21:55:09.5826623Z [00:03:52.291]➜  mkdir -p $WORK/b1411/
2025-08-20T21:55:09.5826998Z [00:03:52.291]➜  cat >/tmp/go-build3999932643/b1411/importcfg << 'EOF' # internal
2025-08-20T21:55:09.5829628Z [00:03:52.291]➜  # import config
2025-08-20T21:55:09.5830102Z [00:03:52.291]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:09.5830539Z [00:03:52.291]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:09.5830967Z [00:03:52.291]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:09.5831381Z [00:03:52.291]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.5831786Z [00:03:52.291]➜  packagefile html=/tmp/go-build3999932643/b175/_pkg_.a
2025-08-20T21:55:09.5832246Z [00:03:52.291]➜  packagefile internal/godebug=/tmp/go-build3999932643/b058/_pkg_.a
2025-08-20T21:55:09.5832738Z [00:03:52.291]➜  packagefile internal/profile=/tmp/go-build3999932643/b1412/_pkg_.a
2025-08-20T21:55:09.5833195Z [00:03:52.291]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:09.5833598Z [00:03:52.291]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:55:09.5834025Z [00:03:52.291]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:09.5834454Z [00:03:52.291]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:09.5834863Z [00:03:52.291]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:09.5835278Z [00:03:52.291]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:09.5835728Z [00:03:52.291]➜  packagefile runtime/pprof=/tmp/go-build3999932643/b1413/_pkg_.a
2025-08-20T21:55:09.5836195Z [00:03:52.291]➜  packagefile runtime/trace=/tmp/go-build3999932643/b833/_pkg_.a
2025-08-20T21:55:09.5836636Z [00:03:52.291]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:55:09.5837055Z [00:03:52.291]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:09.5837905Z [00:03:52.291]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:09.5838438Z [00:03:52.291]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:09.5838801Z [00:03:52.291]➜  EOF
2025-08-20T21:55:09.5840266Z [00:03:52.291]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1411/_pkg_.a -trimpath "/root/.go/src/net/http/pprof=>net/http/pprof;$WORK/b1411=>" -p net/http/pprof -lang=go1.25 -std -complete -installsuffix shared -buildid iEzZuQ-TLSwHQ-rwr2mz/iEzZuQ-TLSwHQ-rwr2mz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1411/importcfg -pack /root/.go/src/net/http/pprof/pprof.go
2025-08-20T21:55:09.5863339Z [00:03:52.296]➜  go tool buildid -w $WORK/b1434/_pkg_.a # internal
2025-08-20T21:55:09.5875002Z [00:03:52.296]➜  cp $WORK/b1434/_pkg_.a /root/.cache/go-build/3b/3b006d1a07f858ff7affdfc980f81722565e269d9d63d0530692ea2b8945f2d2-d # internal
2025-08-20T21:55:09.5875778Z [00:03:52.297]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/body
2025-08-20T21:55:09.5876168Z [00:03:52.297]➜  mkdir -p $WORK/b1430/
2025-08-20T21:55:09.5878777Z [00:03:52.297]➜  cat >/tmp/go-build3999932643/b1430/importcfg << 'EOF' # internal
2025-08-20T21:55:09.5880120Z [00:03:52.297]➜  # import config
2025-08-20T21:55:09.5880596Z [00:03:52.297]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:09.5881029Z [00:03:52.297]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:09.5881912Z [00:03:52.297]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3999932643/b1417/_pkg_.a
2025-08-20T21:55:09.5882719Z [00:03:52.297]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3999932643/b1418/_pkg_.a
2025-08-20T21:55:09.5883515Z [00:03:52.297]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build3999932643/b1427/_pkg_.a
2025-08-20T21:55:09.5884312Z [00:03:52.297]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build3999932643/b1428/_pkg_.a
2025-08-20T21:55:09.5884894Z [00:03:52.297]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:09.5885213Z [00:03:52.297]➜  EOF
2025-08-20T21:55:09.5888563Z [00:03:52.298]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1430/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/body=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/body;$WORK/b1430=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/body -lang=go1.23 -complete -installsuffix shared -buildid Vl0ifvRYV7ujRlbFvS-O/Vl0ifvRYV7ujRlbFvS-O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1430/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/body/body.go
2025-08-20T21:55:09.6031796Z [00:03:52.312]➜  go tool buildid -w $WORK/b1429/_pkg_.a # internal
2025-08-20T21:55:09.6037201Z [00:03:52.313]➜  cp $WORK/b1429/_pkg_.a /root/.cache/go-build/3b/3b36898c15a8f5f87716319dcf3c8d8d48cf6395d7802005bc90471a2afe893c-d # internal
2025-08-20T21:55:09.6068569Z [00:03:52.316]➜  go tool buildid -w $WORK/b1430/_pkg_.a # internal
2025-08-20T21:55:09.6069155Z [00:03:52.316]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/fake
2025-08-20T21:55:09.6070014Z [00:03:52.316]➜  mkdir -p $WORK/b1431/
2025-08-20T21:55:09.6090603Z [00:03:52.318]➜  cp $WORK/b1430/_pkg_.a /root/.cache/go-build/24/2412184134ae523e2b91f549343ef3f046482f224a8b1cab0e0469ee254d332f-d # internal
2025-08-20T21:55:09.6095537Z [00:03:52.319]➜  cat >/tmp/go-build3999932643/b1431/importcfg << 'EOF' # internal
2025-08-20T21:55:09.6097136Z [00:03:52.319]➜  # import config
2025-08-20T21:55:09.6098474Z [00:03:52.319]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:09.6101335Z [00:03:52.319]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:09.6102000Z [00:03:52.319]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.6102737Z [00:03:52.319]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3999932643/b1417/_pkg_.a
2025-08-20T21:55:09.6103614Z [00:03:52.319]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3999932643/b1418/_pkg_.a
2025-08-20T21:55:09.6104422Z [00:03:52.319]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build3999932643/b1427/_pkg_.a
2025-08-20T21:55:09.6105244Z [00:03:52.319]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3999932643/b1421/_pkg_.a
2025-08-20T21:55:09.6106025Z [00:03:52.319]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build3999932643/b1428/_pkg_.a
2025-08-20T21:55:09.6106605Z [00:03:52.319]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:09.6107036Z [00:03:52.319]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:09.6107469Z [00:03:52.319]➜  EOF
2025-08-20T21:55:09.6109952Z [00:03:52.319]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1431/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/fake=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/fake;$WORK/b1431=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/fake -lang=go1.23 -complete -installsuffix shared -buildid qyrYCf3KXvak3btnQXKw/qyrYCf3KXvak3btnQXKw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1431/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/fake/fake.go
2025-08-20T21:55:09.6112370Z [00:03:52.319]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc
2025-08-20T21:55:09.6112757Z [00:03:52.319]➜  mkdir -p $WORK/b1432/
2025-08-20T21:55:09.6113149Z [00:03:52.319]➜  cat >/tmp/go-build3999932643/b1432/importcfg << 'EOF' # internal
2025-08-20T21:55:09.6113498Z [00:03:52.319]➜  # import config
2025-08-20T21:55:09.6113844Z [00:03:52.319]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:09.6114272Z [00:03:52.319]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:09.6114779Z [00:03:52.319]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.6115489Z [00:03:52.319]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3999932643/b1417/_pkg_.a
2025-08-20T21:55:09.6116302Z [00:03:52.319]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3999932643/b1418/_pkg_.a
2025-08-20T21:55:09.6117099Z [00:03:52.319]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build3999932643/b1427/_pkg_.a
2025-08-20T21:55:09.6119866Z [00:03:52.319]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3999932643/b1421/_pkg_.a
2025-08-20T21:55:09.6120657Z [00:03:52.319]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build3999932643/b1428/_pkg_.a
2025-08-20T21:55:09.6121248Z [00:03:52.319]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:09.6121569Z [00:03:52.319]➜  EOF
2025-08-20T21:55:09.6123907Z [00:03:52.319]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1432/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/loc=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/loc;$WORK/b1432=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc -lang=go1.23 -complete -installsuffix shared -buildid ZefnnScssCHBlk5FxDYE/ZefnnScssCHBlk5FxDYE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1432/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/loc/loc.go
2025-08-20T21:55:09.6314212Z [00:03:52.340]➜  go tool buildid -w $WORK/b1431/_pkg_.a # internal
2025-08-20T21:55:09.6333325Z [00:03:52.342]➜  cp $WORK/b1431/_pkg_.a /root/.cache/go-build/3e/3e1024f9542c2723055b1243eeaa5c388cf9e6212837d350792a07efe61af2cc-d # internal
2025-08-20T21:55:09.6343378Z [00:03:52.342]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/op
2025-08-20T21:55:09.6343802Z [00:03:52.342]➜  mkdir -p $WORK/b1433/
2025-08-20T21:55:09.6344179Z [00:03:52.342]➜  cat >/tmp/go-build3999932643/b1433/importcfg << 'EOF' # internal
2025-08-20T21:55:09.6344550Z [00:03:52.342]➜  # import config
2025-08-20T21:55:09.6344890Z [00:03:52.342]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:09.6345318Z [00:03:52.342]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:09.6345731Z [00:03:52.342]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.6346372Z [00:03:52.342]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3999932643/b1417/_pkg_.a
2025-08-20T21:55:09.6347182Z [00:03:52.342]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3999932643/b1418/_pkg_.a
2025-08-20T21:55:09.6348169Z [00:03:52.342]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build3999932643/b1427/_pkg_.a
2025-08-20T21:55:09.6348984Z [00:03:52.342]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3999932643/b1421/_pkg_.a
2025-08-20T21:55:09.6349758Z [00:03:52.342]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build3999932643/b1428/_pkg_.a
2025-08-20T21:55:09.6350666Z [00:03:52.342]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:09.6350987Z [00:03:52.342]➜  EOF
2025-08-20T21:55:09.6353424Z [00:03:52.342]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1433/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/op=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/op;$WORK/b1433=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/op -lang=go1.23 -complete -installsuffix shared -buildid pdCAMPHW3myE3PYGP0Z-/pdCAMPHW3myE3PYGP0Z- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1433/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/op/op.go
2025-08-20T21:55:09.6632179Z [00:03:52.372]➜  go tool buildid -w $WORK/b1432/_pkg_.a # internal
2025-08-20T21:55:09.6633624Z [00:03:52.372]➜  cp $WORK/b1432/_pkg_.a /root/.cache/go-build/4b/4b0c2da6cab237df1cd389f551795867df42042d5870467527e89ccd89aedf93-d # internal
2025-08-20T21:55:09.6635082Z [00:03:52.373]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/temporal
2025-08-20T21:55:09.6635450Z [00:03:52.373]➜  mkdir -p $WORK/b1437/
2025-08-20T21:55:09.6659712Z [00:03:52.374]➜  cat >/tmp/go-build3999932643/b1437/importcfg << 'EOF' # internal
2025-08-20T21:55:09.6660474Z [00:03:52.374]➜  # import config
2025-08-20T21:55:09.6661334Z [00:03:52.374]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:09.6661830Z [00:03:52.374]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:09.6662146Z [00:03:52.374]➜  EOF
2025-08-20T21:55:09.6664386Z [00:03:52.375]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1437/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/temporal=>github.com/Azure/azure-sdk-for-go/sdk/internal@v1.11.1/temporal;$WORK/b1437=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/temporal -lang=go1.23 -complete -installsuffix shared -buildid AyXQV9IiBdTpFYtYuXRo/AyXQV9IiBdTpFYtYuXRo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1437/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/temporal/resource.go
2025-08-20T21:55:09.6711092Z [00:03:52.380]➜  go tool buildid -w $WORK/b1433/_pkg_.a # internal
2025-08-20T21:55:09.6727943Z [00:03:52.382]➜  cp $WORK/b1433/_pkg_.a /root/.cache/go-build/cd/cd265ba96f45fcecca113250a66eac2d65e8dbb4fea997576c44310df1b54172-d # internal
2025-08-20T21:55:09.6760225Z [00:03:52.382]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/uuid
2025-08-20T21:55:09.6760686Z [00:03:52.382]➜  mkdir -p $WORK/b1438/
2025-08-20T21:55:09.6761098Z [00:03:52.383]➜  cat >/tmp/go-build3999932643/b1438/importcfg << 'EOF' # internal
2025-08-20T21:55:09.6761451Z [00:03:52.383]➜  # import config
2025-08-20T21:55:09.6761810Z [00:03:52.383]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:55:09.6762258Z [00:03:52.383]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:09.6762675Z [00:03:52.383]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.6763088Z [00:03:52.383]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:09.6763401Z [00:03:52.383]➜  EOF
2025-08-20T21:55:09.6765857Z [00:03:52.383]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1438/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/uuid=>github.com/Azure/azure-sdk-for-go/sdk/internal@v1.11.1/uuid;$WORK/b1438=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/uuid -lang=go1.23 -complete -installsuffix shared -buildid irHbyxCb4Fr9jbQvw1FI/irHbyxCb4Fr9jbQvw1FI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1438/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/uuid/doc.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/uuid/uuid.go
2025-08-20T21:55:09.6828906Z [00:03:52.392]➜  go tool buildid -w $WORK/b1411/_pkg_.a # internal
2025-08-20T21:55:09.6838718Z [00:03:52.393]➜  go tool buildid -w $WORK/b1437/_pkg_.a # internal
2025-08-20T21:55:09.6844279Z [00:03:52.394]➜  cp $WORK/b1411/_pkg_.a /root/.cache/go-build/05/05c25a169a832cee986286f809d4220a1f7821b85cdfad4b0dff8d8be9d46039-d # internal
2025-08-20T21:55:09.6852011Z [00:03:52.395]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/internal/resource
2025-08-20T21:55:09.6852913Z [00:03:52.395]➜  mkdir -p $WORK/b1440/
2025-08-20T21:55:09.6854814Z [00:03:52.395]➜  cp $WORK/b1437/_pkg_.a /root/.cache/go-build/ba/ba6349d99bc75a49a6f033fc33b58946f1014d7760011c4c7ce3321d851ae45b-d # internal
2025-08-20T21:55:09.6872453Z [00:03:52.396]➜  cat >/tmp/go-build3999932643/b1440/importcfg << 'EOF' # internal
2025-08-20T21:55:09.6872945Z [00:03:52.396]➜  # import config
2025-08-20T21:55:09.6873293Z [00:03:52.396]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.6873727Z [00:03:52.396]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:09.6874045Z [00:03:52.396]➜  EOF
2025-08-20T21:55:09.6876920Z [00:03:52.396]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1440/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/internal/resource=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/internal/resource;$WORK/b1440=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/internal/resource -lang=go1.23 -complete -installsuffix shared -buildid PbIhDhOBNGg427ksmbck/PbIhDhOBNGg427ksmbck -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1440/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/internal/resource/resource_identifier.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/internal/resource/resource_type.go
2025-08-20T21:55:09.6885648Z [00:03:52.398]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/policy
2025-08-20T21:55:09.6886071Z [00:03:52.398]➜  mkdir -p $WORK/b1441/
2025-08-20T21:55:09.6892751Z [00:03:52.399]➜  cat >/tmp/go-build3999932643/b1441/importcfg << 'EOF' # internal
2025-08-20T21:55:09.6893146Z [00:03:52.399]➜  # import config
2025-08-20T21:55:09.6893667Z [00:03:52.399]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3999932643/b1423/_pkg_.a
2025-08-20T21:55:09.6894238Z [00:03:52.399]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:09.6894857Z [00:03:52.399]➜  EOF
2025-08-20T21:55:09.6897172Z [00:03:52.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1441/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/policy=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/policy;$WORK/b1441=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/policy -lang=go1.23 -complete -installsuffix shared -buildid FgO0SB49nPO6cbWdiuC1/FgO0SB49nPO6cbWdiuC1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1441/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/policy/policy.go
2025-08-20T21:55:09.6920124Z [00:03:52.401]➜  go tool buildid -w $WORK/b1438/_pkg_.a # internal
2025-08-20T21:55:09.6943408Z [00:03:52.404]➜  cp $WORK/b1438/_pkg_.a /root/.cache/go-build/eb/eb180d298e2b1e4f76ef39fa455c12c60461399c52625608a1c742958f1429dc-d # internal
2025-08-20T21:55:09.7034664Z [00:03:52.413]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime
2025-08-20T21:55:09.7035147Z [00:03:52.413]➜  mkdir -p $WORK/b1426/
2025-08-20T21:55:09.7045738Z [00:03:52.414]➜  cat >/tmp/go-build3999932643/b1426/importcfg << 'EOF' # internal
2025-08-20T21:55:09.7046211Z [00:03:52.414]➜  # import config
2025-08-20T21:55:09.7046565Z [00:03:52.414]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:09.7046992Z [00:03:52.414]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:09.7047579Z [00:03:52.414]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:55:09.7048436Z [00:03:52.414]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:09.7048913Z [00:03:52.414]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:09.7049378Z [00:03:52.414]➜  packagefile encoding/xml=/tmp/go-build3999932643/b483/_pkg_.a
2025-08-20T21:55:09.7049852Z [00:03:52.414]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:09.7050266Z [00:03:52.414]➜  packagefile flag=/tmp/go-build3999932643/b071/_pkg_.a
2025-08-20T21:55:09.7050680Z [00:03:52.414]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.7051432Z [00:03:52.414]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3999932643/b1417/_pkg_.a
2025-08-20T21:55:09.7052307Z [00:03:52.414]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3999932643/b1418/_pkg_.a
2025-08-20T21:55:09.7053104Z [00:03:52.414]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build3999932643/b1427/_pkg_.a
2025-08-20T21:55:09.7053952Z [00:03:52.414]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/async=/tmp/go-build3999932643/b1429/_pkg_.a
2025-08-20T21:55:09.7054807Z [00:03:52.414]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/body=/tmp/go-build3999932643/b1430/_pkg_.a
2025-08-20T21:55:09.7055657Z [00:03:52.414]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/fake=/tmp/go-build3999932643/b1431/_pkg_.a
2025-08-20T21:55:09.7056514Z [00:03:52.414]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc=/tmp/go-build3999932643/b1432/_pkg_.a
2025-08-20T21:55:09.7057509Z [00:03:52.414]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/op=/tmp/go-build3999932643/b1433/_pkg_.a
2025-08-20T21:55:09.7058394Z [00:03:52.414]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3999932643/b1421/_pkg_.a
2025-08-20T21:55:09.7059165Z [00:03:52.414]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3999932643/b1423/_pkg_.a
2025-08-20T21:55:09.7059908Z [00:03:52.414]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build3999932643/b1434/_pkg_.a
2025-08-20T21:55:09.7060650Z [00:03:52.414]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build3999932643/b1425/_pkg_.a
2025-08-20T21:55:09.7061605Z [00:03:52.414]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/diag=/tmp/go-build3999932643/b1435/_pkg_.a
2025-08-20T21:55:09.7062461Z [00:03:52.414]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo=/tmp/go-build3999932643/b1436/_pkg_.a
2025-08-20T21:55:09.7063298Z [00:03:52.414]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/exported=/tmp/go-build3999932643/b1422/_pkg_.a
2025-08-20T21:55:09.7064047Z [00:03:52.414]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build3999932643/b1428/_pkg_.a
2025-08-20T21:55:09.7064805Z [00:03:52.414]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/temporal=/tmp/go-build3999932643/b1437/_pkg_.a
2025-08-20T21:55:09.7065541Z [00:03:52.414]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build3999932643/b1438/_pkg_.a
2025-08-20T21:55:09.7066164Z [00:03:52.414]➜  packagefile golang.org/x/net/http2=/tmp/go-build3999932643/b472/_pkg_.a
2025-08-20T21:55:09.7066628Z [00:03:52.414]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:09.7067036Z [00:03:52.414]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:55:09.7067940Z [00:03:52.414]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:55:09.7068621Z [00:03:52.414]➜  packagefile mime/multipart=/tmp/go-build3999932643/b215/_pkg_.a
2025-08-20T21:55:09.7069131Z [00:03:52.414]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:09.7069739Z [00:03:52.414]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:09.7070190Z [00:03:52.414]➜  packagefile net/textproto=/tmp/go-build3999932643/b211/_pkg_.a
2025-08-20T21:55:09.7070633Z [00:03:52.414]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:09.7071042Z [00:03:52.414]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:09.7071444Z [00:03:52.414]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:55:09.7071869Z [00:03:52.414]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:09.7072296Z [00:03:52.414]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:09.7072720Z [00:03:52.414]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:09.7073136Z [00:03:52.414]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:09.7073549Z [00:03:52.414]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:09.7073968Z [00:03:52.414]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:09.7074374Z [00:03:52.414]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:09.7074676Z [00:03:52.414]➜  EOF
2025-08-20T21:55:09.7084244Z [00:03:52.414]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1426/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime;$WORK/b1426=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime -lang=go1.23 -complete -installsuffix shared -buildid B4XCJEMRniWAFz8cjIma/B4XCJEMRniWAFz8cjIma -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1426/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/doc.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/errors.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/pager.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/pipeline.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/policy_api_version.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/policy_bearer_token.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/policy_body_download.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/policy_http_header.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/policy_http_trace.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/policy_include_response.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/policy_key_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/policy_logging.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/policy_request_id.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/policy_retry.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/policy_sas_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/policy_telemetry.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/poller.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/request.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/response.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/transport_default_dialer_other.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/transport_default_http_client.go
2025-08-20T21:55:09.7459682Z [00:03:52.453]➜  go tool buildid -w $WORK/b1440/_pkg_.a # internal
2025-08-20T21:55:09.7460219Z [00:03:52.454]➜  go tool buildid -w $WORK/b1441/_pkg_.a # internal
2025-08-20T21:55:09.7460904Z [00:03:52.455]➜  cp $WORK/b1441/_pkg_.a /root/.cache/go-build/a8/a8ec442edec28e2ea4bc51606240f3a4ab2d8c598bf1ce4e1f0c1c5f860dc316-d # internal
2025-08-20T21:55:09.7461813Z [00:03:52.455]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache
2025-08-20T21:55:09.7462232Z [00:03:52.455]➜  mkdir -p $WORK/b1443/
2025-08-20T21:55:09.7464144Z [00:03:52.456]➜  cat >/tmp/go-build3999932643/b1443/importcfg << 'EOF' # internal
2025-08-20T21:55:09.7464501Z [00:03:52.456]➜  # import config
2025-08-20T21:55:09.7464842Z [00:03:52.456]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:09.7465172Z [00:03:52.456]➜  EOF
2025-08-20T21:55:09.7468086Z [00:03:52.456]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1443/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/cache=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/cache;$WORK/b1443=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache -lang=go1.18 -complete -installsuffix shared -buildid BAWAwEM6DYYPMgQFtyJR/BAWAwEM6DYYPMgQFtyJR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1443/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/cache/cache.go
2025-08-20T21:55:09.7482788Z [00:03:52.457]➜  cp $WORK/b1440/_pkg_.a /root/.cache/go-build/df/df4bc061ee327aa32e23c06ea005ddfdc5bb1c161ac41f8b5442c4fba749c2c5-d # internal
2025-08-20T21:55:09.7485349Z [00:03:52.458]➜  github.com/kylelemons/godebug/diff
2025-08-20T21:55:09.7486109Z [00:03:52.458]➜  mkdir -p $WORK/b1448/
2025-08-20T21:55:09.7497088Z [00:03:52.459]➜  cat >/tmp/go-build3999932643/b1448/importcfg << 'EOF' # internal
2025-08-20T21:55:09.7518764Z [00:03:52.459]➜  # import config
2025-08-20T21:55:09.7519157Z [00:03:52.459]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:09.7519581Z [00:03:52.459]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.7520000Z [00:03:52.459]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:09.7520326Z [00:03:52.459]➜  EOF
2025-08-20T21:55:09.7522175Z [00:03:52.459]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1448/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kylelemons/godebug@v1.1.0/diff=>github.com/kylelemons/godebug@v1.1.0/diff;$WORK/b1448=>" -p github.com/kylelemons/godebug/diff -lang=go1.11 -complete -installsuffix shared -buildid UIgwj_i7rIIx_LeYISTu/UIgwj_i7rIIx_LeYISTu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1448/importcfg -pack /root/go/pkg/mod/github.com/kylelemons/godebug@v1.1.0/diff/diff.go
2025-08-20T21:55:09.7596315Z [00:03:52.469]➜  go tool buildid -w $WORK/b1443/_pkg_.a # internal
2025-08-20T21:55:09.7600814Z [00:03:52.469]➜  cp $WORK/b1443/_pkg_.a /root/.cache/go-build/ef/efae841a508074bed134a6711f226f46873fc1a7d85986704e1a3358fa0c0544-d # internal
2025-08-20T21:55:09.7613676Z [00:03:52.470]➜  github.com/Azure/azure-sdk-for-go/sdk/azidentity/internal
2025-08-20T21:55:09.7614163Z [00:03:52.470]➜  mkdir -p $WORK/b1442/
2025-08-20T21:55:09.7614562Z [00:03:52.471]➜  cat >/tmp/go-build3999932643/b1442/importcfg << 'EOF' # internal
2025-08-20T21:55:09.7614911Z [00:03:52.471]➜  # import config
2025-08-20T21:55:09.7615513Z [00:03:52.471]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache=/tmp/go-build3999932643/b1443/_pkg_.a
2025-08-20T21:55:09.7616156Z [00:03:52.471]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:09.7616463Z [00:03:52.471]➜  EOF
2025-08-20T21:55:09.7638215Z [00:03:52.473]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1442/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/internal=>github.com/Azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/internal;$WORK/b1442=>" -p github.com/Azure/azure-sdk-for-go/sdk/azidentity/internal -lang=go1.23 -complete -installsuffix shared -buildid ii_XP21L8APP1E0ApHla/ii_XP21L8APP1E0ApHla -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1442/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/internal/cache.go
2025-08-20T21:55:09.7780595Z [00:03:52.487]➜  go tool buildid -w $WORK/b1442/_pkg_.a # internal
2025-08-20T21:55:09.7809186Z [00:03:52.490]➜  cp $WORK/b1442/_pkg_.a /root/.cache/go-build/09/09f7ad9555a75830276e523dfdba5b90aa25df477d500a6e91fe77554e78b405-d # internal
2025-08-20T21:55:09.7818744Z [00:03:52.491]➜  go tool buildid -w $WORK/b1448/_pkg_.a # internal
2025-08-20T21:55:09.7821501Z [00:03:52.491]➜  cp $WORK/b1448/_pkg_.a /root/.cache/go-build/a5/a5b8729ab2a650ab988631d43fae04845ea50aae5b1ff0e12c62f6da8b2cdfbd-d # internal
2025-08-20T21:55:09.7824392Z [00:03:52.492]➜  github.com/kylelemons/godebug/pretty
2025-08-20T21:55:09.7825890Z [00:03:52.492]➜  mkdir -p $WORK/b1447/
2025-08-20T21:55:09.7831598Z [00:03:52.492]➜  cat >/tmp/go-build3999932643/b1447/importcfg << 'EOF' # internal
2025-08-20T21:55:09.7832035Z [00:03:52.492]➜  # import config
2025-08-20T21:55:09.7832376Z [00:03:52.492]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:09.7832816Z [00:03:52.492]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:09.7833242Z [00:03:52.492]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:55:09.7833661Z [00:03:52.492]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.7834180Z [00:03:52.492]➜  packagefile github.com/kylelemons/godebug/diff=/tmp/go-build3999932643/b1448/_pkg_.a
2025-08-20T21:55:09.7834685Z [00:03:52.492]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:09.7835337Z [00:03:52.492]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:09.7835854Z [00:03:52.492]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:09.7836282Z [00:03:52.492]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:09.7836699Z [00:03:52.492]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:09.7837122Z [00:03:52.492]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:09.7837742Z [00:03:52.492]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:09.7838055Z [00:03:52.492]➜  EOF
2025-08-20T21:55:09.7839210Z [00:03:52.493]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json
2025-08-20T21:55:09.7840564Z [00:03:52.493]➜  mkdir -p $WORK/b1450/
2025-08-20T21:55:09.7840970Z [00:03:52.493]➜  cat >/tmp/go-build3999932643/b1450/importcfg << 'EOF' # internal
2025-08-20T21:55:09.7841569Z [00:03:52.493]➜  # import config
2025-08-20T21:55:09.7841914Z [00:03:52.493]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:09.7842357Z [00:03:52.493]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:09.7842798Z [00:03:52.493]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.7843234Z [00:03:52.493]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:09.7843841Z [00:03:52.493]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:09.7844267Z [00:03:52.493]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:55:09.7844580Z [00:03:52.493]➜  EOF
2025-08-20T21:55:09.7848750Z [00:03:52.493]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1450/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/json=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/json;$WORK/b1450=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json -lang=go1.18 -complete -installsuffix shared -buildid eU1PHGcrLOy6Gpbslthw/eU1PHGcrLOy6Gpbslthw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1450/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/json/json.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/json/mapslice.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/json/marshal.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/json/struct.go
2025-08-20T21:55:09.7867741Z [00:03:52.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1447/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kylelemons/godebug@v1.1.0/pretty=>github.com/kylelemons/godebug@v1.1.0/pretty;$WORK/b1447=>" -p github.com/kylelemons/godebug/pretty -lang=go1.11 -complete -installsuffix shared -buildid WhfWidRxxkzlZrtgcQq3/WhfWidRxxkzlZrtgcQq3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1447/importcfg -pack /root/go/pkg/mod/github.com/kylelemons/godebug@v1.1.0/pretty/doc.go /root/go/pkg/mod/github.com/kylelemons/godebug@v1.1.0/pretty/public.go /root/go/pkg/mod/github.com/kylelemons/godebug@v1.1.0/pretty/reflect.go /root/go/pkg/mod/github.com/kylelemons/godebug@v1.1.0/pretty/structure.go
2025-08-20T21:55:09.8593711Z [00:03:52.568]➜  go tool buildid -w $WORK/b1447/_pkg_.a # internal
2025-08-20T21:55:09.8619953Z [00:03:52.570]➜  cp $WORK/b1447/_pkg_.a /root/.cache/go-build/ed/ed0a2cdf35d1fe708f17c6134670d4a1b22515afda2c03e216601d8c454e4531-d # internal
2025-08-20T21:55:09.8676082Z [00:03:52.576]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors
2025-08-20T21:55:09.8676570Z [00:03:52.577]➜  mkdir -p $WORK/b1446/
2025-08-20T21:55:09.8676957Z [00:03:52.577]➜  cat >/tmp/go-build3999932643/b1446/importcfg << 'EOF' # internal
2025-08-20T21:55:09.8677778Z [00:03:52.577]➜  # import config
2025-08-20T21:55:09.8678268Z [00:03:52.577]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:09.8678839Z [00:03:52.577]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.8679432Z [00:03:52.577]➜  packagefile github.com/kylelemons/godebug/pretty=/tmp/go-build3999932643/b1447/_pkg_.a
2025-08-20T21:55:09.8680001Z [00:03:52.577]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:09.8680428Z [00:03:52.577]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:09.8680859Z [00:03:52.577]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:09.8681282Z [00:03:52.577]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:09.8681594Z [00:03:52.577]➜  EOF
2025-08-20T21:55:09.8685099Z [00:03:52.578]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1446/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/errors=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/errors;$WORK/b1446=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors -lang=go1.18 -complete -installsuffix shared -buildid 5Z9F5dIVJXunk_xoZoSc/5Z9F5dIVJXunk_xoZoSc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1446/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/errors/errors.go
2025-08-20T21:55:09.9372918Z [00:03:52.647]➜  go tool buildid -w $WORK/b1426/_pkg_.a # internal
2025-08-20T21:55:09.9405096Z [00:03:52.650]➜  cp $WORK/b1426/_pkg_.a /root/.cache/go-build/58/58e6786e2b22c32f2a051fadc96852ab33ec63ed436e690fd12787e18b5c5774-d # internal
2025-08-20T21:55:09.9462530Z [00:03:52.655]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore
2025-08-20T21:55:09.9463098Z [00:03:52.655]➜  mkdir -p $WORK/b1416/
2025-08-20T21:55:09.9463623Z [00:03:52.655]➜  cat >/tmp/go-build3999932643/b1416/importcfg << 'EOF' # internal
2025-08-20T21:55:09.9464123Z [00:03:52.655]➜  # import config
2025-08-20T21:55:09.9464780Z [00:03:52.655]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3999932643/b1417/_pkg_.a
2025-08-20T21:55:09.9465944Z [00:03:52.655]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3999932643/b1421/_pkg_.a
2025-08-20T21:55:09.9466874Z [00:03:52.655]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3999932643/b1423/_pkg_.a
2025-08-20T21:55:09.9467883Z [00:03:52.655]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3999932643/b1426/_pkg_.a
2025-08-20T21:55:09.9468758Z [00:03:52.655]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build3999932643/b1425/_pkg_.a
2025-08-20T21:55:09.9469425Z [00:03:52.656]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:09.9469960Z [00:03:52.656]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:09.9470479Z [00:03:52.656]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:09.9470878Z [00:03:52.656]➜  EOF
2025-08-20T21:55:09.9474853Z [00:03:52.656]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1416/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0;$WORK/b1416=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore -lang=go1.23 -complete -installsuffix shared -buildid NIzLOGUOBZzcL-7lyF-O/NIzLOGUOBZzcL-7lyF-O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1416/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/core.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/doc.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/errors.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/etag.go
2025-08-20T21:55:09.9479134Z [00:03:52.657]➜  go tool buildid -w $WORK/b1450/_pkg_.a # internal
2025-08-20T21:55:09.9489912Z [00:03:52.658]➜  cp $WORK/b1450/_pkg_.a /root/.cache/go-build/47/47ae01782ab4b9463220e0b456b9aa1d3ad422be43c72043c959773031d03993-d # internal
2025-08-20T21:55:09.9536090Z [00:03:52.663]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time
2025-08-20T21:55:09.9536701Z [00:03:52.663]➜  mkdir -p $WORK/b1451/
2025-08-20T21:55:09.9540744Z [00:03:52.663]➜  go tool buildid -w $WORK/b1446/_pkg_.a # internal
2025-08-20T21:55:09.9545235Z [00:03:52.664]➜  cat >/tmp/go-build3999932643/b1451/importcfg << 'EOF' # internal
2025-08-20T21:55:09.9545829Z [00:03:52.664]➜  # import config
2025-08-20T21:55:09.9547832Z [00:03:52.664]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.9548335Z [00:03:52.664]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:09.9548765Z [00:03:52.664]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:09.9549193Z [00:03:52.664]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:09.9549496Z [00:03:52.664]➜  EOF
2025-08-20T21:55:09.9552343Z [00:03:52.664]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1451/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/json/types/time=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/json/types/time;$WORK/b1451=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time -lang=go1.18 -complete -installsuffix shared -buildid mx5mCjxP8LFnDgsJVt8C/mx5mCjxP8LFnDgsJVt8C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1451/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/json/types/time/time.go
2025-08-20T21:55:09.9561178Z [00:03:52.664]➜  cp $WORK/b1446/_pkg_.a /root/.cache/go-build/93/9357b598e7820376b1c6b098990554598f33df5e60feb058d03c724b6e4d6789-d # internal
2025-08-20T21:55:09.9562034Z [00:03:52.665]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority
2025-08-20T21:55:09.9562546Z [00:03:52.665]➜  mkdir -p $WORK/b1456/
2025-08-20T21:55:09.9572508Z [00:03:52.666]➜  cat >/tmp/go-build3999932643/b1456/importcfg << 'EOF' # internal
2025-08-20T21:55:09.9573008Z [00:03:52.666]➜  # import config
2025-08-20T21:55:09.9573352Z [00:03:52.666]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:09.9573809Z [00:03:52.666]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:55:09.9574284Z [00:03:52.666]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:09.9574757Z [00:03:52.666]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:09.9575197Z [00:03:52.666]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:09.9575606Z [00:03:52.666]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.9576083Z [00:03:52.666]➜  packagefile github.com/google/uuid=/tmp/go-build3999932643/b324/_pkg_.a
2025-08-20T21:55:09.9576543Z [00:03:52.666]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:09.9576963Z [00:03:52.666]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:09.9577599Z [00:03:52.666]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:09.9578074Z [00:03:52.666]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:09.9578487Z [00:03:52.666]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:55:09.9578906Z [00:03:52.666]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:09.9579332Z [00:03:52.666]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:09.9579744Z [00:03:52.666]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:09.9580050Z [00:03:52.666]➜  EOF
2025-08-20T21:55:09.9583808Z [00:03:52.667]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1456/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/authority=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/authority;$WORK/b1456=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority -lang=go1.18 -complete -installsuffix shared -buildid vY2YJALv4viRIX0WcV-z/vY2YJALv4viRIX0WcV-z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1456/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/authority/authority.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/authority/authorizetype_string.go
2025-08-20T21:55:09.9846798Z [00:03:52.693]➜  go tool buildid -w $WORK/b1451/_pkg_.a # internal
2025-08-20T21:55:09.9847733Z [00:03:52.694]➜  cp $WORK/b1451/_pkg_.a /root/.cache/go-build/73/7354a70793339c069d7c0fe728758c71d80ecf276051e98c0127629096ca2ee2-d # internal
2025-08-20T21:55:09.9869148Z [00:03:52.694]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared
2025-08-20T21:55:09.9887737Z [00:03:52.694]➜  mkdir -p $WORK/b1460/
2025-08-20T21:55:09.9888221Z [00:03:52.695]➜  cat >/tmp/go-build3999932643/b1460/importcfg << 'EOF' # internal
2025-08-20T21:55:09.9888576Z [00:03:52.695]➜  # import config
2025-08-20T21:55:09.9889269Z [00:03:52.695]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:09.9889716Z [00:03:52.695]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:09.9890150Z [00:03:52.695]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:09.9890468Z [00:03:52.695]➜  EOF
2025-08-20T21:55:09.9893218Z [00:03:52.695]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1460/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/shared=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/shared;$WORK/b1460=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared -lang=go1.18 -complete -installsuffix shared -buildid ZavjFU-gt95It63VnkL7/ZavjFU-gt95It63VnkL7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1460/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/shared/shared.go
2025-08-20T21:55:09.9932529Z [00:03:52.702]➜  go tool buildid -w $WORK/b1416/_pkg_.a # internal
2025-08-20T21:55:09.9962749Z [00:03:52.705]➜  cp $WORK/b1416/_pkg_.a /root/.cache/go-build/a7/a723ecc392fab6e6fbeee2b1489c97b573c28b4b111a50f00bed0a32b2643824-d # internal
2025-08-20T21:55:09.9984153Z [00:03:52.708]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime
2025-08-20T21:55:09.9984681Z [00:03:52.708]➜  mkdir -p $WORK/b1439/
2025-08-20T21:55:09.9994210Z [00:03:52.709]➜  cat >/tmp/go-build3999932643/b1439/importcfg << 'EOF' # internal
2025-08-20T21:55:09.9994590Z [00:03:52.709]➜  # import config
2025-08-20T21:55:09.9994953Z [00:03:52.709]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:09.9995387Z [00:03:52.709]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:09.9995799Z [00:03:52.709]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:09.9996355Z [00:03:52.709]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3999932643/b1416/_pkg_.a
2025-08-20T21:55:09.9997141Z [00:03:52.709]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/internal/resource=/tmp/go-build3999932643/b1440/_pkg_.a
2025-08-20T21:55:09.9998131Z [00:03:52.709]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/policy=/tmp/go-build3999932643/b1441/_pkg_.a
2025-08-20T21:55:09.9998875Z [00:03:52.709]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud=/tmp/go-build3999932643/b1424/_pkg_.a
2025-08-20T21:55:10.0000065Z [00:03:52.709]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3999932643/b1417/_pkg_.a
2025-08-20T21:55:10.0000936Z [00:03:52.709]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3999932643/b1421/_pkg_.a
2025-08-20T21:55:10.0001704Z [00:03:52.709]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3999932643/b1423/_pkg_.a
2025-08-20T21:55:10.0002447Z [00:03:52.709]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3999932643/b1426/_pkg_.a
2025-08-20T21:55:10.0003183Z [00:03:52.709]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build3999932643/b1425/_pkg_.a
2025-08-20T21:55:10.0003908Z [00:03:52.709]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build3999932643/b1420/_pkg_.a
2025-08-20T21:55:10.0004646Z [00:03:52.709]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/temporal=/tmp/go-build3999932643/b1437/_pkg_.a
2025-08-20T21:55:10.0005238Z [00:03:52.709]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:10.0005663Z [00:03:52.709]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:10.0006091Z [00:03:52.709]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:10.0006508Z [00:03:52.709]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:10.0007080Z [00:03:52.709]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:10.0007494Z [00:03:52.709]➜  EOF
2025-08-20T21:55:10.0011381Z [00:03:52.709]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1439/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/runtime=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/runtime;$WORK/b1439=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime -lang=go1.23 -complete -installsuffix shared -buildid LafjguKl7QYR1hyJilPN/LafjguKl7QYR1hyJilPN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1439/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/runtime/pipeline.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/runtime/policy_bearer_token.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/runtime/policy_register_rp.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/runtime/policy_trace_namespace.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/runtime/runtime.go
2025-08-20T21:55:10.0361841Z [00:03:52.745]➜  go tool buildid -w $WORK/b1456/_pkg_.a # internal
2025-08-20T21:55:10.0362348Z [00:03:52.745]➜  go tool buildid -w $WORK/b1460/_pkg_.a # internal
2025-08-20T21:55:10.0374554Z [00:03:52.747]➜  cp $WORK/b1456/_pkg_.a /root/.cache/go-build/3b/3bdafd9e9b03284f27cecf9842d98e1bac731ec560fc5251013ad7c3dc421525-d # internal
2025-08-20T21:55:10.0377607Z [00:03:52.747]➜  cp $WORK/b1460/_pkg_.a /root/.cache/go-build/4e/4e66c38b7e5a411c342d4802bae397ffd731a91d3a3f8a102c574f08a14eb18a-d # internal
2025-08-20T21:55:10.0448026Z [00:03:52.751]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust/defs
2025-08-20T21:55:10.0448657Z [00:03:52.751]➜  mkdir -p $WORK/b1459/
2025-08-20T21:55:10.0449044Z [00:03:52.751]➜  cat >/tmp/go-build3999932643/b1459/importcfg << 'EOF' # internal
2025-08-20T21:55:10.0449409Z [00:03:52.751]➜  # import config
2025-08-20T21:55:10.0449775Z [00:03:52.751]➜  packagefile encoding/xml=/tmp/go-build3999932643/b483/_pkg_.a
2025-08-20T21:55:10.0450220Z [00:03:52.751]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:10.0450632Z [00:03:52.751]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:10.0451453Z [00:03:52.751]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3999932643/b1456/_pkg_.a
2025-08-20T21:55:10.0452577Z [00:03:52.751]➜  packagefile github.com/google/uuid=/tmp/go-build3999932643/b324/_pkg_.a
2025-08-20T21:55:10.0453170Z [00:03:52.751]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:10.0453678Z [00:03:52.751]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:10.0454099Z [00:03:52.751]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:10.0454406Z [00:03:52.751]➜  EOF
2025-08-20T21:55:10.0460456Z [00:03:52.754]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1459/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/wstrust/defs=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/wstrust/defs;$WORK/b1459=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust/defs -lang=go1.18 -complete -installsuffix shared -buildid xCb1HGHKDUhr9DyhuKeH/xCb1HGHKDUhr9DyhuKeH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1459/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/wstrust/defs/endpointtype_string.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/wstrust/defs/mex_document_definitions.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/wstrust/defs/saml_assertion_definitions.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/wstrust/defs/version_string.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/wstrust/defs/wstrust_endpoint.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/wstrust/defs/wstrust_mex_document.go
2025-08-20T21:55:10.0509740Z [00:03:52.760]➜  github.com/golang-jwt/jwt/v5
2025-08-20T21:55:10.0510232Z [00:03:52.760]➜  mkdir -p $WORK/b1461/
2025-08-20T21:55:10.0513211Z [00:03:52.761]➜  cat >/tmp/go-build3999932643/b1461/importcfg << 'EOF' # internal
2025-08-20T21:55:10.0516699Z [00:03:52.761]➜  # import config
2025-08-20T21:55:10.0517293Z [00:03:52.761]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:10.0517912Z [00:03:52.761]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:55:10.0518371Z [00:03:52.761]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:55:10.0518839Z [00:03:52.761]➜  packagefile crypto/ed25519=/tmp/go-build3999932643/b130/_pkg_.a
2025-08-20T21:55:10.0519300Z [00:03:52.761]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:55:10.0519752Z [00:03:52.761]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:55:10.0520201Z [00:03:52.761]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:55:10.0520671Z [00:03:52.761]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:55:10.0521134Z [00:03:52.761]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:55:10.0521607Z [00:03:52.761]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:10.0522081Z [00:03:52.761]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:10.0522543Z [00:03:52.761]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:55:10.0522984Z [00:03:52.761]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:10.0523391Z [00:03:52.761]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:10.0523797Z [00:03:52.761]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:55:10.0524213Z [00:03:52.761]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:55:10.0524638Z [00:03:52.761]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:10.0525290Z [00:03:52.761]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:10.0525797Z [00:03:52.761]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:10.0526293Z [00:03:52.761]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:10.0526603Z [00:03:52.761]➜  EOF
2025-08-20T21:55:10.0533290Z [00:03:52.761]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1461/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2=>github.com/golang-jwt/jwt/v5@v5.2.2;$WORK/b1461=>" -p github.com/golang-jwt/jwt/v5 -lang=go1.18 -complete -installsuffix shared -buildid UREainJItpQyz3d8bbUH/UREainJItpQyz3d8bbUH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1461/importcfg -pack /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/claims.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/doc.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/ecdsa.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/ecdsa_utils.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/ed25519.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/ed25519_utils.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/errors.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/errors_go1_20.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/hmac.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/map_claims.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/none.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/parser.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/parser_option.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/registered_claims.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/rsa.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/rsa_pss.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/rsa_utils.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/signing_method.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/token.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/token_option.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/types.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/validator.go
2025-08-20T21:55:10.0768369Z [00:03:52.786]➜  go tool buildid -w $WORK/b1439/_pkg_.a # internal
2025-08-20T21:55:10.0786832Z [00:03:52.788]➜  cp $WORK/b1439/_pkg_.a /root/.cache/go-build/da/dad39a61621cd76dbf4a9a16d8c5f72485284e09d7d0d0aaeb6fb044bd5148fb-d # internal
2025-08-20T21:55:10.0817879Z [00:03:52.791]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/comm
2025-08-20T21:55:10.0819306Z [00:03:52.791]➜  mkdir -p $WORK/b1462/
2025-08-20T21:55:10.0826005Z [00:03:52.792]➜  cat >/tmp/go-build3999932643/b1462/importcfg << 'EOF' # internal
2025-08-20T21:55:10.0826595Z [00:03:52.792]➜  # import config
2025-08-20T21:55:10.0826961Z [00:03:52.792]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:10.0827636Z [00:03:52.792]➜  packagefile compress/gzip=/tmp/go-build3999932643/b203/_pkg_.a
2025-08-20T21:55:10.0828244Z [00:03:52.792]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:10.0828722Z [00:03:52.792]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:10.0829209Z [00:03:52.792]➜  packagefile encoding/xml=/tmp/go-build3999932643/b483/_pkg_.a
2025-08-20T21:55:10.0829655Z [00:03:52.792]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:10.0830482Z [00:03:52.792]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build3999932643/b1446/_pkg_.a
2025-08-20T21:55:10.0831538Z [00:03:52.792]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json=/tmp/go-build3999932643/b1450/_pkg_.a
2025-08-20T21:55:10.0832618Z [00:03:52.792]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/version=/tmp/go-build3999932643/b1463/_pkg_.a
2025-08-20T21:55:10.0833471Z [00:03:52.792]➜  packagefile github.com/google/uuid=/tmp/go-build3999932643/b324/_pkg_.a
2025-08-20T21:55:10.0861886Z [00:03:52.792]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:10.0862670Z [00:03:52.792]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:10.0863129Z [00:03:52.792]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:10.0863557Z [00:03:52.792]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:10.0863987Z [00:03:52.792]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:10.0864408Z [00:03:52.792]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:10.0864820Z [00:03:52.792]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:10.0865126Z [00:03:52.792]➜  EOF
2025-08-20T21:55:10.0868836Z [00:03:52.793]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1462/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/internal/comm=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/internal/comm;$WORK/b1462=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/comm -lang=go1.18 -complete -installsuffix shared -buildid uLkinA2skpFBMgNGo8Q4/uLkinA2skpFBMgNGo8Q4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1462/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/internal/comm/comm.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/internal/comm/compress.go
2025-08-20T21:55:10.1201256Z [00:03:52.829]➜  go tool buildid -w $WORK/b1459/_pkg_.a # internal
2025-08-20T21:55:10.1219712Z [00:03:52.831]➜  cp $WORK/b1459/_pkg_.a /root/.cache/go-build/d8/d8ff02def16556e918d8e2f1ccf5a279e227c776d6f4a3b075ad730a4f2bd368-d # internal
2025-08-20T21:55:10.1226518Z [00:03:52.832]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust
2025-08-20T21:55:10.1228683Z [00:03:52.832]➜  mkdir -p $WORK/b1458/
2025-08-20T21:55:10.1239254Z [00:03:52.833]➜  cat >/tmp/go-build3999932643/b1458/importcfg << 'EOF' # internal
2025-08-20T21:55:10.1240395Z [00:03:52.833]➜  # import config
2025-08-20T21:55:10.1240839Z [00:03:52.833]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:10.1241275Z [00:03:52.833]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:10.1241709Z [00:03:52.833]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:10.1242490Z [00:03:52.833]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3999932643/b1456/_pkg_.a
2025-08-20T21:55:10.1243600Z [00:03:52.833]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/grant=/tmp/go-build3999932643/b1457/_pkg_.a
2025-08-20T21:55:10.1244734Z [00:03:52.833]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust/defs=/tmp/go-build3999932643/b1459/_pkg_.a
2025-08-20T21:55:10.1245742Z [00:03:52.833]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:10.1246410Z [00:03:52.833]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:10.1246934Z [00:03:52.833]➜  EOF
2025-08-20T21:55:10.1252283Z [00:03:52.834]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1458/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/wstrust=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/wstrust;$WORK/b1458=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust -lang=go1.18 -complete -installsuffix shared -buildid k0CXNhhC1q7esF7PCqqx/k0CXNhhC1q7esF7PCqqx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1458/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/wstrust/wstrust.go
2025-08-20T21:55:10.1482596Z [00:03:52.858]➜  go tool buildid -w $WORK/b1458/_pkg_.a # internal
2025-08-20T21:55:10.1494262Z [00:03:52.859]➜  cp $WORK/b1458/_pkg_.a /root/.cache/go-build/bd/bda9f158d10fe46e6b6162941885fb3fca6b3722de22f4c1f648e47c3bf4a893-d # internal
2025-08-20T21:55:10.1508274Z [00:03:52.860]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/options
2025-08-20T21:55:10.1512982Z [00:03:52.861]➜  mkdir -p $WORK/b1464/
2025-08-20T21:55:10.1523181Z [00:03:52.862]➜  cat >/tmp/go-build3999932643/b1464/importcfg << 'EOF' # internal
2025-08-20T21:55:10.1524083Z [00:03:52.862]➜  # import config
2025-08-20T21:55:10.1524498Z [00:03:52.862]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:10.1524926Z [00:03:52.862]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:10.1525249Z [00:03:52.862]➜  EOF
2025-08-20T21:55:10.1536474Z [00:03:52.862]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1464/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/options=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/options;$WORK/b1464=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/options -lang=go1.18 -complete -installsuffix shared -buildid CCJZwJ6u6y9YCda83o0F/CCJZwJ6u6y9YCda83o0F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1464/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/options/options.go
2025-08-20T21:55:10.1789410Z [00:03:52.888]➜  go tool buildid -w $WORK/b1462/_pkg_.a # internal
2025-08-20T21:55:10.1802137Z [00:03:52.889]➜  cp $WORK/b1462/_pkg_.a /root/.cache/go-build/4e/4ecefa6614df9ba7f0ccd234e9204f8c6d2dfa20be36def4588175b1f7ccbc45-d # internal
2025-08-20T21:55:10.1812648Z [00:03:52.890]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/local
2025-08-20T21:55:10.1814754Z [00:03:52.891]➜  mkdir -p $WORK/b1467/
2025-08-20T21:55:10.1815419Z [00:03:52.891]➜  cat >/tmp/go-build3999932643/b1467/importcfg << 'EOF' # internal
2025-08-20T21:55:10.1815835Z [00:03:52.891]➜  # import config
2025-08-20T21:55:10.1816184Z [00:03:52.891]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:10.1816616Z [00:03:52.891]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:10.1817021Z [00:03:52.891]➜  packagefile html=/tmp/go-build3999932643/b175/_pkg_.a
2025-08-20T21:55:10.1817676Z [00:03:52.891]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:10.1818194Z [00:03:52.891]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:10.1818623Z [00:03:52.891]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:10.1819058Z [00:03:52.891]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:10.1823375Z [00:03:52.891]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:10.1823705Z [00:03:52.891]➜  EOF
2025-08-20T21:55:10.1842253Z [00:03:52.891]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1467/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/local=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/local;$WORK/b1467=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/local -lang=go1.18 -complete -installsuffix shared -buildid nrZ7dvuYSZWq_kfCIYVy/nrZ7dvuYSZWq_kfCIYVy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1467/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/local/server.go
2025-08-20T21:55:10.1844833Z [00:03:52.891]➜  go tool buildid -w $WORK/b1464/_pkg_.a # internal
2025-08-20T21:55:10.1845909Z [00:03:52.892]➜  cp $WORK/b1464/_pkg_.a /root/.cache/go-build/68/6810848f15e66fe8031969653ac48296493f89fe05e183cc0d59759d9835f49d-d # internal
2025-08-20T21:55:10.1846518Z [00:03:52.892]➜  github.com/pkg/browser
2025-08-20T21:55:10.1846798Z [00:03:52.892]➜  mkdir -p $WORK/b1468/
2025-08-20T21:55:10.1847170Z [00:03:52.893]➜  cat >/tmp/go-build3999932643/b1468/importcfg << 'EOF' # internal
2025-08-20T21:55:10.1847778Z [00:03:52.893]➜  # import config
2025-08-20T21:55:10.1848125Z [00:03:52.893]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:10.1848526Z [00:03:52.893]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:10.1848943Z [00:03:52.893]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:55:10.1849360Z [00:03:52.893]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:10.1849765Z [00:03:52.893]➜  packagefile os/exec=/tmp/go-build3999932643/b507/_pkg_.a
2025-08-20T21:55:10.1850215Z [00:03:52.893]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:10.1850665Z [00:03:52.893]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:10.1850977Z [00:03:52.893]➜  EOF
2025-08-20T21:55:10.1853322Z [00:03:52.893]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1468/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/browser@v0.0.0-20240102092130-5ac0b6a4141c=>github.com/pkg/browser@v0.0.0-20240102092130-5ac0b6a4141c;$WORK/b1468=>" -p github.com/pkg/browser -lang=go1.14 -complete -installsuffix shared -buildid rohtZSZT22YUSOGCmWan/rohtZSZT22YUSOGCmWan -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1468/importcfg -pack /root/go/pkg/mod/github.com/pkg/browser@v0.0.0-20240102092130-5ac0b6a4141c/browser.go /root/go/pkg/mod/github.com/pkg/browser@v0.0.0-20240102092130-5ac0b6a4141c/browser_linux.go
2025-08-20T21:55:10.2039033Z [00:03:52.913]➜  go tool buildid -w $WORK/b1468/_pkg_.a # internal
2025-08-20T21:55:10.2045381Z [00:03:52.914]➜  cp $WORK/b1468/_pkg_.a /root/.cache/go-build/18/18e9ee4f24f9fabdd7e2798299f7ce7e497d86100d82544e83295f80a651d5d4-d # internal
2025-08-20T21:55:10.2179141Z [00:03:52.926]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated
2025-08-20T21:55:10.2186673Z [00:03:52.927]➜  mkdir -p $WORK/b1472/
2025-08-20T21:55:10.2187147Z [00:03:52.927]➜  cat >/tmp/go-build3999932643/b1472/importcfg << 'EOF' # internal
2025-08-20T21:55:10.2189905Z [00:03:52.927]➜  # import config
2025-08-20T21:55:10.2190276Z [00:03:52.927]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:10.2190736Z [00:03:52.927]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:10.2191212Z [00:03:52.927]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:10.2191678Z [00:03:52.927]➜  packagefile encoding/xml=/tmp/go-build3999932643/b483/_pkg_.a
2025-08-20T21:55:10.2192116Z [00:03:52.927]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:10.2192539Z [00:03:52.927]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:10.2193101Z [00:03:52.927]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3999932643/b1416/_pkg_.a
2025-08-20T21:55:10.2193824Z [00:03:52.927]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3999932643/b1423/_pkg_.a
2025-08-20T21:55:10.2194564Z [00:03:52.927]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3999932643/b1426/_pkg_.a
2025-08-20T21:55:10.2195288Z [00:03:52.927]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build3999932643/b1473/_pkg_.a
2025-08-20T21:55:10.2195825Z [00:03:52.927]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:10.2196242Z [00:03:52.927]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:10.2196669Z [00:03:52.927]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:10.2202208Z [00:03:52.927]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:10.2203001Z [00:03:52.927]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:10.2203499Z [00:03:52.927]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:10.2203933Z [00:03:52.927]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:10.2204347Z [00:03:52.927]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:10.2204656Z [00:03:52.927]➜  EOF
2025-08-20T21:55:10.2219920Z [00:03:52.930]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1472/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated;$WORK/b1472=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated -lang=go1.23 -complete -installsuffix shared -buildid nTAxNWjY_pmanSSZtTgh/nTAxNWjY_pmanSSZtTgh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1472/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/appendblob_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/blob_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/block_blob_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/build.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/constants.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/container_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/models.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/pageblob_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/service_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_appendblob_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_blob_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_blockblob_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_constants.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_container_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_models.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_models_serde.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_options.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_pageblob_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_responses.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_service_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_time_rfc1123.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_time_rfc3339.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_xml_helper.go
2025-08-20T21:55:10.2236889Z [00:03:52.932]➜  go tool buildid -w $WORK/b1467/_pkg_.a # internal
2025-08-20T21:55:10.2252332Z [00:03:52.934]➜  cp $WORK/b1467/_pkg_.a /root/.cache/go-build/3b/3b231b849aad83bfbfe2a9d19263195d9314f7ed063203e930bd72504fd9b690-d # internal
2025-08-20T21:55:10.2288725Z [00:03:52.938]➜  github.com/aws/aws-sdk-go-v2/aws/arn
2025-08-20T21:55:10.2290032Z [00:03:52.938]➜  mkdir -p $WORK/b1484/
2025-08-20T21:55:10.2298273Z [00:03:52.939]➜  cat >/tmp/go-build3999932643/b1484/importcfg << 'EOF' # internal
2025-08-20T21:55:10.2298750Z [00:03:52.939]➜  # import config
2025-08-20T21:55:10.2299111Z [00:03:52.939]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:10.2299548Z [00:03:52.939]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:10.2299867Z [00:03:52.939]➜  EOF
2025-08-20T21:55:10.2301712Z [00:03:52.939]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1484/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/arn=>github.com/aws/aws-sdk-go-v2@v1.36.5/aws/arn;$WORK/b1484=>" -p github.com/aws/aws-sdk-go-v2/aws/arn -lang=go1.22 -complete -installsuffix shared -buildid Nc4l0Yi2_kMLK3UzoXzB/Nc4l0Yi2_kMLK3UzoXzB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1484/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/arn/arn.go
2025-08-20T21:55:10.2376086Z [00:03:52.947]➜  go tool buildid -w $WORK/b1461/_pkg_.a # internal
2025-08-20T21:55:10.2401252Z [00:03:52.949]➜  cp $WORK/b1461/_pkg_.a /root/.cache/go-build/2c/2c44c242bdc26a1ebda045a8c8163ec34267a247e20148bdc99e34c7e971bb35-d # internal
2025-08-20T21:55:10.2447562Z [00:03:52.954]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens
2025-08-20T21:55:10.2448859Z [00:03:52.954]➜  mkdir -p $WORK/b1455/
2025-08-20T21:55:10.2456027Z [00:03:52.955]➜  cat >/tmp/go-build3999932643/b1455/importcfg << 'EOF' # internal
2025-08-20T21:55:10.2456536Z [00:03:52.955]➜  # import config
2025-08-20T21:55:10.2458115Z [00:03:52.955]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:10.2458927Z [00:03:52.955]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:10.2459362Z [00:03:52.955]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:55:10.2459800Z [00:03:52.955]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:55:10.2460295Z [00:03:52.955]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:55:10.2460761Z [00:03:52.955]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:55:10.2461478Z [00:03:52.955]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:10.2462008Z [00:03:52.955]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:10.2462457Z [00:03:52.955]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:10.2462872Z [00:03:52.955]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:10.2463600Z [00:03:52.955]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported=/tmp/go-build3999932643/b1453/_pkg_.a
2025-08-20T21:55:10.2464627Z [00:03:52.955]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time=/tmp/go-build3999932643/b1451/_pkg_.a
2025-08-20T21:55:10.2465709Z [00:03:52.955]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3999932643/b1456/_pkg_.a
2025-08-20T21:55:10.2466816Z [00:03:52.955]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/grant=/tmp/go-build3999932643/b1457/_pkg_.a
2025-08-20T21:55:10.2468157Z [00:03:52.955]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust=/tmp/go-build3999932643/b1458/_pkg_.a
2025-08-20T21:55:10.2469199Z [00:03:52.955]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build3999932643/b1460/_pkg_.a
2025-08-20T21:55:10.2469955Z [00:03:52.955]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build3999932643/b1461/_pkg_.a
2025-08-20T21:55:10.2470506Z [00:03:52.955]➜  packagefile github.com/google/uuid=/tmp/go-build3999932643/b324/_pkg_.a
2025-08-20T21:55:10.2471196Z [00:03:52.955]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:10.2471720Z [00:03:52.955]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:10.2472191Z [00:03:52.955]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:10.2472627Z [00:03:52.955]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:10.2473044Z [00:03:52.955]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:10.2473353Z [00:03:52.955]➜  EOF
2025-08-20T21:55:10.2477514Z [00:03:52.956]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1455/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/accesstokens=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/accesstokens;$WORK/b1455=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens -lang=go1.18 -complete -installsuffix shared -buildid AGPEeFbZgDKOIvttX5wv/AGPEeFbZgDKOIvttX5wv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1455/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/accesstokens/accesstokens.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/accesstokens/apptype_string.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/accesstokens/tokens.go
2025-08-20T21:55:10.2497019Z [00:03:52.958]➜  go tool buildid -w $WORK/b1484/_pkg_.a # internal
2025-08-20T21:55:10.2508162Z [00:03:52.960]➜  cp $WORK/b1484/_pkg_.a /root/.cache/go-build/78/780225b49d3c22378d2db844f62e3f725c96a842b8e9cd6781bb8f8f1fc0aeb9-d # internal
2025-08-20T21:55:10.2566054Z [00:03:52.966]➜  github.com/aws/aws-sdk-go-v2/internal/awsutil
2025-08-20T21:55:10.2573881Z [00:03:52.967]➜  mkdir -p $WORK/b1485/
2025-08-20T21:55:10.2584622Z [00:03:52.968]➜  cat >/tmp/go-build3999932643/b1485/importcfg << 'EOF' # internal
2025-08-20T21:55:10.2586169Z [00:03:52.968]➜  # import config
2025-08-20T21:55:10.2587268Z [00:03:52.968]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:10.2588478Z [00:03:52.968]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:10.2589988Z [00:03:52.968]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:10.2590427Z [00:03:52.968]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:10.2590865Z [00:03:52.968]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:10.2591284Z [00:03:52.968]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:10.2591585Z [00:03:52.968]➜  EOF
2025-08-20T21:55:10.2600799Z [00:03:52.969]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1485/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/awsutil=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/awsutil;$WORK/b1485=>" -p github.com/aws/aws-sdk-go-v2/internal/awsutil -lang=go1.22 -complete -installsuffix shared -buildid 6irqcnJQYXkrnGKcoami/6irqcnJQYXkrnGKcoami -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1485/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/awsutil/copy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/awsutil/equal.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/awsutil/prettify.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/awsutil/string_value.go
2025-08-20T21:55:10.3183759Z [00:03:53.027]➜  go tool buildid -w $WORK/b1485/_pkg_.a # internal
2025-08-20T21:55:10.3189860Z [00:03:53.028]➜  cp $WORK/b1485/_pkg_.a /root/.cache/go-build/1f/1f41de8f82e38506558e3fd743234b20c3ecf31217dc3e053fb026ddd51dd432-d # internal
2025-08-20T21:55:10.3214510Z [00:03:53.031]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
2025-08-20T21:55:10.3221076Z [00:03:53.031]➜  mkdir -p $WORK/b1487/
2025-08-20T21:55:10.3231283Z [00:03:53.032]➜  cat >/tmp/go-build3999932643/b1487/importcfg << 'EOF' # internal
2025-08-20T21:55:10.3235166Z [00:03:53.032]➜  # import config
2025-08-20T21:55:10.3236088Z [00:03:53.032]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:10.3237730Z [00:03:53.032]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:10.3238511Z [00:03:53.032]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:55:10.3239232Z [00:03:53.032]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:55:10.3239923Z [00:03:53.032]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:10.3240425Z [00:03:53.032]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:10.3240939Z [00:03:53.032]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3999932643/b1239/_pkg_.a
2025-08-20T21:55:10.3241434Z [00:03:53.032]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:55:10.3241877Z [00:03:53.032]➜  packagefile hash/crc32=/tmp/go-build3999932643/b204/_pkg_.a
2025-08-20T21:55:10.3242304Z [00:03:53.032]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:10.3242722Z [00:03:53.032]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:10.3243139Z [00:03:53.032]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:10.3243447Z [00:03:53.032]➜  EOF
2025-08-20T21:55:10.3248554Z [00:03:53.033]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1487/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11=>github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11;$WORK/b1487=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream -lang=go1.22 -complete -installsuffix shared -buildid hmy-iIkzW0dj_Zhu0XWk/hmy-iIkzW0dj_Zhu0XWk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1487/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11/debug.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11/decode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11/encode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11/error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11/header.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11/header_value.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11/message.go
2025-08-20T21:55:10.3256297Z [00:03:53.035]➜  go tool buildid -w $WORK/b1214/_pkg_.a # internal
2025-08-20T21:55:10.3274469Z [00:03:53.037]➜  go tool buildid -w $WORK/b1455/_pkg_.a # internal
2025-08-20T21:55:10.3291833Z [00:03:53.038]➜  cp $WORK/b1455/_pkg_.a /root/.cache/go-build/6d/6d6780b4ecbb93c07117d5ddbabe84f68fa8f08ae2c8a259e765c1d6da267fd5-d # internal
2025-08-20T21:55:10.3299536Z [00:03:53.039]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops
2025-08-20T21:55:10.3302191Z [00:03:53.039]➜  mkdir -p $WORK/b1454/
2025-08-20T21:55:10.3302623Z [00:03:53.039]➜  cat >/tmp/go-build3999932643/b1454/importcfg << 'EOF' # internal
2025-08-20T21:55:10.3302979Z [00:03:53.039]➜  # import config
2025-08-20T21:55:10.3303698Z [00:03:53.039]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build3999932643/b1455/_pkg_.a
2025-08-20T21:55:10.3304814Z [00:03:53.039]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3999932643/b1456/_pkg_.a
2025-08-20T21:55:10.3305921Z [00:03:53.039]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/comm=/tmp/go-build3999932643/b1462/_pkg_.a
2025-08-20T21:55:10.3307300Z [00:03:53.039]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust=/tmp/go-build3999932643/b1458/_pkg_.a
2025-08-20T21:55:10.3308597Z [00:03:53.039]➜  EOF
2025-08-20T21:55:10.3311387Z [00:03:53.040]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1454/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops;$WORK/b1454=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops -lang=go1.18 -complete -installsuffix shared -buildid -ZmRn1XCEywXtLXSKwpA/-ZmRn1XCEywXtLXSKwpA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1454/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/ops.go
2025-08-20T21:55:10.3439034Z [00:03:53.053]➜  cp $WORK/b1214/_pkg_.a /root/.cache/go-build/1e/1e25c2e3ad33bf038ad7be9f2c92220af10e3be6e68d15a6d44e6a13d00386ba-d # internal
2025-08-20T21:55:10.3440706Z [00:03:53.053]➜  github.com/projectdiscovery/nuclei/v3/pkg/catalog/loader
2025-08-20T21:55:10.3441263Z [00:03:53.053]➜  mkdir -p $WORK/b1094/
2025-08-20T21:55:10.3444268Z [00:03:53.054]➜  cat >/tmp/go-build3999932643/b1094/importcfg << 'EOF' # internal
2025-08-20T21:55:10.3444635Z [00:03:53.054]➜  # import config
2025-08-20T21:55:10.3444972Z [00:03:53.054]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:10.3445718Z [00:03:53.054]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:10.3446167Z [00:03:53.054]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:10.3446604Z [00:03:53.054]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:10.3447122Z [00:03:53.054]➜  packagefile github.com/alecthomas/chroma/quick=/tmp/go-build3999932643/b764/_pkg_.a
2025-08-20T21:55:10.3447993Z [00:03:53.054]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build3999932643/b247/_pkg_.a
2025-08-20T21:55:10.3448562Z [00:03:53.054]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:10.3449319Z [00:03:53.054]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:10.3450098Z [00:03:53.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog=/tmp/go-build3999932643/b711/_pkg_.a
2025-08-20T21:55:10.3450866Z [00:03:53.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build3999932643/b620/_pkg_.a
2025-08-20T21:55:10.3451699Z [00:03:53.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/loader/filter=/tmp/go-build3999932643/b1095/_pkg_.a
2025-08-20T21:55:10.3452478Z [00:03:53.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/keys=/tmp/go-build3999932643/b713/_pkg_.a
2025-08-20T21:55:10.3453257Z [00:03:53.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity=/tmp/go-build3999932643/b653/_pkg_.a
2025-08-20T21:55:10.3454065Z [00:03:53.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:10.3454927Z [00:03:53.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:55:10.3455765Z [00:03:53.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates=/tmp/go-build3999932643/b1214/_pkg_.a
2025-08-20T21:55:10.3456572Z [00:03:53.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/extensions=/tmp/go-build3999932643/b622/_pkg_.a
2025-08-20T21:55:10.3459612Z [00:03:53.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build3999932643/b744/_pkg_.a
2025-08-20T21:55:10.3460470Z [00:03:53.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:10.3461192Z [00:03:53.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils=/tmp/go-build3999932643/b669/_pkg_.a
2025-08-20T21:55:10.3462268Z [00:03:53.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/stats=/tmp/go-build3999932643/b1334/_pkg_.a
2025-08-20T21:55:10.3463104Z [00:03:53.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/workflows=/tmp/go-build3999932643/b1363/_pkg_.a
2025-08-20T21:55:10.3463833Z [00:03:53.054]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:55:10.3464534Z [00:03:53.054]➜  packagefile github.com/projectdiscovery/utils/auth/pdcp=/tmp/go-build3999932643/b338/_pkg_.a
2025-08-20T21:55:10.3465213Z [00:03:53.054]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:55:10.3465870Z [00:03:53.054]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build3999932643/b190/_pkg_.a
2025-08-20T21:55:10.3466533Z [00:03:53.054]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:55:10.3467202Z [00:03:53.054]➜  packagefile github.com/projectdiscovery/utils/sync=/tmp/go-build3999932643/b1081/_pkg_.a
2025-08-20T21:55:10.3468054Z [00:03:53.054]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:55:10.3468621Z [00:03:53.054]➜  packagefile github.com/rs/xid=/tmp/go-build3999932643/b608/_pkg_.a
2025-08-20T21:55:10.3469067Z [00:03:53.054]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:10.3469675Z [00:03:53.054]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:10.3470103Z [00:03:53.054]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:10.3470511Z [00:03:53.054]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:10.3470944Z [00:03:53.054]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:10.3471380Z [00:03:53.054]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:10.3471800Z [00:03:53.054]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:10.3472220Z [00:03:53.054]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:10.3472523Z [00:03:53.054]➜  EOF
2025-08-20T21:55:10.3475118Z [00:03:53.054]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1094/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/loader=>github.com/projectdiscovery/nuclei/v3/pkg/catalog/loader;$WORK/b1094=>" -p github.com/projectdiscovery/nuclei/v3/pkg/catalog/loader -lang=go1.24 -complete -installsuffix shared -buildid DCxDAShasimiqH2aM47H/DCxDAShasimiqH2aM47H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1094/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/loader/ai_loader.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/loader/loader.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/loader/remote_loader.go
2025-08-20T21:55:10.3526649Z [00:03:53.062]➜  go tool buildid -w $WORK/b1454/_pkg_.a # internal
2025-08-20T21:55:10.3535653Z [00:03:53.063]➜  cp $WORK/b1454/_pkg_.a /root/.cache/go-build/aa/aa468cd783dbe21394d89cd120c268806b09c150a636085a7eb55f03809e3aee-d # internal
2025-08-20T21:55:10.3537293Z [00:03:53.063]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/uncover
2025-08-20T21:55:10.3537976Z [00:03:53.063]➜  mkdir -p $WORK/b1391/
2025-08-20T21:55:10.3568912Z [00:03:53.064]➜  cat >/tmp/go-build3999932643/b1391/importcfg << 'EOF' # internal
2025-08-20T21:55:10.3569546Z [00:03:53.066]➜  # import config
2025-08-20T21:55:10.3571592Z [00:03:53.066]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:10.3572021Z [00:03:53.066]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:10.3572554Z [00:03:53.066]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:10.3573437Z [00:03:53.066]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates=/tmp/go-build3999932643/b1214/_pkg_.a
2025-08-20T21:55:10.3574628Z [00:03:53.066]➜  packagefile github.com/projectdiscovery/uncover=/tmp/go-build3999932643/b1392/_pkg_.a
2025-08-20T21:55:10.3575556Z [00:03:53.066]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build3999932643/b1393/_pkg_.a
2025-08-20T21:55:10.3576383Z [00:03:53.066]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:55:10.3577147Z [00:03:53.066]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build3999932643/b190/_pkg_.a
2025-08-20T21:55:10.3578072Z [00:03:53.066]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:55:10.3578764Z [00:03:53.066]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:10.3579286Z [00:03:53.066]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:10.3579691Z [00:03:53.066]➜  EOF
2025-08-20T21:55:10.3582008Z [00:03:53.066]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1391/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/uncover=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/uncover;$WORK/b1391=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/uncover -lang=go1.24 -complete -installsuffix shared -buildid onBbXfGpY2zlRe2OntbM/onBbXfGpY2zlRe2OntbM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1391/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/uncover/uncover.go
2025-08-20T21:55:10.4418548Z [00:03:53.151]➜  go tool buildid -w $WORK/b1487/_pkg_.a # internal
2025-08-20T21:55:10.4463845Z [00:03:53.155]➜  cp $WORK/b1487/_pkg_.a /root/.cache/go-build/fd/fd336892d0c41b650aca12dc898f9050ecb032469bb2007795ca0d2e10853611-d # internal
2025-08-20T21:55:10.4488706Z [00:03:53.155]➜  github.com/projectdiscovery/nuclei/v3/pkg/loader/workflow
2025-08-20T21:55:10.4489140Z [00:03:53.155]➜  mkdir -p $WORK/b1410/
2025-08-20T21:55:10.4489527Z [00:03:53.155]➜  cat >/tmp/go-build3999932643/b1410/importcfg << 'EOF' # internal
2025-08-20T21:55:10.4489906Z [00:03:53.155]➜  # import config
2025-08-20T21:55:10.4490371Z [00:03:53.155]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:10.4491382Z [00:03:53.155]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build3999932643/b620/_pkg_.a
2025-08-20T21:55:10.4492286Z [00:03:53.155]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/loader/filter=/tmp/go-build3999932643/b1095/_pkg_.a
2025-08-20T21:55:10.4493089Z [00:03:53.155]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build3999932643/b714/_pkg_.a
2025-08-20T21:55:10.4493828Z [00:03:53.155]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:10.4494591Z [00:03:53.155]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates=/tmp/go-build3999932643/b1214/_pkg_.a
2025-08-20T21:55:10.4495062Z [00:03:53.155]➜  EOF
2025-08-20T21:55:10.4497139Z [00:03:53.155]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1410/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/loader/workflow=>github.com/projectdiscovery/nuclei/v3/pkg/loader/workflow;$WORK/b1410=>" -p github.com/projectdiscovery/nuclei/v3/pkg/loader/workflow -lang=go1.24 -complete -installsuffix shared -buildid ZDzuHlZqTDZLWSvKfvQp/ZDzuHlZqTDZLWSvKfvQp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1410/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/loader/workflow/workflow_loader.go
2025-08-20T21:55:11.3376040Z [00:03:54.047]➜  go tool buildid -w $WORK/b1391/_pkg_.a # internal
2025-08-20T21:55:11.3451306Z [00:03:54.054]➜  go tool buildid -w $WORK/b1472/_pkg_.a # internal
2025-08-20T21:55:11.3649597Z [00:03:54.074]➜  cp $WORK/b1391/_pkg_.a /root/.cache/go-build/ff/ffdcf4c12ee52575a9b49c2338ace453a732ffc5df79291d3cfb5e5912965a08-d # internal
2025-08-20T21:55:11.3659433Z [00:03:54.075]➜  github.com/projectdiscovery/nuclei/v3/pkg/input/provider/list
2025-08-20T21:55:11.3660374Z [00:03:54.075]➜  mkdir -p $WORK/b1387/
2025-08-20T21:55:11.3665587Z [00:03:54.076]➜  cat >/tmp/go-build3999932643/b1387/importcfg << 'EOF' # internal
2025-08-20T21:55:11.3666196Z [00:03:54.076]➜  # import config
2025-08-20T21:55:11.3666681Z [00:03:54.076]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:11.3668864Z [00:03:54.076]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:11.3669314Z [00:03:54.076]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:11.3669811Z [00:03:54.076]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:11.3670407Z [00:03:54.076]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:11.3671064Z [00:03:54.076]➜  packagefile github.com/projectdiscovery/hmap/filekv=/tmp/go-build3999932643/b1388/_pkg_.a
2025-08-20T21:55:11.3671759Z [00:03:54.076]➜  packagefile github.com/projectdiscovery/hmap/store/hybrid=/tmp/go-build3999932643/b410/_pkg_.a
2025-08-20T21:55:11.3672455Z [00:03:54.076]➜  packagefile github.com/projectdiscovery/mapcidr/asn=/tmp/go-build3999932643/b864/_pkg_.a
2025-08-20T21:55:11.3673338Z [00:03:54.076]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/types=/tmp/go-build3999932643/b712/_pkg_.a
2025-08-20T21:55:11.3674290Z [00:03:54.076]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build3999932643/b760/_pkg_.a
2025-08-20T21:55:11.3675707Z [00:03:54.076]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:55:11.3676629Z [00:03:54.076]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/uncover=/tmp/go-build3999932643/b1391/_pkg_.a
2025-08-20T21:55:11.3677552Z [00:03:54.076]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:11.3678376Z [00:03:54.076]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/expand=/tmp/go-build3999932643/b865/_pkg_.a
2025-08-20T21:55:11.3679087Z [00:03:54.076]➜  packagefile github.com/projectdiscovery/uncover=/tmp/go-build3999932643/b1392/_pkg_.a
2025-08-20T21:55:11.3679732Z [00:03:54.076]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:55:11.3680390Z [00:03:54.076]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build3999932643/b333/_pkg_.a
2025-08-20T21:55:11.3681047Z [00:03:54.076]➜  packagefile github.com/projectdiscovery/utils/reader=/tmp/go-build3999932643/b470/_pkg_.a
2025-08-20T21:55:11.3681703Z [00:03:54.076]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build3999932643/b190/_pkg_.a
2025-08-20T21:55:11.3682348Z [00:03:54.076]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:55:11.3682859Z [00:03:54.076]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:11.3683253Z [00:03:54.076]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:11.3683665Z [00:03:54.076]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:11.3684091Z [00:03:54.076]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:11.3684513Z [00:03:54.076]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:11.3684924Z [00:03:54.076]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:11.3685227Z [00:03:54.076]➜  EOF
2025-08-20T21:55:11.3695793Z [00:03:54.076]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1387/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/list=>github.com/projectdiscovery/nuclei/v3/pkg/input/provider/list;$WORK/b1387=>" -p github.com/projectdiscovery/nuclei/v3/pkg/input/provider/list -lang=go1.24 -complete -installsuffix shared -buildid QX3tFogNSt2cbBVIuURm/QX3tFogNSt2cbBVIuURm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1387/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/list/hmap.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/list/utils.go
2025-08-20T21:55:11.3698761Z [00:03:54.078]➜  cp $WORK/b1472/_pkg_.a /root/.cache/go-build/03/03a65c4a619576feea0c5cdbccc6568ba30b757a31c5ea6939ce39e892c76491-d # internal
2025-08-20T21:55:11.3713890Z [00:03:54.081]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth
2025-08-20T21:55:11.3714547Z [00:03:54.081]➜  mkdir -p $WORK/b1452/
2025-08-20T21:55:11.3716865Z [00:03:54.081]➜  cat >/tmp/go-build3999932643/b1452/importcfg << 'EOF' # internal
2025-08-20T21:55:11.3717587Z [00:03:54.081]➜  # import config
2025-08-20T21:55:11.3718089Z [00:03:54.081]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:11.3718660Z [00:03:54.081]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:11.3719215Z [00:03:54.081]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:11.3719732Z [00:03:54.081]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:11.3720539Z [00:03:54.081]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build3999932643/b1446/_pkg_.a
2025-08-20T21:55:11.3721831Z [00:03:54.081]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported=/tmp/go-build3999932643/b1453/_pkg_.a
2025-08-20T21:55:11.3723077Z [00:03:54.081]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time=/tmp/go-build3999932643/b1451/_pkg_.a
2025-08-20T21:55:11.3724358Z [00:03:54.081]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops=/tmp/go-build3999932643/b1454/_pkg_.a
2025-08-20T21:55:11.3725568Z [00:03:54.081]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build3999932643/b1455/_pkg_.a
2025-08-20T21:55:11.3726794Z [00:03:54.081]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3999932643/b1456/_pkg_.a
2025-08-20T21:55:11.3728172Z [00:03:54.081]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust=/tmp/go-build3999932643/b1458/_pkg_.a
2025-08-20T21:55:11.3729378Z [00:03:54.081]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust/defs=/tmp/go-build3999932643/b1459/_pkg_.a
2025-08-20T21:55:11.3730283Z [00:03:54.081]➜  packagefile github.com/google/uuid=/tmp/go-build3999932643/b324/_pkg_.a
2025-08-20T21:55:11.3730839Z [00:03:54.081]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:11.3731397Z [00:03:54.081]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:11.3731924Z [00:03:54.081]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:11.3732434Z [00:03:54.081]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:11.3732842Z [00:03:54.081]➜  EOF
2025-08-20T21:55:11.3735933Z [00:03:54.081]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1452/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth;$WORK/b1452=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth -lang=go1.18 -complete -installsuffix shared -buildid Yy900nr-qqYbTccOdxi1/Yy900nr-qqYbTccOdxi1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1452/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/oauth.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/resolvers.go
2025-08-20T21:55:11.3803316Z [00:03:54.089]➜  go tool buildid -w $WORK/b1410/_pkg_.a # internal
2025-08-20T21:55:11.3997715Z [00:03:54.109]➜  cp $WORK/b1410/_pkg_.a /root/.cache/go-build/ad/ad47294591d636b6059c50f8ba09e021b93092bffdae3ad765d6c8ab124a2644-d # internal
2025-08-20T21:55:11.4026497Z [00:03:54.112]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror
2025-08-20T21:55:11.4026998Z [00:03:54.112]➜  mkdir -p $WORK/b1471/
2025-08-20T21:55:11.4028936Z [00:03:54.112]➜  cat >/tmp/go-build3999932643/b1471/importcfg << 'EOF' # internal
2025-08-20T21:55:11.4030505Z [00:03:54.112]➜  # import config
2025-08-20T21:55:11.4032364Z [00:03:54.112]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:11.4038345Z [00:03:54.112]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3999932643/b1416/_pkg_.a
2025-08-20T21:55:11.4039250Z [00:03:54.112]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3999932643/b1472/_pkg_.a
2025-08-20T21:55:11.4039788Z [00:03:54.112]➜  EOF
2025-08-20T21:55:11.4042274Z [00:03:54.113]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1471/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/bloberror=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/bloberror;$WORK/b1471=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror -lang=go1.23 -complete -installsuffix shared -buildid pVHF6K5l6-f_j4kkfOYD/pVHF6K5l6-f_j4kkfOYD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1471/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/bloberror/error_codes.go
2025-08-20T21:55:11.4222082Z [00:03:54.131]➜  go tool buildid -w $WORK/b1471/_pkg_.a # internal
2025-08-20T21:55:11.4231099Z [00:03:54.132]➜  cp $WORK/b1471/_pkg_.a /root/.cache/go-build/88/88d0a60c858d3b1f0641689c2ac7adba93b73128ac2c084e971d8fc49b8664dd-d # internal
2025-08-20T21:55:11.4256320Z [00:03:54.135]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared
2025-08-20T21:55:11.4257730Z [00:03:54.135]➜  mkdir -p $WORK/b1476/
2025-08-20T21:55:11.4261483Z [00:03:54.135]➜  cat >/tmp/go-build3999932643/b1476/importcfg << 'EOF' # internal
2025-08-20T21:55:11.4265918Z [00:03:54.136]➜  # import config
2025-08-20T21:55:11.4266309Z [00:03:54.136]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:11.4269263Z [00:03:54.136]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:11.4269909Z [00:03:54.136]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:11.4270685Z [00:03:54.136]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3999932643/b1416/_pkg_.a
2025-08-20T21:55:11.4271729Z [00:03:54.136]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3999932643/b1423/_pkg_.a
2025-08-20T21:55:11.4273399Z [00:03:54.136]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3999932643/b1426/_pkg_.a
2025-08-20T21:55:11.4274203Z [00:03:54.136]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build3999932643/b1473/_pkg_.a
2025-08-20T21:55:11.4275017Z [00:03:54.136]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build3999932643/b1438/_pkg_.a
2025-08-20T21:55:11.4276155Z [00:03:54.136]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3999932643/b1472/_pkg_.a
2025-08-20T21:55:11.4276889Z [00:03:54.136]➜  packagefile hash/crc64=/tmp/go-build3999932643/b317/_pkg_.a
2025-08-20T21:55:11.4277310Z [00:03:54.136]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:11.4277950Z [00:03:54.136]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:11.4278369Z [00:03:54.136]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:11.4278800Z [00:03:54.136]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:11.4279209Z [00:03:54.136]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:11.4279621Z [00:03:54.136]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:11.4280247Z [00:03:54.136]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:11.4280688Z [00:03:54.136]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:55:11.4281034Z [00:03:54.136]➜  EOF
2025-08-20T21:55:11.4286031Z [00:03:54.136]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1476/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/shared=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/shared;$WORK/b1476=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared -lang=go1.23 -complete -installsuffix shared -buildid NfuwwbXTTR3bTOfVrISk/NfuwwbXTTR3bTOfVrISk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1476/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/shared/batch_transfer.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/shared/buffer_manager.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/shared/bytes_writer.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/shared/challenge_policy.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/shared/mmf_unix.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/shared/section_writer.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/shared/shared.go
2025-08-20T21:55:11.4372966Z [00:03:54.146]➜  go tool buildid -w $WORK/b1452/_pkg_.a # internal
2025-08-20T21:55:11.4388353Z [00:03:54.148]➜  cp $WORK/b1452/_pkg_.a /root/.cache/go-build/f2/f243c7162dd0eb8a10c032ecb425bae40ee44f1d3ca8ea4042c63f9b23b72bf0-d # internal
2025-08-20T21:55:11.4424555Z [00:03:54.151]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storage
2025-08-20T21:55:11.4430302Z [00:03:54.151]➜  mkdir -p $WORK/b1449/
2025-08-20T21:55:11.4430730Z [00:03:54.152]➜  cat >/tmp/go-build3999932643/b1449/importcfg << 'EOF' # internal
2025-08-20T21:55:11.4431089Z [00:03:54.152]➜  # import config
2025-08-20T21:55:11.4431431Z [00:03:54.152]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:11.4431867Z [00:03:54.152]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:11.4432280Z [00:03:54.152]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:11.4432993Z [00:03:54.152]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json=/tmp/go-build3999932643/b1450/_pkg_.a
2025-08-20T21:55:11.4434007Z [00:03:54.152]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time=/tmp/go-build3999932643/b1451/_pkg_.a
2025-08-20T21:55:11.4435014Z [00:03:54.152]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth=/tmp/go-build3999932643/b1452/_pkg_.a
2025-08-20T21:55:11.4436457Z [00:03:54.152]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build3999932643/b1455/_pkg_.a
2025-08-20T21:55:11.4437769Z [00:03:54.152]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3999932643/b1456/_pkg_.a
2025-08-20T21:55:11.4438861Z [00:03:54.152]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build3999932643/b1460/_pkg_.a
2025-08-20T21:55:11.4439555Z [00:03:54.152]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:11.4439982Z [00:03:54.152]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:11.4440397Z [00:03:54.152]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:11.4440805Z [00:03:54.152]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:11.4441111Z [00:03:54.152]➜  EOF
2025-08-20T21:55:11.4444835Z [00:03:54.152]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1449/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/base/storage=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/base/storage;$WORK/b1449=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storage -lang=go1.18 -complete -installsuffix shared -buildid aQS9qIIPlmI-_EzSrZg3/aQS9qIIPlmI-_EzSrZg3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1449/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/base/storage/items.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/base/storage/partitioned_storage.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/base/storage/storage.go
2025-08-20T21:55:11.4661888Z [00:03:54.175]➜  go tool buildid -w $WORK/b1094/_pkg_.a # internal
2025-08-20T21:55:11.4823490Z [00:03:54.192]➜  cp $WORK/b1094/_pkg_.a /root/.cache/go-build/c1/c194149be381d16f6c93df54c850846adf5adc5273ef53d39ed4c5e9a3de5864-d # internal
2025-08-20T21:55:11.4837258Z [00:03:54.193]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi
2025-08-20T21:55:11.4837913Z [00:03:54.193]➜  mkdir -p $WORK/b1488/
2025-08-20T21:55:11.4838305Z [00:03:54.193]➜  cat >/tmp/go-build3999932643/b1488/importcfg << 'EOF' # internal
2025-08-20T21:55:11.4838668Z [00:03:54.193]➜  # import config
2025-08-20T21:55:11.4839094Z [00:03:54.193]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:11.4839577Z [00:03:54.193]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:11.4840103Z [00:03:54.193]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:55:11.4840739Z [00:03:54.193]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3999932643/b1240/_pkg_.a
2025-08-20T21:55:11.4841262Z [00:03:54.193]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:11.4841570Z [00:03:54.193]➜  EOF
2025-08-20T21:55:11.4844836Z [00:03:54.193]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1488/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11/eventstreamapi=>github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11/eventstreamapi;$WORK/b1488=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi -lang=go1.22 -complete -installsuffix shared -buildid Sa9CKo_rcpKATomu1P1v/Sa9CKo_rcpKATomu1P1v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1488/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11/eventstreamapi/headers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11/eventstreamapi/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11/eventstreamapi/transport.go
2025-08-20T21:55:11.4875452Z [00:03:54.197]➜  go tool buildid -w $WORK/b1476/_pkg_.a # internal
2025-08-20T21:55:11.4890255Z [00:03:54.198]➜  cp $WORK/b1476/_pkg_.a /root/.cache/go-build/e3/e332f9b7088075f171e5af30ea01f736faa6d4cf7ff3ff85b12e79fff99c24b9-d # internal
2025-08-20T21:55:11.4922074Z [00:03:54.201]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported
2025-08-20T21:55:11.4923037Z [00:03:54.201]➜  mkdir -p $WORK/b1475/
2025-08-20T21:55:11.4924307Z [00:03:54.201]➜  cat >/tmp/go-build3999932643/b1475/importcfg << 'EOF' # internal
2025-08-20T21:55:11.4924673Z [00:03:54.201]➜  # import config
2025-08-20T21:55:11.4925018Z [00:03:54.201]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:11.4925438Z [00:03:54.201]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:11.4925873Z [00:03:54.201]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:55:11.4926377Z [00:03:54.201]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:55:11.4926861Z [00:03:54.201]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:11.4927439Z [00:03:54.201]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:55:11.4927957Z [00:03:54.201]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:11.4928367Z [00:03:54.201]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:11.4928938Z [00:03:54.201]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/log=/tmp/go-build3999932643/b1419/_pkg_.a
2025-08-20T21:55:11.4930002Z [00:03:54.201]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3999932643/b1423/_pkg_.a
2025-08-20T21:55:11.4930742Z [00:03:54.201]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3999932643/b1426/_pkg_.a
2025-08-20T21:55:11.4931488Z [00:03:54.201]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build3999932643/b1434/_pkg_.a
2025-08-20T21:55:11.4932219Z [00:03:54.201]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build3999932643/b1473/_pkg_.a
2025-08-20T21:55:11.4933043Z [00:03:54.201]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build3999932643/b1420/_pkg_.a
2025-08-20T21:55:11.4933873Z [00:03:54.201]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build3999932643/b1438/_pkg_.a
2025-08-20T21:55:11.4934705Z [00:03:54.201]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3999932643/b1472/_pkg_.a
2025-08-20T21:55:11.4935586Z [00:03:54.201]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3999932643/b1476/_pkg_.a
2025-08-20T21:55:11.4936227Z [00:03:54.201]➜  packagefile hash/crc64=/tmp/go-build3999932643/b317/_pkg_.a
2025-08-20T21:55:11.4936643Z [00:03:54.201]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:11.4937048Z [00:03:54.201]➜  packagefile mime=/tmp/go-build3999932643/b214/_pkg_.a
2025-08-20T21:55:11.4937653Z [00:03:54.201]➜  packagefile mime/multipart=/tmp/go-build3999932643/b215/_pkg_.a
2025-08-20T21:55:11.4938171Z [00:03:54.201]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:11.4938621Z [00:03:54.201]➜  packagefile net/textproto=/tmp/go-build3999932643/b211/_pkg_.a
2025-08-20T21:55:11.4939062Z [00:03:54.201]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:11.4939480Z [00:03:54.201]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:11.4939893Z [00:03:54.201]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:11.4940316Z [00:03:54.201]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:11.4940753Z [00:03:54.201]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:11.4941178Z [00:03:54.201]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:11.4941729Z [00:03:54.201]➜  EOF
2025-08-20T21:55:11.4960183Z [00:03:54.201]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1475/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/exported=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/exported;$WORK/b1475=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported -lang=go1.23 -complete -installsuffix shared -buildid UskuUuwOIbPneincanny/UskuUuwOIbPneincanny -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1475/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/exported/access_conditions.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/exported/access_policy.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/exported/blob_batch.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/exported/exported.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/exported/log_events.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/exported/set_expiry.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/exported/shared_key_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/exported/transfer_validation_option.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/exported/user_delegation_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/exported/version.go
2025-08-20T21:55:11.5156689Z [00:03:54.225]➜  go tool buildid -w $WORK/b1488/_pkg_.a # internal
2025-08-20T21:55:11.5180522Z [00:03:54.227]➜  cp $WORK/b1488/_pkg_.a /root/.cache/go-build/c6/c6c46127defe3cbef433313f00a5775f486b49b176536e8d1b2eb59e1be455c1-d # internal
2025-08-20T21:55:11.5190643Z [00:03:54.228]➜  github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto
2025-08-20T21:55:11.5191097Z [00:03:54.228]➜  mkdir -p $WORK/b1490/
2025-08-20T21:55:11.5199381Z [00:03:54.229]➜  cat >/tmp/go-build3999932643/b1490/importcfg << 'EOF' # internal
2025-08-20T21:55:11.5202016Z [00:03:54.229]➜  # import config
2025-08-20T21:55:11.5204369Z [00:03:54.229]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:11.5206764Z [00:03:54.229]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:55:11.5209469Z [00:03:54.229]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:55:11.5211825Z [00:03:54.229]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:55:11.5212701Z [00:03:54.229]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:55:11.5213214Z [00:03:54.229]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:55:11.5213664Z [00:03:54.229]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:11.5214090Z [00:03:54.229]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:55:11.5214661Z [00:03:54.229]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:55:11.5215107Z [00:03:54.229]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:55:11.5215427Z [00:03:54.229]➜  EOF
2025-08-20T21:55:11.5218204Z [00:03:54.229]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1490/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/internal/crypto=>github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/internal/crypto;$WORK/b1490=>" -p github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto -lang=go1.22 -complete -installsuffix shared -buildid rko52AD0atPUGmjrn0bz/rko52AD0atPUGmjrn0bz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1490/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/internal/crypto/compare.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/internal/crypto/ecc.go
2025-08-20T21:55:11.5628802Z [00:03:54.272]➜  go tool buildid -w $WORK/b1490/_pkg_.a # internal
2025-08-20T21:55:11.5629644Z [00:03:54.272]➜  cp $WORK/b1490/_pkg_.a /root/.cache/go-build/87/87cb88ab22f6e22b24610a3d137640742e9eaecd525dfcb8f74de8fbf7bafbc0-d # internal
2025-08-20T21:55:11.5652229Z [00:03:54.274]➜  github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4
2025-08-20T21:55:11.5652769Z [00:03:54.274]➜  mkdir -p $WORK/b1491/
2025-08-20T21:55:11.5653191Z [00:03:54.274]➜  cat >/tmp/go-build3999932643/b1491/importcfg << 'EOF' # internal
2025-08-20T21:55:11.5653541Z [00:03:54.274]➜  # import config
2025-08-20T21:55:11.5653897Z [00:03:54.274]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:55:11.5654366Z [00:03:54.274]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:55:11.5654954Z [00:03:54.274]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/tmp/go-build3999932643/b1252/_pkg_.a
2025-08-20T21:55:11.5655520Z [00:03:54.274]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:11.5655957Z [00:03:54.274]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:11.5656386Z [00:03:54.274]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:11.5656804Z [00:03:54.274]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:11.5657110Z [00:03:54.274]➜  EOF
2025-08-20T21:55:11.5666700Z [00:03:54.274]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1491/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/internal/v4=>github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/internal/v4;$WORK/b1491=>" -p github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4 -lang=go1.22 -complete -installsuffix shared -buildid 2flUNeyWZFBx7VBacCln/2flUNeyWZFBx7VBacCln -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1491/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/internal/v4/const.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/internal/v4/header_rules.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/internal/v4/headers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/internal/v4/hmac.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/internal/v4/host.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/internal/v4/time.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/internal/v4/util.go
2025-08-20T21:55:11.5737663Z [00:03:54.282]➜  go tool buildid -w $WORK/b1475/_pkg_.a # internal
2025-08-20T21:55:11.5740648Z [00:03:54.283]➜  go tool buildid -w $WORK/b1449/_pkg_.a # internal
2025-08-20T21:55:11.5767939Z [00:03:54.286]➜  cp $WORK/b1449/_pkg_.a /root/.cache/go-build/30/3041667ba4495f75ee5ac53fdea7332713be912af7a0a11206a69774dc4bc56b-d # internal
2025-08-20T21:55:11.5768926Z [00:03:54.286]➜  cp $WORK/b1475/_pkg_.a /root/.cache/go-build/47/47a3a8aa8709b85be6b16c00e9c6fd0f1606705305fc5a353f19b07338b2e5bf-d # internal
2025-08-20T21:55:11.5770156Z [00:03:54.286]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base
2025-08-20T21:55:11.5770741Z [00:03:54.286]➜  mkdir -p $WORK/b1445/
2025-08-20T21:55:11.5772199Z [00:03:54.286]➜  cat >/tmp/go-build3999932643/b1445/importcfg << 'EOF' # internal
2025-08-20T21:55:11.5774299Z [00:03:54.286]➜  # import config
2025-08-20T21:55:11.5774732Z [00:03:54.286]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:11.5775158Z [00:03:54.286]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:11.5775836Z [00:03:54.286]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache=/tmp/go-build3999932643/b1443/_pkg_.a
2025-08-20T21:55:11.5776744Z [00:03:54.286]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build3999932643/b1446/_pkg_.a
2025-08-20T21:55:11.5778287Z [00:03:54.286]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storage=/tmp/go-build3999932643/b1449/_pkg_.a
2025-08-20T21:55:11.5779406Z [00:03:54.286]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth=/tmp/go-build3999932643/b1452/_pkg_.a
2025-08-20T21:55:11.5780485Z [00:03:54.286]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build3999932643/b1455/_pkg_.a
2025-08-20T21:55:11.5781587Z [00:03:54.286]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3999932643/b1456/_pkg_.a
2025-08-20T21:55:11.5782618Z [00:03:54.286]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build3999932643/b1460/_pkg_.a
2025-08-20T21:55:11.5783309Z [00:03:54.286]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:11.5783741Z [00:03:54.286]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:11.5784170Z [00:03:54.286]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:11.5784599Z [00:03:54.286]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:11.5785033Z [00:03:54.286]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:11.5785463Z [00:03:54.286]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:11.5785982Z [00:03:54.286]➜  EOF
2025-08-20T21:55:11.5788778Z [00:03:54.286]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1445/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/base=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/base;$WORK/b1445=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base -lang=go1.18 -complete -installsuffix shared -buildid OGwlvJmXdf6y9hlgrBn6/OGwlvJmXdf6y9hlgrBn6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1445/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/base/base.go
2025-08-20T21:55:11.5791370Z [00:03:54.286]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base
2025-08-20T21:55:11.5791814Z [00:03:54.286]➜  mkdir -p $WORK/b1474/
2025-08-20T21:55:11.5792183Z [00:03:54.287]➜  cat >/tmp/go-build3999932643/b1474/importcfg << 'EOF' # internal
2025-08-20T21:55:11.5792538Z [00:03:54.287]➜  # import config
2025-08-20T21:55:11.5793016Z [00:03:54.287]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3999932643/b1416/_pkg_.a
2025-08-20T21:55:11.5793805Z [00:03:54.287]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3999932643/b1475/_pkg_.a
2025-08-20T21:55:11.5794696Z [00:03:54.287]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3999932643/b1472/_pkg_.a
2025-08-20T21:55:11.5795590Z [00:03:54.287]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3999932643/b1476/_pkg_.a
2025-08-20T21:55:11.5796228Z [00:03:54.287]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:11.5796541Z [00:03:54.287]➜  EOF
2025-08-20T21:55:11.5804698Z [00:03:54.287]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1474/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/base=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/base;$WORK/b1474=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base -lang=go1.23 -complete -installsuffix shared -buildid HWFAJfjgiSeSIIPKZ7p7/HWFAJfjgiSeSIIPKZ7p7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1474/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/base/clients.go
2025-08-20T21:55:11.6283821Z [00:03:54.337]➜  go tool buildid -w $WORK/b1474/_pkg_.a # internal
2025-08-20T21:55:11.6298201Z [00:03:54.339]➜  cp $WORK/b1474/_pkg_.a /root/.cache/go-build/01/0108cd39b95daa578e02f43b1d26f3ff4741c137f3c222dadc1adbb48efc7aa6-d # internal
2025-08-20T21:55:11.6351198Z [00:03:54.344]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas
2025-08-20T21:55:11.6369975Z [00:03:54.344]➜  mkdir -p $WORK/b1477/
2025-08-20T21:55:11.6370391Z [00:03:54.344]➜  cat >/tmp/go-build3999932643/b1477/importcfg << 'EOF' # internal
2025-08-20T21:55:11.6370760Z [00:03:54.344]➜  # import config
2025-08-20T21:55:11.6371098Z [00:03:54.344]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:11.6371515Z [00:03:54.344]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:11.6371926Z [00:03:54.344]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:11.6372598Z [00:03:54.344]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3999932643/b1475/_pkg_.a
2025-08-20T21:55:11.6373514Z [00:03:54.344]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3999932643/b1472/_pkg_.a
2025-08-20T21:55:11.6374407Z [00:03:54.344]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3999932643/b1476/_pkg_.a
2025-08-20T21:55:11.6375033Z [00:03:54.344]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:11.6375821Z [00:03:54.344]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:11.6376252Z [00:03:54.344]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:11.6376668Z [00:03:54.344]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:11.6376971Z [00:03:54.344]➜  EOF
2025-08-20T21:55:11.6381747Z [00:03:54.344]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1477/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/sas=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/sas;$WORK/b1477=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas -lang=go1.23 -complete -installsuffix shared -buildid g-XKTiNjmkwGavVhHoGs/g-XKTiNjmkwGavVhHoGs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1477/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/sas/account.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/sas/query_params.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/sas/service.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/sas/url_parts.go
2025-08-20T21:55:11.6640932Z [00:03:54.373]➜  go tool buildid -w $WORK/b1491/_pkg_.a # internal
2025-08-20T21:55:11.6663890Z [00:03:54.375]➜  cp $WORK/b1491/_pkg_.a /root/.cache/go-build/d1/d1b4972ff63120f27d0a5e5ff85cd8f635aef3fc4d197f8e468bff9c52fe4695-d # internal
2025-08-20T21:55:11.6726522Z [00:03:54.382]➜  go tool buildid -w $WORK/b1445/_pkg_.a # internal
2025-08-20T21:55:11.6728326Z [00:03:54.382]➜  cp $WORK/b1445/_pkg_.a /root/.cache/go-build/06/069d6a1d16d4532d27183bcc7cab3f9d6610eda857334978177ae11086a6af02-d # internal
2025-08-20T21:55:11.6736508Z [00:03:54.383]➜  github.com/aws/aws-sdk-go-v2/internal/v4a
2025-08-20T21:55:11.6737718Z [00:03:54.383]➜  mkdir -p $WORK/b1489/
2025-08-20T21:55:11.6741151Z [00:03:54.383]➜  cat >/tmp/go-build3999932643/b1489/importcfg << 'EOF' # internal
2025-08-20T21:55:11.6742018Z [00:03:54.383]➜  # import config
2025-08-20T21:55:11.6744669Z [00:03:54.383]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:11.6745121Z [00:03:54.383]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:11.6745549Z [00:03:54.383]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:55:11.6745998Z [00:03:54.383]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:55:11.6746471Z [00:03:54.383]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:55:11.6747516Z [00:03:54.383]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:55:11.6748647Z [00:03:54.383]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:55:11.6749129Z [00:03:54.383]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:55:11.6749559Z [00:03:54.383]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:11.6750457Z [00:03:54.383]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:55:11.6751360Z [00:03:54.383]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3999932643/b1249/_pkg_.a
2025-08-20T21:55:11.6752033Z [00:03:54.383]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3999932643/b1248/_pkg_.a
2025-08-20T21:55:11.6752683Z [00:03:54.383]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3999932643/b1253/_pkg_.a
2025-08-20T21:55:11.6753358Z [00:03:54.383]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3999932643/b1262/_pkg_.a
2025-08-20T21:55:11.6755804Z [00:03:54.383]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3999932643/b1233/_pkg_.a
2025-08-20T21:55:11.6759611Z [00:03:54.383]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto=/tmp/go-build3999932643/b1490/_pkg_.a
2025-08-20T21:55:11.6760393Z [00:03:54.383]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4=/tmp/go-build3999932643/b1491/_pkg_.a
2025-08-20T21:55:11.6761345Z [00:03:54.383]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3999932643/b1241/_pkg_.a
2025-08-20T21:55:11.6761909Z [00:03:54.383]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3999932643/b1242/_pkg_.a
2025-08-20T21:55:11.6788443Z [00:03:54.383]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3999932643/b1254/_pkg_.a
2025-08-20T21:55:11.6789160Z [00:03:54.383]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3999932643/b1239/_pkg_.a
2025-08-20T21:55:11.6789811Z [00:03:54.383]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:55:11.6790682Z [00:03:54.383]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3999932643/b1240/_pkg_.a
2025-08-20T21:55:11.6791295Z [00:03:54.383]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:55:11.6791760Z [00:03:54.383]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:55:11.6792200Z [00:03:54.383]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:11.6792653Z [00:03:54.383]➜  packagefile net/textproto=/tmp/go-build3999932643/b211/_pkg_.a
2025-08-20T21:55:11.6793098Z [00:03:54.383]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:11.6793514Z [00:03:54.383]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:11.6793932Z [00:03:54.383]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:11.6794361Z [00:03:54.383]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:11.6794779Z [00:03:54.383]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:11.6795214Z [00:03:54.383]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:11.6795645Z [00:03:54.383]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:11.6795951Z [00:03:54.383]➜  EOF
2025-08-20T21:55:11.6800028Z [00:03:54.383]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1489/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36=>github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36;$WORK/b1489=>" -p github.com/aws/aws-sdk-go-v2/internal/v4a -lang=go1.22 -complete -installsuffix shared -buildid qZBaYs5BCTzUhi8cw4YS/qZBaYs5BCTzUhi8cw4YS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1489/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/credentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/presign_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/smithy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/v4a.go
2025-08-20T21:55:11.6803542Z [00:03:54.384]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidential
2025-08-20T21:55:11.6803983Z [00:03:54.384]➜  mkdir -p $WORK/b1444/
2025-08-20T21:55:11.6804354Z [00:03:54.385]➜  cat >/tmp/go-build3999932643/b1444/importcfg << 'EOF' # internal
2025-08-20T21:55:11.6804700Z [00:03:54.385]➜  # import config
2025-08-20T21:55:11.6805037Z [00:03:54.385]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:11.6805463Z [00:03:54.385]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:55:11.6806024Z [00:03:54.385]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:55:11.6806553Z [00:03:54.385]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:55:11.6807139Z [00:03:54.385]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:11.6807739Z [00:03:54.385]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:55:11.6808485Z [00:03:54.385]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:11.6808902Z [00:03:54.385]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:11.6809576Z [00:03:54.385]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache=/tmp/go-build3999932643/b1443/_pkg_.a
2025-08-20T21:55:11.6810510Z [00:03:54.385]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base=/tmp/go-build3999932643/b1445/_pkg_.a
2025-08-20T21:55:11.6811498Z [00:03:54.385]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported=/tmp/go-build3999932643/b1453/_pkg_.a
2025-08-20T21:55:11.6812562Z [00:03:54.385]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth=/tmp/go-build3999932643/b1452/_pkg_.a
2025-08-20T21:55:11.6813627Z [00:03:54.385]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops=/tmp/go-build3999932643/b1454/_pkg_.a
2025-08-20T21:55:11.6814693Z [00:03:54.385]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build3999932643/b1455/_pkg_.a
2025-08-20T21:55:11.6815790Z [00:03:54.385]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3999932643/b1456/_pkg_.a
2025-08-20T21:55:11.6816819Z [00:03:54.385]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/options=/tmp/go-build3999932643/b1464/_pkg_.a
2025-08-20T21:55:11.6817951Z [00:03:54.385]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build3999932643/b1460/_pkg_.a
2025-08-20T21:55:11.6818633Z [00:03:54.385]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:11.6819049Z [00:03:54.385]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:11.6819365Z [00:03:54.385]➜  EOF
2025-08-20T21:55:11.6822054Z [00:03:54.385]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1444/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/confidential=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/confidential;$WORK/b1444=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidential -lang=go1.18 -complete -installsuffix shared -buildid 256u_4-mqc-rEFwYzFyD/256u_4-mqc-rEFwYzFyD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1444/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/confidential/confidential.go
2025-08-20T21:55:11.7262968Z [00:03:54.435]➜  go tool buildid -w $WORK/b1477/_pkg_.a # internal
2025-08-20T21:55:11.7326605Z [00:03:54.442]➜  cp $WORK/b1477/_pkg_.a /root/.cache/go-build/f4/f42ec7ec058ebc64dd17bd732873fa22a87ac608edce97879234a1d4fbb4a139-d # internal
2025-08-20T21:55:11.7413366Z [00:03:54.450]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/managedidentity
2025-08-20T21:55:11.7413931Z [00:03:54.451]➜  mkdir -p $WORK/b1465/
2025-08-20T21:55:11.7414318Z [00:03:54.451]➜  cat >/tmp/go-build3999932643/b1465/importcfg << 'EOF' # internal
2025-08-20T21:55:11.7414677Z [00:03:54.451]➜  # import config
2025-08-20T21:55:11.7415045Z [00:03:54.451]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:11.7415499Z [00:03:54.451]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:11.7415960Z [00:03:54.451]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:11.7416660Z [00:03:54.451]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build3999932643/b1446/_pkg_.a
2025-08-20T21:55:11.7417744Z [00:03:54.451]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base=/tmp/go-build3999932643/b1445/_pkg_.a
2025-08-20T21:55:11.7418814Z [00:03:54.451]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storage=/tmp/go-build3999932643/b1449/_pkg_.a
2025-08-20T21:55:11.7420143Z [00:03:54.451]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops=/tmp/go-build3999932643/b1454/_pkg_.a
2025-08-20T21:55:11.7421209Z [00:03:54.451]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build3999932643/b1455/_pkg_.a
2025-08-20T21:55:11.7422324Z [00:03:54.451]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3999932643/b1456/_pkg_.a
2025-08-20T21:55:11.7423463Z [00:03:54.451]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build3999932643/b1460/_pkg_.a
2025-08-20T21:55:11.7424261Z [00:03:54.451]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:11.7424685Z [00:03:54.451]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:11.7425119Z [00:03:54.451]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:11.7425528Z [00:03:54.451]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:11.7425963Z [00:03:54.451]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:11.7426411Z [00:03:54.451]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:11.7426836Z [00:03:54.451]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:11.7427291Z [00:03:54.451]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:11.7427936Z [00:03:54.451]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:11.7428255Z [00:03:54.451]➜  EOF
2025-08-20T21:55:11.7442302Z [00:03:54.451]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1465/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/managedidentity=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/managedidentity;$WORK/b1465=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/managedidentity -lang=go1.18 -complete -installsuffix shared -buildid ys3kbhOyeDYZ-gIyuPE3/ys3kbhOyeDYZ-gIyuPE3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1465/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/managedidentity/azure_ml.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/managedidentity/cloud_shell.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/managedidentity/managedidentity.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/managedidentity/servicefabric.go
2025-08-20T21:55:11.8040215Z [00:03:54.513]➜  go tool buildid -w $WORK/b1489/_pkg_.a # internal
2025-08-20T21:55:11.8054384Z [00:03:54.515]➜  cp $WORK/b1489/_pkg_.a /root/.cache/go-build/44/440114ddfcd452e128cb4511591bb881bd4544367540dcf758e9f919af4ac782-d # internal
2025-08-20T21:55:11.8068906Z [00:03:54.516]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/public
2025-08-20T21:55:11.8069911Z [00:03:54.516]➜  mkdir -p $WORK/b1466/
2025-08-20T21:55:11.8074477Z [00:03:54.517]➜  cat >/tmp/go-build3999932643/b1466/importcfg << 'EOF' # internal
2025-08-20T21:55:11.8074866Z [00:03:54.517]➜  # import config
2025-08-20T21:55:11.8075249Z [00:03:54.517]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:11.8075708Z [00:03:54.517]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:55:11.8076180Z [00:03:54.517]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:55:11.8076654Z [00:03:54.517]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:11.8077100Z [00:03:54.517]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:11.8077943Z [00:03:54.517]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:11.8078630Z [00:03:54.517]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache=/tmp/go-build3999932643/b1443/_pkg_.a
2025-08-20T21:55:11.8079579Z [00:03:54.517]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base=/tmp/go-build3999932643/b1445/_pkg_.a
2025-08-20T21:55:11.8080545Z [00:03:54.517]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/local=/tmp/go-build3999932643/b1467/_pkg_.a
2025-08-20T21:55:11.8081533Z [00:03:54.517]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth=/tmp/go-build3999932643/b1452/_pkg_.a
2025-08-20T21:55:11.8082646Z [00:03:54.517]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops=/tmp/go-build3999932643/b1454/_pkg_.a
2025-08-20T21:55:11.8083771Z [00:03:54.517]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build3999932643/b1455/_pkg_.a
2025-08-20T21:55:11.8084871Z [00:03:54.517]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3999932643/b1456/_pkg_.a
2025-08-20T21:55:11.8085899Z [00:03:54.517]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/options=/tmp/go-build3999932643/b1464/_pkg_.a
2025-08-20T21:55:11.8086892Z [00:03:54.517]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build3999932643/b1460/_pkg_.a
2025-08-20T21:55:11.8087787Z [00:03:54.517]➜  packagefile github.com/google/uuid=/tmp/go-build3999932643/b324/_pkg_.a
2025-08-20T21:55:11.8088333Z [00:03:54.517]➜  packagefile github.com/pkg/browser=/tmp/go-build3999932643/b1468/_pkg_.a
2025-08-20T21:55:11.8088811Z [00:03:54.517]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:11.8089247Z [00:03:54.517]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:11.8089998Z [00:03:54.517]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:11.8090313Z [00:03:54.517]➜  EOF
2025-08-20T21:55:11.8093108Z [00:03:54.517]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1466/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/public=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/public;$WORK/b1466=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/public -lang=go1.18 -complete -installsuffix shared -buildid fqOe1QPmXI40zdiskoKx/fqOe1QPmXI40zdiskoKx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1466/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/public/public.go
2025-08-20T21:55:11.8204656Z [00:03:54.529]➜  go tool buildid -w $WORK/b1444/_pkg_.a # internal
2025-08-20T21:55:11.8282787Z [00:03:54.537]➜  cp $WORK/b1444/_pkg_.a /root/.cache/go-build/07/07af81c3a01f6870a4521f855e5e6855d21b936226093624ed1c98a609abfaf8-d # internal
2025-08-20T21:55:11.8482224Z [00:03:54.557]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob
2025-08-20T21:55:11.8482703Z [00:03:54.558]➜  mkdir -p $WORK/b1470/
2025-08-20T21:55:11.8486487Z [00:03:54.558]➜  cat >/tmp/go-build3999932643/b1470/importcfg << 'EOF' # internal
2025-08-20T21:55:11.8486889Z [00:03:54.558]➜  # import config
2025-08-20T21:55:11.8487576Z [00:03:54.558]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:11.8488309Z [00:03:54.558]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3999932643/b1416/_pkg_.a
2025-08-20T21:55:11.8489139Z [00:03:54.558]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3999932643/b1423/_pkg_.a
2025-08-20T21:55:11.8490009Z [00:03:54.558]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3999932643/b1426/_pkg_.a
2025-08-20T21:55:11.8491133Z [00:03:54.558]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build3999932643/b1434/_pkg_.a
2025-08-20T21:55:11.8492057Z [00:03:54.558]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build3999932643/b1471/_pkg_.a
2025-08-20T21:55:11.8493012Z [00:03:54.558]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build3999932643/b1474/_pkg_.a
2025-08-20T21:55:11.8494054Z [00:03:54.558]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3999932643/b1475/_pkg_.a
2025-08-20T21:55:11.8495193Z [00:03:54.558]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3999932643/b1472/_pkg_.a
2025-08-20T21:55:11.8496224Z [00:03:54.558]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3999932643/b1476/_pkg_.a
2025-08-20T21:55:11.8497182Z [00:03:54.558]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build3999932643/b1477/_pkg_.a
2025-08-20T21:55:11.8498000Z [00:03:54.558]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:11.8498531Z [00:03:54.558]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:11.8499034Z [00:03:54.558]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:11.8499551Z [00:03:54.558]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:11.8500099Z [00:03:54.558]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:11.8500656Z [00:03:54.558]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:11.8501207Z [00:03:54.558]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:11.8501620Z [00:03:54.558]➜  EOF
2025-08-20T21:55:11.8505819Z [00:03:54.558]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1470/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blob=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blob;$WORK/b1470=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob -lang=go1.23 -complete -installsuffix shared -buildid Td9w-Hz8JHMJxk0OLV5-/Td9w-Hz8JHMJxk0OLV5- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1470/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blob/client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blob/constants.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blob/models.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blob/responses.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blob/retry_reader.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blob/utils.go
2025-08-20T21:55:11.8572973Z [00:03:54.566]➜  go tool buildid -w $WORK/b1465/_pkg_.a # internal
2025-08-20T21:55:11.8588931Z [00:03:54.568]➜  cp $WORK/b1465/_pkg_.a /root/.cache/go-build/0f/0f7ee7de67e3cefeb0c0da2248a51414db3cb4e73b01da4f34b5d095a9fa00e8-d # internal
2025-08-20T21:55:11.8630274Z [00:03:54.572]➜  github.com/aws/aws-sdk-go-v2/service/internal/checksum
2025-08-20T21:55:11.8630805Z [00:03:54.572]➜  mkdir -p $WORK/b1492/
2025-08-20T21:55:11.8632913Z [00:03:54.573]➜  cat >/tmp/go-build3999932643/b1492/importcfg << 'EOF' # internal
2025-08-20T21:55:11.8636213Z [00:03:54.573]➜  # import config
2025-08-20T21:55:11.8637003Z [00:03:54.573]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:11.8638584Z [00:03:54.573]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:11.8639064Z [00:03:54.573]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:55:11.8640047Z [00:03:54.573]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:55:11.8640725Z [00:03:54.573]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:55:11.8642314Z [00:03:54.574]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:11.8642935Z [00:03:54.574]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:55:11.8643461Z [00:03:54.574]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:11.8644062Z [00:03:54.574]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:55:11.8644801Z [00:03:54.574]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3999932643/b1249/_pkg_.a
2025-08-20T21:55:11.8646923Z [00:03:54.574]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3999932643/b1248/_pkg_.a
2025-08-20T21:55:11.8647887Z [00:03:54.574]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3999932643/b1262/_pkg_.a
2025-08-20T21:55:11.8648702Z [00:03:54.574]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build3999932643/b1295/_pkg_.a
2025-08-20T21:55:11.8649576Z [00:03:54.574]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3999932643/b1241/_pkg_.a
2025-08-20T21:55:11.8650253Z [00:03:54.574]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3999932643/b1239/_pkg_.a
2025-08-20T21:55:11.8650969Z [00:03:54.574]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:55:11.8651713Z [00:03:54.574]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3999932643/b1240/_pkg_.a
2025-08-20T21:55:11.8652350Z [00:03:54.574]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:55:11.8652884Z [00:03:54.574]➜  packagefile hash/crc32=/tmp/go-build3999932643/b204/_pkg_.a
2025-08-20T21:55:11.8653465Z [00:03:54.574]➜  packagefile hash/crc64=/tmp/go-build3999932643/b317/_pkg_.a
2025-08-20T21:55:11.8653999Z [00:03:54.574]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:11.8654516Z [00:03:54.574]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:11.8655063Z [00:03:54.574]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:11.8655587Z [00:03:54.574]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:11.8656102Z [00:03:54.574]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:11.8656508Z [00:03:54.574]➜  EOF
2025-08-20T21:55:11.8665546Z [00:03:54.574]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1492/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.4=>github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.4;$WORK/b1492=>" -p github.com/aws/aws-sdk-go-v2/service/internal/checksum -lang=go1.22 -complete -installsuffix shared -buildid OTZeiSKN5q6_GViy1rrC/OTZeiSKN5q6_GViy1rrC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1492/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.4/algorithms.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.4/aws_chunked_encoding.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.4/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.4/middleware_add.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.4/middleware_checksum_metrics_tracking.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.4/middleware_compute_input_checksum.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.4/middleware_setup_context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.4/middleware_validate_output.go
2025-08-20T21:55:11.9078569Z [00:03:54.617]➜  go tool buildid -w $WORK/b1387/_pkg_.a # internal
2025-08-20T21:55:11.9188293Z [00:03:54.628]➜  cp $WORK/b1387/_pkg_.a /root/.cache/go-build/18/1819b196d4f206dd188036e7cf821ad3e3ecd171e7cb18666c225b843ddebc4e-d # internal
2025-08-20T21:55:11.9189328Z [00:03:54.628]➜  github.com/projectdiscovery/nuclei/v3/pkg/input/provider
2025-08-20T21:55:11.9189698Z [00:03:54.628]➜  mkdir -p $WORK/b1366/
2025-08-20T21:55:11.9191649Z [00:03:54.629]➜  cat >/tmp/go-build3999932643/b1366/importcfg << 'EOF' # internal
2025-08-20T21:55:11.9192190Z [00:03:54.629]➜  # import config
2025-08-20T21:55:11.9192684Z [00:03:54.629]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:11.9193131Z [00:03:54.629]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:11.9197228Z [00:03:54.629]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:11.9198283Z [00:03:54.629]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats=/tmp/go-build3999932643/b1367/_pkg_.a
2025-08-20T21:55:11.9199184Z [00:03:54.629]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/provider/http=/tmp/go-build3999932643/b1368/_pkg_.a
2025-08-20T21:55:11.9200031Z [00:03:54.629]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/provider/list=/tmp/go-build3999932643/b1387/_pkg_.a
2025-08-20T21:55:11.9200829Z [00:03:54.629]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/types=/tmp/go-build3999932643/b712/_pkg_.a
2025-08-20T21:55:11.9201672Z [00:03:54.629]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build3999932643/b760/_pkg_.a
2025-08-20T21:55:11.9202579Z [00:03:54.629]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build3999932643/b752/_pkg_.a
2025-08-20T21:55:11.9203403Z [00:03:54.629]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:11.9204096Z [00:03:54.629]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:55:11.9204762Z [00:03:54.629]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:55:11.9205307Z [00:03:54.629]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:11.9205619Z [00:03:54.629]➜  EOF
2025-08-20T21:55:11.9229209Z [00:03:54.629]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1366/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider=>github.com/projectdiscovery/nuclei/v3/pkg/input/provider;$WORK/b1366=>" -p github.com/projectdiscovery/nuclei/v3/pkg/input/provider -lang=go1.24 -complete -installsuffix shared -buildid WjSsKsoapleAoW-qq_XP/WjSsKsoapleAoW-qq_XP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1366/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/chunked.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/interface.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/simple.go
2025-08-20T21:55:11.9231779Z [00:03:54.632]➜  go tool buildid -w $WORK/b1466/_pkg_.a # internal
2025-08-20T21:55:11.9256196Z [00:03:54.635]➜  cp $WORK/b1466/_pkg_.a /root/.cache/go-build/87/871225a394fc159d8bac5c9f17b97a30498656f4fefc7750b4b0ff8241529b4b-d # internal
2025-08-20T21:55:11.9387440Z [00:03:54.648]➜  github.com/Azure/azure-sdk-for-go/sdk/azidentity
2025-08-20T21:55:11.9388024Z [00:03:54.648]➜  mkdir -p $WORK/b1415/
2025-08-20T21:55:11.9392723Z [00:03:54.649]➜  cat >/tmp/go-build3999932643/b1415/importcfg << 'EOF' # internal
2025-08-20T21:55:11.9393106Z [00:03:54.649]➜  # import config
2025-08-20T21:55:11.9394259Z [00:03:54.649]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:11.9396026Z [00:03:54.649]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:11.9396500Z [00:03:54.649]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:55:11.9396941Z [00:03:54.649]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:55:11.9397552Z [00:03:54.649]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:11.9398357Z [00:03:54.649]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:55:11.9399167Z [00:03:54.649]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:11.9399582Z [00:03:54.649]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:11.9400148Z [00:03:54.649]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3999932643/b1416/_pkg_.a
2025-08-20T21:55:11.9400881Z [00:03:54.649]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime=/tmp/go-build3999932643/b1439/_pkg_.a
2025-08-20T21:55:11.9401631Z [00:03:54.649]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud=/tmp/go-build3999932643/b1424/_pkg_.a
2025-08-20T21:55:11.9402368Z [00:03:54.649]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3999932643/b1423/_pkg_.a
2025-08-20T21:55:11.9403240Z [00:03:54.649]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3999932643/b1426/_pkg_.a
2025-08-20T21:55:11.9404052Z [00:03:54.649]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build3999932643/b1434/_pkg_.a
2025-08-20T21:55:11.9404835Z [00:03:54.649]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azidentity/internal=/tmp/go-build3999932643/b1442/_pkg_.a
2025-08-20T21:55:11.9405608Z [00:03:54.649]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo=/tmp/go-build3999932643/b1436/_pkg_.a
2025-08-20T21:55:11.9406346Z [00:03:54.649]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build3999932643/b1420/_pkg_.a
2025-08-20T21:55:11.9407203Z [00:03:54.649]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidential=/tmp/go-build3999932643/b1444/_pkg_.a
2025-08-20T21:55:11.9408332Z [00:03:54.649]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build3999932643/b1446/_pkg_.a
2025-08-20T21:55:11.9409279Z [00:03:54.649]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/managedidentity=/tmp/go-build3999932643/b1465/_pkg_.a
2025-08-20T21:55:11.9410227Z [00:03:54.649]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/public=/tmp/go-build3999932643/b1466/_pkg_.a
2025-08-20T21:55:11.9410947Z [00:03:54.649]➜  packagefile golang.org/x/crypto/pkcs12=/tmp/go-build3999932643/b693/_pkg_.a
2025-08-20T21:55:11.9411422Z [00:03:54.649]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:11.9411837Z [00:03:54.649]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:11.9412503Z [00:03:54.649]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:11.9413033Z [00:03:54.649]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:11.9413522Z [00:03:54.649]➜  packagefile os/exec=/tmp/go-build3999932643/b507/_pkg_.a
2025-08-20T21:55:11.9434255Z [00:03:54.649]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:11.9434751Z [00:03:54.649]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:11.9435191Z [00:03:54.649]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:11.9435604Z [00:03:54.649]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:11.9435911Z [00:03:54.649]➜  EOF
2025-08-20T21:55:11.9446772Z [00:03:54.649]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1415/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1=>github.com/Azure/azure-sdk-for-go/sdk/azidentity@v1.10.1;$WORK/b1415=>" -p github.com/Azure/azure-sdk-for-go/sdk/azidentity -lang=go1.23 -complete -installsuffix shared -buildid 1eyb2-NkD7qlQhjmKhAg/1eyb2-NkD7qlQhjmKhAg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1415/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/authentication_record.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/azidentity.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/azure_cli_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/azure_developer_cli_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/azure_pipelines_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/chained_token_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/client_assertion_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/client_certificate_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/client_secret_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/confidential_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/default_azure_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/developer_credential_util.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/device_code_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/environment_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/errors.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/interactive_browser_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/logging.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/managed_identity_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/managed_identity_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/on_behalf_of_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/public_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/username_password_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/version.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/workload_identity.go
2025-08-20T21:55:11.9698293Z [00:03:54.679]➜  go tool buildid -w $WORK/b1470/_pkg_.a # internal
2025-08-20T21:55:11.9712543Z [00:03:54.681]➜  cp $WORK/b1470/_pkg_.a /root/.cache/go-build/ea/eaa7bacfb3d42bcba69707cc5f2eb3ada84811f9aaa269ceae42805ded998d2d-d # internal
2025-08-20T21:55:11.9766060Z [00:03:54.686]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob
2025-08-20T21:55:11.9767151Z [00:03:54.686]➜  mkdir -p $WORK/b1478/
2025-08-20T21:55:11.9775065Z [00:03:54.687]➜  cat >/tmp/go-build3999932643/b1478/importcfg << 'EOF' # internal
2025-08-20T21:55:11.9775815Z [00:03:54.687]➜  # import config
2025-08-20T21:55:11.9776235Z [00:03:54.687]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:11.9776674Z [00:03:54.687]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:11.9777134Z [00:03:54.687]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:11.9777806Z [00:03:54.687]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:55:11.9778260Z [00:03:54.687]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:11.9778823Z [00:03:54.687]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3999932643/b1416/_pkg_.a
2025-08-20T21:55:11.9779538Z [00:03:54.687]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3999932643/b1423/_pkg_.a
2025-08-20T21:55:11.9780663Z [00:03:54.687]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3999932643/b1426/_pkg_.a
2025-08-20T21:55:11.9781487Z [00:03:54.687]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build3999932643/b1434/_pkg_.a
2025-08-20T21:55:11.9782405Z [00:03:54.687]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build3999932643/b1473/_pkg_.a
2025-08-20T21:55:11.9783215Z [00:03:54.687]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build3999932643/b1420/_pkg_.a
2025-08-20T21:55:11.9784156Z [00:03:54.687]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build3999932643/b1438/_pkg_.a
2025-08-20T21:55:11.9784910Z [00:03:54.687]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build3999932643/b1470/_pkg_.a
2025-08-20T21:55:11.9785715Z [00:03:54.687]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build3999932643/b1471/_pkg_.a
2025-08-20T21:55:11.9786560Z [00:03:54.687]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build3999932643/b1474/_pkg_.a
2025-08-20T21:55:11.9787658Z [00:03:54.687]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3999932643/b1475/_pkg_.a
2025-08-20T21:55:11.9788644Z [00:03:54.687]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3999932643/b1472/_pkg_.a
2025-08-20T21:55:11.9789535Z [00:03:54.687]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3999932643/b1476/_pkg_.a
2025-08-20T21:55:11.9790348Z [00:03:54.687]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build3999932643/b1477/_pkg_.a
2025-08-20T21:55:11.9790918Z [00:03:54.687]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:11.9791341Z [00:03:54.687]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:55:11.9794099Z [00:03:54.687]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:11.9794555Z [00:03:54.687]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:11.9794976Z [00:03:54.687]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:11.9795414Z [00:03:54.687]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:11.9795840Z [00:03:54.687]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:11.9796147Z [00:03:54.687]➜  EOF
2025-08-20T21:55:11.9800371Z [00:03:54.687]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1478/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blockblob=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blockblob;$WORK/b1478=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob -lang=go1.23 -complete -installsuffix shared -buildid _25abKHg6VGopxwba9OH/_25abKHg6VGopxwba9OH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1478/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blockblob/chunkwriting.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blockblob/client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blockblob/constants.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blockblob/models.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blockblob/responses.go
2025-08-20T21:55:12.0000842Z [00:03:54.709]➜  go tool buildid -w $WORK/b1492/_pkg_.a # internal
2025-08-20T21:55:12.0011463Z [00:03:54.710]➜  cp $WORK/b1492/_pkg_.a /root/.cache/go-build/c9/c9e4b0bbf5c83efe54621b72d221b62cb9163736ca762c5e0b9637f859615531-d # internal
2025-08-20T21:55:12.0036876Z [00:03:54.713]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/appendblob
2025-08-20T21:55:12.0042112Z [00:03:54.713]➜  mkdir -p $WORK/b1480/
2025-08-20T21:55:12.0042664Z [00:03:54.713]➜  cat >/tmp/go-build3999932643/b1480/importcfg << 'EOF' # internal
2025-08-20T21:55:12.0043024Z [00:03:54.713]➜  # import config
2025-08-20T21:55:12.0043375Z [00:03:54.713]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:12.0043992Z [00:03:54.713]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:12.0044669Z [00:03:54.713]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3999932643/b1416/_pkg_.a
2025-08-20T21:55:12.0045561Z [00:03:54.713]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3999932643/b1423/_pkg_.a
2025-08-20T21:55:12.0046302Z [00:03:54.713]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3999932643/b1426/_pkg_.a
2025-08-20T21:55:12.0047060Z [00:03:54.713]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build3999932643/b1470/_pkg_.a
2025-08-20T21:55:12.0048108Z [00:03:54.713]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build3999932643/b1474/_pkg_.a
2025-08-20T21:55:12.0049005Z [00:03:54.713]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3999932643/b1475/_pkg_.a
2025-08-20T21:55:12.0049901Z [00:03:54.713]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3999932643/b1472/_pkg_.a
2025-08-20T21:55:12.0050781Z [00:03:54.713]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3999932643/b1476/_pkg_.a
2025-08-20T21:55:12.0051598Z [00:03:54.713]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build3999932643/b1477/_pkg_.a
2025-08-20T21:55:12.0052164Z [00:03:54.713]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:12.0052557Z [00:03:54.713]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:12.0052958Z [00:03:54.713]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:12.0053266Z [00:03:54.713]➜  EOF
2025-08-20T21:55:12.0056389Z [00:03:54.713]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1480/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/appendblob=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/appendblob;$WORK/b1480=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/appendblob -lang=go1.23 -complete -installsuffix shared -buildid GVyvBn68fsp1Vb8YlLgu/GVyvBn68fsp1Vb8YlLgu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1480/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/appendblob/client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/appendblob/models.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/appendblob/responses.go
2025-08-20T21:55:12.0405838Z [00:03:54.750]➜  go tool buildid -w $WORK/b1366/_pkg_.a # internal
2025-08-20T21:55:12.0506026Z [00:03:54.760]➜  cp $WORK/b1366/_pkg_.a /root/.cache/go-build/3c/3c2b378443daf9ed4453ee535028e5ff7b11fd8f39fcaad45c717f20807c1aad-d # internal
2025-08-20T21:55:12.0516101Z [00:03:54.760]➜  github.com/projectdiscovery/nuclei/v3/pkg/core
2025-08-20T21:55:12.0516539Z [00:03:54.760]➜  mkdir -p $WORK/b1365/
2025-08-20T21:55:12.0516919Z [00:03:54.760]➜  cat >/tmp/go-build3999932643/b1365/importcfg << 'EOF' # internal
2025-08-20T21:55:12.0517271Z [00:03:54.760]➜  # import config
2025-08-20T21:55:12.0517813Z [00:03:54.760]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:12.0518236Z [00:03:54.760]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:12.0518772Z [00:03:54.760]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:12.0519504Z [00:03:54.760]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/provider=/tmp/go-build3999932643/b1366/_pkg_.a
2025-08-20T21:55:12.0520271Z [00:03:54.760]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:55:12.0521031Z [00:03:54.760]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:12.0522027Z [00:03:54.760]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build3999932643/b760/_pkg_.a
2025-08-20T21:55:12.0522902Z [00:03:54.760]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/scan=/tmp/go-build3999932643/b1212/_pkg_.a
2025-08-20T21:55:12.0523810Z [00:03:54.760]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates=/tmp/go-build3999932643/b1214/_pkg_.a
2025-08-20T21:55:12.0524593Z [00:03:54.760]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build3999932643/b744/_pkg_.a
2025-08-20T21:55:12.0525352Z [00:03:54.760]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:12.0526137Z [00:03:54.760]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types/scanstrategy=/tmp/go-build3999932643/b1211/_pkg_.a
2025-08-20T21:55:12.0526933Z [00:03:54.760]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/workflows=/tmp/go-build3999932643/b1363/_pkg_.a
2025-08-20T21:55:12.0527819Z [00:03:54.760]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:55:12.0528490Z [00:03:54.760]➜  packagefile github.com/projectdiscovery/utils/sync=/tmp/go-build3999932643/b1081/_pkg_.a
2025-08-20T21:55:12.0529070Z [00:03:54.760]➜  packagefile net/http/cookiejar=/tmp/go-build3999932643/b460/_pkg_.a
2025-08-20T21:55:12.0529526Z [00:03:54.760]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:12.0529956Z [00:03:54.760]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:12.0530385Z [00:03:54.760]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:12.0530689Z [00:03:54.760]➜  EOF
2025-08-20T21:55:12.0533646Z [00:03:54.760]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1365/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/core=>github.com/projectdiscovery/nuclei/v3/pkg/core;$WORK/b1365=>" -p github.com/projectdiscovery/nuclei/v3/pkg/core -lang=go1.24 -complete -installsuffix shared -buildid 758qptlz9C5pgjz1EKk5/758qptlz9C5pgjz1EKk5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1365/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/core/engine.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/core/execute_options.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/core/executors.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/core/workflow_execute.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/core/workpool.go
2025-08-20T21:55:12.0880857Z [00:03:54.797]➜  go tool buildid -w $WORK/b1480/_pkg_.a # internal
2025-08-20T21:55:12.0931806Z [00:03:54.802]➜  cp $WORK/b1480/_pkg_.a /root/.cache/go-build/59/592bf7058991b2faedea6178d0b18d565939a09502d9f4a7fae79531b72fd005-d # internal
2025-08-20T21:55:12.0978137Z [00:03:54.807]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/pageblob
2025-08-20T21:55:12.0980023Z [00:03:54.807]➜  mkdir -p $WORK/b1481/
2025-08-20T21:55:12.0980785Z [00:03:54.807]➜  cat >/tmp/go-build3999932643/b1481/importcfg << 'EOF' # internal
2025-08-20T21:55:12.0981465Z [00:03:54.807]➜  # import config
2025-08-20T21:55:12.0982395Z [00:03:54.807]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:12.0983024Z [00:03:54.807]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3999932643/b1416/_pkg_.a
2025-08-20T21:55:12.0984039Z [00:03:54.807]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3999932643/b1423/_pkg_.a
2025-08-20T21:55:12.0984782Z [00:03:54.807]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3999932643/b1426/_pkg_.a
2025-08-20T21:55:12.0985543Z [00:03:54.807]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build3999932643/b1470/_pkg_.a
2025-08-20T21:55:12.0986380Z [00:03:54.807]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build3999932643/b1474/_pkg_.a
2025-08-20T21:55:12.0987544Z [00:03:54.807]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3999932643/b1475/_pkg_.a
2025-08-20T21:55:12.0988552Z [00:03:54.807]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3999932643/b1472/_pkg_.a
2025-08-20T21:55:12.0989442Z [00:03:54.807]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3999932643/b1476/_pkg_.a
2025-08-20T21:55:12.0990254Z [00:03:54.807]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build3999932643/b1477/_pkg_.a
2025-08-20T21:55:12.0990847Z [00:03:54.807]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:12.0991271Z [00:03:54.807]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:12.0991706Z [00:03:54.807]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:12.0992118Z [00:03:54.807]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:12.0992522Z [00:03:54.807]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:12.0992827Z [00:03:54.807]➜  EOF
2025-08-20T21:55:12.0996374Z [00:03:54.807]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1481/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/pageblob=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/pageblob;$WORK/b1481=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/pageblob -lang=go1.23 -complete -installsuffix shared -buildid _hsR-nPDfXcACGDQbrMQ/_hsR-nPDfXcACGDQbrMQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1481/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/pageblob/client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/pageblob/constants.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/pageblob/models.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/pageblob/responses.go
2025-08-20T21:55:12.1502371Z [00:03:54.859]➜  go tool buildid -w $WORK/b1478/_pkg_.a # internal
2025-08-20T21:55:12.1528384Z [00:03:54.862]➜  cp $WORK/b1478/_pkg_.a /root/.cache/go-build/2a/2a276bfd87e39a2df3a2fb0352644809298650e9918fe5029b3fecda7732fee9-d # internal
2025-08-20T21:55:12.1555562Z [00:03:54.865]➜  github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn
2025-08-20T21:55:12.1556005Z [00:03:54.865]➜  mkdir -p $WORK/b1494/
2025-08-20T21:55:12.1560312Z [00:03:54.865]➜  cat >/tmp/go-build3999932643/b1494/importcfg << 'EOF' # internal
2025-08-20T21:55:12.1560733Z [00:03:54.865]➜  # import config
2025-08-20T21:55:12.1561071Z [00:03:54.865]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:12.1561604Z [00:03:54.865]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build3999932643/b1484/_pkg_.a
2025-08-20T21:55:12.1562151Z [00:03:54.865]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:12.1562477Z [00:03:54.865]➜  EOF
2025-08-20T21:55:12.1567119Z [00:03:54.865]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1494/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.17/arn=>github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.17/arn;$WORK/b1494=>" -p github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn -lang=go1.22 -complete -installsuffix shared -buildid UA6J1ftra3A0f9O4ivfU/UA6J1ftra3A0f9O4ivfU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1494/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.17/arn/accesspoint_arn.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.17/arn/arn.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.17/arn/arn_member.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.17/arn/outpost_arn.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.17/arn/s3_object_lambda_arn.go
2025-08-20T21:55:12.2140527Z [00:03:54.923]➜  go tool buildid -w $WORK/b1494/_pkg_.a # internal
2025-08-20T21:55:12.2149500Z [00:03:54.924]➜  cp $WORK/b1494/_pkg_.a /root/.cache/go-build/db/dbb6c252b0ee0c84e3def62dfd924de34d9113808b6e932d23d15abebab6caf5-d # internal
2025-08-20T21:55:12.2219668Z [00:03:54.930]➜  go tool buildid -w $WORK/b1415/_pkg_.a # internal
2025-08-20T21:55:12.2222133Z [00:03:54.930]➜  github.com/aws/aws-sdk-go-v2/service/internal/s3shared
2025-08-20T21:55:12.2223043Z [00:03:54.930]➜  mkdir -p $WORK/b1493/
2025-08-20T21:55:12.2223728Z [00:03:54.930]➜  cat >/tmp/go-build3999932643/b1493/importcfg << 'EOF' # internal
2025-08-20T21:55:12.2224663Z [00:03:54.930]➜  # import config
2025-08-20T21:55:12.2225082Z [00:03:54.930]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:12.2225569Z [00:03:54.930]➜  packagefile encoding/xml=/tmp/go-build3999932643/b483/_pkg_.a
2025-08-20T21:55:12.2226023Z [00:03:54.930]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:12.2226447Z [00:03:54.930]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:12.2226968Z [00:03:54.930]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build3999932643/b1484/_pkg_.a
2025-08-20T21:55:12.2227866Z [00:03:54.930]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3999932643/b1249/_pkg_.a
2025-08-20T21:55:12.2228581Z [00:03:54.930]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3999932643/b1256/_pkg_.a
2025-08-20T21:55:12.2229335Z [00:03:54.930]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build3999932643/b1494/_pkg_.a
2025-08-20T21:55:12.2230029Z [00:03:54.930]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:55:12.2230908Z [00:03:54.930]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3999932643/b1245/_pkg_.a
2025-08-20T21:55:12.2231645Z [00:03:54.930]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3999932643/b1240/_pkg_.a
2025-08-20T21:55:12.2232223Z [00:03:54.930]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:12.2232639Z [00:03:54.930]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:12.2233065Z [00:03:54.930]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:12.2233383Z [00:03:54.930]➜  EOF
2025-08-20T21:55:12.2239796Z [00:03:54.930]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1493/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.17=>github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.17;$WORK/b1493=>" -p github.com/aws/aws-sdk-go-v2/service/internal/s3shared -lang=go1.22 -complete -installsuffix shared -buildid a5oPm46zt2oXo9PEyiLj/a5oPm46zt2oXo9PEyiLj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1493/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.17/arn_lookup.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.17/endpoint_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.17/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.17/host_id.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.17/metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.17/metadata_retriever.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.17/resource_request.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.17/response_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.17/response_error_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.17/s3100continue.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.17/update_endpoint.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.17/xml_utils.go
2025-08-20T21:55:12.2247454Z [00:03:54.934]➜  cp $WORK/b1415/_pkg_.a /root/.cache/go-build/1a/1afa237919f57b08a29cedca660fdd7721cc443b5040fea199249463b5a6a099-d # internal
2025-08-20T21:55:12.2248248Z [00:03:54.934]➜  github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config
2025-08-20T21:55:12.2248632Z [00:03:54.934]➜  mkdir -p $WORK/b1495/
2025-08-20T21:55:12.2249002Z [00:03:54.934]➜  cat >/tmp/go-build3999932643/b1495/importcfg << 'EOF' # internal
2025-08-20T21:55:12.2249339Z [00:03:54.934]➜  # import config
2025-08-20T21:55:12.2249676Z [00:03:54.934]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:12.2249990Z [00:03:54.934]➜  EOF
2025-08-20T21:55:12.2252291Z [00:03:54.934]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1495/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.17/config=>github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.17/config;$WORK/b1495=>" -p github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config -lang=go1.22 -complete -installsuffix shared -buildid kGPjom9D5cbC6iRV5Evr/kGPjom9D5cbC6iRV5Evr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1495/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.17/config/config.go
2025-08-20T21:55:12.2269840Z [00:03:54.936]➜  go tool buildid -w $WORK/b1481/_pkg_.a # internal
2025-08-20T21:55:12.2293455Z [00:03:54.939]➜  cp $WORK/b1481/_pkg_.a /root/.cache/go-build/9f/9f189c0a1450ae33b34164c2a11369fbe59557aff143a50a5bd0e2a76c2be28d-d # internal
2025-08-20T21:55:12.2324407Z [00:03:54.942]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container
2025-08-20T21:55:12.2326185Z [00:03:54.942]➜  mkdir -p $WORK/b1479/
2025-08-20T21:55:12.2330680Z [00:03:54.942]➜  cat >/tmp/go-build3999932643/b1479/importcfg << 'EOF' # internal
2025-08-20T21:55:12.2331259Z [00:03:54.942]➜  # import config
2025-08-20T21:55:12.2331676Z [00:03:54.942]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:12.2332111Z [00:03:54.942]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:12.2332535Z [00:03:54.942]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:12.2332943Z [00:03:54.942]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:12.2333497Z [00:03:54.942]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3999932643/b1416/_pkg_.a
2025-08-20T21:55:12.2334204Z [00:03:54.942]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3999932643/b1423/_pkg_.a
2025-08-20T21:55:12.2334937Z [00:03:54.942]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3999932643/b1426/_pkg_.a
2025-08-20T21:55:12.2335688Z [00:03:54.942]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build3999932643/b1434/_pkg_.a
2025-08-20T21:55:12.2336489Z [00:03:54.942]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/appendblob=/tmp/go-build3999932643/b1480/_pkg_.a
2025-08-20T21:55:12.2337289Z [00:03:54.942]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build3999932643/b1470/_pkg_.a
2025-08-20T21:55:12.2338338Z [00:03:54.942]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build3999932643/b1471/_pkg_.a
2025-08-20T21:55:12.2339369Z [00:03:54.942]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob=/tmp/go-build3999932643/b1478/_pkg_.a
2025-08-20T21:55:12.2340206Z [00:03:54.942]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build3999932643/b1474/_pkg_.a
2025-08-20T21:55:12.2341077Z [00:03:54.942]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3999932643/b1475/_pkg_.a
2025-08-20T21:55:12.2341979Z [00:03:54.942]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3999932643/b1472/_pkg_.a
2025-08-20T21:55:12.2345745Z [00:03:54.942]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3999932643/b1476/_pkg_.a
2025-08-20T21:55:12.2346945Z [00:03:54.942]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/pageblob=/tmp/go-build3999932643/b1481/_pkg_.a
2025-08-20T21:55:12.2347954Z [00:03:54.942]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build3999932643/b1477/_pkg_.a
2025-08-20T21:55:12.2348715Z [00:03:54.942]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:12.2349334Z [00:03:54.942]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:12.2349886Z [00:03:54.942]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:12.2350350Z [00:03:54.942]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:12.2350803Z [00:03:54.942]➜  EOF
2025-08-20T21:55:12.2355304Z [00:03:54.942]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1479/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/container=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/container;$WORK/b1479=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container -lang=go1.23 -complete -installsuffix shared -buildid 96JXJjita9OouSP-gLmV/96JXJjita9OouSP-gLmV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1479/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/container/batch_builder.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/container/client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/container/constants.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/container/models.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/container/responses.go
2025-08-20T21:55:12.2407525Z [00:03:54.950]➜  go tool buildid -w $WORK/b1495/_pkg_.a # internal
2025-08-20T21:55:12.2411665Z [00:03:54.950]➜  cp $WORK/b1495/_pkg_.a /root/.cache/go-build/b4/b4ff0b409ae33e592660cb2d4d87e2169b675c8fbe1ced9b9e5c3a08350059ee-d # internal
2025-08-20T21:55:12.2415720Z [00:03:54.951]➜  github.com/aws/aws-sdk-go-v2/service/s3/internal/arn
2025-08-20T21:55:12.2417882Z [00:03:54.951]➜  mkdir -p $WORK/b1497/
2025-08-20T21:55:12.2418276Z [00:03:54.951]➜  cat >/tmp/go-build3999932643/b1497/importcfg << 'EOF' # internal
2025-08-20T21:55:12.2418631Z [00:03:54.951]➜  # import config
2025-08-20T21:55:12.2418960Z [00:03:54.951]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:12.2419480Z [00:03:54.951]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build3999932643/b1484/_pkg_.a
2025-08-20T21:55:12.2422810Z [00:03:54.951]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build3999932643/b1494/_pkg_.a
2025-08-20T21:55:12.2424407Z [00:03:54.951]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:12.2424914Z [00:03:54.951]➜  EOF
2025-08-20T21:55:12.2428992Z [00:03:54.951]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1497/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/internal/arn=>github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/internal/arn;$WORK/b1497=>" -p github.com/aws/aws-sdk-go-v2/service/s3/internal/arn -lang=go1.22 -complete -installsuffix shared -buildid ZdtflctUR5fjUb1uAG-c/ZdtflctUR5fjUb1uAG-c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1497/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/internal/arn/arn_parser.go
2025-08-20T21:55:12.2635619Z [00:03:54.972]➜  go tool buildid -w $WORK/b1497/_pkg_.a # internal
2025-08-20T21:55:12.2637547Z [00:03:54.972]➜  cp $WORK/b1497/_pkg_.a /root/.cache/go-build/15/1532600e46cfd6c5e238c44004748dc2480d6b4e059dcf376d9de964311fac2d-d # internal
2025-08-20T21:55:12.2638295Z [00:03:54.973]➜  github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints
2025-08-20T21:55:12.2638887Z [00:03:54.973]➜  mkdir -p $WORK/b1498/
2025-08-20T21:55:12.2641172Z [00:03:54.973]➜  cat >/tmp/go-build3999932643/b1498/importcfg << 'EOF' # internal
2025-08-20T21:55:12.2642278Z [00:03:54.974]➜  # import config
2025-08-20T21:55:12.2642710Z [00:03:54.974]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:12.2643225Z [00:03:54.974]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:55:12.2645844Z [00:03:54.974]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3999932643/b1281/_pkg_.a
2025-08-20T21:55:12.2648703Z [00:03:54.974]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3999932643/b1239/_pkg_.a
2025-08-20T21:55:12.2649241Z [00:03:54.974]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:12.2649677Z [00:03:54.974]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:12.2649993Z [00:03:54.974]➜  EOF
2025-08-20T21:55:12.2652264Z [00:03:54.974]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1498/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/internal/endpoints;$WORK/b1498=>" -p github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid y3y58N6ItU5FKatwXPQO/y3y58N6ItU5FKatwXPQO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1498/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/internal/endpoints/endpoints.go
2025-08-20T21:55:12.2829308Z [00:03:54.992]➜  go tool buildid -w $WORK/b1493/_pkg_.a # internal
2025-08-20T21:55:12.2844109Z [00:03:54.993]➜  cp $WORK/b1493/_pkg_.a /root/.cache/go-build/63/6304b529484833e59625d9121a1f5650e896f4bd38a551fccb20a8d682a22ff8-d # internal
2025-08-20T21:55:12.2879719Z [00:03:54.997]➜  github.com/aws/aws-sdk-go-v2/service/s3/types
2025-08-20T21:55:12.2880320Z [00:03:54.997]➜  mkdir -p $WORK/b1499/
2025-08-20T21:55:12.2888259Z [00:03:54.998]➜  cat >/tmp/go-build3999932643/b1499/importcfg << 'EOF' # internal
2025-08-20T21:55:12.2891691Z [00:03:54.998]➜  # import config
2025-08-20T21:55:12.2892043Z [00:03:54.998]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:12.2892552Z [00:03:54.998]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3999932643/b1241/_pkg_.a
2025-08-20T21:55:12.2893143Z [00:03:54.998]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3999932643/b1283/_pkg_.a
2025-08-20T21:55:12.2893646Z [00:03:54.998]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:12.2893954Z [00:03:54.998]➜  EOF
2025-08-20T21:55:12.2896687Z [00:03:54.998]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1499/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/types=>github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/types;$WORK/b1499=>" -p github.com/aws/aws-sdk-go-v2/service/s3/types -lang=go1.22 -complete -installsuffix shared -buildid oqPZXoVjLa_AnO1_vXvv/oqPZXoVjLa_AnO1_vXvv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1499/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/types/enums.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/types/types.go
2025-08-20T21:55:12.3041267Z [00:03:55.013]➜  go tool buildid -w $WORK/b1498/_pkg_.a # internal
2025-08-20T21:55:12.3060731Z [00:03:55.014]➜  cp $WORK/b1498/_pkg_.a /root/.cache/go-build/2a/2a0c738908088d7d40e715c8af6d45383d13a621629b1bef4a8ff4256a2646e8-d # internal
2025-08-20T21:55:12.3168794Z [00:03:55.026]➜  github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations
2025-08-20T21:55:12.3169250Z [00:03:55.026]➜  mkdir -p $WORK/b1496/
2025-08-20T21:55:12.3171374Z [00:03:55.026]➜  cat >/tmp/go-build3999932643/b1496/importcfg << 'EOF' # internal
2025-08-20T21:55:12.3172040Z [00:03:55.026]➜  # import config
2025-08-20T21:55:12.3173284Z [00:03:55.026]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:12.3173792Z [00:03:55.026]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:12.3174249Z [00:03:55.026]➜  packagefile encoding/xml=/tmp/go-build3999932643/b483/_pkg_.a
2025-08-20T21:55:12.3174701Z [00:03:55.026]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:12.3175211Z [00:03:55.026]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:55:12.3175845Z [00:03:55.026]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3999932643/b1249/_pkg_.a
2025-08-20T21:55:12.3176511Z [00:03:55.026]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3999932643/b1248/_pkg_.a
2025-08-20T21:55:12.3177218Z [00:03:55.026]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3999932643/b1275/_pkg_.a
2025-08-20T21:55:12.3178087Z [00:03:55.026]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3999932643/b1262/_pkg_.a
2025-08-20T21:55:12.3178752Z [00:03:55.026]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3999932643/b1233/_pkg_.a
2025-08-20T21:55:12.3179396Z [00:03:55.026]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a=/tmp/go-build3999932643/b1489/_pkg_.a
2025-08-20T21:55:12.3180107Z [00:03:55.026]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/checksum=/tmp/go-build3999932643/b1492/_pkg_.a
2025-08-20T21:55:12.3180853Z [00:03:55.026]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared=/tmp/go-build3999932643/b1493/_pkg_.a
2025-08-20T21:55:12.3181616Z [00:03:55.026]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build3999932643/b1494/_pkg_.a
2025-08-20T21:55:12.3182717Z [00:03:55.026]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/arn=/tmp/go-build3999932643/b1497/_pkg_.a
2025-08-20T21:55:12.3183539Z [00:03:55.026]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints=/tmp/go-build3999932643/b1498/_pkg_.a
2025-08-20T21:55:12.3184194Z [00:03:55.026]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3999932643/b1241/_pkg_.a
2025-08-20T21:55:12.3184751Z [00:03:55.026]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3999932643/b1242/_pkg_.a
2025-08-20T21:55:12.3185394Z [00:03:55.026]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3999932643/b1254/_pkg_.a
2025-08-20T21:55:12.3186050Z [00:03:55.026]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build3999932643/b1298/_pkg_.a
2025-08-20T21:55:12.3186654Z [00:03:55.026]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3999932643/b1239/_pkg_.a
2025-08-20T21:55:12.3187265Z [00:03:55.026]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:55:12.3188070Z [00:03:55.026]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3999932643/b1240/_pkg_.a
2025-08-20T21:55:12.3188590Z [00:03:55.026]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:12.3189007Z [00:03:55.026]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:55:12.3189424Z [00:03:55.026]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:55:12.3190040Z [00:03:55.026]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:12.3190466Z [00:03:55.026]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:12.3190885Z [00:03:55.026]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:12.3191313Z [00:03:55.026]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:12.3191733Z [00:03:55.026]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:12.3192045Z [00:03:55.026]➜  EOF
2025-08-20T21:55:12.3202032Z [00:03:55.029]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1496/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/internal/customizations=>github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/internal/customizations;$WORK/b1496=>" -p github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations -lang=go1.22 -complete -installsuffix shared -buildid PjD15bx6GPZSz6vg1Qy0/PjD15bx6GPZSz6vg1Qy0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1496/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/internal/customizations/context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/internal/customizations/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/internal/customizations/express.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/internal/customizations/express_config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/internal/customizations/express_default_checksum.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/internal/customizations/express_properties.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/internal/customizations/express_signer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/internal/customizations/express_signer_smithy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/internal/customizations/handle_200_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/internal/customizations/host.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/internal/customizations/presigned_expires.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/internal/customizations/process_arn_resource.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/internal/customizations/remove_bucket_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/internal/customizations/s3_object_lambda.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/internal/customizations/signer_wrapper.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/internal/customizations/update_endpoint.go
2025-08-20T21:55:12.4003989Z [00:03:55.110]➜  go tool buildid -w $WORK/b1479/_pkg_.a # internal
2025-08-20T21:55:12.4097817Z [00:03:55.119]➜  cp $WORK/b1479/_pkg_.a /root/.cache/go-build/ba/bac7324872248772fc8fb603b2dda3b7c5e0b958700903853077f6d53ad7f96e-d # internal
2025-08-20T21:55:12.4118525Z [00:03:55.121]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/service
2025-08-20T21:55:12.4119793Z [00:03:55.121]➜  mkdir -p $WORK/b1482/
2025-08-20T21:55:12.4120538Z [00:03:55.121]➜  cat >/tmp/go-build3999932643/b1482/importcfg << 'EOF' # internal
2025-08-20T21:55:12.4122089Z [00:03:55.122]➜  # import config
2025-08-20T21:55:12.4122504Z [00:03:55.122]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:12.4122979Z [00:03:55.122]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:12.4123424Z [00:03:55.122]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:12.4123853Z [00:03:55.122]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:12.4124428Z [00:03:55.122]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3999932643/b1416/_pkg_.a
2025-08-20T21:55:12.4125573Z [00:03:55.122]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3999932643/b1423/_pkg_.a
2025-08-20T21:55:12.4126733Z [00:03:55.122]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3999932643/b1426/_pkg_.a
2025-08-20T21:55:12.4127628Z [00:03:55.122]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build3999932643/b1434/_pkg_.a
2025-08-20T21:55:12.4128419Z [00:03:55.122]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build3999932643/b1473/_pkg_.a
2025-08-20T21:55:12.4129168Z [00:03:55.122]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build3999932643/b1470/_pkg_.a
2025-08-20T21:55:12.4130105Z [00:03:55.122]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build3999932643/b1471/_pkg_.a
2025-08-20T21:55:12.4130995Z [00:03:55.122]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container=/tmp/go-build3999932643/b1479/_pkg_.a
2025-08-20T21:55:12.4131830Z [00:03:55.122]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build3999932643/b1474/_pkg_.a
2025-08-20T21:55:12.4132711Z [00:03:55.122]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3999932643/b1475/_pkg_.a
2025-08-20T21:55:12.4133600Z [00:03:55.122]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3999932643/b1472/_pkg_.a
2025-08-20T21:55:12.4134481Z [00:03:55.122]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3999932643/b1476/_pkg_.a
2025-08-20T21:55:12.4135311Z [00:03:55.122]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build3999932643/b1477/_pkg_.a
2025-08-20T21:55:12.4135906Z [00:03:55.122]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:12.4136334Z [00:03:55.122]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:12.4136757Z [00:03:55.122]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:12.4137174Z [00:03:55.122]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:12.4137644Z [00:03:55.122]➜  EOF
2025-08-20T21:55:12.4141674Z [00:03:55.122]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1482/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/service=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/service;$WORK/b1482=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/service -lang=go1.23 -complete -installsuffix shared -buildid uslVzvS_VHVh0Bc1NOnK/uslVzvS_VHVh0Bc1NOnK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1482/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/service/batch_builder.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/service/client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/service/constants.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/service/models.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/service/responses.go
2025-08-20T21:55:12.4745252Z [00:03:55.184]➜  go tool buildid -w $WORK/b1496/_pkg_.a # internal
2025-08-20T21:55:12.4765180Z [00:03:55.186]➜  cp $WORK/b1496/_pkg_.a /root/.cache/go-build/f5/f5a2abc9b0d137cc00724090a7bd2b7432d45d2083faa354d714a45d92f90fc1-d # internal
2025-08-20T21:55:12.4877550Z [00:03:55.197]➜  github.com/aws/smithy-go/endpoints/private/rulesfn
2025-08-20T21:55:12.4878145Z [00:03:55.197]➜  mkdir -p $WORK/b1502/
2025-08-20T21:55:12.4879417Z [00:03:55.197]➜  cat >/tmp/go-build3999932643/b1502/importcfg << 'EOF' # internal
2025-08-20T21:55:12.4879793Z [00:03:55.197]➜  # import config
2025-08-20T21:55:12.4880126Z [00:03:55.197]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:12.4880675Z [00:03:55.197]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3999932643/b1240/_pkg_.a
2025-08-20T21:55:12.4881576Z [00:03:55.197]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:12.4881990Z [00:03:55.197]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:12.4882414Z [00:03:55.197]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:12.4882725Z [00:03:55.197]➜  EOF
2025-08-20T21:55:12.4885632Z [00:03:55.197]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1502/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/endpoints/private/rulesfn=>github.com/aws/smithy-go@v1.22.4/endpoints/private/rulesfn;$WORK/b1502=>" -p github.com/aws/smithy-go/endpoints/private/rulesfn -lang=go1.22 -complete -installsuffix shared -buildid eZG-pqkO60aZCENDfq44/eZG-pqkO60aZCENDfq44 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1502/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/endpoints/private/rulesfn/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/endpoints/private/rulesfn/strings.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/endpoints/private/rulesfn/uri.go
2025-08-20T21:55:12.5318306Z [00:03:55.241]➜  go tool buildid -w $WORK/b1502/_pkg_.a # internal
2025-08-20T21:55:12.5323500Z [00:03:55.241]➜  cp $WORK/b1502/_pkg_.a /root/.cache/go-build/b4/b43cc41d4edccabe086b1ac844701ff0d9f440f3498f3977e9d37b8414ee216f-d # internal
2025-08-20T21:55:12.5327943Z [00:03:55.242]➜  github.com/aws/smithy-go/sync
2025-08-20T21:55:12.5328409Z [00:03:55.242]➜  mkdir -p $WORK/b1503/
2025-08-20T21:55:12.5332121Z [00:03:55.243]➜  cat >/tmp/go-build3999932643/b1503/importcfg << 'EOF' # internal
2025-08-20T21:55:12.5332536Z [00:03:55.243]➜  # import config
2025-08-20T21:55:12.5332888Z [00:03:55.243]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:12.5333198Z [00:03:55.243]➜  EOF
2025-08-20T21:55:12.5334986Z [00:03:55.243]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1503/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/sync=>github.com/aws/smithy-go@v1.22.4/sync;$WORK/b1503=>" -p github.com/aws/smithy-go/sync -lang=go1.22 -complete -installsuffix shared -buildid AoJ5PyOmii5TmVYaf5Rc/AoJ5PyOmii5TmVYaf5Rc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1503/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/sync/error.go
2025-08-20T21:55:12.5441674Z [00:03:55.253]➜  go tool buildid -w $WORK/b1499/_pkg_.a # internal
2025-08-20T21:55:12.5538872Z [00:03:55.263]➜  cp $WORK/b1499/_pkg_.a /root/.cache/go-build/7b/7b655bd35730d8fab880ddffdba88239a846d94dea38bb90c04ef7c2a1985fa5-d # internal
2025-08-20T21:55:12.5566415Z [00:03:55.266]➜  go tool buildid -w $WORK/b1503/_pkg_.a # internal
2025-08-20T21:55:12.5567023Z [00:03:55.266]➜  github.com/aws/smithy-go/waiter
2025-08-20T21:55:12.5569939Z [00:03:55.266]➜  mkdir -p $WORK/b1504/
2025-08-20T21:55:12.5571493Z [00:03:55.266]➜  cat >/tmp/go-build3999932643/b1504/importcfg << 'EOF' # internal
2025-08-20T21:55:12.5571982Z [00:03:55.266]➜  # import config
2025-08-20T21:55:12.5572382Z [00:03:55.266]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:12.5572805Z [00:03:55.266]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:12.5573322Z [00:03:55.266]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3999932643/b1239/_pkg_.a
2025-08-20T21:55:12.5576695Z [00:03:55.266]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:55:12.5577303Z [00:03:55.266]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build3999932643/b1250/_pkg_.a
2025-08-20T21:55:12.5577964Z [00:03:55.266]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:55:12.5578374Z [00:03:55.266]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:12.5578689Z [00:03:55.266]➜  EOF
2025-08-20T21:55:12.5584983Z [00:03:55.267]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1504/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/waiter=>github.com/aws/smithy-go@v1.22.4/waiter;$WORK/b1504=>" -p github.com/aws/smithy-go/waiter -lang=go1.22 -complete -installsuffix shared -buildid HHgONos4LLW_zX0PRwyj/HHgONos4LLW_zX0PRwyj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1504/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/waiter/logger.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/waiter/waiter.go
2025-08-20T21:55:12.5590106Z [00:03:55.267]➜  cp $WORK/b1503/_pkg_.a /root/.cache/go-build/60/608bc9939738c5a4e339595fcd99aa7c44fe34c89c6c551b53fc197622717b44-d # internal
2025-08-20T21:55:12.5628336Z [00:03:55.272]➜  go tool buildid -w $WORK/b1482/_pkg_.a # internal
2025-08-20T21:55:12.5666167Z [00:03:55.276]➜  dario.cat/mergo
2025-08-20T21:55:12.5667949Z [00:03:55.276]➜  mkdir -p $WORK/b1506/
2025-08-20T21:55:12.5670513Z [00:03:55.276]➜  cat >/tmp/go-build3999932643/b1506/importcfg << 'EOF' # internal
2025-08-20T21:55:12.5672075Z [00:03:55.277]➜  # import config
2025-08-20T21:55:12.5672759Z [00:03:55.277]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:12.5688599Z [00:03:55.277]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:12.5689632Z [00:03:55.277]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:12.5690132Z [00:03:55.277]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:55:12.5690591Z [00:03:55.277]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:55:12.5690925Z [00:03:55.277]➜  EOF
2025-08-20T21:55:12.5693062Z [00:03:55.277]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1506/_pkg_.a -trimpath "/root/go/pkg/mod/dario.cat/mergo@v1.0.0=>dario.cat/mergo@v1.0.0;$WORK/b1506=>" -p dario.cat/mergo -lang=go1.13 -complete -installsuffix shared -buildid rUNb8CEbftoxWddHVABy/rUNb8CEbftoxWddHVABy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1506/importcfg -pack /root/go/pkg/mod/dario.cat/mergo@v1.0.0/doc.go /root/go/pkg/mod/dario.cat/mergo@v1.0.0/map.go /root/go/pkg/mod/dario.cat/mergo@v1.0.0/merge.go /root/go/pkg/mod/dario.cat/mergo@v1.0.0/mergo.go
2025-08-20T21:55:12.5711452Z [00:03:55.280]➜  cp $WORK/b1482/_pkg_.a /root/.cache/go-build/ab/ab5cf334dfe759680d6403eb4044b896e127992ad196464e9390102f8b0c5a9f-d # internal
2025-08-20T21:55:12.5738480Z [00:03:55.283]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
2025-08-20T21:55:12.5738913Z [00:03:55.283]➜  mkdir -p $WORK/b1469/
2025-08-20T21:55:12.5749202Z [00:03:55.284]➜  cat >/tmp/go-build3999932643/b1469/importcfg << 'EOF' # internal
2025-08-20T21:55:12.5749837Z [00:03:55.284]➜  # import config
2025-08-20T21:55:12.5750298Z [00:03:55.284]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:12.5750935Z [00:03:55.284]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3999932643/b1416/_pkg_.a
2025-08-20T21:55:12.5751653Z [00:03:55.284]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3999932643/b1426/_pkg_.a
2025-08-20T21:55:12.5752416Z [00:03:55.284]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build3999932643/b1470/_pkg_.a
2025-08-20T21:55:12.5753217Z [00:03:55.284]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob=/tmp/go-build3999932643/b1478/_pkg_.a
2025-08-20T21:55:12.5754045Z [00:03:55.284]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container=/tmp/go-build3999932643/b1479/_pkg_.a
2025-08-20T21:55:12.5754883Z [00:03:55.284]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build3999932643/b1474/_pkg_.a
2025-08-20T21:55:12.5755764Z [00:03:55.284]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3999932643/b1475/_pkg_.a
2025-08-20T21:55:12.5756658Z [00:03:55.284]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3999932643/b1472/_pkg_.a
2025-08-20T21:55:12.5757675Z [00:03:55.284]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3999932643/b1476/_pkg_.a
2025-08-20T21:55:12.5758692Z [00:03:55.284]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build3999932643/b1477/_pkg_.a
2025-08-20T21:55:12.5759481Z [00:03:55.284]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/service=/tmp/go-build3999932643/b1482/_pkg_.a
2025-08-20T21:55:12.5760064Z [00:03:55.284]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:12.5760465Z [00:03:55.284]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:12.5760765Z [00:03:55.284]➜  EOF
2025-08-20T21:55:12.5774466Z [00:03:55.286]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1469/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1;$WORK/b1469=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob -lang=go1.23 -complete -installsuffix shared -buildid N9j17bqSA0rvXhSPe8Mv/N9j17bqSA0rvXhSPe8Mv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1469/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/common.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/constants.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/doc.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/log.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/models.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/responses.go
2025-08-20T21:55:12.5915179Z [00:03:55.301]➜  go tool buildid -w $WORK/b1504/_pkg_.a # internal
2025-08-20T21:55:12.5925204Z [00:03:55.301]➜  cp $WORK/b1504/_pkg_.a /root/.cache/go-build/dc/dce9b6d87017cc0baabe239b04116520b0e6f0b8cde3099f0b83ec404dfb8088-d # internal
2025-08-20T21:55:12.6610045Z [00:03:55.370]➜  github.com/aws/aws-sdk-go-v2/service/s3
2025-08-20T21:55:12.6610466Z [00:03:55.370]➜  mkdir -p $WORK/b1486/
2025-08-20T21:55:12.6614055Z [00:03:55.371]➜  cat >/tmp/go-build3999932643/b1486/importcfg << 'EOF' # internal
2025-08-20T21:55:12.6614503Z [00:03:55.371]➜  # import config
2025-08-20T21:55:12.6614862Z [00:03:55.371]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:12.6615298Z [00:03:55.371]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:12.6618317Z [00:03:55.371]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:55:12.6619056Z [00:03:55.371]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:55:12.6619594Z [00:03:55.371]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:55:12.6620074Z [00:03:55.371]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:12.6620548Z [00:03:55.371]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:55:12.6621028Z [00:03:55.371]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:12.6621492Z [00:03:55.371]➜  packagefile encoding/xml=/tmp/go-build3999932643/b483/_pkg_.a
2025-08-20T21:55:12.6621930Z [00:03:55.371]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:12.6622341Z [00:03:55.371]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:12.6622845Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:55:12.6623480Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3999932643/b1273/_pkg_.a
2025-08-20T21:55:12.6624147Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3999932643/b1249/_pkg_.a
2025-08-20T21:55:12.6624863Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream=/tmp/go-build3999932643/b1487/_pkg_.a
2025-08-20T21:55:12.6625965Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi=/tmp/go-build3999932643/b1488/_pkg_.a
2025-08-20T21:55:12.6626744Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build3999932643/b1293/_pkg_.a
2025-08-20T21:55:12.6627582Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3999932643/b1260/_pkg_.a
2025-08-20T21:55:12.6628299Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3999932643/b1248/_pkg_.a
2025-08-20T21:55:12.6628993Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3999932643/b1256/_pkg_.a
2025-08-20T21:55:12.6629815Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3999932643/b1253/_pkg_.a
2025-08-20T21:55:12.6630554Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3999932643/b1275/_pkg_.a
2025-08-20T21:55:12.6631279Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3999932643/b1276/_pkg_.a
2025-08-20T21:55:12.6631981Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3999932643/b1262/_pkg_.a
2025-08-20T21:55:12.6632668Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3999932643/b1277/_pkg_.a
2025-08-20T21:55:12.6633413Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3999932643/b1278/_pkg_.a
2025-08-20T21:55:12.6634164Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3999932643/b1279/_pkg_.a
2025-08-20T21:55:12.6634843Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3999932643/b1233/_pkg_.a
2025-08-20T21:55:12.6635550Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/tmp/go-build3999932643/b1234/_pkg_.a
2025-08-20T21:55:12.6636251Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a=/tmp/go-build3999932643/b1489/_pkg_.a
2025-08-20T21:55:12.6636980Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build3999932643/b1294/_pkg_.a
2025-08-20T21:55:12.6644646Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/checksum=/tmp/go-build3999932643/b1492/_pkg_.a
2025-08-20T21:55:12.6645448Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build3999932643/b1295/_pkg_.a
2025-08-20T21:55:12.6646575Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared=/tmp/go-build3999932643/b1493/_pkg_.a
2025-08-20T21:55:12.6647549Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config=/tmp/go-build3999932643/b1495/_pkg_.a
2025-08-20T21:55:12.6648420Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations=/tmp/go-build3999932643/b1496/_pkg_.a
2025-08-20T21:55:12.6649231Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints=/tmp/go-build3999932643/b1498/_pkg_.a
2025-08-20T21:55:12.6649952Z [00:03:55.371]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/types=/tmp/go-build3999932643/b1499/_pkg_.a
2025-08-20T21:55:12.6650595Z [00:03:55.371]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3999932643/b1241/_pkg_.a
2025-08-20T21:55:12.6651161Z [00:03:55.371]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3999932643/b1242/_pkg_.a
2025-08-20T21:55:12.6651819Z [00:03:55.371]➜  packagefile github.com/aws/smithy-go/container/private/cache=/tmp/go-build3999932643/b1500/_pkg_.a
2025-08-20T21:55:12.6652553Z [00:03:55.371]➜  packagefile github.com/aws/smithy-go/container/private/cache/lru=/tmp/go-build3999932643/b1501/_pkg_.a
2025-08-20T21:55:12.6653220Z [00:03:55.371]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3999932643/b1283/_pkg_.a
2025-08-20T21:55:12.6654053Z [00:03:55.371]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3999932643/b1254/_pkg_.a
2025-08-20T21:55:12.6654714Z [00:03:55.371]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build3999932643/b1298/_pkg_.a
2025-08-20T21:55:12.6655328Z [00:03:55.371]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3999932643/b1284/_pkg_.a
2025-08-20T21:55:12.6656005Z [00:03:55.371]➜  packagefile github.com/aws/smithy-go/endpoints/private/rulesfn=/tmp/go-build3999932643/b1502/_pkg_.a
2025-08-20T21:55:12.6656653Z [00:03:55.371]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3999932643/b1265/_pkg_.a
2025-08-20T21:55:12.6657233Z [00:03:55.371]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3999932643/b1239/_pkg_.a
2025-08-20T21:55:12.6658101Z [00:03:55.371]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3999932643/b1243/_pkg_.a
2025-08-20T21:55:12.6658786Z [00:03:55.371]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:55:12.6659380Z [00:03:55.371]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3999932643/b1247/_pkg_.a
2025-08-20T21:55:12.6659946Z [00:03:55.371]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build3999932643/b1250/_pkg_.a
2025-08-20T21:55:12.6660518Z [00:03:55.371]➜  packagefile github.com/aws/smithy-go/sync=/tmp/go-build3999932643/b1503/_pkg_.a
2025-08-20T21:55:12.6661087Z [00:03:55.371]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3999932643/b1244/_pkg_.a
2025-08-20T21:55:12.6661675Z [00:03:55.371]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3999932643/b1245/_pkg_.a
2025-08-20T21:55:12.6662300Z [00:03:55.371]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3999932643/b1240/_pkg_.a
2025-08-20T21:55:12.6662918Z [00:03:55.371]➜  packagefile github.com/aws/smithy-go/waiter=/tmp/go-build3999932643/b1504/_pkg_.a
2025-08-20T21:55:12.6663401Z [00:03:55.371]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:12.6663826Z [00:03:55.371]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:55:12.6664247Z [00:03:55.371]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:12.6664663Z [00:03:55.371]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:12.6665086Z [00:03:55.371]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:12.6665494Z [00:03:55.371]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:12.6666120Z [00:03:55.371]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:55:12.6666621Z [00:03:55.371]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:12.6667109Z [00:03:55.371]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:12.6672649Z [00:03:55.371]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:12.6673130Z [00:03:55.371]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:12.6673567Z [00:03:55.371]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:12.6673875Z [00:03:55.371]➜  EOF
2025-08-20T21:55:12.6721076Z [00:03:55.371]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1486/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0=>github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0;$WORK/b1486=>" -p github.com/aws/aws-sdk-go-v2/service/s3 -lang=go1.22 -complete -installsuffix shared -buildid WIgj8GPDZWmu5hfhD8fS/WIgj8GPDZWmu5hfhD8fS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1486/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_AbortMultipartUpload.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_CompleteMultipartUpload.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_CopyObject.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_CreateBucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_CreateBucketMetadataTableConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_CreateMultipartUpload.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_CreateSession.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_DeleteBucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_DeleteBucketAnalyticsConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_DeleteBucketCors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_DeleteBucketEncryption.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_DeleteBucketIntelligentTieringConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_DeleteBucketInventoryConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_DeleteBucketLifecycle.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_DeleteBucketMetadataTableConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_DeleteBucketMetricsConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_DeleteBucketOwnershipControls.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_DeleteBucketPolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_DeleteBucketReplication.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_DeleteBucketTagging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_DeleteBucketWebsite.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_DeleteObject.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_DeleteObjectTagging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_DeleteObjects.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_DeletePublicAccessBlock.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetBucketAccelerateConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetBucketAcl.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetBucketAnalyticsConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetBucketCors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetBucketEncryption.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetBucketIntelligentTieringConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetBucketInventoryConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetBucketLifecycleConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetBucketLocation.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetBucketLogging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetBucketMetadataTableConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetBucketMetricsConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetBucketNotificationConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetBucketOwnershipControls.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetBucketPolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetBucketPolicyStatus.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetBucketReplication.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetBucketRequestPayment.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetBucketTagging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetBucketVersioning.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetBucketWebsite.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetObject.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetObjectAcl.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetObjectAttributes.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetObjectLegalHold.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetObjectLockConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetObjectRetention.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetObjectTagging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetObjectTorrent.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_GetPublicAccessBlock.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_HeadBucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_HeadObject.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_ListBucketAnalyticsConfigurations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_ListBucketIntelligentTieringConfigurations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_ListBucketInventoryConfigurations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_ListBucketMetricsConfigurations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_ListBuckets.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_ListDirectoryBuckets.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_ListMultipartUploads.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_ListObjectVersions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_ListObjects.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_ListObjectsV2.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_ListParts.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_PutBucketAccelerateConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_PutBucketAcl.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_PutBucketAnalyticsConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_PutBucketCors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_PutBucketEncryption.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_PutBucketIntelligentTieringConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_PutBucketInventoryConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_PutBucketLifecycleConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_PutBucketLogging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_PutBucketMetricsConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_PutBucketNotificationConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_PutBucketOwnershipControls.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_PutBucketPolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_PutBucketReplication.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_PutBucketRequestPayment.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_PutBucketTagging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_PutBucketVersioning.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_PutBucketWebsite.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_PutObject.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_PutObjectAcl.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_PutObjectLegalHold.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_PutObjectLockConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_PutObjectRetention.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_PutObjectTagging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_PutPublicAccessBlock.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_RenameObject.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_RestoreObject.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_SelectObjectContent.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_UploadPart.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_UploadPartCopy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/api_op_WriteGetObjectResponse.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/bucket_context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/bucketer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/create_mpu_checksum.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/endpoint_auth_resolver.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/eventstream.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/express.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/express_default.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/express_resolve.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/express_user_agent.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/handwritten_paginators.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/presign_post.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/serialize_immutable_hostname_bucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/uri_context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.82.0/validators.go
2025-08-20T21:55:12.6919957Z [00:03:55.400]➜  go tool buildid -w $WORK/b1469/_pkg_.a # internal
2025-08-20T21:55:12.6998346Z [00:03:55.409]➜  go tool buildid -w $WORK/b1506/_pkg_.a # internal
2025-08-20T21:55:12.7009475Z [00:03:55.410]➜  cp $WORK/b1506/_pkg_.a /root/.cache/go-build/08/082aa33f21a28bcec3cdec3b6aee3738032638dcd881dc84f1784e1af3bc2c2b-d # internal
2025-08-20T21:55:12.7021921Z [00:03:55.411]➜  github.com/ProtonMail/go-crypto/openpgp/errors
2025-08-20T21:55:12.7022357Z [00:03:55.411]➜  mkdir -p $WORK/b1509/
2025-08-20T21:55:12.7022737Z [00:03:55.411]➜  cat >/tmp/go-build3999932643/b1509/importcfg << 'EOF' # internal
2025-08-20T21:55:12.7023090Z [00:03:55.411]➜  # import config
2025-08-20T21:55:12.7023419Z [00:03:55.411]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:12.7023854Z [00:03:55.411]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:12.7024183Z [00:03:55.411]➜  EOF
2025-08-20T21:55:12.7033817Z [00:03:55.413]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1509/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/errors=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/errors;$WORK/b1509=>" -p github.com/ProtonMail/go-crypto/openpgp/errors -lang=go1.17 -complete -installsuffix shared -buildid LZ_0hUPl_0HDAv3KAytu/LZ_0hUPl_0HDAv3KAytu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1509/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/errors/errors.go
2025-08-20T21:55:12.7037173Z [00:03:55.413]➜  cp $WORK/b1469/_pkg_.a /root/.cache/go-build/a5/a559e46b8043b2964b07ee5c929daf587d69655bfa2347b052f2dab172169700-d # internal
2025-08-20T21:55:12.7045713Z [00:03:55.414]➜  github.com/ProtonMail/go-crypto/openpgp/aes/keywrap
2025-08-20T21:55:12.7046564Z [00:03:55.414]➜  mkdir -p $WORK/b1511/
2025-08-20T21:55:12.7050187Z [00:03:55.414]➜  cat >/tmp/go-build3999932643/b1511/importcfg << 'EOF' # internal
2025-08-20T21:55:12.7050563Z [00:03:55.414]➜  # import config
2025-08-20T21:55:12.7051134Z [00:03:55.414]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:55:12.7052664Z [00:03:55.414]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:55:12.7053624Z [00:03:55.415]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:12.7053972Z [00:03:55.415]➜  EOF
2025-08-20T21:55:12.7056141Z [00:03:55.415]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1511/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/aes/keywrap=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/aes/keywrap;$WORK/b1511=>" -p github.com/ProtonMail/go-crypto/openpgp/aes/keywrap -lang=go1.17 -complete -installsuffix shared -buildid z6dnzIGeu7nsQUh_sxfw/z6dnzIGeu7nsQUh_sxfw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1511/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/aes/keywrap/keywrap.go
2025-08-20T21:55:12.7222285Z [00:03:55.431]➜  go tool buildid -w $WORK/b1511/_pkg_.a # internal
2025-08-20T21:55:12.7225143Z [00:03:55.432]➜  cp $WORK/b1511/_pkg_.a /root/.cache/go-build/76/76559e2933700cdfecbe7bf74d766c8a6f3b45884856bbd1f5ba24c4de678384-d # internal
2025-08-20T21:55:12.7246742Z [00:03:55.434]➜  github.com/ProtonMail/go-crypto/eax
2025-08-20T21:55:12.7253569Z [00:03:55.434]➜  mkdir -p $WORK/b1513/
2025-08-20T21:55:12.7254591Z [00:03:55.435]➜  cat >/tmp/go-build3999932643/b1513/importcfg << 'EOF' # internal
2025-08-20T21:55:12.7254963Z [00:03:55.435]➜  # import config
2025-08-20T21:55:12.7255327Z [00:03:55.435]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:55:12.7255799Z [00:03:55.435]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:55:12.7256699Z [00:03:55.435]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:12.7258005Z [00:03:55.435]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build3999932643/b1514/_pkg_.a
2025-08-20T21:55:12.7259045Z [00:03:55.435]➜  EOF
2025-08-20T21:55:12.7261915Z [00:03:55.435]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1513/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/eax=>github.com/ProtonMail/go-crypto@v1.1.6/eax;$WORK/b1513=>" -p github.com/ProtonMail/go-crypto/eax -lang=go1.17 -complete -installsuffix shared -buildid uOl5zsOn63f7yyCWmKt6/uOl5zsOn63f7yyCWmKt6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1513/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/eax/eax.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/eax/eax_test_vectors.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/eax/random_vectors.go
2025-08-20T21:55:12.7318437Z [00:03:55.441]➜  go tool buildid -w $WORK/b1509/_pkg_.a # internal
2025-08-20T21:55:12.7325547Z [00:03:55.442]➜  cp $WORK/b1509/_pkg_.a /root/.cache/go-build/b9/b9ff268db287a82f9b80bc0fef4d3ccd21f8aa308c7b45b0804e08fcd2ddd2d1-d # internal
2025-08-20T21:55:12.7332723Z [00:03:55.443]➜  github.com/ProtonMail/go-crypto/openpgp/armor
2025-08-20T21:55:12.7335016Z [00:03:55.443]➜  mkdir -p $WORK/b1508/
2025-08-20T21:55:12.7337687Z [00:03:55.443]➜  cat >/tmp/go-build3999932643/b1508/importcfg << 'EOF' # internal
2025-08-20T21:55:12.7338562Z [00:03:55.443]➜  # import config
2025-08-20T21:55:12.7340348Z [00:03:55.443]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:12.7340783Z [00:03:55.443]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:12.7341245Z [00:03:55.443]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:12.7341857Z [00:03:55.443]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3999932643/b1509/_pkg_.a
2025-08-20T21:55:12.7342417Z [00:03:55.443]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:12.7342828Z [00:03:55.443]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:12.7343136Z [00:03:55.443]➜  EOF
2025-08-20T21:55:12.7345633Z [00:03:55.443]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1508/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/armor=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/armor;$WORK/b1508=>" -p github.com/ProtonMail/go-crypto/openpgp/armor -lang=go1.17 -complete -installsuffix shared -buildid VdlAzdTo_JktGoRp8tEr/VdlAzdTo_JktGoRp8tEr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1508/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/armor/armor.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/armor/encode.go
2025-08-20T21:55:12.7578545Z [00:03:55.466]➜  go tool buildid -w $WORK/b1513/_pkg_.a # internal
2025-08-20T21:55:12.7580924Z [00:03:55.467]➜  cp $WORK/b1513/_pkg_.a /root/.cache/go-build/fa/fa86a5b830804c6fadd3c586a2179fa4c0e1af393ce7ff07fb29a27cd149051a-d # internal
2025-08-20T21:55:12.7589026Z [00:03:55.468]➜  go tool buildid -w $WORK/b1508/_pkg_.a # internal
2025-08-20T21:55:12.7594522Z [00:03:55.469]➜  cp $WORK/b1508/_pkg_.a /root/.cache/go-build/05/059fbddefefcb38be44ee7f1213460cc32537123b17f3e9730a9f08b2252b68c-d # internal
2025-08-20T21:55:12.7599588Z [00:03:55.469]➜  github.com/ProtonMail/go-crypto/bitcurves
2025-08-20T21:55:12.7599957Z [00:03:55.469]➜  mkdir -p $WORK/b1517/
2025-08-20T21:55:12.7600264Z [00:03:55.469]➜  github.com/ProtonMail/go-crypto/ocb
2025-08-20T21:55:12.7600560Z [00:03:55.469]➜  mkdir -p $WORK/b1515/
2025-08-20T21:55:12.7606379Z [00:03:55.470]➜  cat >/tmp/go-build3999932643/b1517/importcfg << 'EOF' # internal
2025-08-20T21:55:12.7606994Z [00:03:55.470]➜  # import config
2025-08-20T21:55:12.7607540Z [00:03:55.470]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:55:12.7608458Z [00:03:55.470]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:12.7610501Z [00:03:55.470]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:55:12.7611295Z [00:03:55.470]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:12.7611907Z [00:03:55.470]➜  EOF
2025-08-20T21:55:12.7612540Z [00:03:55.470]➜  cat >/tmp/go-build3999932643/b1515/importcfg << 'EOF' # internal
2025-08-20T21:55:12.7613106Z [00:03:55.470]➜  # import config
2025-08-20T21:55:12.7613806Z [00:03:55.470]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:12.7614555Z [00:03:55.470]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:55:12.7615223Z [00:03:55.470]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:55:12.7615815Z [00:03:55.470]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:55:12.7616410Z [00:03:55.470]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:12.7617248Z [00:03:55.470]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build3999932643/b1514/_pkg_.a
2025-08-20T21:55:12.7618173Z [00:03:55.470]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:55:12.7618821Z [00:03:55.470]➜  EOF
2025-08-20T21:55:12.7622268Z [00:03:55.470]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1515/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/ocb=>github.com/ProtonMail/go-crypto@v1.1.6/ocb;$WORK/b1515=>" -p github.com/ProtonMail/go-crypto/ocb -lang=go1.17 -complete -installsuffix shared -buildid n1ZHjIQmc0d7oKb-UXNg/n1ZHjIQmc0d7oKb-UXNg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1515/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/ocb/ocb.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/ocb/random_vectors.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/ocb/rfc7253_test_vectors_suite_a.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/ocb/rfc7253_test_vectors_suite_b.go
2025-08-20T21:55:12.7626772Z [00:03:55.470]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1517/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/bitcurves=>github.com/ProtonMail/go-crypto@v1.1.6/bitcurves;$WORK/b1517=>" -p github.com/ProtonMail/go-crypto/bitcurves -lang=go1.17 -complete -installsuffix shared -buildid clIfVqCLIlEMr29JRU7j/clIfVqCLIlEMr29JRU7j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1517/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/bitcurves/bitcurve.go
2025-08-20T21:55:12.7951024Z [00:03:55.502]➜  go tool buildid -w $WORK/b1365/_pkg_.a # internal
2025-08-20T21:55:12.7954383Z [00:03:55.505]➜  go tool buildid -w $WORK/b1515/_pkg_.a # internal
2025-08-20T21:55:12.7962016Z [00:03:55.505]➜  cp $WORK/b1515/_pkg_.a /root/.cache/go-build/6d/6d732e6802d1483c749eba6287279db2b244c2566aae466a3b4dc3f27712e0c9-d # internal
2025-08-20T21:55:12.7982943Z [00:03:55.507]➜  github.com/ProtonMail/go-crypto/openpgp/internal/algorithm
2025-08-20T21:55:12.7984212Z [00:03:55.508]➜  mkdir -p $WORK/b1512/
2025-08-20T21:55:12.7996932Z [00:03:55.509]➜  cat >/tmp/go-build3999932643/b1512/importcfg << 'EOF' # internal
2025-08-20T21:55:12.7999657Z [00:03:55.509]➜  # import config
2025-08-20T21:55:12.8000278Z [00:03:55.509]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:55:12.8001069Z [00:03:55.509]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:55:12.8001789Z [00:03:55.509]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:55:12.8003000Z [00:03:55.509]➜  packagefile crypto/des=/tmp/go-build3999932643/b109/_pkg_.a
2025-08-20T21:55:12.8003569Z [00:03:55.509]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:12.8004239Z [00:03:55.509]➜  packagefile github.com/ProtonMail/go-crypto/eax=/tmp/go-build3999932643/b1513/_pkg_.a
2025-08-20T21:55:12.8005146Z [00:03:55.509]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/tmp/go-build3999932643/b1515/_pkg_.a
2025-08-20T21:55:12.8006198Z [00:03:55.509]➜  packagefile golang.org/x/crypto/cast5=/tmp/go-build3999932643/b549/_pkg_.a
2025-08-20T21:55:12.8006940Z [00:03:55.509]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:55:12.8007601Z [00:03:55.509]➜  EOF
2025-08-20T21:55:12.8010951Z [00:03:55.509]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1512/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/internal/algorithm=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/internal/algorithm;$WORK/b1512=>" -p github.com/ProtonMail/go-crypto/openpgp/internal/algorithm -lang=go1.17 -complete -installsuffix shared -buildid KHhf10EjXjpQezIijh7a/KHhf10EjXjpQezIijh7a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1512/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/internal/algorithm/aead.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/internal/algorithm/cipher.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/internal/algorithm/hash.go
2025-08-20T21:55:12.8040446Z [00:03:55.513]➜  go tool buildid -w $WORK/b1517/_pkg_.a # internal
2025-08-20T21:55:12.8052956Z [00:03:55.515]➜  cp $WORK/b1517/_pkg_.a /root/.cache/go-build/a8/a86b03a1b4fcea566a3caa3742b16501fb7dcb9908ec9c0bcf02442cae64e7c7-d # internal
2025-08-20T21:55:12.8056950Z [00:03:55.515]➜  github.com/ProtonMail/go-crypto/brainpool
2025-08-20T21:55:12.8057712Z [00:03:55.515]➜  mkdir -p $WORK/b1518/
2025-08-20T21:55:12.8065531Z [00:03:55.516]➜  cat >/tmp/go-build3999932643/b1518/importcfg << 'EOF' # internal
2025-08-20T21:55:12.8065919Z [00:03:55.516]➜  # import config
2025-08-20T21:55:12.8066295Z [00:03:55.516]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:55:12.8066762Z [00:03:55.516]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:55:12.8067179Z [00:03:55.516]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:12.8067645Z [00:03:55.516]➜  EOF
2025-08-20T21:55:12.8069953Z [00:03:55.516]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1518/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/brainpool=>github.com/ProtonMail/go-crypto@v1.1.6/brainpool;$WORK/b1518=>" -p github.com/ProtonMail/go-crypto/brainpool -lang=go1.17 -complete -installsuffix shared -buildid q8DuNrUTv2eIndovDaHj/q8DuNrUTv2eIndovDaHj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1518/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/brainpool/brainpool.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/brainpool/rcurve.go
2025-08-20T21:55:12.8156049Z [00:03:55.525]➜  cp $WORK/b1365/_pkg_.a /root/.cache/go-build/be/be1dae590aa23c0569fc338b83f0a87c87755811787d91210b613e6207c47c7a-d # internal
2025-08-20T21:55:12.8159749Z [00:03:55.525]➜  github.com/projectdiscovery/nuclei/v3/internal/server
2025-08-20T21:55:12.8160128Z [00:03:55.525]➜  mkdir -p $WORK/b1082/
2025-08-20T21:55:12.8167744Z [00:03:55.526]➜  cat >/tmp/go-build3999932643/b1082/importcfg << 'EOF' # internal
2025-08-20T21:55:12.8188425Z [00:03:55.526]➜  # import config
2025-08-20T21:55:12.8189212Z [00:03:55.526]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:12.8189961Z [00:03:55.526]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:55:12.8193047Z [00:03:55.526]➜  packagefile embed=/tmp/go-build3999932643/b066/_pkg_.a
2025-08-20T21:55:12.8193508Z [00:03:55.526]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:55:12.8193943Z [00:03:55.526]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:12.8194419Z [00:03:55.526]➜  packagefile github.com/alitto/pond=/tmp/go-build3999932643/b1083/_pkg_.a
2025-08-20T21:55:12.8194976Z [00:03:55.526]➜  packagefile github.com/labstack/echo/v4=/tmp/go-build3999932643/b1084/_pkg_.a
2025-08-20T21:55:12.8195591Z [00:03:55.526]➜  packagefile github.com/labstack/echo/v4/middleware=/tmp/go-build3999932643/b1090/_pkg_.a
2025-08-20T21:55:12.8196734Z [00:03:55.526]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build3999932643/b247/_pkg_.a
2025-08-20T21:55:12.8197524Z [00:03:55.526]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:12.8198209Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:12.8198956Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/server/scope=/tmp/go-build3999932643/b1093/_pkg_.a
2025-08-20T21:55:12.8199740Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog=/tmp/go-build3999932643/b711/_pkg_.a
2025-08-20T21:55:12.8200502Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build3999932643/b620/_pkg_.a
2025-08-20T21:55:12.8201287Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/loader=/tmp/go-build3999932643/b1094/_pkg_.a
2025-08-20T21:55:12.8202044Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/core=/tmp/go-build3999932643/b1365/_pkg_.a
2025-08-20T21:55:12.8202920Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/frequency=/tmp/go-build3999932643/b1099/_pkg_.a
2025-08-20T21:55:12.8203799Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/stats=/tmp/go-build3999932643/b1101/_pkg_.a
2025-08-20T21:55:12.8204723Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input=/tmp/go-build3999932643/b1103/_pkg_.a
2025-08-20T21:55:12.8205481Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats=/tmp/go-build3999932643/b1367/_pkg_.a
2025-08-20T21:55:12.8206294Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/provider/http=/tmp/go-build3999932643/b1368/_pkg_.a
2025-08-20T21:55:12.8207088Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/types=/tmp/go-build3999932643/b712/_pkg_.a
2025-08-20T21:55:12.8208013Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/loader/parser=/tmp/go-build3999932643/b1105/_pkg_.a
2025-08-20T21:55:12.8208809Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/loader/workflow=/tmp/go-build3999932643/b1410/_pkg_.a
2025-08-20T21:55:12.8209569Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:55:12.8210309Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/progress=/tmp/go-build3999932643/b1106/_pkg_.a
2025-08-20T21:55:12.8211065Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/projectfile=/tmp/go-build3999932643/b1109/_pkg_.a
2025-08-20T21:55:12.8211825Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:12.8212683Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/globalmatchers=/tmp/go-build3999932643/b1110/_pkg_.a
2025-08-20T21:55:12.8213641Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/hosterrorscache=/tmp/go-build3999932643/b1111/_pkg_.a
2025-08-20T21:55:12.8214573Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh=/tmp/go-build3999932643/b1114/_pkg_.a
2025-08-20T21:55:12.8215525Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/excludematchers=/tmp/go-build3999932643/b756/_pkg_.a
2025-08-20T21:55:12.8216473Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/headless/engine=/tmp/go-build3999932643/b1209/_pkg_.a
2025-08-20T21:55:12.8217288Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting=/tmp/go-build3999932643/b1117/_pkg_.a
2025-08-20T21:55:12.8223062Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates=/tmp/go-build3999932643/b1214/_pkg_.a
2025-08-20T21:55:12.8224055Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:12.8224835Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/ratelimit=/tmp/go-build3999932643/b1213/_pkg_.a
2025-08-20T21:55:12.8225477Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build3999932643/b182/_pkg_.a
2025-08-20T21:55:12.8226120Z [00:03:55.526]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:55:12.8226681Z [00:03:55.526]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3999932643/b201/_pkg_.a
2025-08-20T21:55:12.8227158Z [00:03:55.526]➜  packagefile html/template=/tmp/go-build3999932643/b755/_pkg_.a
2025-08-20T21:55:12.8227785Z [00:03:55.526]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:12.8228247Z [00:03:55.526]➜  packagefile net/http/pprof=/tmp/go-build3999932643/b1411/_pkg_.a
2025-08-20T21:55:12.8228705Z [00:03:55.526]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:12.8229122Z [00:03:55.526]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:55:12.8229624Z [00:03:55.526]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:12.8230105Z [00:03:55.526]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:12.8230520Z [00:03:55.526]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:12.8231086Z [00:03:55.526]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:12.8231512Z [00:03:55.526]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:12.8231815Z [00:03:55.526]➜  EOF
2025-08-20T21:55:12.8232134Z [00:03:55.526]➜  cat >/tmp/go-build3999932643/b1082/embedcfg << 'EOF' # internal
2025-08-20T21:55:12.8232454Z [00:03:55.526]➜  {
2025-08-20T21:55:12.8232655Z [00:03:55.526]➜  	"Patterns": {
2025-08-20T21:55:12.8232914Z [00:03:55.526]➜  		"templates/index.html": [
2025-08-20T21:55:12.8233197Z [00:03:55.526]➜  			"templates/index.html"
2025-08-20T21:55:12.8233443Z [00:03:55.526]➜  		]
2025-08-20T21:55:12.8233632Z [00:03:55.526]➜  	},
2025-08-20T21:55:12.8233837Z [00:03:55.526]➜  	"Files": {
2025-08-20T21:55:12.8234299Z [00:03:55.526]➜  		"templates/index.html": "/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server/templates/index.html"
2025-08-20T21:55:12.8234719Z [00:03:55.526]➜  	}
2025-08-20T21:55:12.8234906Z [00:03:55.526]➜  }EOF
2025-08-20T21:55:12.8237937Z [00:03:55.526]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1082/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server=>github.com/projectdiscovery/nuclei/v3/internal/server;$WORK/b1082=>" -p github.com/projectdiscovery/nuclei/v3/internal/server -lang=go1.24 -complete -installsuffix shared -buildid xGSaHzr2vDOXRh8hfGdv/xGSaHzr2vDOXRh8hfGdv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1082/importcfg -embedcfg $WORK/b1082/embedcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server/dedupe.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server/nuclei_sdk.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server/requests_worker.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server/server.go
2025-08-20T21:55:12.8307108Z [00:03:55.539]➜  go tool buildid -w $WORK/b1512/_pkg_.a # internal
2025-08-20T21:55:12.8307737Z [00:03:55.539]➜  go tool buildid -w $WORK/b1518/_pkg_.a # internal
2025-08-20T21:55:12.8316072Z [00:03:55.541]➜  cp $WORK/b1518/_pkg_.a /root/.cache/go-build/53/53378d9b464d13b75730869b04dc5ca906bc496a853e0e775d55286b2bc1e8df-d # internal
2025-08-20T21:55:12.8345451Z [00:03:55.541]➜  cp $WORK/b1512/_pkg_.a /root/.cache/go-build/b6/b6c480afcaf3eaa94a8399149abfac5be398feb3623d7eac6955be3f949d9991-d # internal
2025-08-20T21:55:12.8346096Z [00:03:55.542]➜  github.com/ProtonMail/go-crypto/openpgp/ed25519
2025-08-20T21:55:12.8346429Z [00:03:55.542]➜  mkdir -p $WORK/b1521/
2025-08-20T21:55:12.8346796Z [00:03:55.542]➜  github.com/ProtonMail/go-crypto/openpgp/internal/encoding
2025-08-20T21:55:12.8352515Z [00:03:55.542]➜  mkdir -p $WORK/b1519/
2025-08-20T21:55:12.8352978Z [00:03:55.543]➜  cat >/tmp/go-build3999932643/b1521/importcfg << 'EOF' # internal
2025-08-20T21:55:12.8353337Z [00:03:55.543]➜  # import config
2025-08-20T21:55:12.8353712Z [00:03:55.543]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:55:12.8354316Z [00:03:55.543]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3999932643/b1509/_pkg_.a
2025-08-20T21:55:12.8355267Z [00:03:55.543]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build3999932643/b384/_pkg_.a
2025-08-20T21:55:12.8355791Z [00:03:55.543]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:12.8356092Z [00:03:55.543]➜  EOF
2025-08-20T21:55:12.8356414Z [00:03:55.543]➜  cat >/tmp/go-build3999932643/b1519/importcfg << 'EOF' # internal
2025-08-20T21:55:12.8356757Z [00:03:55.543]➜  # import config
2025-08-20T21:55:12.8357240Z [00:03:55.543]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3999932643/b1509/_pkg_.a
2025-08-20T21:55:12.8357973Z [00:03:55.543]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:12.8358389Z [00:03:55.543]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:55:12.8358947Z [00:03:55.543]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:55:12.8359336Z [00:03:55.543]➜  EOF
2025-08-20T21:55:12.8361434Z [00:03:55.543]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1521/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/ed25519=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/ed25519;$WORK/b1521=>" -p github.com/ProtonMail/go-crypto/openpgp/ed25519 -lang=go1.17 -complete -installsuffix shared -buildid tQZqX9l48hckUGVDtZ_v/tQZqX9l48hckUGVDtZ_v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1521/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/ed25519/ed25519.go
2025-08-20T21:55:12.8365967Z [00:03:55.543]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1519/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/internal/encoding=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/internal/encoding;$WORK/b1519=>" -p github.com/ProtonMail/go-crypto/openpgp/internal/encoding -lang=go1.17 -complete -installsuffix shared -buildid YTuc62mfEU8U5x7Ae7Bw/YTuc62mfEU8U5x7Ae7Bw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1519/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/internal/encoding/encoding.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/internal/encoding/mpi.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/internal/encoding/oid.go
2025-08-20T21:55:12.8503089Z [00:03:55.559]➜  go tool buildid -w $WORK/b1521/_pkg_.a # internal
2025-08-20T21:55:12.8504043Z [00:03:55.560]➜  cp $WORK/b1521/_pkg_.a /root/.cache/go-build/24/2431927db88f553c400d94b0f67f102322fabcf6df7fa0421ebf1859cbdf84d0-d # internal
2025-08-20T21:55:12.8518605Z [00:03:55.561]➜  github.com/ProtonMail/go-crypto/openpgp/ed448
2025-08-20T21:55:12.8520005Z [00:03:55.561]➜  mkdir -p $WORK/b1522/
2025-08-20T21:55:12.8521572Z [00:03:55.561]➜  cat >/tmp/go-build3999932643/b1522/importcfg << 'EOF' # internal
2025-08-20T21:55:12.8521965Z [00:03:55.561]➜  # import config
2025-08-20T21:55:12.8522328Z [00:03:55.561]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:55:12.8522941Z [00:03:55.561]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3999932643/b1509/_pkg_.a
2025-08-20T21:55:12.8523622Z [00:03:55.561]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build3999932643/b386/_pkg_.a
2025-08-20T21:55:12.8524131Z [00:03:55.561]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:12.8524429Z [00:03:55.561]➜  EOF
2025-08-20T21:55:12.8526488Z [00:03:55.561]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1522/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/ed448=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/ed448;$WORK/b1522=>" -p github.com/ProtonMail/go-crypto/openpgp/ed448 -lang=go1.17 -complete -installsuffix shared -buildid kDNthCRepT9cRqOcDenT/kDNthCRepT9cRqOcDenT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1522/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/ed448/ed448.go
2025-08-20T21:55:12.8549828Z [00:03:55.564]➜  go tool buildid -w $WORK/b1519/_pkg_.a # internal
2025-08-20T21:55:12.8565054Z [00:03:55.566]➜  cp $WORK/b1519/_pkg_.a /root/.cache/go-build/44/44925d43162a048a63924882b373297c9fb91342a6c37fbbe37674141b5a019e-d # internal
2025-08-20T21:55:12.8592918Z [00:03:55.568]➜  github.com/ProtonMail/go-crypto/openpgp/internal/ecc
2025-08-20T21:55:12.8594752Z [00:03:55.569]➜  mkdir -p $WORK/b1516/
2025-08-20T21:55:12.8607689Z [00:03:55.570]➜  cat >/tmp/go-build3999932643/b1516/importcfg << 'EOF' # internal
2025-08-20T21:55:12.8608779Z [00:03:55.570]➜  # import config
2025-08-20T21:55:12.8609645Z [00:03:55.570]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:12.8610157Z [00:03:55.570]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:55:12.8610862Z [00:03:55.570]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:55:12.8611425Z [00:03:55.570]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:55:12.8611867Z [00:03:55.570]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:12.8612438Z [00:03:55.570]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/tmp/go-build3999932643/b1517/_pkg_.a
2025-08-20T21:55:12.8613111Z [00:03:55.570]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/tmp/go-build3999932643/b1518/_pkg_.a
2025-08-20T21:55:12.8613798Z [00:03:55.570]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3999932643/b1509/_pkg_.a
2025-08-20T21:55:12.8614560Z [00:03:55.570]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build3999932643/b1519/_pkg_.a
2025-08-20T21:55:12.8615270Z [00:03:55.570]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build3999932643/b350/_pkg_.a
2025-08-20T21:55:12.8615900Z [00:03:55.570]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build3999932643/b355/_pkg_.a
2025-08-20T21:55:12.8616541Z [00:03:55.570]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build3999932643/b384/_pkg_.a
2025-08-20T21:55:12.8617190Z [00:03:55.570]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build3999932643/b386/_pkg_.a
2025-08-20T21:55:12.8617925Z [00:03:55.570]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:12.8618346Z [00:03:55.570]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:55:12.8618666Z [00:03:55.570]➜  EOF
2025-08-20T21:55:12.8623009Z [00:03:55.570]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1516/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/internal/ecc=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/internal/ecc;$WORK/b1516=>" -p github.com/ProtonMail/go-crypto/openpgp/internal/ecc -lang=go1.17 -complete -installsuffix shared -buildid ZGWPdmOKN8QEVLap1orF/ZGWPdmOKN8QEVLap1orF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1516/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/internal/ecc/curve25519.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/internal/ecc/curve_info.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/internal/ecc/curves.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/internal/ecc/ed25519.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/internal/ecc/ed448.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/internal/ecc/generic.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/internal/ecc/x448.go
2025-08-20T21:55:12.8706980Z [00:03:55.580]➜  go tool buildid -w $WORK/b1522/_pkg_.a # internal
2025-08-20T21:55:12.8725421Z [00:03:55.582]➜  cp $WORK/b1522/_pkg_.a /root/.cache/go-build/a7/a7a1fe2e0ab9fff8bb9b40cb7d49fbdedcb7fbffe0d13c9ccb20ef0a4503caf2-d # internal
2025-08-20T21:55:12.8730608Z [00:03:55.582]➜  github.com/ProtonMail/go-crypto/openpgp/elgamal
2025-08-20T21:55:12.8731978Z [00:03:55.582]➜  mkdir -p $WORK/b1525/
2025-08-20T21:55:12.8732674Z [00:03:55.583]➜  cat >/tmp/go-build3999932643/b1525/importcfg << 'EOF' # internal
2025-08-20T21:55:12.8733339Z [00:03:55.583]➜  # import config
2025-08-20T21:55:12.8733709Z [00:03:55.583]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:55:12.8734176Z [00:03:55.583]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:55:12.8734621Z [00:03:55.583]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:12.8735032Z [00:03:55.583]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:12.8735457Z [00:03:55.583]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:55:12.8735772Z [00:03:55.583]➜  EOF
2025-08-20T21:55:12.8738135Z [00:03:55.583]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1525/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/elgamal=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/elgamal;$WORK/b1525=>" -p github.com/ProtonMail/go-crypto/openpgp/elgamal -lang=go1.17 -complete -installsuffix shared -buildid E3Sx5uMeUDVAbUPmTqHK/E3Sx5uMeUDVAbUPmTqHK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1525/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/elgamal/elgamal.go
2025-08-20T21:55:12.8909842Z [00:03:55.600]➜  go tool buildid -w $WORK/b1525/_pkg_.a # internal
2025-08-20T21:55:12.8910595Z [00:03:55.600]➜  cp $WORK/b1525/_pkg_.a /root/.cache/go-build/6c/6cfb9fecc3208792d6e76b3ae6279e7f39af8ea358341a281f363b605983c40a-d # internal
2025-08-20T21:55:12.8914464Z [00:03:55.601]➜  golang.org/x/crypto/argon2
2025-08-20T21:55:12.8914788Z [00:03:55.601]➜  mkdir -p $WORK/b1527/
2025-08-20T21:55:12.8917325Z [00:03:55.601]➜  cat >/tmp/go-build3999932643/b1527/importcfg << 'EOF' # internal
2025-08-20T21:55:12.8917948Z [00:03:55.601]➜  # import config
2025-08-20T21:55:12.8918514Z [00:03:55.601]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:55:12.8919200Z [00:03:55.601]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build3999932643/b556/_pkg_.a
2025-08-20T21:55:12.8919881Z [00:03:55.601]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:55:12.8920319Z [00:03:55.601]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:12.8920837Z [00:03:55.601]➜  EOF
2025-08-20T21:55:12.8923647Z [00:03:55.601]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1527/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/argon2=>golang.org/x/crypto@v0.39.0/argon2;$WORK/b1527=>" -p golang.org/x/crypto/argon2 -lang=go1.23 -complete -installsuffix shared -buildid haCpSJ7m7oqXAvuTko02/haCpSJ7m7oqXAvuTko02 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1527/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/argon2/argon2.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/argon2/blake2b.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/argon2/blamka_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/argon2/blamka_ref.go
2025-08-20T21:55:12.9245439Z [00:03:55.634]➜  go tool buildid -w $WORK/b1527/_pkg_.a # internal
2025-08-20T21:55:12.9252021Z [00:03:55.635]➜  cp $WORK/b1527/_pkg_.a /root/.cache/go-build/88/88f2a0a1ae5a429db04a89eaa07828f9409a82066493817511a87bc01ef1e38f-d # internal
2025-08-20T21:55:12.9268004Z [00:03:55.636]➜  github.com/ProtonMail/go-crypto/openpgp/s2k
2025-08-20T21:55:12.9270390Z [00:03:55.636]➜  mkdir -p $WORK/b1526/
2025-08-20T21:55:12.9276320Z [00:03:55.637]➜  cat >/tmp/go-build3999932643/b1526/importcfg << 'EOF' # internal
2025-08-20T21:55:12.9277133Z [00:03:55.637]➜  # import config
2025-08-20T21:55:12.9286838Z [00:03:55.637]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:55:12.9287957Z [00:03:55.637]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3999932643/b1509/_pkg_.a
2025-08-20T21:55:12.9289004Z [00:03:55.637]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build3999932643/b1512/_pkg_.a
2025-08-20T21:55:12.9291701Z [00:03:55.637]➜  packagefile golang.org/x/crypto/argon2=/tmp/go-build3999932643/b1527/_pkg_.a
2025-08-20T21:55:12.9292457Z [00:03:55.637]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:55:12.9292860Z [00:03:55.637]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:12.9293266Z [00:03:55.637]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:12.9293578Z [00:03:55.637]➜  EOF
2025-08-20T21:55:12.9296276Z [00:03:55.638]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1526/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/s2k=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/s2k;$WORK/b1526=>" -p github.com/ProtonMail/go-crypto/openpgp/s2k -lang=go1.17 -complete -installsuffix shared -buildid YxTkazBuyYfaikdY8_4F/YxTkazBuyYfaikdY8_4F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1526/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/s2k/s2k.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/s2k/s2k_cache.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/s2k/s2k_config.go
2025-08-20T21:55:12.9325878Z [00:03:55.642]➜  go tool buildid -w $WORK/b1516/_pkg_.a # internal
2025-08-20T21:55:12.9342962Z [00:03:55.643]➜  cp $WORK/b1516/_pkg_.a /root/.cache/go-build/67/67aaad4fee6402f4bab6181a219ff079ee4a30ac77fd163aed2e61b69143b0d0-d # internal
2025-08-20T21:55:12.9360123Z [00:03:55.645]➜  github.com/ProtonMail/go-crypto/openpgp/ecdh
2025-08-20T21:55:12.9365733Z [00:03:55.645]➜  mkdir -p $WORK/b1510/
2025-08-20T21:55:12.9393222Z [00:03:55.649]➜  cat >/tmp/go-build3999932643/b1510/importcfg << 'EOF' # internal
2025-08-20T21:55:12.9402723Z [00:03:55.649]➜  # import config
2025-08-20T21:55:12.9404157Z [00:03:55.649]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:12.9404614Z [00:03:55.649]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:12.9405227Z [00:03:55.649]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build3999932643/b1511/_pkg_.a
2025-08-20T21:55:12.9406026Z [00:03:55.649]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build3999932643/b1512/_pkg_.a
2025-08-20T21:55:12.9406804Z [00:03:55.649]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build3999932643/b1516/_pkg_.a
2025-08-20T21:55:12.9407553Z [00:03:55.649]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:12.9407912Z [00:03:55.649]➜  EOF
2025-08-20T21:55:12.9410446Z [00:03:55.649]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1510/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/ecdh=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/ecdh;$WORK/b1510=>" -p github.com/ProtonMail/go-crypto/openpgp/ecdh -lang=go1.17 -complete -installsuffix shared -buildid 0MwWR2FoGKT8_o4Q70pR/0MwWR2FoGKT8_o4Q70pR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1510/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/ecdh/ecdh.go
2025-08-20T21:55:12.9677805Z [00:03:55.677]➜  go tool buildid -w $WORK/b1526/_pkg_.a # internal
2025-08-20T21:55:12.9692506Z [00:03:55.677]➜  cp $WORK/b1526/_pkg_.a /root/.cache/go-build/25/2538734de3e5265a44e8ac567c1cef2001566c53fedbb016012ac4bf7453b604-d # internal
2025-08-20T21:55:12.9721308Z [00:03:55.678]➜  go tool buildid -w $WORK/b1510/_pkg_.a # internal
2025-08-20T21:55:12.9738313Z [00:03:55.678]➜  cp $WORK/b1510/_pkg_.a /root/.cache/go-build/d0/d020d950707773c07866c4483cebbc46b297731a1b9a3ac793acb5ab88dd7ea7-d # internal
2025-08-20T21:55:12.9739411Z [00:03:55.678]➜  github.com/ProtonMail/go-crypto/openpgp/ecdsa
2025-08-20T21:55:12.9739836Z [00:03:55.678]➜  mkdir -p $WORK/b1520/
2025-08-20T21:55:12.9740899Z [00:03:55.679]➜  cat >/tmp/go-build3999932643/b1520/importcfg << 'EOF' # internal
2025-08-20T21:55:12.9741459Z [00:03:55.679]➜  # import config
2025-08-20T21:55:12.9742054Z [00:03:55.679]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:12.9744378Z [00:03:55.679]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build3999932643/b1516/_pkg_.a
2025-08-20T21:55:12.9745051Z [00:03:55.679]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:12.9745721Z [00:03:55.679]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:55:12.9746063Z [00:03:55.679]➜  EOF
2025-08-20T21:55:12.9748425Z [00:03:55.679]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1520/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/ecdsa=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/ecdsa;$WORK/b1520=>" -p github.com/ProtonMail/go-crypto/openpgp/ecdsa -lang=go1.17 -complete -installsuffix shared -buildid QjHkE0YOgLwT4ZGTB-Vw/QjHkE0YOgLwT4ZGTB-Vw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1520/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/ecdsa/ecdsa.go
2025-08-20T21:55:12.9753047Z [00:03:55.679]➜  github.com/ProtonMail/go-crypto/openpgp/eddsa
2025-08-20T21:55:12.9753395Z [00:03:55.679]➜  mkdir -p $WORK/b1523/
2025-08-20T21:55:12.9753774Z [00:03:55.680]➜  cat >/tmp/go-build3999932643/b1523/importcfg << 'EOF' # internal
2025-08-20T21:55:12.9754121Z [00:03:55.680]➜  # import config
2025-08-20T21:55:12.9754457Z [00:03:55.680]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:12.9755058Z [00:03:55.680]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build3999932643/b1516/_pkg_.a
2025-08-20T21:55:12.9755627Z [00:03:55.680]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:12.9755934Z [00:03:55.680]➜  EOF
2025-08-20T21:55:12.9758605Z [00:03:55.680]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1523/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/eddsa=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/eddsa;$WORK/b1523=>" -p github.com/ProtonMail/go-crypto/openpgp/eddsa -lang=go1.17 -complete -installsuffix shared -buildid 8DlvyyHabMwsHaoAdvck/8DlvyyHabMwsHaoAdvck -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1523/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/eddsa/eddsa.go
2025-08-20T21:55:12.9863404Z [00:03:55.695]➜  go tool buildid -w $WORK/b1523/_pkg_.a # internal
2025-08-20T21:55:12.9866974Z [00:03:55.696]➜  cp $WORK/b1523/_pkg_.a /root/.cache/go-build/ca/caefb797ab80f0d4965336c709f3200f308d876f5a256d64bb37d2d640210078-d # internal
2025-08-20T21:55:12.9883762Z [00:03:55.697]➜  github.com/ProtonMail/go-crypto/openpgp/x25519
2025-08-20T21:55:12.9893121Z [00:03:55.697]➜  mkdir -p $WORK/b1528/
2025-08-20T21:55:12.9893975Z [00:03:55.698]➜  cat >/tmp/go-build3999932643/b1528/importcfg << 'EOF' # internal
2025-08-20T21:55:12.9894457Z [00:03:55.698]➜  # import config
2025-08-20T21:55:12.9895058Z [00:03:55.698]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:55:12.9895799Z [00:03:55.698]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:55:12.9896632Z [00:03:55.698]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build3999932643/b1511/_pkg_.a
2025-08-20T21:55:12.9897769Z [00:03:55.698]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3999932643/b1509/_pkg_.a
2025-08-20T21:55:12.9898513Z [00:03:55.698]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build3999932643/b350/_pkg_.a
2025-08-20T21:55:12.9899099Z [00:03:55.698]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3999932643/b372/_pkg_.a
2025-08-20T21:55:12.9899573Z [00:03:55.698]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:12.9899874Z [00:03:55.698]➜  EOF
2025-08-20T21:55:12.9901944Z [00:03:55.698]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1528/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/x25519=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/x25519;$WORK/b1528=>" -p github.com/ProtonMail/go-crypto/openpgp/x25519 -lang=go1.17 -complete -installsuffix shared -buildid tAbUpEkUoUXOpxtX0D0H/tAbUpEkUoUXOpxtX0D0H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1528/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/x25519/x25519.go
2025-08-20T21:55:12.9904967Z [00:03:55.700]➜  go tool buildid -w $WORK/b1520/_pkg_.a # internal
2025-08-20T21:55:12.9931828Z [00:03:55.702]➜  cp $WORK/b1520/_pkg_.a /root/.cache/go-build/e9/e9385d01d5e24744de46e856dfba4afb73826c57905e0779990349912714549e-d # internal
2025-08-20T21:55:12.9936252Z [00:03:55.703]➜  github.com/ProtonMail/go-crypto/openpgp/x448
2025-08-20T21:55:12.9937504Z [00:03:55.703]➜  mkdir -p $WORK/b1529/
2025-08-20T21:55:12.9940628Z [00:03:55.703]➜  cat >/tmp/go-build3999932643/b1529/importcfg << 'EOF' # internal
2025-08-20T21:55:12.9942250Z [00:03:55.704]➜  # import config
2025-08-20T21:55:12.9943416Z [00:03:55.704]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:55:12.9944368Z [00:03:55.704]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:55:12.9945060Z [00:03:55.704]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build3999932643/b1511/_pkg_.a
2025-08-20T21:55:12.9945797Z [00:03:55.704]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3999932643/b1509/_pkg_.a
2025-08-20T21:55:12.9946469Z [00:03:55.704]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build3999932643/b355/_pkg_.a
2025-08-20T21:55:12.9947048Z [00:03:55.704]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3999932643/b372/_pkg_.a
2025-08-20T21:55:12.9947725Z [00:03:55.704]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:12.9948037Z [00:03:55.704]➜  EOF
2025-08-20T21:55:12.9950102Z [00:03:55.704]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1529/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/x448=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/x448;$WORK/b1529=>" -p github.com/ProtonMail/go-crypto/openpgp/x448 -lang=go1.17 -complete -installsuffix shared -buildid wora8IoMtJxsgxxcFZzi/wora8IoMtJxsgxxcFZzi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1529/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/x448/x448.go
2025-08-20T21:55:13.0180618Z [00:03:55.727]➜  go tool buildid -w $WORK/b1529/_pkg_.a # internal
2025-08-20T21:55:13.0181383Z [00:03:55.727]➜  cp $WORK/b1529/_pkg_.a /root/.cache/go-build/67/675310dc4b530e33ad4e81940d4e5a53a062558e878b52569bd872c0dd4ccbc2-d # internal
2025-08-20T21:55:13.0187039Z [00:03:55.728]➜  go tool buildid -w $WORK/b1528/_pkg_.a # internal
2025-08-20T21:55:13.0187778Z [00:03:55.728]➜  github.com/go-git/go-billy/v5
2025-08-20T21:55:13.0188153Z [00:03:55.728]➜  mkdir -p $WORK/b1530/
2025-08-20T21:55:13.0188554Z [00:03:55.728]➜  cat >/tmp/go-build3999932643/b1530/importcfg << 'EOF' # internal
2025-08-20T21:55:13.0188910Z [00:03:55.728]➜  # import config
2025-08-20T21:55:13.0189253Z [00:03:55.728]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:13.0189679Z [00:03:55.728]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:13.0190077Z [00:03:55.728]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:13.0190479Z [00:03:55.728]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:13.0190782Z [00:03:55.728]➜  EOF
2025-08-20T21:55:13.0192537Z [00:03:55.728]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1530/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2=>github.com/go-git/go-billy/v5@v5.6.2;$WORK/b1530=>" -p github.com/go-git/go-billy/v5 -lang=go1.21 -complete -installsuffix shared -buildid f1J5SXk9ai3QbOsZOKDF/f1J5SXk9ai3QbOsZOKDF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1530/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/fs.go
2025-08-20T21:55:13.0194417Z [00:03:55.728]➜  cp $WORK/b1528/_pkg_.a /root/.cache/go-build/6d/6da2cc5479cc084c82f1037a20a6438327fa622258cf723210a17c0446204c86-d # internal
2025-08-20T21:55:13.0305744Z [00:03:55.740]➜  github.com/ProtonMail/go-crypto/openpgp/packet
2025-08-20T21:55:13.0306310Z [00:03:55.740]➜  mkdir -p $WORK/b1524/
2025-08-20T21:55:13.0328895Z [00:03:55.740]➜  cat >/tmp/go-build3999932643/b1524/importcfg << 'EOF' # internal
2025-08-20T21:55:13.0329324Z [00:03:55.740]➜  # import config
2025-08-20T21:55:13.0329670Z [00:03:55.740]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:13.0330118Z [00:03:55.740]➜  packagefile compress/bzip2=/tmp/go-build3999932643/b276/_pkg_.a
2025-08-20T21:55:13.0330619Z [00:03:55.740]➜  packagefile compress/flate=/tmp/go-build3999932643/b169/_pkg_.a
2025-08-20T21:55:13.0331089Z [00:03:55.740]➜  packagefile compress/zlib=/tmp/go-build3999932643/b168/_pkg_.a
2025-08-20T21:55:13.0331802Z [00:03:55.740]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:55:13.0332298Z [00:03:55.740]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:55:13.0332760Z [00:03:55.740]➜  packagefile crypto/dsa=/tmp/go-build3999932643/b153/_pkg_.a
2025-08-20T21:55:13.0333210Z [00:03:55.740]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:55:13.0333659Z [00:03:55.740]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:55:13.0334109Z [00:03:55.740]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:55:13.0334569Z [00:03:55.740]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:55:13.0335037Z [00:03:55.740]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:55:13.0335502Z [00:03:55.740]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:55:13.0335970Z [00:03:55.740]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:55:13.0336444Z [00:03:55.740]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:55:13.0336913Z [00:03:55.740]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:55:13.0337510Z [00:03:55.740]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:13.0338142Z [00:03:55.740]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build3999932643/b1510/_pkg_.a
2025-08-20T21:55:13.0338837Z [00:03:55.740]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build3999932643/b1520/_pkg_.a
2025-08-20T21:55:13.0339541Z [00:03:55.740]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build3999932643/b1521/_pkg_.a
2025-08-20T21:55:13.0340576Z [00:03:55.740]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build3999932643/b1522/_pkg_.a
2025-08-20T21:55:13.0341347Z [00:03:55.740]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build3999932643/b1523/_pkg_.a
2025-08-20T21:55:13.0342053Z [00:03:55.740]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/tmp/go-build3999932643/b1525/_pkg_.a
2025-08-20T21:55:13.0342770Z [00:03:55.740]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3999932643/b1509/_pkg_.a
2025-08-20T21:55:13.0343531Z [00:03:55.740]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build3999932643/b1512/_pkg_.a
2025-08-20T21:55:13.0344306Z [00:03:55.740]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build3999932643/b1516/_pkg_.a
2025-08-20T21:55:13.0345080Z [00:03:55.740]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build3999932643/b1519/_pkg_.a
2025-08-20T21:55:13.0345818Z [00:03:55.740]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/tmp/go-build3999932643/b1526/_pkg_.a
2025-08-20T21:55:13.0346512Z [00:03:55.740]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build3999932643/b1528/_pkg_.a
2025-08-20T21:55:13.0347201Z [00:03:55.740]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build3999932643/b1529/_pkg_.a
2025-08-20T21:55:13.0348079Z [00:03:55.740]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3999932643/b372/_pkg_.a
2025-08-20T21:55:13.0348564Z [00:03:55.740]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:55:13.0348974Z [00:03:55.740]➜  packagefile image=/tmp/go-build3999932643/b496/_pkg_.a
2025-08-20T21:55:13.0349403Z [00:03:55.740]➜  packagefile image/jpeg=/tmp/go-build3999932643/b552/_pkg_.a
2025-08-20T21:55:13.0349821Z [00:03:55.740]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:13.0350238Z [00:03:55.740]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:55:13.0350673Z [00:03:55.740]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:55:13.0351219Z [00:03:55.740]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:13.0351705Z [00:03:55.740]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:13.0352121Z [00:03:55.740]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:13.0352428Z [00:03:55.740]➜  EOF
2025-08-20T21:55:13.0367909Z [00:03:55.741]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1524/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/packet;$WORK/b1524=>" -p github.com/ProtonMail/go-crypto/openpgp/packet -lang=go1.17 -complete -installsuffix shared -buildid drkuVkLNAJWZBLqXeOQs/drkuVkLNAJWZBLqXeOQs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1524/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/aead_config.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/aead_crypter.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/aead_encrypted.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/compressed.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/config.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/config_v5.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/encrypted_key.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/literal.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/marker.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/notation.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/ocfb.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/one_pass_signature.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/opaque.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/packet.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/packet_sequence.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/packet_unsupported.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/padding.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/private_key.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/private_key_test_data.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/public_key.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/public_key_test_data.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/reader.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/recipient.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/signature.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/symmetric_key_encrypted.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/symmetrically_encrypted.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/symmetrically_encrypted_aead.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/symmetrically_encrypted_mdc.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/userattribute.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/packet/userid.go
2025-08-20T21:55:13.0484562Z [00:03:55.757]➜  go tool buildid -w $WORK/b1530/_pkg_.a # internal
2025-08-20T21:55:13.0485282Z [00:03:55.757]➜  cp $WORK/b1530/_pkg_.a /root/.cache/go-build/f7/f7eb52b018cc6cf42e959395418835776d590c992d53f3730de48c5d630cc8a3-d # internal
2025-08-20T21:55:13.0486321Z [00:03:55.757]➜  github.com/cyphar/filepath-securejoin
2025-08-20T21:55:13.0488218Z [00:03:55.757]➜  mkdir -p $WORK/b1532/
2025-08-20T21:55:13.0490070Z [00:03:55.757]➜  cat >/tmp/go-build3999932643/b1532/importcfg << 'EOF' # internal
2025-08-20T21:55:13.0491735Z [00:03:55.757]➜  # import config
2025-08-20T21:55:13.0493824Z [00:03:55.757]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:13.0495330Z [00:03:55.757]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:13.0497134Z [00:03:55.757]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3999932643/b180/_pkg_.a
2025-08-20T21:55:13.0498883Z [00:03:55.757]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:13.0504485Z [00:03:55.757]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:55:13.0504995Z [00:03:55.757]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:13.0505448Z [00:03:55.757]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:13.0505872Z [00:03:55.757]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:55:13.0506309Z [00:03:55.757]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:13.0506744Z [00:03:55.757]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:13.0507168Z [00:03:55.757]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:13.0507732Z [00:03:55.757]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:55:13.0508049Z [00:03:55.757]➜  EOF
2025-08-20T21:55:13.0513036Z [00:03:55.757]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1532/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1=>github.com/cyphar/filepath-securejoin@v0.4.1;$WORK/b1532=>" -p github.com/cyphar/filepath-securejoin -lang=go1.18 -complete -installsuffix shared -buildid Zy7Jvome0e-Y_YYL9k_o/Zy7Jvome0e-Y_YYL9k_o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1532/importcfg -pack /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/doc.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/gocompat_errors_go120.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/gocompat_generics_go121.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/join.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/lookup_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/mkdir_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/open_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/openat2_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/openat_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/procfs_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/vfs.go
2025-08-20T21:55:13.1753269Z [00:03:55.884]➜  go tool buildid -w $WORK/b1532/_pkg_.a # internal
2025-08-20T21:55:13.1772746Z [00:03:55.886]➜  cp $WORK/b1532/_pkg_.a /root/.cache/go-build/f6/f6eb2e42788a3460feec33aa45a9bf5c6b922e7e28926d7853f5790f9b9840ca-d # internal
2025-08-20T21:55:13.1773511Z [00:03:55.886]➜  github.com/go-git/go-billy/v5/helper/polyfill
2025-08-20T21:55:13.1776164Z [00:03:55.887]➜  mkdir -p $WORK/b1534/
2025-08-20T21:55:13.1789243Z [00:03:55.888]➜  cat >/tmp/go-build3999932643/b1534/importcfg << 'EOF' # internal
2025-08-20T21:55:13.1789642Z [00:03:55.888]➜  # import config
2025-08-20T21:55:13.1790714Z [00:03:55.888]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3999932643/b1530/_pkg_.a
2025-08-20T21:55:13.1791540Z [00:03:55.888]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:13.1791984Z [00:03:55.888]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:13.1792320Z [00:03:55.888]➜  EOF
2025-08-20T21:55:13.1794458Z [00:03:55.888]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1534/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/helper/polyfill=>github.com/go-git/go-billy/v5@v5.6.2/helper/polyfill;$WORK/b1534=>" -p github.com/go-git/go-billy/v5/helper/polyfill -lang=go1.21 -complete -installsuffix shared -buildid fElHXVOlHEbYP8FWn3_v/fElHXVOlHEbYP8FWn3_v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1534/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/helper/polyfill/polyfill.go
2025-08-20T21:55:13.2123514Z [00:03:55.921]➜  go tool buildid -w $WORK/b1534/_pkg_.a # internal
2025-08-20T21:55:13.2130964Z [00:03:55.922]➜  cp $WORK/b1534/_pkg_.a /root/.cache/go-build/a5/a54fcbd9aaa61bae428cd2b610087e7b7038e8f35c9483e27068390564b425eb-d # internal
2025-08-20T21:55:13.2136618Z [00:03:55.923]➜  github.com/go-git/go-billy/v5/helper/chroot
2025-08-20T21:55:13.2137445Z [00:03:55.923]➜  mkdir -p $WORK/b1533/
2025-08-20T21:55:13.2157163Z [00:03:55.925]➜  cat >/tmp/go-build3999932643/b1533/importcfg << 'EOF' # internal
2025-08-20T21:55:13.2157711Z [00:03:55.925]➜  # import config
2025-08-20T21:55:13.2158140Z [00:03:55.925]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3999932643/b1530/_pkg_.a
2025-08-20T21:55:13.2158798Z [00:03:55.925]➜  packagefile github.com/go-git/go-billy/v5/helper/polyfill=/tmp/go-build3999932643/b1534/_pkg_.a
2025-08-20T21:55:13.2159342Z [00:03:55.925]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:13.2159785Z [00:03:55.925]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:13.2160235Z [00:03:55.925]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:13.2160548Z [00:03:55.925]➜  EOF
2025-08-20T21:55:13.2162533Z [00:03:55.925]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1533/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/helper/chroot=>github.com/go-git/go-billy/v5@v5.6.2/helper/chroot;$WORK/b1533=>" -p github.com/go-git/go-billy/v5/helper/chroot -lang=go1.21 -complete -installsuffix shared -buildid WIgHHao-1M0KOXmp5PKy/WIgHHao-1M0KOXmp5PKy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1533/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/helper/chroot/chroot.go
2025-08-20T21:55:13.2990533Z [00:03:56.008]➜  go tool buildid -w $WORK/b1533/_pkg_.a # internal
2025-08-20T21:55:13.2994312Z [00:03:56.009]➜  cp $WORK/b1533/_pkg_.a /root/.cache/go-build/84/844da7dca10578136ed89c74e0952f193f7cef9b754932bce587cea518c3a539-d # internal
2025-08-20T21:55:13.3016339Z [00:03:56.011]➜  github.com/go-git/go-billy/v5/osfs
2025-08-20T21:55:13.3017093Z [00:03:56.011]➜  mkdir -p $WORK/b1531/
2025-08-20T21:55:13.3022351Z [00:03:56.012]➜  cat >/tmp/go-build3999932643/b1531/importcfg << 'EOF' # internal
2025-08-20T21:55:13.3022787Z [00:03:56.012]➜  # import config
2025-08-20T21:55:13.3023266Z [00:03:56.012]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:13.3024139Z [00:03:56.012]➜  packagefile github.com/cyphar/filepath-securejoin=/tmp/go-build3999932643/b1532/_pkg_.a
2025-08-20T21:55:13.3025069Z [00:03:56.012]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3999932643/b1530/_pkg_.a
2025-08-20T21:55:13.3026202Z [00:03:56.012]➜  packagefile github.com/go-git/go-billy/v5/helper/chroot=/tmp/go-build3999932643/b1533/_pkg_.a
2025-08-20T21:55:13.3026893Z [00:03:56.012]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3999932643/b180/_pkg_.a
2025-08-20T21:55:13.3027508Z [00:03:56.012]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:55:13.3027989Z [00:03:56.012]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:13.3028434Z [00:03:56.012]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:13.3029256Z [00:03:56.012]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:13.3029682Z [00:03:56.012]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:13.3030104Z [00:03:56.012]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:55:13.3030418Z [00:03:56.012]➜  EOF
2025-08-20T21:55:13.3033345Z [00:03:56.012]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1531/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/osfs=>github.com/go-git/go-billy/v5@v5.6.2/osfs;$WORK/b1531=>" -p github.com/go-git/go-billy/v5/osfs -lang=go1.21 -complete -installsuffix shared -buildid tjhDSAXDULdpyCifHAxT/tjhDSAXDULdpyCifHAxT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1531/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/osfs/os.go /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/osfs/os_bound.go /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/osfs/os_chroot.go /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/osfs/os_options.go /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/osfs/os_posix.go
2025-08-20T21:55:13.4673392Z [00:03:56.177]➜  go tool buildid -w $WORK/b1531/_pkg_.a # internal
2025-08-20T21:55:13.4691949Z [00:03:56.178]➜  cp $WORK/b1531/_pkg_.a /root/.cache/go-build/07/07dc7ce2e09ccc0e5697872df1b01809432f20e40a8ba19f670b4d40090f3690-d # internal
2025-08-20T21:55:13.4709197Z [00:03:56.180]➜  github.com/go-git/go-billy/v5/util
2025-08-20T21:55:13.4710194Z [00:03:56.180]➜  mkdir -p $WORK/b1535/
2025-08-20T21:55:13.4715078Z [00:03:56.181]➜  cat >/tmp/go-build3999932643/b1535/importcfg << 'EOF' # internal
2025-08-20T21:55:13.4715487Z [00:03:56.181]➜  # import config
2025-08-20T21:55:13.4715842Z [00:03:56.181]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:13.4716354Z [00:03:56.181]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3999932643/b1530/_pkg_.a
2025-08-20T21:55:13.4716827Z [00:03:56.181]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:13.4717237Z [00:03:56.181]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:13.4717822Z [00:03:56.181]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:13.4718265Z [00:03:56.181]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:13.4718719Z [00:03:56.181]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:13.4719148Z [00:03:56.181]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:13.4719934Z [00:03:56.181]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:13.4720452Z [00:03:56.181]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:13.4720821Z [00:03:56.181]➜  EOF
2025-08-20T21:55:13.4723428Z [00:03:56.181]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1535/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/util=>github.com/go-git/go-billy/v5@v5.6.2/util;$WORK/b1535=>" -p github.com/go-git/go-billy/v5/util -lang=go1.21 -complete -installsuffix shared -buildid V7Y8krpllFS5CuqNQEjp/V7Y8krpllFS5CuqNQEjp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1535/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/util/glob.go /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/util/util.go /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/util/walk.go
2025-08-20T21:55:13.5292780Z [00:03:56.238]➜  go tool buildid -w $WORK/b1524/_pkg_.a # internal
2025-08-20T21:55:13.5362991Z [00:03:56.245]➜  go tool buildid -w $WORK/b1535/_pkg_.a # internal
2025-08-20T21:55:13.5371059Z [00:03:56.245]➜  cp $WORK/b1524/_pkg_.a /root/.cache/go-build/f7/f76e7c262a331f7cf670ae5c5c533886c145c4e618711c3c55c1b4a568205a25-d # internal
2025-08-20T21:55:13.5372044Z [00:03:56.245]➜  cp $WORK/b1535/_pkg_.a /root/.cache/go-build/f6/f6a2a36e97dffe91110bade33910ad6862965dc29289e36fa1eb799908bb7ecf-d # internal
2025-08-20T21:55:13.5372637Z [00:03:56.246]➜  github.com/go-git/go-git/v5/internal/url
2025-08-20T21:55:13.5373293Z [00:03:56.246]➜  mkdir -p $WORK/b1537/
2025-08-20T21:55:13.5373671Z [00:03:56.246]➜  cat >/tmp/go-build3999932643/b1537/importcfg << 'EOF' # internal
2025-08-20T21:55:13.5374020Z [00:03:56.246]➜  # import config
2025-08-20T21:55:13.5374358Z [00:03:56.246]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:13.5374672Z [00:03:56.246]➜  EOF
2025-08-20T21:55:13.5376721Z [00:03:56.246]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1537/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/internal/url=>github.com/go-git/go-git/v5@v5.16.2/internal/url;$WORK/b1537=>" -p github.com/go-git/go-git/v5/internal/url -lang=go1.23 -complete -installsuffix shared -buildid 6K3nlLbQS9KFDx3T12NE/6K3nlLbQS9KFDx3T12NE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1537/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/internal/url/url.go
2025-08-20T21:55:13.5505396Z [00:03:56.259]➜  github.com/ProtonMail/go-crypto/openpgp
2025-08-20T21:55:13.5505899Z [00:03:56.259]➜  mkdir -p $WORK/b1507/
2025-08-20T21:55:13.5506291Z [00:03:56.260]➜  cat >/tmp/go-build3999932643/b1507/importcfg << 'EOF' # internal
2025-08-20T21:55:13.5506645Z [00:03:56.260]➜  # import config
2025-08-20T21:55:13.5506984Z [00:03:56.260]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:55:13.5507541Z [00:03:56.260]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:55:13.5508082Z [00:03:56.260]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:55:13.5508550Z [00:03:56.260]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:55:13.5509020Z [00:03:56.260]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:55:13.5509455Z [00:03:56.260]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:13.5509863Z [00:03:56.260]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:13.5510444Z [00:03:56.260]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/tmp/go-build3999932643/b1508/_pkg_.a
2025-08-20T21:55:13.5511138Z [00:03:56.260]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build3999932643/b1510/_pkg_.a
2025-08-20T21:55:13.5511825Z [00:03:56.260]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build3999932643/b1520/_pkg_.a
2025-08-20T21:55:13.5512528Z [00:03:56.260]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build3999932643/b1521/_pkg_.a
2025-08-20T21:55:13.5513676Z [00:03:56.260]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build3999932643/b1522/_pkg_.a
2025-08-20T21:55:13.5514436Z [00:03:56.260]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build3999932643/b1523/_pkg_.a
2025-08-20T21:55:13.5515138Z [00:03:56.260]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3999932643/b1509/_pkg_.a
2025-08-20T21:55:13.5515908Z [00:03:56.260]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build3999932643/b1512/_pkg_.a
2025-08-20T21:55:13.5516684Z [00:03:56.260]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build3999932643/b1516/_pkg_.a
2025-08-20T21:55:13.5517550Z [00:03:56.260]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build3999932643/b1524/_pkg_.a
2025-08-20T21:55:13.5518319Z [00:03:56.260]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build3999932643/b1528/_pkg_.a
2025-08-20T21:55:13.5519021Z [00:03:56.260]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build3999932643/b1529/_pkg_.a
2025-08-20T21:55:13.5519668Z [00:03:56.260]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build3999932643/b408/_pkg_.a
2025-08-20T21:55:13.5520142Z [00:03:56.260]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:55:13.5520544Z [00:03:56.260]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:13.5521145Z [00:03:56.260]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:55:13.5521576Z [00:03:56.260]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:13.5521991Z [00:03:56.260]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:13.5522294Z [00:03:56.260]➜  EOF
2025-08-20T21:55:13.5526356Z [00:03:56.260]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1507/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp;$WORK/b1507=>" -p github.com/ProtonMail/go-crypto/openpgp -lang=go1.17 -complete -installsuffix shared -buildid Sqeru9HKQj6LRuIk5RAe/Sqeru9HKQj6LRuIk5RAe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1507/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/canonical_text.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/hash.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/key_generation.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/keys.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/keys_test_data.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/read.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/read_write_test_data.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/write.go
2025-08-20T21:55:13.5634755Z [00:03:56.272]➜  go tool buildid -w $WORK/b1537/_pkg_.a # internal
2025-08-20T21:55:13.5670816Z [00:03:56.273]➜  cp $WORK/b1537/_pkg_.a /root/.cache/go-build/59/59eb649d8a2597f9bb90327beb3d0f32b8992159f9fbe4d929ee573e0cecce07-d # internal
2025-08-20T21:55:13.5671445Z [00:03:56.273]➜  github.com/pjbgf/sha1cd
2025-08-20T21:55:13.5671743Z [00:03:56.273]➜  mkdir -p $WORK/b1540/
2025-08-20T21:55:13.5672123Z [00:03:56.273]➜  cat >/tmp/go-build3999932643/b1540/importcfg << 'EOF' # internal
2025-08-20T21:55:13.5672470Z [00:03:56.273]➜  # import config
2025-08-20T21:55:13.5672818Z [00:03:56.274]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:55:13.5673276Z [00:03:56.274]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:55:13.5673728Z [00:03:56.274]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:13.5674141Z [00:03:56.274]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:13.5674654Z [00:03:56.274]➜  packagefile github.com/pjbgf/sha1cd/internal=/tmp/go-build3999932643/b1541/_pkg_.a
2025-08-20T21:55:13.5675612Z [00:03:56.274]➜  packagefile github.com/pjbgf/sha1cd/ubc=/tmp/go-build3999932643/b1542/_pkg_.a
2025-08-20T21:55:13.5676212Z [00:03:56.274]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:55:13.5676697Z [00:03:56.274]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:55:13.5677020Z [00:03:56.274]➜  EOF
2025-08-20T21:55:13.5680756Z [00:03:56.274]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1540/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2=>github.com/pjbgf/sha1cd@v0.3.2;$WORK/b1540=>" -p github.com/pjbgf/sha1cd -lang=go1.21 -complete -installsuffix shared -buildid l45ZyrjJ8f0du_w-MHTv/l45ZyrjJ8f0du_w-MHTv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1540/importcfg -pack /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/detection.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/sha1cd.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/sha1cdblock_generic.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/sha1cdblock_noasm.go
2025-08-20T21:55:13.5938608Z [00:03:56.303]➜  go tool buildid -w $WORK/b1540/_pkg_.a # internal
2025-08-20T21:55:13.5945187Z [00:03:56.304]➜  cp $WORK/b1540/_pkg_.a /root/.cache/go-build/d9/d9ed622d2a72ec5979c6824b991ec552ae04214d06af16159be2085338fab64b-d # internal
2025-08-20T21:55:13.5974509Z [00:03:56.306]➜  github.com/go-git/go-git/v5/plumbing/hash
2025-08-20T21:55:13.5975333Z [00:03:56.306]➜  mkdir -p $WORK/b1539/
2025-08-20T21:55:13.5980202Z [00:03:56.307]➜  cat >/tmp/go-build3999932643/b1539/importcfg << 'EOF' # internal
2025-08-20T21:55:13.5986246Z [00:03:56.307]➜  # import config
2025-08-20T21:55:13.5989110Z [00:03:56.307]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:55:13.5989884Z [00:03:56.307]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:13.5991545Z [00:03:56.307]➜  packagefile github.com/pjbgf/sha1cd=/tmp/go-build3999932643/b1540/_pkg_.a
2025-08-20T21:55:13.5992074Z [00:03:56.307]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:55:13.5992376Z [00:03:56.307]➜  EOF
2025-08-20T21:55:13.5994886Z [00:03:56.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1539/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/hash=>github.com/go-git/go-git/v5@v5.16.2/plumbing/hash;$WORK/b1539=>" -p github.com/go-git/go-git/v5/plumbing/hash -lang=go1.23 -complete -installsuffix shared -buildid KHuzT7Qr8FQNNnVcBIFI/KHuzT7Qr8FQNNnVcBIFI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1539/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/hash/hash.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/hash/hash_sha1.go
2025-08-20T21:55:13.6157340Z [00:03:56.324]➜  go tool buildid -w $WORK/b1539/_pkg_.a # internal
2025-08-20T21:55:13.6160331Z [00:03:56.325]➜  cp $WORK/b1539/_pkg_.a /root/.cache/go-build/d4/d4bd751cec3d88801ca2585977fcdc970802d3ce09947c3157e3fde1f632ae47-d # internal
2025-08-20T21:55:13.6197178Z [00:03:56.329]➜  github.com/go-git/go-git/v5/plumbing
2025-08-20T21:55:13.6198798Z [00:03:56.329]➜  mkdir -p $WORK/b1538/
2025-08-20T21:55:13.6202724Z [00:03:56.330]➜  cat >/tmp/go-build3999932643/b1538/importcfg << 'EOF' # internal
2025-08-20T21:55:13.6205297Z [00:03:56.330]➜  # import config
2025-08-20T21:55:13.6206072Z [00:03:56.330]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:13.6207165Z [00:03:56.330]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:55:13.6207842Z [00:03:56.330]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:13.6208264Z [00:03:56.330]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:13.6208813Z [00:03:56.330]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build3999932643/b1539/_pkg_.a
2025-08-20T21:55:13.6209328Z [00:03:56.330]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:13.6209735Z [00:03:56.330]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:13.6210496Z [00:03:56.330]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:13.6211015Z [00:03:56.330]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:13.6211502Z [00:03:56.330]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:13.6211819Z [00:03:56.330]➜  EOF
2025-08-20T21:55:13.6344045Z [00:03:56.330]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1538/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing=>github.com/go-git/go-git/v5@v5.16.2/plumbing;$WORK/b1538=>" -p github.com/go-git/go-git/v5/plumbing -lang=go1.23 -complete -installsuffix shared -buildid 8DlbNLu1ZuAv18Fnry0J/8DlbNLu1ZuAv18Fnry0J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1538/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/error.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/hash.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/memory.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/reference.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/revision.go
2025-08-20T21:55:13.6346891Z [00:03:56.343]➜  go tool buildid -w $WORK/b1082/_pkg_.a # internal
2025-08-20T21:55:13.6719353Z [00:03:56.381]➜  cp $WORK/b1082/_pkg_.a /root/.cache/go-build/1e/1e729da16937a425574649a8a6ba0399b833ed716dd249ee54bf36580451a141-d # internal
2025-08-20T21:55:13.6745340Z [00:03:56.384]➜  github.com/go-git/gcfg/token
2025-08-20T21:55:13.6746105Z [00:03:56.384]➜  mkdir -p $WORK/b1546/
2025-08-20T21:55:13.6746563Z [00:03:56.384]➜  cat >/tmp/go-build3999932643/b1546/importcfg << 'EOF' # internal
2025-08-20T21:55:13.6746923Z [00:03:56.384]➜  # import config
2025-08-20T21:55:13.6747253Z [00:03:56.384]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:13.6747778Z [00:03:56.384]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:13.6748225Z [00:03:56.384]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:13.6748652Z [00:03:56.384]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:13.6748956Z [00:03:56.384]➜  EOF
2025-08-20T21:55:13.6752826Z [00:03:56.384]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1546/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/token=>github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/token;$WORK/b1546=>" -p github.com/go-git/gcfg/token -lang=go1.13 -complete -installsuffix shared -buildid eZUqGxALUeirD622xmQ3/eZUqGxALUeirD622xmQ3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1546/importcfg -pack /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/token/position.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/token/serialize.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/token/token.go
2025-08-20T21:55:13.6960585Z [00:03:56.405]➜  go tool buildid -w $WORK/b1507/_pkg_.a # internal
2025-08-20T21:55:13.6980894Z [00:03:56.407]➜  cp $WORK/b1507/_pkg_.a /root/.cache/go-build/29/29ad21223048d1f45404fbd924443c2c12703f111d7f0d33bef907f5cf10cd26-d # internal
2025-08-20T21:55:13.7022428Z [00:03:56.412]➜  github.com/go-git/gcfg/types
2025-08-20T21:55:13.7023208Z [00:03:56.412]➜  mkdir -p $WORK/b1547/
2025-08-20T21:55:13.7024196Z [00:03:56.412]➜  cat >/tmp/go-build3999932643/b1547/importcfg << 'EOF' # internal
2025-08-20T21:55:13.7025172Z [00:03:56.412]➜  # import config
2025-08-20T21:55:13.7025563Z [00:03:56.412]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:13.7025976Z [00:03:56.412]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:13.7026399Z [00:03:56.412]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:13.7026826Z [00:03:56.412]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:13.7027707Z [00:03:56.412]➜  EOF
2025-08-20T21:55:13.7031257Z [00:03:56.412]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1547/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/types=>github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/types;$WORK/b1547=>" -p github.com/go-git/gcfg/types -lang=go1.13 -complete -installsuffix shared -buildid H8Pf62rLl5BQ8Yx_gkUv/H8Pf62rLl5BQ8Yx_gkUv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1547/importcfg -pack /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/types/bool.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/types/doc.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/types/enum.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/types/int.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/types/scan.go
2025-08-20T21:55:13.7118907Z [00:03:56.421]➜  go tool buildid -w $WORK/b1546/_pkg_.a # internal
2025-08-20T21:55:13.7128386Z [00:03:56.422]➜  cp $WORK/b1546/_pkg_.a /root/.cache/go-build/b4/b4c1732b0bd93ebabdd704c404b1e92ba6b8f3aa14884a8c331cf92271bf7340-d # internal
2025-08-20T21:55:13.7130663Z [00:03:56.422]➜  github.com/go-git/gcfg/scanner
2025-08-20T21:55:13.7131118Z [00:03:56.422]➜  mkdir -p $WORK/b1545/
2025-08-20T21:55:13.7135268Z [00:03:56.423]➜  cat >/tmp/go-build3999932643/b1545/importcfg << 'EOF' # internal
2025-08-20T21:55:13.7136397Z [00:03:56.423]➜  # import config
2025-08-20T21:55:13.7136799Z [00:03:56.423]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:13.7137312Z [00:03:56.423]➜  packagefile github.com/go-git/gcfg/token=/tmp/go-build3999932643/b1546/_pkg_.a
2025-08-20T21:55:13.7138019Z [00:03:56.423]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:13.7138465Z [00:03:56.423]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:13.7138921Z [00:03:56.423]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:13.7139348Z [00:03:56.423]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:55:13.7139794Z [00:03:56.423]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:55:13.7140130Z [00:03:56.423]➜  EOF
2025-08-20T21:55:13.7142609Z [00:03:56.423]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1545/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/scanner=>github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/scanner;$WORK/b1545=>" -p github.com/go-git/gcfg/scanner -lang=go1.13 -complete -installsuffix shared -buildid 4EOwOt-4wk7PjvMLSxL1/4EOwOt-4wk7PjvMLSxL1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1545/importcfg -pack /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/scanner/errors.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/scanner/scanner.go
2025-08-20T21:55:13.7164457Z [00:03:56.426]➜  go tool buildid -w $WORK/b1538/_pkg_.a # internal
2025-08-20T21:55:13.7183392Z [00:03:56.428]➜  cp $WORK/b1538/_pkg_.a /root/.cache/go-build/8c/8c5cfa3a56cb794629381c6bd34a07b4f2bd63aa98724b40f875cba7c2ba3eb2-d # internal
2025-08-20T21:55:13.7184432Z [00:03:56.428]➜  gopkg.in/warnings.v0
2025-08-20T21:55:13.7185197Z [00:03:56.428]➜  mkdir -p $WORK/b1548/
2025-08-20T21:55:13.7188515Z [00:03:56.428]➜  cat >/tmp/go-build3999932643/b1548/importcfg << 'EOF' # internal
2025-08-20T21:55:13.7189283Z [00:03:56.428]➜  # import config
2025-08-20T21:55:13.7190208Z [00:03:56.428]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:13.7190677Z [00:03:56.428]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:13.7190988Z [00:03:56.428]➜  EOF
2025-08-20T21:55:13.7192945Z [00:03:56.428]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1548/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/warnings.v0@v0.1.2=>gopkg.in/warnings.v0@v0.1.2;$WORK/b1548=>" -p gopkg.in/warnings.v0 -lang=go1.16 -complete -installsuffix shared -buildid Pf7aBBzY2EL2qDUv1NKx/Pf7aBBzY2EL2qDUv1NKx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1548/importcfg -pack /root/go/pkg/mod/gopkg.in/warnings.v0@v0.1.2/warnings.go
2025-08-20T21:55:13.7396826Z [00:03:56.449]➜  go tool buildid -w $WORK/b1548/_pkg_.a # internal
2025-08-20T21:55:13.7403237Z [00:03:56.450]➜  cp $WORK/b1548/_pkg_.a /root/.cache/go-build/a7/a7f2e46f23ea6348b1bd3d85a2904e5e9e6638c8216c00391982dffcbd996184-d # internal
2025-08-20T21:55:13.7408266Z [00:03:56.450]➜  github.com/go-git/go-git/v5/internal/path_util
2025-08-20T21:55:13.7409030Z [00:03:56.450]➜  mkdir -p $WORK/b1549/
2025-08-20T21:55:13.7412853Z [00:03:56.451]➜  cat >/tmp/go-build3999932643/b1549/importcfg << 'EOF' # internal
2025-08-20T21:55:13.7413228Z [00:03:56.451]➜  # import config
2025-08-20T21:55:13.7413990Z [00:03:56.451]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:13.7415062Z [00:03:56.451]➜  packagefile os/user=/tmp/go-build3999932643/b236/_pkg_.a
2025-08-20T21:55:13.7415613Z [00:03:56.451]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:13.7415939Z [00:03:56.451]➜  EOF
2025-08-20T21:55:13.7418308Z [00:03:56.451]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1549/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/internal/path_util=>github.com/go-git/go-git/v5@v5.16.2/internal/path_util;$WORK/b1549=>" -p github.com/go-git/go-git/v5/internal/path_util -lang=go1.23 -complete -installsuffix shared -buildid 5-ARHZGZYR19ivC8mGP7/5-ARHZGZYR19ivC8mGP7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1549/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/internal/path_util/path_util.go
2025-08-20T21:55:13.7429396Z [00:03:56.452]➜  go tool buildid -w $WORK/b1547/_pkg_.a # internal
2025-08-20T21:55:13.7441709Z [00:03:56.453]➜  cp $WORK/b1547/_pkg_.a /root/.cache/go-build/3c/3c1b9180bb97be1aa41a76d0c6f72450a52021ed5251e43a43819392c134b639-d # internal
2025-08-20T21:55:13.7446848Z [00:03:56.454]➜  github.com/go-git/go-git/v5/internal/revision
2025-08-20T21:55:13.7447277Z [00:03:56.454]➜  mkdir -p $WORK/b1550/
2025-08-20T21:55:13.7448700Z [00:03:56.454]➜  cat >/tmp/go-build3999932643/b1550/importcfg << 'EOF' # internal
2025-08-20T21:55:13.7449767Z [00:03:56.454]➜  # import config
2025-08-20T21:55:13.7450210Z [00:03:56.454]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:13.7450668Z [00:03:56.454]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:13.7451085Z [00:03:56.454]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:13.7451486Z [00:03:56.454]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:13.7451902Z [00:03:56.454]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:13.7452328Z [00:03:56.454]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:13.7452747Z [00:03:56.454]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:13.7453175Z [00:03:56.454]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:55:13.7453487Z [00:03:56.454]➜  EOF
2025-08-20T21:55:13.7456109Z [00:03:56.454]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1550/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/internal/revision=>github.com/go-git/go-git/v5@v5.16.2/internal/revision;$WORK/b1550=>" -p github.com/go-git/go-git/v5/internal/revision -lang=go1.23 -complete -installsuffix shared -buildid UZ8MnCpqX4hQIwGIBH9P/UZ8MnCpqX4hQIwGIBH9P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1550/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/internal/revision/parser.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/internal/revision/scanner.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/internal/revision/token.go
2025-08-20T21:55:13.7474865Z [00:03:56.457]➜  go tool buildid -w $WORK/b1545/_pkg_.a # internal
2025-08-20T21:55:13.7482967Z [00:03:56.457]➜  cp $WORK/b1545/_pkg_.a /root/.cache/go-build/0b/0ba251a7383ebb01ddaf55e0c7d0185d1cd6a1874ff66ecc93e51f604ea929e1-d # internal
2025-08-20T21:55:13.7485855Z [00:03:56.458]➜  github.com/go-git/gcfg
2025-08-20T21:55:13.7486189Z [00:03:56.458]➜  mkdir -p $WORK/b1544/
2025-08-20T21:55:13.7486579Z [00:03:56.458]➜  cat >/tmp/go-build3999932643/b1544/importcfg << 'EOF' # internal
2025-08-20T21:55:13.7487667Z [00:03:56.458]➜  # import config
2025-08-20T21:55:13.7488589Z [00:03:56.458]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:13.7489320Z [00:03:56.458]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:55:13.7490072Z [00:03:56.458]➜  packagefile encoding/gob=/tmp/go-build3999932643/b330/_pkg_.a
2025-08-20T21:55:13.7490798Z [00:03:56.458]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:13.7491569Z [00:03:56.458]➜  packagefile github.com/go-git/gcfg/scanner=/tmp/go-build3999932643/b1545/_pkg_.a
2025-08-20T21:55:13.7492535Z [00:03:56.458]➜  packagefile github.com/go-git/gcfg/token=/tmp/go-build3999932643/b1546/_pkg_.a
2025-08-20T21:55:13.7493603Z [00:03:56.458]➜  packagefile github.com/go-git/gcfg/types=/tmp/go-build3999932643/b1547/_pkg_.a
2025-08-20T21:55:13.7495075Z [00:03:56.458]➜  packagefile gopkg.in/warnings.v0=/tmp/go-build3999932643/b1548/_pkg_.a
2025-08-20T21:55:13.7495998Z [00:03:56.458]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:13.7498683Z [00:03:56.458]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:55:13.7499204Z [00:03:56.458]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:13.7499625Z [00:03:56.458]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:13.7500052Z [00:03:56.458]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:13.7500477Z [00:03:56.458]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:55:13.7500941Z [00:03:56.458]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:55:13.7501283Z [00:03:56.458]➜  EOF
2025-08-20T21:55:13.7504182Z [00:03:56.458]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1544/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376=>github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376;$WORK/b1544=>" -p github.com/go-git/gcfg -lang=go1.13 -complete -installsuffix shared -buildid 5uc8XYDDkbxoul8gNyu4/5uc8XYDDkbxoul8gNyu4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1544/importcfg -pack /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/doc.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/errors.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/read.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/set.go
2025-08-20T21:55:13.7559482Z [00:03:56.465]➜  go tool buildid -w $WORK/b1549/_pkg_.a # internal
2025-08-20T21:55:13.7560272Z [00:03:56.465]➜  cp $WORK/b1549/_pkg_.a /root/.cache/go-build/64/641cccdc22ed151603ddf098f30ee25cc09d961cc2bbf24f58b1db82e7df4e78-d # internal
2025-08-20T21:55:13.7579513Z [00:03:56.467]➜  github.com/go-git/go-git/v5/plumbing/cache
2025-08-20T21:55:13.7582734Z [00:03:56.467]➜  mkdir -p $WORK/b1551/
2025-08-20T21:55:13.7583751Z [00:03:56.468]➜  cat >/tmp/go-build3999932643/b1551/importcfg << 'EOF' # internal
2025-08-20T21:55:13.7584854Z [00:03:56.468]➜  # import config
2025-08-20T21:55:13.7585849Z [00:03:56.468]➜  packagefile container/list=/tmp/go-build3999932643/b106/_pkg_.a
2025-08-20T21:55:13.7599647Z [00:03:56.468]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3999932643/b1538/_pkg_.a
2025-08-20T21:55:13.7600837Z [00:03:56.468]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:13.7601158Z [00:03:56.468]➜  EOF
2025-08-20T21:55:13.7604031Z [00:03:56.469]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1551/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/cache=>github.com/go-git/go-git/v5@v5.16.2/plumbing/cache;$WORK/b1551=>" -p github.com/go-git/go-git/v5/plumbing/cache -lang=go1.23 -complete -installsuffix shared -buildid tdfBFm8LPO4r3Ng_ON1e/tdfBFm8LPO4r3Ng_ON1e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1551/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/cache/buffer_lru.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/cache/common.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/cache/object_lru.go
2025-08-20T21:55:13.7861960Z [00:03:56.494]➜  go tool buildid -w $WORK/b1551/_pkg_.a # internal
2025-08-20T21:55:13.7863718Z [00:03:56.495]➜  cp $WORK/b1551/_pkg_.a /root/.cache/go-build/7d/7d303b9c53f1f6479d76496a1ec8108291b7b44ffd60ca7403d83b344c4a878f-d # internal
2025-08-20T21:55:13.7868571Z [00:03:56.496]➜  github.com/go-git/go-git/v5/plumbing/filemode
2025-08-20T21:55:13.7870293Z [00:03:56.496]➜  mkdir -p $WORK/b1552/
2025-08-20T21:55:13.7875424Z [00:03:56.497]➜  cat >/tmp/go-build3999932643/b1552/importcfg << 'EOF' # internal
2025-08-20T21:55:13.7875845Z [00:03:56.497]➜  # import config
2025-08-20T21:55:13.7876467Z [00:03:56.497]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:55:13.7876981Z [00:03:56.497]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:13.7877541Z [00:03:56.497]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:13.7878036Z [00:03:56.497]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:13.7878472Z [00:03:56.497]➜  EOF
2025-08-20T21:55:13.7932489Z [00:03:56.500]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1552/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/filemode=>github.com/go-git/go-git/v5@v5.16.2/plumbing/filemode;$WORK/b1552=>" -p github.com/go-git/go-git/v5/plumbing/filemode -lang=go1.23 -complete -installsuffix shared -buildid 4m_3PRd0ARaQzN-gY6TD/4m_3PRd0ARaQzN-gY6TD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1552/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/filemode/filemode.go
2025-08-20T21:55:13.7986978Z [00:03:56.508]➜  go tool buildid -w $WORK/b1550/_pkg_.a # internal
2025-08-20T21:55:13.7994800Z [00:03:56.509]➜  cp $WORK/b1550/_pkg_.a /root/.cache/go-build/a6/a6fceba6e5b329a977ebe2ce342facf55e990a5d4cb7c2d5e39d8c2ff35b51a6-d # internal
2025-08-20T21:55:13.7995909Z [00:03:56.509]➜  github.com/jbenet/go-context/io
2025-08-20T21:55:13.7996256Z [00:03:56.509]➜  mkdir -p $WORK/b1555/
2025-08-20T21:55:13.8023076Z [00:03:56.512]➜  cat >/tmp/go-build3999932643/b1555/importcfg << 'EOF' # internal
2025-08-20T21:55:13.8023494Z [00:03:56.512]➜  # import config
2025-08-20T21:55:13.8023911Z [00:03:56.512]➜  packagefile golang.org/x/net/context=/tmp/go-build3999932643/b708/_pkg_.a
2025-08-20T21:55:13.8024384Z [00:03:56.512]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:13.8025014Z [00:03:56.512]➜  EOF
2025-08-20T21:55:13.8027278Z [00:03:56.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1555/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jbenet/go-context@v0.0.0-20150711004518-d14ea06fba99/io=>github.com/jbenet/go-context@v0.0.0-20150711004518-d14ea06fba99/io;$WORK/b1555=>" -p github.com/jbenet/go-context/io -lang=go1.16 -complete -installsuffix shared -buildid ENYjYjCMdp1RCFKRbMRY/ENYjYjCMdp1RCFKRbMRY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1555/importcfg -pack /root/go/pkg/mod/github.com/jbenet/go-context@v0.0.0-20150711004518-d14ea06fba99/io/ctxio.go
2025-08-20T21:55:13.8163469Z [00:03:56.525]➜  go tool buildid -w $WORK/b1552/_pkg_.a # internal
2025-08-20T21:55:13.8170212Z [00:03:56.526]➜  cp $WORK/b1552/_pkg_.a /root/.cache/go-build/0c/0c4dc72a2a685241737ded1985bec14461716dccffd094c1e9edd7d2b0144081-d # internal
2025-08-20T21:55:13.8182046Z [00:03:56.527]➜  github.com/go-git/go-git/v5/utils/binary
2025-08-20T21:55:13.8184116Z [00:03:56.527]➜  mkdir -p $WORK/b1557/
2025-08-20T21:55:13.8184899Z [00:03:56.528]➜  cat >/tmp/go-build3999932643/b1557/importcfg << 'EOF' # internal
2025-08-20T21:55:13.8185272Z [00:03:56.528]➜  # import config
2025-08-20T21:55:13.8185620Z [00:03:56.528]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:13.8186072Z [00:03:56.528]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:55:13.8186633Z [00:03:56.528]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3999932643/b1538/_pkg_.a
2025-08-20T21:55:13.8187668Z [00:03:56.528]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:13.8187986Z [00:03:56.528]➜  EOF
2025-08-20T21:55:13.8190291Z [00:03:56.528]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1557/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/binary=>github.com/go-git/go-git/v5@v5.16.2/utils/binary;$WORK/b1557=>" -p github.com/go-git/go-git/v5/utils/binary -lang=go1.23 -complete -installsuffix shared -buildid O6dG-6egqU_9SY9iFG4E/O6dG-6egqU_9SY9iFG4E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1557/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/binary/read.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/binary/write.go
2025-08-20T21:55:13.8204478Z [00:03:56.530]➜  go tool buildid -w $WORK/b1544/_pkg_.a # internal
2025-08-20T21:55:13.8223125Z [00:03:56.531]➜  cp $WORK/b1544/_pkg_.a /root/.cache/go-build/e6/e6cc3b812aec671742b4af2a66dc1d467ae05da8f9111be15273247cf83021bf-d # internal
2025-08-20T21:55:13.8228091Z [00:03:56.532]➜  go tool buildid -w $WORK/b1555/_pkg_.a # internal
2025-08-20T21:55:13.8235448Z [00:03:56.533]➜  cp $WORK/b1555/_pkg_.a /root/.cache/go-build/7f/7fe44524c448f6b0b2e5042a977391f1e0794c475d564b8125633d9d65e9b9aa-d # internal
2025-08-20T21:55:13.8241736Z [00:03:56.534]➜  github.com/go-git/go-git/v5/utils/ioutil
2025-08-20T21:55:13.8242394Z [00:03:56.534]➜  mkdir -p $WORK/b1554/
2025-08-20T21:55:13.8248637Z [00:03:56.534]➜  cat >/tmp/go-build3999932643/b1554/importcfg << 'EOF' # internal
2025-08-20T21:55:13.8249033Z [00:03:56.534]➜  # import config
2025-08-20T21:55:13.8249389Z [00:03:56.534]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:13.8249821Z [00:03:56.534]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:13.8250244Z [00:03:56.534]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:13.8250754Z [00:03:56.534]➜  packagefile github.com/jbenet/go-context/io=/tmp/go-build3999932643/b1555/_pkg_.a
2025-08-20T21:55:13.8251252Z [00:03:56.534]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:13.8268307Z [00:03:56.534]➜  EOF
2025-08-20T21:55:13.8270603Z [00:03:56.535]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1554/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/ioutil=>github.com/go-git/go-git/v5@v5.16.2/utils/ioutil;$WORK/b1554=>" -p github.com/go-git/go-git/v5/utils/ioutil -lang=go1.23 -complete -installsuffix shared -buildid a2V9HbBy7ypZQuNOKBKC/a2V9HbBy7ypZQuNOKBKC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1554/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/ioutil/common.go
2025-08-20T21:55:13.8272517Z [00:03:56.535]➜  github.com/go-git/go-git/v5/plumbing/format/config
2025-08-20T21:55:13.8272864Z [00:03:56.536]➜  mkdir -p $WORK/b1543/
2025-08-20T21:55:13.8275088Z [00:03:56.537]➜  cat >/tmp/go-build3999932643/b1543/importcfg << 'EOF' # internal
2025-08-20T21:55:13.8275477Z [00:03:56.537]➜  # import config
2025-08-20T21:55:13.8275877Z [00:03:56.537]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:13.8276359Z [00:03:56.537]➜  packagefile github.com/go-git/gcfg=/tmp/go-build3999932643/b1544/_pkg_.a
2025-08-20T21:55:13.8276816Z [00:03:56.537]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:13.8277227Z [00:03:56.537]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:13.8277685Z [00:03:56.537]➜  EOF
2025-08-20T21:55:13.8283752Z [00:03:56.537]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1543/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/config=>github.com/go-git/go-git/v5@v5.16.2/plumbing/format/config;$WORK/b1543=>" -p github.com/go-git/go-git/v5/plumbing/format/config -lang=go1.23 -complete -installsuffix shared -buildid 6NYBQ3EyFagTblIWPBML/6NYBQ3EyFagTblIWPBML -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1543/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/config/common.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/config/decoder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/config/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/config/encoder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/config/format.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/config/option.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/config/section.go
2025-08-20T21:55:13.8466002Z [00:03:56.556]➜  go tool buildid -w $WORK/b1557/_pkg_.a # internal
2025-08-20T21:55:13.8466967Z [00:03:56.556]➜  cp $WORK/b1557/_pkg_.a /root/.cache/go-build/27/277f6241480882eaf92822ab85e3f882368bcd562165198760fbe1de23bbc7ef-d # internal
2025-08-20T21:55:13.8518751Z [00:03:56.561]➜  github.com/go-git/go-git/v5/plumbing/format/index
2025-08-20T21:55:13.8519558Z [00:03:56.561]➜  mkdir -p $WORK/b1556/
2025-08-20T21:55:13.8523653Z [00:03:56.562]➜  cat >/tmp/go-build3999932643/b1556/importcfg << 'EOF' # internal
2025-08-20T21:55:13.8525072Z [00:03:56.562]➜  # import config
2025-08-20T21:55:13.8525937Z [00:03:56.562]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:13.8538537Z [00:03:56.562]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:13.8538988Z [00:03:56.562]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:13.8539434Z [00:03:56.562]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:13.8539967Z [00:03:56.562]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3999932643/b1538/_pkg_.a
2025-08-20T21:55:13.8540629Z [00:03:56.562]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build3999932643/b1552/_pkg_.a
2025-08-20T21:55:13.8541293Z [00:03:56.562]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build3999932643/b1539/_pkg_.a
2025-08-20T21:55:13.8541943Z [00:03:56.562]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build3999932643/b1557/_pkg_.a
2025-08-20T21:55:13.8542450Z [00:03:56.562]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:13.8542854Z [00:03:56.562]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:55:13.8543346Z [00:03:56.562]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:13.8543797Z [00:03:56.562]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:13.8544565Z [00:03:56.562]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:13.8545081Z [00:03:56.562]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:13.8545579Z [00:03:56.562]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:13.8545998Z [00:03:56.562]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:13.8546436Z [00:03:56.562]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:55:13.8546773Z [00:03:56.562]➜  EOF
2025-08-20T21:55:13.8550279Z [00:03:56.562]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1556/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/index=>github.com/go-git/go-git/v5@v5.16.2/plumbing/format/index;$WORK/b1556=>" -p github.com/go-git/go-git/v5/plumbing/format/index -lang=go1.23 -complete -installsuffix shared -buildid DKSUStxGzwnZP2mNqQou/DKSUStxGzwnZP2mNqQou -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1556/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/index/decoder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/index/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/index/encoder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/index/index.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/index/match.go
2025-08-20T21:55:13.8771244Z [00:03:56.586]➜  go tool buildid -w $WORK/b1554/_pkg_.a # internal
2025-08-20T21:55:13.8780938Z [00:03:56.587]➜  cp $WORK/b1554/_pkg_.a /root/.cache/go-build/31/31e2fe68607c91b29896c8121de1a402aecb37123ebbbd1f421c71b5a3a85675-d # internal
2025-08-20T21:55:13.8826091Z [00:03:56.592]➜  github.com/go-git/go-git/v5/plumbing/format/idxfile
2025-08-20T21:55:13.8826481Z [00:03:56.592]➜  mkdir -p $WORK/b1559/
2025-08-20T21:55:13.8835154Z [00:03:56.593]➜  cat >/tmp/go-build3999932643/b1559/importcfg << 'EOF' # internal
2025-08-20T21:55:13.8838843Z [00:03:56.593]➜  # import config
2025-08-20T21:55:13.8840862Z [00:03:56.593]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:13.8841550Z [00:03:56.593]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:13.8842071Z [00:03:56.593]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:55:13.8842528Z [00:03:56.593]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:13.8842957Z [00:03:56.593]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:13.8843477Z [00:03:56.593]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3999932643/b1538/_pkg_.a
2025-08-20T21:55:13.8844110Z [00:03:56.593]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build3999932643/b1539/_pkg_.a
2025-08-20T21:55:13.8844753Z [00:03:56.593]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build3999932643/b1557/_pkg_.a
2025-08-20T21:55:13.8845266Z [00:03:56.593]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:13.8845675Z [00:03:56.593]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:55:13.8846077Z [00:03:56.593]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:13.8846487Z [00:03:56.593]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:13.8846791Z [00:03:56.593]➜  EOF
2025-08-20T21:55:13.8859153Z [00:03:56.595]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1559/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/idxfile=>github.com/go-git/go-git/v5@v5.16.2/plumbing/format/idxfile;$WORK/b1559=>" -p github.com/go-git/go-git/v5/plumbing/format/idxfile -lang=go1.23 -complete -installsuffix shared -buildid w784Tk-T86xtEybU3jAS/w784Tk-T86xtEybU3jAS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1559/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/idxfile/decoder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/idxfile/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/idxfile/encoder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/idxfile/idxfile.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/idxfile/writer.go
2025-08-20T21:55:13.8962833Z [00:03:56.606]➜  go tool buildid -w $WORK/b1543/_pkg_.a # internal
2025-08-20T21:55:13.8973065Z [00:03:56.607]➜  cp $WORK/b1543/_pkg_.a /root/.cache/go-build/e2/e24c3a61d5e781a67d88cc4bf6f9c028b88757b7818a28787c6adcf7afef6ee5-d # internal
2025-08-20T21:55:13.8987015Z [00:03:56.608]➜  github.com/go-git/go-git/v5/config
2025-08-20T21:55:13.8994539Z [00:03:56.608]➜  mkdir -p $WORK/b1536/
2025-08-20T21:55:13.8994977Z [00:03:56.609]➜  cat >/tmp/go-build3999932643/b1536/importcfg << 'EOF' # internal
2025-08-20T21:55:13.8995330Z [00:03:56.609]➜  # import config
2025-08-20T21:55:13.8995665Z [00:03:56.609]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:13.8996105Z [00:03:56.609]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:13.8996529Z [00:03:56.609]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:13.8997049Z [00:03:56.609]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build3999932643/b1531/_pkg_.a
2025-08-20T21:55:13.8997845Z [00:03:56.609]➜  packagefile github.com/go-git/go-git/v5/internal/url=/tmp/go-build3999932643/b1537/_pkg_.a
2025-08-20T21:55:13.8998817Z [00:03:56.609]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3999932643/b1538/_pkg_.a
2025-08-20T21:55:13.8999497Z [00:03:56.609]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/config=/tmp/go-build3999932643/b1543/_pkg_.a
2025-08-20T21:55:13.9000046Z [00:03:56.609]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:13.9000442Z [00:03:56.609]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:13.9000878Z [00:03:56.609]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:13.9001347Z [00:03:56.609]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:13.9001764Z [00:03:56.609]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:13.9002294Z [00:03:56.609]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:13.9002805Z [00:03:56.609]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:13.9003122Z [00:03:56.609]➜  EOF
2025-08-20T21:55:13.9005941Z [00:03:56.609]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1536/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/config=>github.com/go-git/go-git/v5@v5.16.2/config;$WORK/b1536=>" -p github.com/go-git/go-git/v5/config -lang=go1.23 -complete -installsuffix shared -buildid LYAa-llX9rXexGEJ-LDx/LYAa-llX9rXexGEJ-LDx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1536/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/config/branch.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/config/config.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/config/modules.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/config/refspec.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/config/url.go
2025-08-20T21:55:13.9321357Z [00:03:56.638]➜  go tool buildid -w $WORK/b1556/_pkg_.a # internal
2025-08-20T21:55:13.9332304Z [00:03:56.642]➜  cp $WORK/b1556/_pkg_.a /root/.cache/go-build/b4/b4a42a15fde3a6ef01c443a67df03361f14048c3828daef1730035909e83d6ed-d # internal
2025-08-20T21:55:13.9371852Z [00:03:56.646]➜  github.com/go-git/go-git/v5/plumbing/format/gitignore
2025-08-20T21:55:13.9375335Z [00:03:56.646]➜  mkdir -p $WORK/b1553/
2025-08-20T21:55:13.9375741Z [00:03:56.646]➜  cat >/tmp/go-build3999932643/b1553/importcfg << 'EOF' # internal
2025-08-20T21:55:13.9376092Z [00:03:56.646]➜  # import config
2025-08-20T21:55:13.9376427Z [00:03:56.646]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:13.9377101Z [00:03:56.646]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:13.9377962Z [00:03:56.646]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3999932643/b1530/_pkg_.a
2025-08-20T21:55:13.9378713Z [00:03:56.646]➜  packagefile github.com/go-git/go-git/v5/internal/path_util=/tmp/go-build3999932643/b1549/_pkg_.a
2025-08-20T21:55:13.9379421Z [00:03:56.646]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/config=/tmp/go-build3999932643/b1543/_pkg_.a
2025-08-20T21:55:13.9380113Z [00:03:56.646]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3999932643/b1554/_pkg_.a
2025-08-20T21:55:13.9380623Z [00:03:56.646]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:13.9381018Z [00:03:56.646]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:13.9381464Z [00:03:56.646]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:13.9381909Z [00:03:56.646]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:13.9382230Z [00:03:56.646]➜  EOF
2025-08-20T21:55:13.9385362Z [00:03:56.646]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1553/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/gitignore=>github.com/go-git/go-git/v5@v5.16.2/plumbing/format/gitignore;$WORK/b1553=>" -p github.com/go-git/go-git/v5/plumbing/format/gitignore -lang=go1.23 -complete -installsuffix shared -buildid qC56_8OVFbD6vVn697eX/qC56_8OVFbD6vVn697eX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1553/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/gitignore/dir.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/gitignore/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/gitignore/matcher.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/gitignore/pattern.go
2025-08-20T21:55:13.9711890Z [00:03:56.680]➜  go tool buildid -w $WORK/b1559/_pkg_.a # internal
2025-08-20T21:55:13.9728302Z [00:03:56.682]➜  cp $WORK/b1559/_pkg_.a /root/.cache/go-build/13/1313a94ba97c701bcce3116346330f83f680ebf22c015d9c6050b234e32f8ba7-d # internal
2025-08-20T21:55:13.9783792Z [00:03:56.687]➜  github.com/go-git/go-git/v5/plumbing/storer
2025-08-20T21:55:13.9787311Z [00:03:56.687]➜  mkdir -p $WORK/b1560/
2025-08-20T21:55:13.9790291Z [00:03:56.688]➜  cat >/tmp/go-build3999932643/b1560/importcfg << 'EOF' # internal
2025-08-20T21:55:13.9790670Z [00:03:56.688]➜  # import config
2025-08-20T21:55:13.9791039Z [00:03:56.688]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:13.9791570Z [00:03:56.688]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3999932643/b1538/_pkg_.a
2025-08-20T21:55:13.9792240Z [00:03:56.688]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build3999932643/b1556/_pkg_.a
2025-08-20T21:55:13.9792788Z [00:03:56.688]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:13.9793201Z [00:03:56.688]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:13.9793503Z [00:03:56.688]➜  EOF
2025-08-20T21:55:13.9798086Z [00:03:56.689]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1560/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/storer=>github.com/go-git/go-git/v5@v5.16.2/plumbing/storer;$WORK/b1560=>" -p github.com/go-git/go-git/v5/plumbing/storer -lang=go1.23 -complete -installsuffix shared -buildid w-X0DEscqaNhqrNJeiy5/w-X0DEscqaNhqrNJeiy5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1560/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/storer/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/storer/index.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/storer/object.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/storer/reference.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/storer/shallow.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/storer/storer.go
2025-08-20T21:55:13.9831606Z [00:03:56.692]➜  go tool buildid -w $WORK/b1553/_pkg_.a # internal
2025-08-20T21:55:13.9834091Z [00:03:56.692]➜  cp $WORK/b1553/_pkg_.a /root/.cache/go-build/bf/bf01c3de653f4c5a70472f0d32a614498523eba50fcc40216f11349958450e9a-d # internal
2025-08-20T21:55:13.9839766Z [00:03:56.693]➜  github.com/go-git/go-git/v5/utils/sync
2025-08-20T21:55:13.9840765Z [00:03:56.693]➜  mkdir -p $WORK/b1561/
2025-08-20T21:55:13.9852042Z [00:03:56.694]➜  cat >/tmp/go-build3999932643/b1561/importcfg << 'EOF' # internal
2025-08-20T21:55:13.9852911Z [00:03:56.695]➜  # import config
2025-08-20T21:55:13.9853570Z [00:03:56.695]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:13.9854728Z [00:03:56.695]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:13.9855236Z [00:03:56.695]➜  packagefile compress/zlib=/tmp/go-build3999932643/b168/_pkg_.a
2025-08-20T21:55:13.9855693Z [00:03:56.695]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:13.9856117Z [00:03:56.695]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:13.9856434Z [00:03:56.695]➜  EOF
2025-08-20T21:55:13.9864108Z [00:03:56.695]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1561/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/sync=>github.com/go-git/go-git/v5@v5.16.2/utils/sync;$WORK/b1561=>" -p github.com/go-git/go-git/v5/utils/sync -lang=go1.23 -complete -installsuffix shared -buildid XAnE1Kh643SQD2egKF8w/XAnE1Kh643SQD2egKF8w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1561/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/sync/bufio.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/sync/bytes.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/sync/zlib.go
2025-08-20T21:55:13.9867187Z [00:03:56.696]➜  go tool buildid -w $WORK/b1536/_pkg_.a # internal
2025-08-20T21:55:13.9875418Z [00:03:56.697]➜  cp $WORK/b1536/_pkg_.a /root/.cache/go-build/ca/ca8b13fdbfaa8015faaf390971c50c8d9cca971f60e36389573e4e30d755c4d0-d # internal
2025-08-20T21:55:13.9887824Z [00:03:56.698]➜  github.com/emirpasic/gods/utils
2025-08-20T21:55:13.9890297Z [00:03:56.698]➜  mkdir -p $WORK/b1565/
2025-08-20T21:55:13.9900336Z [00:03:56.699]➜  cat >/tmp/go-build3999932643/b1565/importcfg << 'EOF' # internal
2025-08-20T21:55:13.9904567Z [00:03:56.699]➜  # import config
2025-08-20T21:55:13.9905261Z [00:03:56.700]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:13.9906235Z [00:03:56.700]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:13.9908824Z [00:03:56.700]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:13.9911331Z [00:03:56.700]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:13.9911656Z [00:03:56.700]➜  EOF
2025-08-20T21:55:13.9913995Z [00:03:56.700]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1565/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/utils=>github.com/emirpasic/gods@v1.18.1/utils;$WORK/b1565=>" -p github.com/emirpasic/gods/utils -lang=go1.2 -complete -installsuffix shared -buildid xEQi_qQDhuEulujuK8WX/xEQi_qQDhuEulujuK8WX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1565/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/utils/comparator.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/utils/sort.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/utils/utils.go
2025-08-20T21:55:14.0138748Z [00:03:56.723]➜  go tool buildid -w $WORK/b1561/_pkg_.a # internal
2025-08-20T21:55:14.0141338Z [00:03:56.723]➜  go tool buildid -w $WORK/b1565/_pkg_.a # internal
2025-08-20T21:55:14.0142046Z [00:03:56.723]➜  cp $WORK/b1561/_pkg_.a /root/.cache/go-build/d4/d4b14061cc8ca89bc4d50bfc14cd9d5027fba0c07d7877ee2c2174e6bd310fc5-d # internal
2025-08-20T21:55:14.0142952Z [00:03:56.723]➜  cp $WORK/b1565/_pkg_.a /root/.cache/go-build/3f/3f8ef3bb1522898a627cd5f1e1987703b3bb7ee507d9d220fa8f30de3bac492a-d # internal
2025-08-20T21:55:14.0143837Z [00:03:56.723]➜  github.com/emirpasic/gods/containers
2025-08-20T21:55:14.0145168Z [00:03:56.724]➜  mkdir -p $WORK/b1564/
2025-08-20T21:55:14.0146388Z [00:03:56.724]➜  cat >/tmp/go-build3999932643/b1564/importcfg << 'EOF' # internal
2025-08-20T21:55:14.0148380Z [00:03:56.724]➜  # import config
2025-08-20T21:55:14.0148838Z [00:03:56.724]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build3999932643/b1565/_pkg_.a
2025-08-20T21:55:14.0149252Z [00:03:56.724]➜  EOF
2025-08-20T21:55:14.0154553Z [00:03:56.724]➜  github.com/go-git/go-git/v5/plumbing/format/diff
2025-08-20T21:55:14.0154917Z [00:03:56.724]➜  mkdir -p $WORK/b1569/
2025-08-20T21:55:14.0155307Z [00:03:56.724]➜  cat >/tmp/go-build3999932643/b1569/importcfg << 'EOF' # internal
2025-08-20T21:55:14.0155657Z [00:03:56.724]➜  # import config
2025-08-20T21:55:14.0155995Z [00:03:56.724]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.0156512Z [00:03:56.724]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3999932643/b1538/_pkg_.a
2025-08-20T21:55:14.0157172Z [00:03:56.724]➜  packagefile github.com/go-git/go-git/v5/plumbing/color=/tmp/go-build3999932643/b1570/_pkg_.a
2025-08-20T21:55:14.0158014Z [00:03:56.724]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build3999932643/b1552/_pkg_.a
2025-08-20T21:55:14.0158544Z [00:03:56.724]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:14.0158956Z [00:03:56.724]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:14.0159684Z [00:03:56.724]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:14.0160115Z [00:03:56.724]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:14.0160429Z [00:03:56.724]➜  EOF
2025-08-20T21:55:14.0163260Z [00:03:56.725]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1569/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/diff=>github.com/go-git/go-git/v5@v5.16.2/plumbing/format/diff;$WORK/b1569=>" -p github.com/go-git/go-git/v5/plumbing/format/diff -lang=go1.23 -complete -installsuffix shared -buildid OiWsnx1-YO1vTuRChIsd/OiWsnx1-YO1vTuRChIsd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1569/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/diff/colorconfig.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/diff/patch.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/diff/unified_encoder.go
2025-08-20T21:55:14.0169946Z [00:03:56.726]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1564/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/containers=>github.com/emirpasic/gods@v1.18.1/containers;$WORK/b1564=>" -p github.com/emirpasic/gods/containers -lang=go1.2 -complete -installsuffix shared -buildid _68UShMVzURhHHekrjdc/_68UShMVzURhHHekrjdc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1564/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/containers/containers.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/containers/enumerable.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/containers/iterator.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/containers/serialization.go
2025-08-20T21:55:14.0231885Z [00:03:56.732]➜  go tool buildid -w $WORK/b1560/_pkg_.a # internal
2025-08-20T21:55:14.0242573Z [00:03:56.734]➜  cp $WORK/b1560/_pkg_.a /root/.cache/go-build/9c/9c81f2e2b980405b8f555d41a9209d912ab7a53cd1b3e171a2f222b033ecbac6-d # internal
2025-08-20T21:55:14.0272904Z [00:03:56.736]➜  github.com/go-git/go-git/v5/plumbing/format/packfile
2025-08-20T21:55:14.0278124Z [00:03:56.737]➜  mkdir -p $WORK/b1558/
2025-08-20T21:55:14.0278531Z [00:03:56.737]➜  cat >/tmp/go-build3999932643/b1558/importcfg << 'EOF' # internal
2025-08-20T21:55:14.0278884Z [00:03:56.737]➜  # import config
2025-08-20T21:55:14.0279224Z [00:03:56.737]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:14.0279882Z [00:03:56.737]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:14.0280426Z [00:03:56.737]➜  packagefile compress/zlib=/tmp/go-build3999932643/b168/_pkg_.a
2025-08-20T21:55:14.0280954Z [00:03:56.737]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:14.0281365Z [00:03:56.737]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.0281860Z [00:03:56.737]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3999932643/b1530/_pkg_.a
2025-08-20T21:55:14.0282462Z [00:03:56.737]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3999932643/b1538/_pkg_.a
2025-08-20T21:55:14.0283096Z [00:03:56.737]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build3999932643/b1551/_pkg_.a
2025-08-20T21:55:14.0283795Z [00:03:56.737]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/idxfile=/tmp/go-build3999932643/b1559/_pkg_.a
2025-08-20T21:55:14.0284481Z [00:03:56.737]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build3999932643/b1539/_pkg_.a
2025-08-20T21:55:14.0285148Z [00:03:56.737]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3999932643/b1560/_pkg_.a
2025-08-20T21:55:14.0285800Z [00:03:56.737]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build3999932643/b1557/_pkg_.a
2025-08-20T21:55:14.0286492Z [00:03:56.737]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3999932643/b1554/_pkg_.a
2025-08-20T21:55:14.0287317Z [00:03:56.737]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build3999932643/b1561/_pkg_.a
2025-08-20T21:55:14.0288023Z [00:03:56.737]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:55:14.0288456Z [00:03:56.737]➜  packagefile hash/crc32=/tmp/go-build3999932643/b204/_pkg_.a
2025-08-20T21:55:14.0288876Z [00:03:56.737]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:14.0289278Z [00:03:56.737]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:55:14.0289686Z [00:03:56.737]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:14.0290090Z [00:03:56.737]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:14.0290593Z [00:03:56.737]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:14.0290962Z [00:03:56.737]➜  EOF
2025-08-20T21:55:14.0306755Z [00:03:56.739]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1558/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile=>github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile;$WORK/b1558=>" -p github.com/go-git/go-git/v5/plumbing/format/packfile -lang=go1.23 -complete -installsuffix shared -buildid JcURQz_ObPXnD54OSAoJ/JcURQz_ObPXnD54OSAoJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1558/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile/common.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile/delta_index.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile/delta_selector.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile/diff_delta.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile/encoder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile/error.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile/fsobject.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile/object_pack.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile/packfile.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile/parser.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile/patch_delta.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile/scanner.go
2025-08-20T21:55:14.0371906Z [00:03:56.747]➜  go tool buildid -w $WORK/b1564/_pkg_.a # internal
2025-08-20T21:55:14.0379447Z [00:03:56.747]➜  cp $WORK/b1564/_pkg_.a /root/.cache/go-build/e0/e098183c983a494b4b200523a4e6af02db2e1767455ab15479bca942200b89e0-d # internal
2025-08-20T21:55:14.0384010Z [00:03:56.748]➜  github.com/emirpasic/gods/lists
2025-08-20T21:55:14.0384340Z [00:03:56.748]➜  mkdir -p $WORK/b1567/
2025-08-20T21:55:14.0388617Z [00:03:56.748]➜  cat >/tmp/go-build3999932643/b1567/importcfg << 'EOF' # internal
2025-08-20T21:55:14.0388998Z [00:03:56.748]➜  # import config
2025-08-20T21:55:14.0389457Z [00:03:56.748]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build3999932643/b1564/_pkg_.a
2025-08-20T21:55:14.0390129Z [00:03:56.748]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build3999932643/b1565/_pkg_.a
2025-08-20T21:55:14.0390529Z [00:03:56.748]➜  EOF
2025-08-20T21:55:14.0392374Z [00:03:56.748]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1567/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists=>github.com/emirpasic/gods@v1.18.1/lists;$WORK/b1567=>" -p github.com/emirpasic/gods/lists -lang=go1.2 -complete -installsuffix shared -buildid qh0BytYvlFf6nDH7aBEV/qh0BytYvlFf6nDH7aBEV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1567/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/lists.go
2025-08-20T21:55:14.0514255Z [00:03:56.759]➜  go tool buildid -w $WORK/b1567/_pkg_.a # internal
2025-08-20T21:55:14.0517697Z [00:03:56.761]➜  cp $WORK/b1567/_pkg_.a /root/.cache/go-build/76/760e24ec0b0a247e553a4a06f6f910a8054ff1377b30d103c2e910d128779a01-d # internal
2025-08-20T21:55:14.0519250Z [00:03:56.761]➜  github.com/emirpasic/gods/lists/arraylist
2025-08-20T21:55:14.0520197Z [00:03:56.761]➜  mkdir -p $WORK/b1566/
2025-08-20T21:55:14.0525267Z [00:03:56.762]➜  cat >/tmp/go-build3999932643/b1566/importcfg << 'EOF' # internal
2025-08-20T21:55:14.0526779Z [00:03:56.762]➜  # import config
2025-08-20T21:55:14.0527856Z [00:03:56.762]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:14.0529553Z [00:03:56.762]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.0530168Z [00:03:56.762]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build3999932643/b1564/_pkg_.a
2025-08-20T21:55:14.0531102Z [00:03:56.762]➜  packagefile github.com/emirpasic/gods/lists=/tmp/go-build3999932643/b1567/_pkg_.a
2025-08-20T21:55:14.0531753Z [00:03:56.762]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build3999932643/b1565/_pkg_.a
2025-08-20T21:55:14.0532273Z [00:03:56.762]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:14.0532594Z [00:03:56.762]➜  EOF
2025-08-20T21:55:14.0535577Z [00:03:56.762]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1566/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/arraylist=>github.com/emirpasic/gods@v1.18.1/lists/arraylist;$WORK/b1566=>" -p github.com/emirpasic/gods/lists/arraylist -lang=go1.2 -complete -installsuffix shared -buildid XwGFAFcwpHwmJxTPXiKx/XwGFAFcwpHwmJxTPXiKx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1566/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/arraylist/arraylist.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/arraylist/enumerable.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/arraylist/iterator.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/arraylist/serialization.go
2025-08-20T21:55:14.0748784Z [00:03:56.784]➜  go tool buildid -w $WORK/b1569/_pkg_.a # internal
2025-08-20T21:55:14.0760340Z [00:03:56.785]➜  cp $WORK/b1569/_pkg_.a /root/.cache/go-build/07/076e7401ebf7a2add30fe6d7f33d17a617e5d2573ba10d139a3229de1cb50e16-d # internal
2025-08-20T21:55:14.0760972Z [00:03:56.785]➜  github.com/emirpasic/gods/trees
2025-08-20T21:55:14.0762623Z [00:03:56.785]➜  mkdir -p $WORK/b1568/
2025-08-20T21:55:14.0770275Z [00:03:56.786]➜  cat >/tmp/go-build3999932643/b1568/importcfg << 'EOF' # internal
2025-08-20T21:55:14.0771679Z [00:03:56.786]➜  # import config
2025-08-20T21:55:14.0772396Z [00:03:56.786]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build3999932643/b1564/_pkg_.a
2025-08-20T21:55:14.0772874Z [00:03:56.786]➜  EOF
2025-08-20T21:55:14.0774714Z [00:03:56.786]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1568/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees=>github.com/emirpasic/gods@v1.18.1/trees;$WORK/b1568=>" -p github.com/emirpasic/gods/trees -lang=go1.2 -complete -installsuffix shared -buildid QNVVXA_HWD3xcmMxPD2I/QNVVXA_HWD3xcmMxPD2I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1568/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees/trees.go
2025-08-20T21:55:14.0863381Z [00:03:56.796]➜  go tool buildid -w $WORK/b1568/_pkg_.a # internal
2025-08-20T21:55:14.0871261Z [00:03:56.796]➜  cp $WORK/b1568/_pkg_.a /root/.cache/go-build/e0/e055309b10aec1c23824232f1bfb76ef1cf8583ae3afc1f8c59ee10d23c85f26-d # internal
2025-08-20T21:55:14.0883009Z [00:03:56.798]➜  github.com/go-git/go-git/v5/storage
2025-08-20T21:55:14.0884321Z [00:03:56.798]➜  mkdir -p $WORK/b1571/
2025-08-20T21:55:14.0894139Z [00:03:56.798]➜  cat >/tmp/go-build3999932643/b1571/importcfg << 'EOF' # internal
2025-08-20T21:55:14.0895304Z [00:03:56.798]➜  # import config
2025-08-20T21:55:14.0895934Z [00:03:56.798]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:14.0896675Z [00:03:56.798]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build3999932643/b1536/_pkg_.a
2025-08-20T21:55:14.0897937Z [00:03:56.798]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3999932643/b1560/_pkg_.a
2025-08-20T21:55:14.0898630Z [00:03:56.798]➜  EOF
2025-08-20T21:55:14.0900938Z [00:03:56.798]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1571/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage=>github.com/go-git/go-git/v5@v5.16.2/storage;$WORK/b1571=>" -p github.com/go-git/go-git/v5/storage -lang=go1.23 -complete -installsuffix shared -buildid x2q1OKAMvdm7e9zmIKF1/x2q1OKAMvdm7e9zmIKF1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1571/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/storer.go
2025-08-20T21:55:14.1082846Z [00:03:56.817]➜  go tool buildid -w $WORK/b1571/_pkg_.a # internal
2025-08-20T21:55:14.1109092Z [00:03:56.818]➜  cp $WORK/b1571/_pkg_.a /root/.cache/go-build/8c/8c558dc692171034090092c7e6e0cf59bcc2b4bea823261a4bf2028e34f2d5b1-d # internal
2025-08-20T21:55:14.1120614Z [00:03:56.821]➜  github.com/sergi/go-diff/diffmatchpatch
2025-08-20T21:55:14.1122026Z [00:03:56.822]➜  mkdir -p $WORK/b1573/
2025-08-20T21:55:14.1127759Z [00:03:56.822]➜  cat >/tmp/go-build3999932643/b1573/importcfg << 'EOF' # internal
2025-08-20T21:55:14.1128738Z [00:03:56.822]➜  # import config
2025-08-20T21:55:14.1129454Z [00:03:56.822]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:14.1130444Z [00:03:56.822]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:14.1130980Z [00:03:56.822]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.1131411Z [00:03:56.822]➜  packagefile html=/tmp/go-build3999932643/b175/_pkg_.a
2025-08-20T21:55:14.1131836Z [00:03:56.822]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:55:14.1132261Z [00:03:56.822]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:14.1132685Z [00:03:56.822]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:14.1133114Z [00:03:56.822]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:14.1133541Z [00:03:56.822]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:14.1133956Z [00:03:56.822]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:14.1134393Z [00:03:56.822]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:55:14.1134723Z [00:03:56.822]➜  EOF
2025-08-20T21:55:14.1139838Z [00:03:56.822]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1573/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sergi/go-diff@v1.3.2-0.20230802210424-5b0b94c5c0d3/diffmatchpatch=>github.com/sergi/go-diff@v1.3.2-0.20230802210424-5b0b94c5c0d3/diffmatchpatch;$WORK/b1573=>" -p github.com/sergi/go-diff/diffmatchpatch -lang=go1.13 -complete -installsuffix shared -buildid 7bjqSXU98EN4xi6fwLyD/7bjqSXU98EN4xi6fwLyD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1573/importcfg -pack /root/go/pkg/mod/github.com/sergi/go-diff@v1.3.2-0.20230802210424-5b0b94c5c0d3/diffmatchpatch/diff.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.3.2-0.20230802210424-5b0b94c5c0d3/diffmatchpatch/diffmatchpatch.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.3.2-0.20230802210424-5b0b94c5c0d3/diffmatchpatch/match.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.3.2-0.20230802210424-5b0b94c5c0d3/diffmatchpatch/mathutil.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.3.2-0.20230802210424-5b0b94c5c0d3/diffmatchpatch/operation_string.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.3.2-0.20230802210424-5b0b94c5c0d3/diffmatchpatch/patch.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.3.2-0.20230802210424-5b0b94c5c0d3/diffmatchpatch/stringutil.go
2025-08-20T21:55:14.1212421Z [00:03:56.831]➜  go tool buildid -w $WORK/b1566/_pkg_.a # internal
2025-08-20T21:55:14.1237099Z [00:03:56.833]➜  cp $WORK/b1566/_pkg_.a /root/.cache/go-build/85/856eb95e96ec1368297b12bc73fe2b864df64ae6c5cec402d1d1266ea0424d88-d # internal
2025-08-20T21:55:14.1238982Z [00:03:56.833]➜  github.com/emirpasic/gods/trees/binaryheap
2025-08-20T21:55:14.1260978Z [00:03:56.835]➜  mkdir -p $WORK/b1563/
2025-08-20T21:55:14.1265408Z [00:03:56.836]➜  cat >/tmp/go-build3999932643/b1563/importcfg << 'EOF' # internal
2025-08-20T21:55:14.1266166Z [00:03:56.836]➜  # import config
2025-08-20T21:55:14.1266780Z [00:03:56.836]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.1268063Z [00:03:56.836]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build3999932643/b1564/_pkg_.a
2025-08-20T21:55:14.1268792Z [00:03:56.836]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/tmp/go-build3999932643/b1566/_pkg_.a
2025-08-20T21:55:14.1269467Z [00:03:56.836]➜  packagefile github.com/emirpasic/gods/trees=/tmp/go-build3999932643/b1568/_pkg_.a
2025-08-20T21:55:14.1270301Z [00:03:56.836]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build3999932643/b1565/_pkg_.a
2025-08-20T21:55:14.1270875Z [00:03:56.836]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:14.1271204Z [00:03:56.836]➜  EOF
2025-08-20T21:55:14.1273896Z [00:03:56.836]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1563/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees/binaryheap=>github.com/emirpasic/gods@v1.18.1/trees/binaryheap;$WORK/b1563=>" -p github.com/emirpasic/gods/trees/binaryheap -lang=go1.2 -complete -installsuffix shared -buildid 1e8JM5eVmwkHQuYmuNpB/1e8JM5eVmwkHQuYmuNpB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1563/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees/binaryheap/binaryheap.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees/binaryheap/iterator.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees/binaryheap/serialization.go
2025-08-20T21:55:14.1655575Z [00:03:56.875]➜  go tool buildid -w $WORK/b1563/_pkg_.a # internal
2025-08-20T21:55:14.1662249Z [00:03:56.876]➜  cp $WORK/b1563/_pkg_.a /root/.cache/go-build/84/84aea4734f2ef3ebff7e1d7d9b7df076427fd97a9d5e468bcded5f4ed73bf572-d # internal
2025-08-20T21:55:14.1701914Z [00:03:56.879]➜  github.com/go-git/go-git/v5/utils/merkletrie/noder
2025-08-20T21:55:14.1702834Z [00:03:56.879]➜  mkdir -p $WORK/b1576/
2025-08-20T21:55:14.1703294Z [00:03:56.880]➜  cat >/tmp/go-build3999932643/b1576/importcfg << 'EOF' # internal
2025-08-20T21:55:14.1703649Z [00:03:56.880]➜  # import config
2025-08-20T21:55:14.1703985Z [00:03:56.880]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:14.1704394Z [00:03:56.880]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.1705119Z [00:03:56.880]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:14.1705543Z [00:03:56.880]➜  EOF
2025-08-20T21:55:14.1710434Z [00:03:56.880]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1576/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/noder=>github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/noder;$WORK/b1576=>" -p github.com/go-git/go-git/v5/utils/merkletrie/noder -lang=go1.23 -complete -installsuffix shared -buildid megBkG23Drwdxn0MDPp1/megBkG23Drwdxn0MDPp1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1576/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/noder/noder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/noder/path.go
2025-08-20T21:55:14.2162767Z [00:03:56.925]➜  go tool buildid -w $WORK/b1576/_pkg_.a # internal
2025-08-20T21:55:14.2171574Z [00:03:56.926]➜  cp $WORK/b1576/_pkg_.a /root/.cache/go-build/c1/c17a012b506c63b88b618df9bdddb2e65e9885b81a0d82ea7bab29aeb3038546-d # internal
2025-08-20T21:55:14.2179123Z [00:03:56.927]➜  github.com/go-git/go-git/v5/utils/merkletrie/internal/frame
2025-08-20T21:55:14.2179549Z [00:03:56.927]➜  mkdir -p $WORK/b1575/
2025-08-20T21:55:14.2187613Z [00:03:56.928]➜  cat >/tmp/go-build3999932643/b1575/importcfg << 'EOF' # internal
2025-08-20T21:55:14.2189021Z [00:03:56.928]➜  # import config
2025-08-20T21:55:14.2190001Z [00:03:56.928]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:14.2190453Z [00:03:56.928]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.2191078Z [00:03:56.928]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build3999932643/b1576/_pkg_.a
2025-08-20T21:55:14.2191632Z [00:03:56.928]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:14.2192051Z [00:03:56.928]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:14.2192384Z [00:03:56.928]➜  EOF
2025-08-20T21:55:14.2194771Z [00:03:56.928]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1575/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/internal/frame=>github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/internal/frame;$WORK/b1575=>" -p github.com/go-git/go-git/v5/utils/merkletrie/internal/frame -lang=go1.23 -complete -installsuffix shared -buildid vIo-tA_mVJMN-V0jJj8L/vIo-tA_mVJMN-V0jJj8L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1575/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/internal/frame/frame.go
2025-08-20T21:55:14.2438981Z [00:03:56.953]➜  go tool buildid -w $WORK/b1575/_pkg_.a # internal
2025-08-20T21:55:14.2444381Z [00:03:56.954]➜  cp $WORK/b1575/_pkg_.a /root/.cache/go-build/f6/f6dfbdef66ce96584c226ef5aa97352b21ac34e4dfee729e95ccc52fc0cee3b3-d # internal
2025-08-20T21:55:14.2468133Z [00:03:56.956]➜  github.com/go-git/go-git/v5/utils/merkletrie
2025-08-20T21:55:14.2469656Z [00:03:56.956]➜  mkdir -p $WORK/b1574/
2025-08-20T21:55:14.2475693Z [00:03:56.957]➜  cat >/tmp/go-build3999932643/b1574/importcfg << 'EOF' # internal
2025-08-20T21:55:14.2476221Z [00:03:56.957]➜  # import config
2025-08-20T21:55:14.2476600Z [00:03:56.957]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:14.2477164Z [00:03:56.957]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:14.2477718Z [00:03:56.957]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.2478478Z [00:03:56.957]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/internal/frame=/tmp/go-build3999932643/b1575/_pkg_.a
2025-08-20T21:55:14.2479261Z [00:03:56.957]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build3999932643/b1576/_pkg_.a
2025-08-20T21:55:14.2485686Z [00:03:56.957]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:14.2487057Z [00:03:56.957]➜  EOF
2025-08-20T21:55:14.2490769Z [00:03:56.957]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1574/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie=>github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie;$WORK/b1574=>" -p github.com/go-git/go-git/v5/utils/merkletrie -lang=go1.23 -complete -installsuffix shared -buildid xde-c4piZ_U2jcTTvaMw/xde-c4piZ_U2jcTTvaMw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1574/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/change.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/difftree.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/doubleiter.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/iter.go
2025-08-20T21:55:14.2496519Z [00:03:56.959]➜  go tool buildid -w $WORK/b1558/_pkg_.a # internal
2025-08-20T21:55:14.2549090Z [00:03:56.964]➜  cp $WORK/b1558/_pkg_.a /root/.cache/go-build/ee/eeb1904f1f8a4b537c74ea9504211c411b805d67f34a9dab9da0ea30883312c0-d # internal
2025-08-20T21:55:14.2556107Z [00:03:56.964]➜  github.com/go-git/go-git/v5/utils/trace
2025-08-20T21:55:14.2556491Z [00:03:56.964]➜  mkdir -p $WORK/b1579/
2025-08-20T21:55:14.2556840Z [00:03:56.965]➜  go tool buildid -w $WORK/b1573/_pkg_.a # internal
2025-08-20T21:55:14.2557267Z [00:03:56.965]➜  cat >/tmp/go-build3999932643/b1579/importcfg << 'EOF' # internal
2025-08-20T21:55:14.2558074Z [00:03:56.965]➜  # import config
2025-08-20T21:55:14.2558408Z [00:03:56.965]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.2558817Z [00:03:56.965]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:55:14.2559217Z [00:03:56.965]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:14.2559646Z [00:03:56.965]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:14.2559973Z [00:03:56.965]➜  EOF
2025-08-20T21:55:14.2562006Z [00:03:56.965]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1579/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/trace=>github.com/go-git/go-git/v5@v5.16.2/utils/trace;$WORK/b1579=>" -p github.com/go-git/go-git/v5/utils/trace -lang=go1.23 -complete -installsuffix shared -buildid 4aTetYhNLK0YiSY_j95g/4aTetYhNLK0YiSY_j95g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1579/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/trace/trace.go
2025-08-20T21:55:14.2573204Z [00:03:56.967]➜  cp $WORK/b1573/_pkg_.a /root/.cache/go-build/86/860e44796427b516d501ee6a91b4da28d9fa2a7548ea309dd0a05fbdaf0382f1-d # internal
2025-08-20T21:55:14.2574239Z [00:03:56.967]➜  github.com/go-git/go-git/v5/utils/diff
2025-08-20T21:55:14.2574546Z [00:03:56.967]➜  mkdir -p $WORK/b1572/
2025-08-20T21:55:14.2575714Z [00:03:56.967]➜  cat >/tmp/go-build3999932643/b1572/importcfg << 'EOF' # internal
2025-08-20T21:55:14.2576080Z [00:03:56.967]➜  # import config
2025-08-20T21:55:14.2576428Z [00:03:56.967]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:14.2576979Z [00:03:56.967]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build3999932643/b1573/_pkg_.a
2025-08-20T21:55:14.2577629Z [00:03:56.967]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:14.2577953Z [00:03:56.967]➜  EOF
2025-08-20T21:55:14.2579854Z [00:03:56.967]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1572/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/diff=>github.com/go-git/go-git/v5@v5.16.2/utils/diff;$WORK/b1572=>" -p github.com/go-git/go-git/v5/utils/diff -lang=go1.23 -complete -installsuffix shared -buildid 1BaFhXqF01FT-cRXJUt7/1BaFhXqF01FT-cRXJUt7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1572/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/diff/diff.go
2025-08-20T21:55:14.2711117Z [00:03:56.980]➜  go tool buildid -w $WORK/b1572/_pkg_.a # internal
2025-08-20T21:55:14.2712958Z [00:03:56.981]➜  cp $WORK/b1572/_pkg_.a /root/.cache/go-build/b9/b9f1fe21ed26beb2af6e92be2cf9edb1d1ce70416c22582e0776fb1698b768ea-d # internal
2025-08-20T21:55:14.2750646Z [00:03:56.984]➜  github.com/go-git/go-git/v5/plumbing/protocol/packp/capability
2025-08-20T21:55:14.2751436Z [00:03:56.984]➜  mkdir -p $WORK/b1580/
2025-08-20T21:55:14.2752297Z [00:03:56.984]➜  cat >/tmp/go-build3999932643/b1580/importcfg << 'EOF' # internal
2025-08-20T21:55:14.2752692Z [00:03:56.984]➜  # import config
2025-08-20T21:55:14.2753052Z [00:03:56.984]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:14.2753475Z [00:03:56.984]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:14.2753885Z [00:03:56.984]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.2754283Z [00:03:56.984]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:14.2754694Z [00:03:56.984]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:14.2755038Z [00:03:56.984]➜  EOF
2025-08-20T21:55:14.2761567Z [00:03:56.985]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1580/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/capability=>github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/capability;$WORK/b1580=>" -p github.com/go-git/go-git/v5/plumbing/protocol/packp/capability -lang=go1.23 -complete -installsuffix shared -buildid Ryq5xWycpwYJ1vEqcBcu/Ryq5xWycpwYJ1vEqcBcu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1580/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/capability/capability.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/capability/list.go
2025-08-20T21:55:14.2800864Z [00:03:56.989]➜  go tool buildid -w $WORK/b1579/_pkg_.a # internal
2025-08-20T21:55:14.2808272Z [00:03:56.990]➜  cp $WORK/b1579/_pkg_.a /root/.cache/go-build/2a/2aca1257812d700614e180b4c9f52113eb88205773901876c9705b4ae9d1ab30-d # internal
2025-08-20T21:55:14.2820571Z [00:03:56.991]➜  github.com/go-git/go-git/v5/plumbing/format/pktline
2025-08-20T21:55:14.2821623Z [00:03:56.992]➜  mkdir -p $WORK/b1578/
2025-08-20T21:55:14.2826410Z [00:03:56.992]➜  cat >/tmp/go-build3999932643/b1578/importcfg << 'EOF' # internal
2025-08-20T21:55:14.2826834Z [00:03:56.992]➜  # import config
2025-08-20T21:55:14.2827176Z [00:03:56.992]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:14.2827780Z [00:03:56.992]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:14.2828201Z [00:03:56.992]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.2828735Z [00:03:56.992]➜  packagefile github.com/go-git/go-git/v5/utils/trace=/tmp/go-build3999932643/b1579/_pkg_.a
2025-08-20T21:55:14.2829240Z [00:03:56.992]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:14.2829656Z [00:03:56.992]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:14.2829980Z [00:03:56.992]➜  EOF
2025-08-20T21:55:14.2833809Z [00:03:56.992]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1578/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/pktline=>github.com/go-git/go-git/v5@v5.16.2/plumbing/format/pktline;$WORK/b1578=>" -p github.com/go-git/go-git/v5/plumbing/format/pktline -lang=go1.23 -complete -installsuffix shared -buildid iC4E6f2gNexL-zoPbixk/iC4E6f2gNexL-zoPbixk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1578/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/pktline/encoder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/pktline/error.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/pktline/scanner.go
2025-08-20T21:55:14.2905775Z [00:03:57.000]➜  go tool buildid -w $WORK/b1574/_pkg_.a # internal
2025-08-20T21:55:14.2906659Z [00:03:57.000]➜  cp $WORK/b1574/_pkg_.a /root/.cache/go-build/b9/b9d76d4d0d294cd68ed9dec816c0a5b72229b3827038ef31ac69a1994f4f49a6-d # internal
2025-08-20T21:55:14.3002586Z [00:03:57.009]➜  go tool buildid -w $WORK/b1580/_pkg_.a # internal
2025-08-20T21:55:14.3006401Z [00:03:57.010]➜  github.com/go-git/go-git/v5/plumbing/object
2025-08-20T21:55:14.3009540Z [00:03:57.010]➜  mkdir -p $WORK/b1562/
2025-08-20T21:55:14.3012351Z [00:03:57.010]➜  cat >/tmp/go-build3999932643/b1562/importcfg << 'EOF' # internal
2025-08-20T21:55:14.3012717Z [00:03:57.011]➜  # import config
2025-08-20T21:55:14.3013067Z [00:03:57.011]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:14.3013519Z [00:03:57.011]➜  packagefile container/list=/tmp/go-build3999932643/b106/_pkg_.a
2025-08-20T21:55:14.3013970Z [00:03:57.011]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:14.3014392Z [00:03:57.011]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:14.3014800Z [00:03:57.011]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.3015350Z [00:03:57.011]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build3999932643/b1507/_pkg_.a
2025-08-20T21:55:14.3016032Z [00:03:57.011]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/tmp/go-build3999932643/b1563/_pkg_.a
2025-08-20T21:55:14.3016686Z [00:03:57.011]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3999932643/b1538/_pkg_.a
2025-08-20T21:55:14.3017334Z [00:03:57.011]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build3999932643/b1552/_pkg_.a
2025-08-20T21:55:14.3018558Z [00:03:57.011]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/diff=/tmp/go-build3999932643/b1569/_pkg_.a
2025-08-20T21:55:14.3019244Z [00:03:57.011]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3999932643/b1560/_pkg_.a
2025-08-20T21:55:14.3019875Z [00:03:57.011]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build3999932643/b1571/_pkg_.a
2025-08-20T21:55:14.3020497Z [00:03:57.011]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build3999932643/b1557/_pkg_.a
2025-08-20T21:55:14.3021138Z [00:03:57.011]➜  packagefile github.com/go-git/go-git/v5/utils/diff=/tmp/go-build3999932643/b1572/_pkg_.a
2025-08-20T21:55:14.3021862Z [00:03:57.011]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3999932643/b1554/_pkg_.a
2025-08-20T21:55:14.3022578Z [00:03:57.011]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie=/tmp/go-build3999932643/b1574/_pkg_.a
2025-08-20T21:55:14.3023270Z [00:03:57.011]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build3999932643/b1576/_pkg_.a
2025-08-20T21:55:14.3023938Z [00:03:57.011]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build3999932643/b1561/_pkg_.a
2025-08-20T21:55:14.3024569Z [00:03:57.011]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build3999932643/b1573/_pkg_.a
2025-08-20T21:55:14.3025080Z [00:03:57.011]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:14.3025555Z [00:03:57.011]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:55:14.3026358Z [00:03:57.011]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:14.3026943Z [00:03:57.011]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:14.3044416Z [00:03:57.011]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:14.3045020Z [00:03:57.011]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:14.3045453Z [00:03:57.011]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:14.3045760Z [00:03:57.011]➜  EOF
2025-08-20T21:55:14.3053668Z [00:03:57.013]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1562/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object=>github.com/go-git/go-git/v5@v5.16.2/plumbing/object;$WORK/b1562=>" -p github.com/go-git/go-git/v5/plumbing/object -lang=go1.23 -complete -installsuffix shared -buildid 2G1vnKgdEjVoLd9OC_Xm/2G1vnKgdEjVoLd9OC_Xm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1562/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/blob.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/change.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/change_adaptor.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/commit.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/commit_walker.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/commit_walker_bfs.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/commit_walker_bfs_filtered.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/commit_walker_ctime.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/commit_walker_limit.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/commit_walker_path.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/difftree.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/file.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/merge_base.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/object.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/patch.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/rename.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/signature.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/tag.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/tree.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/treenoder.go
2025-08-20T21:55:14.3060777Z [00:03:57.013]➜  cp $WORK/b1580/_pkg_.a /root/.cache/go-build/e5/e5102d215ffd268f755610a3e7e30f21a42d29971a23411f394cccd7e3cecb47-d # internal
2025-08-20T21:55:14.3061371Z [00:03:57.013]➜  github.com/go-git/go-git/v5/storage/memory
2025-08-20T21:55:14.3061686Z [00:03:57.013]➜  mkdir -p $WORK/b1582/
2025-08-20T21:55:14.3062059Z [00:03:57.013]➜  cat >/tmp/go-build3999932643/b1582/importcfg << 'EOF' # internal
2025-08-20T21:55:14.3062404Z [00:03:57.013]➜  # import config
2025-08-20T21:55:14.3062732Z [00:03:57.013]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.3063242Z [00:03:57.013]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build3999932643/b1536/_pkg_.a
2025-08-20T21:55:14.3063852Z [00:03:57.013]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3999932643/b1538/_pkg_.a
2025-08-20T21:55:14.3064521Z [00:03:57.013]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build3999932643/b1556/_pkg_.a
2025-08-20T21:55:14.3065205Z [00:03:57.013]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3999932643/b1560/_pkg_.a
2025-08-20T21:55:14.3065837Z [00:03:57.013]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build3999932643/b1571/_pkg_.a
2025-08-20T21:55:14.3066342Z [00:03:57.013]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:14.3066648Z [00:03:57.013]➜  EOF
2025-08-20T21:55:14.3075211Z [00:03:57.013]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1582/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/memory=>github.com/go-git/go-git/v5@v5.16.2/storage/memory;$WORK/b1582=>" -p github.com/go-git/go-git/v5/storage/memory -lang=go1.23 -complete -installsuffix shared -buildid o9PeCoNP-3esXo9JxedD/o9PeCoNP-3esXo9JxedD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1582/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/memory/storage.go
2025-08-20T21:55:14.3096490Z [00:03:57.019]➜  go tool buildid -w $WORK/b1578/_pkg_.a # internal
2025-08-20T21:55:14.3102040Z [00:03:57.019]➜  cp $WORK/b1578/_pkg_.a /root/.cache/go-build/5b/5bee31bc4298e1d60d74ba738c5f55021a8bbb5d34cc6bf553e23333873f9693-d # internal
2025-08-20T21:55:14.3146593Z [00:03:57.024]➜  github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband
2025-08-20T21:55:14.3148016Z [00:03:57.024]➜  mkdir -p $WORK/b1581/
2025-08-20T21:55:14.3149062Z [00:03:57.024]➜  cat >/tmp/go-build3999932643/b1581/importcfg << 'EOF' # internal
2025-08-20T21:55:14.3149938Z [00:03:57.024]➜  # import config
2025-08-20T21:55:14.3150343Z [00:03:57.024]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:14.3150781Z [00:03:57.024]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.3151377Z [00:03:57.024]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build3999932643/b1578/_pkg_.a
2025-08-20T21:55:14.3151942Z [00:03:57.024]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:14.3152242Z [00:03:57.024]➜  EOF
2025-08-20T21:55:14.3155858Z [00:03:57.024]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1581/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/sideband=>github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/sideband;$WORK/b1581=>" -p github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband -lang=go1.23 -complete -installsuffix shared -buildid Xt4V71K4tmkq8ZPUlOBh/Xt4V71K4tmkq8ZPUlOBh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1581/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/sideband/common.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/sideband/demux.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/sideband/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/sideband/muxer.go
2025-08-20T21:55:14.3347308Z [00:03:57.044]➜  go tool buildid -w $WORK/b1581/_pkg_.a # internal
2025-08-20T21:55:14.3348199Z [00:03:57.044]➜  cp $WORK/b1581/_pkg_.a /root/.cache/go-build/97/979ab352cff82434c0e68c629c5bb56130b2bb2e3db19b6a1993750f81c55203-d # internal
2025-08-20T21:55:14.3352784Z [00:03:57.045]➜  github.com/go-git/go-git/v5/plumbing/format/objfile
2025-08-20T21:55:14.3353481Z [00:03:57.045]➜  mkdir -p $WORK/b1590/
2025-08-20T21:55:14.3357258Z [00:03:57.045]➜  cat >/tmp/go-build3999932643/b1590/importcfg << 'EOF' # internal
2025-08-20T21:55:14.3358462Z [00:03:57.045]➜  # import config
2025-08-20T21:55:14.3358956Z [00:03:57.045]➜  packagefile compress/zlib=/tmp/go-build3999932643/b168/_pkg_.a
2025-08-20T21:55:14.3360422Z [00:03:57.045]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:14.3360967Z [00:03:57.045]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3999932643/b1538/_pkg_.a
2025-08-20T21:55:14.3361665Z [00:03:57.045]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build3999932643/b1558/_pkg_.a
2025-08-20T21:55:14.3362344Z [00:03:57.045]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build3999932643/b1561/_pkg_.a
2025-08-20T21:55:14.3362847Z [00:03:57.045]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:14.3363265Z [00:03:57.045]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:14.3363587Z [00:03:57.045]➜  EOF
2025-08-20T21:55:14.3366343Z [00:03:57.045]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1590/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/objfile=>github.com/go-git/go-git/v5@v5.16.2/plumbing/format/objfile;$WORK/b1590=>" -p github.com/go-git/go-git/v5/plumbing/format/objfile -lang=go1.23 -complete -installsuffix shared -buildid MTw8ALeAh3wFC2T9jfN2/MTw8ALeAh3wFC2T9jfN2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1590/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/objfile/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/objfile/reader.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/objfile/writer.go
2025-08-20T21:55:14.3562505Z [00:03:57.065]➜  go tool buildid -w $WORK/b1582/_pkg_.a # internal
2025-08-20T21:55:14.3577778Z [00:03:57.067]➜  cp $WORK/b1582/_pkg_.a /root/.cache/go-build/be/be03072015a39d94832c33e7589bf04df379d90b905fd333911e0ee8029ac582-d # internal
2025-08-20T21:55:14.3709208Z [00:03:57.077]➜  go tool buildid -w $WORK/b1590/_pkg_.a # internal
2025-08-20T21:55:14.3709858Z [00:03:57.077]➜  github.com/go-git/go-git/v5/plumbing/protocol/packp
2025-08-20T21:55:14.3710264Z [00:03:57.077]➜  mkdir -p $WORK/b1577/
2025-08-20T21:55:14.3710891Z [00:03:57.077]➜  cp $WORK/b1590/_pkg_.a /root/.cache/go-build/b2/b2d1c7776c1a74272ee8e40f56d3a8cf1e2e477dd3c904009c9211fd279cf479-d # internal
2025-08-20T21:55:14.3711563Z [00:03:57.077]➜  cat >/tmp/go-build3999932643/b1577/importcfg << 'EOF' # internal
2025-08-20T21:55:14.3711912Z [00:03:57.077]➜  # import config
2025-08-20T21:55:14.3712246Z [00:03:57.077]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:14.3712660Z [00:03:57.077]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:14.3713098Z [00:03:57.077]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:55:14.3713550Z [00:03:57.077]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:14.3713966Z [00:03:57.077]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.3714628Z [00:03:57.077]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3999932643/b1538/_pkg_.a
2025-08-20T21:55:14.3715402Z [00:03:57.077]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build3999932643/b1578/_pkg_.a
2025-08-20T21:55:14.3716397Z [00:03:57.077]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build3999932643/b1580/_pkg_.a
2025-08-20T21:55:14.3717212Z [00:03:57.077]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build3999932643/b1581/_pkg_.a
2025-08-20T21:55:14.3718117Z [00:03:57.077]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3999932643/b1560/_pkg_.a
2025-08-20T21:55:14.3718776Z [00:03:57.077]➜  packagefile github.com/go-git/go-git/v5/storage/memory=/tmp/go-build3999932643/b1582/_pkg_.a
2025-08-20T21:55:14.3719432Z [00:03:57.077]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3999932643/b1554/_pkg_.a
2025-08-20T21:55:14.3719964Z [00:03:57.077]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:14.3720385Z [00:03:57.077]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:14.3720802Z [00:03:57.077]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:14.3721219Z [00:03:57.077]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:14.3721639Z [00:03:57.077]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:14.3722049Z [00:03:57.077]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:14.3722351Z [00:03:57.077]➜  EOF
2025-08-20T21:55:14.3730359Z [00:03:57.077]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1577/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp=>github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp;$WORK/b1577=>" -p github.com/go-git/go-git/v5/plumbing/protocol/packp -lang=go1.23 -complete -installsuffix shared -buildid Cq1-S6dg2xoMOrvfrSBy/Cq1-S6dg2xoMOrvfrSBy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1577/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/advrefs.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/advrefs_decode.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/advrefs_encode.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/common.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/filter.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/gitproto.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/report_status.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/shallowupd.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/srvresp.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/ulreq.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/ulreq_decode.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/ulreq_encode.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/updreq.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/updreq_decode.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/updreq_encode.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/uppackreq.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/uppackresp.go
2025-08-20T21:55:14.3737318Z [00:03:57.079]➜  github.com/go-git/go-git/v5/storage/filesystem/dotgit
2025-08-20T21:55:14.3737796Z [00:03:57.079]➜  mkdir -p $WORK/b1591/
2025-08-20T21:55:14.3738180Z [00:03:57.079]➜  cat >/tmp/go-build3999932643/b1591/importcfg << 'EOF' # internal
2025-08-20T21:55:14.3738525Z [00:03:57.079]➜  # import config
2025-08-20T21:55:14.3738959Z [00:03:57.079]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:14.3739482Z [00:03:57.079]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:14.3739900Z [00:03:57.079]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:14.3740487Z [00:03:57.079]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.3740979Z [00:03:57.079]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3999932643/b1530/_pkg_.a
2025-08-20T21:55:14.3741598Z [00:03:57.079]➜  packagefile github.com/go-git/go-billy/v5/helper/chroot=/tmp/go-build3999932643/b1533/_pkg_.a
2025-08-20T21:55:14.3742230Z [00:03:57.079]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3999932643/b1538/_pkg_.a
2025-08-20T21:55:14.3742913Z [00:03:57.079]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/idxfile=/tmp/go-build3999932643/b1559/_pkg_.a
2025-08-20T21:55:14.3743642Z [00:03:57.079]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/objfile=/tmp/go-build3999932643/b1590/_pkg_.a
2025-08-20T21:55:14.3744376Z [00:03:57.079]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build3999932643/b1558/_pkg_.a
2025-08-20T21:55:14.3745062Z [00:03:57.079]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build3999932643/b1539/_pkg_.a
2025-08-20T21:55:14.3745677Z [00:03:57.079]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build3999932643/b1571/_pkg_.a
2025-08-20T21:55:14.3746291Z [00:03:57.079]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3999932643/b1554/_pkg_.a
2025-08-20T21:55:14.3746793Z [00:03:57.079]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:14.3747184Z [00:03:57.079]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:14.3747772Z [00:03:57.079]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:55:14.3748349Z [00:03:57.079]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:14.3748916Z [00:03:57.079]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:14.3749342Z [00:03:57.079]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:14.3749762Z [00:03:57.079]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:14.3750175Z [00:03:57.079]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:14.3750612Z [00:03:57.079]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:14.3751038Z [00:03:57.079]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:14.3751340Z [00:03:57.079]➜  EOF
2025-08-20T21:55:14.3755255Z [00:03:57.079]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1591/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/dotgit=>github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/dotgit;$WORK/b1591=>" -p github.com/go-git/go-git/v5/storage/filesystem/dotgit -lang=go1.23 -complete -installsuffix shared -buildid t4KXlbSQqYrOAEHZrV-u/t4KXlbSQqYrOAEHZrV-u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1591/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/dotgit/dotgit.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/dotgit/dotgit_rewrite_packed_refs.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/dotgit/dotgit_setref.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/dotgit/reader.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/dotgit/repository_filesystem.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/dotgit/writers.go
2025-08-20T21:55:14.5303598Z [00:03:57.240]➜  go tool buildid -w $WORK/b1577/_pkg_.a # internal
2025-08-20T21:55:14.5327333Z [00:03:57.242]➜  cp $WORK/b1577/_pkg_.a /root/.cache/go-build/e8/e87a690eedebbe3457795ee6f9752523ae0e4bbaa5f01c6cabe6b65937bfd019-d # internal
2025-08-20T21:55:14.5338347Z [00:03:57.243]➜  github.com/go-git/go-git/v5/plumbing/transport
2025-08-20T21:55:14.5339235Z [00:03:57.243]➜  mkdir -p $WORK/b1584/
2025-08-20T21:55:14.5339671Z [00:03:57.243]➜  cat >/tmp/go-build3999932643/b1584/importcfg << 'EOF' # internal
2025-08-20T21:55:14.5340044Z [00:03:57.243]➜  # import config
2025-08-20T21:55:14.5340383Z [00:03:57.243]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:14.5340809Z [00:03:57.243]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:14.5341232Z [00:03:57.243]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:14.5341638Z [00:03:57.243]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.5342189Z [00:03:57.243]➜  packagefile github.com/go-git/go-git/v5/internal/url=/tmp/go-build3999932643/b1537/_pkg_.a
2025-08-20T21:55:14.5342825Z [00:03:57.243]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3999932643/b1538/_pkg_.a
2025-08-20T21:55:14.5343512Z [00:03:57.243]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build3999932643/b1577/_pkg_.a
2025-08-20T21:55:14.5344300Z [00:03:57.243]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build3999932643/b1580/_pkg_.a
2025-08-20T21:55:14.5344900Z [00:03:57.243]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:14.5345316Z [00:03:57.243]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:14.5345768Z [00:03:57.243]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:14.5346215Z [00:03:57.243]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:14.5346642Z [00:03:57.243]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:14.5347293Z [00:03:57.243]➜  EOF
2025-08-20T21:55:14.5349693Z [00:03:57.243]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1584/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport=>github.com/go-git/go-git/v5@v5.16.2/plumbing/transport;$WORK/b1584=>" -p github.com/go-git/go-git/v5/plumbing/transport -lang=go1.23 -complete -installsuffix shared -buildid vHlD85dNWC2siFJIBIZr/vHlD85dNWC2siFJIBIZr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1584/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/common.go
2025-08-20T21:55:14.5436508Z [00:03:57.253]➜  go tool buildid -w $WORK/b1591/_pkg_.a # internal
2025-08-20T21:55:14.5462982Z [00:03:57.256]➜  cp $WORK/b1591/_pkg_.a /root/.cache/go-build/64/645ab1a1c1c32835387dccb84dfd3a0ad1d74841e85eea85b4d2b70acfc7348f-d # internal
2025-08-20T21:55:14.5495650Z [00:03:57.259]➜  github.com/go-git/go-git/v5/storage/filesystem
2025-08-20T21:55:14.5496044Z [00:03:57.259]➜  mkdir -p $WORK/b1589/
2025-08-20T21:55:14.5498430Z [00:03:57.259]➜  cat >/tmp/go-build3999932643/b1589/importcfg << 'EOF' # internal
2025-08-20T21:55:14.5498810Z [00:03:57.259]➜  # import config
2025-08-20T21:55:14.5499330Z [00:03:57.259]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:14.5499789Z [00:03:57.259]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:14.5501293Z [00:03:57.259]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.5502329Z [00:03:57.259]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3999932643/b1530/_pkg_.a
2025-08-20T21:55:14.5502914Z [00:03:57.259]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build3999932643/b1536/_pkg_.a
2025-08-20T21:55:14.5503524Z [00:03:57.259]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3999932643/b1538/_pkg_.a
2025-08-20T21:55:14.5504159Z [00:03:57.259]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build3999932643/b1551/_pkg_.a
2025-08-20T21:55:14.5504872Z [00:03:57.259]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/idxfile=/tmp/go-build3999932643/b1559/_pkg_.a
2025-08-20T21:55:14.5505725Z [00:03:57.259]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build3999932643/b1556/_pkg_.a
2025-08-20T21:55:14.5506518Z [00:03:57.259]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/objfile=/tmp/go-build3999932643/b1590/_pkg_.a
2025-08-20T21:55:14.5507258Z [00:03:57.259]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build3999932643/b1558/_pkg_.a
2025-08-20T21:55:14.5508151Z [00:03:57.259]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3999932643/b1560/_pkg_.a
2025-08-20T21:55:14.5508788Z [00:03:57.259]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build3999932643/b1571/_pkg_.a
2025-08-20T21:55:14.5509485Z [00:03:57.259]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem/dotgit=/tmp/go-build3999932643/b1591/_pkg_.a
2025-08-20T21:55:14.5510184Z [00:03:57.259]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3999932643/b1554/_pkg_.a
2025-08-20T21:55:14.5510690Z [00:03:57.259]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:14.5511086Z [00:03:57.259]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:14.5511489Z [00:03:57.259]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:14.5511893Z [00:03:57.259]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:14.5512204Z [00:03:57.259]➜  EOF
2025-08-20T21:55:14.5516531Z [00:03:57.259]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1589/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem=>github.com/go-git/go-git/v5@v5.16.2/storage/filesystem;$WORK/b1589=>" -p github.com/go-git/go-git/v5/storage/filesystem -lang=go1.23 -complete -installsuffix shared -buildid Aa7P1al3LDlycDw6IDhq/Aa7P1al3LDlycDw6IDhq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1589/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/config.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/deltaobject.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/index.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/module.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/object.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/reference.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/shallow.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/storage.go
2025-08-20T21:55:14.5665727Z [00:03:57.275]➜  go tool buildid -w $WORK/b1584/_pkg_.a # internal
2025-08-20T21:55:14.5666572Z [00:03:57.276]➜  cp $WORK/b1584/_pkg_.a /root/.cache/go-build/4e/4e949bfe9ce098ae1838729643cccccd9367a66192c1b9a848c2b1ccd8323163-d # internal
2025-08-20T21:55:14.5688514Z [00:03:57.278]➜  github.com/go-git/go-git/v5/plumbing/transport/internal/common
2025-08-20T21:55:14.5692284Z [00:03:57.278]➜  mkdir -p $WORK/b1587/
2025-08-20T21:55:14.5702295Z [00:03:57.280]➜  cat >/tmp/go-build3999932643/b1587/importcfg << 'EOF' # internal
2025-08-20T21:55:14.5705509Z [00:03:57.280]➜  # import config
2025-08-20T21:55:14.5717864Z [00:03:57.280]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:14.5718479Z [00:03:57.280]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:14.5723251Z [00:03:57.280]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:14.5723769Z [00:03:57.280]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:14.5724213Z [00:03:57.280]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.5724805Z [00:03:57.280]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build3999932643/b1578/_pkg_.a
2025-08-20T21:55:14.5725558Z [00:03:57.280]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build3999932643/b1577/_pkg_.a
2025-08-20T21:55:14.5726354Z [00:03:57.280]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build3999932643/b1580/_pkg_.a
2025-08-20T21:55:14.5727480Z [00:03:57.280]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build3999932643/b1581/_pkg_.a
2025-08-20T21:55:14.5728313Z [00:03:57.280]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3999932643/b1584/_pkg_.a
2025-08-20T21:55:14.5728994Z [00:03:57.280]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3999932643/b1554/_pkg_.a
2025-08-20T21:55:14.5729497Z [00:03:57.280]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:14.5729906Z [00:03:57.280]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:14.5730329Z [00:03:57.280]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:14.5730746Z [00:03:57.280]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:14.5731050Z [00:03:57.280]➜  EOF
2025-08-20T21:55:14.5734116Z [00:03:57.280]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1587/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/internal/common=>github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/internal/common;$WORK/b1587=>" -p github.com/go-git/go-git/v5/plumbing/transport/internal/common -lang=go1.23 -complete -installsuffix shared -buildid HupCDet2w6KoINtSnIEC/HupCDet2w6KoINtSnIEC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1587/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/internal/common/common.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/internal/common/mocks.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/internal/common/server.go
2025-08-20T21:55:14.5737069Z [00:03:57.281]➜  go tool buildid -w $WORK/b1562/_pkg_.a # internal
2025-08-20T21:55:14.5777232Z [00:03:57.285]➜  cp $WORK/b1562/_pkg_.a /root/.cache/go-build/0c/0c04db0daf05ea884df9c8b6ebe393b19b59052898ad11507e8e1ed90e098f6b-d # internal
2025-08-20T21:55:14.5779699Z [00:03:57.286]➜  github.com/go-git/go-git/v5/plumbing/revlist
2025-08-20T21:55:14.5780057Z [00:03:57.286]➜  mkdir -p $WORK/b1583/
2025-08-20T21:55:14.5780441Z [00:03:57.286]➜  cat >/tmp/go-build3999932643/b1583/importcfg << 'EOF' # internal
2025-08-20T21:55:14.5780797Z [00:03:57.286]➜  # import config
2025-08-20T21:55:14.5781126Z [00:03:57.287]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.5781648Z [00:03:57.287]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3999932643/b1538/_pkg_.a
2025-08-20T21:55:14.5782300Z [00:03:57.287]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build3999932643/b1552/_pkg_.a
2025-08-20T21:55:14.5782973Z [00:03:57.287]➜  packagefile github.com/go-git/go-git/v5/plumbing/object=/tmp/go-build3999932643/b1562/_pkg_.a
2025-08-20T21:55:14.5783646Z [00:03:57.287]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3999932643/b1560/_pkg_.a
2025-08-20T21:55:14.5784165Z [00:03:57.287]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:14.5784473Z [00:03:57.287]➜  EOF
2025-08-20T21:55:14.5786465Z [00:03:57.287]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1583/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/revlist=>github.com/go-git/go-git/v5@v5.16.2/plumbing/revlist;$WORK/b1583=>" -p github.com/go-git/go-git/v5/plumbing/revlist -lang=go1.23 -complete -installsuffix shared -buildid l65hZZa4AJASf4abIv_c/l65hZZa4AJASf4abIv_c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1583/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/revlist/revlist.go
2025-08-20T21:55:14.6234666Z [00:03:57.332]➜  go tool buildid -w $WORK/b1583/_pkg_.a # internal
2025-08-20T21:55:14.6240281Z [00:03:57.333]➜  cp $WORK/b1583/_pkg_.a /root/.cache/go-build/b4/b42eab607cf08ffb64366f5e197bf5598e247e6fdeecc8303332692b6a727e8a-d # internal
2025-08-20T21:55:14.6257806Z [00:03:57.335]➜  golang.org/x/sys/execabs
2025-08-20T21:55:14.6259857Z [00:03:57.335]➜  mkdir -p $WORK/b1592/
2025-08-20T21:55:14.6261216Z [00:03:57.335]➜  cat >/tmp/go-build3999932643/b1592/importcfg << 'EOF' # internal
2025-08-20T21:55:14.6261888Z [00:03:57.335]➜  # import config
2025-08-20T21:55:14.6262811Z [00:03:57.335]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:14.6263275Z [00:03:57.335]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:14.6265044Z [00:03:57.335]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.6265469Z [00:03:57.335]➜  packagefile os/exec=/tmp/go-build3999932643/b507/_pkg_.a
2025-08-20T21:55:14.6265925Z [00:03:57.335]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:14.6266374Z [00:03:57.335]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:14.6266698Z [00:03:57.335]➜  EOF
2025-08-20T21:55:14.6268833Z [00:03:57.336]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1592/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/execabs=>golang.org/x/sys@v0.33.0/execabs;$WORK/b1592=>" -p golang.org/x/sys/execabs -lang=go1.23 -complete -installsuffix shared -buildid t1Zac3hAwPcaQ1cp6chR/t1Zac3hAwPcaQ1cp6chR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1592/importcfg -pack /root/go/pkg/mod/golang.org/x/sys@v0.33.0/execabs/execabs.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/execabs/execabs_go119.go
2025-08-20T21:55:14.6379185Z [00:03:57.347]➜  go tool buildid -w $WORK/b1587/_pkg_.a # internal
2025-08-20T21:55:14.6395997Z [00:03:57.349]➜  cp $WORK/b1587/_pkg_.a /root/.cache/go-build/60/607c51bda77521078c1fcf252f70b073c0cd75601d019f15bd2825774dfa7962-d # internal
2025-08-20T21:55:14.6421374Z [00:03:57.351]➜  github.com/go-git/go-git/v5/plumbing/transport/git
2025-08-20T21:55:14.6422713Z [00:03:57.351]➜  mkdir -p $WORK/b1593/
2025-08-20T21:55:14.6439204Z [00:03:57.353]➜  cat >/tmp/go-build3999932643/b1593/importcfg << 'EOF' # internal
2025-08-20T21:55:14.6440459Z [00:03:57.353]➜  # import config
2025-08-20T21:55:14.6441148Z [00:03:57.353]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build3999932643/b1577/_pkg_.a
2025-08-20T21:55:14.6442855Z [00:03:57.353]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3999932643/b1584/_pkg_.a
2025-08-20T21:55:14.6443678Z [00:03:57.353]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build3999932643/b1587/_pkg_.a
2025-08-20T21:55:14.6444408Z [00:03:57.353]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3999932643/b1554/_pkg_.a
2025-08-20T21:55:14.6444913Z [00:03:57.353]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:14.6445310Z [00:03:57.353]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:14.6445737Z [00:03:57.353]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:14.6446054Z [00:03:57.353]➜  EOF
2025-08-20T21:55:14.6450881Z [00:03:57.353]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1593/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/git=>github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/git;$WORK/b1593=>" -p github.com/go-git/go-git/v5/plumbing/transport/git -lang=go1.23 -complete -installsuffix shared -buildid j917hP1lbNdBaLqxxrb9/j917hP1lbNdBaLqxxrb9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1593/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/git/common.go
2025-08-20T21:55:14.6580236Z [00:03:57.367]➜  go tool buildid -w $WORK/b1589/_pkg_.a # internal
2025-08-20T21:55:14.6615600Z [00:03:57.371]➜  cp $WORK/b1589/_pkg_.a /root/.cache/go-build/02/02888bd6de255b0231b84dec449d0f3cce00e30ae1dc0b56dd598dcdfb10fee7-d # internal
2025-08-20T21:55:14.6628334Z [00:03:57.372]➜  github.com/go-git/go-git/v5/plumbing/transport/server
2025-08-20T21:55:14.6628962Z [00:03:57.372]➜  mkdir -p $WORK/b1588/
2025-08-20T21:55:14.6642269Z [00:03:57.373]➜  cat >/tmp/go-build3999932643/b1588/importcfg << 'EOF' # internal
2025-08-20T21:55:14.6643195Z [00:03:57.373]➜  # import config
2025-08-20T21:55:14.6644701Z [00:03:57.373]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:14.6645178Z [00:03:57.373]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:14.6645606Z [00:03:57.373]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.6646108Z [00:03:57.373]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3999932643/b1530/_pkg_.a
2025-08-20T21:55:14.6646689Z [00:03:57.374]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build3999932643/b1531/_pkg_.a
2025-08-20T21:55:14.6647301Z [00:03:57.374]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3999932643/b1538/_pkg_.a
2025-08-20T21:55:14.6648236Z [00:03:57.374]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build3999932643/b1551/_pkg_.a
2025-08-20T21:55:14.6648962Z [00:03:57.374]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build3999932643/b1558/_pkg_.a
2025-08-20T21:55:14.6649697Z [00:03:57.374]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build3999932643/b1577/_pkg_.a
2025-08-20T21:55:14.6650606Z [00:03:57.374]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build3999932643/b1580/_pkg_.a
2025-08-20T21:55:14.6651359Z [00:03:57.374]➜  packagefile github.com/go-git/go-git/v5/plumbing/revlist=/tmp/go-build3999932643/b1583/_pkg_.a
2025-08-20T21:55:14.6652024Z [00:03:57.374]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3999932643/b1560/_pkg_.a
2025-08-20T21:55:14.6652701Z [00:03:57.374]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3999932643/b1584/_pkg_.a
2025-08-20T21:55:14.6653673Z [00:03:57.374]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem=/tmp/go-build3999932643/b1589/_pkg_.a
2025-08-20T21:55:14.6654438Z [00:03:57.374]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3999932643/b1554/_pkg_.a
2025-08-20T21:55:14.6655009Z [00:03:57.374]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:14.6655310Z [00:03:57.374]➜  EOF
2025-08-20T21:55:14.6657903Z [00:03:57.374]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1588/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/server=>github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/server;$WORK/b1588=>" -p github.com/go-git/go-git/v5/plumbing/transport/server -lang=go1.23 -complete -installsuffix shared -buildid 307kYcgo-8hLkKJaznJ5/307kYcgo-8hLkKJaznJ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1588/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/server/loader.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/server/server.go
2025-08-20T21:55:14.6802049Z [00:03:57.389]➜  go tool buildid -w $WORK/b1593/_pkg_.a # internal
2025-08-20T21:55:14.6807788Z [00:03:57.390]➜  cp $WORK/b1593/_pkg_.a /root/.cache/go-build/d6/d6d35dafd823d8975da92d9807ea5816dfe90703be1472e1b0f4503eb4e1d477-d # internal
2025-08-20T21:55:14.6821886Z [00:03:57.391]➜  go tool buildid -w $WORK/b1592/_pkg_.a # internal
2025-08-20T21:55:14.6836186Z [00:03:57.393]➜  github.com/go-git/go-git/v5/plumbing/transport/http
2025-08-20T21:55:14.6840245Z [00:03:57.393]➜  mkdir -p $WORK/b1594/
2025-08-20T21:55:14.6840720Z [00:03:57.393]➜  cat >/tmp/go-build3999932643/b1594/importcfg << 'EOF' # internal
2025-08-20T21:55:14.6841118Z [00:03:57.393]➜  # import config
2025-08-20T21:55:14.6841460Z [00:03:57.393]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:14.6841886Z [00:03:57.393]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:14.6842348Z [00:03:57.393]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:55:14.6842812Z [00:03:57.393]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:55:14.6843462Z [00:03:57.393]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.6844047Z [00:03:57.393]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3999932643/b1538/_pkg_.a
2025-08-20T21:55:14.6844732Z [00:03:57.393]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build3999932643/b1578/_pkg_.a
2025-08-20T21:55:14.6845474Z [00:03:57.393]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build3999932643/b1577/_pkg_.a
2025-08-20T21:55:14.6846259Z [00:03:57.393]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build3999932643/b1580/_pkg_.a
2025-08-20T21:55:14.6847074Z [00:03:57.393]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build3999932643/b1581/_pkg_.a
2025-08-20T21:55:14.6848004Z [00:03:57.393]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3999932643/b1584/_pkg_.a
2025-08-20T21:55:14.6848780Z [00:03:57.393]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build3999932643/b1587/_pkg_.a
2025-08-20T21:55:14.6849501Z [00:03:57.393]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3999932643/b1554/_pkg_.a
2025-08-20T21:55:14.6850121Z [00:03:57.393]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build3999932643/b720/_pkg_.a
2025-08-20T21:55:14.6850617Z [00:03:57.393]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:14.6851017Z [00:03:57.393]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:14.6851436Z [00:03:57.393]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:14.6851864Z [00:03:57.393]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:14.6852520Z [00:03:57.393]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:14.6853052Z [00:03:57.393]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:14.6853587Z [00:03:57.393]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:14.6854015Z [00:03:57.393]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:14.6854321Z [00:03:57.393]➜  EOF
2025-08-20T21:55:14.6860195Z [00:03:57.393]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1594/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/http=>github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/http;$WORK/b1594=>" -p github.com/go-git/go-git/v5/plumbing/transport/http -lang=go1.23 -complete -installsuffix shared -buildid vjxjW9oq-IOu549zBbkk/vjxjW9oq-IOu549zBbkk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1594/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/http/common.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/http/receive_pack.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/http/transport.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/http/upload_pack.go
2025-08-20T21:55:14.6863413Z [00:03:57.393]➜  cp $WORK/b1592/_pkg_.a /root/.cache/go-build/cc/cc8834e600696fcdd85f85dac6127db287fa416191a40f2d63c321eedab123f5-d # internal
2025-08-20T21:55:14.6863994Z [00:03:57.394]➜  github.com/kevinburke/ssh_config
2025-08-20T21:55:14.6864526Z [00:03:57.394]➜  mkdir -p $WORK/b1596/
2025-08-20T21:55:14.6864906Z [00:03:57.395]➜  cat >/tmp/go-build3999932643/b1596/importcfg << 'EOF' # internal
2025-08-20T21:55:14.6865389Z [00:03:57.395]➜  # import config
2025-08-20T21:55:14.6865725Z [00:03:57.395]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:14.6866143Z [00:03:57.395]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:14.6866552Z [00:03:57.395]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.6866961Z [00:03:57.395]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:14.6867437Z [00:03:57.395]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:14.6868021Z [00:03:57.395]➜  packagefile os/user=/tmp/go-build3999932643/b236/_pkg_.a
2025-08-20T21:55:14.6868584Z [00:03:57.395]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:14.6869035Z [00:03:57.395]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:14.6869458Z [00:03:57.395]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:14.6869882Z [00:03:57.395]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:14.6870302Z [00:03:57.395]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:14.6870716Z [00:03:57.395]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:14.6871129Z [00:03:57.395]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:55:14.6871448Z [00:03:57.395]➜  EOF
2025-08-20T21:55:14.6874496Z [00:03:57.395]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1596/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0=>github.com/kevinburke/ssh_config@v1.2.0;$WORK/b1596=>" -p github.com/kevinburke/ssh_config -lang=go1.16 -complete -installsuffix shared -buildid eAs4uwjBV1vSElUIB2Zk/eAs4uwjBV1vSElUIB2Zk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1596/importcfg -pack /root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0/config.go /root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0/lexer.go /root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0/parser.go /root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0/position.go /root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0/token.go /root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0/validators.go
2025-08-20T21:55:14.7348890Z [00:03:57.444]➜  go tool buildid -w $WORK/b1588/_pkg_.a # internal
2025-08-20T21:55:14.7363855Z [00:03:57.445]➜  cp $WORK/b1588/_pkg_.a /root/.cache/go-build/91/9132715288de943becbc7e54d4e920c2410d0683a838104710ffa7f2777af8d3-d # internal
2025-08-20T21:55:14.7383702Z [00:03:57.448]➜  github.com/go-git/go-git/v5/plumbing/transport/file
2025-08-20T21:55:14.7389612Z [00:03:57.448]➜  mkdir -p $WORK/b1586/
2025-08-20T21:55:14.7392753Z [00:03:57.448]➜  cat >/tmp/go-build3999932643/b1586/importcfg << 'EOF' # internal
2025-08-20T21:55:14.7395984Z [00:03:57.448]➜  # import config
2025-08-20T21:55:14.7396349Z [00:03:57.448]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:14.7396771Z [00:03:57.448]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:14.7397182Z [00:03:57.448]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.7397972Z [00:03:57.448]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3999932643/b1584/_pkg_.a
2025-08-20T21:55:14.7398758Z [00:03:57.448]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build3999932643/b1587/_pkg_.a
2025-08-20T21:55:14.7399629Z [00:03:57.448]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/server=/tmp/go-build3999932643/b1588/_pkg_.a
2025-08-20T21:55:14.7400335Z [00:03:57.448]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3999932643/b1554/_pkg_.a
2025-08-20T21:55:14.7400927Z [00:03:57.448]➜  packagefile golang.org/x/sys/execabs=/tmp/go-build3999932643/b1592/_pkg_.a
2025-08-20T21:55:14.7401719Z [00:03:57.448]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:14.7402125Z [00:03:57.448]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:14.7402559Z [00:03:57.448]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:14.7403010Z [00:03:57.448]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:14.7403442Z [00:03:57.448]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:14.7403765Z [00:03:57.448]➜  EOF
2025-08-20T21:55:14.7406337Z [00:03:57.448]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1586/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/file=>github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/file;$WORK/b1586=>" -p github.com/go-git/go-git/v5/plumbing/transport/file -lang=go1.23 -complete -installsuffix shared -buildid wRIqjFU6LqlSEJIZsGu_/wRIqjFU6LqlSEJIZsGu_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1586/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/file/client.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/file/server.go
2025-08-20T21:55:14.7904981Z [00:03:57.500]➜  go tool buildid -w $WORK/b1596/_pkg_.a # internal
2025-08-20T21:55:14.7931462Z [00:03:57.501]➜  cp $WORK/b1596/_pkg_.a /root/.cache/go-build/d0/d01331d8c6ffb0be9d4e15e160803d39d95723881c14abe4b3010f571582c192-d # internal
2025-08-20T21:55:14.7940274Z [00:03:57.503]➜  golang.org/x/crypto/ssh/knownhosts
2025-08-20T21:55:14.7943555Z [00:03:57.503]➜  mkdir -p $WORK/b1598/
2025-08-20T21:55:14.7944579Z [00:03:57.504]➜  cat >/tmp/go-build3999932643/b1598/importcfg << 'EOF' # internal
2025-08-20T21:55:14.7945623Z [00:03:57.504]➜  # import config
2025-08-20T21:55:14.7946040Z [00:03:57.504]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:14.7946475Z [00:03:57.504]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:14.7946926Z [00:03:57.504]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:55:14.7947646Z [00:03:57.504]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:55:14.7948177Z [00:03:57.504]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:55:14.7948646Z [00:03:57.504]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:14.7949092Z [00:03:57.504]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:14.7949902Z [00:03:57.504]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.7950501Z [00:03:57.504]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3999932643/b1185/_pkg_.a
2025-08-20T21:55:14.7951086Z [00:03:57.504]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:14.7951486Z [00:03:57.504]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:14.7951880Z [00:03:57.504]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:14.7952298Z [00:03:57.504]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:14.7952607Z [00:03:57.504]➜  EOF
2025-08-20T21:55:14.7970496Z [00:03:57.505]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1598/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/knownhosts=>golang.org/x/crypto@v0.39.0/ssh/knownhosts;$WORK/b1598=>" -p golang.org/x/crypto/ssh/knownhosts -lang=go1.23 -complete -installsuffix shared -buildid cMOS8DSAnv9bsMczViZQ/cMOS8DSAnv9bsMczViZQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1598/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/knownhosts/knownhosts.go
2025-08-20T21:55:14.7978928Z [00:03:57.507]➜  go tool buildid -w $WORK/b1586/_pkg_.a # internal
2025-08-20T21:55:14.7990744Z [00:03:57.508]➜  go tool buildid -w $WORK/b1594/_pkg_.a # internal
2025-08-20T21:55:14.7991528Z [00:03:57.508]➜  cp $WORK/b1586/_pkg_.a /root/.cache/go-build/3f/3ffcc42fad95f4a78635970200d63d1629db207be1c9effc798bba8b1fe0f7af-d # internal
2025-08-20T21:55:14.8002157Z [00:03:57.509]➜  github.com/xanzy/ssh-agent
2025-08-20T21:55:14.8003823Z [00:03:57.510]➜  mkdir -p $WORK/b1599/
2025-08-20T21:55:14.8005405Z [00:03:57.510]➜  cp $WORK/b1594/_pkg_.a /root/.cache/go-build/5a/5a8a66c709927167fbd695d48ba7d767e427fe9c15e1aff4e814ebee980fc09e-d # internal
2025-08-20T21:55:14.8010777Z [00:03:57.510]➜  cat >/tmp/go-build3999932643/b1599/importcfg << 'EOF' # internal
2025-08-20T21:55:14.8011753Z [00:03:57.510]➜  # import config
2025-08-20T21:55:14.8012624Z [00:03:57.510]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:14.8013103Z [00:03:57.510]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.8013844Z [00:03:57.510]➜  packagefile golang.org/x/crypto/ssh/agent=/tmp/go-build3999932643/b1190/_pkg_.a
2025-08-20T21:55:14.8014415Z [00:03:57.510]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:14.8014814Z [00:03:57.510]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:14.8015119Z [00:03:57.510]➜  EOF
2025-08-20T21:55:14.8018874Z [00:03:57.511]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1599/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xanzy/ssh-agent@v0.3.3=>github.com/xanzy/ssh-agent@v0.3.3;$WORK/b1599=>" -p github.com/xanzy/ssh-agent -lang=go1.16 -complete -installsuffix shared -buildid ceDVo8ivMChfu2qsO1MH/ceDVo8ivMChfu2qsO1MH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1599/importcfg -pack /root/go/pkg/mod/github.com/xanzy/ssh-agent@v0.3.3/sshagent.go
2025-08-20T21:55:14.8020591Z [00:03:57.511]➜  github.com/go-git/go-git/v5/utils/merkletrie/filesystem
2025-08-20T21:55:14.8020952Z [00:03:57.511]➜  mkdir -p $WORK/b1600/
2025-08-20T21:55:14.8021334Z [00:03:57.511]➜  cat >/tmp/go-build3999932643/b1600/importcfg << 'EOF' # internal
2025-08-20T21:55:14.8021680Z [00:03:57.511]➜  # import config
2025-08-20T21:55:14.8022136Z [00:03:57.511]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3999932643/b1530/_pkg_.a
2025-08-20T21:55:14.8022738Z [00:03:57.511]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3999932643/b1538/_pkg_.a
2025-08-20T21:55:14.8023388Z [00:03:57.511]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build3999932643/b1552/_pkg_.a
2025-08-20T21:55:14.8024089Z [00:03:57.511]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build3999932643/b1576/_pkg_.a
2025-08-20T21:55:14.8024635Z [00:03:57.511]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:14.8025334Z [00:03:57.511]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:14.8025823Z [00:03:57.511]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:55:14.8026190Z [00:03:57.511]➜  EOF
2025-08-20T21:55:14.8028520Z [00:03:57.511]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1600/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/filesystem=>github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/filesystem;$WORK/b1600=>" -p github.com/go-git/go-git/v5/utils/merkletrie/filesystem -lang=go1.23 -complete -installsuffix shared -buildid -YQMaoiCSNETiekQvXle/-YQMaoiCSNETiekQvXle -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1600/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/filesystem/node.go
2025-08-20T21:55:14.8202906Z [00:03:57.530]➜  go tool buildid -w $WORK/b1599/_pkg_.a # internal
2025-08-20T21:55:14.8210750Z [00:03:57.530]➜  cp $WORK/b1599/_pkg_.a /root/.cache/go-build/e0/e0d42d45982b5db3ac8437c77a596343711c51dafbdb9d7184bc967bc48c74b3-d # internal
2025-08-20T21:55:14.8230518Z [00:03:57.532]➜  github.com/go-git/go-git/v5/utils/merkletrie/index
2025-08-20T21:55:14.8232027Z [00:03:57.532]➜  mkdir -p $WORK/b1601/
2025-08-20T21:55:14.8232584Z [00:03:57.533]➜  cat >/tmp/go-build3999932643/b1601/importcfg << 'EOF' # internal
2025-08-20T21:55:14.8232990Z [00:03:57.533]➜  # import config
2025-08-20T21:55:14.8233849Z [00:03:57.533]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build3999932643/b1556/_pkg_.a
2025-08-20T21:55:14.8234571Z [00:03:57.533]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build3999932643/b1576/_pkg_.a
2025-08-20T21:55:14.8235127Z [00:03:57.533]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:55:14.8235544Z [00:03:57.533]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:14.8235857Z [00:03:57.533]➜  EOF
2025-08-20T21:55:14.8238292Z [00:03:57.533]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1601/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/index=>github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/index;$WORK/b1601=>" -p github.com/go-git/go-git/v5/utils/merkletrie/index -lang=go1.23 -complete -installsuffix shared -buildid QyRCOK81v9gHo0BD55sp/QyRCOK81v9gHo0BD55sp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1601/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/index/node.go
2025-08-20T21:55:14.8250867Z [00:03:57.534]➜  go tool buildid -w $WORK/b1600/_pkg_.a # internal
2025-08-20T21:55:14.8258936Z [00:03:57.535]➜  cp $WORK/b1600/_pkg_.a /root/.cache/go-build/58/583bfbae2a13b58e1c49908d5a7260ed2c7cae802282c2d8113139538bf5e219-d # internal
2025-08-20T21:55:14.8351928Z [00:03:57.544]➜  github.com/olekukonko/errors
2025-08-20T21:55:14.8352858Z [00:03:57.545]➜  mkdir -p $WORK/b1604/
2025-08-20T21:55:14.8357611Z [00:03:57.545]➜  cat >/tmp/go-build3999932643/b1604/importcfg << 'EOF' # internal
2025-08-20T21:55:14.8358028Z [00:03:57.545]➜  # import config
2025-08-20T21:55:14.8359545Z [00:03:57.545]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:14.8359990Z [00:03:57.545]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:14.8360487Z [00:03:57.545]➜  packagefile database/sql=/tmp/go-build3999932643/b837/_pkg_.a
2025-08-20T21:55:14.8361015Z [00:03:57.545]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:14.8361466Z [00:03:57.545]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:14.8361894Z [00:03:57.545]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.8362313Z [00:03:57.545]➜  packagefile log/slog=/tmp/go-build3999932643/b184/_pkg_.a
2025-08-20T21:55:14.8362744Z [00:03:57.545]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:55:14.8363473Z [00:03:57.545]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:14.8363999Z [00:03:57.545]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:14.8364484Z [00:03:57.545]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:14.8364913Z [00:03:57.545]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:14.8365327Z [00:03:57.545]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:14.8365760Z [00:03:57.545]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:14.8366187Z [00:03:57.545]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:14.8366490Z [00:03:57.545]➜  EOF
2025-08-20T21:55:14.8370339Z [00:03:57.545]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1604/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/errors@v1.1.0=>github.com/olekukonko/errors@v1.1.0;$WORK/b1604=>" -p github.com/olekukonko/errors -lang=go1.21 -complete -installsuffix shared -buildid hfyuefX1V5Q0KiSHw9G6/hfyuefX1V5Q0KiSHw9G6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1604/importcfg -pack /root/go/pkg/mod/github.com/olekukonko/errors@v1.1.0/chain.go /root/go/pkg/mod/github.com/olekukonko/errors@v1.1.0/errors.go /root/go/pkg/mod/github.com/olekukonko/errors@v1.1.0/helper.go /root/go/pkg/mod/github.com/olekukonko/errors@v1.1.0/inspect.go /root/go/pkg/mod/github.com/olekukonko/errors@v1.1.0/multi_error.go /root/go/pkg/mod/github.com/olekukonko/errors@v1.1.0/pool.go /root/go/pkg/mod/github.com/olekukonko/errors@v1.1.0/pool_above_1_24.go /root/go/pkg/mod/github.com/olekukonko/errors@v1.1.0/retry.go /root/go/pkg/mod/github.com/olekukonko/errors@v1.1.0/utils.go
2025-08-20T21:55:14.8403083Z [00:03:57.550]➜  go tool buildid -w $WORK/b1601/_pkg_.a # internal
2025-08-20T21:55:14.8423360Z [00:03:57.552]➜  go tool buildid -w $WORK/b1598/_pkg_.a # internal
2025-08-20T21:55:14.8424367Z [00:03:57.552]➜  cp $WORK/b1601/_pkg_.a /root/.cache/go-build/a4/a4da753418f37a3ef446ae28f7e4c94d1ec94941a0f576c0836eb71664f06d0c-d # internal
2025-08-20T21:55:14.8435973Z [00:03:57.553]➜  github.com/olekukonko/ll/lx
2025-08-20T21:55:14.8436567Z [00:03:57.553]➜  mkdir -p $WORK/b1607/
2025-08-20T21:55:14.8439110Z [00:03:57.553]➜  cat >/tmp/go-build3999932643/b1607/importcfg << 'EOF' # internal
2025-08-20T21:55:14.8439580Z [00:03:57.553]➜  # import config
2025-08-20T21:55:14.8439944Z [00:03:57.553]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:14.8440378Z [00:03:57.553]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:14.8440789Z [00:03:57.553]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:14.8441100Z [00:03:57.553]➜  EOF
2025-08-20T21:55:14.8443023Z [00:03:57.553]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1607/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/ll@v0.0.9/lx=>github.com/olekukonko/ll@v0.0.9/lx;$WORK/b1607=>" -p github.com/olekukonko/ll/lx -lang=go1.21 -complete -installsuffix shared -buildid frX_d0_ixSNbu0vTFNrL/frX_d0_ixSNbu0vTFNrL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1607/importcfg -pack /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.9/lx/lx.go /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.9/lx/ns.go
2025-08-20T21:55:14.8445030Z [00:03:57.553]➜  cp $WORK/b1598/_pkg_.a /root/.cache/go-build/ab/ab6d688a4443361070c344600eb915d2a5904ac508f69b191d1ca90201b5ab56-d # internal
2025-08-20T21:55:14.8445586Z [00:03:57.553]➜  github.com/skeema/knownhosts
2025-08-20T21:55:14.8445871Z [00:03:57.553]➜  mkdir -p $WORK/b1597/
2025-08-20T21:55:14.8446243Z [00:03:57.553]➜  cat >/tmp/go-build3999932643/b1597/importcfg << 'EOF' # internal
2025-08-20T21:55:14.8446589Z [00:03:57.553]➜  # import config
2025-08-20T21:55:14.8446920Z [00:03:57.553]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:14.8447331Z [00:03:57.553]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:14.8448020Z [00:03:57.553]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:14.8448692Z [00:03:57.553]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:14.8449207Z [00:03:57.553]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.8449750Z [00:03:57.553]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3999932643/b1185/_pkg_.a
2025-08-20T21:55:14.8450347Z [00:03:57.553]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/tmp/go-build3999932643/b1598/_pkg_.a
2025-08-20T21:55:14.8450855Z [00:03:57.553]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:14.8451252Z [00:03:57.553]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:14.8451650Z [00:03:57.553]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:14.8452055Z [00:03:57.553]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:14.8452471Z [00:03:57.553]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:14.8452798Z [00:03:57.553]➜  EOF
2025-08-20T21:55:14.8456220Z [00:03:57.555]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1597/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/skeema/knownhosts@v1.3.1=>github.com/skeema/knownhosts@v1.3.1;$WORK/b1597=>" -p github.com/skeema/knownhosts -lang=go1.22 -complete -installsuffix shared -buildid 0L7Q359j9DRbd7dknhLJ/0L7Q359j9DRbd7dknhLJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1597/importcfg -pack /root/go/pkg/mod/github.com/skeema/knownhosts@v1.3.1/knownhosts.go
2025-08-20T21:55:14.8971759Z [00:03:57.606]➜  go tool buildid -w $WORK/b1597/_pkg_.a # internal
2025-08-20T21:55:14.8982397Z [00:03:57.607]➜  cp $WORK/b1597/_pkg_.a /root/.cache/go-build/66/6604cc39729899b419025d6d65ec21e7a50fde03ef0bd76145b5df54db41cdd9-d # internal
2025-08-20T21:55:14.9045786Z [00:03:57.614]➜  github.com/go-git/go-git/v5/plumbing/transport/ssh
2025-08-20T21:55:14.9049040Z [00:03:57.614]➜  mkdir -p $WORK/b1595/
2025-08-20T21:55:14.9049523Z [00:03:57.614]➜  cat >/tmp/go-build3999932643/b1595/importcfg << 'EOF' # internal
2025-08-20T21:55:14.9055095Z [00:03:57.615]➜  # import config
2025-08-20T21:55:14.9055531Z [00:03:57.615]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:14.9056280Z [00:03:57.615]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:14.9056771Z [00:03:57.615]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.9057340Z [00:03:57.615]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3999932643/b1584/_pkg_.a
2025-08-20T21:55:14.9058382Z [00:03:57.615]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build3999932643/b1587/_pkg_.a
2025-08-20T21:55:14.9059097Z [00:03:57.615]➜  packagefile github.com/kevinburke/ssh_config=/tmp/go-build3999932643/b1596/_pkg_.a
2025-08-20T21:55:14.9059685Z [00:03:57.615]➜  packagefile github.com/skeema/knownhosts=/tmp/go-build3999932643/b1597/_pkg_.a
2025-08-20T21:55:14.9060254Z [00:03:57.615]➜  packagefile github.com/xanzy/ssh-agent=/tmp/go-build3999932643/b1599/_pkg_.a
2025-08-20T21:55:14.9060817Z [00:03:57.615]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3999932643/b1185/_pkg_.a
2025-08-20T21:55:14.9061353Z [00:03:57.615]➜  packagefile golang.org/x/net/proxy=/tmp/go-build3999932643/b336/_pkg_.a
2025-08-20T21:55:14.9061815Z [00:03:57.615]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:14.9062210Z [00:03:57.615]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:14.9063200Z [00:03:57.615]➜  packagefile os/user=/tmp/go-build3999932643/b236/_pkg_.a
2025-08-20T21:55:14.9063733Z [00:03:57.615]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:14.9064186Z [00:03:57.615]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:14.9064611Z [00:03:57.615]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:14.9065033Z [00:03:57.615]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:14.9065627Z [00:03:57.615]➜  EOF
2025-08-20T21:55:14.9068323Z [00:03:57.615]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1595/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/ssh=>github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/ssh;$WORK/b1595=>" -p github.com/go-git/go-git/v5/plumbing/transport/ssh -lang=go1.23 -complete -installsuffix shared -buildid zuO5VB99CAbK2MJlqSYg/zuO5VB99CAbK2MJlqSYg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1595/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/ssh/auth_method.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/ssh/common.go
2025-08-20T21:55:14.9294296Z [00:03:57.639]➜  go tool buildid -w $WORK/b1607/_pkg_.a # internal
2025-08-20T21:55:14.9353500Z [00:03:57.645]➜  cp $WORK/b1607/_pkg_.a /root/.cache/go-build/55/551b79842e0e1ab9cd6d40933fc8de73d3c7b24ead7bc403fae1435a7b353281-d # internal
2025-08-20T21:55:14.9397636Z [00:03:57.649]➜  github.com/olekukonko/ll/lh
2025-08-20T21:55:14.9398974Z [00:03:57.649]➜  mkdir -p $WORK/b1606/
2025-08-20T21:55:14.9405068Z [00:03:57.650]➜  cat >/tmp/go-build3999932643/b1606/importcfg << 'EOF' # internal
2025-08-20T21:55:14.9405559Z [00:03:57.650]➜  # import config
2025-08-20T21:55:14.9406496Z [00:03:57.650]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:14.9406963Z [00:03:57.650]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:14.9407940Z [00:03:57.650]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:14.9408355Z [00:03:57.650]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:14.9408847Z [00:03:57.650]➜  packagefile github.com/olekukonko/ll/lx=/tmp/go-build3999932643/b1607/_pkg_.a
2025-08-20T21:55:14.9409323Z [00:03:57.650]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:14.9409732Z [00:03:57.650]➜  packagefile log/slog=/tmp/go-build3999932643/b184/_pkg_.a
2025-08-20T21:55:14.9410151Z [00:03:57.650]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:14.9410565Z [00:03:57.650]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:14.9411122Z [00:03:57.650]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:14.9411579Z [00:03:57.650]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:14.9411995Z [00:03:57.650]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:14.9412401Z [00:03:57.650]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:14.9412703Z [00:03:57.650]➜  EOF
2025-08-20T21:55:14.9423015Z [00:03:57.651]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1606/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/ll@v0.0.9/lh=>github.com/olekukonko/ll@v0.0.9/lh;$WORK/b1606=>" -p github.com/olekukonko/ll/lh -lang=go1.21 -complete -installsuffix shared -buildid FCZ-rOWcXDGVaHdkQzvL/FCZ-rOWcXDGVaHdkQzvL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1606/importcfg -pack /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.9/lh/buffered.go /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.9/lh/colorized.go /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.9/lh/json.go /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.9/lh/memory.go /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.9/lh/multi.go /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.9/lh/slog.go /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.9/lh/text.go
2025-08-20T21:55:15.0245438Z [00:03:57.734]➜  go tool buildid -w $WORK/b1595/_pkg_.a # internal
2025-08-20T21:55:15.0273149Z [00:03:57.736]➜  cp $WORK/b1595/_pkg_.a /root/.cache/go-build/3e/3e6631b8a4ff356ca43ff87dde59ddcc98306b37a01f2c732f393098733f76b0-d # internal
2025-08-20T21:55:15.0279362Z [00:03:57.737]➜  github.com/go-git/go-git/v5/plumbing/transport/client
2025-08-20T21:55:15.0281218Z [00:03:57.737]➜  mkdir -p $WORK/b1585/
2025-08-20T21:55:15.0291771Z [00:03:57.738]➜  cat >/tmp/go-build3999932643/b1585/importcfg << 'EOF' # internal
2025-08-20T21:55:15.0292543Z [00:03:57.738]➜  # import config
2025-08-20T21:55:15.0292997Z [00:03:57.738]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:15.0293634Z [00:03:57.738]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3999932643/b1584/_pkg_.a
2025-08-20T21:55:15.0294358Z [00:03:57.738]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/file=/tmp/go-build3999932643/b1586/_pkg_.a
2025-08-20T21:55:15.0297699Z [00:03:57.738]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/git=/tmp/go-build3999932643/b1593/_pkg_.a
2025-08-20T21:55:15.0298495Z [00:03:57.738]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/http=/tmp/go-build3999932643/b1594/_pkg_.a
2025-08-20T21:55:15.0299224Z [00:03:57.738]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/ssh=/tmp/go-build3999932643/b1595/_pkg_.a
2025-08-20T21:55:15.0299673Z [00:03:57.738]➜  EOF
2025-08-20T21:55:15.0301874Z [00:03:57.739]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1585/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/client=>github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/client;$WORK/b1585=>" -p github.com/go-git/go-git/v5/plumbing/transport/client -lang=go1.23 -complete -installsuffix shared -buildid sWSfE5bkkWMnSB04MmhV/sWSfE5bkkWMnSB04MmhV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1585/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/client/client.go
2025-08-20T21:55:15.0385985Z [00:03:57.747]➜  go tool buildid -w $WORK/b1604/_pkg_.a # internal
2025-08-20T21:55:15.0421296Z [00:03:57.751]➜  cp $WORK/b1604/_pkg_.a /root/.cache/go-build/34/34b95c2b7f0e4414c6952821da5b40a950c876babcfd4ba819bf4ebc132abdff-d # internal
2025-08-20T21:55:15.0422418Z [00:03:57.751]➜  github.com/olekukonko/tablewriter/pkg/twwidth
2025-08-20T21:55:15.0429888Z [00:03:57.752]➜  mkdir -p $WORK/b1609/
2025-08-20T21:55:15.0442301Z [00:03:57.754]➜  cat >/tmp/go-build3999932643/b1609/importcfg << 'EOF' # internal
2025-08-20T21:55:15.0442990Z [00:03:57.754]➜  # import config
2025-08-20T21:55:15.0444482Z [00:03:57.754]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:15.0445185Z [00:03:57.754]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3999932643/b501/_pkg_.a
2025-08-20T21:55:15.0445788Z [00:03:57.754]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:15.0446217Z [00:03:57.754]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:15.0446647Z [00:03:57.754]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:15.0446949Z [00:03:57.754]➜  EOF
2025-08-20T21:55:15.0449209Z [00:03:57.754]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1609/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/pkg/twwidth=>github.com/olekukonko/tablewriter@v1.0.8/pkg/twwidth;$WORK/b1609=>" -p github.com/olekukonko/tablewriter/pkg/twwidth -lang=go1.21 -complete -installsuffix shared -buildid DDlPSOyfWiuVTv8pW6Vc/DDlPSOyfWiuVTv8pW6Vc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1609/importcfg -pack /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/pkg/twwidth/width.go
2025-08-20T21:55:15.0543328Z [00:03:57.764]➜  go tool buildid -w $WORK/b1585/_pkg_.a # internal
2025-08-20T21:55:15.0574920Z [00:03:57.767]➜  cp $WORK/b1585/_pkg_.a /root/.cache/go-build/87/875b759b765b0bf194a24b6bfaf79973113285075f7a3282705821af9bbea979-d # internal
2025-08-20T21:55:15.0644054Z [00:03:57.774]➜  github.com/go-git/go-git/v5
2025-08-20T21:55:15.0652876Z [00:03:57.775]➜  mkdir -p $WORK/b1505/
2025-08-20T21:55:15.0668707Z [00:03:57.776]➜  cat >/tmp/go-build3999932643/b1505/importcfg << 'EOF' # internal
2025-08-20T21:55:15.0669558Z [00:03:57.776]➜  # import config
2025-08-20T21:55:15.0670043Z [00:03:57.776]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:15.0671556Z [00:03:57.776]➜  packagefile container/heap=/tmp/go-build3999932643/b329/_pkg_.a
2025-08-20T21:55:15.0672334Z [00:03:57.776]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:15.0672884Z [00:03:57.776]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:55:15.0673407Z [00:03:57.776]➜  packagefile dario.cat/mergo=/tmp/go-build3999932643/b1506/_pkg_.a
2025-08-20T21:55:15.0673884Z [00:03:57.776]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:55:15.0674323Z [00:03:57.776]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:15.0674744Z [00:03:57.776]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:15.0675282Z [00:03:57.776]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build3999932643/b1507/_pkg_.a
2025-08-20T21:55:15.0675965Z [00:03:57.776]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build3999932643/b1524/_pkg_.a
2025-08-20T21:55:15.0676599Z [00:03:57.776]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3999932643/b1530/_pkg_.a
2025-08-20T21:55:15.0677197Z [00:03:57.776]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build3999932643/b1531/_pkg_.a
2025-08-20T21:55:15.0678106Z [00:03:57.776]➜  packagefile github.com/go-git/go-billy/v5/util=/tmp/go-build3999932643/b1535/_pkg_.a
2025-08-20T21:55:15.0678765Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build3999932643/b1536/_pkg_.a
2025-08-20T21:55:15.0679413Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/internal/path_util=/tmp/go-build3999932643/b1549/_pkg_.a
2025-08-20T21:55:15.0680270Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/internal/revision=/tmp/go-build3999932643/b1550/_pkg_.a
2025-08-20T21:55:15.0680931Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/internal/url=/tmp/go-build3999932643/b1537/_pkg_.a
2025-08-20T21:55:15.0681554Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3999932643/b1538/_pkg_.a
2025-08-20T21:55:15.0682181Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build3999932643/b1551/_pkg_.a
2025-08-20T21:55:15.0682859Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build3999932643/b1552/_pkg_.a
2025-08-20T21:55:15.0683562Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/config=/tmp/go-build3999932643/b1543/_pkg_.a
2025-08-20T21:55:15.0684295Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/gitignore=/tmp/go-build3999932643/b1553/_pkg_.a
2025-08-20T21:55:15.0685025Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build3999932643/b1556/_pkg_.a
2025-08-20T21:55:15.0685744Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build3999932643/b1558/_pkg_.a
2025-08-20T21:55:15.0686432Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build3999932643/b1539/_pkg_.a
2025-08-20T21:55:15.0687087Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/plumbing/object=/tmp/go-build3999932643/b1562/_pkg_.a
2025-08-20T21:55:15.0710330Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build3999932643/b1577/_pkg_.a
2025-08-20T21:55:15.0711162Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build3999932643/b1580/_pkg_.a
2025-08-20T21:55:15.0711982Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build3999932643/b1581/_pkg_.a
2025-08-20T21:55:15.0712748Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/plumbing/revlist=/tmp/go-build3999932643/b1583/_pkg_.a
2025-08-20T21:55:15.0713420Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3999932643/b1560/_pkg_.a
2025-08-20T21:55:15.0714097Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3999932643/b1584/_pkg_.a
2025-08-20T21:55:15.0714817Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/client=/tmp/go-build3999932643/b1585/_pkg_.a
2025-08-20T21:55:15.0715839Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build3999932643/b1571/_pkg_.a
2025-08-20T21:55:15.0716556Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem=/tmp/go-build3999932643/b1589/_pkg_.a
2025-08-20T21:55:15.0717274Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem/dotgit=/tmp/go-build3999932643/b1591/_pkg_.a
2025-08-20T21:55:15.0718153Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/storage/memory=/tmp/go-build3999932643/b1582/_pkg_.a
2025-08-20T21:55:15.0718796Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/utils/diff=/tmp/go-build3999932643/b1572/_pkg_.a
2025-08-20T21:55:15.0719425Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3999932643/b1554/_pkg_.a
2025-08-20T21:55:15.0720080Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie=/tmp/go-build3999932643/b1574/_pkg_.a
2025-08-20T21:55:15.0720808Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/filesystem=/tmp/go-build3999932643/b1600/_pkg_.a
2025-08-20T21:55:15.0721648Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/index=/tmp/go-build3999932643/b1601/_pkg_.a
2025-08-20T21:55:15.0722441Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build3999932643/b1576/_pkg_.a
2025-08-20T21:55:15.0723247Z [00:03:57.776]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build3999932643/b1561/_pkg_.a
2025-08-20T21:55:15.0723884Z [00:03:57.776]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build3999932643/b1573/_pkg_.a
2025-08-20T21:55:15.0724397Z [00:03:57.776]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:15.0724792Z [00:03:57.776]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:15.0725190Z [00:03:57.776]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:55:15.0725637Z [00:03:57.776]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:15.0726083Z [00:03:57.776]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:15.0726506Z [00:03:57.776]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:15.0726921Z [00:03:57.776]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:15.0727340Z [00:03:57.776]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:15.0728145Z [00:03:57.776]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:15.0728578Z [00:03:57.776]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:55:15.0728990Z [00:03:57.776]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:15.0729427Z [00:03:57.776]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:55:15.0729757Z [00:03:57.776]➜  EOF
2025-08-20T21:55:15.0734764Z [00:03:57.776]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1505/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2=>github.com/go-git/go-git/v5@v5.16.2;$WORK/b1505=>" -p github.com/go-git/go-git/v5 -lang=go1.23 -complete -installsuffix shared -buildid jJbORa800GqVmkuBuzjU/jJbORa800GqVmkuBuzjU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1505/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/blame.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/common.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/object_walker.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/options.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/prune.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/remote.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/repository.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/signer.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/status.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/submodule.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/worktree.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/worktree_commit.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/worktree_linux.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/worktree_status.go
2025-08-20T21:55:15.0745865Z [00:03:57.784]➜  go tool buildid -w $WORK/b1609/_pkg_.a # internal
2025-08-20T21:55:15.0749341Z [00:03:57.784]➜  cp $WORK/b1609/_pkg_.a /root/.cache/go-build/5d/5ded6d4b4964f605cc471ee9c5ea3f325a640df66cc9fbec7af798960167e077-d # internal
2025-08-20T21:55:15.0756516Z [00:03:57.785]➜  github.com/olekukonko/tablewriter/pkg/twwarp
2025-08-20T21:55:15.0762994Z [00:03:57.785]➜  mkdir -p $WORK/b1608/
2025-08-20T21:55:15.0770406Z [00:03:57.786]➜  go tool buildid -w $WORK/b1606/_pkg_.a # internal
2025-08-20T21:55:15.0779985Z [00:03:57.787]➜  cat >/tmp/go-build3999932643/b1608/importcfg << 'EOF' # internal
2025-08-20T21:55:15.0781218Z [00:03:57.787]➜  # import config
2025-08-20T21:55:15.0782201Z [00:03:57.787]➜  packagefile github.com/olekukonko/tablewriter/pkg/twwidth=/tmp/go-build3999932643/b1609/_pkg_.a
2025-08-20T21:55:15.0783655Z [00:03:57.787]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3999932643/b502/_pkg_.a
2025-08-20T21:55:15.0784238Z [00:03:57.787]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:55:15.0784684Z [00:03:57.787]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:15.0785271Z [00:03:57.787]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:55:15.0785589Z [00:03:57.787]➜  EOF
2025-08-20T21:55:15.0792306Z [00:03:57.788]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1608/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/pkg/twwarp=>github.com/olekukonko/tablewriter@v1.0.8/pkg/twwarp;$WORK/b1608=>" -p github.com/olekukonko/tablewriter/pkg/twwarp -lang=go1.21 -complete -installsuffix shared -buildid YHYY0VP_NliJFC8wW_OT/YHYY0VP_NliJFC8wW_OT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1608/importcfg -pack /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/pkg/twwarp/wrap.go
2025-08-20T21:55:15.0799761Z [00:03:57.788]➜  cp $WORK/b1606/_pkg_.a /root/.cache/go-build/4f/4f8ab8ffa0f673b6bd24ab4dc460b00711731fc3071a65d3af6ac93b080ae650-d # internal
2025-08-20T21:55:15.0842290Z [00:03:57.793]➜  github.com/olekukonko/ll
2025-08-20T21:55:15.0849347Z [00:03:57.794]➜  mkdir -p $WORK/b1605/
2025-08-20T21:55:15.0850031Z [00:03:57.794]➜  cat >/tmp/go-build3999932643/b1605/importcfg << 'EOF' # internal
2025-08-20T21:55:15.0851416Z [00:03:57.794]➜  # import config
2025-08-20T21:55:15.0851796Z [00:03:57.794]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:15.0852259Z [00:03:57.794]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:55:15.0852739Z [00:03:57.794]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:15.0853187Z [00:03:57.794]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:15.0853905Z [00:03:57.794]➜  packagefile github.com/olekukonko/ll/lh=/tmp/go-build3999932643/b1606/_pkg_.a
2025-08-20T21:55:15.0854548Z [00:03:57.794]➜  packagefile github.com/olekukonko/ll/lx=/tmp/go-build3999932643/b1607/_pkg_.a
2025-08-20T21:55:15.0855025Z [00:03:57.794]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:15.0855425Z [00:03:57.794]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:55:15.0855827Z [00:03:57.794]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:15.0856237Z [00:03:57.794]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:15.0856659Z [00:03:57.794]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:15.0857090Z [00:03:57.794]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:15.0857654Z [00:03:57.794]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:15.0858235Z [00:03:57.794]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:15.0858670Z [00:03:57.794]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:15.0859102Z [00:03:57.794]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:15.0859405Z [00:03:57.794]➜  EOF
2025-08-20T21:55:15.0862363Z [00:03:57.794]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1605/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/ll@v0.0.9=>github.com/olekukonko/ll@v0.0.9;$WORK/b1605=>" -p github.com/olekukonko/ll -lang=go1.21 -complete -installsuffix shared -buildid Mi8GbgMfINfwjGN36iv-/Mi8GbgMfINfwjGN36iv- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1605/importcfg -pack /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.9/concat.go /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.9/conditional.go /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.9/field.go /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.9/global.go /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.9/lc.go /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.9/ll.go /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.9/middleware.go
2025-08-20T21:55:15.1239995Z [00:03:57.833]➜  go tool buildid -w $WORK/b1608/_pkg_.a # internal
2025-08-20T21:55:15.1243705Z [00:03:57.833]➜  cp $WORK/b1608/_pkg_.a /root/.cache/go-build/75/75916a50d43bc9e827d1fdb569e075143c14c1c34a9f8ffd32a04cf42e574f20-d # internal
2025-08-20T21:55:15.1280551Z [00:03:57.835]➜  github.com/julienschmidt/httprouter
2025-08-20T21:55:15.1283674Z [00:03:57.835]➜  mkdir -p $WORK/b1614/
2025-08-20T21:55:15.1284084Z [00:03:57.835]➜  cat >/tmp/go-build3999932643/b1614/importcfg << 'EOF' # internal
2025-08-20T21:55:15.1285761Z [00:03:57.835]➜  # import config
2025-08-20T21:55:15.1286420Z [00:03:57.835]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:15.1287564Z [00:03:57.835]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:15.1288612Z [00:03:57.835]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:15.1289126Z [00:03:57.835]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:55:15.1289590Z [00:03:57.835]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:55:15.1289926Z [00:03:57.835]➜  EOF
2025-08-20T21:55:15.1292373Z [00:03:57.837]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1614/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/julienschmidt/httprouter@v1.3.0=>github.com/julienschmidt/httprouter@v1.3.0;$WORK/b1614=>" -p github.com/julienschmidt/httprouter -lang=go1.7 -complete -installsuffix shared -buildid ZpZ5UfVNteoeK8TN3JKA/ZpZ5UfVNteoeK8TN3JKA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1614/importcfg -pack /root/go/pkg/mod/github.com/julienschmidt/httprouter@v1.3.0/path.go /root/go/pkg/mod/github.com/julienschmidt/httprouter@v1.3.0/router.go /root/go/pkg/mod/github.com/julienschmidt/httprouter@v1.3.0/tree.go
2025-08-20T21:55:15.2450451Z [00:03:57.954]➜  go tool buildid -w $WORK/b1614/_pkg_.a # internal
2025-08-20T21:55:15.2462109Z [00:03:57.955]➜  cp $WORK/b1614/_pkg_.a /root/.cache/go-build/da/da47fc1382dd64f6067f3ad7ce5c44f6a2a25e51e3b3cc13560ecea835558c4f-d # internal
2025-08-20T21:55:15.2462999Z [00:03:57.956]➜  github.com/projectdiscovery/nuclei/v3/pkg/testutils
2025-08-20T21:55:15.2463839Z [00:03:57.956]➜  mkdir -p $WORK/b1613/
2025-08-20T21:55:15.2474175Z [00:03:57.957]➜  cat >/tmp/go-build3999932643/b1613/importcfg << 'EOF' # internal
2025-08-20T21:55:15.2474675Z [00:03:57.957]➜  # import config
2025-08-20T21:55:15.2475028Z [00:03:57.957]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:15.2475473Z [00:03:57.957]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:55:15.2475939Z [00:03:57.957]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:15.2476386Z [00:03:57.957]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:15.2476802Z [00:03:57.957]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:15.2477311Z [00:03:57.957]➜  packagefile github.com/gobwas/ws=/tmp/go-build3999932643/b1346/_pkg_.a
2025-08-20T21:55:15.2478061Z [00:03:57.957]➜  packagefile github.com/julienschmidt/httprouter=/tmp/go-build3999932643/b1614/_pkg_.a
2025-08-20T21:55:15.2478672Z [00:03:57.957]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build3999932643/b247/_pkg_.a
2025-08-20T21:55:15.2479313Z [00:03:57.957]➜  packagefile github.com/projectdiscovery/gologger/levels=/tmp/go-build3999932643/b248/_pkg_.a
2025-08-20T21:55:15.2480375Z [00:03:57.957]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build3999932643/b620/_pkg_.a
2025-08-20T21:55:15.2481161Z [00:03:57.957]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/disk=/tmp/go-build3999932643/b1215/_pkg_.a
2025-08-20T21:55:15.2481911Z [00:03:57.957]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build3999932643/b714/_pkg_.a
2025-08-20T21:55:15.2482712Z [00:03:57.957]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity=/tmp/go-build3999932643/b653/_pkg_.a
2025-08-20T21:55:15.2483601Z [00:03:57.957]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:55:15.2484474Z [00:03:57.957]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/progress=/tmp/go-build3999932643/b1106/_pkg_.a
2025-08-20T21:55:15.2485246Z [00:03:57.957]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:15.2486096Z [00:03:57.957]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolinit=/tmp/go-build3999932643/b1226/_pkg_.a
2025-08-20T21:55:15.2487027Z [00:03:57.957]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:55:15.2488134Z [00:03:57.957]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build3999932643/b759/_pkg_.a
2025-08-20T21:55:15.2488916Z [00:03:57.957]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:15.2489636Z [00:03:57.957]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils=/tmp/go-build3999932643/b669/_pkg_.a
2025-08-20T21:55:15.2490311Z [00:03:57.957]➜  packagefile github.com/projectdiscovery/ratelimit=/tmp/go-build3999932643/b1213/_pkg_.a
2025-08-20T21:55:15.2490990Z [00:03:57.957]➜  packagefile github.com/projectdiscovery/utils/conversion=/tmp/go-build3999932643/b230/_pkg_.a
2025-08-20T21:55:15.2491657Z [00:03:57.957]➜  packagefile github.com/projectdiscovery/utils/unit=/tmp/go-build3999932643/b745/_pkg_.a
2025-08-20T21:55:15.2492227Z [00:03:57.957]➜  packagefile go.uber.org/multierr=/tmp/go-build3999932643/b335/_pkg_.a
2025-08-20T21:55:15.2492681Z [00:03:57.957]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:15.2493305Z [00:03:57.957]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:15.2493840Z [00:03:57.957]➜  packagefile net/http/httptest=/tmp/go-build3999932643/b614/_pkg_.a
2025-08-20T21:55:15.2494358Z [00:03:57.957]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:15.2494779Z [00:03:57.957]➜  packagefile os/exec=/tmp/go-build3999932643/b507/_pkg_.a
2025-08-20T21:55:15.2495197Z [00:03:57.957]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:15.2495621Z [00:03:57.957]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:15.2496034Z [00:03:57.957]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:15.2496340Z [00:03:57.957]➜  EOF
2025-08-20T21:55:15.2520651Z [00:03:57.957]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1613/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/testutils=>github.com/projectdiscovery/nuclei/v3/pkg/testutils;$WORK/b1613=>" -p github.com/projectdiscovery/nuclei/v3/pkg/testutils -lang=go1.24 -complete -installsuffix shared -buildid q38PUPt6E2M3SjxbWe9b/q38PUPt6E2M3SjxbWe9b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1613/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/testutils/integration.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/testutils/testutils.go
2025-08-20T21:55:15.4455430Z [00:03:58.155]➜  go tool buildid -w $WORK/b1605/_pkg_.a # internal
2025-08-20T21:55:15.4557278Z [00:03:58.165]➜  cp $WORK/b1605/_pkg_.a /root/.cache/go-build/78/78a29646bd6c6282bdcc4afa6292ca6760be90e9bd5e90d14e1e3421cce738c9-d # internal
2025-08-20T21:55:15.4666864Z [00:03:58.175]➜  github.com/olekukonko/tablewriter/tw
2025-08-20T21:55:15.4667416Z [00:03:58.175]➜  mkdir -p $WORK/b1611/
2025-08-20T21:55:15.4667884Z [00:03:58.175]➜  cat >/tmp/go-build3999932643/b1611/importcfg << 'EOF' # internal
2025-08-20T21:55:15.4668244Z [00:03:58.175]➜  # import config
2025-08-20T21:55:15.4668581Z [00:03:58.175]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:15.4669111Z [00:03:58.175]➜  packagefile github.com/olekukonko/errors=/tmp/go-build3999932643/b1604/_pkg_.a
2025-08-20T21:55:15.4669693Z [00:03:58.175]➜  packagefile github.com/olekukonko/ll=/tmp/go-build3999932643/b1605/_pkg_.a
2025-08-20T21:55:15.4670601Z [00:03:58.175]➜  packagefile github.com/olekukonko/tablewriter/pkg/twwidth=/tmp/go-build3999932643/b1609/_pkg_.a
2025-08-20T21:55:15.4671223Z [00:03:58.175]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:15.4671636Z [00:03:58.175]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:55:15.4672053Z [00:03:58.175]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:15.4672467Z [00:03:58.175]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:15.4672889Z [00:03:58.175]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:15.4673311Z [00:03:58.175]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:55:15.4673754Z [00:03:58.175]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:55:15.4674092Z [00:03:58.175]➜  EOF
2025-08-20T21:55:15.4680271Z [00:03:58.175]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1611/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tw=>github.com/olekukonko/tablewriter@v1.0.8/tw;$WORK/b1611=>" -p github.com/olekukonko/tablewriter/tw -lang=go1.21 -complete -installsuffix shared -buildid bg0lzgOB7RnzUAWeYwu3/bg0lzgOB7RnzUAWeYwu3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1611/importcfg -pack /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tw/cell.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tw/deprecated.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tw/fn.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tw/mapper.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tw/preset.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tw/renderer.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tw/slicer.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tw/state.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tw/symbols.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tw/tw.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tw/types.go
2025-08-20T21:55:15.5985848Z [00:03:58.308]➜  go tool buildid -w $WORK/b1505/_pkg_.a # internal
2025-08-20T21:55:15.6188607Z [00:03:58.328]➜  cp $WORK/b1505/_pkg_.a /root/.cache/go-build/9a/9af6c39961a09322b2e1dcc34ba31cc4aaaf2364fbd5a5d77cacce889d3623c0-d # internal
2025-08-20T21:55:15.6356217Z [00:03:58.345]➜  github.com/projectdiscovery/wappalyzergo
2025-08-20T21:55:15.6358017Z [00:03:58.345]➜  mkdir -p $WORK/b1615/
2025-08-20T21:55:15.6368709Z [00:03:58.346]➜  cat >/tmp/go-build3999932643/b1615/importcfg << 'EOF' # internal
2025-08-20T21:55:15.6371177Z [00:03:58.346]➜  # import config
2025-08-20T21:55:15.6371903Z [00:03:58.346]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:15.6372673Z [00:03:58.346]➜  packagefile embed=/tmp/go-build3999932643/b066/_pkg_.a
2025-08-20T21:55:15.6373791Z [00:03:58.346]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:15.6374337Z [00:03:58.346]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:15.6374820Z [00:03:58.346]➜  packagefile golang.org/x/net/html=/tmp/go-build3999932643/b198/_pkg_.a
2025-08-20T21:55:15.6375282Z [00:03:58.346]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:15.6376084Z [00:03:58.346]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:15.6376510Z [00:03:58.346]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:15.6376931Z [00:03:58.346]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:15.6377515Z [00:03:58.346]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:15.6377905Z [00:03:58.346]➜  EOF
2025-08-20T21:55:15.6401955Z [00:03:58.349]➜  cat >/tmp/go-build3999932643/b1615/embedcfg << 'EOF' # internal
2025-08-20T21:55:15.6402375Z [00:03:58.349]➜  {
2025-08-20T21:55:15.6402595Z [00:03:58.349]➜  	"Patterns": {
2025-08-20T21:55:15.6402865Z [00:03:58.349]➜  		"categories_data.json": [
2025-08-20T21:55:15.6403374Z [00:03:58.349]➜  			"categories_data.json"
2025-08-20T21:55:15.6403675Z [00:03:58.349]➜  		],
2025-08-20T21:55:15.6403930Z [00:03:58.349]➜  		"fingerprints_data.json": [
2025-08-20T21:55:15.6404228Z [00:03:58.349]➜  			"fingerprints_data.json"
2025-08-20T21:55:15.6404484Z [00:03:58.349]➜  		]
2025-08-20T21:55:15.6404706Z [00:03:58.349]➜  	},
2025-08-20T21:55:15.6404914Z [00:03:58.349]➜  	"Files": {
2025-08-20T21:55:15.6405457Z [00:03:58.349]➜  		"categories_data.json": "/root/go/pkg/mod/github.com/projectdiscovery/wappalyzergo@v0.2.36/categories_data.json",
2025-08-20T21:55:15.6406288Z [00:03:58.349]➜  		"fingerprints_data.json": "/root/go/pkg/mod/github.com/projectdiscovery/wappalyzergo@v0.2.36/fingerprints_data.json"
2025-08-20T21:55:15.6406796Z [00:03:58.349]➜  	}
2025-08-20T21:55:15.6406977Z [00:03:58.349]➜  }EOF
2025-08-20T21:55:15.6411308Z [00:03:58.349]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1615/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/wappalyzergo@v0.2.36=>github.com/projectdiscovery/wappalyzergo@v0.2.36;$WORK/b1615=>" -p github.com/projectdiscovery/wappalyzergo -lang=go1.23 -complete -installsuffix shared -buildid rlmhQ-TOyLdgfsuC7Sg4/rlmhQ-TOyLdgfsuC7Sg4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1615/importcfg -embedcfg $WORK/b1615/embedcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/wappalyzergo@v0.2.36/fingerprint_body.go /root/go/pkg/mod/github.com/projectdiscovery/wappalyzergo@v0.2.36/fingerprint_cookies.go /root/go/pkg/mod/github.com/projectdiscovery/wappalyzergo@v0.2.36/fingerprint_headers.go /root/go/pkg/mod/github.com/projectdiscovery/wappalyzergo@v0.2.36/fingerprints.go /root/go/pkg/mod/github.com/projectdiscovery/wappalyzergo@v0.2.36/fingerprints_data.go /root/go/pkg/mod/github.com/projectdiscovery/wappalyzergo@v0.2.36/patterns.go /root/go/pkg/mod/github.com/projectdiscovery/wappalyzergo@v0.2.36/tech.go
2025-08-20T21:55:15.8022863Z [00:03:58.511]➜  go tool buildid -w $WORK/b1615/_pkg_.a # internal
2025-08-20T21:55:15.8105541Z [00:03:58.520]➜  cp $WORK/b1615/_pkg_.a /root/.cache/go-build/bb/bbc8f44f875aa59ffef16d36f7b42924e18b552126885beae252a8364a917cd3-d # internal
2025-08-20T21:55:15.8141472Z [00:03:58.523]➜  go tool buildid -w $WORK/b1611/_pkg_.a # internal
2025-08-20T21:55:15.8149099Z [00:03:58.524]➜  github.com/felixge/fgprof
2025-08-20T21:55:15.8149715Z [00:03:58.524]➜  mkdir -p $WORK/b1617/
2025-08-20T21:55:15.8163496Z [00:03:58.526]➜  cat >/tmp/go-build3999932643/b1617/importcfg << 'EOF' # internal
2025-08-20T21:55:15.8164659Z [00:03:58.526]➜  # import config
2025-08-20T21:55:15.8165287Z [00:03:58.526]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:15.8166105Z [00:03:58.526]➜  packagefile github.com/google/pprof/profile=/tmp/go-build3999932643/b823/_pkg_.a
2025-08-20T21:55:15.8166882Z [00:03:58.526]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:15.8167759Z [00:03:58.526]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:55:15.8168439Z [00:03:58.526]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:15.8169181Z [00:03:58.526]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:15.8170177Z [00:03:58.526]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:15.8170967Z [00:03:58.526]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:15.8171406Z [00:03:58.526]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:15.8171828Z [00:03:58.526]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:15.8172134Z [00:03:58.526]➜  EOF
2025-08-20T21:55:15.8174226Z [00:03:58.526]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1617/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/felixge/fgprof@v0.9.5=>github.com/felixge/fgprof@v0.9.5;$WORK/b1617=>" -p github.com/felixge/fgprof -lang=go1.14 -complete -installsuffix shared -buildid eYALK33Me6dhQNdjBEBi/eYALK33Me6dhQNdjBEBi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1617/importcfg -pack /root/go/pkg/mod/github.com/felixge/fgprof@v0.9.5/fgprof.go /root/go/pkg/mod/github.com/felixge/fgprof@v0.9.5/handler.go
2025-08-20T21:55:15.8257325Z [00:03:58.535]➜  cp $WORK/b1611/_pkg_.a /root/.cache/go-build/93/93dd4e31fc5d33c8a63a183038303ea3ae7c75591777efd76380b7d93435fcd4-d # internal
2025-08-20T21:55:15.8331554Z [00:03:58.542]➜  github.com/olekukonko/tablewriter/renderer
2025-08-20T21:55:15.8332225Z [00:03:58.542]➜  mkdir -p $WORK/b1610/
2025-08-20T21:55:15.8336470Z [00:03:58.543]➜  cat >/tmp/go-build3999932643/b1610/importcfg << 'EOF' # internal
2025-08-20T21:55:15.8336839Z [00:03:58.543]➜  # import config
2025-08-20T21:55:15.8337183Z [00:03:58.543]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:15.8337796Z [00:03:58.543]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:15.8338280Z [00:03:58.543]➜  packagefile github.com/fatih/color=/tmp/go-build3999932643/b541/_pkg_.a
2025-08-20T21:55:15.8338824Z [00:03:58.543]➜  packagefile github.com/olekukonko/ll=/tmp/go-build3999932643/b1605/_pkg_.a
2025-08-20T21:55:15.8345474Z [00:03:58.543]➜  packagefile github.com/olekukonko/ll/lh=/tmp/go-build3999932643/b1606/_pkg_.a
2025-08-20T21:55:15.8346131Z [00:03:58.543]➜  packagefile github.com/olekukonko/tablewriter/pkg/twwidth=/tmp/go-build3999932643/b1609/_pkg_.a
2025-08-20T21:55:15.8346820Z [00:03:58.543]➜  packagefile github.com/olekukonko/tablewriter/tw=/tmp/go-build3999932643/b1611/_pkg_.a
2025-08-20T21:55:15.8347337Z [00:03:58.543]➜  packagefile html=/tmp/go-build3999932643/b175/_pkg_.a
2025-08-20T21:55:15.8347862Z [00:03:58.543]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:15.8348274Z [00:03:58.543]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:15.8348934Z [00:03:58.543]➜  EOF
2025-08-20T21:55:15.8353166Z [00:03:58.543]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1610/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/renderer=>github.com/olekukonko/tablewriter@v1.0.8/renderer;$WORK/b1610=>" -p github.com/olekukonko/tablewriter/renderer -lang=go1.21 -complete -installsuffix shared -buildid f55hRhlxe7ZSZF9VQfhF/f55hRhlxe7ZSZF9VQfhF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1610/importcfg -pack /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/renderer/blueprint.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/renderer/colorized.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/renderer/fn.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/renderer/html.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/renderer/junction.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/renderer/markdown.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/renderer/ocean.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/renderer/svg.go
2025-08-20T21:55:15.9021415Z [00:03:58.611]➜  go tool buildid -w $WORK/b1617/_pkg_.a # internal
2025-08-20T21:55:15.9037877Z [00:03:58.613]➜  cp $WORK/b1617/_pkg_.a /root/.cache/go-build/27/273144e29d70b1c31d9991494efd7918857bd2a009de28f9526c53d13f6edc01-d # internal
2025-08-20T21:55:15.9059188Z [00:03:58.615]➜  github.com/projectdiscovery/utils/pprof
2025-08-20T21:55:15.9059909Z [00:03:58.615]➜  mkdir -p $WORK/b1616/
2025-08-20T21:55:15.9068345Z [00:03:58.616]➜  cat >/tmp/go-build3999932643/b1616/importcfg << 'EOF' # internal
2025-08-20T21:55:15.9068915Z [00:03:58.616]➜  # import config
2025-08-20T21:55:15.9069399Z [00:03:58.616]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:15.9069950Z [00:03:58.616]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:15.9070570Z [00:03:58.616]➜  packagefile github.com/felixge/fgprof=/tmp/go-build3999932643/b1617/_pkg_.a
2025-08-20T21:55:15.9071328Z [00:03:58.616]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:15.9072370Z [00:03:58.616]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build3999932643/b182/_pkg_.a
2025-08-20T21:55:15.9073044Z [00:03:58.616]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:55:15.9073573Z [00:03:58.616]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:15.9074184Z [00:03:58.616]➜  packagefile net/http/pprof=/tmp/go-build3999932643/b1411/_pkg_.a
2025-08-20T21:55:15.9074725Z [00:03:58.616]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:15.9075251Z [00:03:58.616]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:15.9075805Z [00:03:58.616]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:15.9076341Z [00:03:58.616]➜  packagefile runtime/pprof=/tmp/go-build3999932643/b1413/_pkg_.a
2025-08-20T21:55:15.9076939Z [00:03:58.616]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:15.9077592Z [00:03:58.616]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:15.9078166Z [00:03:58.616]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:15.9078573Z [00:03:58.616]➜  EOF
2025-08-20T21:55:15.9089362Z [00:03:58.618]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1616/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/pprof=>github.com/projectdiscovery/utils@v0.4.23/pprof;$WORK/b1616=>" -p github.com/projectdiscovery/utils/pprof -lang=go1.24 -complete -installsuffix shared -buildid 3Em8lF_5LsF85XvvJvDh/3Em8lF_5LsF85XvvJvDh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1616/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/pprof/pprof.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/pprof/server.go
2025-08-20T21:55:16.0123880Z [00:03:58.721]➜  go tool buildid -w $WORK/b1616/_pkg_.a # internal
2025-08-20T21:55:16.0143164Z [00:03:58.723]➜  cp $WORK/b1616/_pkg_.a /root/.cache/go-build/01/017037d4636a61df0cbcee674548c79ab54d34478a99dff9a65964c42ceb8168-d # internal
2025-08-20T21:55:16.0149883Z [00:03:58.724]➜  github.com/remeh/sizedwaitgroup
2025-08-20T21:55:16.0169259Z [00:03:58.724]➜  mkdir -p $WORK/b1619/
2025-08-20T21:55:16.0184220Z [00:03:58.727]➜  cat >/tmp/go-build3999932643/b1619/importcfg << 'EOF' # internal
2025-08-20T21:55:16.0184656Z [00:03:58.727]➜  # import config
2025-08-20T21:55:16.0185004Z [00:03:58.727]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:16.0187322Z [00:03:58.727]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:55:16.0188155Z [00:03:58.727]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:16.0188470Z [00:03:58.727]➜  EOF
2025-08-20T21:55:16.0190376Z [00:03:58.728]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1619/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/remeh/sizedwaitgroup@v1.0.0=>github.com/remeh/sizedwaitgroup@v1.0.0;$WORK/b1619=>" -p github.com/remeh/sizedwaitgroup -lang=go1.16 -complete -installsuffix shared -buildid VkWZ6DCHjAayH7QKxsZC/VkWZ6DCHjAayH7QKxsZC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1619/importcfg -pack /root/go/pkg/mod/github.com/remeh/sizedwaitgroup@v1.0.0/sizedwaitgroup.go
2025-08-20T21:55:16.0461120Z [00:03:58.755]➜  go tool buildid -w $WORK/b1619/_pkg_.a # internal
2025-08-20T21:55:16.0468589Z [00:03:58.756]➜  cp $WORK/b1619/_pkg_.a /root/.cache/go-build/8a/8aa37abcabf46ce55b2a9c125956389c568f12880079b6a4b514d43a5fe12086-d # internal
2025-08-20T21:55:16.0478473Z [00:03:58.757]➜  github.com/projectdiscovery/utils/proxy
2025-08-20T21:55:16.0479863Z [00:03:58.757]➜  mkdir -p $WORK/b1618/
2025-08-20T21:55:16.0486127Z [00:03:58.758]➜  cat >/tmp/go-build3999932643/b1618/importcfg << 'EOF' # internal
2025-08-20T21:55:16.0487169Z [00:03:58.758]➜  # import config
2025-08-20T21:55:16.0487640Z [00:03:58.758]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:16.0488088Z [00:03:58.758]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:16.0488528Z [00:03:58.758]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:55:16.0489182Z [00:03:58.758]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:16.0489674Z [00:03:58.758]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:16.0490233Z [00:03:58.758]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:55:16.0490871Z [00:03:58.758]➜  packagefile github.com/remeh/sizedwaitgroup=/tmp/go-build3999932643/b1619/_pkg_.a
2025-08-20T21:55:16.0491364Z [00:03:58.758]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:16.0491762Z [00:03:58.758]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:16.0492178Z [00:03:58.758]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:16.0492614Z [00:03:58.758]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:16.0493044Z [00:03:58.758]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:16.0493467Z [00:03:58.758]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:16.0493774Z [00:03:58.758]➜  EOF
2025-08-20T21:55:16.0496020Z [00:03:58.758]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1618/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/proxy=>github.com/projectdiscovery/utils@v0.4.23/proxy;$WORK/b1618=>" -p github.com/projectdiscovery/utils/proxy -lang=go1.24 -complete -installsuffix shared -buildid vvOHuqII40QHScmviK-2/vvOHuqII40QHScmviK-2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1618/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/proxy/burp.go /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/proxy/proxy.go
2025-08-20T21:55:16.1246985Z [00:03:58.834]➜  go tool buildid -w $WORK/b1618/_pkg_.a # internal
2025-08-20T21:55:16.1248242Z [00:03:58.834]➜  cp $WORK/b1618/_pkg_.a /root/.cache/go-build/dd/dd924a55bed89600ccf03d442fe5bb06a4bf61224e9529e1b86db52ca434e641-d # internal
2025-08-20T21:55:16.1275239Z [00:03:58.837]➜  github.com/DataDog/gostackparse
2025-08-20T21:55:16.1278283Z [00:03:58.837]➜  mkdir -p $WORK/b1621/
2025-08-20T21:55:16.1281595Z [00:03:58.837]➜  cat >/tmp/go-build3999932643/b1621/importcfg << 'EOF' # internal
2025-08-20T21:55:16.1285296Z [00:03:58.837]➜  # import config
2025-08-20T21:55:16.1287536Z [00:03:58.837]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:16.1289416Z [00:03:58.837]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:16.1290175Z [00:03:58.837]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:16.1290997Z [00:03:58.837]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:16.1292054Z [00:03:58.837]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:16.1292553Z [00:03:58.837]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:16.1292998Z [00:03:58.837]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:16.1293427Z [00:03:58.837]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:16.1293734Z [00:03:58.837]➜  EOF
2025-08-20T21:55:16.1295590Z [00:03:58.837]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1621/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!data!dog/gostackparse@v0.7.0=>github.com/DataDog/gostackparse@v0.7.0;$WORK/b1621=>" -p github.com/DataDog/gostackparse -lang=go1.16 -complete -installsuffix shared -buildid B1W0kvU48q0uw8wovXEZ/B1W0kvU48q0uw8wovXEZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1621/importcfg -pack /root/go/pkg/mod/github.com/!data!dog/gostackparse@v0.7.0/gostackparse.go
2025-08-20T21:55:16.1829205Z [00:03:58.892]➜  go tool buildid -w $WORK/b1621/_pkg_.a # internal
2025-08-20T21:55:16.1842952Z [00:03:58.893]➜  cp $WORK/b1621/_pkg_.a /root/.cache/go-build/76/76a08bd26bcd8a31b764ae53df1ce141b67d4d3f993034a220de65117d1106ba-d # internal
2025-08-20T21:55:16.1844398Z [00:03:58.894]➜  github.com/projectdiscovery/nuclei/v3/pkg/utils/monitor
2025-08-20T21:55:16.1845063Z [00:03:58.894]➜  mkdir -p $WORK/b1620/
2025-08-20T21:55:16.1845530Z [00:03:58.894]➜  cat >/tmp/go-build3999932643/b1620/importcfg << 'EOF' # internal
2025-08-20T21:55:16.1845883Z [00:03:58.894]➜  # import config
2025-08-20T21:55:16.1846231Z [00:03:58.894]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:16.1846654Z [00:03:58.894]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:16.1847073Z [00:03:58.894]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:16.1847760Z [00:03:58.894]➜  packagefile github.com/DataDog/gostackparse=/tmp/go-build3999932643/b1621/_pkg_.a
2025-08-20T21:55:16.1848453Z [00:03:58.894]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:16.1849154Z [00:03:58.894]➜  packagefile github.com/projectdiscovery/utils/permission=/tmp/go-build3999932643/b237/_pkg_.a
2025-08-20T21:55:16.1849827Z [00:03:58.894]➜  packagefile github.com/projectdiscovery/utils/unit=/tmp/go-build3999932643/b745/_pkg_.a
2025-08-20T21:55:16.1850388Z [00:03:58.894]➜  packagefile github.com/rs/xid=/tmp/go-build3999932643/b608/_pkg_.a
2025-08-20T21:55:16.1850831Z [00:03:58.894]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:16.1851249Z [00:03:58.894]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:16.1851674Z [00:03:58.894]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:16.1852086Z [00:03:58.894]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:16.1852489Z [00:03:58.894]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:16.1852793Z [00:03:58.894]➜  EOF
2025-08-20T21:55:16.1855072Z [00:03:58.894]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1620/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/monitor=>github.com/projectdiscovery/nuclei/v3/pkg/utils/monitor;$WORK/b1620=>" -p github.com/projectdiscovery/nuclei/v3/pkg/utils/monitor -lang=go1.24 -complete -installsuffix shared -buildid Q6L--9_TYsmXcD-KawjN/Q6L--9_TYsmXcD-KawjN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1620/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/monitor/monitor.go
2025-08-20T21:55:16.2188289Z [00:03:58.928]➜  go tool buildid -w $WORK/b1613/_pkg_.a # internal
2025-08-20T21:55:16.2403657Z [00:03:58.950]➜  go tool buildid -w $WORK/b1620/_pkg_.a # internal
2025-08-20T21:55:16.2407144Z [00:03:58.950]➜  cp $WORK/b1620/_pkg_.a /root/.cache/go-build/cd/cd97bea49ba01529987d5c27e970beee9f0218f6da61517661ca940253091cbf-d # internal
2025-08-20T21:55:16.2547695Z [00:03:58.963]➜  cp $WORK/b1613/_pkg_.a /root/.cache/go-build/ce/ce002f285cb79a6f71144e7546663f7cae4f81e661879048930219205a52ffd1-d # internal
2025-08-20T21:55:16.2548560Z [00:03:58.963]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/automaticscan
2025-08-20T21:55:16.2549000Z [00:03:58.963]➜  mkdir -p $WORK/b1612/
2025-08-20T21:55:16.2549396Z [00:03:58.963]➜  cat >/tmp/go-build3999932643/b1612/importcfg << 'EOF' # internal
2025-08-20T21:55:16.2549750Z [00:03:58.963]➜  # import config
2025-08-20T21:55:16.2550105Z [00:03:58.963]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:16.2550944Z [00:03:58.964]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build3999932643/b247/_pkg_.a
2025-08-20T21:55:16.2551495Z [00:03:58.964]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:16.2552075Z [00:03:58.964]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:16.2552797Z [00:03:58.964]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build3999932643/b620/_pkg_.a
2025-08-20T21:55:16.2553595Z [00:03:58.964]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/loader=/tmp/go-build3999932643/b1094/_pkg_.a
2025-08-20T21:55:16.2554352Z [00:03:58.964]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/core=/tmp/go-build3999932643/b1365/_pkg_.a
2025-08-20T21:55:16.2555226Z [00:03:58.964]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/provider=/tmp/go-build3999932643/b1366/_pkg_.a
2025-08-20T21:55:16.2556060Z [00:03:58.964]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:55:16.2556807Z [00:03:58.964]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:16.2557789Z [00:03:58.964]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build3999932643/b760/_pkg_.a
2025-08-20T21:55:16.2558787Z [00:03:58.964]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/writer=/tmp/go-build3999932643/b1116/_pkg_.a
2025-08-20T21:55:16.2559741Z [00:03:58.964]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httpclientpool=/tmp/go-build3999932643/b1227/_pkg_.a
2025-08-20T21:55:16.2560673Z [00:03:58.964]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils/http=/tmp/go-build3999932643/b1210/_pkg_.a
2025-08-20T21:55:16.2561453Z [00:03:58.964]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/scan=/tmp/go-build3999932643/b1212/_pkg_.a
2025-08-20T21:55:16.2562194Z [00:03:58.964]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates=/tmp/go-build3999932643/b1214/_pkg_.a
2025-08-20T21:55:16.2562946Z [00:03:58.964]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/testutils=/tmp/go-build3999932643/b1613/_pkg_.a
2025-08-20T21:55:16.2563679Z [00:03:58.964]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:16.2564386Z [00:03:58.964]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:55:16.2565365Z [00:03:58.964]➜  packagefile github.com/projectdiscovery/useragent=/tmp/go-build3999932643/b700/_pkg_.a
2025-08-20T21:55:16.2588314Z [00:03:58.964]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:55:16.2589035Z [00:03:58.964]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build3999932643/b190/_pkg_.a
2025-08-20T21:55:16.2589712Z [00:03:58.964]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:55:16.2590388Z [00:03:58.964]➜  packagefile github.com/projectdiscovery/utils/sync=/tmp/go-build3999932643/b1081/_pkg_.a
2025-08-20T21:55:16.2591037Z [00:03:58.964]➜  packagefile github.com/projectdiscovery/utils/unit=/tmp/go-build3999932643/b745/_pkg_.a
2025-08-20T21:55:16.2591700Z [00:03:58.964]➜  packagefile github.com/projectdiscovery/wappalyzergo=/tmp/go-build3999932643/b1615/_pkg_.a
2025-08-20T21:55:16.2592282Z [00:03:58.964]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build3999932643/b650/_pkg_.a
2025-08-20T21:55:16.2592734Z [00:03:58.964]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:16.2593153Z [00:03:58.964]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:16.2593565Z [00:03:58.964]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:16.2594000Z [00:03:58.964]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:16.2594823Z [00:03:58.964]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:16.2595241Z [00:03:58.964]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:16.2595676Z [00:03:58.964]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:16.2596001Z [00:03:58.964]➜  EOF
2025-08-20T21:55:16.2599277Z [00:03:58.964]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1612/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/automaticscan=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/automaticscan;$WORK/b1612=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/automaticscan -lang=go1.24 -complete -installsuffix shared -buildid LBxq1UmvmjOZ9azgFl9p/LBxq1UmvmjOZ9azgFl9p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1612/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/automaticscan/automaticscan.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/automaticscan/doc.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/automaticscan/util.go
2025-08-20T21:55:16.3843108Z [00:03:59.093]➜  go tool buildid -w $WORK/b1610/_pkg_.a # internal
2025-08-20T21:55:16.3920890Z [00:03:59.101]➜  cp $WORK/b1610/_pkg_.a /root/.cache/go-build/44/440c9e2d365fa2fdb2d1c3c06f369d05a00c0408415f243ca678e1a4feb8f3ce-d # internal
2025-08-20T21:55:16.3994000Z [00:03:59.109]➜  github.com/olekukonko/tablewriter
2025-08-20T21:55:16.4019944Z [00:03:59.111]➜  mkdir -p $WORK/b1603/
2025-08-20T21:55:16.4024385Z [00:03:59.112]➜  cat >/tmp/go-build3999932643/b1603/importcfg << 'EOF' # internal
2025-08-20T21:55:16.4025376Z [00:03:59.112]➜  # import config
2025-08-20T21:55:16.4026396Z [00:03:59.112]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:16.4026905Z [00:03:59.112]➜  packagefile database/sql=/tmp/go-build3999932643/b837/_pkg_.a
2025-08-20T21:55:16.4027521Z [00:03:59.112]➜  packagefile encoding/csv=/tmp/go-build3999932643/b621/_pkg_.a
2025-08-20T21:55:16.4028032Z [00:03:59.112]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:16.4028540Z [00:03:59.112]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3999932643/b501/_pkg_.a
2025-08-20T21:55:16.4029117Z [00:03:59.112]➜  packagefile github.com/olekukonko/errors=/tmp/go-build3999932643/b1604/_pkg_.a
2025-08-20T21:55:16.4029681Z [00:03:59.112]➜  packagefile github.com/olekukonko/ll=/tmp/go-build3999932643/b1605/_pkg_.a
2025-08-20T21:55:16.4030237Z [00:03:59.112]➜  packagefile github.com/olekukonko/ll/lh=/tmp/go-build3999932643/b1606/_pkg_.a
2025-08-20T21:55:16.4031356Z [00:03:59.112]➜  packagefile github.com/olekukonko/tablewriter/pkg/twwarp=/tmp/go-build3999932643/b1608/_pkg_.a
2025-08-20T21:55:16.4032178Z [00:03:59.112]➜  packagefile github.com/olekukonko/tablewriter/pkg/twwidth=/tmp/go-build3999932643/b1609/_pkg_.a
2025-08-20T21:55:16.4032884Z [00:03:59.112]➜  packagefile github.com/olekukonko/tablewriter/renderer=/tmp/go-build3999932643/b1610/_pkg_.a
2025-08-20T21:55:16.4033542Z [00:03:59.112]➜  packagefile github.com/olekukonko/tablewriter/tw=/tmp/go-build3999932643/b1611/_pkg_.a
2025-08-20T21:55:16.4034061Z [00:03:59.112]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:16.4034466Z [00:03:59.112]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:55:16.4034867Z [00:03:59.112]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:16.4035279Z [00:03:59.112]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:16.4035710Z [00:03:59.112]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:16.4036140Z [00:03:59.112]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:16.4036564Z [00:03:59.112]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:16.4036985Z [00:03:59.112]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:16.4037293Z [00:03:59.112]➜  EOF
2025-08-20T21:55:16.4041057Z [00:03:59.112]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1603/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8=>github.com/olekukonko/tablewriter@v1.0.8;$WORK/b1603=>" -p github.com/olekukonko/tablewriter -lang=go1.21 -complete -installsuffix shared -buildid ia2Zq_PD1o5i57CZAfDa/ia2Zq_PD1o5i57CZAfDa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1603/importcfg -pack /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/config.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/csv.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/deprecated.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/option.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/stream.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tablewriter.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/zoo.go
2025-08-20T21:55:17.2753299Z [00:03:59.985]➜  go tool buildid -w $WORK/b1612/_pkg_.a # internal
2025-08-20T21:55:17.3075867Z [00:04:00.017]➜  cp $WORK/b1612/_pkg_.a /root/.cache/go-build/27/2774bd76b00e0fdfac059e6f11dc5c9a14f490c811be21231cab5c6176526cb8-d # internal
2025-08-20T21:55:17.3338803Z [00:04:00.043]➜  go tool buildid -w $WORK/b1603/_pkg_.a # internal
2025-08-20T21:55:17.3459507Z [00:04:00.055]➜  cp $WORK/b1603/_pkg_.a /root/.cache/go-build/a1/a1f968ef3948e81131d22ca6cbc3e2936e25fdb438df6d4e84d8bec0475f0bc7-d # internal
2025-08-20T21:55:18.0916206Z [00:04:00.801]➜  go tool buildid -w $WORK/b1486/_pkg_.a # internal
2025-08-20T21:55:18.1443265Z [00:04:00.854]➜  cp $WORK/b1486/_pkg_.a /root/.cache/go-build/60/60c4821b5b4c89b2c5cda8deb748cb8b9d1ec13163e5e18dcbbd2f39219e90f9-d # internal
2025-08-20T21:55:18.1472601Z [00:04:00.857]➜  github.com/aws/aws-sdk-go-v2/feature/s3/manager
2025-08-20T21:55:18.1472985Z [00:04:00.857]➜  mkdir -p $WORK/b1483/
2025-08-20T21:55:18.1476593Z [00:04:00.857]➜  cat >/tmp/go-build3999932643/b1483/importcfg << 'EOF' # internal
2025-08-20T21:55:18.1476988Z [00:04:00.857]➜  # import config
2025-08-20T21:55:18.1477330Z [00:04:00.857]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:18.1477973Z [00:04:00.857]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:18.1478396Z [00:04:00.857]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:18.1478819Z [00:04:00.857]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:18.1479231Z [00:04:00.857]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:18.1479736Z [00:04:00.857]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:55:18.1480732Z [00:04:00.857]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build3999932643/b1484/_pkg_.a
2025-08-20T21:55:18.1481446Z [00:04:00.857]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3999932643/b1249/_pkg_.a
2025-08-20T21:55:18.1482122Z [00:04:00.857]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/awsutil=/tmp/go-build3999932643/b1485/_pkg_.a
2025-08-20T21:55:18.1482809Z [00:04:00.857]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3999932643/b1262/_pkg_.a
2025-08-20T21:55:18.1483480Z [00:04:00.857]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/tmp/go-build3999932643/b1269/_pkg_.a
2025-08-20T21:55:18.1484125Z [00:04:00.857]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3=/tmp/go-build3999932643/b1486/_pkg_.a
2025-08-20T21:55:18.1484776Z [00:04:00.857]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/types=/tmp/go-build3999932643/b1499/_pkg_.a
2025-08-20T21:55:18.1485418Z [00:04:00.857]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3999932643/b1239/_pkg_.a
2025-08-20T21:55:18.1486027Z [00:04:00.857]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:55:18.1486666Z [00:04:00.857]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3999932643/b1240/_pkg_.a
2025-08-20T21:55:18.1487176Z [00:04:00.857]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:18.1487967Z [00:04:00.857]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:18.1488390Z [00:04:00.857]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:18.1488807Z [00:04:00.857]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:18.1489233Z [00:04:00.857]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:18.1489650Z [00:04:00.857]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:18.1489961Z [00:04:00.857]➜  EOF
2025-08-20T21:55:18.1496356Z [00:04:00.857]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1483/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.82=>github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.82;$WORK/b1483=>" -p github.com/aws/aws-sdk-go-v2/feature/s3/manager -lang=go1.22 -complete -installsuffix shared -buildid IHlckXBk_fhLT41w3JxJ/IHlckXBk_fhLT41w3JxJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1483/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.82/api.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.82/arn.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.82/bucket_region.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.82/buffered_read_seeker.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.82/default_read_seeker_write_to.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.82/default_writer_read_from.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.82/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.82/download.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.82/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.82/pool.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.82/read_seeker_write_to.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.82/types.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.82/upload.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.82/writer_read_from.go
2025-08-20T21:55:18.2341663Z [00:04:00.943]➜  go tool buildid -w $WORK/b1483/_pkg_.a # internal
2025-08-20T21:55:18.2367163Z [00:04:00.946]➜  cp $WORK/b1483/_pkg_.a /root/.cache/go-build/da/da2db2c399b2565960d34c1533f136df025f81fb175bc49bb53ead4eb4a99e1d-d # internal
2025-08-20T21:55:18.2373309Z [00:04:00.946]➜  github.com/projectdiscovery/nuclei/v3/pkg/external/customtemplates
2025-08-20T21:55:18.2374027Z [00:04:00.946]➜  mkdir -p $WORK/b1414/
2025-08-20T21:55:18.2374494Z [00:04:00.946]➜  cat >/tmp/go-build3999932643/b1414/importcfg << 'EOF' # internal
2025-08-20T21:55:18.2374850Z [00:04:00.946]➜  # import config
2025-08-20T21:55:18.2375187Z [00:04:00.946]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:18.2375622Z [00:04:00.946]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:18.2376072Z [00:04:00.946]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:18.2376515Z [00:04:00.946]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:18.2377090Z [00:04:00.946]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azidentity=/tmp/go-build3999932643/b1415/_pkg_.a
2025-08-20T21:55:18.2378028Z [00:04:00.946]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob=/tmp/go-build3999932643/b1469/_pkg_.a
2025-08-20T21:55:18.2378704Z [00:04:00.946]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:55:18.2379306Z [00:04:00.946]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build3999932643/b1255/_pkg_.a
2025-08-20T21:55:18.2379930Z [00:04:00.946]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build3999932643/b1257/_pkg_.a
2025-08-20T21:55:18.2380851Z [00:04:00.946]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/s3/manager=/tmp/go-build3999932643/b1483/_pkg_.a
2025-08-20T21:55:18.2381525Z [00:04:00.946]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3=/tmp/go-build3999932643/b1486/_pkg_.a
2025-08-20T21:55:18.2382114Z [00:04:00.946]➜  packagefile github.com/go-git/go-git/v5=/tmp/go-build3999932643/b1505/_pkg_.a
2025-08-20T21:55:18.2382762Z [00:04:00.946]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/http=/tmp/go-build3999932643/b1594/_pkg_.a
2025-08-20T21:55:18.2383434Z [00:04:00.946]➜  packagefile github.com/google/go-github/github=/tmp/go-build3999932643/b1192/_pkg_.a
2025-08-20T21:55:18.2384012Z [00:04:00.946]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:18.2384743Z [00:04:00.946]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:18.2385526Z [00:04:00.947]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build3999932643/b620/_pkg_.a
2025-08-20T21:55:18.2386286Z [00:04:00.947]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:18.2386976Z [00:04:00.947]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:55:18.2387798Z [00:04:00.947]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:55:18.2388465Z [00:04:00.947]➜  packagefile github.com/projectdiscovery/utils/folder=/tmp/go-build3999932643/b221/_pkg_.a
2025-08-20T21:55:18.2389142Z [00:04:00.947]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:55:18.2389790Z [00:04:00.947]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3999932643/b1194/_pkg_.a
2025-08-20T21:55:18.2390355Z [00:04:00.947]➜  packagefile golang.org/x/oauth2=/tmp/go-build3999932643/b573/_pkg_.a
2025-08-20T21:55:18.2390824Z [00:04:00.947]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:18.2391237Z [00:04:00.947]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:18.2391672Z [00:04:00.947]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:18.2392119Z [00:04:00.947]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:18.2392430Z [00:04:00.947]➜  EOF
2025-08-20T21:55:18.2395945Z [00:04:00.947]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1414/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/external/customtemplates=>github.com/projectdiscovery/nuclei/v3/pkg/external/customtemplates;$WORK/b1414=>" -p github.com/projectdiscovery/nuclei/v3/pkg/external/customtemplates -lang=go1.24 -complete -installsuffix shared -buildid Oawgbf7EU_Xa26oWQmap/Oawgbf7EU_Xa26oWQmap -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1414/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/external/customtemplates/azure_blob.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/external/customtemplates/github.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/external/customtemplates/gitlab.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/external/customtemplates/s3.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/external/customtemplates/templates_provider.go
2025-08-20T21:55:18.3814118Z [00:04:01.091]➜  go tool buildid -w $WORK/b1414/_pkg_.a # internal
2025-08-20T21:55:18.3858530Z [00:04:01.095]➜  cp $WORK/b1414/_pkg_.a /root/.cache/go-build/4a/4a0c517dbedd7754398d72e384d6da6cb4339ce07fc88a5bd7f0b0d9d76590d3-d # internal
2025-08-20T21:55:18.3859836Z [00:04:01.095]➜  github.com/projectdiscovery/nuclei/v3/pkg/installer
2025-08-20T21:55:18.3860212Z [00:04:01.095]➜  mkdir -p $WORK/b1602/
2025-08-20T21:55:18.3862472Z [00:04:01.096]➜  cat >/tmp/go-build3999932643/b1602/importcfg << 'EOF' # internal
2025-08-20T21:55:18.3862886Z [00:04:01.096]➜  # import config
2025-08-20T21:55:18.3863233Z [00:04:01.096]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:18.3863653Z [00:04:01.096]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:18.3864386Z [00:04:01.096]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:18.3864831Z [00:04:01.096]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:55:18.3865258Z [00:04:01.096]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:18.3865766Z [00:04:01.096]➜  packagefile github.com/Masterminds/semver/v3=/tmp/go-build3999932643/b479/_pkg_.a
2025-08-20T21:55:18.3866369Z [00:04:01.096]➜  packagefile github.com/charmbracelet/glamour=/tmp/go-build3999932643/b480/_pkg_.a
2025-08-20T21:55:18.3866993Z [00:04:01.096]➜  packagefile github.com/olekukonko/tablewriter=/tmp/go-build3999932643/b1603/_pkg_.a
2025-08-20T21:55:18.3868122Z [00:04:01.096]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:18.3869721Z [00:04:01.096]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build3999932643/b620/_pkg_.a
2025-08-20T21:55:18.3870652Z [00:04:01.096]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/external/customtemplates=/tmp/go-build3999932643/b1414/_pkg_.a
2025-08-20T21:55:18.3871486Z [00:04:01.096]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:55:18.3872220Z [00:04:01.096]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:55:18.3872910Z [00:04:01.096]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:55:18.3873579Z [00:04:01.096]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:55:18.3874254Z [00:04:01.096]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:55:18.3875067Z [00:04:01.096]➜  packagefile github.com/projectdiscovery/utils/update=/tmp/go-build3999932643/b477/_pkg_.a
2025-08-20T21:55:18.3875651Z [00:04:01.096]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:18.3876070Z [00:04:01.096]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:55:18.3876502Z [00:04:01.096]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:18.3876931Z [00:04:01.096]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:18.3877337Z [00:04:01.096]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:18.3877992Z [00:04:01.096]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:18.3878731Z [00:04:01.096]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:18.3879261Z [00:04:01.096]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:18.3879729Z [00:04:01.096]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:18.3880143Z [00:04:01.096]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:18.3880448Z [00:04:01.096]➜  EOF
2025-08-20T21:55:18.3883027Z [00:04:01.096]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1602/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/installer=>github.com/projectdiscovery/nuclei/v3/pkg/installer;$WORK/b1602=>" -p github.com/projectdiscovery/nuclei/v3/pkg/installer -lang=go1.24 -complete -installsuffix shared -buildid ECmzeM98d9bj4rx2zlfM/ECmzeM98d9bj4rx2zlfM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1602/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/installer/doc.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/installer/template.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/installer/util.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/installer/versioncheck.go
2025-08-20T21:55:18.6304606Z [00:04:01.340]➜  go tool buildid -w $WORK/b1602/_pkg_.a # internal
2025-08-20T21:55:18.6382500Z [00:04:01.348]➜  cp $WORK/b1602/_pkg_.a /root/.cache/go-build/d1/d1d7340b6e4a3aac4c2789c7183801ad98e395a741389073e0d5b36a8e1f0fbb-d # internal
2025-08-20T21:55:18.6384476Z [00:04:01.348]➜  github.com/projectdiscovery/nuclei/v3/internal/runner
2025-08-20T21:55:18.6385166Z [00:04:01.348]➜  mkdir -p $WORK/b763/
2025-08-20T21:55:18.6389300Z [00:04:01.348]➜  cat >/tmp/go-build3999932643/b763/importcfg << 'EOF' # internal
2025-08-20T21:55:18.6390575Z [00:04:01.348]➜  # import config
2025-08-20T21:55:18.6390995Z [00:04:01.348]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:18.6391432Z [00:04:01.348]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:18.6391860Z [00:04:01.348]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:18.6392304Z [00:04:01.348]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:18.6392829Z [00:04:01.348]➜  packagefile github.com/alecthomas/chroma/quick=/tmp/go-build3999932643/b764/_pkg_.a
2025-08-20T21:55:18.6393701Z [00:04:01.348]➜  packagefile github.com/go-playground/validator/v10=/tmp/go-build3999932643/b798/_pkg_.a
2025-08-20T21:55:18.6394375Z [00:04:01.348]➜  packagefile github.com/json-iterator/go=/tmp/go-build3999932643/b243/_pkg_.a
2025-08-20T21:55:18.6394958Z [00:04:01.348]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build3999932643/b247/_pkg_.a
2025-08-20T21:55:18.6395501Z [00:04:01.348]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:18.6396079Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/goflags=/tmp/go-build3999932643/b065/_pkg_.a
2025-08-20T21:55:18.6396713Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:18.6397663Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/gologger/formatter=/tmp/go-build3999932643/b242/_pkg_.a
2025-08-20T21:55:18.6398446Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/gologger/levels=/tmp/go-build3999932643/b248/_pkg_.a
2025-08-20T21:55:18.6399147Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/hmap/store/hybrid=/tmp/go-build3999932643/b410/_pkg_.a
2025-08-20T21:55:18.6399857Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/httpx/common/httpx=/tmp/go-build3999932643/b671/_pkg_.a
2025-08-20T21:55:18.6400626Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/colorizer=/tmp/go-build3999932643/b652/_pkg_.a
2025-08-20T21:55:18.6401405Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/httpapi=/tmp/go-build3999932643/b810/_pkg_.a
2025-08-20T21:55:18.6402168Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/pdcp=/tmp/go-build3999932643/b619/_pkg_.a
2025-08-20T21:55:18.6403193Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/server=/tmp/go-build3999932643/b1082/_pkg_.a
2025-08-20T21:55:18.6404081Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/authprovider=/tmp/go-build3999932643/b1097/_pkg_.a
2025-08-20T21:55:18.6404946Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/authprovider/authx=/tmp/go-build3999932643/b1098/_pkg_.a
2025-08-20T21:55:18.6405726Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog=/tmp/go-build3999932643/b711/_pkg_.a
2025-08-20T21:55:18.6406490Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build3999932643/b620/_pkg_.a
2025-08-20T21:55:18.6407264Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/disk=/tmp/go-build3999932643/b1215/_pkg_.a
2025-08-20T21:55:18.6408235Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/loader=/tmp/go-build3999932643/b1094/_pkg_.a
2025-08-20T21:55:18.6409003Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/core=/tmp/go-build3999932643/b1365/_pkg_.a
2025-08-20T21:55:18.6409919Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/external/customtemplates=/tmp/go-build3999932643/b1414/_pkg_.a
2025-08-20T21:55:18.6410816Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/frequency=/tmp/go-build3999932643/b1099/_pkg_.a
2025-08-20T21:55:18.6411783Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/stats=/tmp/go-build3999932643/b1101/_pkg_.a
2025-08-20T21:55:18.6412528Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input=/tmp/go-build3999932643/b1103/_pkg_.a
2025-08-20T21:55:18.6413288Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/provider=/tmp/go-build3999932643/b1366/_pkg_.a
2025-08-20T21:55:18.6414059Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/installer=/tmp/go-build3999932643/b1602/_pkg_.a
2025-08-20T21:55:18.6414838Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/loader/parser=/tmp/go-build3999932643/b1105/_pkg_.a
2025-08-20T21:55:18.6415632Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/loader/workflow=/tmp/go-build3999932643/b1410/_pkg_.a
2025-08-20T21:55:18.6416391Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:55:18.6417144Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output/stats=/tmp/go-build3999932643/b757/_pkg_.a
2025-08-20T21:55:18.6418104Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/progress=/tmp/go-build3999932643/b1106/_pkg_.a
2025-08-20T21:55:18.6418869Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/projectfile=/tmp/go-build3999932643/b1109/_pkg_.a
2025-08-20T21:55:18.6419630Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:18.6420492Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/automaticscan=/tmp/go-build3999932643/b1612/_pkg_.a
2025-08-20T21:55:18.6421416Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build3999932643/b760/_pkg_.a
2025-08-20T21:55:18.6422322Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build3999932643/b752/_pkg_.a
2025-08-20T21:55:18.6423252Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/globalmatchers=/tmp/go-build3999932643/b1110/_pkg_.a
2025-08-20T21:55:18.6424196Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/writer=/tmp/go-build3999932643/b1116/_pkg_.a
2025-08-20T21:55:18.6425181Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/hosterrorscache=/tmp/go-build3999932643/b1111/_pkg_.a
2025-08-20T21:55:18.6426548Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh=/tmp/go-build3999932643/b1114/_pkg_.a
2025-08-20T21:55:18.6427704Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolinit=/tmp/go-build3999932643/b1226/_pkg_.a
2025-08-20T21:55:18.6428689Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:55:18.6429608Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/replacer=/tmp/go-build3999932643/b749/_pkg_.a
2025-08-20T21:55:18.6430493Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/uncover=/tmp/go-build3999932643/b1391/_pkg_.a
2025-08-20T21:55:18.6431437Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/excludematchers=/tmp/go-build3999932643/b756/_pkg_.a
2025-08-20T21:55:18.6432459Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build3999932643/b1078/_pkg_.a
2025-08-20T21:55:18.6433491Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/headless/engine=/tmp/go-build3999932643/b1209/_pkg_.a
2025-08-20T21:55:18.6434411Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http=/tmp/go-build3999932643/b1328/_pkg_.a
2025-08-20T21:55:18.6435461Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httpclientpool=/tmp/go-build3999932643/b1227/_pkg_.a
2025-08-20T21:55:18.6436301Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting=/tmp/go-build3999932643/b1117/_pkg_.a
2025-08-20T21:55:18.6437163Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/jsonexporter=/tmp/go-build3999932643/b1120/_pkg_.a
2025-08-20T21:55:18.6438288Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/jsonl=/tmp/go-build3999932643/b1121/_pkg_.a
2025-08-20T21:55:18.6439201Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown=/tmp/go-build3999932643/b1122/_pkg_.a
2025-08-20T21:55:18.6440102Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/sarif=/tmp/go-build3999932643/b1177/_pkg_.a
2025-08-20T21:55:18.6440899Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/scan=/tmp/go-build3999932643/b1212/_pkg_.a
2025-08-20T21:55:18.6441647Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/scan/events=/tmp/go-build3999932643/b1356/_pkg_.a
2025-08-20T21:55:18.6442403Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates=/tmp/go-build3999932643/b1214/_pkg_.a
2025-08-20T21:55:18.6443207Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/extensions=/tmp/go-build3999932643/b622/_pkg_.a
2025-08-20T21:55:18.6443991Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:18.6444712Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils=/tmp/go-build3999932643/b669/_pkg_.a
2025-08-20T21:55:18.6445448Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:55:18.6446210Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/stats=/tmp/go-build3999932643/b1334/_pkg_.a
2025-08-20T21:55:18.6446971Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/yaml=/tmp/go-build3999932643/b1362/_pkg_.a
2025-08-20T21:55:18.6447798Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/ratelimit=/tmp/go-build3999932643/b1213/_pkg_.a
2025-08-20T21:55:18.6448481Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:55:18.6449452Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/uncover=/tmp/go-build3999932643/b1392/_pkg_.a
2025-08-20T21:55:18.6450176Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/utils/auth/pdcp=/tmp/go-build3999932643/b338/_pkg_.a
2025-08-20T21:55:18.6450840Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build3999932643/b182/_pkg_.a
2025-08-20T21:55:18.6451492Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:55:18.6452148Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:55:18.6452805Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/utils/generic=/tmp/go-build3999932643/b701/_pkg_.a
2025-08-20T21:55:18.6453493Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/utils/permission=/tmp/go-build3999932643/b237/_pkg_.a
2025-08-20T21:55:18.6454178Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/utils/pprof=/tmp/go-build3999932643/b1616/_pkg_.a
2025-08-20T21:55:18.6454843Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/utils/proxy=/tmp/go-build3999932643/b1618/_pkg_.a
2025-08-20T21:55:18.6455582Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/utils/ptr=/tmp/go-build3999932643/b468/_pkg_.a
2025-08-20T21:55:18.6456313Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:55:18.6457112Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/utils/sync=/tmp/go-build3999932643/b1081/_pkg_.a
2025-08-20T21:55:18.6457975Z [00:04:01.348]➜  packagefile github.com/projectdiscovery/utils/update=/tmp/go-build3999932643/b477/_pkg_.a
2025-08-20T21:55:18.6458518Z [00:04:01.348]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:55:18.6458925Z [00:04:01.348]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:18.6459342Z [00:04:01.348]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:18.6459754Z [00:04:01.348]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:18.6460187Z [00:04:01.349]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:18.6460638Z [00:04:01.349]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:18.6461063Z [00:04:01.349]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:18.6461482Z [00:04:01.349]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:18.6461899Z [00:04:01.349]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:18.6462323Z [00:04:01.349]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:18.6462762Z [00:04:01.349]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:18.6463192Z [00:04:01.349]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:18.6463506Z [00:04:01.349]➜  EOF
2025-08-20T21:55:18.6467240Z [00:04:01.349]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b763/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner=>github.com/projectdiscovery/nuclei/v3/internal/runner;$WORK/b763=>" -p github.com/projectdiscovery/nuclei/v3/internal/runner -lang=go1.24 -complete -installsuffix shared -buildid rMvg3jS63UrnEiqJOyAW/rMvg3jS63UrnEiqJOyAW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b763/importcfg -pack /tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/banner.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/healthcheck.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/inputs.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/lazy.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/options.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/proxy.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/runner.go /tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/templates.go
2025-08-20T21:55:19.2716381Z [00:04:01.981]➜  go tool buildid -w $WORK/b763/_pkg_.a # internal
2025-08-20T21:55:19.2898388Z [00:04:01.999]➜  cp $WORK/b763/_pkg_.a /root/.cache/go-build/38/38543187a1a9c9f3733bda99e6c0dacc99dddccab5e560404c6c19582ee16d5c-d # internal
2025-08-20T21:55:19.2901285Z [00:04:01.999]➜  github.com/projectdiscovery/nuclei/v3/cmd/nuclei
2025-08-20T21:55:19.2901706Z [00:04:01.999]➜  mkdir -p $WORK/b001/
2025-08-20T21:55:19.2905212Z [00:04:02.000]➜  cat >/tmp/go-build3999932643/b001/importcfg << 'EOF' # internal
2025-08-20T21:55:19.2906033Z [00:04:02.000]➜  # import config
2025-08-20T21:55:19.2906724Z [00:04:02.000]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:19.2907156Z [00:04:02.000]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:19.2907957Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/goflags=/tmp/go-build3999932643/b065/_pkg_.a
2025-08-20T21:55:19.2908608Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:19.2909296Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/gologger/levels=/tmp/go-build3999932643/b248/_pkg_.a
2025-08-20T21:55:19.2910034Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/interactsh/pkg/client=/tmp/go-build3999932643/b323/_pkg_.a
2025-08-20T21:55:19.2910931Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/pdcp=/tmp/go-build3999932643/b619/_pkg_.a
2025-08-20T21:55:19.2911822Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/runner=/tmp/go-build3999932643/b763/_pkg_.a
2025-08-20T21:55:19.2912615Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build3999932643/b620/_pkg_.a
2025-08-20T21:55:19.2913411Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/provider=/tmp/go-build3999932643/b1366/_pkg_.a
2025-08-20T21:55:19.2914186Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/installer=/tmp/go-build3999932643/b1602/_pkg_.a
2025-08-20T21:55:19.2915002Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity=/tmp/go-build3999932643/b653/_pkg_.a
2025-08-20T21:55:19.2915855Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/common/dsl=/tmp/go-build3999932643/b728/_pkg_.a
2025-08-20T21:55:19.2916727Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/uncover=/tmp/go-build3999932643/b1391/_pkg_.a
2025-08-20T21:55:19.2917714Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http=/tmp/go-build3999932643/b1328/_pkg_.a
2025-08-20T21:55:19.2918562Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates=/tmp/go-build3999932643/b1214/_pkg_.a
2025-08-20T21:55:19.2919369Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/extensions=/tmp/go-build3999932643/b622/_pkg_.a
2025-08-20T21:55:19.2920199Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/signer=/tmp/go-build3999932643/b1354/_pkg_.a
2025-08-20T21:55:19.2921361Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build3999932643/b744/_pkg_.a
2025-08-20T21:55:19.2922200Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:19.2922986Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types/scanstrategy=/tmp/go-build3999932643/b1211/_pkg_.a
2025-08-20T21:55:19.2923798Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/monitor=/tmp/go-build3999932643/b1620/_pkg_.a
2025-08-20T21:55:19.2924531Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/utils/auth/pdcp=/tmp/go-build3999932643/b338/_pkg_.a
2025-08-20T21:55:19.2925196Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build3999932643/b182/_pkg_.a
2025-08-20T21:55:19.2925849Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:55:19.2926509Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:55:19.2927167Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/utils/pprof=/tmp/go-build3999932643/b1616/_pkg_.a
2025-08-20T21:55:19.2928044Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:55:19.2928718Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/utils/unit=/tmp/go-build3999932643/b745/_pkg_.a
2025-08-20T21:55:19.2929611Z [00:04:02.000]➜  packagefile github.com/projectdiscovery/utils/update=/tmp/go-build3999932643/b477/_pkg_.a
2025-08-20T21:55:19.2930187Z [00:04:02.000]➜  packagefile github.com/rs/xid=/tmp/go-build3999932643/b608/_pkg_.a
2025-08-20T21:55:19.2930636Z [00:04:02.000]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:55:19.2931041Z [00:04:02.000]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:19.2931462Z [00:04:02.000]➜  packagefile os/signal=/tmp/go-build3999932643/b540/_pkg_.a
2025-08-20T21:55:19.2931916Z [00:04:02.000]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:19.2932463Z [00:04:02.000]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:19.2933021Z [00:04:02.000]➜  packagefile runtime/pprof=/tmp/go-build3999932643/b1413/_pkg_.a
2025-08-20T21:55:19.2933491Z [00:04:02.000]➜  packagefile runtime/trace=/tmp/go-build3999932643/b833/_pkg_.a
2025-08-20T21:55:19.2933939Z [00:04:02.000]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:19.2934356Z [00:04:02.000]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:19.2934784Z [00:04:02.000]➜  packagefile runtime/cgo=/tmp/go-build3999932643/b164/_pkg_.a
2025-08-20T21:55:19.2935109Z [00:04:02.000]➜  EOF
2025-08-20T21:55:19.2936631Z [00:04:02.000]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei=>github.com/projectdiscovery/nuclei/v3/cmd/nuclei;$WORK/b001=>" -p main -lang=go1.24 -complete -installsuffix shared -buildid FXyfsxjPPFfhgiiYqdd2/FXyfsxjPPFfhgiiYqdd2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T21:55:19.7358160Z [00:04:02.445]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T21:55:19.7468723Z [00:04:02.456]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/ff/ffa9837fad980a8aab4b4decc3c4103f84d791c4f1e65556cc94c2d48253f41d-d # internal
2025-08-20T21:55:19.7508397Z [00:04:02.460]➜  cat >/tmp/go-build3999932643/b001/importcfg.link << 'EOF' # internal
2025-08-20T21:55:19.7509398Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/nuclei/v3/cmd/nuclei=/tmp/go-build3999932643/b001/_pkg_.a
2025-08-20T21:55:19.7511012Z [00:04:02.460]➜  packagefile bufio=/tmp/go-build3999932643/b002/_pkg_.a
2025-08-20T21:55:19.7512536Z [00:04:02.460]➜  packagefile fmt=/tmp/go-build3999932643/b044/_pkg_.a
2025-08-20T21:55:19.7513362Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/goflags=/tmp/go-build3999932643/b065/_pkg_.a
2025-08-20T21:55:19.7514101Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build3999932643/b241/_pkg_.a
2025-08-20T21:55:19.7514880Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/gologger/levels=/tmp/go-build3999932643/b248/_pkg_.a
2025-08-20T21:55:19.7515613Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/interactsh/pkg/client=/tmp/go-build3999932643/b323/_pkg_.a
2025-08-20T21:55:19.7516373Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/pdcp=/tmp/go-build3999932643/b619/_pkg_.a
2025-08-20T21:55:19.7517134Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/runner=/tmp/go-build3999932643/b763/_pkg_.a
2025-08-20T21:55:19.7518200Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build3999932643/b620/_pkg_.a
2025-08-20T21:55:19.7519006Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/provider=/tmp/go-build3999932643/b1366/_pkg_.a
2025-08-20T21:55:19.7519795Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/installer=/tmp/go-build3999932643/b1602/_pkg_.a
2025-08-20T21:55:19.7520607Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity=/tmp/go-build3999932643/b653/_pkg_.a
2025-08-20T21:55:19.7521457Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/common/dsl=/tmp/go-build3999932643/b728/_pkg_.a
2025-08-20T21:55:19.7522559Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/uncover=/tmp/go-build3999932643/b1391/_pkg_.a
2025-08-20T21:55:19.7523397Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http=/tmp/go-build3999932643/b1328/_pkg_.a
2025-08-20T21:55:19.7524167Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates=/tmp/go-build3999932643/b1214/_pkg_.a
2025-08-20T21:55:19.7524984Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/extensions=/tmp/go-build3999932643/b622/_pkg_.a
2025-08-20T21:55:19.7525970Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/signer=/tmp/go-build3999932643/b1354/_pkg_.a
2025-08-20T21:55:19.7526856Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build3999932643/b744/_pkg_.a
2025-08-20T21:55:19.7527836Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build3999932643/b743/_pkg_.a
2025-08-20T21:55:19.7528630Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types/scanstrategy=/tmp/go-build3999932643/b1211/_pkg_.a
2025-08-20T21:55:19.7529439Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/monitor=/tmp/go-build3999932643/b1620/_pkg_.a
2025-08-20T21:55:19.7538679Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/utils/auth/pdcp=/tmp/go-build3999932643/b338/_pkg_.a
2025-08-20T21:55:19.7539507Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build3999932643/b182/_pkg_.a
2025-08-20T21:55:19.7540175Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build3999932643/b181/_pkg_.a
2025-08-20T21:55:19.7540831Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build3999932643/b104/_pkg_.a
2025-08-20T21:55:19.7541486Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/utils/pprof=/tmp/go-build3999932643/b1616/_pkg_.a
2025-08-20T21:55:19.7542162Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build3999932643/b192/_pkg_.a
2025-08-20T21:55:19.7542820Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/utils/unit=/tmp/go-build3999932643/b745/_pkg_.a
2025-08-20T21:55:19.7554584Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/utils/update=/tmp/go-build3999932643/b477/_pkg_.a
2025-08-20T21:55:19.7555536Z [00:04:02.460]➜  packagefile github.com/rs/xid=/tmp/go-build3999932643/b608/_pkg_.a
2025-08-20T21:55:19.7556101Z [00:04:02.460]➜  packagefile io/fs=/tmp/go-build3999932643/b054/_pkg_.a
2025-08-20T21:55:19.7556614Z [00:04:02.460]➜  packagefile os=/tmp/go-build3999932643/b052/_pkg_.a
2025-08-20T21:55:19.7557046Z [00:04:02.460]➜  packagefile os/signal=/tmp/go-build3999932643/b540/_pkg_.a
2025-08-20T21:55:19.7557657Z [00:04:02.460]➜  packagefile path/filepath=/tmp/go-build3999932643/b166/_pkg_.a
2025-08-20T21:55:19.7558139Z [00:04:02.460]➜  packagefile runtime=/tmp/go-build3999932643/b010/_pkg_.a
2025-08-20T21:55:19.7558596Z [00:04:02.460]➜  packagefile runtime/pprof=/tmp/go-build3999932643/b1413/_pkg_.a
2025-08-20T21:55:19.7559065Z [00:04:02.460]➜  packagefile runtime/trace=/tmp/go-build3999932643/b833/_pkg_.a
2025-08-20T21:55:19.7559511Z [00:04:02.460]➜  packagefile strings=/tmp/go-build3999932643/b043/_pkg_.a
2025-08-20T21:55:19.7559930Z [00:04:02.460]➜  packagefile time=/tmp/go-build3999932643/b057/_pkg_.a
2025-08-20T21:55:19.7560364Z [00:04:02.460]➜  packagefile runtime/cgo=/tmp/go-build3999932643/b164/_pkg_.a
2025-08-20T21:55:19.7560804Z [00:04:02.460]➜  packagefile bytes=/tmp/go-build3999932643/b003/_pkg_.a
2025-08-20T21:55:19.7561224Z [00:04:02.460]➜  packagefile errors=/tmp/go-build3999932643/b004/_pkg_.a
2025-08-20T21:55:19.7561631Z [00:04:02.460]➜  packagefile io=/tmp/go-build3999932643/b034/_pkg_.a
2025-08-20T21:55:19.7562069Z [00:04:02.460]➜  packagefile unicode/utf8=/tmp/go-build3999932643/b042/_pkg_.a
2025-08-20T21:55:19.7562833Z [00:04:02.460]➜  packagefile internal/fmtsort=/tmp/go-build3999932643/b045/_pkg_.a
2025-08-20T21:55:19.7563291Z [00:04:02.460]➜  packagefile math=/tmp/go-build3999932643/b049/_pkg_.a
2025-08-20T21:55:19.7563708Z [00:04:02.460]➜  packagefile reflect=/tmp/go-build3999932643/b047/_pkg_.a
2025-08-20T21:55:19.7564127Z [00:04:02.460]➜  packagefile slices=/tmp/go-build3999932643/b051/_pkg_.a
2025-08-20T21:55:19.7564545Z [00:04:02.460]➜  packagefile strconv=/tmp/go-build3999932643/b050/_pkg_.a
2025-08-20T21:55:19.7564967Z [00:04:02.460]➜  packagefile sync=/tmp/go-build3999932643/b035/_pkg_.a
2025-08-20T21:55:19.7565785Z [00:04:02.460]➜  packagefile embed=/tmp/go-build3999932643/b066/_pkg_.a
2025-08-20T21:55:19.7566358Z [00:04:02.460]➜  packagefile encoding/json=/tmp/go-build3999932643/b067/_pkg_.a
2025-08-20T21:55:19.7566855Z [00:04:02.460]➜  packagefile flag=/tmp/go-build3999932643/b071/_pkg_.a
2025-08-20T21:55:19.7567339Z [00:04:02.460]➜  packagefile github.com/cnf/structhash=/tmp/go-build3999932643/b072/_pkg_.a
2025-08-20T21:55:19.7568132Z [00:04:02.460]➜  packagefile github.com/google/shlex=/tmp/go-build3999932643/b102/_pkg_.a
2025-08-20T21:55:19.7568658Z [00:04:02.460]➜  packagefile github.com/pkg/errors=/tmp/go-build3999932643/b103/_pkg_.a
2025-08-20T21:55:19.7569254Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/utils/folder=/tmp/go-build3999932643/b221/_pkg_.a
2025-08-20T21:55:19.7569906Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build3999932643/b222/_pkg_.a
2025-08-20T21:55:19.7570596Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/utils/permission=/tmp/go-build3999932643/b237/_pkg_.a
2025-08-20T21:55:19.7571278Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build3999932643/b190/_pkg_.a
2025-08-20T21:55:19.7571926Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/utils/time=/tmp/go-build3999932643/b239/_pkg_.a
2025-08-20T21:55:19.7572502Z [00:04:02.460]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3999932643/b183/_pkg_.a
2025-08-20T21:55:19.7573013Z [00:04:02.460]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3999932643/b201/_pkg_.a
2025-08-20T21:55:19.7573462Z [00:04:02.460]➜  packagefile path=/tmp/go-build3999932643/b056/_pkg_.a
2025-08-20T21:55:19.7573901Z [00:04:02.460]➜  packagefile text/tabwriter=/tmp/go-build3999932643/b240/_pkg_.a
2025-08-20T21:55:19.7574351Z [00:04:02.460]➜  packagefile unicode=/tmp/go-build3999932643/b041/_pkg_.a
2025-08-20T21:55:19.7574938Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/gologger/formatter=/tmp/go-build3999932643/b242/_pkg_.a
2025-08-20T21:55:19.7575977Z [00:04:02.460]➜  packagefile github.com/projectdiscovery/gologger/writer=/tmp/go-build3999932643/b249/_pkg_.a
2025-08-20T21:55:19.7576585Z [00:04:02.460]➜  packagefile context=/tmp/go-build3999932643/b107/_pkg_.a
2025-08-20T21:55:19.7577024Z [00:04:02.460]➜  packagefile crypto/aes=/tmp/go-build3999932643/b108/_pkg_.a
2025-08-20T21:55:19.7577634Z [00:04:02.460]➜  packagefile crypto/cipher=/tmp/go-build3999932643/b097/_pkg_.a
2025-08-20T21:55:19.7578160Z [00:04:02.460]➜  packagefile crypto/rand=/tmp/go-build3999932643/b133/_pkg_.a
2025-08-20T21:55:19.7578609Z [00:04:02.460]➜  packagefile crypto/rsa=/tmp/go-build3999932643/b147/_pkg_.a
2025-08-20T21:55:19.7579064Z [00:04:02.460]➜  packagefile crypto/sha256=/tmp/go-build3999932643/b149/_pkg_.a
2025-08-20T21:55:19.7579520Z [00:04:02.460]➜  packagefile crypto/x509=/tmp/go-build3999932643/b152/_pkg_.a
2025-08-20T21:55:19.7579985Z [00:04:02.460]➜  packagefile encoding/base64=/tmp/go-build3999932643/b069/_pkg_.a
2025-08-20T21:55:19.7580469Z [00:04:02.460]➜  packagefile encoding/pem=/tmp/go-build3999932643/b156/_pkg_.a
2025-08-20T21:55:19.7580969Z [00:04:02.461]➜  packagefile github.com/google/uuid=/tmp/go-build3999932643/b324/_pkg_.a
2025-08-20T21:55:19.7581513Z [00:04:02.461]➜  packagefile github.com/json-iterator/go=/tmp/go-build3999932643/b243/_pkg_.a
2025-08-20T21:55:19.7582126Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/asnmap/libs=/tmp/go-build3999932643/b326/_pkg_.a
2025-08-20T21:55:19.7583034Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/interactsh/pkg/options=/tmp/go-build3999932643/b575/_pkg_.a
2025-08-20T21:55:19.7583774Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/interactsh/pkg/server=/tmp/go-build3999932643/b576/_pkg_.a
2025-08-20T21:55:19.7584519Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/interactsh/pkg/settings=/tmp/go-build3999932643/b616/_pkg_.a
2025-08-20T21:55:19.7585271Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/interactsh/pkg/storage=/tmp/go-build3999932643/b606/_pkg_.a
2025-08-20T21:55:19.7586002Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build3999932643/b339/_pkg_.a
2025-08-20T21:55:19.7586810Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build3999932643/b617/_pkg_.a
2025-08-20T21:55:19.7587767Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build3999932643/b333/_pkg_.a
2025-08-20T21:55:19.7588487Z [00:04:02.461]➜  packagefile gopkg.in/corvus-ch/zbase32.v1=/tmp/go-build3999932643/b618/_pkg_.a
2025-08-20T21:55:19.7588969Z [00:04:02.461]➜  packagefile net=/tmp/go-build3999932643/b158/_pkg_.a
2025-08-20T21:55:19.7589386Z [00:04:02.461]➜  packagefile net/http=/tmp/go-build3999932643/b202/_pkg_.a
2025-08-20T21:55:19.7589810Z [00:04:02.461]➜  packagefile net/url=/tmp/go-build3999932643/b165/_pkg_.a
2025-08-20T21:55:19.7590248Z [00:04:02.461]➜  packagefile sync/atomic=/tmp/go-build3999932643/b037/_pkg_.a
2025-08-20T21:55:19.7590859Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build3999932643/b651/_pkg_.a
2025-08-20T21:55:19.7591610Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build3999932643/b623/_pkg_.a
2025-08-20T21:55:19.7592310Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build3999932643/b446/_pkg_.a
2025-08-20T21:55:19.7592837Z [00:04:02.461]➜  packagefile regexp=/tmp/go-build3999932643/b177/_pkg_.a
2025-08-20T21:55:19.7593365Z [00:04:02.461]➜  packagefile github.com/alecthomas/chroma/quick=/tmp/go-build3999932643/b764/_pkg_.a
2025-08-20T21:55:19.7593988Z [00:04:02.461]➜  packagefile github.com/go-playground/validator/v10=/tmp/go-build3999932643/b798/_pkg_.a
2025-08-20T21:55:19.7594587Z [00:04:02.461]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build3999932643/b247/_pkg_.a
2025-08-20T21:55:19.7595230Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/hmap/store/hybrid=/tmp/go-build3999932643/b410/_pkg_.a
2025-08-20T21:55:19.7596284Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/httpx/common/httpx=/tmp/go-build3999932643/b671/_pkg_.a
2025-08-20T21:55:19.7597150Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/colorizer=/tmp/go-build3999932643/b652/_pkg_.a
2025-08-20T21:55:19.7598223Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/httpapi=/tmp/go-build3999932643/b810/_pkg_.a
2025-08-20T21:55:19.7599012Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/server=/tmp/go-build3999932643/b1082/_pkg_.a
2025-08-20T21:55:19.7599786Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/authprovider=/tmp/go-build3999932643/b1097/_pkg_.a
2025-08-20T21:55:19.7600590Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/authprovider/authx=/tmp/go-build3999932643/b1098/_pkg_.a
2025-08-20T21:55:19.7601368Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog=/tmp/go-build3999932643/b711/_pkg_.a
2025-08-20T21:55:19.7602135Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/disk=/tmp/go-build3999932643/b1215/_pkg_.a
2025-08-20T21:55:19.7602921Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/loader=/tmp/go-build3999932643/b1094/_pkg_.a
2025-08-20T21:55:19.7603665Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/core=/tmp/go-build3999932643/b1365/_pkg_.a
2025-08-20T21:55:19.7604689Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/external/customtemplates=/tmp/go-build3999932643/b1414/_pkg_.a
2025-08-20T21:55:19.7605529Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/frequency=/tmp/go-build3999932643/b1099/_pkg_.a
2025-08-20T21:55:19.7606298Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/stats=/tmp/go-build3999932643/b1101/_pkg_.a
2025-08-20T21:55:19.7607047Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input=/tmp/go-build3999932643/b1103/_pkg_.a
2025-08-20T21:55:19.7608075Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/loader/parser=/tmp/go-build3999932643/b1105/_pkg_.a
2025-08-20T21:55:19.7609002Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/loader/workflow=/tmp/go-build3999932643/b1410/_pkg_.a
2025-08-20T21:55:19.7609853Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output/stats=/tmp/go-build3999932643/b757/_pkg_.a
2025-08-20T21:55:19.7610613Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/progress=/tmp/go-build3999932643/b1106/_pkg_.a
2025-08-20T21:55:19.7611370Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/projectfile=/tmp/go-build3999932643/b1109/_pkg_.a
2025-08-20T21:55:19.7612133Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build3999932643/b1096/_pkg_.a
2025-08-20T21:55:19.7613042Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/automaticscan=/tmp/go-build3999932643/b1612/_pkg_.a
2025-08-20T21:55:19.7613970Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build3999932643/b760/_pkg_.a
2025-08-20T21:55:19.7614879Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build3999932643/b752/_pkg_.a
2025-08-20T21:55:19.7615805Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/globalmatchers=/tmp/go-build3999932643/b1110/_pkg_.a
2025-08-20T21:55:19.7616748Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/writer=/tmp/go-build3999932643/b1116/_pkg_.a
2025-08-20T21:55:19.7617818Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/hosterrorscache=/tmp/go-build3999932643/b1111/_pkg_.a
2025-08-20T21:55:19.7618959Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh=/tmp/go-build3999932643/b1114/_pkg_.a
2025-08-20T21:55:19.7619966Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolinit=/tmp/go-build3999932643/b1226/_pkg_.a
2025-08-20T21:55:19.7620968Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build3999932643/b842/_pkg_.a
2025-08-20T21:55:19.7621884Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/replacer=/tmp/go-build3999932643/b749/_pkg_.a
2025-08-20T21:55:19.7622841Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/excludematchers=/tmp/go-build3999932643/b756/_pkg_.a
2025-08-20T21:55:19.7623807Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build3999932643/b1078/_pkg_.a
2025-08-20T21:55:19.7624724Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/headless/engine=/tmp/go-build3999932643/b1209/_pkg_.a
2025-08-20T21:55:19.7625649Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httpclientpool=/tmp/go-build3999932643/b1227/_pkg_.a
2025-08-20T21:55:19.7626492Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting=/tmp/go-build3999932643/b1117/_pkg_.a
2025-08-20T21:55:19.7627474Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/jsonexporter=/tmp/go-build3999932643/b1120/_pkg_.a
2025-08-20T21:55:19.7628585Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/jsonl=/tmp/go-build3999932643/b1121/_pkg_.a
2025-08-20T21:55:19.7629495Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown=/tmp/go-build3999932643/b1122/_pkg_.a
2025-08-20T21:55:19.7630394Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/sarif=/tmp/go-build3999932643/b1177/_pkg_.a
2025-08-20T21:55:19.7631201Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/scan=/tmp/go-build3999932643/b1212/_pkg_.a
2025-08-20T21:55:19.7632036Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/scan/events=/tmp/go-build3999932643/b1356/_pkg_.a
2025-08-20T21:55:19.7632885Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils=/tmp/go-build3999932643/b669/_pkg_.a
2025-08-20T21:55:19.7633634Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/stats=/tmp/go-build3999932643/b1334/_pkg_.a
2025-08-20T21:55:19.7634391Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/yaml=/tmp/go-build3999932643/b1362/_pkg_.a
2025-08-20T21:55:19.7635085Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/ratelimit=/tmp/go-build3999932643/b1213/_pkg_.a
2025-08-20T21:55:19.7635718Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/uncover=/tmp/go-build3999932643/b1392/_pkg_.a
2025-08-20T21:55:19.7636380Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/utils/generic=/tmp/go-build3999932643/b701/_pkg_.a
2025-08-20T21:55:19.7637049Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/utils/proxy=/tmp/go-build3999932643/b1618/_pkg_.a
2025-08-20T21:55:19.7637879Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/utils/ptr=/tmp/go-build3999932643/b468/_pkg_.a
2025-08-20T21:55:19.7638538Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/utils/sync=/tmp/go-build3999932643/b1081/_pkg_.a
2025-08-20T21:55:19.7639056Z [00:04:02.461]➜  packagefile sort=/tmp/go-build3999932643/b101/_pkg_.a
2025-08-20T21:55:19.7639482Z [00:04:02.461]➜  packagefile crypto/md5=/tmp/go-build3999932643/b073/_pkg_.a
2025-08-20T21:55:19.7639946Z [00:04:02.461]➜  packagefile encoding/csv=/tmp/go-build3999932643/b621/_pkg_.a
2025-08-20T21:55:19.7640484Z [00:04:02.461]➜  packagefile github.com/Masterminds/semver/v3=/tmp/go-build3999932643/b479/_pkg_.a
2025-08-20T21:55:19.7641243Z [00:04:02.461]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build3999932643/b650/_pkg_.a
2025-08-20T21:55:19.7641804Z [00:04:02.461]➜  packagefile runtime/debug=/tmp/go-build3999932643/b245/_pkg_.a
2025-08-20T21:55:19.7642507Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats=/tmp/go-build3999932643/b1367/_pkg_.a
2025-08-20T21:55:19.7643326Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/provider/http=/tmp/go-build3999932643/b1368/_pkg_.a
2025-08-20T21:55:19.7644167Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/provider/list=/tmp/go-build3999932643/b1387/_pkg_.a
2025-08-20T21:55:19.7644962Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/types=/tmp/go-build3999932643/b712/_pkg_.a
2025-08-20T21:55:19.7645632Z [00:04:02.461]➜  packagefile github.com/charmbracelet/glamour=/tmp/go-build3999932643/b480/_pkg_.a
2025-08-20T21:55:19.7646241Z [00:04:02.461]➜  packagefile github.com/olekukonko/tablewriter=/tmp/go-build3999932643/b1603/_pkg_.a
2025-08-20T21:55:19.7646838Z [00:04:02.461]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build3999932643/b654/_pkg_.a
2025-08-20T21:55:19.7647714Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/stringslice=/tmp/go-build3999932643/b668/_pkg_.a
2025-08-20T21:55:19.7648484Z [00:04:02.461]➜  packagefile github.com/Knetic/govaluate=/tmp/go-build3999932643/b717/_pkg_.a
2025-08-20T21:55:19.7649247Z [00:04:02.461]➜  packagefile github.com/miekg/dns=/tmp/go-build3999932643/b223/_pkg_.a
2025-08-20T21:55:19.7649811Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/dsl=/tmp/go-build3999932643/b729/_pkg_.a
2025-08-20T21:55:19.7650580Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/dns/dnsclientpool=/tmp/go-build3999932643/b742/_pkg_.a
2025-08-20T21:55:19.7651372Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build3999932643/b1393/_pkg_.a
2025-08-20T21:55:19.7651944Z [00:04:02.461]➜  packagefile crypto/tls=/tmp/go-build3999932643/b105/_pkg_.a
2025-08-20T21:55:19.7652403Z [00:04:02.461]➜  packagefile encoding/hex=/tmp/go-build3999932643/b155/_pkg_.a
2025-08-20T21:55:19.7653008Z [00:04:02.461]➜  packagefile github.com/cespare/xxhash=/tmp/go-build3999932643/b670/_pkg_.a
2025-08-20T21:55:19.7653767Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build3999932643/b341/_pkg_.a
2025-08-20T21:55:19.7654508Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz=/tmp/go-build3999932643/b1321/_pkg_.a
2025-08-20T21:55:19.7655268Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/analyzers=/tmp/go-build3999932643/b1329/_pkg_.a
2025-08-20T21:55:19.7656081Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/analyzers/time=/tmp/go-build3999932643/b1330/_pkg_.a
2025-08-20T21:55:19.7656853Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build3999932643/b714/_pkg_.a
2025-08-20T21:55:19.7657761Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build3999932643/b715/_pkg_.a
2025-08-20T21:55:19.7658636Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build3999932643/b716/_pkg_.a
2025-08-20T21:55:19.7659476Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build3999932643/b746/_pkg_.a
2025-08-20T21:55:19.7660347Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions=/tmp/go-build3999932643/b747/_pkg_.a
2025-08-20T21:55:19.7661302Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator=/tmp/go-build3999932643/b1225/_pkg_.a
2025-08-20T21:55:19.7662349Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter=/tmp/go-build3999932643/b1115/_pkg_.a
2025-08-20T21:55:19.7663611Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httputils=/tmp/go-build3999932643/b1331/_pkg_.a
2025-08-20T21:55:19.7664540Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/race=/tmp/go-build3999932643/b1332/_pkg_.a
2025-08-20T21:55:19.7665374Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/raw=/tmp/go-build3999932643/b1333/_pkg_.a
2025-08-20T21:55:19.7666223Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/signer=/tmp/go-build3999932643/b1230/_pkg_.a
2025-08-20T21:55:19.7667100Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/signerpool=/tmp/go-build3999932643/b1229/_pkg_.a
2025-08-20T21:55:19.7668239Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/network/networkclientpool=/tmp/go-build3999932643/b1301/_pkg_.a
2025-08-20T21:55:19.7669137Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build3999932643/b759/_pkg_.a
2025-08-20T21:55:19.7669969Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils/http=/tmp/go-build3999932643/b1210/_pkg_.a
2025-08-20T21:55:19.7670791Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types/nucleierr=/tmp/go-build3999932643/b762/_pkg_.a
2025-08-20T21:55:19.7671493Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/rawhttp=/tmp/go-build3999932643/b677/_pkg_.a
2025-08-20T21:55:19.7672355Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/useragent=/tmp/go-build3999932643/b700/_pkg_.a
2025-08-20T21:55:19.7673029Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/utils/conversion=/tmp/go-build3999932643/b230/_pkg_.a
2025-08-20T21:55:19.7673701Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/utils/http=/tmp/go-build3999932643/b702/_pkg_.a
2025-08-20T21:55:19.7674358Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/utils/reader=/tmp/go-build3999932643/b470/_pkg_.a
2025-08-20T21:55:19.7674937Z [00:04:02.461]➜  packagefile go.uber.org/multierr=/tmp/go-build3999932643/b335/_pkg_.a
2025-08-20T21:55:19.7675471Z [00:04:02.461]➜  packagefile maps=/tmp/go-build3999932643/b157/_pkg_.a
2025-08-20T21:55:19.7675987Z [00:04:02.461]➜  packagefile moul.io/http2curl=/tmp/go-build3999932643/b1335/_pkg_.a
2025-08-20T21:55:19.7676634Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/compiler=/tmp/go-build3999932643/b811/_pkg_.a
2025-08-20T21:55:19.7677534Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/keys=/tmp/go-build3999932643/b713/_pkg_.a
2025-08-20T21:55:19.7678398Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/code=/tmp/go-build3999932643/b1216/_pkg_.a
2025-08-20T21:55:19.7679257Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/variables=/tmp/go-build3999932643/b1208/_pkg_.a
2025-08-20T21:55:19.7680108Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/dns=/tmp/go-build3999932643/b1314/_pkg_.a
2025-08-20T21:55:19.7680898Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/file=/tmp/go-build3999932643/b1315/_pkg_.a
2025-08-20T21:55:19.7681708Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/headless=/tmp/go-build3999932643/b1320/_pkg_.a
2025-08-20T21:55:19.7682554Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/javascript=/tmp/go-build3999932643/b1336/_pkg_.a
2025-08-20T21:55:19.7683389Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/network=/tmp/go-build3999932643/b1337/_pkg_.a
2025-08-20T21:55:19.7684234Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/offlinehttp=/tmp/go-build3999932643/b1338/_pkg_.a
2025-08-20T21:55:19.7685051Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/ssl=/tmp/go-build3999932643/b1339/_pkg_.a
2025-08-20T21:55:19.7686148Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/websocket=/tmp/go-build3999932643/b1345/_pkg_.a
2025-08-20T21:55:19.7687028Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/whois=/tmp/go-build3999932643/b1353/_pkg_.a
2025-08-20T21:55:19.7688004Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/tmplexec=/tmp/go-build3999932643/b1355/_pkg_.a
2025-08-20T21:55:19.7688769Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/workflows=/tmp/go-build3999932643/b1363/_pkg_.a
2025-08-20T21:55:19.7689476Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/utils/crypto=/tmp/go-build3999932643/b448/_pkg_.a
2025-08-20T21:55:19.7690164Z [00:04:02.461]➜  packagefile github.com/projectdiscovery/yamldoc-go/encoder=/tmp/go-build3999932643/b1364/_pkg_.a
2025-08-20T21:55:19.7690790Z [00:04:02.461]➜  packagefile github.com/segmentio/ksuid=/tmp/go-build3999932643/b761/_pkg_.a
2025-08-20T21:55:19.7691300Z [00:04:02.461]➜  packagefile crypto/ecdsa=/tmp/go-build3999932643/b115/_pkg_.a
2025-08-20T21:55:19.7691774Z [00:04:02.461]➜  packagefile crypto/elliptic=/tmp/go-build3999932643/b116/_pkg_.a
2025-08-20T21:55:19.7692258Z [00:04:02.461]➜  packagefile crypto/x509/pkix=/tmp/go-build3999932643/b154/_pkg_.a
2025-08-20T21:55:19.7692728Z [00:04:02.461]➜  packagefile encoding/gob=/tmp/go-build3999932643/b330/_pkg_.a
2025-08-20T21:55:19.7693438Z [00:04:02.462]➜  packagefile golang.org/x/term=/tmp/go-build3999932643/b476/_pkg_.a
2025-08-20T21:55:19.7693908Z [00:04:02.462]➜  packagefile math/big=/tmp/go-build3999932643/b117/_pkg_.a
2025-08-20T21:55:19.7694435Z [00:04:02.462]➜  packagefile github.com/asaskevich/govalidator=/tmp/go-build3999932643/b174/_pkg_.a
2025-08-20T21:55:19.7695036Z [00:04:02.462]➜  packagefile github.com/DataDog/gostackparse=/tmp/go-build3999932643/b1621/_pkg_.a
2025-08-20T21:55:19.7695548Z [00:04:02.462]➜  packagefile log/slog=/tmp/go-build3999932643/b184/_pkg_.a
2025-08-20T21:55:19.7695987Z [00:04:02.462]➜  packagefile debug/elf=/tmp/go-build3999932643/b167/_pkg_.a
2025-08-20T21:55:19.7696575Z [00:04:02.462]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3999932643/b179/_pkg_.a
2025-08-20T21:55:19.7697306Z [00:04:02.462]➜  packagefile github.com/projectdiscovery/utils/os=/tmp/go-build3999932643/b189/_pkg_.a
2025-08-20T21:55:19.7698101Z [00:04:02.462]➜  packagefile github.com/felixge/fgprof=/tmp/go-build3999932643/b1617/_pkg_.a
2025-08-20T21:55:19.7698593Z [00:04:02.462]➜  packagefile log=/tmp/go-build3999932643/b185/_pkg_.a
2025-08-20T21:55:19.7699041Z [00:04:02.462]➜  packagefile net/http/pprof=/tmp/go-build3999932643/b1411/_pkg_.a
2025-08-20T21:55:19.7699587Z [00:04:02.462]➜  packagefile github.com/microcosm-cc/bluemonday=/tmp/go-build3999932643/b193/_pkg_.a
2025-08-20T21:55:19.7700172Z [00:04:02.462]➜  packagefile github.com/saintfish/chardet=/tmp/go-build3999932643/b200/_pkg_.a
2025-08-20T21:55:19.7700685Z [00:04:02.462]➜  packagefile archive/tar=/tmp/go-build3999932643/b251/_pkg_.a
2025-08-20T21:55:19.7701142Z [00:04:02.462]➜  packagefile archive/zip=/tmp/go-build3999932643/b478/_pkg_.a
2025-08-20T21:55:19.7701606Z [00:04:02.462]➜  packagefile compress/gzip=/tmp/go-build3999932643/b203/_pkg_.a
2025-08-20T21:55:19.7702176Z [00:04:02.462]➜  packagefile github.com/charmbracelet/glamour/styles=/tmp/go-build3999932643/b531/_pkg_.a
2025-08-20T21:55:19.7702769Z [00:04:02.462]➜  packagefile github.com/cheggaaa/pb/v3=/tmp/go-build3999932643/b537/_pkg_.a
2025-08-20T21:55:19.7703365Z [00:04:02.462]➜  packagefile github.com/google/go-github/v30/github=/tmp/go-build3999932643/b543/_pkg_.a
2025-08-20T21:55:19.7703959Z [00:04:02.462]➜  packagefile github.com/minio/selfupdate=/tmp/go-build3999932643/b554/_pkg_.a
2025-08-20T21:55:19.7704570Z [00:04:02.462]➜  packagefile github.com/projectdiscovery/machineid=/tmp/go-build3999932643/b561/_pkg_.a
2025-08-20T21:55:19.7705235Z [00:04:02.462]➜  packagefile github.com/projectdiscovery/utils/process=/tmp/go-build3999932643/b562/_pkg_.a
2025-08-20T21:55:19.7706176Z [00:04:02.462]➜  packagefile github.com/zcalusic/sysinfo=/tmp/go-build3999932643/b571/_pkg_.a
2025-08-20T21:55:19.7706821Z [00:04:02.462]➜  packagefile golang.org/x/oauth2=/tmp/go-build3999932643/b573/_pkg_.a
2025-08-20T21:55:19.7707335Z [00:04:02.462]➜  packagefile database/sql/driver=/tmp/go-build3999932643/b325/_pkg_.a
2025-08-20T21:55:19.7708030Z [00:04:02.462]➜  packagefile encoding/binary=/tmp/go-build3999932643/b142/_pkg_.a
2025-08-20T21:55:19.7708502Z [00:04:02.462]➜  packagefile hash/crc32=/tmp/go-build3999932643/b204/_pkg_.a
2025-08-20T21:55:19.7708937Z [00:04:02.462]➜  packagefile io/ioutil=/tmp/go-build3999932643/b176/_pkg_.a
2025-08-20T21:55:19.7709399Z [00:04:02.462]➜  packagefile internal/bytealg=/tmp/go-build3999932643/b011/_pkg_.a
2025-08-20T21:55:19.7709889Z [00:04:02.462]➜  packagefile internal/oserror=/tmp/go-build3999932643/b055/_pkg_.a
2025-08-20T21:55:19.7710387Z [00:04:02.462]➜  packagefile internal/byteorder=/tmp/go-build3999932643/b013/_pkg_.a
2025-08-20T21:55:19.7710917Z [00:04:02.462]➜  packagefile internal/filepathlite=/tmp/go-build3999932643/b053/_pkg_.a
2025-08-20T21:55:19.7711426Z [00:04:02.462]➜  packagefile internal/goarch=/tmp/go-build3999932643/b007/_pkg_.a
2025-08-20T21:55:19.7711901Z [00:04:02.462]➜  packagefile internal/itoa=/tmp/go-build3999932643/b048/_pkg_.a
2025-08-20T21:55:19.7712366Z [00:04:02.462]➜  packagefile internal/poll=/tmp/go-build3999932643/b061/_pkg_.a
2025-08-20T21:55:19.7713130Z [00:04:02.462]➜  packagefile internal/stringslite=/tmp/go-build3999932643/b032/_pkg_.a
2025-08-20T21:55:19.7713692Z [00:04:02.462]➜  packagefile internal/syscall/execenv=/tmp/go-build3999932643/b063/_pkg_.a
2025-08-20T21:55:19.7714219Z [00:04:02.462]➜  packagefile internal/syscall/unix=/tmp/go-build3999932643/b062/_pkg_.a
2025-08-20T21:55:19.7714720Z [00:04:02.462]➜  packagefile internal/testlog=/tmp/go-build3999932643/b064/_pkg_.a
2025-08-20T21:55:19.7715174Z [00:04:02.462]➜  packagefile syscall=/tmp/go-build3999932643/b060/_pkg_.a
2025-08-20T21:55:19.7715625Z [00:04:02.462]➜  packagefile internal/abi=/tmp/go-build3999932643/b006/_pkg_.a
2025-08-20T21:55:19.7716115Z [00:04:02.462]➜  packagefile internal/chacha8rand=/tmp/go-build3999932643/b014/_pkg_.a
2025-08-20T21:55:19.7716745Z [00:04:02.462]➜  packagefile internal/coverage/rtcov=/tmp/go-build3999932643/b015/_pkg_.a
2025-08-20T21:55:19.7717520Z [00:04:02.462]➜  packagefile internal/cpu=/tmp/go-build3999932643/b012/_pkg_.a
2025-08-20T21:55:19.7718095Z [00:04:02.462]➜  packagefile internal/godebugs=/tmp/go-build3999932643/b016/_pkg_.a
2025-08-20T21:55:19.7718607Z [00:04:02.462]➜  packagefile internal/goexperiment=/tmp/go-build3999932643/b017/_pkg_.a
2025-08-20T21:55:19.7719104Z [00:04:02.462]➜  packagefile internal/goos=/tmp/go-build3999932643/b018/_pkg_.a
2025-08-20T21:55:19.7719608Z [00:04:02.462]➜  packagefile internal/profilerecord=/tmp/go-build3999932643/b019/_pkg_.a
2025-08-20T21:55:19.7720143Z [00:04:02.462]➜  packagefile internal/runtime/atomic=/tmp/go-build3999932643/b020/_pkg_.a
2025-08-20T21:55:19.7720687Z [00:04:02.462]➜  packagefile internal/runtime/cgroup=/tmp/go-build3999932643/b021/_pkg_.a
2025-08-20T21:55:19.7721240Z [00:04:02.462]➜  packagefile internal/runtime/exithook=/tmp/go-build3999932643/b025/_pkg_.a
2025-08-20T21:55:19.7721770Z [00:04:02.462]➜  packagefile internal/runtime/gc=/tmp/go-build3999932643/b026/_pkg_.a
2025-08-20T21:55:19.7722285Z [00:04:02.462]➜  packagefile internal/runtime/maps=/tmp/go-build3999932643/b027/_pkg_.a
2025-08-20T21:55:19.7722813Z [00:04:02.462]➜  packagefile internal/runtime/math=/tmp/go-build3999932643/b023/_pkg_.a
2025-08-20T21:55:19.7723350Z [00:04:02.462]➜  packagefile internal/runtime/strconv=/tmp/go-build3999932643/b022/_pkg_.a
2025-08-20T21:55:19.7723885Z [00:04:02.462]➜  packagefile internal/runtime/sys=/tmp/go-build3999932643/b031/_pkg_.a
2025-08-20T21:55:19.7724416Z [00:04:02.462]➜  packagefile internal/runtime/syscall=/tmp/go-build3999932643/b024/_pkg_.a
2025-08-20T21:55:19.7725214Z [00:04:02.462]➜  packagefile internal/trace/tracev2=/tmp/go-build3999932643/b033/_pkg_.a
2025-08-20T21:55:19.7725773Z [00:04:02.462]➜  packagefile cmp=/tmp/go-build3999932643/b046/_pkg_.a
2025-08-20T21:55:19.7726245Z [00:04:02.462]➜  packagefile iter=/tmp/go-build3999932643/b039/_pkg_.a
2025-08-20T21:55:19.7726670Z [00:04:02.462]➜  packagefile math/bits=/tmp/go-build3999932643/b040/_pkg_.a
2025-08-20T21:55:19.7727134Z [00:04:02.462]➜  packagefile internal/godebug=/tmp/go-build3999932643/b058/_pkg_.a
2025-08-20T21:55:19.7727912Z [00:04:02.462]➜  packagefile internal/reflectlite=/tmp/go-build3999932643/b005/_pkg_.a
2025-08-20T21:55:19.7728417Z [00:04:02.462]➜  packagefile internal/race=/tmp/go-build3999932643/b030/_pkg_.a
2025-08-20T21:55:19.7728913Z [00:04:02.462]➜  packagefile internal/unsafeheader=/tmp/go-build3999932643/b009/_pkg_.a
2025-08-20T21:55:19.7729408Z [00:04:02.462]➜  packagefile internal/sync=/tmp/go-build3999932643/b036/_pkg_.a
2025-08-20T21:55:19.7729888Z [00:04:02.462]➜  packagefile internal/synctest=/tmp/go-build3999932643/b038/_pkg_.a
2025-08-20T21:55:19.7730357Z [00:04:02.462]➜  packagefile encoding=/tmp/go-build3999932643/b068/_pkg_.a
2025-08-20T21:55:19.7730807Z [00:04:02.462]➜  packagefile unicode/utf16=/tmp/go-build3999932643/b070/_pkg_.a
2025-08-20T21:55:19.7731270Z [00:04:02.462]➜  packagefile crypto/sha1=/tmp/go-build3999932643/b095/_pkg_.a
2025-08-20T21:55:19.7731704Z [00:04:02.462]➜  packagefile os/user=/tmp/go-build3999932643/b236/_pkg_.a
2025-08-20T21:55:19.7732389Z [00:04:02.462]➜  packagefile github.com/tidwall/gjson=/tmp/go-build3999932643/b231/_pkg_.a
2025-08-20T21:55:19.7732946Z [00:04:02.462]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build3999932643/b234/_pkg_.a
2025-08-20T21:55:19.7733478Z [00:04:02.462]➜  packagefile net/http/httputil=/tmp/go-build3999932643/b235/_pkg_.a
2025-08-20T21:55:19.7734060Z [00:04:02.462]➜  packagefile github.com/projectdiscovery/utils/race=/tmp/go-build3999932643/b238/_pkg_.a
2025-08-20T21:55:19.7734639Z [00:04:02.462]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3999932643/b180/_pkg_.a
2025-08-20T21:55:19.7735233Z [00:04:02.462]➜  packagefile github.com/projectdiscovery/blackrock=/tmp/go-build3999932643/b191/_pkg_.a
2025-08-20T21:55:19.7735872Z [00:04:02.462]➜  packagefile math/rand/v2=/tmp/go-build3999932643/b094/_pkg_.a
2025-08-20T21:55:19.7736440Z [00:04:02.462]➜  packagefile github.com/mholt/archives=/tmp/go-build3999932643/b250/_pkg_.a
2025-08-20T21:55:19.7736990Z [00:04:02.462]➜  packagefile gopkg.in/djherbis/times.v1=/tmp/go-build3999932643/b322/_pkg_.a
2025-08-20T21:55:19.7737888Z [00:04:02.462]➜  packagefile crypto/internal/boring=/tmp/go-build3999932643/b096/_pkg_.a
2025-08-20T21:55:19.7738506Z [00:04:02.462]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3999932643/b082/_pkg_.a
2025-08-20T21:55:19.7739091Z [00:04:02.462]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build3999932643/b098/_pkg_.a
2025-08-20T21:55:19.7739680Z [00:04:02.462]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3999932643/b083/_pkg_.a
2025-08-20T21:55:19.7740261Z [00:04:02.462]➜  packagefile crypto/internal/fips140only=/tmp/go-build3999932643/b076/_pkg_.a
2025-08-20T21:55:19.7740778Z [00:04:02.462]➜  packagefile crypto/subtle=/tmp/go-build3999932643/b099/_pkg_.a
2025-08-20T21:55:19.7741287Z [00:04:02.462]➜  packagefile crypto/internal/fips140=/tmp/go-build3999932643/b080/_pkg_.a
2025-08-20T21:55:19.7741837Z [00:04:02.462]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3999932643/b077/_pkg_.a
2025-08-20T21:55:19.7742398Z [00:04:02.462]➜  packagefile crypto/internal/randutil=/tmp/go-build3999932643/b093/_pkg_.a
2025-08-20T21:55:19.7742939Z [00:04:02.462]➜  packagefile crypto/internal/sysrand=/tmp/go-build3999932643/b079/_pkg_.a
2025-08-20T21:55:19.7743413Z [00:04:02.462]➜  packagefile crypto=/tmp/go-build3999932643/b074/_pkg_.a
2025-08-20T21:55:19.7743908Z [00:04:02.462]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build3999932643/b119/_pkg_.a
2025-08-20T21:55:19.7744489Z [00:04:02.462]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3999932643/b121/_pkg_.a
2025-08-20T21:55:19.7745407Z [00:04:02.462]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build3999932643/b148/_pkg_.a
2025-08-20T21:55:19.7746082Z [00:04:02.462]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3999932643/b124/_pkg_.a
2025-08-20T21:55:19.7746565Z [00:04:02.462]➜  packagefile hash=/tmp/go-build3999932643/b075/_pkg_.a
2025-08-20T21:55:19.7747070Z [00:04:02.462]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3999932643/b086/_pkg_.a
2025-08-20T21:55:19.7747858Z [00:04:02.462]➜  packagefile crypto/des=/tmp/go-build3999932643/b109/_pkg_.a
2025-08-20T21:55:19.7748317Z [00:04:02.462]➜  packagefile crypto/dsa=/tmp/go-build3999932643/b153/_pkg_.a
2025-08-20T21:55:19.7748766Z [00:04:02.462]➜  packagefile crypto/ecdh=/tmp/go-build3999932643/b110/_pkg_.a
2025-08-20T21:55:19.7749227Z [00:04:02.462]➜  packagefile crypto/ed25519=/tmp/go-build3999932643/b130/_pkg_.a
2025-08-20T21:55:19.7749690Z [00:04:02.462]➜  packagefile crypto/sha512=/tmp/go-build3999932643/b126/_pkg_.a
2025-08-20T21:55:19.7750162Z [00:04:02.462]➜  packagefile encoding/asn1=/tmp/go-build3999932643/b128/_pkg_.a
2025-08-20T21:55:19.7750723Z [00:04:02.462]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3999932643/b127/_pkg_.a
2025-08-20T21:55:19.7751382Z [00:04:02.462]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3999932643/b129/_pkg_.a
2025-08-20T21:55:19.7751927Z [00:04:02.462]➜  packagefile net/netip=/tmp/go-build3999932643/b162/_pkg_.a
2025-08-20T21:55:19.7752692Z [00:04:02.462]➜  packagefile github.com/modern-go/concurrent=/tmp/go-build3999932643/b244/_pkg_.a
2025-08-20T21:55:19.7753275Z [00:04:02.462]➜  packagefile github.com/modern-go/reflect2=/tmp/go-build3999932643/b246/_pkg_.a
2025-08-20T21:55:19.7753876Z [00:04:02.462]➜  packagefile github.com/projectdiscovery/mapcidr=/tmp/go-build3999932643/b327/_pkg_.a
2025-08-20T21:55:19.7754526Z [00:04:02.462]➜  packagefile github.com/projectdiscovery/retryabledns=/tmp/go-build3999932643/b328/_pkg_.a
2025-08-20T21:55:19.7755123Z [00:04:02.462]➜  packagefile golang.org/x/net/proxy=/tmp/go-build3999932643/b336/_pkg_.a
2025-08-20T21:55:19.7755673Z [00:04:02.462]➜  packagefile git.mills.io/prologic/smtpd=/tmp/go-build3999932643/b577/_pkg_.a
2025-08-20T21:55:19.7756334Z [00:04:02.462]➜  packagefile github.com/docker/go-units=/tmp/go-build3999932643/b345/_pkg_.a
2025-08-20T21:55:19.7756994Z [00:04:02.462]➜  packagefile github.com/mackerelio/go-osstat/cpu=/tmp/go-build3999932643/b578/_pkg_.a
2025-08-20T21:55:19.7757756Z [00:04:02.462]➜  packagefile github.com/mackerelio/go-osstat/network=/tmp/go-build3999932643/b579/_pkg_.a
2025-08-20T21:55:19.7758472Z [00:04:02.462]➜  packagefile github.com/projectdiscovery/interactsh/pkg/filewatcher=/tmp/go-build3999932643/b580/_pkg_.a
2025-08-20T21:55:19.7759248Z [00:04:02.462]➜  packagefile github.com/projectdiscovery/interactsh/pkg/server/acme=/tmp/go-build3999932643/b581/_pkg_.a
2025-08-20T21:55:19.7759958Z [00:04:02.462]➜  packagefile github.com/projectdiscovery/ldapserver=/tmp/go-build3999932643/b609/_pkg_.a
2025-08-20T21:55:19.7760532Z [00:04:02.462]➜  packagefile goftp.io/server/v2=/tmp/go-build3999932643/b611/_pkg_.a
2025-08-20T21:55:19.7761075Z [00:04:02.462]➜  packagefile goftp.io/server/v2/driver/file=/tmp/go-build3999932643/b613/_pkg_.a
2025-08-20T21:55:19.7761602Z [00:04:02.462]➜  packagefile net/http/httptest=/tmp/go-build3999932643/b614/_pkg_.a
2025-08-20T21:55:19.7762058Z [00:04:02.462]➜  packagefile os/exec=/tmp/go-build3999932643/b507/_pkg_.a
2025-08-20T21:55:19.7762557Z [00:04:02.462]➜  packagefile github.com/goburrow/cache=/tmp/go-build3999932643/b607/_pkg_.a
2025-08-20T21:55:19.7763152Z [00:04:02.462]➜  packagefile github.com/syndtr/goleveldb/leveldb=/tmp/go-build3999932643/b417/_pkg_.a
2025-08-20T21:55:19.7763791Z [00:04:02.462]➜  packagefile github.com/syndtr/goleveldb/leveldb/opt=/tmp/go-build3999932643/b427/_pkg_.a
2025-08-20T21:55:19.7764470Z [00:04:02.462]➜  packagefile github.com/Mzack9999/go-http-digest-auth-client=/tmp/go-build3999932643/b340/_pkg_.a
2025-08-20T21:55:19.7765273Z [00:04:02.462]➜  packagefile golang.org/x/net/http2=/tmp/go-build3999932643/b472/_pkg_.a
2025-08-20T21:55:19.7765822Z [00:04:02.462]➜  packagefile math/rand=/tmp/go-build3999932643/b118/_pkg_.a
2025-08-20T21:55:19.7766354Z [00:04:02.462]➜  packagefile net/http/httptrace=/tmp/go-build3999932643/b217/_pkg_.a
2025-08-20T21:55:19.7766951Z [00:04:02.462]➜  packagefile github.com/projectdiscovery/utils/consts=/tmp/go-build3999932643/b334/_pkg_.a
2025-08-20T21:55:19.7767739Z [00:04:02.462]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build3999932643/b159/_pkg_.a
2025-08-20T21:55:19.7768318Z [00:04:02.462]➜  packagefile internal/nettrace=/tmp/go-build3999932643/b160/_pkg_.a
2025-08-20T21:55:19.7768834Z [00:04:02.462]➜  packagefile internal/singleflight=/tmp/go-build3999932643/b161/_pkg_.a
2025-08-20T21:55:19.7769331Z [00:04:02.462]➜  packagefile container/list=/tmp/go-build3999932643/b106/_pkg_.a
2025-08-20T21:55:19.7769888Z [00:04:02.462]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3999932643/b205/_pkg_.a
2025-08-20T21:55:19.7770531Z [00:04:02.462]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build3999932643/b212/_pkg_.a
2025-08-20T21:55:19.7771161Z [00:04:02.462]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3999932643/b213/_pkg_.a
2025-08-20T21:55:19.7771747Z [00:04:02.462]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3999932643/b206/_pkg_.a
2025-08-20T21:55:19.7772228Z [00:04:02.462]➜  packagefile mime=/tmp/go-build3999932643/b214/_pkg_.a
2025-08-20T21:55:19.7772914Z [00:04:02.462]➜  packagefile mime/multipart=/tmp/go-build3999932643/b215/_pkg_.a
2025-08-20T21:55:19.7773402Z [00:04:02.462]➜  packagefile net/http/internal=/tmp/go-build3999932643/b218/_pkg_.a
2025-08-20T21:55:19.7773918Z [00:04:02.462]➜  packagefile net/http/internal/ascii=/tmp/go-build3999932643/b219/_pkg_.a
2025-08-20T21:55:19.7774477Z [00:04:02.462]➜  packagefile net/http/internal/httpcommon=/tmp/go-build3999932643/b220/_pkg_.a
2025-08-20T21:55:19.7775020Z [00:04:02.462]➜  packagefile net/textproto=/tmp/go-build3999932643/b211/_pkg_.a
2025-08-20T21:55:19.7775536Z [00:04:02.462]➜  packagefile github.com/bytedance/sonic=/tmp/go-build3999932643/b624/_pkg_.a
2025-08-20T21:55:19.7776126Z [00:04:02.462]➜  packagefile regexp/syntax=/tmp/go-build3999932643/b178/_pkg_.a
2025-08-20T21:55:19.7776724Z [00:04:02.462]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build3999932643/b765/_pkg_.a
2025-08-20T21:55:19.7777476Z [00:04:02.462]➜  packagefile github.com/alecthomas/chroma/formatters=/tmp/go-build3999932643/b766/_pkg_.a
2025-08-20T21:55:19.7778172Z [00:04:02.462]➜  packagefile github.com/alecthomas/chroma/lexers=/tmp/go-build3999932643/b769/_pkg_.a
2025-08-20T21:55:19.7778797Z [00:04:02.462]➜  packagefile github.com/alecthomas/chroma/styles=/tmp/go-build3999932643/b797/_pkg_.a
2025-08-20T21:55:19.7779410Z [00:04:02.462]➜  packagefile github.com/gabriel-vasile/mimetype=/tmp/go-build3999932643/b799/_pkg_.a
2025-08-20T21:55:19.7780071Z [00:04:02.462]➜  packagefile github.com/go-playground/universal-translator=/tmp/go-build3999932643/b804/_pkg_.a
2025-08-20T21:55:19.7780686Z [00:04:02.462]➜  packagefile github.com/leodido/go-urn=/tmp/go-build3999932643/b807/_pkg_.a
2025-08-20T21:55:19.7781227Z [00:04:02.462]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build3999932643/b408/_pkg_.a
2025-08-20T21:55:19.7781768Z [00:04:02.462]➜  packagefile golang.org/x/text/language=/tmp/go-build3999932643/b527/_pkg_.a
2025-08-20T21:55:19.7782256Z [00:04:02.462]➜  packagefile net/mail=/tmp/go-build3999932643/b809/_pkg_.a
2025-08-20T21:55:19.7782834Z [00:04:02.462]➜  packagefile github.com/projectdiscovery/hmap/store/cache=/tmp/go-build3999932643/b411/_pkg_.a
2025-08-20T21:55:19.7783529Z [00:04:02.462]➜  packagefile github.com/projectdiscovery/hmap/store/disk=/tmp/go-build3999932643/b412/_pkg_.a
2025-08-20T21:55:19.7784165Z [00:04:02.462]➜  packagefile github.com/PuerkitoBio/goquery=/tmp/go-build3999932643/b672/_pkg_.a
2025-08-20T21:55:19.7784954Z [00:04:02.462]➜  packagefile github.com/hbakhtiyor/strsim=/tmp/go-build3999932643/b674/_pkg_.a
2025-08-20T21:55:19.7785632Z [00:04:02.462]➜  packagefile github.com/projectdiscovery/cdncheck=/tmp/go-build3999932643/b675/_pkg_.a
2025-08-20T21:55:19.7786516Z [00:04:02.462]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer/ja3/impersonate=/tmp/go-build3999932643/b346/_pkg_.a
2025-08-20T21:55:19.7787332Z [00:04:02.462]➜  packagefile github.com/projectdiscovery/httpx/common/httputilz=/tmp/go-build3999932643/b676/_pkg_.a
2025-08-20T21:55:19.7788341Z [00:04:02.462]➜  packagefile github.com/projectdiscovery/networkpolicy=/tmp/go-build3999932643/b439/_pkg_.a
2025-08-20T21:55:19.7789061Z [00:04:02.462]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/clients=/tmp/go-build3999932643/b681/_pkg_.a
2025-08-20T21:55:19.7789782Z [00:04:02.462]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/ztls=/tmp/go-build3999932643/b696/_pkg_.a
2025-08-20T21:55:19.7790491Z [00:04:02.462]➜  packagefile github.com/weppos/publicsuffix-go/publicsuffix=/tmp/go-build3999932643/b455/_pkg_.a
2025-08-20T21:55:19.7791133Z [00:04:02.462]➜  packagefile github.com/zmap/zcrypto/tls=/tmp/go-build3999932643/b449/_pkg_.a
2025-08-20T21:55:19.7791836Z [00:04:02.462]➜  packagefile golang.org/x/net/context=/tmp/go-build3999932643/b708/_pkg_.a
2025-08-20T21:55:19.7792437Z [00:04:02.462]➜  packagefile golang.org/x/net/html=/tmp/go-build3999932643/b198/_pkg_.a
2025-08-20T21:55:19.7793004Z [00:04:02.462]➜  packagefile golang.org/x/text/encoding/korean=/tmp/go-build3999932643/b709/_pkg_.a
2025-08-20T21:55:19.7793854Z [00:04:02.462]➜  packagefile golang.org/x/text/encoding/simplifiedchinese=/tmp/go-build3999932643/b707/_pkg_.a
2025-08-20T21:55:19.7794563Z [00:04:02.462]➜  packagefile golang.org/x/text/encoding/traditionalchinese=/tmp/go-build3999932643/b710/_pkg_.a
2025-08-20T21:55:19.7795190Z [00:04:02.462]➜  packagefile golang.org/x/text/transform=/tmp/go-build3999932643/b265/_pkg_.a
2025-08-20T21:55:19.7795735Z [00:04:02.462]➜  packagefile github.com/alitto/pond=/tmp/go-build3999932643/b1083/_pkg_.a
2025-08-20T21:55:19.7796294Z [00:04:02.462]➜  packagefile github.com/labstack/echo/v4=/tmp/go-build3999932643/b1084/_pkg_.a
2025-08-20T21:55:19.7796958Z [00:04:02.462]➜  packagefile github.com/labstack/echo/v4/middleware=/tmp/go-build3999932643/b1090/_pkg_.a
2025-08-20T21:55:19.7797855Z [00:04:02.462]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/server/scope=/tmp/go-build3999932643/b1093/_pkg_.a
2025-08-20T21:55:19.7798493Z [00:04:02.462]➜  packagefile html/template=/tmp/go-build3999932643/b755/_pkg_.a
2025-08-20T21:55:19.7799170Z [00:04:02.462]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/loader/filter=/tmp/go-build3999932643/b1095/_pkg_.a
2025-08-20T21:55:19.7799834Z [00:04:02.462]➜  packagefile net/http/cookiejar=/tmp/go-build3999932643/b460/_pkg_.a
2025-08-20T21:55:19.7800450Z [00:04:02.462]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azidentity=/tmp/go-build3999932643/b1415/_pkg_.a
2025-08-20T21:55:19.7801178Z [00:04:02.462]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob=/tmp/go-build3999932643/b1469/_pkg_.a
2025-08-20T21:55:19.7801833Z [00:04:02.462]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3999932643/b1231/_pkg_.a
2025-08-20T21:55:19.7802435Z [00:04:02.462]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build3999932643/b1255/_pkg_.a
2025-08-20T21:55:19.7803060Z [00:04:02.462]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build3999932643/b1257/_pkg_.a
2025-08-20T21:55:19.7803735Z [00:04:02.462]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/s3/manager=/tmp/go-build3999932643/b1483/_pkg_.a
2025-08-20T21:55:19.7804390Z [00:04:02.462]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3=/tmp/go-build3999932643/b1486/_pkg_.a
2025-08-20T21:55:19.7804977Z [00:04:02.463]➜  packagefile github.com/go-git/go-git/v5=/tmp/go-build3999932643/b1505/_pkg_.a
2025-08-20T21:55:19.7805621Z [00:04:02.463]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/http=/tmp/go-build3999932643/b1594/_pkg_.a
2025-08-20T21:55:19.7806626Z [00:04:02.463]➜  packagefile github.com/google/go-github/github=/tmp/go-build3999932643/b1192/_pkg_.a
2025-08-20T21:55:19.7807464Z [00:04:02.463]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3999932643/b1194/_pkg_.a
2025-08-20T21:55:19.7808153Z [00:04:02.463]➜  packagefile github.com/bluele/gcache=/tmp/go-build3999932643/b1100/_pkg_.a
2025-08-20T21:55:19.7808712Z [00:04:02.463]➜  packagefile github.com/mattn/go-sqlite3=/tmp/go-build3999932643/b1102/_pkg_.a
2025-08-20T21:55:19.7809330Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/utils/ports=/tmp/go-build3999932643/b1104/_pkg_.a
2025-08-20T21:55:19.7810074Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output/stats/waf=/tmp/go-build3999932643/b758/_pkg_.a
2025-08-20T21:55:19.7810787Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/clistats=/tmp/go-build3999932643/b1107/_pkg_.a
2025-08-20T21:55:19.7811486Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/testutils=/tmp/go-build3999932643/b1613/_pkg_.a
2025-08-20T21:55:19.7812203Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/wappalyzergo=/tmp/go-build3999932643/b1615/_pkg_.a
2025-08-20T21:55:19.7812899Z [00:04:02.463]➜  packagefile github.com/spf13/cast=/tmp/go-build3999932643/b753/_pkg_.a
2025-08-20T21:55:19.7813571Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/gcache=/tmp/go-build3999932643/b1112/_pkg_.a
2025-08-20T21:55:19.7814317Z [00:04:02.463]➜  packagefile github.com/Mzack9999/gcache=/tmp/go-build3999932643/b342/_pkg_.a
2025-08-20T21:55:19.7815085Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/whois/rdapclientpool=/tmp/go-build3999932643/b1302/_pkg_.a
2025-08-20T21:55:19.7815882Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/utils/global=/tmp/go-build3999932643/b1312/_pkg_.a
2025-08-20T21:55:19.7816486Z [00:04:02.463]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build3999932643/b812/_pkg_.a
2025-08-20T21:55:19.7817067Z [00:04:02.463]➜  packagefile github.com/Mzack9999/goja/parser=/tmp/go-build3999932643/b821/_pkg_.a
2025-08-20T21:55:19.7817828Z [00:04:02.463]➜  packagefile github.com/go-rod/rod=/tmp/go-build3999932643/b843/_pkg_.a
2025-08-20T21:55:19.7818390Z [00:04:02.463]➜  packagefile github.com/go-rod/rod/lib/proto=/tmp/go-build3999932643/b848/_pkg_.a
2025-08-20T21:55:19.7818985Z [00:04:02.463]➜  packagefile github.com/go-sql-driver/mysql=/tmp/go-build3999932643/b861/_pkg_.a
2025-08-20T21:55:19.7819607Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/mapcidr/asn=/tmp/go-build3999932643/b864/_pkg_.a
2025-08-20T21:55:19.7820325Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/expand=/tmp/go-build3999932643/b865/_pkg_.a
2025-08-20T21:55:19.7821059Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/utils/memguardian=/tmp/go-build3999932643/b866/_pkg_.a
2025-08-20T21:55:19.7821741Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/utils/memoize=/tmp/go-build3999932643/b867/_pkg_.a
2025-08-20T21:55:19.7822422Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/fasttemplate=/tmp/go-build3999932643/b750/_pkg_.a
2025-08-20T21:55:19.7823200Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/marker=/tmp/go-build3999932643/b748/_pkg_.a
2025-08-20T21:55:19.7823933Z [00:04:02.463]➜  packagefile github.com/yassinebenaid/godump=/tmp/go-build3999932643/b1079/_pkg_.a
2025-08-20T21:55:19.7824520Z [00:04:02.463]➜  packagefile github.com/go-rod/rod/lib/input=/tmp/go-build3999932643/b851/_pkg_.a
2025-08-20T21:55:19.7825104Z [00:04:02.463]➜  packagefile github.com/go-rod/rod/lib/launcher=/tmp/go-build3999932643/b853/_pkg_.a
2025-08-20T21:55:19.7825724Z [00:04:02.463]➜  packagefile github.com/go-rod/rod/lib/launcher/flags=/tmp/go-build3999932643/b854/_pkg_.a
2025-08-20T21:55:19.7826325Z [00:04:02.463]➜  packagefile github.com/go-rod/rod/lib/utils=/tmp/go-build3999932643/b847/_pkg_.a
2025-08-20T21:55:19.7827153Z [00:04:02.463]➜  packagefile github.com/kitabisa/go-ci=/tmp/go-build3999932643/b830/_pkg_.a
2025-08-20T21:55:19.7828101Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/utils/context=/tmp/go-build3999932643/b447/_pkg_.a
2025-08-20T21:55:19.7828807Z [00:04:02.463]➜  packagefile github.com/valyala/fasttemplate=/tmp/go-build3999932643/b1087/_pkg_.a
2025-08-20T21:55:19.7829399Z [00:04:02.463]➜  packagefile golang.org/x/net/publicsuffix=/tmp/go-build3999932643/b1228/_pkg_.a
2025-08-20T21:55:19.7830266Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/dedupe=/tmp/go-build3999932643/b1118/_pkg_.a
2025-08-20T21:55:19.7831113Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/es=/tmp/go-build3999932643/b1119/_pkg_.a
2025-08-20T21:55:19.7831994Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/mongo=/tmp/go-build3999932643/b1125/_pkg_.a
2025-08-20T21:55:19.7832892Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/splunk=/tmp/go-build3999932643/b1179/_pkg_.a
2025-08-20T21:55:19.7833803Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/filters=/tmp/go-build3999932643/b1180/_pkg_.a
2025-08-20T21:55:19.7834766Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/gitea=/tmp/go-build3999932643/b1181/_pkg_.a
2025-08-20T21:55:19.7835713Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/github=/tmp/go-build3999932643/b1191/_pkg_.a
2025-08-20T21:55:19.7836607Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/gitlab=/tmp/go-build3999932643/b1193/_pkg_.a
2025-08-20T21:55:19.7837621Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/jira=/tmp/go-build3999932643/b1197/_pkg_.a
2025-08-20T21:55:19.7838569Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/linear=/tmp/go-build3999932643/b1203/_pkg_.a
2025-08-20T21:55:19.7839513Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown/util=/tmp/go-build3999932643/b1123/_pkg_.a
2025-08-20T21:55:19.7840400Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/format=/tmp/go-build3999932643/b1124/_pkg_.a
2025-08-20T21:55:19.7841107Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/sarif=/tmp/go-build3999932643/b1178/_pkg_.a
2025-08-20T21:55:19.7841682Z [00:04:02.463]➜  packagefile golang.org/x/time/rate=/tmp/go-build3999932643/b1092/_pkg_.a
2025-08-20T21:55:19.7842376Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/binaryedge=/tmp/go-build3999932643/b1394/_pkg_.a
2025-08-20T21:55:19.7843184Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/censys=/tmp/go-build3999932643/b1395/_pkg_.a
2025-08-20T21:55:19.7843995Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/criminalip=/tmp/go-build3999932643/b1396/_pkg_.a
2025-08-20T21:55:19.7845135Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/driftnet=/tmp/go-build3999932643/b1397/_pkg_.a
2025-08-20T21:55:19.7845995Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/fofa=/tmp/go-build3999932643/b1398/_pkg_.a
2025-08-20T21:55:19.7846780Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/google=/tmp/go-build3999932643/b1399/_pkg_.a
2025-08-20T21:55:19.7847774Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/hunter=/tmp/go-build3999932643/b1400/_pkg_.a
2025-08-20T21:55:19.7848649Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/hunterhow=/tmp/go-build3999932643/b1401/_pkg_.a
2025-08-20T21:55:19.7849456Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/netlas=/tmp/go-build3999932643/b1402/_pkg_.a
2025-08-20T21:55:19.7850248Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/odin=/tmp/go-build3999932643/b1403/_pkg_.a
2025-08-20T21:55:19.7851035Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/onyphe=/tmp/go-build3999932643/b1404/_pkg_.a
2025-08-20T21:55:19.7851850Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/publicwww=/tmp/go-build3999932643/b1405/_pkg_.a
2025-08-20T21:55:19.7852656Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/quake=/tmp/go-build3999932643/b1406/_pkg_.a
2025-08-20T21:55:19.7853650Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/shodan=/tmp/go-build3999932643/b1407/_pkg_.a
2025-08-20T21:55:19.7854457Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/shodanidb=/tmp/go-build3999932643/b1408/_pkg_.a
2025-08-20T21:55:19.7855264Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/zoomeye=/tmp/go-build3999932643/b1409/_pkg_.a
2025-08-20T21:55:19.7855972Z [00:04:02.463]➜  packagefile github.com/remeh/sizedwaitgroup=/tmp/go-build3999932643/b1619/_pkg_.a
2025-08-20T21:55:19.7856733Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/utils/sync/semaphore=/tmp/go-build3999932643/b705/_pkg_.a
2025-08-20T21:55:19.7857697Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats/burp=/tmp/go-build3999932643/b1369/_pkg_.a
2025-08-20T21:55:19.7858580Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats/json=/tmp/go-build3999932643/b1371/_pkg_.a
2025-08-20T21:55:19.7859427Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats/openapi=/tmp/go-build3999932643/b1372/_pkg_.a
2025-08-20T21:55:19.7860280Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats/swagger=/tmp/go-build3999932643/b1382/_pkg_.a
2025-08-20T21:55:19.7861118Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats/yaml=/tmp/go-build3999932643/b1386/_pkg_.a
2025-08-20T21:55:19.7861863Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/hmap/filekv=/tmp/go-build3999932643/b1388/_pkg_.a
2025-08-20T21:55:19.7862517Z [00:04:02.463]➜  packagefile github.com/charmbracelet/glamour/ansi=/tmp/go-build3999932643/b481/_pkg_.a
2025-08-20T21:55:19.7863109Z [00:04:02.463]➜  packagefile github.com/muesli/termenv=/tmp/go-build3999932643/b508/_pkg_.a
2025-08-20T21:55:19.7863652Z [00:04:02.463]➜  packagefile github.com/yuin/goldmark=/tmp/go-build3999932643/b532/_pkg_.a
2025-08-20T21:55:19.7864215Z [00:04:02.463]➜  packagefile github.com/yuin/goldmark-emoji=/tmp/go-build3999932643/b535/_pkg_.a
2025-08-20T21:55:19.7864812Z [00:04:02.463]➜  packagefile github.com/yuin/goldmark/extension=/tmp/go-build3999932643/b536/_pkg_.a
2025-08-20T21:55:19.7865416Z [00:04:02.463]➜  packagefile github.com/yuin/goldmark/parser=/tmp/go-build3999932643/b533/_pkg_.a
2025-08-20T21:55:19.7866016Z [00:04:02.463]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build3999932643/b524/_pkg_.a
2025-08-20T21:55:19.7866937Z [00:04:02.463]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3999932643/b522/_pkg_.a
2025-08-20T21:55:19.7867642Z [00:04:02.463]➜  packagefile database/sql=/tmp/go-build3999932643/b837/_pkg_.a
2025-08-20T21:55:19.7868185Z [00:04:02.463]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3999932643/b501/_pkg_.a
2025-08-20T21:55:19.7868760Z [00:04:02.463]➜  packagefile github.com/olekukonko/errors=/tmp/go-build3999932643/b1604/_pkg_.a
2025-08-20T21:55:19.7869324Z [00:04:02.463]➜  packagefile github.com/olekukonko/ll=/tmp/go-build3999932643/b1605/_pkg_.a
2025-08-20T21:55:19.7869881Z [00:04:02.463]➜  packagefile github.com/olekukonko/ll/lh=/tmp/go-build3999932643/b1606/_pkg_.a
2025-08-20T21:55:19.7870520Z [00:04:02.463]➜  packagefile github.com/olekukonko/tablewriter/pkg/twwarp=/tmp/go-build3999932643/b1608/_pkg_.a
2025-08-20T21:55:19.7871226Z [00:04:02.463]➜  packagefile github.com/olekukonko/tablewriter/pkg/twwidth=/tmp/go-build3999932643/b1609/_pkg_.a
2025-08-20T21:55:19.7871931Z [00:04:02.463]➜  packagefile github.com/olekukonko/tablewriter/renderer=/tmp/go-build3999932643/b1610/_pkg_.a
2025-08-20T21:55:19.7872590Z [00:04:02.463]➜  packagefile github.com/olekukonko/tablewriter/tw=/tmp/go-build3999932643/b1611/_pkg_.a
2025-08-20T21:55:19.7873196Z [00:04:02.463]➜  packagefile github.com/wk8/go-ordered-map/v2=/tmp/go-build3999932643/b655/_pkg_.a
2025-08-20T21:55:19.7873688Z [00:04:02.463]➜  packagefile go/ast=/tmp/go-build3999932643/b660/_pkg_.a
2025-08-20T21:55:19.7874338Z [00:04:02.463]➜  packagefile go/doc=/tmp/go-build3999932643/b663/_pkg_.a
2025-08-20T21:55:19.7874768Z [00:04:02.463]➜  packagefile go/parser=/tmp/go-build3999932643/b666/_pkg_.a
2025-08-20T21:55:19.7875200Z [00:04:02.463]➜  packagefile go/token=/tmp/go-build3999932643/b662/_pkg_.a
2025-08-20T21:55:19.7875639Z [00:04:02.463]➜  packagefile crypto/hmac=/tmp/go-build3999932643/b136/_pkg_.a
2025-08-20T21:55:19.7876105Z [00:04:02.463]➜  packagefile encoding/base32=/tmp/go-build3999932643/b224/_pkg_.a
2025-08-20T21:55:19.7876621Z [00:04:02.463]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build3999932643/b225/_pkg_.a
2025-08-20T21:55:19.7877233Z [00:04:02.463]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build3999932643/b229/_pkg_.a
2025-08-20T21:55:19.7877972Z [00:04:02.463]➜  packagefile compress/flate=/tmp/go-build3999932643/b169/_pkg_.a
2025-08-20T21:55:19.7878447Z [00:04:02.463]➜  packagefile compress/zlib=/tmp/go-build3999932643/b168/_pkg_.a
2025-08-20T21:55:19.7878982Z [00:04:02.463]➜  packagefile github.com/hashicorp/go-version=/tmp/go-build3999932643/b730/_pkg_.a
2025-08-20T21:55:19.7879533Z [00:04:02.463]➜  packagefile github.com/kataras/jwt=/tmp/go-build3999932643/b731/_pkg_.a
2025-08-20T21:55:19.7880170Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/dsl/deserialization=/tmp/go-build3999932643/b732/_pkg_.a
2025-08-20T21:55:19.7880845Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/dsl/llm=/tmp/go-build3999932643/b733/_pkg_.a
2025-08-20T21:55:19.7881496Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/dsl/randomip=/tmp/go-build3999932643/b736/_pkg_.a
2025-08-20T21:55:19.7882149Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/gostruct=/tmp/go-build3999932643/b738/_pkg_.a
2025-08-20T21:55:19.7882823Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/utils/crypto/jarm=/tmp/go-build3999932643/b739/_pkg_.a
2025-08-20T21:55:19.7883497Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/utils/rand=/tmp/go-build3999932643/b737/_pkg_.a
2025-08-20T21:55:19.7884124Z [00:04:02.463]➜  packagefile github.com/sashabaranov/go-openai=/tmp/go-build3999932643/b734/_pkg_.a
2025-08-20T21:55:19.7884712Z [00:04:02.463]➜  packagefile github.com/spaolacci/murmur3=/tmp/go-build3999932643/b741/_pkg_.a
2025-08-20T21:55:19.7885262Z [00:04:02.463]➜  packagefile golang.org/x/text/cases=/tmp/go-build3999932643/b525/_pkg_.a
2025-08-20T21:55:19.7885741Z [00:04:02.463]➜  packagefile hash/fnv=/tmp/go-build3999932643/b437/_pkg_.a
2025-08-20T21:55:19.7886384Z [00:04:02.463]➜  packagefile html=/tmp/go-build3999932643/b175/_pkg_.a
2025-08-20T21:55:19.7886885Z [00:04:02.463]➜  packagefile crypto/hkdf=/tmp/go-build3999932643/b134/_pkg_.a
2025-08-20T21:55:19.7887652Z [00:04:02.463]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build3999932643/b137/_pkg_.a
2025-08-20T21:55:19.7888287Z [00:04:02.463]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build3999932643/b138/_pkg_.a
2025-08-20T21:55:19.7888866Z [00:04:02.463]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build3999932643/b139/_pkg_.a
2025-08-20T21:55:19.7889414Z [00:04:02.463]➜  packagefile crypto/internal/hpke=/tmp/go-build3999932643/b140/_pkg_.a
2025-08-20T21:55:19.7889895Z [00:04:02.463]➜  packagefile crypto/rc4=/tmp/go-build3999932643/b146/_pkg_.a
2025-08-20T21:55:19.7890419Z [00:04:02.463]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build3999932643/b150/_pkg_.a
2025-08-20T21:55:19.7891058Z [00:04:02.463]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3999932643/b141/_pkg_.a
2025-08-20T21:55:19.7891598Z [00:04:02.463]➜  packagefile weak=/tmp/go-build3999932643/b123/_pkg_.a
2025-08-20T21:55:19.7892095Z [00:04:02.463]➜  packagefile github.com/dimchansky/utfbom=/tmp/go-build3999932643/b344/_pkg_.a
2025-08-20T21:55:19.7892805Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer/metafiles=/tmp/go-build3999932643/b409/_pkg_.a
2025-08-20T21:55:19.7893607Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer/utils=/tmp/go-build3999932643/b438/_pkg_.a
2025-08-20T21:55:19.7894511Z [00:04:02.463]➜  packagefile github.com/refraction-networking/utls=/tmp/go-build3999932643/b347/_pkg_.a
2025-08-20T21:55:19.7895144Z [00:04:02.463]➜  packagefile github.com/zmap/zcrypto/encoding/asn1=/tmp/go-build3999932643/b463/_pkg_.a
2025-08-20T21:55:19.7895713Z [00:04:02.463]➜  packagefile golang.org/x/net/idna=/tmp/go-build3999932643/b456/_pkg_.a
2025-08-20T21:55:19.7896267Z [00:04:02.463]➜  packagefile golang.org/x/sync/singleflight=/tmp/go-build3999932643/b469/_pkg_.a
2025-08-20T21:55:19.7897020Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/component=/tmp/go-build3999932643/b1322/_pkg_.a
2025-08-20T21:55:19.7897978Z [00:04:02.463]➜  packagefile github.com/antchfx/htmlquery=/tmp/go-build3999932643/b718/_pkg_.a
2025-08-20T21:55:19.7898612Z [00:04:02.463]➜  packagefile github.com/antchfx/xmlquery=/tmp/go-build3999932643/b725/_pkg_.a
2025-08-20T21:55:19.7899157Z [00:04:02.463]➜  packagefile github.com/itchyny/gojq=/tmp/go-build3999932643/b726/_pkg_.a
2025-08-20T21:55:19.7899696Z [00:04:02.463]➜  packagefile github.com/antchfx/xpath=/tmp/go-build3999932643/b719/_pkg_.a
2025-08-20T21:55:19.7900312Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/rawhttp/client=/tmp/go-build3999932643/b678/_pkg_.a
2025-08-20T21:55:19.7900980Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3999932643/b1248/_pkg_.a
2025-08-20T21:55:19.7901681Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/rawhttp/clientpipeline=/tmp/go-build3999932643/b679/_pkg_.a
2025-08-20T21:55:19.7902398Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/rawhttp/proxy=/tmp/go-build3999932643/b680/_pkg_.a
2025-08-20T21:55:19.7903037Z [00:04:02.463]➜  packagefile github.com/dsnet/compress/brotli=/tmp/go-build3999932643/b703/_pkg_.a
2025-08-20T21:55:19.7903642Z [00:04:02.463]➜  packagefile github.com/klauspost/compress/gzip=/tmp/go-build3999932643/b309/_pkg_.a
2025-08-20T21:55:19.7904261Z [00:04:02.463]➜  packagefile github.com/klauspost/compress/zlib=/tmp/go-build3999932643/b314/_pkg_.a
2025-08-20T21:55:19.7904872Z [00:04:02.463]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3999932643/b294/_pkg_.a
2025-08-20T21:55:19.7905548Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/utils/sync/sizedpool=/tmp/go-build3999932643/b704/_pkg_.a
2025-08-20T21:55:19.7906271Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/utils/reader/rawmode=/tmp/go-build3999932643/b471/_pkg_.a
2025-08-20T21:55:19.7907208Z [00:04:02.463]➜  packagefile github.com/Mzack9999/goja_nodejs/console=/tmp/go-build3999932643/b827/_pkg_.a
2025-08-20T21:55:19.7908185Z [00:04:02.463]➜  packagefile github.com/Mzack9999/goja_nodejs/require=/tmp/go-build3999932643/b828/_pkg_.a
2025-08-20T21:55:19.7908960Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libbytes=/tmp/go-build3999932643/b834/_pkg_.a
2025-08-20T21:55:19.7909825Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libfs=/tmp/go-build3999932643/b840/_pkg_.a
2025-08-20T21:55:19.7910688Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libikev2=/tmp/go-build3999932643/b897/_pkg_.a
2025-08-20T21:55:19.7911573Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libkerberos=/tmp/go-build3999932643/b931/_pkg_.a
2025-08-20T21:55:19.7912454Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libldap=/tmp/go-build3999932643/b970/_pkg_.a
2025-08-20T21:55:19.7913333Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libmssql=/tmp/go-build3999932643/b975/_pkg_.a
2025-08-20T21:55:19.7914208Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libmysql=/tmp/go-build3999932643/b995/_pkg_.a
2025-08-20T21:55:19.7915069Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libnet=/tmp/go-build3999932643/b998/_pkg_.a
2025-08-20T21:55:19.7916166Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/liboracle=/tmp/go-build3999932643/b1000/_pkg_.a
2025-08-20T21:55:19.7917052Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libpop3=/tmp/go-build3999932643/b1003/_pkg_.a
2025-08-20T21:55:19.7918129Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libpostgres=/tmp/go-build3999932643/b1006/_pkg_.a
2025-08-20T21:55:19.7919033Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/librdp=/tmp/go-build3999932643/b1024/_pkg_.a
2025-08-20T21:55:19.7919999Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libredis=/tmp/go-build3999932643/b1027/_pkg_.a
2025-08-20T21:55:19.7920936Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/librsync=/tmp/go-build3999932643/b1041/_pkg_.a
2025-08-20T21:55:19.7921830Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libsmb=/tmp/go-build3999932643/b1044/_pkg_.a
2025-08-20T21:55:19.7922696Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libsmtp=/tmp/go-build3999932643/b1061/_pkg_.a
2025-08-20T21:55:19.7923560Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libssh=/tmp/go-build3999932643/b1065/_pkg_.a
2025-08-20T21:55:19.7924449Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libstructs=/tmp/go-build3999932643/b1070/_pkg_.a
2025-08-20T21:55:19.7925347Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libtelnet=/tmp/go-build3999932643/b1071/_pkg_.a
2025-08-20T21:55:19.7926221Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libvnc=/tmp/go-build3999932643/b1074/_pkg_.a
2025-08-20T21:55:19.7927024Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/global=/tmp/go-build3999932643/b1077/_pkg_.a
2025-08-20T21:55:19.7927922Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build3999932643/b835/_pkg_.a
2025-08-20T21:55:19.7928700Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/goconsole=/tmp/go-build3999932643/b1080/_pkg_.a
2025-08-20T21:55:19.7942876Z [00:04:02.463]➜  packagefile github.com/ditashi/jsbeautifier-go/jsbeautifier=/tmp/go-build3999932643/b1217/_pkg_.a
2025-08-20T21:55:19.7944216Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/gozero=/tmp/go-build3999932643/b1222/_pkg_.a
2025-08-20T21:55:19.7944950Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/gozero/types=/tmp/go-build3999932643/b1224/_pkg_.a
2025-08-20T21:55:19.7945559Z [00:04:02.463]➜  packagefile github.com/h2non/filetype=/tmp/go-build3999932643/b1316/_pkg_.a
2025-08-20T21:55:19.7946274Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/userAgent=/tmp/go-build3999932643/b1327/_pkg_.a
2025-08-20T21:55:19.7946967Z [00:04:02.463]➜  packagefile github.com/fatih/structs=/tmp/go-build3999932643/b1199/_pkg_.a
2025-08-20T21:55:19.7947772Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx=/tmp/go-build3999932643/b1340/_pkg_.a
2025-08-20T21:55:19.7948545Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/openssl=/tmp/go-build3999932643/b1342/_pkg_.a
2025-08-20T21:55:19.7949169Z [00:04:02.463]➜  packagefile github.com/gobwas/ws=/tmp/go-build3999932643/b1346/_pkg_.a
2025-08-20T21:55:19.7949714Z [00:04:02.463]➜  packagefile github.com/gobwas/ws/wsutil=/tmp/go-build3999932643/b1351/_pkg_.a
2025-08-20T21:55:19.7950303Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/rdap=/tmp/go-build3999932643/b1303/_pkg_.a
2025-08-20T21:55:19.7951006Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/flow=/tmp/go-build3999932643/b1357/_pkg_.a
2025-08-20T21:55:19.7952016Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/generic=/tmp/go-build3999932643/b1359/_pkg_.a
2025-08-20T21:55:19.7952845Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/multiproto=/tmp/go-build3999932643/b1361/_pkg_.a
2025-08-20T21:55:19.7953487Z [00:04:02.463]➜  packagefile text/template=/tmp/go-build3999932643/b510/_pkg_.a
2025-08-20T21:55:19.7954013Z [00:04:02.463]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build3999932643/b120/_pkg_.a
2025-08-20T21:55:19.7954606Z [00:04:02.463]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3999932643/b112/_pkg_.a
2025-08-20T21:55:19.7955190Z [00:04:02.463]➜  packagefile crypto/internal/fips140cache=/tmp/go-build3999932643/b122/_pkg_.a
2025-08-20T21:55:19.7955820Z [00:04:02.463]➜  packagefile internal/saferio=/tmp/go-build3999932643/b172/_pkg_.a
2025-08-20T21:55:19.7956359Z [00:04:02.463]➜  packagefile log/internal=/tmp/go-build3999932643/b186/_pkg_.a
2025-08-20T21:55:19.7956846Z [00:04:02.463]➜  packagefile log/slog/internal=/tmp/go-build3999932643/b187/_pkg_.a
2025-08-20T21:55:19.7957566Z [00:04:02.463]➜  packagefile log/slog/internal/buffer=/tmp/go-build3999932643/b188/_pkg_.a
2025-08-20T21:55:19.7958140Z [00:04:02.463]➜  packagefile debug/dwarf=/tmp/go-build3999932643/b171/_pkg_.a
2025-08-20T21:55:19.7958603Z [00:04:02.463]➜  packagefile internal/zstd=/tmp/go-build3999932643/b173/_pkg_.a
2025-08-20T21:55:19.7959135Z [00:04:02.463]➜  packagefile github.com/google/pprof/profile=/tmp/go-build3999932643/b823/_pkg_.a
2025-08-20T21:55:19.7959678Z [00:04:02.463]➜  packagefile internal/profile=/tmp/go-build3999932643/b1412/_pkg_.a
2025-08-20T21:55:19.7960242Z [00:04:02.463]➜  packagefile github.com/aymerick/douceur/parser=/tmp/go-build3999932643/b194/_pkg_.a
2025-08-20T21:55:19.7960870Z [00:04:02.463]➜  packagefile github.com/microcosm-cc/bluemonday/css=/tmp/go-build3999932643/b197/_pkg_.a
2025-08-20T21:55:19.7961473Z [00:04:02.463]➜  packagefile github.com/VividCortex/ewma=/tmp/go-build3999932643/b538/_pkg_.a
2025-08-20T21:55:19.7962066Z [00:04:02.463]➜  packagefile github.com/cheggaaa/pb/v3/termutil=/tmp/go-build3999932643/b539/_pkg_.a
2025-08-20T21:55:19.7962629Z [00:04:02.463]➜  packagefile github.com/fatih/color=/tmp/go-build3999932643/b541/_pkg_.a
2025-08-20T21:55:19.7963176Z [00:04:02.463]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build3999932643/b542/_pkg_.a
2025-08-20T21:55:19.7963778Z [00:04:02.463]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build3999932643/b544/_pkg_.a
2025-08-20T21:55:19.7964640Z [00:04:02.463]➜  packagefile golang.org/x/crypto/openpgp=/tmp/go-build3999932643/b545/_pkg_.a
2025-08-20T21:55:19.7965250Z [00:04:02.463]➜  packagefile aead.dev/minisign=/tmp/go-build3999932643/b555/_pkg_.a
2025-08-20T21:55:19.7965917Z [00:04:02.463]➜  packagefile github.com/minio/selfupdate/internal/binarydist=/tmp/go-build3999932643/b559/_pkg_.a
2025-08-20T21:55:19.7966617Z [00:04:02.463]➜  packagefile github.com/minio/selfupdate/internal/osext=/tmp/go-build3999932643/b560/_pkg_.a
2025-08-20T21:55:19.7967277Z [00:04:02.463]➜  packagefile github.com/shirou/gopsutil/v3/process=/tmp/go-build3999932643/b563/_pkg_.a
2025-08-20T21:55:19.7968081Z [00:04:02.463]➜  packagefile github.com/zcalusic/sysinfo/cpuid=/tmp/go-build3999932643/b572/_pkg_.a
2025-08-20T21:55:19.7968675Z [00:04:02.463]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build3999932643/b574/_pkg_.a
2025-08-20T21:55:19.7969184Z [00:04:02.463]➜  packagefile internal/asan=/tmp/go-build3999932643/b028/_pkg_.a
2025-08-20T21:55:19.7969657Z [00:04:02.463]➜  packagefile internal/msan=/tmp/go-build3999932643/b029/_pkg_.a
2025-08-20T21:55:19.7970130Z [00:04:02.463]➜  packagefile internal/bisect=/tmp/go-build3999932643/b059/_pkg_.a
2025-08-20T21:55:19.7970630Z [00:04:02.463]➜  packagefile crypto/internal/impl=/tmp/go-build3999932643/b089/_pkg_.a
2025-08-20T21:55:19.7971157Z [00:04:02.463]➜  packagefile github.com/tidwall/match=/tmp/go-build3999932643/b232/_pkg_.a
2025-08-20T21:55:19.7971698Z [00:04:02.463]➜  packagefile github.com/tidwall/pretty=/tmp/go-build3999932643/b233/_pkg_.a
2025-08-20T21:55:19.7972443Z [00:04:02.463]➜  packagefile github.com/STARRY-S/zip=/tmp/go-build3999932643/b252/_pkg_.a
2025-08-20T21:55:19.7973001Z [00:04:02.463]➜  packagefile github.com/andybalholm/brotli=/tmp/go-build3999932643/b253/_pkg_.a
2025-08-20T21:55:19.7973563Z [00:04:02.463]➜  packagefile github.com/bodgit/sevenzip=/tmp/go-build3999932643/b255/_pkg_.a
2025-08-20T21:55:19.7974135Z [00:04:02.463]➜  packagefile github.com/dsnet/compress/bzip2=/tmp/go-build3999932643/b303/_pkg_.a
2025-08-20T21:55:19.7974754Z [00:04:02.463]➜  packagefile github.com/klauspost/compress/s2=/tmp/go-build3999932643/b310/_pkg_.a
2025-08-20T21:55:19.7975451Z [00:04:02.463]➜  packagefile github.com/klauspost/compress/zip=/tmp/go-build3999932643/b312/_pkg_.a
2025-08-20T21:55:19.7976090Z [00:04:02.463]➜  packagefile github.com/klauspost/pgzip=/tmp/go-build3999932643/b315/_pkg_.a
2025-08-20T21:55:19.7976657Z [00:04:02.463]➜  packagefile github.com/mikelolasagasti/xz=/tmp/go-build3999932643/b316/_pkg_.a
2025-08-20T21:55:19.7977206Z [00:04:02.463]➜  packagefile github.com/minio/minlz=/tmp/go-build3999932643/b318/_pkg_.a
2025-08-20T21:55:19.7977928Z [00:04:02.463]➜  packagefile github.com/nwaples/rardecode/v2=/tmp/go-build3999932643/b319/_pkg_.a
2025-08-20T21:55:19.7978497Z [00:04:02.463]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build3999932643/b282/_pkg_.a
2025-08-20T21:55:19.7979063Z [00:04:02.463]➜  packagefile github.com/sorairolake/lzip-go=/tmp/go-build3999932643/b320/_pkg_.a
2025-08-20T21:55:19.7979625Z [00:04:02.463]➜  packagefile github.com/ulikunitz/xz=/tmp/go-build3999932643/b321/_pkg_.a
2025-08-20T21:55:19.7980169Z [00:04:02.463]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3999932643/b263/_pkg_.a
2025-08-20T21:55:19.7980726Z [00:04:02.463]➜  packagefile crypto/internal/boring/sig=/tmp/go-build3999932643/b100/_pkg_.a
2025-08-20T21:55:19.7981294Z [00:04:02.463]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3999932643/b084/_pkg_.a
2025-08-20T21:55:19.7981879Z [00:04:02.463]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3999932643/b091/_pkg_.a
2025-08-20T21:55:19.7982504Z [00:04:02.463]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3999932643/b087/_pkg_.a
2025-08-20T21:55:19.7983127Z [00:04:02.463]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3999932643/b088/_pkg_.a
2025-08-20T21:55:19.7983738Z [00:04:02.463]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3999932643/b081/_pkg_.a
2025-08-20T21:55:19.7984556Z [00:04:02.463]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3999932643/b090/_pkg_.a
2025-08-20T21:55:19.7985214Z [00:04:02.463]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3999932643/b092/_pkg_.a
2025-08-20T21:55:19.7985830Z [00:04:02.463]➜  packagefile crypto/internal/entropy=/tmp/go-build3999932643/b078/_pkg_.a
2025-08-20T21:55:19.7986326Z [00:04:02.463]➜  packagefile crypto/sha3=/tmp/go-build3999932643/b125/_pkg_.a
2025-08-20T21:55:19.7986848Z [00:04:02.463]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build3999932643/b111/_pkg_.a
2025-08-20T21:55:19.7987620Z [00:04:02.463]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build3999932643/b114/_pkg_.a
2025-08-20T21:55:19.7988317Z [00:04:02.463]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build3999932643/b131/_pkg_.a
2025-08-20T21:55:19.7988817Z [00:04:02.463]➜  packagefile unique=/tmp/go-build3999932643/b163/_pkg_.a
2025-08-20T21:55:19.7989259Z [00:04:02.463]➜  packagefile container/heap=/tmp/go-build3999932643/b329/_pkg_.a
2025-08-20T21:55:19.7989860Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/retryabledns/doh=/tmp/go-build3999932643/b331/_pkg_.a
2025-08-20T21:55:19.7990589Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/retryabledns/hostsfile=/tmp/go-build3999932643/b332/_pkg_.a
2025-08-20T21:55:19.7991248Z [00:04:02.463]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build3999932643/b337/_pkg_.a
2025-08-20T21:55:19.7992028Z [00:04:02.463]➜  packagefile github.com/caddyserver/certmagic=/tmp/go-build3999932643/b582/_pkg_.a
2025-08-20T21:55:19.7992593Z [00:04:02.463]➜  packagefile github.com/libdns/libdns=/tmp/go-build3999932643/b584/_pkg_.a
2025-08-20T21:55:19.7993094Z [00:04:02.463]➜  packagefile go.uber.org/zap=/tmp/go-build3999932643/b587/_pkg_.a
2025-08-20T21:55:19.7993632Z [00:04:02.463]➜  packagefile github.com/lor00x/goldap/message=/tmp/go-build3999932643/b610/_pkg_.a
2025-08-20T21:55:19.7994211Z [00:04:02.463]➜  packagefile goftp.io/server/v2/ratelimit=/tmp/go-build3999932643/b612/_pkg_.a
2025-08-20T21:55:19.7994797Z [00:04:02.463]➜  packagefile net/http/internal/testcert=/tmp/go-build3999932643/b615/_pkg_.a
2025-08-20T21:55:19.7995507Z [00:04:02.463]➜  packagefile github.com/syndtr/goleveldb/leveldb/cache=/tmp/go-build3999932643/b418/_pkg_.a
2025-08-20T21:55:19.7996268Z [00:04:02.463]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build3999932643/b420/_pkg_.a
2025-08-20T21:55:19.7996997Z [00:04:02.463]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build3999932643/b421/_pkg_.a
2025-08-20T21:55:19.7997841Z [00:04:02.463]➜  packagefile github.com/syndtr/goleveldb/leveldb/filter=/tmp/go-build3999932643/b423/_pkg_.a
2025-08-20T21:55:19.7998536Z [00:04:02.463]➜  packagefile github.com/syndtr/goleveldb/leveldb/iterator=/tmp/go-build3999932643/b424/_pkg_.a
2025-08-20T21:55:19.7999220Z [00:04:02.463]➜  packagefile github.com/syndtr/goleveldb/leveldb/journal=/tmp/go-build3999932643/b425/_pkg_.a
2025-08-20T21:55:19.7999900Z [00:04:02.463]➜  packagefile github.com/syndtr/goleveldb/leveldb/memdb=/tmp/go-build3999932643/b426/_pkg_.a
2025-08-20T21:55:19.8000577Z [00:04:02.463]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/tmp/go-build3999932643/b422/_pkg_.a
2025-08-20T21:55:19.8001251Z [00:04:02.463]➜  packagefile github.com/syndtr/goleveldb/leveldb/table=/tmp/go-build3999932643/b428/_pkg_.a
2025-08-20T21:55:19.8001910Z [00:04:02.463]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build3999932643/b419/_pkg_.a
2025-08-20T21:55:19.8002529Z [00:04:02.463]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build3999932643/b473/_pkg_.a
2025-08-20T21:55:19.8003103Z [00:04:02.463]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3999932643/b474/_pkg_.a
2025-08-20T21:55:19.8003701Z [00:04:02.463]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build3999932643/b475/_pkg_.a
2025-08-20T21:55:19.8004345Z [00:04:02.463]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build3999932643/b207/_pkg_.a
2025-08-20T21:55:19.8005333Z [00:04:02.463]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3999932643/b209/_pkg_.a
2025-08-20T21:55:19.8006066Z [00:04:02.463]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build3999932643/b210/_pkg_.a
2025-08-20T21:55:19.8006638Z [00:04:02.463]➜  packagefile mime/quotedprintable=/tmp/go-build3999932643/b216/_pkg_.a
2025-08-20T21:55:19.8007189Z [00:04:02.463]➜  packagefile github.com/bytedance/sonic/ast=/tmp/go-build3999932643/b625/_pkg_.a
2025-08-20T21:55:19.8008058Z [00:04:02.463]➜  packagefile github.com/bytedance/sonic/decoder=/tmp/go-build3999932643/b643/_pkg_.a
2025-08-20T21:55:19.8008678Z [00:04:02.463]➜  packagefile github.com/bytedance/sonic/encoder=/tmp/go-build3999932643/b626/_pkg_.a
2025-08-20T21:55:19.8009303Z [00:04:02.463]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build3999932643/b631/_pkg_.a
2025-08-20T21:55:19.8009920Z [00:04:02.463]➜  packagefile github.com/bytedance/sonic/option=/tmp/go-build3999932643/b632/_pkg_.a
2025-08-20T21:55:19.8010507Z [00:04:02.463]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build3999932643/b484/_pkg_.a
2025-08-20T21:55:19.8011144Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/formatters/html=/tmp/go-build3999932643/b767/_pkg_.a
2025-08-20T21:55:19.8011871Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/formatters/svg=/tmp/go-build3999932643/b768/_pkg_.a
2025-08-20T21:55:19.8012532Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/a=/tmp/go-build3999932643/b770/_pkg_.a
2025-08-20T21:55:19.8013382Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/b=/tmp/go-build3999932643/b772/_pkg_.a
2025-08-20T21:55:19.8014014Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/c=/tmp/go-build3999932643/b773/_pkg_.a
2025-08-20T21:55:19.8014681Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/circular=/tmp/go-build3999932643/b775/_pkg_.a
2025-08-20T21:55:19.8015341Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/d=/tmp/go-build3999932643/b778/_pkg_.a
2025-08-20T21:55:19.8015983Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/e=/tmp/go-build3999932643/b779/_pkg_.a
2025-08-20T21:55:19.8016691Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/f=/tmp/go-build3999932643/b780/_pkg_.a
2025-08-20T21:55:19.8017518Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/g=/tmp/go-build3999932643/b781/_pkg_.a
2025-08-20T21:55:19.8018234Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/h=/tmp/go-build3999932643/b776/_pkg_.a
2025-08-20T21:55:19.8018876Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/i=/tmp/go-build3999932643/b782/_pkg_.a
2025-08-20T21:55:19.8019543Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build3999932643/b771/_pkg_.a
2025-08-20T21:55:19.8020200Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/j=/tmp/go-build3999932643/b777/_pkg_.a
2025-08-20T21:55:19.8020833Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/k=/tmp/go-build3999932643/b783/_pkg_.a
2025-08-20T21:55:19.8021466Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/l=/tmp/go-build3999932643/b784/_pkg_.a
2025-08-20T21:55:19.8022094Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/m=/tmp/go-build3999932643/b785/_pkg_.a
2025-08-20T21:55:19.8022721Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/n=/tmp/go-build3999932643/b786/_pkg_.a
2025-08-20T21:55:19.8023354Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/o=/tmp/go-build3999932643/b787/_pkg_.a
2025-08-20T21:55:19.8023983Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/p=/tmp/go-build3999932643/b774/_pkg_.a
2025-08-20T21:55:19.8024613Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/q=/tmp/go-build3999932643/b788/_pkg_.a
2025-08-20T21:55:19.8025243Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/r=/tmp/go-build3999932643/b789/_pkg_.a
2025-08-20T21:55:19.8026160Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/s=/tmp/go-build3999932643/b790/_pkg_.a
2025-08-20T21:55:19.8026850Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/t=/tmp/go-build3999932643/b791/_pkg_.a
2025-08-20T21:55:19.8027670Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/v=/tmp/go-build3999932643/b792/_pkg_.a
2025-08-20T21:55:19.8028360Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/w=/tmp/go-build3999932643/b793/_pkg_.a
2025-08-20T21:55:19.8028996Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/x=/tmp/go-build3999932643/b794/_pkg_.a
2025-08-20T21:55:19.8029620Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/y=/tmp/go-build3999932643/b795/_pkg_.a
2025-08-20T21:55:19.8030245Z [00:04:02.463]➜  packagefile github.com/alecthomas/chroma/lexers/z=/tmp/go-build3999932643/b796/_pkg_.a
2025-08-20T21:55:19.8030936Z [00:04:02.463]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/tmp/go-build3999932643/b800/_pkg_.a
2025-08-20T21:55:19.8031672Z [00:04:02.463]➜  packagefile github.com/gabriel-vasile/mimetype/internal/magic=/tmp/go-build3999932643/b801/_pkg_.a
2025-08-20T21:55:19.8032329Z [00:04:02.463]➜  packagefile github.com/go-playground/locales=/tmp/go-build3999932643/b805/_pkg_.a
2025-08-20T21:55:19.8032936Z [00:04:02.463]➜  packagefile github.com/leodido/go-urn/scim/schema=/tmp/go-build3999932643/b808/_pkg_.a
2025-08-20T21:55:19.8033681Z [00:04:02.463]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3999932643/b365/_pkg_.a
2025-08-20T21:55:19.8034252Z [00:04:02.463]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build3999932643/b528/_pkg_.a
2025-08-20T21:55:19.8034909Z [00:04:02.463]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build3999932643/b530/_pkg_.a
2025-08-20T21:55:19.8035524Z [00:04:02.463]➜  packagefile github.com/akrylysov/pogreb=/tmp/go-build3999932643/b413/_pkg_.a
2025-08-20T21:55:19.8036087Z [00:04:02.463]➜  packagefile github.com/tidwall/buntdb=/tmp/go-build3999932643/b430/_pkg_.a
2025-08-20T21:55:19.8036597Z [00:04:02.463]➜  packagefile go.etcd.io/bbolt=/tmp/go-build3999932643/b436/_pkg_.a
2025-08-20T21:55:19.8037218Z [00:04:02.463]➜  packagefile github.com/andybalholm/cascadia=/tmp/go-build3999932643/b673/_pkg_.a
2025-08-20T21:55:19.8037979Z [00:04:02.463]➜  packagefile github.com/gaissmai/bart=/tmp/go-build3999932643/b440/_pkg_.a
2025-08-20T21:55:19.8038544Z [00:04:02.463]➜  packagefile github.com/cloudflare/cfssl/log=/tmp/go-build3999932643/b682/_pkg_.a
2025-08-20T21:55:19.8039147Z [00:04:02.463]➜  packagefile github.com/cloudflare/cfssl/revoke=/tmp/go-build3999932643/b683/_pkg_.a
2025-08-20T21:55:19.8039781Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/tlsx/assets=/tmp/go-build3999932643/b695/_pkg_.a
2025-08-20T21:55:19.8040385Z [00:04:02.463]➜  packagefile github.com/zmap/zcrypto/x509=/tmp/go-build3999932643/b454/_pkg_.a
2025-08-20T21:55:19.8040972Z [00:04:02.463]➜  packagefile github.com/zmap/zcrypto/x509/pkix=/tmp/go-build3999932643/b466/_pkg_.a
2025-08-20T21:55:19.8041648Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/tlsx/pkg/output/stats=/tmp/go-build3999932643/b697/_pkg_.a
2025-08-20T21:55:19.8042383Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/ztls/ja3=/tmp/go-build3999932643/b698/_pkg_.a
2025-08-20T21:55:19.8043110Z [00:04:02.463]➜  packagefile github.com/projectdiscovery/utils/conn/connpool=/tmp/go-build3999932643/b699/_pkg_.a
2025-08-20T21:55:19.8043717Z [00:04:02.463]➜  packagefile github.com/zmap/rc2=/tmp/go-build3999932643/b450/_pkg_.a
2025-08-20T21:55:19.8044249Z [00:04:02.463]➜  packagefile github.com/zmap/zcrypto/dsa=/tmp/go-build3999932643/b451/_pkg_.a
2025-08-20T21:55:19.8044814Z [00:04:02.463]➜  packagefile github.com/zmap/zcrypto/json=/tmp/go-build3999932643/b453/_pkg_.a
2025-08-20T21:55:19.8045389Z [00:04:02.463]➜  packagefile github.com/zmap/zcrypto/x509/ct=/tmp/go-build3999932643/b465/_pkg_.a
2025-08-20T21:55:19.8046168Z [00:04:02.463]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build3999932643/b368/_pkg_.a
2025-08-20T21:55:19.8046828Z [00:04:02.463]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build3999932643/b199/_pkg_.a
2025-08-20T21:55:19.8047671Z [00:04:02.463]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build3999932643/b266/_pkg_.a
2025-08-20T21:55:19.8048412Z [00:04:02.463]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3999932643/b264/_pkg_.a
2025-08-20T21:55:19.8048998Z [00:04:02.463]➜  packagefile encoding/xml=/tmp/go-build3999932643/b483/_pkg_.a
2025-08-20T21:55:19.8049532Z [00:04:02.463]➜  packagefile github.com/labstack/gommon/color=/tmp/go-build3999932643/b1085/_pkg_.a
2025-08-20T21:55:19.8050125Z [00:04:02.463]➜  packagefile github.com/labstack/gommon/log=/tmp/go-build3999932643/b1086/_pkg_.a
2025-08-20T21:55:19.8050679Z [00:04:02.463]➜  packagefile golang.org/x/crypto/acme=/tmp/go-build3999932643/b1088/_pkg_.a
2025-08-20T21:55:19.8051260Z [00:04:02.463]➜  packagefile golang.org/x/crypto/acme/autocert=/tmp/go-build3999932643/b1089/_pkg_.a
2025-08-20T21:55:19.8051837Z [00:04:02.463]➜  packagefile golang.org/x/net/http2/h2c=/tmp/go-build3999932643/b928/_pkg_.a
2025-08-20T21:55:19.8052417Z [00:04:02.463]➜  packagefile github.com/labstack/gommon/bytes=/tmp/go-build3999932643/b1091/_pkg_.a
2025-08-20T21:55:19.8052966Z [00:04:02.463]➜  packagefile text/template/parse=/tmp/go-build3999932643/b511/_pkg_.a
2025-08-20T21:55:19.8053763Z [00:04:02.463]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3999932643/b1416/_pkg_.a
2025-08-20T21:55:19.8054490Z [00:04:02.463]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime=/tmp/go-build3999932643/b1439/_pkg_.a
2025-08-20T21:55:19.8055235Z [00:04:02.463]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud=/tmp/go-build3999932643/b1424/_pkg_.a
2025-08-20T21:55:19.8055961Z [00:04:02.463]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3999932643/b1423/_pkg_.a
2025-08-20T21:55:19.8056703Z [00:04:02.463]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3999932643/b1426/_pkg_.a
2025-08-20T21:55:19.8057727Z [00:04:02.463]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build3999932643/b1434/_pkg_.a
2025-08-20T21:55:19.8058558Z [00:04:02.463]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azidentity/internal=/tmp/go-build3999932643/b1442/_pkg_.a
2025-08-20T21:55:19.8059335Z [00:04:02.463]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo=/tmp/go-build3999932643/b1436/_pkg_.a
2025-08-20T21:55:19.8060074Z [00:04:02.463]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build3999932643/b1420/_pkg_.a
2025-08-20T21:55:19.8060917Z [00:04:02.463]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidential=/tmp/go-build3999932643/b1444/_pkg_.a
2025-08-20T21:55:19.8061848Z [00:04:02.463]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build3999932643/b1446/_pkg_.a
2025-08-20T21:55:19.8062802Z [00:04:02.463]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/managedidentity=/tmp/go-build3999932643/b1465/_pkg_.a
2025-08-20T21:55:19.8063748Z [00:04:02.463]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/public=/tmp/go-build3999932643/b1466/_pkg_.a
2025-08-20T21:55:19.8064465Z [00:04:02.463]➜  packagefile golang.org/x/crypto/pkcs12=/tmp/go-build3999932643/b693/_pkg_.a
2025-08-20T21:55:19.8065142Z [00:04:02.463]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build3999932643/b1470/_pkg_.a
2025-08-20T21:55:19.8065938Z [00:04:02.463]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob=/tmp/go-build3999932643/b1478/_pkg_.a
2025-08-20T21:55:19.8066759Z [00:04:02.463]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container=/tmp/go-build3999932643/b1479/_pkg_.a
2025-08-20T21:55:19.8068049Z [00:04:02.463]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build3999932643/b1474/_pkg_.a
2025-08-20T21:55:19.8068996Z [00:04:02.463]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3999932643/b1475/_pkg_.a
2025-08-20T21:55:19.8069884Z [00:04:02.463]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3999932643/b1472/_pkg_.a
2025-08-20T21:55:19.8070766Z [00:04:02.463]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3999932643/b1476/_pkg_.a
2025-08-20T21:55:19.8071572Z [00:04:02.463]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build3999932643/b1477/_pkg_.a
2025-08-20T21:55:19.8072351Z [00:04:02.463]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/service=/tmp/go-build3999932643/b1482/_pkg_.a
2025-08-20T21:55:19.8073076Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build3999932643/b1232/_pkg_.a
2025-08-20T21:55:19.8073732Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3999932643/b1233/_pkg_.a
2025-08-20T21:55:19.8074445Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/tmp/go-build3999932643/b1234/_pkg_.a
2025-08-20T21:55:19.8075126Z [00:04:02.463]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build3999932643/b1235/_pkg_.a
2025-08-20T21:55:19.8075905Z [00:04:02.463]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3999932643/b1239/_pkg_.a
2025-08-20T21:55:19.8076507Z [00:04:02.463]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3999932643/b1238/_pkg_.a
2025-08-20T21:55:19.8077093Z [00:04:02.463]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3999932643/b1247/_pkg_.a
2025-08-20T21:55:19.8077960Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3999932643/b1256/_pkg_.a
2025-08-20T21:55:19.8078708Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds=/tmp/go-build3999932643/b1258/_pkg_.a
2025-08-20T21:55:19.8079563Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds=/tmp/go-build3999932643/b1266/_pkg_.a
2025-08-20T21:55:19.8080367Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/processcreds=/tmp/go-build3999932643/b1268/_pkg_.a
2025-08-20T21:55:19.8081100Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ssocreds=/tmp/go-build3999932643/b1270/_pkg_.a
2025-08-20T21:55:19.8081808Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/tmp/go-build3999932643/b1290/_pkg_.a
2025-08-20T21:55:19.8082496Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build3999932643/b1259/_pkg_.a
2025-08-20T21:55:19.8083156Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/ini=/tmp/go-build3999932643/b1299/_pkg_.a
2025-08-20T21:55:19.8083858Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build3999932643/b1271/_pkg_.a
2025-08-20T21:55:19.8084547Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build3999932643/b1272/_pkg_.a
2025-08-20T21:55:19.8085200Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build3999932643/b1285/_pkg_.a
2025-08-20T21:55:19.8085848Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build3999932643/b1291/_pkg_.a
2025-08-20T21:55:19.8086544Z [00:04:02.463]➜  packagefile github.com/aws/smithy-go/private/requestcompression=/tmp/go-build3999932643/b1300/_pkg_.a
2025-08-20T21:55:19.8087258Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build3999932643/b1484/_pkg_.a
2025-08-20T21:55:19.8088171Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3999932643/b1249/_pkg_.a
2025-08-20T21:55:19.8089043Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/awsutil=/tmp/go-build3999932643/b1485/_pkg_.a
2025-08-20T21:55:19.8089797Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3999932643/b1262/_pkg_.a
2025-08-20T21:55:19.8090527Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/tmp/go-build3999932643/b1269/_pkg_.a
2025-08-20T21:55:19.8091199Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/types=/tmp/go-build3999932643/b1499/_pkg_.a
2025-08-20T21:55:19.8091862Z [00:04:02.463]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3999932643/b1240/_pkg_.a
2025-08-20T21:55:19.8092508Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3999932643/b1273/_pkg_.a
2025-08-20T21:55:19.8093206Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream=/tmp/go-build3999932643/b1487/_pkg_.a
2025-08-20T21:55:19.8094027Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi=/tmp/go-build3999932643/b1488/_pkg_.a
2025-08-20T21:55:19.8094800Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build3999932643/b1293/_pkg_.a
2025-08-20T21:55:19.8095449Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3999932643/b1260/_pkg_.a
2025-08-20T21:55:19.8096080Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3999932643/b1253/_pkg_.a
2025-08-20T21:55:19.8097014Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3999932643/b1275/_pkg_.a
2025-08-20T21:55:19.8097915Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3999932643/b1276/_pkg_.a
2025-08-20T21:55:19.8098630Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3999932643/b1277/_pkg_.a
2025-08-20T21:55:19.8099378Z [00:04:02.463]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3999932643/b1278/_pkg_.a
2025-08-20T21:55:19.8100134Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3999932643/b1279/_pkg_.a
2025-08-20T21:55:19.8100914Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a=/tmp/go-build3999932643/b1489/_pkg_.a
2025-08-20T21:55:19.8101718Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build3999932643/b1294/_pkg_.a
2025-08-20T21:55:19.8102500Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/checksum=/tmp/go-build3999932643/b1492/_pkg_.a
2025-08-20T21:55:19.8103271Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build3999932643/b1295/_pkg_.a
2025-08-20T21:55:19.8104046Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared=/tmp/go-build3999932643/b1493/_pkg_.a
2025-08-20T21:55:19.8104836Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config=/tmp/go-build3999932643/b1495/_pkg_.a
2025-08-20T21:55:19.8105657Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations=/tmp/go-build3999932643/b1496/_pkg_.a
2025-08-20T21:55:19.8106457Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints=/tmp/go-build3999932643/b1498/_pkg_.a
2025-08-20T21:55:19.8107114Z [00:04:02.464]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3999932643/b1241/_pkg_.a
2025-08-20T21:55:19.8107960Z [00:04:02.464]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3999932643/b1242/_pkg_.a
2025-08-20T21:55:19.8108617Z [00:04:02.464]➜  packagefile github.com/aws/smithy-go/container/private/cache=/tmp/go-build3999932643/b1500/_pkg_.a
2025-08-20T21:55:19.8109346Z [00:04:02.464]➜  packagefile github.com/aws/smithy-go/container/private/cache/lru=/tmp/go-build3999932643/b1501/_pkg_.a
2025-08-20T21:55:19.8110213Z [00:04:02.464]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3999932643/b1283/_pkg_.a
2025-08-20T21:55:19.8110930Z [00:04:02.464]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3999932643/b1254/_pkg_.a
2025-08-20T21:55:19.8111657Z [00:04:02.464]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build3999932643/b1298/_pkg_.a
2025-08-20T21:55:19.8112279Z [00:04:02.464]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3999932643/b1284/_pkg_.a
2025-08-20T21:55:19.8112960Z [00:04:02.464]➜  packagefile github.com/aws/smithy-go/endpoints/private/rulesfn=/tmp/go-build3999932643/b1502/_pkg_.a
2025-08-20T21:55:19.8113600Z [00:04:02.464]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3999932643/b1265/_pkg_.a
2025-08-20T21:55:19.8114176Z [00:04:02.464]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3999932643/b1243/_pkg_.a
2025-08-20T21:55:19.8114758Z [00:04:02.464]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build3999932643/b1250/_pkg_.a
2025-08-20T21:55:19.8115335Z [00:04:02.464]➜  packagefile github.com/aws/smithy-go/sync=/tmp/go-build3999932643/b1503/_pkg_.a
2025-08-20T21:55:19.8115905Z [00:04:02.464]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3999932643/b1244/_pkg_.a
2025-08-20T21:55:19.8116490Z [00:04:02.464]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3999932643/b1245/_pkg_.a
2025-08-20T21:55:19.8117082Z [00:04:02.464]➜  packagefile github.com/aws/smithy-go/waiter=/tmp/go-build3999932643/b1504/_pkg_.a
2025-08-20T21:55:19.8117937Z [00:04:02.464]➜  packagefile dario.cat/mergo=/tmp/go-build3999932643/b1506/_pkg_.a
2025-08-20T21:55:19.8118513Z [00:04:02.464]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build3999932643/b1507/_pkg_.a
2025-08-20T21:55:19.8119194Z [00:04:02.464]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build3999932643/b1524/_pkg_.a
2025-08-20T21:55:19.8119822Z [00:04:02.464]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3999932643/b1530/_pkg_.a
2025-08-20T21:55:19.8120410Z [00:04:02.464]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build3999932643/b1531/_pkg_.a
2025-08-20T21:55:19.8121005Z [00:04:02.464]➜  packagefile github.com/go-git/go-billy/v5/util=/tmp/go-build3999932643/b1535/_pkg_.a
2025-08-20T21:55:19.8121705Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build3999932643/b1536/_pkg_.a
2025-08-20T21:55:19.8122405Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/internal/path_util=/tmp/go-build3999932643/b1549/_pkg_.a
2025-08-20T21:55:19.8123088Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/internal/revision=/tmp/go-build3999932643/b1550/_pkg_.a
2025-08-20T21:55:19.8123740Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/internal/url=/tmp/go-build3999932643/b1537/_pkg_.a
2025-08-20T21:55:19.8124358Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3999932643/b1538/_pkg_.a
2025-08-20T21:55:19.8124987Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build3999932643/b1551/_pkg_.a
2025-08-20T21:55:19.8125662Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build3999932643/b1552/_pkg_.a
2025-08-20T21:55:19.8126359Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/config=/tmp/go-build3999932643/b1543/_pkg_.a
2025-08-20T21:55:19.8127082Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/gitignore=/tmp/go-build3999932643/b1553/_pkg_.a
2025-08-20T21:55:19.8127999Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build3999932643/b1556/_pkg_.a
2025-08-20T21:55:19.8128720Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build3999932643/b1558/_pkg_.a
2025-08-20T21:55:19.8129404Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build3999932643/b1539/_pkg_.a
2025-08-20T21:55:19.8130061Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/object=/tmp/go-build3999932643/b1562/_pkg_.a
2025-08-20T21:55:19.8130993Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build3999932643/b1577/_pkg_.a
2025-08-20T21:55:19.8131837Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build3999932643/b1580/_pkg_.a
2025-08-20T21:55:19.8132648Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build3999932643/b1581/_pkg_.a
2025-08-20T21:55:19.8133380Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/revlist=/tmp/go-build3999932643/b1583/_pkg_.a
2025-08-20T21:55:19.8134041Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3999932643/b1560/_pkg_.a
2025-08-20T21:55:19.8134716Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3999932643/b1584/_pkg_.a
2025-08-20T21:55:19.8135430Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/client=/tmp/go-build3999932643/b1585/_pkg_.a
2025-08-20T21:55:19.8136104Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build3999932643/b1571/_pkg_.a
2025-08-20T21:55:19.8136756Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem=/tmp/go-build3999932643/b1589/_pkg_.a
2025-08-20T21:55:19.8137664Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem/dotgit=/tmp/go-build3999932643/b1591/_pkg_.a
2025-08-20T21:55:19.8138540Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/storage/memory=/tmp/go-build3999932643/b1582/_pkg_.a
2025-08-20T21:55:19.8139175Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/utils/diff=/tmp/go-build3999932643/b1572/_pkg_.a
2025-08-20T21:55:19.8139800Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3999932643/b1554/_pkg_.a
2025-08-20T21:55:19.8140452Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie=/tmp/go-build3999932643/b1574/_pkg_.a
2025-08-20T21:55:19.8141178Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/filesystem=/tmp/go-build3999932643/b1600/_pkg_.a
2025-08-20T21:55:19.8142007Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/index=/tmp/go-build3999932643/b1601/_pkg_.a
2025-08-20T21:55:19.8142773Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build3999932643/b1576/_pkg_.a
2025-08-20T21:55:19.8143440Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build3999932643/b1561/_pkg_.a
2025-08-20T21:55:19.8144070Z [00:04:02.464]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build3999932643/b1573/_pkg_.a
2025-08-20T21:55:19.8144760Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build3999932643/b1578/_pkg_.a
2025-08-20T21:55:19.8145538Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build3999932643/b1587/_pkg_.a
2025-08-20T21:55:19.8146244Z [00:04:02.464]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build3999932643/b720/_pkg_.a
2025-08-20T21:55:19.8146853Z [00:04:02.464]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build3999932643/b1195/_pkg_.a
2025-08-20T21:55:19.8147621Z [00:04:02.464]➜  packagefile github.com/hashicorp/go-retryablehttp=/tmp/go-build3999932643/b1196/_pkg_.a
2025-08-20T21:55:19.8148310Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/freeport=/tmp/go-build3999932643/b1108/_pkg_.a
2025-08-20T21:55:19.8148948Z [00:04:02.464]➜  packagefile github.com/julienschmidt/httprouter=/tmp/go-build3999932643/b1614/_pkg_.a
2025-08-20T21:55:19.8149549Z [00:04:02.464]➜  packagefile github.com/spf13/cast/internal=/tmp/go-build3999932643/b754/_pkg_.a
2025-08-20T21:55:19.8150210Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/gcache/internal/list=/tmp/go-build3999932643/b1113/_pkg_.a
2025-08-20T21:55:19.8150905Z [00:04:02.464]➜  packagefile github.com/Mzack9999/gcache/internal/list=/tmp/go-build3999932643/b343/_pkg_.a
2025-08-20T21:55:19.8151838Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/utils/sysutil=/tmp/go-build3999932643/b1313/_pkg_.a
2025-08-20T21:55:19.8152521Z [00:04:02.464]➜  packagefile github.com/Mzack9999/goja/ast=/tmp/go-build3999932643/b813/_pkg_.a
2025-08-20T21:55:19.8153098Z [00:04:02.464]➜  packagefile github.com/Mzack9999/goja/file=/tmp/go-build3999932643/b814/_pkg_.a
2025-08-20T21:55:19.8153672Z [00:04:02.464]➜  packagefile github.com/Mzack9999/goja/ftoa=/tmp/go-build3999932643/b819/_pkg_.a
2025-08-20T21:55:19.8154259Z [00:04:02.464]➜  packagefile github.com/Mzack9999/goja/token=/tmp/go-build3999932643/b817/_pkg_.a
2025-08-20T21:55:19.8154865Z [00:04:02.464]➜  packagefile github.com/Mzack9999/goja/unistring=/tmp/go-build3999932643/b818/_pkg_.a
2025-08-20T21:55:19.8155446Z [00:04:02.464]➜  packagefile golang.org/x/text/collate=/tmp/go-build3999932643/b824/_pkg_.a
2025-08-20T21:55:19.8156009Z [00:04:02.464]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3999932643/b459/_pkg_.a
2025-08-20T21:55:19.8156532Z [00:04:02.464]➜  packagefile hash/maphash=/tmp/go-build3999932643/b826/_pkg_.a
2025-08-20T21:55:19.8157145Z [00:04:02.464]➜  packagefile github.com/go-sourcemap/sourcemap=/tmp/go-build3999932643/b815/_pkg_.a
2025-08-20T21:55:19.8157937Z [00:04:02.464]➜  packagefile golang.org/x/text/unicode/rangetable=/tmp/go-build3999932643/b822/_pkg_.a
2025-08-20T21:55:19.8158540Z [00:04:02.464]➜  packagefile github.com/go-rod/rod/lib/assets=/tmp/go-build3999932643/b844/_pkg_.a
2025-08-20T21:55:19.8159271Z [00:04:02.464]➜  packagefile github.com/go-rod/rod/lib/cdp=/tmp/go-build3999932643/b845/_pkg_.a
2025-08-20T21:55:19.8159852Z [00:04:02.464]➜  packagefile github.com/go-rod/rod/lib/defaults=/tmp/go-build3999932643/b846/_pkg_.a
2025-08-20T21:55:19.8160449Z [00:04:02.464]➜  packagefile github.com/go-rod/rod/lib/devices=/tmp/go-build3999932643/b850/_pkg_.a
2025-08-20T21:55:19.8161021Z [00:04:02.464]➜  packagefile github.com/go-rod/rod/lib/js=/tmp/go-build3999932643/b852/_pkg_.a
2025-08-20T21:55:19.8161567Z [00:04:02.464]➜  packagefile github.com/ysmood/goob=/tmp/go-build3999932643/b859/_pkg_.a
2025-08-20T21:55:19.8162123Z [00:04:02.464]➜  packagefile github.com/ysmood/got/lib/lcs=/tmp/go-build3999932643/b860/_pkg_.a
2025-08-20T21:55:19.8162665Z [00:04:02.464]➜  packagefile github.com/ysmood/gson=/tmp/go-build3999932643/b849/_pkg_.a
2025-08-20T21:55:19.8163196Z [00:04:02.464]➜  packagefile filippo.io/edwards25519=/tmp/go-build3999932643/b862/_pkg_.a
2025-08-20T21:55:19.8163867Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/utils/memoize/simpleflight=/tmp/go-build3999932643/b868/_pkg_.a
2025-08-20T21:55:19.8164468Z [00:04:02.464]➜  packagefile go/format=/tmp/go-build3999932643/b869/_pkg_.a
2025-08-20T21:55:19.8164909Z [00:04:02.464]➜  packagefile go/printer=/tmp/go-build3999932643/b870/_pkg_.a
2025-08-20T21:55:19.8165352Z [00:04:02.464]➜  packagefile go/types=/tmp/go-build3999932643/b871/_pkg_.a
2025-08-20T21:55:19.8165856Z [00:04:02.464]➜  packagefile golang.org/x/tools/imports=/tmp/go-build3999932643/b878/_pkg_.a
2025-08-20T21:55:19.8166441Z [00:04:02.464]➜  packagefile github.com/valyala/bytebufferpool=/tmp/go-build3999932643/b751/_pkg_.a
2025-08-20T21:55:19.8167019Z [00:04:02.464]➜  packagefile github.com/ysmood/fetchup=/tmp/go-build3999932643/b855/_pkg_.a
2025-08-20T21:55:19.8167794Z [00:04:02.464]➜  packagefile github.com/ysmood/leakless=/tmp/go-build3999932643/b856/_pkg_.a
2025-08-20T21:55:19.8168289Z [00:04:02.464]➜  packagefile image=/tmp/go-build3999932643/b496/_pkg_.a
2025-08-20T21:55:19.8168718Z [00:04:02.464]➜  packagefile image/jpeg=/tmp/go-build3999932643/b552/_pkg_.a
2025-08-20T21:55:19.8169159Z [00:04:02.464]➜  packagefile image/png=/tmp/go-build3999932643/b498/_pkg_.a
2025-08-20T21:55:19.8169590Z [00:04:02.464]➜  packagefile testing=/tmp/go-build3999932643/b831/_pkg_.a
2025-08-20T21:55:19.8170110Z [00:04:02.464]➜  packagefile go.mongodb.org/mongo-driver/mongo=/tmp/go-build3999932643/b1126/_pkg_.a
2025-08-20T21:55:19.8170968Z [00:04:02.464]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build3999932643/b1150/_pkg_.a
2025-08-20T21:55:19.8171632Z [00:04:02.464]➜  packagefile code.gitea.io/sdk/gitea=/tmp/go-build3999932643/b1182/_pkg_.a
2025-08-20T21:55:19.8172267Z [00:04:02.464]➜  packagefile github.com/andygrunwald/go-jira=/tmp/go-build3999932643/b1198/_pkg_.a
2025-08-20T21:55:19.8172879Z [00:04:02.464]➜  packagefile github.com/trivago/tgo/tcontainer=/tmp/go-build3999932643/b1201/_pkg_.a
2025-08-20T21:55:19.8173683Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/linear/jsonutil=/tmp/go-build3999932643/b1204/_pkg_.a
2025-08-20T21:55:19.8174466Z [00:04:02.464]➜  packagefile github.com/shurcooL/graphql=/tmp/go-build3999932643/b1205/_pkg_.a
2025-08-20T21:55:19.8175030Z [00:04:02.464]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build3999932643/b706/_pkg_.a
2025-08-20T21:55:19.8175592Z [00:04:02.464]➜  packagefile github.com/seh-msft/burpxml=/tmp/go-build3999932643/b1370/_pkg_.a
2025-08-20T21:55:19.8176160Z [00:04:02.464]➜  packagefile github.com/clbanning/mxj/v2=/tmp/go-build3999932643/b1326/_pkg_.a
2025-08-20T21:55:19.8176768Z [00:04:02.464]➜  packagefile github.com/getkin/kin-openapi/openapi3=/tmp/go-build3999932643/b1373/_pkg_.a
2025-08-20T21:55:19.8177690Z [00:04:02.464]➜  packagefile github.com/getkin/kin-openapi/openapi2=/tmp/go-build3999932643/b1383/_pkg_.a
2025-08-20T21:55:19.8178422Z [00:04:02.464]➜  packagefile github.com/getkin/kin-openapi/openapi2conv=/tmp/go-build3999932643/b1384/_pkg_.a
2025-08-20T21:55:19.8179150Z [00:04:02.464]➜  packagefile github.com/invopop/yaml=/tmp/go-build3999932643/b1385/_pkg_.a
2025-08-20T21:55:19.8179736Z [00:04:02.464]➜  packagefile github.com/bits-and-blooms/bloom/v3=/tmp/go-build3999932643/b1389/_pkg_.a
2025-08-20T21:55:19.8180343Z [00:04:02.464]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build3999932643/b258/_pkg_.a
2025-08-20T21:55:19.8180938Z [00:04:02.464]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build3999932643/b482/_pkg_.a
2025-08-20T21:55:19.8181557Z [00:04:02.464]➜  packagefile github.com/alecthomas/chroma/v2/quick=/tmp/go-build3999932643/b486/_pkg_.a
2025-08-20T21:55:19.8182195Z [00:04:02.464]➜  packagefile github.com/alecthomas/chroma/v2/styles=/tmp/go-build3999932643/b491/_pkg_.a
2025-08-20T21:55:19.8182889Z [00:04:02.464]➜  packagefile github.com/charmbracelet/glamour/internal/autolink=/tmp/go-build3999932643/b492/_pkg_.a
2025-08-20T21:55:19.8183556Z [00:04:02.464]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3999932643/b493/_pkg_.a
2025-08-20T21:55:19.8184191Z [00:04:02.464]➜  packagefile github.com/charmbracelet/lipgloss/table=/tmp/go-build3999932643/b512/_pkg_.a
2025-08-20T21:55:19.8184806Z [00:04:02.464]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3999932643/b494/_pkg_.a
2025-08-20T21:55:19.8185415Z [00:04:02.464]➜  packagefile github.com/charmbracelet/x/exp/slice=/tmp/go-build3999932643/b513/_pkg_.a
2025-08-20T21:55:19.8186016Z [00:04:02.464]➜  packagefile github.com/muesli/reflow/indent=/tmp/go-build3999932643/b514/_pkg_.a
2025-08-20T21:55:19.8186616Z [00:04:02.464]➜  packagefile github.com/muesli/reflow/padding=/tmp/go-build3999932643/b516/_pkg_.a
2025-08-20T21:55:19.8187221Z [00:04:02.464]➜  packagefile github.com/muesli/reflow/wordwrap=/tmp/go-build3999932643/b517/_pkg_.a
2025-08-20T21:55:19.8188033Z [00:04:02.464]➜  packagefile github.com/yuin/goldmark-emoji/ast=/tmp/go-build3999932643/b518/_pkg_.a
2025-08-20T21:55:19.8188628Z [00:04:02.464]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build3999932643/b520/_pkg_.a
2025-08-20T21:55:19.8189236Z [00:04:02.464]➜  packagefile github.com/yuin/goldmark/extension/ast=/tmp/go-build3999932643/b523/_pkg_.a
2025-08-20T21:55:19.8189860Z [00:04:02.464]➜  packagefile github.com/aymanbagabas/go-osc52/v2=/tmp/go-build3999932643/b509/_pkg_.a
2025-08-20T21:55:19.8190467Z [00:04:02.464]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build3999932643/b500/_pkg_.a
2025-08-20T21:55:19.8191246Z [00:04:02.464]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3999932643/b502/_pkg_.a
2025-08-20T21:55:19.8191816Z [00:04:02.464]➜  packagefile image/color=/tmp/go-build3999932643/b497/_pkg_.a
2025-08-20T21:55:19.8192425Z [00:04:02.464]➜  packagefile github.com/yuin/goldmark/renderer/html=/tmp/go-build3999932643/b534/_pkg_.a
2025-08-20T21:55:19.8193026Z [00:04:02.464]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build3999932643/b521/_pkg_.a
2025-08-20T21:55:19.8193643Z [00:04:02.464]➜  packagefile github.com/yuin/goldmark-emoji/definition=/tmp/go-build3999932643/b519/_pkg_.a
2025-08-20T21:55:19.8194395Z [00:04:02.464]➜  packagefile github.com/olekukonko/ll/lx=/tmp/go-build3999932643/b1607/_pkg_.a
2025-08-20T21:55:19.8194977Z [00:04:02.464]➜  packagefile github.com/bahlo/generic-list-go=/tmp/go-build3999932643/b656/_pkg_.a
2025-08-20T21:55:19.8195553Z [00:04:02.464]➜  packagefile github.com/buger/jsonparser=/tmp/go-build3999932643/b657/_pkg_.a
2025-08-20T21:55:19.8196142Z [00:04:02.464]➜  packagefile github.com/mailru/easyjson/jwriter=/tmp/go-build3999932643/b658/_pkg_.a
2025-08-20T21:55:19.8196677Z [00:04:02.464]➜  packagefile go/scanner=/tmp/go-build3999932643/b661/_pkg_.a
2025-08-20T21:55:19.8197190Z [00:04:02.464]➜  packagefile go/doc/comment=/tmp/go-build3999932643/b664/_pkg_.a
2025-08-20T21:55:19.8197999Z [00:04:02.464]➜  packagefile internal/lazyregexp=/tmp/go-build3999932643/b665/_pkg_.a
2025-08-20T21:55:19.8198583Z [00:04:02.464]➜  packagefile go/build/constraint=/tmp/go-build3999932643/b667/_pkg_.a
2025-08-20T21:55:19.8199140Z [00:04:02.464]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3999932643/b085/_pkg_.a
2025-08-20T21:55:19.8199679Z [00:04:02.464]➜  packagefile golang.org/x/net/bpf=/tmp/go-build3999932643/b226/_pkg_.a
2025-08-20T21:55:19.8200231Z [00:04:02.464]➜  packagefile golang.org/x/net/internal/iana=/tmp/go-build3999932643/b227/_pkg_.a
2025-08-20T21:55:19.8200812Z [00:04:02.464]➜  packagefile golang.org/x/net/internal/socket=/tmp/go-build3999932643/b228/_pkg_.a
2025-08-20T21:55:19.8201340Z [00:04:02.464]➜  packagefile hash/adler32=/tmp/go-build3999932643/b170/_pkg_.a
2025-08-20T21:55:19.8201840Z [00:04:02.464]➜  packagefile github.com/hdm/jarm-go=/tmp/go-build3999932643/b740/_pkg_.a
2025-08-20T21:55:19.8202445Z [00:04:02.464]➜  packagefile github.com/sashabaranov/go-openai/internal=/tmp/go-build3999932643/b735/_pkg_.a
2025-08-20T21:55:19.8203047Z [00:04:02.464]➜  packagefile golang.org/x/text/internal=/tmp/go-build3999932643/b526/_pkg_.a
2025-08-20T21:55:19.8203612Z [00:04:02.464]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build3999932643/b135/_pkg_.a
2025-08-20T21:55:19.8204129Z [00:04:02.464]➜  packagefile crypto/fips140=/tmp/go-build3999932643/b151/_pkg_.a
2025-08-20T21:55:19.8204679Z [00:04:02.464]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build3999932643/b143/_pkg_.a
2025-08-20T21:55:19.8205319Z [00:04:02.464]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3999932643/b144/_pkg_.a
2025-08-20T21:55:19.8205991Z [00:04:02.464]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build3999932643/b145/_pkg_.a
2025-08-20T21:55:19.8206927Z [00:04:02.464]➜  packagefile crypto/mlkem=/tmp/go-build3999932643/b348/_pkg_.a
2025-08-20T21:55:19.8207767Z [00:04:02.464]➜  packagefile github.com/cloudflare/circl/hpke=/tmp/go-build3999932643/b349/_pkg_.a
2025-08-20T21:55:19.8208422Z [00:04:02.464]➜  packagefile github.com/cloudflare/circl/kem=/tmp/go-build3999932643/b358/_pkg_.a
2025-08-20T21:55:19.8209014Z [00:04:02.464]➜  packagefile github.com/cloudflare/circl/pki=/tmp/go-build3999932643/b373/_pkg_.a
2025-08-20T21:55:19.8209615Z [00:04:02.464]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build3999932643/b374/_pkg_.a
2025-08-20T21:55:19.8210266Z [00:04:02.464]➜  packagefile github.com/cloudflare/circl/sign/eddilithium3=/tmp/go-build3999932643/b390/_pkg_.a
2025-08-20T21:55:19.8210964Z [00:04:02.464]➜  packagefile github.com/refraction-networking/utls/dicttls=/tmp/go-build3999932643/b397/_pkg_.a
2025-08-20T21:55:19.8211698Z [00:04:02.464]➜  packagefile github.com/refraction-networking/utls/internal/boring=/tmp/go-build3999932643/b398/_pkg_.a
2025-08-20T21:55:19.8212472Z [00:04:02.464]➜  packagefile github.com/refraction-networking/utls/internal/byteorder=/tmp/go-build3999932643/b399/_pkg_.a
2025-08-20T21:55:19.8213259Z [00:04:02.464]➜  packagefile github.com/refraction-networking/utls/internal/fips140tls=/tmp/go-build3999932643/b400/_pkg_.a
2025-08-20T21:55:19.8214030Z [00:04:02.464]➜  packagefile github.com/refraction-networking/utls/internal/helper=/tmp/go-build3999932643/b401/_pkg_.a
2025-08-20T21:55:19.8214961Z [00:04:02.464]➜  packagefile github.com/refraction-networking/utls/internal/hkdf=/tmp/go-build3999932643/b402/_pkg_.a
2025-08-20T21:55:19.8215705Z [00:04:02.464]➜  packagefile github.com/refraction-networking/utls/internal/hpke=/tmp/go-build3999932643/b403/_pkg_.a
2025-08-20T21:55:19.8216469Z [00:04:02.464]➜  packagefile github.com/refraction-networking/utls/internal/quicvarint=/tmp/go-build3999932643/b404/_pkg_.a
2025-08-20T21:55:19.8217240Z [00:04:02.464]➜  packagefile github.com/refraction-networking/utls/internal/tls12=/tmp/go-build3999932643/b406/_pkg_.a
2025-08-20T21:55:19.8218192Z [00:04:02.464]➜  packagefile github.com/refraction-networking/utls/internal/tls13=/tmp/go-build3999932643/b407/_pkg_.a
2025-08-20T21:55:19.8218959Z [00:04:02.464]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build3999932643/b353/_pkg_.a
2025-08-20T21:55:19.8219574Z [00:04:02.464]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3999932643/b372/_pkg_.a
2025-08-20T21:55:19.8220152Z [00:04:02.464]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build3999932643/b457/_pkg_.a
2025-08-20T21:55:19.8220742Z [00:04:02.464]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build3999932643/b458/_pkg_.a
2025-08-20T21:55:19.8221310Z [00:04:02.464]➜  packagefile github.com/leslie-qiwa/flat=/tmp/go-build3999932643/b1323/_pkg_.a
2025-08-20T21:55:19.8222001Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/dataformat=/tmp/go-build3999932643/b1325/_pkg_.a
2025-08-20T21:55:19.8222686Z [00:04:02.464]➜  packagefile golang.org/x/net/html/charset=/tmp/go-build3999932643/b721/_pkg_.a
2025-08-20T21:55:19.8223260Z [00:04:02.464]➜  packagefile github.com/itchyny/timefmt-go=/tmp/go-build3999932643/b727/_pkg_.a
2025-08-20T21:55:19.8223913Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4=/tmp/go-build3999932643/b1251/_pkg_.a
2025-08-20T21:55:19.8224575Z [00:04:02.464]➜  packagefile github.com/dsnet/compress/internal=/tmp/go-build3999932643/b305/_pkg_.a
2025-08-20T21:55:19.8225220Z [00:04:02.464]➜  packagefile github.com/dsnet/compress/internal/errors=/tmp/go-build3999932643/b306/_pkg_.a
2025-08-20T21:55:19.8225859Z [00:04:02.464]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build3999932643/b278/_pkg_.a
2025-08-20T21:55:19.8226453Z [00:04:02.464]➜  packagefile github.com/klauspost/compress=/tmp/go-build3999932643/b295/_pkg_.a
2025-08-20T21:55:19.8227051Z [00:04:02.464]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build3999932643/b296/_pkg_.a
2025-08-20T21:55:19.8228119Z [00:04:02.464]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build3999932643/b279/_pkg_.a
2025-08-20T21:55:19.8228880Z [00:04:02.464]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build3999932643/b298/_pkg_.a
2025-08-20T21:55:19.8229608Z [00:04:02.464]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build3999932643/b299/_pkg_.a
2025-08-20T21:55:19.8230288Z [00:04:02.464]➜  packagefile github.com/Mzack9999/goja_nodejs/util=/tmp/go-build3999932643/b829/_pkg_.a
2025-08-20T21:55:19.8230992Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/bytes=/tmp/go-build3999932643/b838/_pkg_.a
2025-08-20T21:55:19.8231757Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/fs=/tmp/go-build3999932643/b841/_pkg_.a
2025-08-20T21:55:19.8232516Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ikev2=/tmp/go-build3999932643/b898/_pkg_.a
2025-08-20T21:55:19.8233310Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/kerberos=/tmp/go-build3999932643/b932/_pkg_.a
2025-08-20T21:55:19.8234091Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ldap=/tmp/go-build3999932643/b971/_pkg_.a
2025-08-20T21:55:19.8234859Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/mssql=/tmp/go-build3999932643/b976/_pkg_.a
2025-08-20T21:55:19.8235774Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/mysql=/tmp/go-build3999932643/b996/_pkg_.a
2025-08-20T21:55:19.8236539Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/net=/tmp/go-build3999932643/b999/_pkg_.a
2025-08-20T21:55:19.8237313Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/oracle=/tmp/go-build3999932643/b1001/_pkg_.a
2025-08-20T21:55:19.8238270Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/pop3=/tmp/go-build3999932643/b1004/_pkg_.a
2025-08-20T21:55:19.8239070Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/postgres=/tmp/go-build3999932643/b1007/_pkg_.a
2025-08-20T21:55:19.8239952Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/rdp=/tmp/go-build3999932643/b1025/_pkg_.a
2025-08-20T21:55:19.8240399Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/redis=/tmp/go-build3999932643/b1028/_pkg_.a
2025-08-20T21:55:19.8240802Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/rsync=/tmp/go-build3999932643/b1042/_pkg_.a
2025-08-20T21:55:19.8241188Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/smb=/tmp/go-build3999932643/b1045/_pkg_.a
2025-08-20T21:55:19.8241573Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/smtp=/tmp/go-build3999932643/b1062/_pkg_.a
2025-08-20T21:55:19.8241963Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ssh=/tmp/go-build3999932643/b1066/_pkg_.a
2025-08-20T21:55:19.8242362Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/structs=/tmp/go-build3999932643/b839/_pkg_.a
2025-08-20T21:55:19.8242764Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/telnet=/tmp/go-build3999932643/b1072/_pkg_.a
2025-08-20T21:55:19.8243146Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/vnc=/tmp/go-build3999932643/b1075/_pkg_.a
2025-08-20T21:55:19.8243522Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/utils=/tmp/go-build3999932643/b836/_pkg_.a
2025-08-20T21:55:19.8243860Z [00:04:02.464]➜  packagefile github.com/ditashi/jsbeautifier-go/optargs=/tmp/go-build3999932643/b1218/_pkg_.a
2025-08-20T21:55:19.8244211Z [00:04:02.464]➜  packagefile github.com/ditashi/jsbeautifier-go/tokenizer=/tmp/go-build3999932643/b1219/_pkg_.a
2025-08-20T21:55:19.8244648Z [00:04:02.464]➜  packagefile github.com/ditashi/jsbeautifier-go/unpackers=/tmp/go-build3999932643/b1221/_pkg_.a
2025-08-20T21:55:19.8245109Z [00:04:02.464]➜  packagefile github.com/ditashi/jsbeautifier-go/utils=/tmp/go-build3999932643/b1220/_pkg_.a
2025-08-20T21:55:19.8245460Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/gozero/cmdexec=/tmp/go-build3999932643/b1223/_pkg_.a
2025-08-20T21:55:19.8245770Z [00:04:02.464]➜  packagefile github.com/h2non/filetype/matchers=/tmp/go-build3999932643/b1317/_pkg_.a
2025-08-20T21:55:19.8246068Z [00:04:02.464]➜  packagefile github.com/h2non/filetype/types=/tmp/go-build3999932643/b1319/_pkg_.a
2025-08-20T21:55:19.8246428Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/auto=/tmp/go-build3999932643/b1341/_pkg_.a
2025-08-20T21:55:19.8246786Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/jarm=/tmp/go-build3999932643/b1344/_pkg_.a
2025-08-20T21:55:19.8247142Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/tls=/tmp/go-build3999932643/b1343/_pkg_.a
2025-08-20T21:55:19.8247693Z [00:04:02.464]➜  packagefile github.com/gobwas/httphead=/tmp/go-build3999932643/b1347/_pkg_.a
2025-08-20T21:55:19.8248036Z [00:04:02.464]➜  packagefile github.com/gobwas/pool/pbufio=/tmp/go-build3999932643/b1348/_pkg_.a
2025-08-20T21:55:19.8248298Z [00:04:02.464]➜  packagefile github.com/gobwas/pool=/tmp/go-build3999932643/b1349/_pkg_.a
2025-08-20T21:55:19.8248587Z [00:04:02.464]➜  packagefile github.com/gobwas/pool/pbytes=/tmp/go-build3999932643/b1352/_pkg_.a
2025-08-20T21:55:19.8249050Z [00:04:02.464]➜  packagefile github.com/openrdap/rdap/bootstrap=/tmp/go-build3999932643/b1304/_pkg_.a
2025-08-20T21:55:19.8249395Z [00:04:02.464]➜  packagefile github.com/openrdap/rdap/bootstrap/cache=/tmp/go-build3999932643/b1305/_pkg_.a
2025-08-20T21:55:19.8249692Z [00:04:02.464]➜  packagefile github.com/openrdap/rdap/sandbox=/tmp/go-build3999932643/b1307/_pkg_.a
2025-08-20T21:55:19.8249984Z [00:04:02.464]➜  packagefile gopkg.in/alecthomas/kingpin.v2=/tmp/go-build3999932643/b1308/_pkg_.a
2025-08-20T21:55:19.8250432Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/flow/builtin=/tmp/go-build3999932643/b1358/_pkg_.a
2025-08-20T21:55:19.8250902Z [00:04:02.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/utils=/tmp/go-build3999932643/b1360/_pkg_.a
2025-08-20T21:55:19.8251229Z [00:04:02.464]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build3999932643/b113/_pkg_.a
2025-08-20T21:55:19.8251524Z [00:04:02.464]➜  packagefile github.com/aymerick/douceur/css=/tmp/go-build3999932643/b195/_pkg_.a
2025-08-20T21:55:19.8251810Z [00:04:02.464]➜  packagefile github.com/gorilla/css/scanner=/tmp/go-build3999932643/b196/_pkg_.a
2025-08-20T21:55:19.8252108Z [00:04:02.464]➜  packagefile golang.org/x/crypto/openpgp/armor=/tmp/go-build3999932643/b546/_pkg_.a
2025-08-20T21:55:19.8252414Z [00:04:02.464]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build3999932643/b547/_pkg_.a
2025-08-20T21:55:19.8252720Z [00:04:02.464]➜  packagefile golang.org/x/crypto/openpgp/packet=/tmp/go-build3999932643/b548/_pkg_.a
2025-08-20T21:55:19.8253017Z [00:04:02.464]➜  packagefile golang.org/x/crypto/openpgp/s2k=/tmp/go-build3999932643/b551/_pkg_.a
2025-08-20T21:55:19.8253295Z [00:04:02.464]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build3999932643/b556/_pkg_.a
2025-08-20T21:55:19.8253569Z [00:04:02.464]➜  packagefile golang.org/x/crypto/scrypt=/tmp/go-build3999932643/b557/_pkg_.a
2025-08-20T21:55:19.8253800Z [00:04:02.464]➜  packagefile compress/bzip2=/tmp/go-build3999932643/b276/_pkg_.a
2025-08-20T21:55:19.8254103Z [00:04:02.464]➜  packagefile github.com/shirou/gopsutil/v3/cpu=/tmp/go-build3999932643/b564/_pkg_.a
2025-08-20T21:55:19.8254456Z [00:04:02.464]➜  packagefile github.com/shirou/gopsutil/v3/internal/common=/tmp/go-build3999932643/b565/_pkg_.a
2025-08-20T21:55:19.8254759Z [00:04:02.464]➜  packagefile github.com/shirou/gopsutil/v3/mem=/tmp/go-build3999932643/b569/_pkg_.a
2025-08-20T21:55:19.8255195Z [00:04:02.464]➜  packagefile github.com/shirou/gopsutil/v3/net=/tmp/go-build3999932643/b570/_pkg_.a
2025-08-20T21:55:19.8255561Z [00:04:02.464]➜  packagefile github.com/tklauser/go-sysconf=/tmp/go-build3999932643/b567/_pkg_.a
2025-08-20T21:55:19.8255944Z [00:04:02.464]➜  packagefile github.com/andybalholm/brotli/matchfinder=/tmp/go-build3999932643/b254/_pkg_.a
2025-08-20T21:55:19.8256221Z [00:04:02.464]➜  packagefile github.com/bodgit/plumbing=/tmp/go-build3999932643/b256/_pkg_.a
2025-08-20T21:55:19.8256556Z [00:04:02.464]➜  packagefile github.com/bodgit/sevenzip/internal/aes7z=/tmp/go-build3999932643/b257/_pkg_.a
2025-08-20T21:55:19.8256888Z [00:04:02.464]➜  packagefile github.com/bodgit/sevenzip/internal/bcj2=/tmp/go-build3999932643/b269/_pkg_.a
2025-08-20T21:55:19.8257208Z [00:04:02.464]➜  packagefile github.com/bodgit/sevenzip/internal/bra=/tmp/go-build3999932643/b273/_pkg_.a
2025-08-20T21:55:19.8257725Z [00:04:02.464]➜  packagefile github.com/bodgit/sevenzip/internal/brotli=/tmp/go-build3999932643/b274/_pkg_.a
2025-08-20T21:55:19.8258116Z [00:04:02.464]➜  packagefile github.com/bodgit/sevenzip/internal/bzip2=/tmp/go-build3999932643/b275/_pkg_.a
2025-08-20T21:55:19.8258464Z [00:04:02.464]➜  packagefile github.com/bodgit/sevenzip/internal/deflate=/tmp/go-build3999932643/b277/_pkg_.a
2025-08-20T21:55:19.8258797Z [00:04:02.464]➜  packagefile github.com/bodgit/sevenzip/internal/delta=/tmp/go-build3999932643/b280/_pkg_.a
2025-08-20T21:55:19.8259127Z [00:04:02.464]➜  packagefile github.com/bodgit/sevenzip/internal/lz4=/tmp/go-build3999932643/b281/_pkg_.a
2025-08-20T21:55:19.8259614Z [00:04:02.464]➜  packagefile github.com/bodgit/sevenzip/internal/lzma=/tmp/go-build3999932643/b287/_pkg_.a
2025-08-20T21:55:19.8259948Z [00:04:02.464]➜  packagefile github.com/bodgit/sevenzip/internal/lzma2=/tmp/go-build3999932643/b291/_pkg_.a
2025-08-20T21:55:19.8260273Z [00:04:02.464]➜  packagefile github.com/bodgit/sevenzip/internal/pool=/tmp/go-build3999932643/b292/_pkg_.a
2025-08-20T21:55:19.8260601Z [00:04:02.464]➜  packagefile github.com/bodgit/sevenzip/internal/util=/tmp/go-build3999932643/b270/_pkg_.a
2025-08-20T21:55:19.8260935Z [00:04:02.464]➜  packagefile github.com/bodgit/sevenzip/internal/zstd=/tmp/go-build3999932643/b293/_pkg_.a
2025-08-20T21:55:19.8261276Z [00:04:02.464]➜  packagefile github.com/bodgit/windows=/tmp/go-build3999932643/b300/_pkg_.a
2025-08-20T21:55:19.8261649Z [00:04:02.464]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3999932643/b271/_pkg_.a
2025-08-20T21:55:19.8261902Z [00:04:02.464]➜  packagefile go4.org/readerutil=/tmp/go-build3999932643/b301/_pkg_.a
2025-08-20T21:55:19.8262210Z [00:04:02.464]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build3999932643/b262/_pkg_.a
2025-08-20T21:55:19.8262567Z [00:04:02.464]➜  packagefile github.com/dsnet/compress/bzip2/internal/sais=/tmp/go-build3999932643/b304/_pkg_.a
2025-08-20T21:55:19.8262899Z [00:04:02.464]➜  packagefile github.com/dsnet/compress/internal/prefix=/tmp/go-build3999932643/b307/_pkg_.a
2025-08-20T21:55:19.8263249Z [00:04:02.464]➜  packagefile github.com/klauspost/compress/internal/race=/tmp/go-build3999932643/b311/_pkg_.a
2025-08-20T21:55:19.8263606Z [00:04:02.464]➜  packagefile github.com/klauspost/compress/internal/godebug=/tmp/go-build3999932643/b313/_pkg_.a
2025-08-20T21:55:19.8263827Z [00:04:02.464]➜  packagefile hash/crc64=/tmp/go-build3999932643/b317/_pkg_.a
2025-08-20T21:55:19.8264171Z [00:04:02.464]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4block=/tmp/go-build3999932643/b283/_pkg_.a
2025-08-20T21:55:19.8264522Z [00:04:02.464]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build3999932643/b284/_pkg_.a
2025-08-20T21:55:19.8264864Z [00:04:02.464]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4stream=/tmp/go-build3999932643/b285/_pkg_.a
2025-08-20T21:55:19.8265144Z [00:04:02.464]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build3999932643/b288/_pkg_.a
2025-08-20T21:55:19.8265457Z [00:04:02.464]➜  packagefile github.com/ulikunitz/xz/internal/xlog=/tmp/go-build3999932643/b290/_pkg_.a
2025-08-20T21:55:19.8265891Z [00:04:02.464]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build3999932643/b132/_pkg_.a
2025-08-20T21:55:19.8266241Z [00:04:02.464]➜  packagefile github.com/klauspost/cpuid/v2=/tmp/go-build3999932643/b583/_pkg_.a
2025-08-20T21:55:19.8266555Z [00:04:02.464]➜  packagefile github.com/mholt/acmez=/tmp/go-build3999932643/b585/_pkg_.a
2025-08-20T21:55:19.8266832Z [00:04:02.464]➜  packagefile github.com/mholt/acmez/acme=/tmp/go-build3999932643/b586/_pkg_.a
2025-08-20T21:55:19.8267096Z [00:04:02.464]➜  packagefile github.com/zeebo/blake3=/tmp/go-build3999932643/b595/_pkg_.a
2025-08-20T21:55:19.8267482Z [00:04:02.464]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build3999932643/b591/_pkg_.a
2025-08-20T21:55:19.8267781Z [00:04:02.464]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build3999932643/b605/_pkg_.a
2025-08-20T21:55:19.8268034Z [00:04:02.464]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build3999932643/b588/_pkg_.a
2025-08-20T21:55:19.8268295Z [00:04:02.464]➜  packagefile go.uber.org/zap/internal=/tmp/go-build3999932643/b590/_pkg_.a
2025-08-20T21:55:19.8268608Z [00:04:02.464]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build3999932643/b592/_pkg_.a
2025-08-20T21:55:19.8268893Z [00:04:02.464]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build3999932643/b589/_pkg_.a
2025-08-20T21:55:19.8269151Z [00:04:02.464]➜  packagefile github.com/golang/snappy=/tmp/go-build3999932643/b429/_pkg_.a
2025-08-20T21:55:19.8269456Z [00:04:02.464]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build3999932643/b208/_pkg_.a
2025-08-20T21:55:19.8269911Z [00:04:02.464]➜  packagefile github.com/bytedance/sonic/internal/caching=/tmp/go-build3999932643/b630/_pkg_.a
2025-08-20T21:55:19.8270253Z [00:04:02.464]➜  packagefile github.com/bytedance/sonic/internal/native=/tmp/go-build3999932643/b634/_pkg_.a
2025-08-20T21:55:19.8270618Z [00:04:02.464]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build3999932643/b636/_pkg_.a
2025-08-20T21:55:19.8270950Z [00:04:02.464]➜  packagefile github.com/bytedance/sonic/internal/utils=/tmp/go-build3999932643/b641/_pkg_.a
2025-08-20T21:55:19.8271260Z [00:04:02.464]➜  packagefile github.com/bytedance/sonic/unquote=/tmp/go-build3999932643/b642/_pkg_.a
2025-08-20T21:55:19.8271627Z [00:04:02.464]➜  packagefile github.com/bytedance/sonic/utf8=/tmp/go-build3999932643/b640/_pkg_.a
2025-08-20T21:55:19.8271998Z [00:04:02.464]➜  packagefile github.com/bytedance/sonic/internal/decoder/api=/tmp/go-build3999932643/b644/_pkg_.a
2025-08-20T21:55:19.8272343Z [00:04:02.464]➜  packagefile github.com/bytedance/sonic/internal/encoder=/tmp/go-build3999932643/b627/_pkg_.a
2025-08-20T21:55:19.8272619Z [00:04:02.464]➜  packagefile golang.org/x/arch/x86/x86asm=/tmp/go-build3999932643/b633/_pkg_.a
2025-08-20T21:55:19.8272915Z [00:04:02.464]➜  packagefile github.com/dlclark/regexp2/syntax=/tmp/go-build3999932643/b485/_pkg_.a
2025-08-20T21:55:19.8273135Z [00:04:02.464]➜  packagefile debug/macho=/tmp/go-build3999932643/b802/_pkg_.a
2025-08-20T21:55:19.8273498Z [00:04:02.464]➜  packagefile github.com/gabriel-vasile/mimetype/internal/json=/tmp/go-build3999932643/b803/_pkg_.a
2025-08-20T21:55:19.8273838Z [00:04:02.464]➜  packagefile github.com/go-playground/locales/currency=/tmp/go-build3999932643/b806/_pkg_.a
2025-08-20T21:55:19.8274126Z [00:04:02.464]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build3999932643/b529/_pkg_.a
2025-08-20T21:55:19.8274327Z [00:04:02.464]➜  packagefile expvar=/tmp/go-build3999932643/b302/_pkg_.a
2025-08-20T21:55:19.8274616Z [00:04:02.464]➜  packagefile github.com/akrylysov/pogreb/fs=/tmp/go-build3999932643/b414/_pkg_.a
2025-08-20T21:55:19.8274963Z [00:04:02.464]➜  packagefile github.com/akrylysov/pogreb/internal/errors=/tmp/go-build3999932643/b415/_pkg_.a
2025-08-20T21:55:19.8275291Z [00:04:02.464]➜  packagefile github.com/akrylysov/pogreb/internal/hash=/tmp/go-build3999932643/b416/_pkg_.a
2025-08-20T21:55:19.8275553Z [00:04:02.464]➜  packagefile github.com/tidwall/btree=/tmp/go-build3999932643/b431/_pkg_.a
2025-08-20T21:55:19.8275913Z [00:04:02.464]➜  packagefile github.com/tidwall/grect=/tmp/go-build3999932643/b432/_pkg_.a
2025-08-20T21:55:19.8276242Z [00:04:02.464]➜  packagefile github.com/tidwall/rtred=/tmp/go-build3999932643/b433/_pkg_.a
2025-08-20T21:55:19.8276589Z [00:04:02.464]➜  packagefile github.com/gaissmai/bart/internal/allot=/tmp/go-build3999932643/b441/_pkg_.a
2025-08-20T21:55:19.8276909Z [00:04:02.464]➜  packagefile github.com/gaissmai/bart/internal/art=/tmp/go-build3999932643/b443/_pkg_.a
2025-08-20T21:55:19.8277245Z [00:04:02.464]➜  packagefile github.com/gaissmai/bart/internal/bitset=/tmp/go-build3999932643/b442/_pkg_.a
2025-08-20T21:55:19.8277734Z [00:04:02.464]➜  packagefile github.com/gaissmai/bart/internal/lpm=/tmp/go-build3999932643/b444/_pkg_.a
2025-08-20T21:55:19.8278108Z [00:04:02.464]➜  packagefile github.com/gaissmai/bart/internal/sparse=/tmp/go-build3999932643/b445/_pkg_.a
2025-08-20T21:55:19.8278416Z [00:04:02.464]➜  packagefile github.com/cloudflare/cfssl/helpers=/tmp/go-build3999932643/b684/_pkg_.a
2025-08-20T21:55:19.8278725Z [00:04:02.464]➜  packagefile github.com/zmap/zcrypto/cryptobyte=/tmp/go-build3999932643/b461/_pkg_.a
2025-08-20T21:55:19.8279054Z [00:04:02.464]➜  packagefile github.com/zmap/zcrypto/cryptobyte/asn1=/tmp/go-build3999932643/b462/_pkg_.a
2025-08-20T21:55:19.8279335Z [00:04:02.464]➜  packagefile github.com/zmap/zcrypto/util=/tmp/go-build3999932643/b464/_pkg_.a
2025-08-20T21:55:19.8279611Z [00:04:02.464]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build3999932643/b467/_pkg_.a
2025-08-20T21:55:19.8280116Z [00:04:02.464]➜  packagefile github.com/zmap/zcrypto/internal/randutil=/tmp/go-build3999932643/b452/_pkg_.a
2025-08-20T21:55:19.8280401Z [00:04:02.464]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build3999932643/b369/_pkg_.a
2025-08-20T21:55:19.8280702Z [00:04:02.464]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build3999932643/b370/_pkg_.a
2025-08-20T21:55:19.8281017Z [00:04:02.464]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build3999932643/b371/_pkg_.a
2025-08-20T21:55:19.8281445Z [00:04:02.464]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3999932643/b1417/_pkg_.a
2025-08-20T21:55:19.8281927Z [00:04:02.464]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3999932643/b1421/_pkg_.a
2025-08-20T21:55:19.8282299Z [00:04:02.464]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build3999932643/b1425/_pkg_.a
2025-08-20T21:55:19.8282738Z [00:04:02.464]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/internal/resource=/tmp/go-build3999932643/b1440/_pkg_.a
2025-08-20T21:55:19.8283117Z [00:04:02.464]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/policy=/tmp/go-build3999932643/b1441/_pkg_.a
2025-08-20T21:55:19.8283501Z [00:04:02.464]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/temporal=/tmp/go-build3999932643/b1437/_pkg_.a
2025-08-20T21:55:19.8283888Z [00:04:02.464]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3999932643/b1418/_pkg_.a
2025-08-20T21:55:19.8284307Z [00:04:02.464]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build3999932643/b1427/_pkg_.a
2025-08-20T21:55:19.8284747Z [00:04:02.464]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/async=/tmp/go-build3999932643/b1429/_pkg_.a
2025-08-20T21:55:19.8285185Z [00:04:02.464]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/body=/tmp/go-build3999932643/b1430/_pkg_.a
2025-08-20T21:55:19.8285623Z [00:04:02.464]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/fake=/tmp/go-build3999932643/b1431/_pkg_.a
2025-08-20T21:55:19.8286047Z [00:04:02.464]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc=/tmp/go-build3999932643/b1432/_pkg_.a
2025-08-20T21:55:19.8286472Z [00:04:02.464]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/op=/tmp/go-build3999932643/b1433/_pkg_.a
2025-08-20T21:55:19.8286978Z [00:04:02.464]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/diag=/tmp/go-build3999932643/b1435/_pkg_.a
2025-08-20T21:55:19.8287610Z [00:04:02.464]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/exported=/tmp/go-build3999932643/b1422/_pkg_.a
2025-08-20T21:55:19.8288056Z [00:04:02.464]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build3999932643/b1428/_pkg_.a
2025-08-20T21:55:19.8288433Z [00:04:02.464]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build3999932643/b1438/_pkg_.a
2025-08-20T21:55:19.8288891Z [00:04:02.464]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache=/tmp/go-build3999932643/b1443/_pkg_.a
2025-08-20T21:55:19.8289383Z [00:04:02.464]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base=/tmp/go-build3999932643/b1445/_pkg_.a
2025-08-20T21:55:19.8289889Z [00:04:02.464]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported=/tmp/go-build3999932643/b1453/_pkg_.a
2025-08-20T21:55:19.8290397Z [00:04:02.464]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth=/tmp/go-build3999932643/b1452/_pkg_.a
2025-08-20T21:55:19.8290906Z [00:04:02.464]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops=/tmp/go-build3999932643/b1454/_pkg_.a
2025-08-20T21:55:19.8291662Z [00:04:02.464]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build3999932643/b1455/_pkg_.a
2025-08-20T21:55:19.8292217Z [00:04:02.464]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3999932643/b1456/_pkg_.a
2025-08-20T21:55:19.8292744Z [00:04:02.464]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/options=/tmp/go-build3999932643/b1464/_pkg_.a
2025-08-20T21:55:19.8293250Z [00:04:02.464]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build3999932643/b1460/_pkg_.a
2025-08-20T21:55:19.8293634Z [00:04:02.464]➜  packagefile github.com/kylelemons/godebug/pretty=/tmp/go-build3999932643/b1447/_pkg_.a
2025-08-20T21:55:19.8294170Z [00:04:02.464]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storage=/tmp/go-build3999932643/b1449/_pkg_.a
2025-08-20T21:55:19.8294669Z [00:04:02.464]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/local=/tmp/go-build3999932643/b1467/_pkg_.a
2025-08-20T21:55:19.8294929Z [00:04:02.464]➜  packagefile github.com/pkg/browser=/tmp/go-build3999932643/b1468/_pkg_.a
2025-08-20T21:55:19.8295257Z [00:04:02.464]➜  packagefile golang.org/x/crypto/pkcs12/internal/rc2=/tmp/go-build3999932643/b694/_pkg_.a
2025-08-20T21:55:19.8295675Z [00:04:02.464]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build3999932643/b1471/_pkg_.a
2025-08-20T21:55:19.8296031Z [00:04:02.464]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build3999932643/b1473/_pkg_.a
2025-08-20T21:55:19.8296456Z [00:04:02.464]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/appendblob=/tmp/go-build3999932643/b1480/_pkg_.a
2025-08-20T21:55:19.8296868Z [00:04:02.464]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/pageblob=/tmp/go-build3999932643/b1481/_pkg_.a
2025-08-20T21:55:19.8297273Z [00:04:02.464]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/log=/tmp/go-build3999932643/b1419/_pkg_.a
2025-08-20T21:55:19.8297707Z [00:04:02.464]➜  packagefile github.com/aws/smithy-go/context=/tmp/go-build3999932643/b1236/_pkg_.a
2025-08-20T21:55:19.8298100Z [00:04:02.464]➜  packagefile github.com/aws/smithy-go/internal/sync/singleflight=/tmp/go-build3999932643/b1237/_pkg_.a
2025-08-20T21:55:19.8298563Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client=/tmp/go-build3999932643/b1267/_pkg_.a
2025-08-20T21:55:19.8299112Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build3999932643/b1297/_pkg_.a
2025-08-20T21:55:19.8299551Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config=/tmp/go-build3999932643/b1264/_pkg_.a
2025-08-20T21:55:19.8299918Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build3999932643/b1274/_pkg_.a
2025-08-20T21:55:19.8300323Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints=/tmp/go-build3999932643/b1280/_pkg_.a
2025-08-20T21:55:19.8300667Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/types=/tmp/go-build3999932643/b1282/_pkg_.a
2025-08-20T21:55:19.8301085Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints=/tmp/go-build3999932643/b1286/_pkg_.a
2025-08-20T21:55:19.8301455Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/types=/tmp/go-build3999932643/b1287/_pkg_.a
2025-08-20T21:55:19.8301773Z [00:04:02.464]➜  packagefile github.com/aws/smithy-go/encoding/json=/tmp/go-build3999932643/b1288/_pkg_.a
2025-08-20T21:55:19.8302125Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/query=/tmp/go-build3999932643/b1292/_pkg_.a
2025-08-20T21:55:19.8302523Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints=/tmp/go-build3999932643/b1296/_pkg_.a
2025-08-20T21:55:19.8303021Z [00:04:02.464]➜  packagefile github.com/aws/smithy-go/transport/http/internal/io=/tmp/go-build3999932643/b1246/_pkg_.a
2025-08-20T21:55:19.8303350Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/ratelimit=/tmp/go-build3999932643/b1261/_pkg_.a
2025-08-20T21:55:19.8303696Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/timeconv=/tmp/go-build3999932643/b1263/_pkg_.a
2025-08-20T21:55:19.8304089Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto=/tmp/go-build3999932643/b1490/_pkg_.a
2025-08-20T21:55:19.8304471Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4=/tmp/go-build3999932643/b1491/_pkg_.a
2025-08-20T21:55:19.8304935Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build3999932643/b1494/_pkg_.a
2025-08-20T21:55:19.8305309Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/arn=/tmp/go-build3999932643/b1497/_pkg_.a
2025-08-20T21:55:19.8305673Z [00:04:02.464]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3999932643/b1281/_pkg_.a
2025-08-20T21:55:19.8305971Z [00:04:02.464]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build3999932643/b1289/_pkg_.a
2025-08-20T21:55:19.8306319Z [00:04:02.464]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/tmp/go-build3999932643/b1508/_pkg_.a
2025-08-20T21:55:19.8306670Z [00:04:02.464]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build3999932643/b1510/_pkg_.a
2025-08-20T21:55:19.8307025Z [00:04:02.464]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build3999932643/b1520/_pkg_.a
2025-08-20T21:55:19.8307654Z [00:04:02.464]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build3999932643/b1521/_pkg_.a
2025-08-20T21:55:19.8308066Z [00:04:02.464]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build3999932643/b1522/_pkg_.a
2025-08-20T21:55:19.8308416Z [00:04:02.464]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build3999932643/b1523/_pkg_.a
2025-08-20T21:55:19.8308770Z [00:04:02.464]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3999932643/b1509/_pkg_.a
2025-08-20T21:55:19.8309173Z [00:04:02.464]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build3999932643/b1512/_pkg_.a
2025-08-20T21:55:19.8309553Z [00:04:02.464]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build3999932643/b1516/_pkg_.a
2025-08-20T21:55:19.8310119Z [00:04:02.464]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build3999932643/b1528/_pkg_.a
2025-08-20T21:55:19.8310494Z [00:04:02.464]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build3999932643/b1529/_pkg_.a
2025-08-20T21:55:19.8310851Z [00:04:02.464]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/tmp/go-build3999932643/b1525/_pkg_.a
2025-08-20T21:55:19.8311258Z [00:04:02.464]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build3999932643/b1519/_pkg_.a
2025-08-20T21:55:19.8311598Z [00:04:02.464]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/tmp/go-build3999932643/b1526/_pkg_.a
2025-08-20T21:55:19.8311922Z [00:04:02.464]➜  packagefile github.com/cyphar/filepath-securejoin=/tmp/go-build3999932643/b1532/_pkg_.a
2025-08-20T21:55:19.8312252Z [00:04:02.464]➜  packagefile github.com/go-git/go-billy/v5/helper/chroot=/tmp/go-build3999932643/b1533/_pkg_.a
2025-08-20T21:55:19.8312519Z [00:04:02.464]➜  packagefile github.com/go-git/gcfg=/tmp/go-build3999932643/b1544/_pkg_.a
2025-08-20T21:55:19.8312841Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build3999932643/b1557/_pkg_.a
2025-08-20T21:55:19.8313211Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/idxfile=/tmp/go-build3999932643/b1559/_pkg_.a
2025-08-20T21:55:19.8313590Z [00:04:02.464]➜  packagefile github.com/pjbgf/sha1cd=/tmp/go-build3999932643/b1540/_pkg_.a
2025-08-20T21:55:19.8313936Z [00:04:02.464]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/tmp/go-build3999932643/b1563/_pkg_.a
2025-08-20T21:55:19.8314287Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/diff=/tmp/go-build3999932643/b1569/_pkg_.a
2025-08-20T21:55:19.8314653Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/file=/tmp/go-build3999932643/b1586/_pkg_.a
2025-08-20T21:55:19.8315022Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/git=/tmp/go-build3999932643/b1593/_pkg_.a
2025-08-20T21:55:19.8315452Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/ssh=/tmp/go-build3999932643/b1595/_pkg_.a
2025-08-20T21:55:19.8315874Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/objfile=/tmp/go-build3999932643/b1590/_pkg_.a
2025-08-20T21:55:19.8316170Z [00:04:02.464]➜  packagefile github.com/jbenet/go-context/io=/tmp/go-build3999932643/b1555/_pkg_.a
2025-08-20T21:55:19.8316580Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/internal/frame=/tmp/go-build3999932643/b1575/_pkg_.a
2025-08-20T21:55:19.8316894Z [00:04:02.464]➜  packagefile github.com/go-git/go-git/v5/utils/trace=/tmp/go-build3999932643/b1579/_pkg_.a
2025-08-20T21:55:19.8317235Z [00:04:02.465]➜  packagefile github.com/Mzack9999/goja/ftoa/internal/fast=/tmp/go-build3999932643/b820/_pkg_.a
2025-08-20T21:55:19.8317713Z [00:04:02.465]➜  packagefile golang.org/x/text/internal/colltab=/tmp/go-build3999932643/b825/_pkg_.a
2025-08-20T21:55:19.8318156Z [00:04:02.465]➜  packagefile github.com/go-sourcemap/sourcemap/internal/base64vlq=/tmp/go-build3999932643/b816/_pkg_.a
2025-08-20T21:55:19.8318447Z [00:04:02.465]➜  packagefile filippo.io/edwards25519/field=/tmp/go-build3999932643/b863/_pkg_.a
2025-08-20T21:55:19.8318663Z [00:04:02.465]➜  packagefile go/constant=/tmp/go-build3999932643/b872/_pkg_.a
2025-08-20T21:55:19.8318882Z [00:04:02.465]➜  packagefile go/version=/tmp/go-build3999932643/b873/_pkg_.a
2025-08-20T21:55:19.8319120Z [00:04:02.465]➜  packagefile internal/buildcfg=/tmp/go-build3999932643/b875/_pkg_.a
2025-08-20T21:55:19.8319364Z [00:04:02.465]➜  packagefile internal/goversion=/tmp/go-build3999932643/b876/_pkg_.a
2025-08-20T21:55:19.8319616Z [00:04:02.465]➜  packagefile internal/types/errors=/tmp/go-build3999932643/b877/_pkg_.a
2025-08-20T21:55:19.8319933Z [00:04:02.465]➜  packagefile golang.org/x/tools/internal/gocommand=/tmp/go-build3999932643/b879/_pkg_.a
2025-08-20T21:55:19.8320433Z [00:04:02.465]➜  packagefile golang.org/x/tools/internal/imports=/tmp/go-build3999932643/b885/_pkg_.a
2025-08-20T21:55:19.8320769Z [00:04:02.465]➜  packagefile github.com/ysmood/leakless/pkg/shared=/tmp/go-build3999932643/b857/_pkg_.a
2025-08-20T21:55:19.8321080Z [00:04:02.465]➜  packagefile github.com/ysmood/leakless/pkg/utils=/tmp/go-build3999932643/b858/_pkg_.a
2025-08-20T21:55:19.8321348Z [00:04:02.465]➜  packagefile image/internal/imageutil=/tmp/go-build3999932643/b553/_pkg_.a
2025-08-20T21:55:19.8321583Z [00:04:02.465]➜  packagefile internal/sysinfo=/tmp/go-build3999932643/b832/_pkg_.a
2025-08-20T21:55:19.8321875Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3999932643/b1127/_pkg_.a
2025-08-20T21:55:19.8322204Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build3999932643/b1128/_pkg_.a
2025-08-20T21:55:19.8322526Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build3999932643/b1130/_pkg_.a
2025-08-20T21:55:19.8322856Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3999932643/b1131/_pkg_.a
2025-08-20T21:55:19.8323194Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3999932643/b1132/_pkg_.a
2025-08-20T21:55:19.8323495Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build3999932643/b1134/_pkg_.a
2025-08-20T21:55:19.8323981Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/internal/codecutil=/tmp/go-build3999932643/b1142/_pkg_.a
2025-08-20T21:55:19.8324317Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/internal/csfle=/tmp/go-build3999932643/b1143/_pkg_.a
2025-08-20T21:55:19.8324641Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build3999932643/b1144/_pkg_.a
2025-08-20T21:55:19.8324984Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build3999932643/b1145/_pkg_.a
2025-08-20T21:55:19.8325322Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build3999932643/b1146/_pkg_.a
2025-08-20T21:55:19.8325653Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build3999932643/b1147/_pkg_.a
2025-08-20T21:55:19.8326110Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3999932643/b1136/_pkg_.a
2025-08-20T21:55:19.8326501Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build3999932643/b1152/_pkg_.a
2025-08-20T21:55:19.8326840Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3999932643/b1140/_pkg_.a
2025-08-20T21:55:19.8327193Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3999932643/b1153/_pkg_.a
2025-08-20T21:55:19.8327684Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3999932643/b1133/_pkg_.a
2025-08-20T21:55:19.8328069Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build3999932643/b1154/_pkg_.a
2025-08-20T21:55:19.8328423Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build3999932643/b1160/_pkg_.a
2025-08-20T21:55:19.8328808Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt=/tmp/go-build3999932643/b1156/_pkg_.a
2025-08-20T21:55:19.8329222Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build3999932643/b1157/_pkg_.a
2025-08-20T21:55:19.8329601Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build3999932643/b1170/_pkg_.a
2025-08-20T21:55:19.8329963Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build3999932643/b1158/_pkg_.a
2025-08-20T21:55:19.8330334Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/topology=/tmp/go-build3999932643/b1174/_pkg_.a
2025-08-20T21:55:19.8330850Z [00:04:02.465]➜  packagefile github.com/youmark/pkcs8=/tmp/go-build3999932643/b1151/_pkg_.a
2025-08-20T21:55:19.8331206Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build3999932643/b1141/_pkg_.a
2025-08-20T21:55:19.8331605Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/connstring=/tmp/go-build3999932643/b1172/_pkg_.a
2025-08-20T21:55:19.8331994Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build3999932643/b1159/_pkg_.a
2025-08-20T21:55:19.8332261Z [00:04:02.465]➜  packagefile github.com/42wim/httpsig=/tmp/go-build3999932643/b1183/_pkg_.a
2025-08-20T21:55:19.8332529Z [00:04:02.465]➜  packagefile github.com/go-fed/httpsig=/tmp/go-build3999932643/b1188/_pkg_.a
2025-08-20T21:55:19.8332792Z [00:04:02.465]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3999932643/b1185/_pkg_.a
2025-08-20T21:55:19.8333076Z [00:04:02.465]➜  packagefile golang.org/x/crypto/ssh/agent=/tmp/go-build3999932643/b1190/_pkg_.a
2025-08-20T21:55:19.8333356Z [00:04:02.465]➜  packagefile github.com/golang-jwt/jwt/v4=/tmp/go-build3999932643/b1200/_pkg_.a
2025-08-20T21:55:19.8333656Z [00:04:02.465]➜  packagefile github.com/trivago/tgo/treflect=/tmp/go-build3999932643/b1202/_pkg_.a
2025-08-20T21:55:19.8333959Z [00:04:02.465]➜  packagefile github.com/shurcooL/graphql/ident=/tmp/go-build3999932643/b1206/_pkg_.a
2025-08-20T21:55:19.8334317Z [00:04:02.465]➜  packagefile github.com/shurcooL/graphql/internal/jsonutil=/tmp/go-build3999932643/b1207/_pkg_.a
2025-08-20T21:55:19.8334757Z [00:04:02.465]➜  packagefile github.com/go-openapi/jsonpointer=/tmp/go-build3999932643/b1374/_pkg_.a
2025-08-20T21:55:19.8335032Z [00:04:02.465]➜  packagefile github.com/mohae/deepcopy=/tmp/go-build3999932643/b1378/_pkg_.a
2025-08-20T21:55:19.8335290Z [00:04:02.465]➜  packagefile github.com/oasdiff/yaml=/tmp/go-build3999932643/b1379/_pkg_.a
2025-08-20T21:55:19.8335595Z [00:04:02.465]➜  packagefile github.com/perimeterx/marshmallow=/tmp/go-build3999932643/b1381/_pkg_.a
2025-08-20T21:55:19.8335893Z [00:04:02.465]➜  packagefile github.com/bits-and-blooms/bitset=/tmp/go-build3999932643/b1390/_pkg_.a
2025-08-20T21:55:19.8336241Z [00:04:02.465]➜  packagefile github.com/hashicorp/golang-lru/v2/simplelru=/tmp/go-build3999932643/b259/_pkg_.a
2025-08-20T21:55:19.8336648Z [00:04:02.465]➜  packagefile github.com/alecthomas/chroma/v2/formatters=/tmp/go-build3999932643/b487/_pkg_.a
2025-08-20T21:55:19.8337029Z [00:04:02.465]➜  packagefile github.com/alecthomas/chroma/v2/lexers=/tmp/go-build3999932643/b490/_pkg_.a
2025-08-20T21:55:19.8337470Z [00:04:02.465]➜  packagefile github.com/charmbracelet/x/cellbuf=/tmp/go-build3999932643/b503/_pkg_.a
2025-08-20T21:55:19.8337863Z [00:04:02.465]➜  packagefile github.com/charmbracelet/x/ansi/kitty=/tmp/go-build3999932643/b495/_pkg_.a
2025-08-20T21:55:19.8338184Z [00:04:02.465]➜  packagefile github.com/charmbracelet/x/ansi/parser=/tmp/go-build3999932643/b499/_pkg_.a
2025-08-20T21:55:19.8338468Z [00:04:02.465]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build3999932643/b515/_pkg_.a
2025-08-20T21:55:19.8338774Z [00:04:02.465]➜  packagefile github.com/mailru/easyjson/buffer=/tmp/go-build3999932643/b659/_pkg_.a
2025-08-20T21:55:19.8339095Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build3999932643/b350/_pkg_.a
2025-08-20T21:55:19.8339395Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build3999932643/b355/_pkg_.a
2025-08-20T21:55:19.8339731Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3999932643/b357/_pkg_.a
2025-08-20T21:55:19.8340092Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/kem/kyber/kyber768=/tmp/go-build3999932643/b359/_pkg_.a
2025-08-20T21:55:19.8340403Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/kem/xwing=/tmp/go-build3999932643/b366/_pkg_.a
2025-08-20T21:55:19.8340729Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/sign/schemes=/tmp/go-build3999932643/b375/_pkg_.a
2025-08-20T21:55:19.8341091Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode3=/tmp/go-build3999932643/b380/_pkg_.a
2025-08-20T21:55:19.8341617Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build3999932643/b386/_pkg_.a
2025-08-20T21:55:19.8342105Z [00:04:02.465]➜  packagefile github.com/refraction-networking/utls/internal/quicvarint/protocol=/tmp/go-build3999932643/b405/_pkg_.a
2025-08-20T21:55:19.8342419Z [00:04:02.465]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3999932643/b354/_pkg_.a
2025-08-20T21:55:19.8342686Z [00:04:02.465]➜  packagefile github.com/imdario/mergo=/tmp/go-build3999932643/b1324/_pkg_.a
2025-08-20T21:55:19.8342994Z [00:04:02.465]➜  packagefile golang.org/x/text/encoding/charmap=/tmp/go-build3999932643/b722/_pkg_.a
2025-08-20T21:55:19.8343301Z [00:04:02.465]➜  packagefile golang.org/x/text/encoding/htmlindex=/tmp/go-build3999932643/b723/_pkg_.a
2025-08-20T21:55:19.8343645Z [00:04:02.465]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/tmp/go-build3999932643/b1252/_pkg_.a
2025-08-20T21:55:19.8343952Z [00:04:02.465]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build3999932643/b297/_pkg_.a
2025-08-20T21:55:19.8344329Z [00:04:02.465]➜  packagefile github.com/projectdiscovery/n3iwf/pkg/ike/message=/tmp/go-build3999932643/b899/_pkg_.a
2025-08-20T21:55:19.8344673Z [00:04:02.465]➜  packagefile github.com/projectdiscovery/n3iwf/pkg/logger=/tmp/go-build3999932643/b900/_pkg_.a
2025-08-20T21:55:19.8344988Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/client=/tmp/go-build3999932643/b933/_pkg_.a
2025-08-20T21:55:19.8345429Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/config=/tmp/go-build3999932643/b934/_pkg_.a
2025-08-20T21:55:19.8345785Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/errorcode=/tmp/go-build3999932643/b959/_pkg_.a
2025-08-20T21:55:19.8346105Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/messages=/tmp/go-build3999932643/b964/_pkg_.a
2025-08-20T21:55:19.8346383Z [00:04:02.465]➜  packagefile github.com/go-ldap/ldap/v3=/tmp/go-build3999932643/b972/_pkg_.a
2025-08-20T21:55:19.8346674Z [00:04:02.465]➜  packagefile github.com/microsoft/go-mssqldb=/tmp/go-build3999932643/b977/_pkg_.a
2025-08-20T21:55:19.8347189Z [00:04:02.465]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/mssql=/tmp/go-build3999932643/b992/_pkg_.a
2025-08-20T21:55:19.8347845Z [00:04:02.465]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build3999932643/b993/_pkg_.a
2025-08-20T21:55:19.8348338Z [00:04:02.465]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/mysql=/tmp/go-build3999932643/b997/_pkg_.a
2025-08-20T21:55:19.8348789Z [00:04:02.465]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/oracledb=/tmp/go-build3999932643/b1002/_pkg_.a
2025-08-20T21:55:19.8349221Z [00:04:02.465]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/pop3=/tmp/go-build3999932643/b1005/_pkg_.a
2025-08-20T21:55:19.8349472Z [00:04:02.465]➜  packagefile github.com/go-pg/pg=/tmp/go-build3999932643/b1008/_pkg_.a
2025-08-20T21:55:19.8349941Z [00:04:02.465]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/postgresql=/tmp/go-build3999932643/b1019/_pkg_.a
2025-08-20T21:55:19.8350349Z [00:04:02.465]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/utils/pgwrap=/tmp/go-build3999932643/b1020/_pkg_.a
2025-08-20T21:55:19.8350781Z [00:04:02.465]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/rdp=/tmp/go-build3999932643/b1026/_pkg_.a
2025-08-20T21:55:19.8351218Z [00:04:02.465]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/redis=/tmp/go-build3999932643/b1029/_pkg_.a
2025-08-20T21:55:19.8351496Z [00:04:02.465]➜  packagefile github.com/redis/go-redis/v9=/tmp/go-build3999932643/b1030/_pkg_.a
2025-08-20T21:55:19.8351931Z [00:04:02.465]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/rsync=/tmp/go-build3999932643/b1043/_pkg_.a
2025-08-20T21:55:19.8352573Z [00:04:02.465]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/smb=/tmp/go-build3999932643/b1046/_pkg_.a
2025-08-20T21:55:19.8352932Z [00:04:02.465]➜  packagefile github.com/projectdiscovery/go-smb2=/tmp/go-build3999932643/b1047/_pkg_.a
2025-08-20T21:55:19.8353240Z [00:04:02.465]➜  packagefile github.com/zmap/zgrab2/lib/smb/smb=/tmp/go-build3999932643/b1057/_pkg_.a
2025-08-20T21:55:19.8353676Z [00:04:02.465]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/smtp=/tmp/go-build3999932643/b1063/_pkg_.a
2025-08-20T21:55:19.8353888Z [00:04:02.465]➜  packagefile net/smtp=/tmp/go-build3999932643/b1064/_pkg_.a
2025-08-20T21:55:19.8354179Z [00:04:02.465]➜  packagefile github.com/zmap/zgrab2/lib/ssh=/tmp/go-build3999932643/b1067/_pkg_.a
2025-08-20T21:55:19.8354619Z [00:04:02.465]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/telnet=/tmp/go-build3999932643/b1073/_pkg_.a
2025-08-20T21:55:19.8355051Z [00:04:02.465]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/vnc=/tmp/go-build3999932643/b1076/_pkg_.a
2025-08-20T21:55:19.8355398Z [00:04:02.465]➜  packagefile github.com/h2non/filetype/matchers/isobmff=/tmp/go-build3999932643/b1318/_pkg_.a
2025-08-20T21:55:19.8355722Z [00:04:02.465]➜  packagefile github.com/gobwas/pool/internal/pmath=/tmp/go-build3999932643/b1350/_pkg_.a
2025-08-20T21:55:19.8356013Z [00:04:02.465]➜  packagefile github.com/mitchellh/go-homedir=/tmp/go-build3999932643/b1306/_pkg_.a
2025-08-20T21:55:19.8356430Z [00:04:02.465]➜  packagefile github.com/alecthomas/template=/tmp/go-build3999932643/b1309/_pkg_.a
2025-08-20T21:55:19.8356714Z [00:04:02.465]➜  packagefile github.com/alecthomas/units=/tmp/go-build3999932643/b1311/_pkg_.a
2025-08-20T21:55:19.8356981Z [00:04:02.465]➜  packagefile golang.org/x/crypto/cast5=/tmp/go-build3999932643/b549/_pkg_.a
2025-08-20T21:55:19.8357291Z [00:04:02.465]➜  packagefile golang.org/x/crypto/openpgp/elgamal=/tmp/go-build3999932643/b550/_pkg_.a
2025-08-20T21:55:19.8357787Z [00:04:02.465]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build3999932643/b558/_pkg_.a
2025-08-20T21:55:19.8358114Z [00:04:02.465]➜  packagefile github.com/shirou/gopsutil/v3/common=/tmp/go-build3999932643/b566/_pkg_.a
2025-08-20T21:55:19.8358480Z [00:04:02.465]➜  packagefile github.com/tklauser/numcpus=/tmp/go-build3999932643/b568/_pkg_.a
2025-08-20T21:55:19.8358729Z [00:04:02.465]➜  packagefile go4.org/syncutil=/tmp/go-build3999932643/b261/_pkg_.a
2025-08-20T21:55:19.8359015Z [00:04:02.465]➜  packagefile github.com/hashicorp/errwrap=/tmp/go-build3999932643/b272/_pkg_.a
2025-08-20T21:55:19.8359338Z [00:04:02.465]➜  packagefile golang.org/x/text/internal/utf8internal=/tmp/go-build3999932643/b267/_pkg_.a
2025-08-20T21:55:19.8359597Z [00:04:02.465]➜  packagefile golang.org/x/text/runes=/tmp/go-build3999932643/b268/_pkg_.a
2025-08-20T21:55:19.8359861Z [00:04:02.465]➜  packagefile github.com/dsnet/compress=/tmp/go-build3999932643/b308/_pkg_.a
2025-08-20T21:55:19.8360197Z [00:04:02.465]➜  packagefile github.com/pierrec/lz4/v4/internal/xxh32=/tmp/go-build3999932643/b286/_pkg_.a
2025-08-20T21:55:19.8360511Z [00:04:02.465]➜  packagefile github.com/ulikunitz/xz/internal/hash=/tmp/go-build3999932643/b289/_pkg_.a
2025-08-20T21:55:19.8360825Z [00:04:02.465]➜  packagefile github.com/zeebo/blake3/internal/alg=/tmp/go-build3999932643/b596/_pkg_.a
2025-08-20T21:55:19.8361148Z [00:04:02.465]➜  packagefile github.com/zeebo/blake3/internal/consts=/tmp/go-build3999932643/b599/_pkg_.a
2025-08-20T21:55:19.8361470Z [00:04:02.465]➜  packagefile github.com/zeebo/blake3/internal/utils=/tmp/go-build3999932643/b604/_pkg_.a
2025-08-20T21:55:19.8361748Z [00:04:02.465]➜  packagefile go.uber.org/zap/internal/color=/tmp/go-build3999932643/b593/_pkg_.a
2025-08-20T21:55:19.8362024Z [00:04:02.465]➜  packagefile go.uber.org/zap/internal/exit=/tmp/go-build3999932643/b594/_pkg_.a
2025-08-20T21:55:19.8362381Z [00:04:02.465]➜  packagefile github.com/bytedance/sonic/internal/native/neon=/tmp/go-build3999932643/b635/_pkg_.a
2025-08-20T21:55:19.8362902Z [00:04:02.465]➜  packagefile github.com/bytedance/sonic/internal/decoder/consts=/tmp/go-build3999932643/b645/_pkg_.a
2025-08-20T21:55:19.8363342Z [00:04:02.465]➜  packagefile github.com/bytedance/sonic/internal/decoder/errors=/tmp/go-build3999932643/b646/_pkg_.a
2025-08-20T21:55:19.8363732Z [00:04:02.465]➜  packagefile github.com/bytedance/sonic/internal/decoder/optdec=/tmp/go-build3999932643/b647/_pkg_.a
2025-08-20T21:55:19.8364057Z [00:04:02.465]➜  packagefile github.com/bytedance/sonic/internal/envs=/tmp/go-build3999932643/b648/_pkg_.a
2025-08-20T21:55:19.8364419Z [00:04:02.465]➜  packagefile github.com/bytedance/sonic/internal/encoder/alg=/tmp/go-build3999932643/b628/_pkg_.a
2025-08-20T21:55:19.8364769Z [00:04:02.465]➜  packagefile github.com/bytedance/sonic/internal/encoder/ir=/tmp/go-build3999932643/b638/_pkg_.a
2025-08-20T21:55:19.8365131Z [00:04:02.465]➜  packagefile github.com/bytedance/sonic/internal/encoder/vars=/tmp/go-build3999932643/b629/_pkg_.a
2025-08-20T21:55:19.8365483Z [00:04:02.465]➜  packagefile github.com/bytedance/sonic/internal/encoder/vm=/tmp/go-build3999932643/b639/_pkg_.a
2025-08-20T21:55:19.8365833Z [00:04:02.465]➜  packagefile github.com/bytedance/sonic/internal/resolver=/tmp/go-build3999932643/b637/_pkg_.a
2025-08-20T21:55:19.8366119Z [00:04:02.465]➜  packagefile github.com/tidwall/rtred/base=/tmp/go-build3999932643/b434/_pkg_.a
2025-08-20T21:55:19.8366449Z [00:04:02.465]➜  packagefile github.com/cloudflare/cfssl/crypto/pkcs7=/tmp/go-build3999932643/b685/_pkg_.a
2025-08-20T21:55:19.8366876Z [00:04:02.465]➜  packagefile github.com/cloudflare/cfssl/errors=/tmp/go-build3999932643/b686/_pkg_.a
2025-08-20T21:55:19.8367231Z [00:04:02.465]➜  packagefile github.com/cloudflare/cfssl/helpers/derhelpers=/tmp/go-build3999932643/b687/_pkg_.a
2025-08-20T21:55:19.8367773Z [00:04:02.465]➜  packagefile github.com/google/certificate-transparency-go=/tmp/go-build3999932643/b688/_pkg_.a
2025-08-20T21:55:19.8368183Z [00:04:02.465]➜  packagefile github.com/google/certificate-transparency-go/tls=/tmp/go-build3999932643/b689/_pkg_.a
2025-08-20T21:55:19.8368572Z [00:04:02.465]➜  packagefile github.com/google/certificate-transparency-go/x509=/tmp/go-build3999932643/b691/_pkg_.a
2025-08-20T21:55:19.8369204Z [00:04:02.465]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time=/tmp/go-build3999932643/b1451/_pkg_.a
2025-08-20T21:55:19.8369799Z [00:04:02.465]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust=/tmp/go-build3999932643/b1458/_pkg_.a
2025-08-20T21:55:19.8370386Z [00:04:02.465]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust/defs=/tmp/go-build3999932643/b1459/_pkg_.a
2025-08-20T21:55:19.8370959Z [00:04:02.465]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/comm=/tmp/go-build3999932643/b1462/_pkg_.a
2025-08-20T21:55:19.8371532Z [00:04:02.465]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/grant=/tmp/go-build3999932643/b1457/_pkg_.a
2025-08-20T21:55:19.8371825Z [00:04:02.465]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build3999932643/b1461/_pkg_.a
2025-08-20T21:55:19.8372132Z [00:04:02.465]➜  packagefile github.com/kylelemons/godebug/diff=/tmp/go-build3999932643/b1448/_pkg_.a
2025-08-20T21:55:19.8372622Z [00:04:02.465]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json=/tmp/go-build3999932643/b1450/_pkg_.a
2025-08-20T21:55:19.8373001Z [00:04:02.465]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build3999932643/b1511/_pkg_.a
2025-08-20T21:55:19.8373329Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build3999932643/b384/_pkg_.a
2025-08-20T21:55:19.8373636Z [00:04:02.465]➜  packagefile github.com/ProtonMail/go-crypto/eax=/tmp/go-build3999932643/b1513/_pkg_.a
2025-08-20T21:55:19.8373943Z [00:04:02.465]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/tmp/go-build3999932643/b1515/_pkg_.a
2025-08-20T21:55:19.8374476Z [00:04:02.465]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/tmp/go-build3999932643/b1517/_pkg_.a
2025-08-20T21:55:19.8374830Z [00:04:02.465]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/tmp/go-build3999932643/b1518/_pkg_.a
2025-08-20T21:55:19.8375107Z [00:04:02.465]➜  packagefile golang.org/x/crypto/argon2=/tmp/go-build3999932643/b1527/_pkg_.a
2025-08-20T21:55:19.8375454Z [00:04:02.465]➜  packagefile github.com/go-git/go-billy/v5/helper/polyfill=/tmp/go-build3999932643/b1534/_pkg_.a
2025-08-20T21:55:19.8375737Z [00:04:02.465]➜  packagefile github.com/go-git/gcfg/scanner=/tmp/go-build3999932643/b1545/_pkg_.a
2025-08-20T21:55:19.8376013Z [00:04:02.465]➜  packagefile github.com/go-git/gcfg/token=/tmp/go-build3999932643/b1546/_pkg_.a
2025-08-20T21:55:19.8376284Z [00:04:02.465]➜  packagefile github.com/go-git/gcfg/types=/tmp/go-build3999932643/b1547/_pkg_.a
2025-08-20T21:55:19.8376541Z [00:04:02.465]➜  packagefile gopkg.in/warnings.v0=/tmp/go-build3999932643/b1548/_pkg_.a
2025-08-20T21:55:19.8376841Z [00:04:02.465]➜  packagefile github.com/pjbgf/sha1cd/internal=/tmp/go-build3999932643/b1541/_pkg_.a
2025-08-20T21:55:19.8377173Z [00:04:02.465]➜  packagefile github.com/pjbgf/sha1cd/ubc=/tmp/go-build3999932643/b1542/_pkg_.a
2025-08-20T21:55:19.8377659Z [00:04:02.465]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build3999932643/b1564/_pkg_.a
2025-08-20T21:55:19.8378149Z [00:04:02.465]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/tmp/go-build3999932643/b1566/_pkg_.a
2025-08-20T21:55:19.8378445Z [00:04:02.465]➜  packagefile github.com/emirpasic/gods/trees=/tmp/go-build3999932643/b1568/_pkg_.a
2025-08-20T21:55:19.8378741Z [00:04:02.465]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build3999932643/b1565/_pkg_.a
2025-08-20T21:55:19.8379066Z [00:04:02.465]➜  packagefile github.com/go-git/go-git/v5/plumbing/color=/tmp/go-build3999932643/b1570/_pkg_.a
2025-08-20T21:55:19.8379449Z [00:04:02.465]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/server=/tmp/go-build3999932643/b1588/_pkg_.a
2025-08-20T21:55:19.8379718Z [00:04:02.465]➜  packagefile golang.org/x/sys/execabs=/tmp/go-build3999932643/b1592/_pkg_.a
2025-08-20T21:55:19.8380019Z [00:04:02.465]➜  packagefile github.com/kevinburke/ssh_config=/tmp/go-build3999932643/b1596/_pkg_.a
2025-08-20T21:55:19.8380301Z [00:04:02.465]➜  packagefile github.com/skeema/knownhosts=/tmp/go-build3999932643/b1597/_pkg_.a
2025-08-20T21:55:19.8380577Z [00:04:02.465]➜  packagefile github.com/xanzy/ssh-agent=/tmp/go-build3999932643/b1599/_pkg_.a
2025-08-20T21:55:19.8380803Z [00:04:02.465]➜  packagefile internal/gover=/tmp/go-build3999932643/b874/_pkg_.a
2025-08-20T21:55:19.8381065Z [00:04:02.465]➜  packagefile golang.org/x/mod/semver=/tmp/go-build3999932643/b880/_pkg_.a
2025-08-20T21:55:19.8381361Z [00:04:02.465]➜  packagefile golang.org/x/tools/internal/event=/tmp/go-build3999932643/b881/_pkg_.a
2025-08-20T21:55:19.8381689Z [00:04:02.465]➜  packagefile golang.org/x/tools/internal/event/keys=/tmp/go-build3999932643/b883/_pkg_.a
2025-08-20T21:55:19.8382013Z [00:04:02.465]➜  packagefile golang.org/x/tools/internal/event/label=/tmp/go-build3999932643/b884/_pkg_.a
2025-08-20T21:55:19.8382226Z [00:04:02.465]➜  packagefile go/build=/tmp/go-build3999932643/b886/_pkg_.a
2025-08-20T21:55:19.8382484Z [00:04:02.465]➜  packagefile golang.org/x/mod/module=/tmp/go-build3999932643/b890/_pkg_.a
2025-08-20T21:55:19.8382756Z [00:04:02.465]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3999932643/b892/_pkg_.a
2025-08-20T21:55:19.8383056Z [00:04:02.465]➜  packagefile golang.org/x/tools/go/ast/astutil=/tmp/go-build3999932643/b893/_pkg_.a
2025-08-20T21:55:19.8383379Z [00:04:02.465]➜  packagefile golang.org/x/tools/internal/gopathwalk=/tmp/go-build3999932643/b894/_pkg_.a
2025-08-20T21:55:19.8383686Z [00:04:02.465]➜  packagefile golang.org/x/tools/internal/modindex=/tmp/go-build3999932643/b895/_pkg_.a
2025-08-20T21:55:19.8383993Z [00:04:02.465]➜  packagefile golang.org/x/tools/internal/stdlib=/tmp/go-build3999932643/b896/_pkg_.a
2025-08-20T21:55:19.8384558Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonoptions=/tmp/go-build3999932643/b1129/_pkg_.a
2025-08-20T21:55:19.8384907Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3999932643/b1135/_pkg_.a
2025-08-20T21:55:19.8385249Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build3999932643/b1148/_pkg_.a
2025-08-20T21:55:19.8385599Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/internal/bsonutil=/tmp/go-build3999932643/b1137/_pkg_.a
2025-08-20T21:55:19.8385948Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build3999932643/b1138/_pkg_.a
2025-08-20T21:55:19.8386287Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/internal/ptrutil=/tmp/go-build3999932643/b1139/_pkg_.a
2025-08-20T21:55:19.8386643Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build3999932643/b1155/_pkg_.a
2025-08-20T21:55:19.8386909Z [00:04:02.465]➜  packagefile github.com/xdg-go/scram=/tmp/go-build3999932643/b1161/_pkg_.a
2025-08-20T21:55:19.8387264Z [00:04:02.465]➜  packagefile github.com/xdg-go/stringprep=/tmp/go-build3999932643/b1163/_pkg_.a
2025-08-20T21:55:19.8387867Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build3999932643/b1164/_pkg_.a
2025-08-20T21:55:19.8388252Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/signer/v4=/tmp/go-build3999932643/b1166/_pkg_.a
2025-08-20T21:55:19.8388767Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/internal/credproviders=/tmp/go-build3999932643/b1168/_pkg_.a
2025-08-20T21:55:19.8389156Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds=/tmp/go-build3999932643/b1169/_pkg_.a
2025-08-20T21:55:19.8389458Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/version=/tmp/go-build3999932643/b1171/_pkg_.a
2025-08-20T21:55:19.8389753Z [00:04:02.465]➜  packagefile github.com/montanaflynn/stats=/tmp/go-build3999932643/b1175/_pkg_.a
2025-08-20T21:55:19.8390105Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/dns=/tmp/go-build3999932643/b1173/_pkg_.a
2025-08-20T21:55:19.8390463Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/ocsp=/tmp/go-build3999932643/b1176/_pkg_.a
2025-08-20T21:55:19.8390739Z [00:04:02.465]➜  packagefile golang.org/x/crypto/blake2s=/tmp/go-build3999932643/b1184/_pkg_.a
2025-08-20T21:55:19.8391033Z [00:04:02.465]➜  packagefile golang.org/x/crypto/ripemd160=/tmp/go-build3999932643/b1189/_pkg_.a
2025-08-20T21:55:19.8391321Z [00:04:02.465]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build3999932643/b1069/_pkg_.a
2025-08-20T21:55:19.8391672Z [00:04:02.465]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build3999932643/b1186/_pkg_.a
2025-08-20T21:55:19.8391938Z [00:04:02.465]➜  packagefile github.com/go-openapi/swag=/tmp/go-build3999932643/b1375/_pkg_.a
2025-08-20T21:55:19.8392210Z [00:04:02.465]➜  packagefile github.com/oasdiff/yaml3=/tmp/go-build3999932643/b1380/_pkg_.a
2025-08-20T21:55:19.8392515Z [00:04:02.465]➜  packagefile github.com/mailru/easyjson/jlexer=/tmp/go-build3999932643/b1376/_pkg_.a
2025-08-20T21:55:19.8392857Z [00:04:02.465]➜  packagefile github.com/hashicorp/golang-lru/v2/internal=/tmp/go-build3999932643/b260/_pkg_.a
2025-08-20T21:55:19.8393214Z [00:04:02.465]➜  packagefile github.com/alecthomas/chroma/v2/formatters/html=/tmp/go-build3999932643/b488/_pkg_.a
2025-08-20T21:55:19.8393570Z [00:04:02.465]➜  packagefile github.com/alecthomas/chroma/v2/formatters/svg=/tmp/go-build3999932643/b489/_pkg_.a
2025-08-20T21:55:19.8393885Z [00:04:02.465]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build3999932643/b504/_pkg_.a
2025-08-20T21:55:19.8394178Z [00:04:02.465]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build3999932643/b505/_pkg_.a
2025-08-20T21:55:19.8394502Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build3999932643/b351/_pkg_.a
2025-08-20T21:55:19.8395042Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build3999932643/b356/_pkg_.a
2025-08-20T21:55:19.8395430Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/pke/kyber/kyber768=/tmp/go-build3999932643/b360/_pkg_.a
2025-08-20T21:55:19.8395791Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/kem/mlkem/mlkem768=/tmp/go-build3999932643/b367/_pkg_.a
2025-08-20T21:55:19.8396156Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode2=/tmp/go-build3999932643/b376/_pkg_.a
2025-08-20T21:55:19.8396522Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode5=/tmp/go-build3999932643/b382/_pkg_.a
2025-08-20T21:55:19.8396872Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/sign/eddilithium2=/tmp/go-build3999932643/b389/_pkg_.a
2025-08-20T21:55:19.8397275Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/sign/mldsa/mldsa44=/tmp/go-build3999932643/b391/_pkg_.a
2025-08-20T21:55:19.8397785Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/sign/mldsa/mldsa65=/tmp/go-build3999932643/b393/_pkg_.a
2025-08-20T21:55:19.8398248Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/sign/mldsa/mldsa87=/tmp/go-build3999932643/b395/_pkg_.a
2025-08-20T21:55:19.8398673Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode3/internal=/tmp/go-build3999932643/b381/_pkg_.a
2025-08-20T21:55:19.8399162Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium=/tmp/go-build3999932643/b378/_pkg_.a
2025-08-20T21:55:19.8399501Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/tmp/go-build3999932643/b387/_pkg_.a
2025-08-20T21:55:19.8399813Z [00:04:02.465]➜  packagefile golang.org/x/text/encoding/japanese=/tmp/go-build3999932643/b724/_pkg_.a
2025-08-20T21:55:19.8400096Z [00:04:02.465]➜  packagefile github.com/free5gc/util/logger=/tmp/go-build3999932643/b901/_pkg_.a
2025-08-20T21:55:19.8400375Z [00:04:02.465]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3999932643/b929/_pkg_.a
2025-08-20T21:55:19.8400713Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/credentials=/tmp/go-build3999932643/b938/_pkg_.a
2025-08-20T21:55:19.8401039Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto=/tmp/go-build3999932643/b942/_pkg_.a
2025-08-20T21:55:19.8401377Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build3999932643/b944/_pkg_.a
2025-08-20T21:55:19.8401713Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/flags=/tmp/go-build3999932643/b960/_pkg_.a
2025-08-20T21:55:19.8402060Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/keyusage=/tmp/go-build3999932643/b961/_pkg_.a
2025-08-20T21:55:19.8402400Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/nametype=/tmp/go-build3999932643/b940/_pkg_.a
2025-08-20T21:55:19.8402736Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/patype=/tmp/go-build3999932643/b953/_pkg_.a
2025-08-20T21:55:19.8403134Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/kadmin=/tmp/go-build3999932643/b962/_pkg_.a
2025-08-20T21:55:19.8403465Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/keytab=/tmp/go-build3999932643/b941/_pkg_.a
2025-08-20T21:55:19.8403786Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/krberror=/tmp/go-build3999932643/b963/_pkg_.a
2025-08-20T21:55:19.8404099Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build3999932643/b954/_pkg_.a
2025-08-20T21:55:19.8404396Z [00:04:02.465]➜  packagefile github.com/jcmturner/dnsutils/v2=/tmp/go-build3999932643/b935/_pkg_.a
2025-08-20T21:55:19.8404727Z [00:04:02.465]➜  packagefile github.com/jcmturner/gofork/encoding/asn1=/tmp/go-build3999932643/b936/_pkg_.a
2025-08-20T21:55:19.8405063Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/etypeID=/tmp/go-build3999932643/b937/_pkg_.a
2025-08-20T21:55:19.8405568Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/asn1tools=/tmp/go-build3999932643/b955/_pkg_.a
2025-08-20T21:55:19.8405880Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/iana=/tmp/go-build3999932643/b956/_pkg_.a
2025-08-20T21:55:19.8406219Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/adtype=/tmp/go-build3999932643/b965/_pkg_.a
2025-08-20T21:55:19.8406565Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/asnAppTag=/tmp/go-build3999932643/b958/_pkg_.a
2025-08-20T21:55:19.8407005Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/msgtype=/tmp/go-build3999932643/b966/_pkg_.a
2025-08-20T21:55:19.8407306Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/pac=/tmp/go-build3999932643/b967/_pkg_.a
2025-08-20T21:55:19.8407732Z [00:04:02.465]➜  packagefile github.com/Azure/go-ntlmssp=/tmp/go-build3999932643/b973/_pkg_.a
2025-08-20T21:55:19.8408024Z [00:04:02.465]➜  packagefile github.com/go-asn1-ber/asn1-ber=/tmp/go-build3999932643/b974/_pkg_.a
2025-08-20T21:55:19.8408292Z [00:04:02.465]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build3999932643/b950/_pkg_.a
2025-08-20T21:55:19.8408566Z [00:04:02.465]➜  packagefile github.com/golang-sql/civil=/tmp/go-build3999932643/b978/_pkg_.a
2025-08-20T21:55:19.8408977Z [00:04:02.465]➜  packagefile github.com/golang-sql/sqlexp=/tmp/go-build3999932643/b979/_pkg_.a
2025-08-20T21:55:19.8409317Z [00:04:02.465]➜  packagefile github.com/microsoft/go-mssqldb/aecmk=/tmp/go-build3999932643/b980/_pkg_.a
2025-08-20T21:55:19.8409680Z [00:04:02.465]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth=/tmp/go-build3999932643/b981/_pkg_.a
2025-08-20T21:55:19.8410046Z [00:04:02.465]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth/ntlm=/tmp/go-build3999932643/b983/_pkg_.a
2025-08-20T21:55:19.8410385Z [00:04:02.465]➜  packagefile github.com/microsoft/go-mssqldb/internal/cp=/tmp/go-build3999932643/b984/_pkg_.a
2025-08-20T21:55:19.8410737Z [00:04:02.465]➜  packagefile github.com/microsoft/go-mssqldb/internal/decimal=/tmp/go-build3999932643/b985/_pkg_.a
2025-08-20T21:55:19.8411313Z [00:04:02.465]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms=/tmp/go-build3999932643/b986/_pkg_.a
2025-08-20T21:55:19.8411897Z [00:04:02.465]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption=/tmp/go-build3999932643/b988/_pkg_.a
2025-08-20T21:55:19.8412443Z [00:04:02.465]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys=/tmp/go-build3999932643/b989/_pkg_.a
2025-08-20T21:55:19.8412809Z [00:04:02.465]➜  packagefile github.com/microsoft/go-mssqldb/internal/querytext=/tmp/go-build3999932643/b991/_pkg_.a
2025-08-20T21:55:19.8413120Z [00:04:02.465]➜  packagefile github.com/microsoft/go-mssqldb/msdsn=/tmp/go-build3999932643/b982/_pkg_.a
2025-08-20T21:55:19.8413545Z [00:04:02.465]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils=/tmp/go-build3999932643/b994/_pkg_.a
2025-08-20T21:55:19.8414032Z [00:04:02.465]➜  packagefile github.com/go-pg/pg/internal=/tmp/go-build3999932643/b1009/_pkg_.a
2025-08-20T21:55:19.8414362Z [00:04:02.465]➜  packagefile github.com/go-pg/pg/internal/pool=/tmp/go-build3999932643/b1010/_pkg_.a
2025-08-20T21:55:19.8414629Z [00:04:02.465]➜  packagefile github.com/go-pg/pg/orm=/tmp/go-build3999932643/b1011/_pkg_.a
2025-08-20T21:55:19.8414895Z [00:04:02.465]➜  packagefile github.com/go-pg/pg/types=/tmp/go-build3999932643/b1013/_pkg_.a
2025-08-20T21:55:19.8415155Z [00:04:02.465]➜  packagefile mellium.im/sasl=/tmp/go-build3999932643/b1018/_pkg_.a
2025-08-20T21:55:19.8415394Z [00:04:02.465]➜  packagefile github.com/lib/pq=/tmp/go-build3999932643/b1021/_pkg_.a
2025-08-20T21:55:19.8415676Z [00:04:02.465]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build3999932643/b1031/_pkg_.a
2025-08-20T21:55:19.8415967Z [00:04:02.465]➜  packagefile github.com/dgryski/go-rendezvous=/tmp/go-build3999932643/b1032/_pkg_.a
2025-08-20T21:55:19.8416267Z [00:04:02.465]➜  packagefile github.com/redis/go-redis/v9/auth=/tmp/go-build3999932643/b1033/_pkg_.a
2025-08-20T21:55:19.8416578Z [00:04:02.465]➜  packagefile github.com/redis/go-redis/v9/internal=/tmp/go-build3999932643/b1034/_pkg_.a
2025-08-20T21:55:19.8416927Z [00:04:02.465]➜  packagefile github.com/redis/go-redis/v9/internal/hashtag=/tmp/go-build3999932643/b1037/_pkg_.a
2025-08-20T21:55:19.8417265Z [00:04:02.465]➜  packagefile github.com/redis/go-redis/v9/internal/hscan=/tmp/go-build3999932643/b1038/_pkg_.a
2025-08-20T21:55:19.8417886Z [00:04:02.465]➜  packagefile github.com/redis/go-redis/v9/internal/pool=/tmp/go-build3999932643/b1039/_pkg_.a
2025-08-20T21:55:19.8418229Z [00:04:02.465]➜  packagefile github.com/redis/go-redis/v9/internal/proto=/tmp/go-build3999932643/b1040/_pkg_.a
2025-08-20T21:55:19.8418558Z [00:04:02.465]➜  packagefile github.com/redis/go-redis/v9/internal/rand=/tmp/go-build3999932643/b1035/_pkg_.a
2025-08-20T21:55:19.8418890Z [00:04:02.465]➜  packagefile github.com/redis/go-redis/v9/internal/util=/tmp/go-build3999932643/b1036/_pkg_.a
2025-08-20T21:55:19.8419292Z [00:04:02.465]➜  packagefile github.com/projectdiscovery/go-smb2/internal/crypto/ccm=/tmp/go-build3999932643/b1048/_pkg_.a
2025-08-20T21:55:19.8419780Z [00:04:02.465]➜  packagefile github.com/projectdiscovery/go-smb2/internal/crypto/cmac=/tmp/go-build3999932643/b1049/_pkg_.a
2025-08-20T21:55:19.8420192Z [00:04:02.465]➜  packagefile github.com/projectdiscovery/go-smb2/internal/erref=/tmp/go-build3999932643/b1050/_pkg_.a
2025-08-20T21:55:19.8420574Z [00:04:02.465]➜  packagefile github.com/projectdiscovery/go-smb2/internal/msrpc=/tmp/go-build3999932643/b1051/_pkg_.a
2025-08-20T21:55:19.8420939Z [00:04:02.465]➜  packagefile github.com/projectdiscovery/go-smb2/internal/ntlm=/tmp/go-build3999932643/b1053/_pkg_.a
2025-08-20T21:55:19.8421305Z [00:04:02.465]➜  packagefile github.com/projectdiscovery/go-smb2/internal/smb2=/tmp/go-build3999932643/b1054/_pkg_.a
2025-08-20T21:55:19.8421677Z [00:04:02.465]➜  packagefile github.com/projectdiscovery/go-smb2/internal/spnego=/tmp/go-build3999932643/b1055/_pkg_.a
2025-08-20T21:55:19.8421991Z [00:04:02.465]➜  packagefile github.com/zmap/zgrab2/lib/smb/gss=/tmp/go-build3999932643/b1058/_pkg_.a
2025-08-20T21:55:19.8422314Z [00:04:02.465]➜  packagefile github.com/zmap/zgrab2/lib/smb/ntlmssp=/tmp/go-build3999932643/b1060/_pkg_.a
2025-08-20T21:55:19.8422655Z [00:04:02.465]➜  packagefile github.com/zmap/zgrab2/lib/smb/smb/encoder=/tmp/go-build3999932643/b1059/_pkg_.a
2025-08-20T21:55:19.8422956Z [00:04:02.465]➜  packagefile github.com/zmap/zgrab2/tools/keys=/tmp/go-build3999932643/b1068/_pkg_.a
2025-08-20T21:55:19.8423279Z [00:04:02.465]➜  packagefile github.com/alecthomas/template/parse=/tmp/go-build3999932643/b1310/_pkg_.a
2025-08-20T21:55:19.8423627Z [00:04:02.465]➜  packagefile github.com/zeebo/blake3/internal/alg/compress=/tmp/go-build3999932643/b597/_pkg_.a
2025-08-20T21:55:19.8423958Z [00:04:02.465]➜  packagefile github.com/zeebo/blake3/internal/alg/hash=/tmp/go-build3999932643/b601/_pkg_.a
2025-08-20T21:55:19.8424504Z [00:04:02.465]➜  packagefile github.com/bytedance/sonic/internal/optcaching=/tmp/go-build3999932643/b649/_pkg_.a
2025-08-20T21:55:19.8424829Z [00:04:02.465]➜  packagefile github.com/tidwall/tinyqueue=/tmp/go-build3999932643/b435/_pkg_.a
2025-08-20T21:55:19.8425207Z [00:04:02.465]➜  packagefile github.com/google/certificate-transparency-go/asn1=/tmp/go-build3999932643/b690/_pkg_.a
2025-08-20T21:55:19.8425601Z [00:04:02.465]➜  packagefile github.com/google/certificate-transparency-go/x509/pkix=/tmp/go-build3999932643/b692/_pkg_.a
2025-08-20T21:55:19.8426109Z [00:04:02.465]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/version=/tmp/go-build3999932643/b1463/_pkg_.a
2025-08-20T21:55:19.8426447Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build3999932643/b352/_pkg_.a
2025-08-20T21:55:19.8426740Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build3999932643/b385/_pkg_.a
2025-08-20T21:55:19.8427109Z [00:04:02.465]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build3999932643/b1514/_pkg_.a
2025-08-20T21:55:19.8427578Z [00:04:02.465]➜  packagefile github.com/emirpasic/gods/lists=/tmp/go-build3999932643/b1567/_pkg_.a
2025-08-20T21:55:19.8427942Z [00:04:02.465]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/tmp/go-build3999932643/b1598/_pkg_.a
2025-08-20T21:55:19.8428265Z [00:04:02.465]➜  packagefile golang.org/x/tools/internal/event/core=/tmp/go-build3999932643/b882/_pkg_.a
2025-08-20T21:55:19.8428658Z [00:04:02.465]➜  packagefile internal/goroot=/tmp/go-build3999932643/b887/_pkg_.a
2025-08-20T21:55:19.8428899Z [00:04:02.465]➜  packagefile internal/platform=/tmp/go-build3999932643/b888/_pkg_.a
2025-08-20T21:55:19.8429141Z [00:04:02.465]➜  packagefile internal/syslist=/tmp/go-build3999932643/b889/_pkg_.a
2025-08-20T21:55:19.8429453Z [00:04:02.465]➜  packagefile golang.org/x/mod/internal/lazyregexp=/tmp/go-build3999932643/b891/_pkg_.a
2025-08-20T21:55:19.8429791Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/internal/rand=/tmp/go-build3999932643/b1149/_pkg_.a
2025-08-20T21:55:19.8430056Z [00:04:02.465]➜  packagefile github.com/xdg-go/pbkdf2=/tmp/go-build3999932643/b1162/_pkg_.a
2025-08-20T21:55:19.8430493Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/awserr=/tmp/go-build3999932643/b1165/_pkg_.a
2025-08-20T21:55:19.8430823Z [00:04:02.465]➜  packagefile go.mongodb.org/mongo-driver/internal/aws=/tmp/go-build3999932643/b1167/_pkg_.a
2025-08-20T21:55:19.8431111Z [00:04:02.465]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build3999932643/b1187/_pkg_.a
2025-08-20T21:55:19.8431384Z [00:04:02.465]➜  packagefile github.com/josharian/intern=/tmp/go-build3999932643/b1377/_pkg_.a
2025-08-20T21:55:19.8431639Z [00:04:02.465]➜  packagefile github.com/xo/terminfo=/tmp/go-build3999932643/b506/_pkg_.a
2025-08-20T21:55:19.8432034Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/pke/kyber/kyber768/internal=/tmp/go-build3999932643/b361/_pkg_.a
2025-08-20T21:55:19.8432458Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode2/internal=/tmp/go-build3999932643/b377/_pkg_.a
2025-08-20T21:55:19.8432865Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode5/internal=/tmp/go-build3999932643/b383/_pkg_.a
2025-08-20T21:55:19.8433255Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/sign/mldsa/mldsa44/internal=/tmp/go-build3999932643/b392/_pkg_.a
2025-08-20T21:55:19.8433654Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/sign/mldsa/mldsa65/internal=/tmp/go-build3999932643/b394/_pkg_.a
2025-08-20T21:55:19.8434046Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/sign/mldsa/mldsa87/internal=/tmp/go-build3999932643/b396/_pkg_.a
2025-08-20T21:55:19.8434394Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/simd/keccakf1600=/tmp/go-build3999932643/b364/_pkg_.a
2025-08-20T21:55:19.8434800Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium/params=/tmp/go-build3999932643/b379/_pkg_.a
2025-08-20T21:55:19.8435343Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/tmp/go-build3999932643/b388/_pkg_.a
2025-08-20T21:55:19.8435638Z [00:04:02.465]➜  packagefile github.com/gin-gonic/gin=/tmp/go-build3999932643/b902/_pkg_.a
2025-08-20T21:55:19.8435985Z [00:04:02.465]➜  packagefile github.com/tim-ywliu/nested-logrus-formatter=/tmp/go-build3999932643/b930/_pkg_.a
2025-08-20T21:55:19.8436263Z [00:04:02.465]➜  packagefile github.com/hashicorp/go-uuid=/tmp/go-build3999932643/b939/_pkg_.a
2025-08-20T21:55:19.8436614Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/common=/tmp/go-build3999932643/b943/_pkg_.a
2025-08-20T21:55:19.8436961Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/rfc3961=/tmp/go-build3999932643/b945/_pkg_.a
2025-08-20T21:55:19.8437307Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/rfc3962=/tmp/go-build3999932643/b946/_pkg_.a
2025-08-20T21:55:19.8437843Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/rfc4757=/tmp/go-build3999932643/b949/_pkg_.a
2025-08-20T21:55:19.8438203Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/rfc8009=/tmp/go-build3999932643/b951/_pkg_.a
2025-08-20T21:55:19.8438558Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/chksumtype=/tmp/go-build3999932643/b952/_pkg_.a
2025-08-20T21:55:19.8438904Z [00:04:02.465]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/addrtype=/tmp/go-build3999932643/b957/_pkg_.a
2025-08-20T21:55:19.8439319Z [00:04:02.465]➜  packagefile github.com/jcmturner/rpc/v2/mstypes=/tmp/go-build3999932643/b968/_pkg_.a
2025-08-20T21:55:19.8439609Z [00:04:02.465]➜  packagefile github.com/jcmturner/rpc/v2/ndr=/tmp/go-build3999932643/b969/_pkg_.a
2025-08-20T21:55:19.8440158Z [00:04:02.465]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto=/tmp/go-build3999932643/b987/_pkg_.a
2025-08-20T21:55:19.8440701Z [00:04:02.465]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils=/tmp/go-build3999932643/b990/_pkg_.a
2025-08-20T21:55:19.8441014Z [00:04:02.465]➜  packagefile github.com/go-pg/pg/internal/iszero=/tmp/go-build3999932643/b1012/_pkg_.a
2025-08-20T21:55:19.8441390Z [00:04:02.465]➜  packagefile github.com/go-pg/pg/internal/parser=/tmp/go-build3999932643/b1014/_pkg_.a
2025-08-20T21:55:19.8441737Z [00:04:02.465]➜  packagefile github.com/go-pg/pg/internal/struct_filter=/tmp/go-build3999932643/b1015/_pkg_.a
2025-08-20T21:55:19.8442036Z [00:04:02.465]➜  packagefile github.com/go-pg/pg/internal/tag=/tmp/go-build3999932643/b1016/_pkg_.a
2025-08-20T21:55:19.8442315Z [00:04:02.465]➜  packagefile github.com/jinzhu/inflection=/tmp/go-build3999932643/b1017/_pkg_.a
2025-08-20T21:55:19.8442573Z [00:04:02.465]➜  packagefile github.com/lib/pq/oid=/tmp/go-build3999932643/b1022/_pkg_.a
2025-08-20T21:55:19.8442831Z [00:04:02.465]➜  packagefile github.com/lib/pq/scram=/tmp/go-build3999932643/b1023/_pkg_.a
2025-08-20T21:55:19.8443222Z [00:04:02.465]➜  packagefile github.com/projectdiscovery/go-smb2/internal/utf16le=/tmp/go-build3999932643/b1052/_pkg_.a
2025-08-20T21:55:19.8443500Z [00:04:02.465]➜  packagefile github.com/geoffgarside/ber=/tmp/go-build3999932643/b1056/_pkg_.a
2025-08-20T21:55:19.8443917Z [00:04:02.465]➜  packagefile github.com/zeebo/blake3/internal/alg/compress/compress_pure=/tmp/go-build3999932643/b598/_pkg_.a
2025-08-20T21:55:19.8444326Z [00:04:02.465]➜  packagefile github.com/zeebo/blake3/internal/alg/compress/compress_sse41=/tmp/go-build3999932643/b600/_pkg_.a
2025-08-20T21:55:19.8444707Z [00:04:02.465]➜  packagefile github.com/zeebo/blake3/internal/alg/hash/hash_avx2=/tmp/go-build3999932643/b602/_pkg_.a
2025-08-20T21:55:19.8445078Z [00:04:02.465]➜  packagefile github.com/zeebo/blake3/internal/alg/hash/hash_pure=/tmp/go-build3999932643/b603/_pkg_.a
2025-08-20T21:55:19.8445464Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/pke/kyber/internal/common=/tmp/go-build3999932643/b362/_pkg_.a
2025-08-20T21:55:19.8445828Z [00:04:02.465]➜  packagefile github.com/gin-contrib/sse=/tmp/go-build3999932643/b903/_pkg_.a
2025-08-20T21:55:19.8446187Z [00:04:02.465]➜  packagefile github.com/gin-gonic/gin/binding=/tmp/go-build3999932643/b904/_pkg_.a
2025-08-20T21:55:19.8446535Z [00:04:02.465]➜  packagefile github.com/gin-gonic/gin/internal/bytesconv=/tmp/go-build3999932643/b905/_pkg_.a
2025-08-20T21:55:19.8446845Z [00:04:02.465]➜  packagefile github.com/gin-gonic/gin/internal/json=/tmp/go-build3999932643/b906/_pkg_.a
2025-08-20T21:55:19.8447136Z [00:04:02.465]➜  packagefile github.com/gin-gonic/gin/render=/tmp/go-build3999932643/b927/_pkg_.a
2025-08-20T21:55:19.8447638Z [00:04:02.465]➜  packagefile github.com/jcmturner/aescts/v2=/tmp/go-build3999932643/b947/_pkg_.a
2025-08-20T21:55:19.8448026Z [00:04:02.465]➜  packagefile github.com/jcmturner/gofork/x/crypto/pbkdf2=/tmp/go-build3999932643/b948/_pkg_.a
2025-08-20T21:55:19.8448441Z [00:04:02.465]➜  packagefile github.com/cloudflare/circl/pke/kyber/internal/common/params=/tmp/go-build3999932643/b363/_pkg_.a
2025-08-20T21:55:19.8448742Z [00:04:02.465]➜  packagefile github.com/pelletier/go-toml/v2=/tmp/go-build3999932643/b907/_pkg_.a
2025-08-20T21:55:19.8449017Z [00:04:02.465]➜  packagefile github.com/ugorji/go/codec=/tmp/go-build3999932643/b912/_pkg_.a
2025-08-20T21:55:19.8449316Z [00:04:02.465]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3999932643/b914/_pkg_.a
2025-08-20T21:55:19.8449686Z [00:04:02.465]➜  packagefile github.com/pelletier/go-toml/v2/internal/characters=/tmp/go-build3999932643/b908/_pkg_.a
2025-08-20T21:55:19.8450146Z [00:04:02.465]➜  packagefile github.com/pelletier/go-toml/v2/internal/danger=/tmp/go-build3999932643/b909/_pkg_.a
2025-08-20T21:55:19.8450500Z [00:04:02.465]➜  packagefile github.com/pelletier/go-toml/v2/internal/tracker=/tmp/go-build3999932643/b910/_pkg_.a
2025-08-20T21:55:19.8450824Z [00:04:02.465]➜  packagefile github.com/pelletier/go-toml/v2/unstable=/tmp/go-build3999932643/b911/_pkg_.a
2025-08-20T21:55:19.8451031Z [00:04:02.465]➜  packagefile net/rpc=/tmp/go-build3999932643/b913/_pkg_.a
2025-08-20T21:55:19.8451385Z [00:04:02.465]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3999932643/b915/_pkg_.a
2025-08-20T21:55:19.8451846Z [00:04:02.465]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3999932643/b918/_pkg_.a
2025-08-20T21:55:19.8452191Z [00:04:02.465]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3999932643/b916/_pkg_.a
2025-08-20T21:55:19.8452521Z [00:04:02.465]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3999932643/b921/_pkg_.a
2025-08-20T21:55:19.8452854Z [00:04:02.465]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3999932643/b922/_pkg_.a
2025-08-20T21:55:19.8453179Z [00:04:02.465]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3999932643/b923/_pkg_.a
2025-08-20T21:55:19.8453514Z [00:04:02.465]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3999932643/b920/_pkg_.a
2025-08-20T21:55:19.8453845Z [00:04:02.465]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3999932643/b924/_pkg_.a
2025-08-20T21:55:19.8454207Z [00:04:02.465]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3999932643/b919/_pkg_.a
2025-08-20T21:55:19.8454568Z [00:04:02.465]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3999932643/b925/_pkg_.a
2025-08-20T21:55:19.8454916Z [00:04:02.465]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3999932643/b926/_pkg_.a
2025-08-20T21:55:19.8455257Z [00:04:02.465]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3999932643/b917/_pkg_.a
2025-08-20T21:55:19.8581950Z [00:04:02.466]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/projectdiscovery/nuclei/v3/cmd/nuclei\nmod\tgithub.com/projectdiscovery/nuclei/v3\tv3.4.8-0.20250819235823-b4644af80a57\t\ndep\taead.dev/minisign\tv0.2.0\th1:kAWrq/hBRu4AARY6AlciO83xhNnW9UaC8YipS2uhLPk=\ndep\tcode.gitea.io/sdk/gitea\tv0.21.0\th1:69n6oz6kEVHRo1+APQQyizkhrZrLsTLXey9142pfkD4=\ndep\tdario.cat/mergo\tv1.0.0\th1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=\ndep\tfilippo.io/edwards25519\tv1.1.0\th1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=\ndep\tgit.mills.io/prologic/smtpd\tv0.0.0-20210710122116-a525b76c287a\th1:3i+FJ7IpSZHL+VAjtpQeZCRhrpP0odl5XfoLBY4fxJ8=\ndep\tgithub.com/42wim/httpsig\tv1.2.2\th1:ofAYoHUNs/MJOLqQ8hIxeyz2QxOz8qdSVvp3PX/oPgA=\ndep\tgithub.com/Azure/azure-sdk-for-go/sdk/azcore\tv1.18.0\th1:Gt0j3wceWMwPmiazCa8MzMA0MfhmPIz0Qp0FJ6qcM0U=\ndep\tgithub.com/Azure/azure-sdk-for-go/sdk/azidentity\tv1.10.1\th1:B+blDbyVIG3WaikNxPnhPiJ1MThR03b3vKGtER95TP4=\ndep\tgithub.com/Azure/azure-sdk-for-go/sdk/internal\tv1.11.1\th1:FPKJS1T+clwv+OLGt13a8UjqeRuh0O4SJ3lUriThc+4=\ndep\tgithub.com/Azure/azure-sdk-for-go/sdk/storage/azblob\tv1.6.1\th1:lhZdRq7TIx0GJQvSyX2Si406vrYsov2FXGp/RnSEtcs=\ndep\tgithub.com/Azure/go-ntlmssp\tv0.0.0-20221128193559-754e69321358\th1:mFRzDkZVAjdal+s7s0MwaRv9igoPqLRdzOLzw/8Xvq8=\ndep\tgithub.com/AzureAD/microsoft-authentication-library-for-go\tv1.4.2\th1:oygO0locgZJe7PpYPXT5A29ZkwJaPqcva7BVeemZOZs=\ndep\tgithub.com/DataDog/gostackparse\tv0.7.0\th1:i7dLkXHvYzHV308hnkvVGDL3BR4FWl7IsXNPz/IGQh4=\ndep\tgithub.com/Knetic/govaluate\tv3.0.1-0.20171022003610-9aa49832a739+incompatible\th1:1G1pk05UrOh0NlF1oeaaix1x8XzrfjIDK47TY0Zehcw=\ndep\tgithub.com/Masterminds/semver/v3\tv3.4.0\th1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=\ndep\tgithub.com/Mzack9999/gcache\tv0.0.0-20230410081825-519e28eab057\th1:KFac3SiGbId8ub47e7kd2PLZeACxc1LkiiNoDOFRClE=\ndep\tgithub.com/Mzack9999/go-http-digest-auth-client\tv0.6.1-0.20220414142836-eb8883508809\th1:ZbFL+BDfBqegi+/Ssh7im5+aQfBRx6it+kHnC7jaDU8=\ndep\tgithub.com/Mzack9999/goja\tv0.0.0-20250507184235-e46100e9c697\th1:54I+OF5vS4a/rxnUrN5J3hi0VEYKcrTlpc8JosDyP+c=\ndep\tgithub.com/Mzack9999/goja_nodejs\tv0.0.0-20250507184139-66bcbf65c883\th1:+Is1AS20q3naP+qJophNpxuvx1daFOx9C0kLIuI0GVk=\ndep\tgithub.com/ProtonMail/go-crypto\tv1.1.6\th1:ZcV+Ropw6Qn0AX9brlQLAUXfqLBc7Bl+f/DmNxpLfdw=\ndep\tgithub.com/PuerkitoBio/goquery\tv1.10.3\th1:pFYcNSqHxBD06Fpj/KsbStFRsgRATgnf3LeXiUkhzPo=\ndep\tgithub.com/STARRY-S/zip\tv0.2.1\th1:pWBd4tuSGm3wtpoqRZZ2EAwOmcHK6XFf7bU9qcJXyFg=\ndep\tgithub.com/VividCortex/ewma\tv1.2.0\th1:f58SaIzcDXrSy3kWaHNvuJgJ3Nmz59Zji6XoJR/q1ow=\ndep\tgithub.com/akrylysov/pogreb\tv0.10.2\th1:e6PxmeyEhWyi2AKOBIJzAEi4HkiC+lKyCocRGlnDi78=\ndep\tgithub.com/alecthomas/chroma\tv0.10.0\th1:7XDcGkCQopCNKjZHfYrNLraA+M7e0fMiJ/Mfikbfjek=\ndep\tgithub.com/alecthomas/chroma/v2\tv2.14.0\th1:R3+wzpnUArGcQz7fCETQBzO5n9IMNi13iIs46aU4V9E=\ndep\tgithub.com/alecthomas/template\tv0.0.0-20190718012654-fb15b899a751\th1:JYp7IbQjafoB+tBA3gMyHYHrpOtNuDiK/uB5uXxq5wM=\ndep\tgithub.com/alecthomas/units\tv0.0.0-20211218093645-b94a6e3cc137\th1:s6gZFSlWYmbqAuRjVTiNNhvNRfY2Wxp9nhfyel4rklc=\ndep\tgithub.com/alitto/pond\tv1.9.2\th1:9Qb75z/scEZVCoSU+osVmQ0I0JOeLfdTDafrbcJ8CLs=\ndep\tgithub.com/andybalholm/brotli\tv1.1.2-0.20250424173009-453214e765f3\th1:8PmGpDEZl9yDpcdEr6Odf23feCxK3LNUNMxjXg41pZQ=\ndep\tgithub.com/andybalholm/cascadia\tv1.3.3\th1:AG2YHrzJIm4BZ19iwJ/DAua6Btl3IwJX+VI4kktS1LM=\ndep\tgithub.com/andygrunwald/go-jira\tv1.16.0\th1:PU7C7Fkk5L96JvPc6vDVIrd99vdPnYudHu4ju2c2ikQ=\ndep\tgithub.com/antchfx/htmlquery\tv1.3.4\th1:Isd0srPkni2iNTWCwVj/72t7uCphFeor5Q8nCzj1jdQ=\ndep\tgithub.com/antchfx/xmlquery\tv1.4.4\th1:mxMEkdYP3pjKSftxss4nUHfjBhnMk4imGoR96FRY2dg=\ndep\tgithub.com/antchfx/xpath\tv1.3.4\th1:1ixrW1VnXd4HurCj7qnqnR0jo14g8JMe20Fshg1Vgz4=\ndep\tgithub.com/asaskevich/govalidator\tv0.0.0-20230301143203-a9d515a09cc2\th1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=\ndep\tgithub.com/aws/aws-sdk-go-v2\tv1.36.5\th1:0OF9RiEMEdDdZEMqF9MRjevyxAQcf6gY+E7vwBILFj0=\ndep\tgithub.com/aws/aws-sdk-go-v2/aws/protocol/eventstream\tv1.6.11\th1:12SpdwU8Djs+YGklkinSSlcrPyj3H4VifVsKf78KbwA=\ndep\tgithub.com/aws/aws-sdk-go-v2/config\tv1.29.17\th1:jSuiQ5jEe4SAMH6lLRMY9OVC+TqJLP5655pBGjmnjr0=\ndep\tgithub.com/aws/aws-sdk-go-v2/credentials\tv1.17.70\th1:ONnH5CM16RTXRkS8Z1qg7/s2eDOhHhaXVd72mmyv4/0=\ndep\tgithub.com/aws/aws-sdk-go-v2/feature/ec2/imds\tv1.16.32\th1:KAXP9JSHO1vKGCr5f4O6WmlVKLFFXgWYAGoJosorxzU=\ndep\tgithub.com/aws/aws-sdk-go-v2/feature/s3/manager\tv1.17.82\th1:EO13QJTCD1Ig2IrQnoHTRrn981H9mB7afXsZ89WptI4=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/configsources\tv1.3.36\th1:SsytQyTMHMDPspp+spo7XwXTP44aJZZAC7fBV2C5+5s=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/endpoints/v2\tv2.6.36\th1:i2vNHQiXUvKhs3quBR6aqlgJaiaexz/aNvdCktW/kAM=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/ini\tv1.8.3\th1:bIqFDwgGXXN1Kpp99pDOdKMTTb5d2KyU5X/BZxjOkRo=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/v4a\tv1.3.36\th1:GMYy2EOWfzdP3wfVAGXBNKY5vK4K8vMET4sYOYltmqs=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/internal/accept-encoding\tv1.12.4\th1:CXV68E2dNqhuynZJPB80bhPQwAKqBWVer887figW6Jc=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/internal/checksum\tv1.7.4\th1:nAP2GYbfh8dd2zGZqFRSMlq+/F6cMPBUuCsGAMkN074=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/internal/presigned-url\tv1.12.17\th1:t0E6FzREdtCsiLIoLCWsYliNsRBgyGD/MCK571qk4MI=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/internal/s3shared\tv1.18.17\th1:qcLWgdhq45sDM9na4cvXax9dyLitn8EYBRl8Ak4XtG4=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/s3\tv1.82.0\th1:JubM8CGDDFaAOmBrd8CRYNr49ZNgEAiLwGwgNMdS0nw=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/sso\tv1.25.5\th1:AIRJ3lfb2w/1/8wOOSqYb9fUKGwQbtysJ2H1MofRUPg=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/ssooidc\tv1.30.3\th1:BpOxT3yhLwSJ77qIY3DoHAQjZsc4HEGfMCE4NGy3uFg=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/sts\tv1.34.0\th1:NFOJ/NXEGV4Rq//71Hs1jC/NvPs1ezajK+yQmkwnPV0=\ndep\tgithub.com/aws/smithy-go\tv1.22.4\th1:uqXzVZNuNexwc/xrh6Tb56u89WDlJY6HS+KC0S4QSjw=\ndep\tgithub.com/aymanbagabas/go-osc52/v2\tv2.0.1\th1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=\ndep\tgithub.com/aymerick/douceur\tv0.2.0\th1:Mv+mAeH1Q+n9Fr+oyamOlAkUNPWPlA8PPGR0QAaYuPk=\ndep\tgithub.com/bahlo/generic-list-go\tv0.2.0\th1:5sz/EEAK+ls5wF+NeqDpk5+iNdMDXrh3z3nPnH1Wvgk=\ndep\tgithub.com/bits-and-blooms/bitset\tv1.13.0\th1:bAQ9OPNFYbGHV6Nez0tmNI0RiEu7/hxlYJRUA0wFAVE=\ndep\tgithub.com/bits-and-blooms/bloom/v3\tv3.5.0\th1:AKDvi1V3xJCmSR6QhcBfHbCN4Vf8FfxeWkMNQfmAGhY=\ndep\tgithub.com/bluele/gcache\tv0.0.2\th1:WcbfdXICg7G/DGBh1PFfcirkWOQV+v077yF1pSy3DGw=\ndep\tgithub.com/bodgit/plumbing\tv1.3.0\th1:pf9Itz1JOQgn7vEOE7v7nlEfBykYqvUYioC61TwWCFU=\ndep\tgithub.com/bodgit/sevenzip\tv1.6.0\th1:a4R0Wu6/P1o1pP/3VV++aEOcyeBxeO/xE2Y9NSTrr6A=\ndep\tgithub.com/bodgit/windows\tv1.0.1\th1:tF7K6KOluPYygXa3Z2594zxlkbKPAOvqr97etrGNIz4=\ndep\tgithub.com/buger/jsonparser\tv1.1.1\th1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=\ndep\tgithub.com/bytedance/sonic\tv1.14.0\th1:/OfKt8HFw0kh2rj8N0F6C/qPGRESq0BbaNZgcNXXzQQ=\ndep\tgithub.com/caddyserver/certmagic\tv0.19.2\th1:HZd1AKLx4592MalEGQS39DKs2ZOAJCEM/xYPMQ2/ui0=\ndep\tgithub.com/cespare/xxhash\tv1.1.0\th1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=\ndep\tgithub.com/cespare/xxhash/v2\tv2.3.0\th1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=\ndep\tgithub.com/charmbracelet/colorprofile\tv0.2.3-0.20250311203215-f60798e515dc\th1:4pZI35227imm7yK2bGPcfpFEmuY1gc2YSTShr4iJBfs=\ndep\tgithub.com/charmbracelet/glamour\tv0.10.0\th1:MtZvfwsYCx8jEPFJm3rIBFIMZUfUJ765oX8V6kXldcY=\ndep\tgithub.com/charmbracelet/lipgloss\tv1.1.1-0.20250404203927-76690c660834\th1:ZR7e0ro+SZZiIZD7msJyA+NjkCNNavuiPBLgerbOziE=\ndep\tgithub.com/charmbracelet/x/ansi\tv0.8.0\th1:9GTq3xq9caJW8ZrBTe0LIe2fvfLR/bYXKTx2llXn7xE=\ndep\tgithub.com/charmbracelet/x/cellbuf\tv0.0.13\th1:/KBBKHuVRbq1lYx5BzEHBAFBP8VcQzJejZ/IA3iR28k=\ndep\tgithub.com/charmbracelet/x/exp/slice\tv0.0.0-20250327172914-2fdc97757edf\th1:rLG0Yb6MQSDKdB52aGX55JT1oi0P0Kuaj7wi1bLUpnI=\ndep\tgithub.com/charmbracelet/x/term\tv0.2.1\th1:AQeHeLZ1OqSXhrAWpYUtZyX1T3zVxfpZuEQMIQaGIAQ=\ndep\tgithub.com/cheggaaa/pb/v3\tv3.1.4\th1:DN8j4TVVdKu3WxVwcRKu0sG00IIU6FewoABZzXbRQeo=\ndep\tgithub.com/clbanning/mxj/v2\tv2.7.0\th1:WA/La7UGCanFe5NpHF0Q3DNtnCsVoxbPKuyBNHWRyME=\ndep\tgithub.com/cloudflare/cfssl\tv1.6.4\th1:NMOvfrEjFfC63K3SGXgAnFdsgkmiq4kATme5BfcqrO8=\ndep\tgithub.com/cloudflare/circl\tv1.6.1\th1:zqIqSPIndyBh1bjLVVDHMPpVKqp8Su/V+6MeDzzQBQ0=\ndep\tgithub.com/cnf/structhash\tv0.0.0-20201127153200-e1b16c1ebc08\th1:ox2F0PSMlrAAiAdknSRMDrAr8mfxPCfSZolH+/qQnyQ=\ndep\tgithub.com/cyphar/filepath-securejoin\tv0.4.1\th1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s=\ndep\tgithub.com/dgryski/go-rendezvous\tv0.0.0-20200823014737-9f7001d12a5f\th1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78=\ndep\tgithub.com/dimchansky/utfbom\tv1.1.1\th1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U=\ndep\tgithub.com/ditashi/jsbeautifier-go\tv0.0.0-20141206144643-2520a8026a9c\th1:+Zo5Ca9GH0RoeVZQKzFJcTLoAixx5s5Gq3pTIS+n354=\ndep\tgithub.com/dlclark/regexp2\tv1.11.5\th1:Q/sSnsKerHeCkc/jSTNq1oCm7KiVgUMZRDUoRu0JQZQ=\ndep\tgithub.com/docker/go-units\tv0.5.0\th1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=\ndep\tgithub.com/dsnet/compress\tv0.0.2-0.20230904184137-39efe44ab707\th1:2tV76y6Q9BB+NEBasnqvs7e49aEBFI8ejC89PSnWH+4=\ndep\tgithub.com/emirpasic/gods\tv1.18.1\th1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=\ndep\tgithub.com/fatih/color\tv1.18.0\th1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM=\ndep\tgithub.com/fatih/structs\tv1.1.0\th1:Q7juDM0QtcnhCpeyLGQKyg4TOIghuNXrkL32pHAUMxo=\ndep\tgithub.com/felixge/fgprof\tv0.9.5\th1:8+vR6yu2vvSKn08urWyEuxx75NWPEvybbkBirEpsbVY=\ndep\tgithub.com/free5gc/util\tv1.0.5-0.20230511064842-2e120956883b\th1:XMw3j+4AEXLeL/uyiZ7/qYE1X7Ul05RTwWBhzxCLi+0=\ndep\tgithub.com/gabriel-vasile/mimetype\tv1.4.8\th1:FfZ3gj38NjllZIeJAmMhr+qKL8Wu+nOoI3GqacKw1NM=\ndep\tgithub.com/gaissmai/bart\tv0.20.5\th1:ehoWZWQ7j//qt0K0Zs4i9hpoPpbgqsMQiR8W2QPJh+c=\ndep\tgithub.com/geoffgarside/ber\tv1.1.0\th1:qTmFG4jJbwiSzSXoNJeHcOprVzZ8Ulde2Rrrifu5U9w=\ndep\tgithub.com/getkin/kin-openapi\tv0.132.0\th1:3ISeLMsQzcb5v26yeJrBcdTCEQTag36ZjaGk7MIRUwk=\ndep\tgithub.com/gin-contrib/sse\tv0.1.0\th1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE=\ndep\tgithub.com/gin-gonic/gin\tv1.9.1\th1:4idEAncQnU5cB7BeOkPtxjfCSye0AAm1R0RVIqJ+Jmg=\ndep\tgithub.com/go-asn1-ber/asn1-ber\tv1.5.8-0.20250403174932-29230038a667\th1:BP4M0CvQ4S3TGls2FvczZtj5Re/2ZzkV9VwqPHH/3Bo=\ndep\tgithub.com/go-fed/httpsig\tv1.1.0\th1:9M+hb0jkEICD8/cAiNqEB66R87tTINszBRTjwjQzWcI=\ndep\tgithub.com/go-git/gcfg\tv1.5.1-0.20230307220236-3a3c6141e376\th1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI=\ndep\tgithub.com/go-git/go-billy/v5\tv5.6.2\th1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UNbRM=\ndep\tgithub.com/go-git/go-git/v5\tv5.16.2\th1:fT6ZIOjE5iEnkzKyxTHK1W4HGAsPhqEqiSAssSO77hM=\ndep\tgithub.com/go-ldap/ldap/v3\tv3.4.11\th1:4k0Yxweg+a3OyBLjdYn5OKglv18JNvfDykSoI8bW0gU=\ndep\tgithub.com/go-openapi/jsonpointer\tv0.21.0\th1:YgdVicSA9vH5RiHs9TZW5oyafXZFc6+2Vc1rr/O9oNQ=\ndep\tgithub.com/go-openapi/swag\tv0.23.0\th1:vsEVJDUo2hPJ2tu0/Xc+4noaxyEffXNIs3cOULZ+GrE=\ndep\tgithub.com/go-pg/pg\tv8.0.7+incompatible\th1:ty/sXL1OZLo+47KK9N8llRcmbA9tZasqbQ/OO4ld53g=\ndep\tgithub.com/go-playground/locales\tv0.14.1\th1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/oXslEjJA=\ndep\tgithub.com/go-playground/universal-translator\tv0.18.1\th1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY=\ndep\tgithub.com/go-playground/validator/v10\tv10.26.0\th1:SP05Nqhjcvz81uJaRfEV0YBSSSGMc/iMaVtFbr3Sw2k=\ndep\tgithub.com/go-rod/rod\tv0.116.2\th1:A5t2Ky2A+5eD/ZJQr1EfsQSe5rms5Xof/qj296e+ZqA=\ndep\tgithub.com/go-sourcemap/sourcemap\tv2.1.4+incompatible\th1:a+iTbH5auLKxaNwQFg0B+TCYl6lbukKPc7b5x0n1s6Q=\ndep\tgithub.com/go-sql-driver/mysql\tv1.9.3\th1:U/N249h2WzJ3Ukj8SowVFjdtZKfu9vlLZxjPXV1aweo=\ndep\tgithub.com/goburrow/cache\tv0.1.4\th1:As4KzO3hgmzPlnaMniZU9+VmoNYseUhuELbxy9mRBfw=\ndep\tgithub.com/gobwas/httphead\tv0.1.0\th1:exrUm0f4YX0L7EBwZHuCF4GDp8aJfVeBrlLQrs6NqWU=\ndep\tgithub.com/gobwas/pool\tv0.2.1\th1:xfeeEhW7pwmX8nuLVlqbzVc7udMDrwetjEv+TZIz1og=\ndep\tgithub.com/gobwas/ws\tv1.4.0\th1:CTaoG1tojrh4ucGPcoJFiAQUAsEWekEWvLy7GsVNqGs=\ndep\tgithub.com/golang-jwt/jwt/v4\tv4.5.2\th1:YtQM7lnr8iZ+j5q71MGKkNw9Mn7AjHM68uc9g5fXeUI=\ndep\tgithub.com/golang-jwt/jwt/v5\tv5.2.2\th1:Rl4B7itRWVtYIHFrSNd7vhTiz9UpLdi6gZhZ3wEeDy8=\ndep\tgithub.com/golang-sql/civil\tv0.0.0-20220223132316-b832511892a9\th1:au07oEsX2xN0ktxqI+Sida1w446QrXBRJ0nee3SNZlA=\ndep\tgithub.com/golang-sql/sqlexp\tv0.1.0\th1:ZCD6MBpcuOVfGVqsEmY5/4FtYiKz6tSyUv9LPEDei6A=\ndep\tgithub.com/golang/groupcache\tv0.0.0-20241129210726-2c02b8208cf8\th1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ=\ndep\tgithub.com/golang/snappy\tv0.0.4\th1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=\ndep\tgithub.com/google/certificate-transparency-go\tv1.1.4\th1:hCyXHDbtqlr/lMXU0D4WgbalXL0Zk4dSWWMbPV8VrqY=\ndep\tgithub.com/google/go-github\tv17.0.0+incompatible\th1:N0LgJ1j65A7kfXrZnUDaYCs/Sf4rEjNlfyDHW9dolSY=\ndep\tgithub.com/google/go-github/v30\tv30.1.0\th1:VLDx+UolQICEOKu2m4uAoMti1SxuEBAl7RSEG16L+Oo=\ndep\tgithub.com/google/go-querystring\tv1.1.0\th1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=\ndep\tgithub.com/google/pprof\tv0.0.0-20240727154555-813a5fbdbec8\th1:FKHo8hFI3A+7w0aUQuYXQ+6EN5stWmeY/AZqtM8xk9k=\ndep\tgithub.com/google/shlex\tv0.0.0-20191202100458-e7afc7fbc510\th1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=\ndep\tgithub.com/google/uuid\tv1.6.0\th1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=\ndep\tgithub.com/gorilla/css\tv1.0.1\th1:ntNaBIghp6JmvWnxbZKANoLyuXTPZ4cAMlo6RyhlbO8=\ndep\tgithub.com/h2non/filetype\tv1.1.3\th1:FKkx9QbD7HR/zjK1Ia5XiBsq9zdLi5Kf3zGyFTAFkGg=\ndep\tgithub.com/hashicorp/errwrap\tv1.1.0\th1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=\ndep\tgithub.com/hashicorp/go-cleanhttp\tv0.5.2\th1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=\ndep\tgithub.com/hashicorp/go-multierror\tv1.1.1\th1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=\ndep\tgithub.com/hashicorp/go-retryablehttp\tv0.7.8\th1:ylXZWnqa7Lhqpk0L1P1LzDtGcCR0rPVUrx/c8Unxc48=\ndep\tgithub.com/hashicorp/go-uuid\tv1.0.3\th1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8=\ndep\tgithub.com/hashicorp/go-version\tv1.7.0\th1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY=\ndep\tgithub.com/hashicorp/golang-lru/v2\tv2.0.7\th1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=\ndep\tgithub.com/hbakhtiyor/strsim\tv0.0.0-20190107154042-4d2bbb273edf\th1:umfGUaWdFP2s6457fz1+xXYIWDxdGc7HdkLS9aJ1skk=\ndep\tgithub.com/hdm/jarm-go\tv0.0.7\th1:Eq0geenHrBSYuKrdVhrBdMMzOmA+CAMLzN2WrF3eL6A=\ndep\tgithub.com/imdario/mergo\tv0.3.16\th1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4=\ndep\tgithub.com/invopop/jsonschema\tv0.13.0\th1:KvpoAJWEjR3uD9Kbm2HWJmqsEaHt8lBUpd0qHcIi21E=\ndep\tgithub.com/invopop/yaml\tv0.3.1\th1:f0+ZpmhfBSS4MhG+4HYseMdJhoeeopbSKbq5Rpeelso=\ndep\tgithub.com/itchyny/gojq\tv0.12.17\th1:8av8eGduDb5+rvEdaOO+zQUjA04MS0m3Ps8HiD+fceg=\ndep\tgithub.com/itchyny/timefmt-go\tv0.1.6\th1:ia3s54iciXDdzWzwaVKXZPbiXzxxnv1SPGFfM/myJ5Q=\ndep\tgithub.com/jbenet/go-context\tv0.0.0-20150711004518-d14ea06fba99\th1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=\ndep\tgithub.com/jcmturner/aescts/v2\tv2.0.0\th1:9YKLH6ey7H4eDBXW8khjYslgyqG2xZikXP0EQFKrle8=\ndep\tgithub.com/jcmturner/dnsutils/v2\tv2.0.0\th1:lltnkeZGL0wILNvrNiVCR6Ro5PGU/SeBvVO/8c/iPbo=\ndep\tgithub.com/jcmturner/gofork\tv1.7.6\th1:QH0l3hzAU1tfT3rZCnW5zXl+orbkNMMRGJfdJjHVETg=\ndep\tgithub.com/jcmturner/gokrb5/v8\tv8.4.4\th1:x1Sv4HaTpepFkXbt2IkL29DXRf8sOfZXo8eRKh687T8=\ndep\tgithub.com/jcmturner/rpc/v2\tv2.0.3\th1:7FXXj8Ti1IaVFpSAziCZWNzbNuZmnvw/i6CqLNdWfZY=\ndep\tgithub.com/jinzhu/inflection\tv1.0.0\th1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E=\ndep\tgithub.com/josharian/intern\tv1.0.0\th1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=\ndep\tgithub.com/json-iterator/go\tv1.1.12\th1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=\ndep\tgithub.com/julienschmidt/httprouter\tv1.3.0\th1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U=\ndep\tgithub.com/kataras/jwt\tv0.1.10\th1:GBXOF9RVInDPhCFBiDumRG9Tt27l7ugLeLo8HL5SeKQ=\ndep\tgithub.com/kevinburke/ssh_config\tv1.2.0\th1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=\ndep\tgithub.com/kitabisa/go-ci\tv1.0.3\th1:JmIUIvcercRQc/9x/v02ydCCqU4MadSHaNaOF8T2pGA=\ndep\tgithub.com/klauspost/compress\tv1.18.0\th1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=\ndep\tgithub.com/klauspost/cpuid/v2\tv2.2.5\th1:0E5MSMDEoAulmXNFquVs//DdoomxaoTY1kUhbc/qbZg=\ndep\tgithub.com/klauspost/pgzip\tv1.2.6\th1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU=\ndep\tgithub.com/kylelemons/godebug\tv1.1.0\th1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=\ndep\tgithub.com/labstack/echo/v4\tv4.13.4\th1:oTZZW+T3s9gAu5L8vmzihV7/lkXGZuITzTQkTEhcXEA=\ndep\tgithub.com/labstack/gommon\tv0.4.2\th1:F8qTUNXgG1+6WQmqoUWnz8WiEU60mXVVw0P4ht1WRA0=\ndep\tgithub.com/leodido/go-urn\tv1.4.0\th1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=\ndep\tgithub.com/leslie-qiwa/flat\tv0.0.0-20230424180412-f9d1cf014baa\th1:KQKuQDgA3DZX6C396lt3WDYB9Um1gLITLbvficVbqXk=\ndep\tgithub.com/lib/pq\tv1.10.9\th1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=\ndep\tgithub.com/libdns/libdns\tv0.2.1\th1:Wu59T7wSHRgtA0cfxC+n1c/e+O3upJGWytknkmFEDis=\ndep\tgithub.com/logrusorgru/aurora\tv2.0.3+incompatible\th1:tOpm7WcpBTn4fjmVfgpQq0EfczGlG91VSDkswnjF5A8=\ndep\tgithub.com/lor00x/goldap\tv0.0.0-20180618054307-a546dffdd1a3\th1:wIONC+HMNRqmWBjuMxhatuSzHaljStc4gjDeKycxy0A=\ndep\tgithub.com/lucasb-eyer/go-colorful\tv1.2.0\th1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=\ndep\tgithub.com/mackerelio/go-osstat\tv0.2.4\th1:qxGbdPkFo65PXOb/F/nhDKpF2nGmGaCFDLXoZjJTtUs=\ndep\tgithub.com/mailru/easyjson\tv0.7.7\th1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=\ndep\tgithub.com/mattn/go-colorable\tv0.1.14\th1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE=\ndep\tgithub.com/mattn/go-isatty\tv0.0.20\th1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=\ndep\tgithub.com/mattn/go-runewidth\tv0.0.16\th1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc=\ndep\tgithub.com/mattn/go-sqlite3\tv1.14.28\th1:ThEiQrnbtumT+QMknw63Befp/ce/nUPgBPMlRFEum7A=\ndep\tgithub.com/mholt/acmez\tv1.2.0\th1:1hhLxSgY5FvH5HCnGUuwbKY2VQVo8IU7rxXKSnZ7F30=\ndep\tgithub.com/mholt/archives\tv0.1.3\th1:aEAaOtNra78G+TvV5ohmXrJOAzf++dIlYeDW3N9q458=\ndep\tgithub.com/microcosm-cc/bluemonday\tv1.0.27\th1:MpEUotklkwCSLeH+Qdx1VJgNqLlpY2KXwXFM08ygZfk=\ndep\tgithub.com/microsoft/go-mssqldb\tv1.9.2\th1:nY8TmFMQOHpm2qVWo6y4I2mAmVdZqlGiMGAYt64Ibbs=\ndep\tgithub.com/miekg/dns\tv1.1.66\th1:FeZXOS3VCVsKnEAd+wBkjMC3D2K+ww66Cq3VnCINuJE=\ndep\tgithub.com/mikelolasagasti/xz\tv1.0.1\th1:Q2F2jX0RYJUG3+WsM+FJknv+6eVjsjXNDV0KJXZzkD0=\ndep\tgithub.com/minio/minlz\tv1.0.0\th1:Kj7aJZ1//LlTP1DM8Jm7lNKvvJS2m74gyyXXn3+uJWQ=\ndep\tgithub.com/minio/selfupdate\tv0.6.1-0.20230907112617-f11e74f84ca7\th1:yRZGarbxsRytL6EGgbqK2mCY+Lk5MWKQYKJT2gEglhc=\ndep\tgithub.com/mitchellh/go-homedir\tv1.1.0\th1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=\ndep\tgithub.com/modern-go/concurrent\tv0.0.0-20180306012644-bacd9c7ef1dd\th1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=\ndep\tgithub.com/modern-go/reflect2\tv1.0.2\th1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=\ndep\tgithub.com/mohae/deepcopy\tv0.0.0-20170929034955-c48cc78d4826\th1:RWengNIwukTxcDr9M+97sNutRR1RKhG96O6jWumTTnw=\ndep\tgithub.com/montanaflynn/stats\tv0.7.1\th1:etflOAAHORrCC44V+aR6Ftzort912ZU+YLiSTuV8eaE=\ndep\tgithub.com/muesli/reflow\tv0.3.0\th1:IFsN6K9NfGtjeggFP+68I4chLZV2yIKsXJFNZ+eWh6s=\ndep\tgithub.com/muesli/termenv\tv0.16.0\th1:S5AlUN9dENB57rsbnkPyfdGuWIlkmzJjbFf0Tf5FWUc=\ndep\tgithub.com/nwaples/rardecode/v2\tv2.1.0\th1:JQl9ZoBPDy+nIZGb1mx8+anfHp/LV3NE2MjMiv0ct/U=\ndep\tgithub.com/oasdiff/yaml\tv0.0.0-20250309154309-f31be36b4037\th1:G7ERwszslrBzRxj//JalHPu/3yz+De2J+4aLtSRlHiY=\ndep\tgithub.com/oasdiff/yaml3\tv0.0.0-20250309153720-d2182401db90\th1:bQx3WeLcUWy+RletIKwUIt4x3t8n2SxavmoclizMb8c=\ndep\tgithub.com/olekukonko/errors\tv1.1.0\th1:RNuGIh15QdDenh+hNvKrJkmxxjV4hcS50Db478Ou5sM=\ndep\tgithub.com/olekukonko/ll\tv0.0.9\th1:Y+1YqDfVkqMWuEQMclsF9HUR5+a82+dxJuL1HHSRpxI=\ndep\tgithub.com/olekukonko/tablewriter\tv1.0.8\th1:f6wJzHg4QUtJdvrVPKco4QTrAylgaU0+b9br/lJxEiQ=\ndep\tgithub.com/openrdap/rdap\tv0.9.1\th1:Rv6YbanbiVPsKRvOLdUmlU1AL5+2OFuEFLjFN+mQsCM=\ndep\tgithub.com/pelletier/go-toml/v2\tv2.0.8\th1:0ctb6s9mE31h0/lhu+J6OPmVeDxJn+kYnJc2jZR9tGQ=\ndep\tgithub.com/perimeterx/marshmallow\tv1.1.5\th1:a2LALqQ1BlHM8PZblsDdidgv1mWi1DgC2UmX50IvK2s=\ndep\tgithub.com/pierrec/lz4/v4\tv4.1.21\th1:yOVMLb6qSIDP67pl/5F7RepeKYu/VmTyEXvuMI5d9mQ=\ndep\tgithub.com/pjbgf/sha1cd\tv0.3.2\th1:a9wb0bp1oC2TGwStyn0Umc/IGKQnEgF0vVaZ8QF8eo4=\ndep\tgithub.com/pkg/browser\tv0.0.0-20240102092130-5ac0b6a4141c\th1:+mdjkGKdHQG3305AYmdv1U2eRNDiU2ErMBj1gwrq8eQ=\ndep\tgithub.com/pkg/errors\tv0.9.1\th1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=\ndep\tgithub.com/praetorian-inc/fingerprintx\tv1.1.15\th1:CVIxrIQARbmdk5h8E9tIJZbvFoY2sGLLG9rpFVfQqpA=\ndep\tgithub.com/projectdiscovery/asnmap\tv1.1.1\th1:ImJiKIaACOT7HPx4Pabb5dksolzaFYsD1kID2iwsDqI=\ndep\tgithub.com/projectdiscovery/blackrock\tv0.0.1\th1:lHQqhaaEFjgf5WkuItbpeCZv2DUIE45k0VbGJyft6LQ=\ndep\tgithub.com/projectdiscovery/cdncheck\tv1.1.26\th1:R6JxzU3ptGNrzzvS261xHWssDt9GlOCWXkuet1huOyA=\ndep\tgithub.com/projectdiscovery/clistats\tv0.1.1\th1:8mwbdbwTU4aT88TJvwIzTpiNeow3XnAB72JIg66c8wE=\ndep\tgithub.com/projectdiscovery/dsl\tv0.5.0\th1:3HHY14FNmdwWXq3pi9dd8JjUHQzskZjLD/pZKVx5Vi4=\ndep\tgithub.com/projectdiscovery/fastdialer\tv0.4.4\th1:QeVbOnTMPhc/IOkkj2AP2q9hu5E1oCBPiLwEvPSR6A8=\ndep\tgithub.com/projectdiscovery/fasttemplate\tv0.0.2\th1:h2cISk5xDhlJEinlBQS6RRx0vOlOirB2y3Yu4PJzpiA=\ndep\tgithub.com/projectdiscovery/freeport\tv0.0.7\th1:Q6uXo/j8SaV/GlAHkEYQi8WQoPXyJWxyspx+aFmz9Qk=\ndep\tgithub.com/projectdiscovery/gcache\tv0.0.0-20241015120333-12546c6e3f4c\th1:s+lLAlrOrgwlPZQ9DFqNw+kia2nteKnJZ2Ek313yoUc=\ndep\tgithub.com/projectdiscovery/go-smb2\tv0.0.0-20240129202741-052cc450c6cb\th1:rutG906Drtbpz4DwU5mhGIeOhRcktDH4cGQitGUMAsg=\ndep\tgithub.com/projectdiscovery/goflags\tv0.1.74\th1:n85uTRj5qMosm0PFBfsvOL24I7TdWRcWq/1GynhXS7c=\ndep\tgithub.com/projectdiscovery/gologger\tv1.1.54\th1:WMzvJ8j/4gGfPKpCttSTaYCVDU1MWQSJnk3wU8/U6Ws=\ndep\tgithub.com/projectdiscovery/gostruct\tv0.0.2\th1:s8gP8ApugGM4go1pA+sVlPDXaWqNP5BBDDSv7VEdG1M=\ndep\tgithub.com/projectdiscovery/gozero\tv0.0.3\th1:tsYkrSvWw4WdIUJyisd4MB1vRiw1X57TuVVk3p8Z3G8=\ndep\tgithub.com/projectdiscovery/hmap\tv0.0.92\th1:NHGDFVJzc7b8bDuIjss7SxX5LJla9py/RxC4lri+uBo=\ndep\tgithub.com/projectdiscovery/httpx\tv1.7.0\th1:s7ZgF2ZAt9pQYkBuY5F6SjyNYbYrl7eiIzOm/6hBZ/E=\ndep\tgithub.com/projectdiscovery/interactsh\tv1.2.4\th1:WUSj+fxbcV53J64oIAhbYzCKD1w/IyenyRBhkI5jiqI=\ndep\tgithub.com/projectdiscovery/ldapserver\tv1.0.2-0.20240219154113-dcc758ebc0cb\th1:MGtI4oE12ruWv11ZlPXXd7hl/uAaQZrFvrIDYDeVMd8=\ndep\tgithub.com/projectdiscovery/machineid\tv0.0.0-20240226150047-2e2c51e35983\th1:ZScLodGSezQVwsQDtBSMFp72WDq0nNN+KE/5DHKY5QE=\ndep\tgithub.com/projectdiscovery/mapcidr\tv1.1.34\th1:udr83vQ7oz3kEOwlsU6NC6o08leJzSDQtls1wmXN/kM=\ndep\tgithub.com/projectdiscovery/n3iwf\tv0.0.0-20230523120440-b8cd232ff1f5\th1:L/e8z8yw1pfT6bg35NiN7yd1XKtJap5Nk6lMwQ0RNi8=\ndep\tgithub.com/projectdiscovery/networkpolicy\tv0.1.18\th1:DAeP73SvcuT4evaohNS7BPELw+VtvcVt4PaTK3fC1qA=\ndep\tgithub.com/projectdiscovery/ratelimit\tv0.0.81\th1:u6lW+rAhS/UO0amHTYmYLipPK8NEotA9521hdojBtgI=\ndep\tgithub.com/projectdiscovery/rawhttp\tv0.1.90\th1:LOSZ6PUH08tnKmWsIwvwv1Z/4zkiYKYOSZ6n+8RFKtw=\ndep\tgithub.com/projectdiscovery/rdap\tv0.9.0\th1:wPhHx5pQ2QI+WGhyNb2PjhTl0NtB39Nk7YFZ9cp8ZGA=\ndep\tgithub.com/projectdiscovery/retryabledns\tv1.0.105\th1:G8ln01igkNTQ5xvMY5K4cx5XIfKGTwGH6aZxWxBKMqc=\ndep\tgithub.com/projectdiscovery/retryablehttp-go\tv1.0.119\th1:Lpjb6gCWpIvCCX8GultM8zlaQEmFOci1dS33k9Ll4gw=\ndep\tgithub.com/projectdiscovery/sarif\tv0.0.1\th1:C2Tyj0SGOKbCLgHrx83vaE6YkzXEVrMXYRGLkKCr/us=\ndep\tgithub.com/projectdiscovery/tlsx\tv1.1.9\th1:DhErhHCO2+toF5DEX7qe3pkwrIrYlex3F/mzHEUiZHg=\ndep\tgithub.com/projectdiscovery/uncover\tv1.1.0\th1:UDp/qLZn78YZb6VPoOrfyP1vz+ojEx8VrTTyjjRt9UU=\ndep\tgithub.com/projectdiscovery/useragent\tv0.0.101\th1:8A+XOJ/nIH+WqW8ogLxJ/psemGp8ATQ2/GuKroJ/81E=\ndep\tgithub.com/projectdiscovery/utils\tv0.4.23\th1:fi6AVPIh2laomWO+Yy6G8YhvM4c2fDmQ/Viio6VZgyw=\ndep\tgithub.com/projectdiscovery/wappalyzergo\tv0.2.36\th1:g/E2gatdYcmLKk9R81vrkq4RdpACpYgN1fuyY3041eE=\ndep\tgithub.com/projectdiscovery/yamldoc-go\tv1.0.6\th1:GCEdIRlQjDux28xTXKszM7n3jlMf152d5nqVpVoetas=\ndep\tgithub.com/redis/go-redis/v9\tv9.11.0\th1:E3S08Gl/nJNn5vkxd2i78wZxWAPNZgUNTp8WIJUAiIs=\ndep\tgithub.com/refraction-networking/utls\tv1.7.1\th1:dxg+jla3uocgN8HtX+ccwDr68uCBBO3qLrkZUbqkcw0=\ndep\tgithub.com/remeh/sizedwaitgroup\tv1.0.0\th1:VNGGFwNo/R5+MJBf6yrsr110p0m4/OX4S3DCy7Kyl5E=\ndep\tgithub.com/rivo/uniseg\tv0.4.7\th1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=\ndep\tgithub.com/rs/xid\tv1.6.0\th1:fV591PaemRlL6JfRxGDEPl69wICngIQ3shQtzfy2gxU=\ndep\tgithub.com/saintfish/chardet\tv0.0.0-20230101081208-5e3ef4b5456d\th1:hrujxIzL1woJ7AwssoOcM/tq5JjjG2yYOc8odClEiXA=\ndep\tgithub.com/sashabaranov/go-openai\tv1.37.0\th1:hQQowgYm4OXJ1Z/wTrE+XZaO20BYsL0R3uRPSpfNZkY=\ndep\tgithub.com/segmentio/ksuid\tv1.0.4\th1:sBo2BdShXjmcugAMwjugoGUdUV0pcxY5mW4xKRn3v4c=\ndep\tgithub.com/seh-msft/burpxml\tv1.0.1\th1:5G3QPSzvfA1WcX7LkxmKBmK2RnNyGviGWnJPumE0nwg=\ndep\tgithub.com/sergi/go-diff\tv1.3.2-0.20230802210424-5b0b94c5c0d3\th1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8=\ndep\tgithub.com/shirou/gopsutil/v3\tv3.24.5\th1:i0t8kL+kQTvpAYToeuiVk3TgDeKOFioZO3Ztz/iZ9pI=\ndep\tgithub.com/shurcooL/graphql\tv0.0.0-20230722043721-ed46e5a46466\th1:17JxqqJY66GmZVHkmAsGEkcIu0oCe3AM420QDgGwZx0=\ndep\tgithub.com/sirupsen/logrus\tv1.9.3\th1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=\ndep\tgithub.com/skeema/knownhosts\tv1.3.1\th1:X2osQ+RAjK76shCbvhHHHVl3ZlgDm8apHEHFqRjnBY8=\ndep\tgithub.com/sorairolake/lzip-go\tv0.3.5\th1:ms5Xri9o1JBIWvOFAorYtUNik6HI3HgBTkISiqu0Cwg=\ndep\tgithub.com/spaolacci/murmur3\tv1.1.0\th1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI=\ndep\tgithub.com/spf13/cast\tv1.9.2\th1:SsGfm7M8QOFtEzumm7UZrZdLLquNdzFYfIbEXntcFbE=\ndep\tgithub.com/syndtr/goleveldb\tv1.0.0\th1:fBdIW9lB4Iz0n9khmH8w27SJ3QEJ7+IgjPEwGSZiFdE=\ndep\tgithub.com/tidwall/btree\tv1.7.0\th1:L1fkJH/AuEh5zBnnBbmTwQ5Lt+bRJ5A8EWecslvo9iI=\ndep\tgithub.com/tidwall/buntdb\tv1.3.1\th1:HKoDF01/aBhl9RjYtbaLnvX9/OuenwvQiC3OP1CcL4o=\ndep\tgithub.com/tidwall/gjson\tv1.18.0\th1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY=\ndep\tgithub.com/tidwall/grect\tv0.1.4\th1:dA3oIgNgWdSspFzn1kS4S/RDpZFLrIxAZOdJKjYapOg=\ndep\tgithub.com/tidwall/match\tv1.1.1\th1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=\ndep\tgithub.com/tidwall/pretty\tv1.2.1\th1:qjsOFOWWQl+N3RsoF5/ssm1pHmJJwhjlSbZ51I6wMl4=\ndep\tgithub.com/tidwall/rtred\tv0.1.2\th1:exmoQtOLvDoO8ud++6LwVsAMTu0KPzLTUrMln8u1yu8=\ndep\tgithub.com/tidwall/tinyqueue\tv0.1.1\th1:SpNEvEggbpyN5DIReaJ2/1ndroY8iyEGxPYxoSaymYE=\ndep\tgithub.com/tim-ywliu/nested-logrus-formatter\tv1.3.2\th1:jugNJ2/CNCI79SxOJCOhwUHeN3O7/7/bj+ZRGOFlCSw=\ndep\tgithub.com/tklauser/go-sysconf\tv0.3.12\th1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFAEVmqU=\ndep\tgithub.com/tklauser/numcpus\tv0.6.1\th1:ng9scYS7az0Bk4OZLvrNXNSAO2Pxr1XXRAPyjhIx+Fk=\ndep\tgithub.com/trivago/tgo\tv1.0.7\th1:uaWH/XIy9aWYWpjm2CU3RpcqZXmX2ysQ9/Go+d9gyrM=\ndep\tgithub.com/ugorji/go/codec\tv1.2.11\th1:BMaWp1Bb6fHwEtbplGBGJ498wD+LKlNSl25MjdZY4dU=\ndep\tgithub.com/ulikunitz/xz\tv0.5.12\th1:37Nm15o69RwBkXM0J6A5OlE67RZTfzUxTj8fB3dfcsc=\ndep\tgithub.com/valyala/bytebufferpool\tv1.0.0\th1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=\ndep\tgithub.com/valyala/fasttemplate\tv1.2.2\th1:lxLXG0uE3Qnshl9QyaK6XJxMXlQZELvChBOCmQD0Loo=\ndep\tgithub.com/weppos/publicsuffix-go\tv0.40.3-0.20250408071509-6074bbe7fd39\th1:Bz/zVM/LoGZ9IztGBHrq2zlFQQbEG8dBYnxb4hamIHM=\ndep\tgithub.com/wk8/go-ordered-map/v2\tv2.1.8\th1:5h/BUHu93oj4gIdvHHHGsScSTMijfx5PeYkE/fJgbpc=\ndep\tgithub.com/xanzy/ssh-agent\tv0.3.3\th1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=\ndep\tgithub.com/xdg-go/pbkdf2\tv1.0.0\th1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c=\ndep\tgithub.com/xdg-go/scram\tv1.1.2\th1:FHX5I5B4i4hKRVRBCFRxq1iQRej7WO3hhBuJf+UUySY=\ndep\tgithub.com/xdg-go/stringprep\tv1.0.4\th1:XLI/Ng3O1Atzq0oBs3TWm+5ZVgkq2aqdlvP9JtoZ6c8=\ndep\tgithub.com/xo/terminfo\tv0.0.0-20220910002029-abceb7e1c41e\th1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no=\ndep\tgithub.com/yassinebenaid/godump\tv0.11.1\th1:SPujx/XaYqGDfmNh7JI3dOyCUVrG0bG2duhO3Eh2EhI=\ndep\tgithub.com/youmark/pkcs8\tv0.0.0-20240726163527-a2c0da244d78\th1:ilQV1hzziu+LLM3zUTJ0trRztfwgjqKnBWNtSRkbmwM=\ndep\tgithub.com/ysmood/fetchup\tv0.2.3\th1:ulX+SonA0Vma5zUFXtv52Kzip/xe7aj4vqT5AJwQ+ZQ=\ndep\tgithub.com/ysmood/goob\tv0.4.0\th1:HsxXhyLBeGzWXnqVKtmT9qM7EuVs/XOgkX7T6r1o1AQ=\ndep\tgithub.com/ysmood/got\tv0.40.0\th1:ZQk1B55zIvS7zflRrkGfPDrPG3d7+JOza1ZkNxcc74Q=\ndep\tgithub.com/ysmood/gson\tv0.7.3\th1:QFkWbTH8MxyUTKPkVWAENJhxqdBa4lYTQWqZCiLG6kE=\ndep\tgithub.com/ysmood/leakless\tv0.9.0\th1:qxCG5VirSBvmi3uynXFkcnLMzkphdh3xx5FtrORwDCU=\ndep\tgithub.com/yuin/goldmark\tv1.7.8\th1:iERMLn0/QJeHFhxSt3p6PeN9mGnvIKSpG9YYorDMnic=\ndep\tgithub.com/yuin/goldmark-emoji\tv1.0.5\th1:EMVWyCGPlXJfUXBXpuMu+ii3TIaxbVBnEX9uaDC4cIk=\ndep\tgithub.com/zcalusic/sysinfo\tv1.0.2\th1:nwTTo2a+WQ0NXwo0BGRojOJvJ/5XKvQih+2RrtWqfxc=\ndep\tgithub.com/zeebo/blake3\tv0.2.3\th1:TFoLXsjeXqRNFxSbk35Dk4YtszE/MQQGK10BH4ptoTg=\ndep\tgithub.com/zmap/rc2\tv0.0.0-20190804163417-abaa70531248\th1:Nzukz5fNOBIHOsnP+6I79kPx3QhLv8nBy2mfFhBRq30=\ndep\tgithub.com/zmap/zcrypto\tv0.0.0-20240512203510-0fef58d9a9db\th1:IfONOhyZlf4qPt3ENPU+27mBbPjzTQ+swKpj7MJva9I=\ndep\tgithub.com/zmap/zgrab2\tv0.1.8\th1:PFnXrIBcGjYFec1JNbxMKQuSXXzS+SbqE89luuF4ORY=\ndep\tgitlab.com/gitlab-org/api/client-go\tv0.130.1\th1:1xF5C5Zq3sFeNg3PzS2z63oqrxifne3n/OnbI7nptRc=\ndep\tgo.etcd.io/bbolt\tv1.3.10\th1:+BqfJTcCzTItrop8mq/lbzL8wSGtj94UO/3U31shqG0=\ndep\tgo.mongodb.org/mongo-driver\tv1.17.4\th1:jUorfmVzljjr0FLzYQsGP8cgN/qzzxlY9Vh0C9KFXVw=\ndep\tgo.uber.org/multierr\tv1.11.0\th1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=\ndep\tgo.uber.org/zap\tv1.25.0\th1:4Hvk6GtkucQ790dqmj7l1eEnRdKm3k3ZUrUMS2d5+5c=\ndep\tgo4.org\tv0.0.0-20230225012048-214862532bf5\th1:nifaUDeh+rPaBCMPMQHZmvJf+QdpLFnuQPwx+LxVmtc=\ndep\tgoftp.io/server/v2\tv2.0.1\th1:H+9UbCX2N206ePDSVNCjBftOKOgil6kQ5RAQNx5hJwE=\ndep\tgolang.org/x/arch\tv0.3.0\th1:02VY4/ZcO/gBOH6PUaoiptASxtXU10jazRCP865E97k=\ndep\tgolang.org/x/crypto\tv0.39.0\th1:SHs+kF4LP+f+p14esP5jAoDpHU8Gu/v9lFRK6IT5imM=\ndep\tgolang.org/x/exp\tv0.0.0-20250620022241-b7579e27df2b\th1:M2rDM6z3Fhozi9O7NWsxAkg/yqS/lQJ6PmkyIV3YP+o=\ndep\tgolang.org/x/mod\tv0.25.0\th1:n7a+ZbQKQA/Ysbyb0/6IbB1H/X41mKgbhfv7AfG/44w=\ndep\tgolang.org/x/net\tv0.41.0\th1:vBTly1HeNPEn3wtREYfy4GZ/NECgw2Cnl+nK6Nz3uvw=\ndep\tgolang.org/x/oauth2\tv0.30.0\th1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI=\ndep\tgolang.org/x/sync\tv0.15.0\th1:KWH3jNZsfyT6xfAfKiz6MRNmd46ByHDYaZ7KSkCtdW8=\ndep\tgolang.org/x/sys\tv0.33.0\th1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=\ndep\tgolang.org/x/term\tv0.32.0\th1:DR4lr0TjUs3epypdhTOkMmuF5CDFJ/8pOnbzMZPQ7bg=\ndep\tgolang.org/x/text\tv0.26.0\th1:P42AVeLghgTYr4+xUnTRKDMqpar+PtX7KWuNQL21L8M=\ndep\tgolang.org/x/time\tv0.11.0\th1:/bpjEDfN9tkoN/ryeYHnv5hcMlc8ncjMcM4XBk5NWV0=\ndep\tgolang.org/x/tools\tv0.34.0\th1:qIpSLOxeCYGg9TrcJokLBG4KFA6d795g0xkBkiESGlo=\ndep\tgoogle.golang.org/protobuf\tv1.35.1\th1:m3LfL6/Ca+fqnjnlqQXNpFPABW1UD7mjh8KO2mKFytA=\ndep\tgopkg.in/alecthomas/kingpin.v2\tv2.2.6\th1:jMFz6MfLP0/4fUyZle81rXUoxOBFi19VUFKVDOQfozc=\ndep\tgopkg.in/corvus-ch/zbase32.v1\tv1.0.0\th1:K4u1NprbDNvKPczKfHLbwdOWHTZ0zfv2ow71H1nRnFU=\ndep\tgopkg.in/djherbis/times.v1\tv1.3.0\th1:uxMS4iMtH6Pwsxog094W0FYldiNnfY/xba00vq6C2+o=\ndep\tgopkg.in/warnings.v0\tv0.1.2\th1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME=\ndep\tgopkg.in/yaml.v2\tv2.4.0\th1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=\ndep\tgopkg.in/yaml.v3\tv3.0.1\th1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=\ndep\tmellium.im/sasl\tv0.3.2\th1:PT6Xp7ccn9XaXAnJ03FcEjmAn7kK1x7aoXV6F+Vmrl0=\ndep\tmoul.io/http2curl\tv1.0.0\th1:6XwpyZOYsgZJrU8exnG87ncVkU1FVCcTRpwzOkTDUi8=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=arm64\nbuild\tGOOS=linux\nbuild\tGOARM64=v8.0\nbuild\tvcs=git\nbuild\tvcs.revision=b4644af80a574b6bf4af093310dcb239c9164190\nbuild\tvcs.time=2025-08-19T23:58:23Z\nbuild\tvcs.modified=false\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T21:55:19.8582793Z [00:04:02.466]➜  EOF
2025-08-20T21:55:19.8582942Z [00:04:02.466]➜  mkdir -p $WORK/b001/exe/
2025-08-20T21:55:19.8583035Z [00:04:02.466]➜  cd .
2025-08-20T21:55:19.8584822Z [00:04:02.466]➜  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,tlssha1=1,updatemaxprocs=0,x509sha256skid=0 -buildmode=pie -buildid=9tn9qULxcz1PeSCHhLFD/FXyfsxjPPFfhgiiYqdd2/2O4GVd4-YzNWfk3Imfda/9tn9qULxcz1PeSCHhLFD -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T21:55:32.8973362Z [00:04:15.607]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T21:55:32.9724535Z [00:04:15.682]➜  mkdir -p /build-bins/
2025-08-20T21:55:32.9727271Z [00:04:15.682]➜  cp $WORK/b001/exe/a.out /build-bins/nuclei
2025-08-20T21:55:33.0300487Z [00:04:15.739]➜  rm -rf $WORK/b001/
2025-08-20T21:55:33.4406789Z [00:04:16.150]➜  '/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/LICENSE.md' -> '/build-bins/LICENSE'
2025-08-20T21:55:33.4608769Z [00:04:16.170]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T21:55:33.6581717Z [00:04:16.367]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T21:55:33.6583076Z [00:04:16.368]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T21:55:33.6894219Z [00:04:16.399]➜  copy from `/build-bins/nuclei' [elf64-littleaarch64] to `/build-bins/stCfIFok' [elf64-littleaarch64]
2025-08-20T21:55:34.2586595Z [00:04:16.968]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T21:55:34.2610407Z [00:04:16.970]➜  
2025-08-20T21:55:34.2623739Z [00:04:16.972]➜  /build-bins/nuclei
2025-08-20T21:55:34.2652838Z [00:04:16.975]➜  There are 24 section headers, starting at offset 0x6154b78:
2025-08-20T21:55:34.2654151Z [00:04:16.975]➜  
2025-08-20T21:55:34.2654414Z [00:04:16.975]➜  Section Headers:
2025-08-20T21:55:34.2655170Z [00:04:16.975]➜    [Nr] Name              Type             Address           Offset
2025-08-20T21:55:34.2655629Z [00:04:16.975]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T21:55:34.2656028Z [00:04:16.975]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T21:55:34.2656423Z [00:04:16.975]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T21:55:34.2656859Z [00:04:16.975]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T21:55:34.2657282Z [00:04:16.975]➜         000000000000005c  0000000000000000   A       2     0     8
2025-08-20T21:55:34.2658110Z [00:04:16.975]➜    [ 2] .dynsym           DYNSYM           0000000000000228  00000228
2025-08-20T21:55:34.2658588Z [00:04:16.975]➜         0000000000000168  0000000000000018   A       3     3     8
2025-08-20T21:55:34.2659008Z [00:04:16.975]➜    [ 3] .dynstr           STRTAB           0000000000000390  00000390
2025-08-20T21:55:34.2659417Z [00:04:16.975]➜         00000000000000d8  0000000000000000   A       0     0     1
2025-08-20T21:55:34.2659825Z [00:04:16.975]➜    [ 4] .rela.dyn         RELA             0000000000000468  00000468
2025-08-20T21:55:34.2660236Z [00:04:16.975]➜         0000000000a7b230  0000000000000018   A       2     0     8
2025-08-20T21:55:34.2660677Z [00:04:16.975]➜    [ 5] .init             PROGBITS         0000000000a7b698  00a7b698
2025-08-20T21:55:34.2661092Z [00:04:16.975]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T21:55:34.2661504Z [00:04:16.975]➜    [ 6] .text             PROGBITS         0000000000a7b6c0  00a7b6c0
2025-08-20T21:55:34.2661921Z [00:04:16.975]➜         00000000022cb6d0  0000000000000000  AX       0     0     32
2025-08-20T21:55:34.2662336Z [00:04:16.975]➜    [ 7] .fini             PROGBITS         0000000002d46d90  02d46d90
2025-08-20T21:55:34.2662745Z [00:04:16.975]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T21:55:34.2663160Z [00:04:16.975]➜    [ 8] .rodata           PROGBITS         0000000002d46dc0  02d46dc0
2025-08-20T21:55:34.2663580Z [00:04:16.975]➜         0000000000e856cc  0000000000000000   A       0     0     64
2025-08-20T21:55:34.2664005Z [00:04:16.975]➜    [ 9] .eh_frame_hdr     PROGBITS         0000000003bcc48c  03bcc48c
2025-08-20T21:55:34.2664427Z [00:04:16.975]➜         0000000000003bc4  0000000000000000   A       0     0     4
2025-08-20T21:55:34.2665092Z [00:04:16.975]➜    [10] .eh_frame         PROGBITS         0000000003bd0050  03bd0050
2025-08-20T21:55:34.2665618Z [00:04:16.975]➜         000000000001a788  0000000000000000   A       0     0     8
2025-08-20T21:55:34.2666080Z [00:04:16.975]➜    [11] .tbss             NOBITS           0000000003bff790  03bef790
2025-08-20T21:55:34.2666489Z [00:04:16.975]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T21:55:34.2666917Z [00:04:16.975]➜    [12] .init_array       INIT_ARRAY       0000000003bff790  03bef790
2025-08-20T21:55:34.2667336Z [00:04:16.975]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:55:34.2667997Z [00:04:16.975]➜    [13] .fini_array       FINI_ARRAY       0000000003bff798  03bef798
2025-08-20T21:55:34.2668425Z [00:04:16.975]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:55:34.2668851Z [00:04:16.975]➜    [14] .data.rel.ro      PROGBITS         0000000003bff7a0  03bef7a0
2025-08-20T21:55:34.2669280Z [00:04:16.975]➜         00000000021205b8  0000000000000000  WA       0     0     32
2025-08-20T21:55:34.2669702Z [00:04:16.975]➜    [15] .dynamic          DYNAMIC          0000000005d1fd58  05d0fd58
2025-08-20T21:55:34.2670123Z [00:04:16.975]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T21:55:34.2670528Z [00:04:16.975]➜    [16] .got              PROGBITS         0000000005d1fec8  05d0fec8
2025-08-20T21:55:34.2671137Z [00:04:16.975]➜         0000000000000120  0000000000000008  WA       0     0     8
2025-08-20T21:55:34.2671545Z [00:04:16.975]➜    [17] .data             PROGBITS         0000000005d20000  05d10000
2025-08-20T21:55:34.2671957Z [00:04:16.975]➜         000000000010bbf8  0000000000000000  WA       0     0     32
2025-08-20T21:55:34.2672388Z [00:04:16.975]➜    [18] .go.buildinfo     PROGBITS         0000000005e2bc00  05e1bc00
2025-08-20T21:55:34.2672821Z [00:04:16.975]➜         00000000000079a0  0000000000000000  WA       0     0     16
2025-08-20T21:55:34.2673260Z [00:04:16.975]➜    [19] .go.fipsinfo      PROGBITS         0000000005e335a0  05e235a0
2025-08-20T21:55:34.2673689Z [00:04:16.975]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T21:55:34.2674209Z [00:04:16.975]➜    [20] .noptrdata        PROGBITS         0000000005e33620  05e23620
2025-08-20T21:55:34.2674700Z [00:04:16.975]➜         0000000000331481  0000000000000000  WA       0     0     32
2025-08-20T21:55:34.2675110Z [00:04:16.975]➜    [21] .bss              NOBITS           0000000006164ac0  06154aa1
2025-08-20T21:55:34.2675519Z [00:04:16.975]➜         00000000000440a8  0000000000000000  WA       0     0     32
2025-08-20T21:55:34.2675941Z [00:04:16.975]➜    [22] .noptrbss         NOBITS           00000000061a8b80  06154aa1
2025-08-20T21:55:34.2676364Z [00:04:16.975]➜         0000000000031fa0  0000000000000000  WA       0     0     32
2025-08-20T21:55:34.2676784Z [00:04:16.975]➜    [23] .shstrtab         STRTAB           0000000000000000  06154aa1
2025-08-20T21:55:34.2677204Z [00:04:16.975]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T21:55:34.2677775Z [00:04:16.975]➜  Key to Flags:
2025-08-20T21:55:34.2678137Z [00:04:16.975]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T21:55:34.2678596Z [00:04:16.975]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T21:55:34.2679046Z [00:04:16.975]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T21:55:34.2679419Z [00:04:16.975]➜    D (mbind), p (processor specific)
2025-08-20T21:55:34.2679704Z [00:04:16.977]➜  
2025-08-20T21:55:34.2686568Z [00:04:16.978]➜  /build-bins/LICENSE
2025-08-20T21:55:34.2699461Z [00:04:16.979]➜  + file /build-bins/LICENSE /build-bins/nuclei
2025-08-20T21:55:34.2883979Z [00:04:16.998]➜  /build-bins/LICENSE: ASCII text
2025-08-20T21:55:34.2952380Z [00:04:17.005]➜  /build-bins/nuclei:  ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T21:55:34.2959383Z [00:04:17.005]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/nuclei
2025-08-20T21:55:34.2976776Z [00:04:17.007]➜  /build-bins/LICENSE:         11483 Bytes
2025-08-20T21:55:34.2977148Z [00:04:17.007]➜  /build-bins/nuclei:         102060408 Bytes
2025-08-20T21:55:34.2991003Z [00:04:17.007]➜  + du /build-bins/LICENSE /build-bins/nuclei --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T21:55:34.2992057Z [00:04:17.009]➜  12K	2025-08-20 21:55:33.439496051 +0000	/build-bins/LICENSE
2025-08-20T21:55:34.2992900Z [00:04:17.009]➜  98M	2025-08-20 21:55:34.191526834 +0000	/build-bins/nuclei
2025-08-20T21:55:34.2995226Z [00:04:17.009]➜  + popd
2025-08-20T21:55:37.1101251Z [00:04:19.819]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T21:55:37.7522242Z [00:04:20.461]➜  + '[' -s /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T21:55:37.7523244Z [00:04:20.461]➜  + cp -fv /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T21:55:37.7558421Z [00:04:20.465]➜  '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T21:55:37.7564188Z [00:04:20.466]➜  + find /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:55:37.7575083Z [00:04:20.467]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:55:37.7576299Z [00:04:20.467]➜  + cut -d: -f1
2025-08-20T21:55:37.7577942Z [00:04:20.467]➜  + xargs realpath --no-symlinks
2025-08-20T21:55:37.7578426Z [00:04:20.467]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR
2025-08-20T21:55:37.8730021Z [00:04:20.582]➜  sending incremental file list
2025-08-20T21:55:37.8999181Z [00:04:20.609]➜  nuclei
2025-08-20T21:55:38.0379056Z [00:04:20.747]➜  
2025-08-20T21:55:38.0379502Z [00:04:20.747]➜  sent 102.09M bytes  received 35 bytes  204.17M bytes/sec
2025-08-20T21:55:38.0380917Z [00:04:20.747]➜  total size is 102.06M  speedup is 1.00
2025-08-20T21:55:38.0392748Z [00:04:20.749]➜  
2025-08-20T21:55:39.3325612Z [00:04:22.042]➜  
2025-08-20T21:55:39.3426162Z [00:04:22.052]➜  ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T21:55:39.3428332Z [00:04:22.052]➜  ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/nuclei' retained as runner:runner
2025-08-20T21:55:39.3429221Z [00:04:22.052]➜  ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T21:55:39.3430268Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T21:55:39.3431475Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/DESIGN.md' from root:root to runner:runner
2025-08-20T21:55:39.3432640Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.goreleaser.yml' from root:root to runner:runner
2025-08-20T21:55:39.3433818Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/README_CN.md' from root:root to runner:runner
2025-08-20T21:55:39.3434982Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/README_ES.md' from root:root to runner:runner
2025-08-20T21:55:39.3436163Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/helm/values.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3438170Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/helm/templates/interactsh-deployment.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3439634Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/helm/templates/serviceaccount.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3440944Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/helm/templates/hpa.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3442243Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/helm/templates/nuclei-cron.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3443545Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/helm/templates/NOTES.txt' from root:root to runner:runner
2025-08-20T21:55:39.3444874Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/helm/templates/interactsh-ingress.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3446436Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/helm/templates/nuclei-configmap.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3447873Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/helm/templates/_helpers.tpl' from root:root to runner:runner
2025-08-20T21:55:39.3449276Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/helm/templates/interactsh-service.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3450687Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/helm/templates' from root:root to runner:runner
2025-08-20T21:55:39.3451953Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/helm/Chart.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3453104Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/helm' from root:root to runner:runner
2025-08-20T21:55:39.3454366Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/loader/get-headers.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3455804Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/loader/condition-matched.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3457228Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/loader/workflow-list.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3458782Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/loader/template-list.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3460146Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/loader/get.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3461617Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/loader/basic.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3463154Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/loader/excluded-template.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3464490Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/loader' from root:root to runner:runner
2025-08-20T21:55:39.3465819Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/profile-loader/basic.yml' from root:root to runner:runner
2025-08-20T21:55:39.3467168Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/profile-loader' from root:root to runner:runner
2025-08-20T21:55:39.3468691Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/run.sh' from root:root to runner:runner
2025-08-20T21:55:39.3469992Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/library/test.json' from root:root to runner:runner
2025-08-20T21:55:39.3471527Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/library/test.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3472820Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/library' from root:root to runner:runner
2025-08-20T21:55:39.3474153Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-headless.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3475605Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-type.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3477085Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-body-generic-sqli.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3478666Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-path-sqli.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3480132Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-host-header-injection.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3481595Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-body-xml-sqli.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3483068Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-body-multipart-form-sqli.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3484564Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-body-json-sqli.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3485952Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-mode.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3487747Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-body-params-sqli.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3489358Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-query.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3490747Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-multi-mode.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3492173Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-cookie-error-sqli.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3493661Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/testData/ginandjuice.proxify.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3495070Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/testData' from root:root to runner:runner
2025-08-20T21:55:39.3496633Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-query-num-replace.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3498121Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz' from root:root to runner:runner
2025-08-20T21:55:39.3499633Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/http-value-share-workflow.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3501190Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/matcher-name.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3502640Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/complex-conditions.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3504080Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/match-2.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3505550Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/dns-value-share-template-1.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3507106Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/multimatch-value-share-template.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3508726Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/http-1.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3510122Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/headless-1.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3511851Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/condition-matched.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3513381Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/nomatch-1.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3514788Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/shared-cookie.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3516178Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/http-3.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3517712Z [00:04:22.052]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/code-value-share-workflow.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3519221Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/match-3.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3520612Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/http-2.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3522189Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/code-template-2.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3523630Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/code-template-1.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3525211Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/http-value-share-template-1.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3526837Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/multiprotocol-value-share-workflow.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3528567Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/multiprotocol-value-share-template.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3530132Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/dns-value-share-template-3.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3531573Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/basic.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3532997Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/condition-unmatched.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3534512Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/http-value-share-template-2.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3536036Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/dns-value-share-template-2.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3538010Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/multimatch-value-share-workflow.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3539547Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/match-1.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3540991Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/dns-value-share-workflow.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3542377Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow' from root:root to runner:runner
2025-08-20T21:55:39.3543742Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/dsl/hide-version-warning.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3545174Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/dsl/show-version-warning.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3546658Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/dsl' from root:root to runner:runner
2025-08-20T21:55:39.3548041Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/debug.sh' from root:root to runner:runner
2025-08-20T21:55:39.3549413Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/flow/flow-hide-matcher.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3550930Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/flow/iterate-values-flow.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3552402Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/flow/dns-ns-probe.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3553815Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/flow/iterate-one-value-flow.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3555251Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/flow/conditional-flow.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3556705Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/flow/conditional-flow-negative.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3558184Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/flow' from root:root to runner:runner
2025-08-20T21:55:39.3559468Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/subdomains.txt' from root:root to runner:runner
2025-08-20T21:55:39.3560886Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/generic/auth/certificate/http-get.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3562723Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/generic/auth/certificate/assets/server.crt' from root:root to runner:runner
2025-08-20T21:55:39.3564326Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/generic/auth/certificate/assets/client.key' from root:root to runner:runner
2025-08-20T21:55:39.3565873Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/generic/auth/certificate/assets/client.crt' from root:root to runner:runner
2025-08-20T21:55:39.3567459Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/generic/auth/certificate/assets' from root:root to runner:runner
2025-08-20T21:55:39.3568960Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/generic/auth/certificate' from root:root to runner:runner
2025-08-20T21:55:39.3570298Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/generic/auth' from root:root to runner:runner
2025-08-20T21:55:39.3571807Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/generic' from root:root to runner:runner
2025-08-20T21:55:39.3573233Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/network/self-contained.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3574819Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/network/same-address.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3576343Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/network/net-https.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3577911Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/network/variables.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3579445Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/network/network-port.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3580902Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/network/basic.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3582321Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/network/hex.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3583790Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/network/net-https-timeout.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3585280Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/network/multi-step.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3586928Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/network' from root:root to runner:runner
2025-08-20T21:55:39.3588553Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/headless/headless-header-action.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3590098Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/headless/headless-basic.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3591604Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/headless/headless-local.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3593151Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/headless/file-upload-negative.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3594674Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/headless/headless-dsl.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3596394Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/headless/headless-payloads.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3597993Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/headless/file-upload.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3599536Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/headless/variables.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3601149Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/headless/headless-waitevent.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3602798Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/headless/headless-header-status-test.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3604388Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/headless/headless-extract-values.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3605977Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/headless/headless-self-contained.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3607542Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/headless' from root:root to runner:runner
2025-08-20T21:55:39.3609031Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/multi/dynamic-values.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3610548Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/multi/exported-response-vars.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3612353Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/multi/evaluate-variables.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3613832Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/multi' from root:root to runner:runner
2025-08-20T21:55:39.3615199Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/whois/basic.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3616562Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/whois' from root:root to runner:runner
2025-08-20T21:55:39.3618040Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/keys/ci.crt' from root:root to runner:runner
2025-08-20T21:55:39.3619458Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/keys/README.md' from root:root to runner:runner
2025-08-20T21:55:39.3620920Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/keys/ci-private-key.pem' from root:root to runner:runner
2025-08-20T21:55:39.3622560Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/keys' from root:root to runner:runner
2025-08-20T21:55:39.3623950Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/ssl/ssl-with-vars.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3625506Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/ssl/custom-version.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3627052Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/ssl/multi-req.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3628646Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/ssl/custom-cipher.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3630068Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/ssl/basic.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3631487Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/ssl/basic-ztls.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3632840Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/ssl' from root:root to runner:runner
2025-08-20T21:55:39.3634214Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/code/py-env-var.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3635661Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/code/py-interactsh.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3637498Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/code/py-file.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3639011Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/code/pyfile.py' from root:root to runner:runner
2025-08-20T21:55:39.3640426Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/code/py-nosig.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3641867Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/code/pre-condition.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3643327Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/code/ps1-snippet.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3644775Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/code/py-snippet.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3646218Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/code/unsigned.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3647839Z [00:04:22.053]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/code' from root:root to runner:runner
2025-08-20T21:55:39.3649327Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/offlinehttp/rfc-req-resp.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3650995Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/offlinehttp/offline-allowed-paths.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3652690Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/offlinehttp/data/req-resp-with-http-keywords.txt' from root:root to runner:runner
2025-08-20T21:55:39.3654218Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/offlinehttp/data' from root:root to runner:runner
2025-08-20T21:55:39.3655676Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/offlinehttp/offline-raw.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3657123Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/offlinehttp' from root:root to runner:runner
2025-08-20T21:55:39.3658767Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/interactsh.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3660280Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/get-case-insensitive.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3661947Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/variable-dsl-function.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3663560Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/get-headers.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3665036Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/stop-at-first-match.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3666575Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/self-contained-with-params.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3668244Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/self-contained.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3669833Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/stop-at-first-match-with-extractors.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3671367Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/race-simple.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3673081Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/request-condition-new.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3674613Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/post-multipart-body.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3676201Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/annotation-timeout.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3677930Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/interactsh-requests-mc-and.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3679498Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/http-paths.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3680994Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/raw-unsafe-with-params.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3682525Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/dsl-matcher-variable.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3684087Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/interactsh-stop-at-first-match.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3685629Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/get-override-sni.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3687229Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/get-sni-unsafe.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3688954Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/raw-unsafe-path-single-slash.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3690509Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/raw-path-single-slash.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3692021Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/cli-with-constants.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3693541Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/cl-body-without-header.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3695164Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/multi-http-var-sharing.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3696738Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/dsl-functions.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3698485Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/raw-path-trailing-slash.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3700052Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/self-contained-file-input.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3701564Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/post-body.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3703040Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/get-host-redirects.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3704545Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/custom-attack-type.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3706050Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/http-preprocessor.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3707606Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/variables.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3709131Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/raw-post-body.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3710639Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/cl-body-with-header.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3712142Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/request-condition.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3713929Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/race-multiple.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3715422Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/raw-get.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3716865Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/raw-payload.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3718533Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/get-redirects-chain-headers.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3720195Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/get-all-ips.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3721716Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/raw-unsafe-path.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3723349Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/raw-dynamic-extractor.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3724854Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/matcher-status.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3726437Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/http-matcher-extractor-dy-extractor.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3728116Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/raw-get-query.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3729563Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/get.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3730993Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/raw-with-params.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3732487Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/post-json-body.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3733928Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/get-sni.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3735374Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/get-redirects.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3736860Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/redirect-match-url.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3738748Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/get-without-scheme.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3740336Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/raw-cookie-reuse.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3741829Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/get-query-string.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3743297Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/multi-request.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3744855Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/raw-unsafe-request.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3746457Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/disable-path-automerge.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3748262Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/default-matcher-condition.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3749838Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/self-contained-with-path.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3751378Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/disable-redirects.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3752773Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http' from root:root to runner:runner
2025-08-20T21:55:39.3754121Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns/ns.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3755497Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns/cname.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3756891Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns/ptr.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3758408Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns/caa.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3759871Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns/dsl-matcher-variable.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3761299Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns/a.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3762943Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns/payload.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3764432Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns/variables.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3765838Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns/txt.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3767228Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns/tlsa.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3768823Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns/cname-fingerprint.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3770349Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns/srv.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3771801Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns/aaaa.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3773279Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns' from root:root to runner:runner
2025-08-20T21:55:39.3774684Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/javascript/net-https.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3776194Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/javascript/net-multi-step.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3777855Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/javascript/ssh-server-fingerprint.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3779481Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/javascript/redis-pass-brute.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3780930Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/javascript' from root:root to runner:runner
2025-08-20T21:55:39.3782346Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/websocket/path.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3783796Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/websocket/no-cswsh.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3785251Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/websocket/cswsh.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3786686Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/websocket/basic.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3788432Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/websocket' from root:root to runner:runner
2025-08-20T21:55:39.3789916Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/file/matcher-with-and.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3791365Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/file/extract.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3792845Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/file/matcher-with-nested-and.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3794439Z [00:04:22.054]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/file/matcher-with-or.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3795970Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/file/data/test1.txt' from root:root to runner:runner
2025-08-20T21:55:39.3797620Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/file/data/test3.txt' from root:root to runner:runner
2025-08-20T21:55:39.3799108Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/file/data/test2.txt' from root:root to runner:runner
2025-08-20T21:55:39.3800505Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/file/data' from root:root to runner:runner
2025-08-20T21:55:39.3801839Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/file' from root:root to runner:runner
2025-08-20T21:55:39.3803137Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols' from root:root to runner:runner
2025-08-20T21:55:39.3804508Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/test-issue-tracker-config2.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3805958Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/test-issue-tracker-config1.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3807284Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests' from root:root to runner:runner
2025-08-20T21:55:39.3808761Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/nuclei-templates-teamcity-example.png' from root:root to runner:runner
2025-08-20T21:55:39.3810177Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/nuclei-templates-teamcity.png' from root:root to runner:runner
2025-08-20T21:55:39.3811499Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/teamcity-example.png' from root:root to runner:runner
2025-08-20T21:55:39.3813115Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/nuclei-cover-image.png' from root:root to runner:runner
2025-08-20T21:55:39.3814467Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/learn-more-button.png' from root:root to runner:runner
2025-08-20T21:55:39.3815911Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/regression-with-nuclei.jpg' from root:root to runner:runner
2025-08-20T21:55:39.3817197Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/nuclei-flow.jpg' from root:root to runner:runner
2025-08-20T21:55:39.3818691Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/nuclei-write-your-first-template.png' from root:root to runner:runner
2025-08-20T21:55:39.3820187Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/nuclei-cover.png' from root:root to runner:runner
2025-08-20T21:55:39.3821518Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/regression-cycle.md' from root:root to runner:runner
2025-08-20T21:55:39.3822853Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/check-nuclei-documentation.png' from root:root to runner:runner
2025-08-20T21:55:39.3824250Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/projectdiscovery-browse-results.gif' from root:root to runner:runner
2025-08-20T21:55:39.3825625Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/Join-Discord.png' from root:root to runner:runner
2025-08-20T21:55:39.3826923Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/nuclei-getting-started.png' from root:root to runner:runner
2025-08-20T21:55:39.3828446Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/nuclei-template-example.png' from root:root to runner:runner
2025-08-20T21:55:39.3829740Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/nuclei-logo.png' from root:root to runner:runner
2025-08-20T21:55:39.3831039Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static' from root:root to runner:runner
2025-08-20T21:55:39.3832360Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/types/scanstrategy/scan_strategy.go' from root:root to runner:runner
2025-08-20T21:55:39.3833666Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/types/scanstrategy' from root:root to runner:runner
2025-08-20T21:55:39.3834935Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/types/nucleierr/kinds.go' from root:root to runner:runner
2025-08-20T21:55:39.3836194Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/types/nucleierr' from root:root to runner:runner
2025-08-20T21:55:39.3837639Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/types/types.go' from root:root to runner:runner
2025-08-20T21:55:39.3838928Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/types/interfaces.go' from root:root to runner:runner
2025-08-20T21:55:39.3840300Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/types/resume.go' from root:root to runner:runner
2025-08-20T21:55:39.3841479Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/types' from root:root to runner:runner
2025-08-20T21:55:39.3842755Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/types/severity/severity_test.go' from root:root to runner:runner
2025-08-20T21:55:39.3844223Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/types/severity/severities.go' from root:root to runner:runner
2025-08-20T21:55:39.3845668Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/types/severity/severity.go' from root:root to runner:runner
2025-08-20T21:55:39.3846976Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/types/severity' from root:root to runner:runner
2025-08-20T21:55:39.3848550Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/types/stringslice/stringslice_raw.go' from root:root to runner:runner
2025-08-20T21:55:39.3850000Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/types/stringslice/stringslice.go' from root:root to runner:runner
2025-08-20T21:55:39.3851352Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/types/stringslice' from root:root to runner:runner
2025-08-20T21:55:39.3852691Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/types/userAgent/user_agent.go' from root:root to runner:runner
2025-08-20T21:55:39.3854010Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/types/userAgent' from root:root to runner:runner
2025-08-20T21:55:39.3855510Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/types' from root:root to runner:runner
2025-08-20T21:55:39.3856826Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/worflow_loader.go' from root:root to runner:runner
2025-08-20T21:55:39.3858214Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/model_test.go' from root:root to runner:runner
2025-08-20T21:55:39.3859452Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/model.go' from root:root to runner:runner
2025-08-20T21:55:39.3860621Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model' from root:root to runner:runner
2025-08-20T21:55:39.3861815Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/progress/doc.go' from root:root to runner:runner
2025-08-20T21:55:39.3863061Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/progress/progress.go' from root:root to runner:runner
2025-08-20T21:55:39.3864275Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/progress' from root:root to runner:runner
2025-08-20T21:55:39.3865712Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/yaml/yaml_decode_wrapper.go' from root:root to runner:runner
2025-08-20T21:55:39.3867033Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/yaml/preprocess.go' from root:root to runner:runner
2025-08-20T21:55:39.3868496Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/yaml' from root:root to runner:runner
2025-08-20T21:55:39.3869777Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/utils_test.go' from root:root to runner:runner
2025-08-20T21:55:39.3871013Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/utils.go' from root:root to runner:runner
2025-08-20T21:55:39.3872221Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/index.go' from root:root to runner:runner
2025-08-20T21:55:39.3873516Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/insertion_ordered_map.go' from root:root to runner:runner
2025-08-20T21:55:39.3874827Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/expand/expand.go' from root:root to runner:runner
2025-08-20T21:55:39.3876065Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/expand' from root:root to runner:runner
2025-08-20T21:55:39.3877339Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/monitor/monitor_test.go' from root:root to runner:runner
2025-08-20T21:55:39.3878802Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/monitor/monitor.go' from root:root to runner:runner
2025-08-20T21:55:39.3880285Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/monitor' from root:root to runner:runner
2025-08-20T21:55:39.3881609Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/json/json_fallback.go' from root:root to runner:runner
2025-08-20T21:55:39.3882909Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/json/jsoncodec.go' from root:root to runner:runner
2025-08-20T21:55:39.3884173Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/json/doc.go' from root:root to runner:runner
2025-08-20T21:55:39.3885430Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/json/message.go' from root:root to runner:runner
2025-08-20T21:55:39.3886690Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/json/json.go' from root:root to runner:runner
2025-08-20T21:55:39.3888012Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/json' from root:root to runner:runner
2025-08-20T21:55:39.3889394Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/stats/stats.go' from root:root to runner:runner
2025-08-20T21:55:39.3890645Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/stats/doc.go' from root:root to runner:runner
2025-08-20T21:55:39.3891864Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/stats' from root:root to runner:runner
2025-08-20T21:55:39.3893174Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/template_path.go' from root:root to runner:runner
2025-08-20T21:55:39.3894491Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/http_probe.go' from root:root to runner:runner
2025-08-20T21:55:39.3895810Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/insertion_ordered_map_test.go' from root:root to runner:runner
2025-08-20T21:55:39.3897128Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/capture_writer.go' from root:root to runner:runner
2025-08-20T21:55:39.3898506Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils' from root:root to runner:runner
2025-08-20T21:55:39.3899774Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/loader/workflow/workflow_loader.go' from root:root to runner:runner
2025-08-20T21:55:39.3901069Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/loader/workflow' from root:root to runner:runner
2025-08-20T21:55:39.3902326Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/loader/parser/parser.go' from root:root to runner:runner
2025-08-20T21:55:39.3903845Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/loader/parser' from root:root to runner:runner
2025-08-20T21:55:39.3905124Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/loader' from root:root to runner:runner
2025-08-20T21:55:39.3906334Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/types/http.go' from root:root to runner:runner
2025-08-20T21:55:39.3907687Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/types/http_test.go' from root:root to runner:runner
2025-08-20T21:55:39.3909023Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/types/probe.go' from root:root to runner:runner
2025-08-20T21:55:39.3910254Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/types' from root:root to runner:runner
2025-08-20T21:55:39.3911464Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/README.md' from root:root to runner:runner
2025-08-20T21:55:39.3912916Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/transform_test.go' from root:root to runner:runner
2025-08-20T21:55:39.3914205Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/simple.go' from root:root to runner:runner
2025-08-20T21:55:39.3915497Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/chunked.go' from root:root to runner:runner
2025-08-20T21:55:39.3916887Z [00:04:22.055]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/interface.go' from root:root to runner:runner
2025-08-20T21:55:39.3918386Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/http/multiformat.go' from root:root to runner:runner
2025-08-20T21:55:39.3919736Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/http' from root:root to runner:runner
2025-08-20T21:55:39.3921032Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/list/hmap.go' from root:root to runner:runner
2025-08-20T21:55:39.3922363Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/list/utils.go' from root:root to runner:runner
2025-08-20T21:55:39.3923705Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/list/hmap_test.go' from root:root to runner:runner
2025-08-20T21:55:39.3925092Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/list/tests/AS14421.txt' from root:root to runner:runner
2025-08-20T21:55:39.3926495Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/list/tests/AS134029.txt' from root:root to runner:runner
2025-08-20T21:55:39.3928213Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/list/tests' from root:root to runner:runner
2025-08-20T21:55:39.3929556Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/list' from root:root to runner:runner
2025-08-20T21:55:39.3930795Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider' from root:root to runner:runner
2025-08-20T21:55:39.3932102Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/yaml/multidoc_test.go' from root:root to runner:runner
2025-08-20T21:55:39.3933460Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/yaml/multidoc.go' from root:root to runner:runner
2025-08-20T21:55:39.3934753Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/yaml' from root:root to runner:runner
2025-08-20T21:55:39.3936060Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/swagger/swagger.go' from root:root to runner:runner
2025-08-20T21:55:39.3937707Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/swagger/swagger_test.go' from root:root to runner:runner
2025-08-20T21:55:39.3939097Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/swagger' from root:root to runner:runner
2025-08-20T21:55:39.3940390Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/README.md' from root:root to runner:runner
2025-08-20T21:55:39.3941827Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/openapi/openapi_test.go' from root:root to runner:runner
2025-08-20T21:55:39.3943285Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/openapi/generator.go' from root:root to runner:runner
2025-08-20T21:55:39.3944667Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/openapi/examples.go' from root:root to runner:runner
2025-08-20T21:55:39.3946031Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/openapi/openapi.go' from root:root to runner:runner
2025-08-20T21:55:39.3947467Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/openapi' from root:root to runner:runner
2025-08-20T21:55:39.3948861Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/json/json_test.go' from root:root to runner:runner
2025-08-20T21:55:39.3950201Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/json/json.go' from root:root to runner:runner
2025-08-20T21:55:39.3951469Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/json' from root:root to runner:runner
2025-08-20T21:55:39.3953000Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/formats.go' from root:root to runner:runner
2025-08-20T21:55:39.3954384Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/burp/burp_test.go' from root:root to runner:runner
2025-08-20T21:55:39.3955713Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/burp/burp.go' from root:root to runner:runner
2025-08-20T21:55:39.3956985Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/burp' from root:root to runner:runner
2025-08-20T21:55:39.3958556Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/testdata/ginandjuice.proxify.json' from root:root to runner:runner
2025-08-20T21:55:39.3960069Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/testdata/ginandjuice.proxify.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3961487Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/testdata/burp.xml' from root:root to runner:runner
2025-08-20T21:55:39.3963014Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/testdata/swagger.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3964408Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/testdata/postman.json' from root:root to runner:runner
2025-08-20T21:55:39.3965873Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/testdata/openapi.yaml' from root:root to runner:runner
2025-08-20T21:55:39.3967317Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/testdata' from root:root to runner:runner
2025-08-20T21:55:39.3968702Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats' from root:root to runner:runner
2025-08-20T21:55:39.3969927Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/transform.go' from root:root to runner:runner
2025-08-20T21:55:39.3971115Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input' from root:root to runner:runner
2025-08-20T21:55:39.3972343Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/scan/events/scan_noop.go' from root:root to runner:runner
2025-08-20T21:55:39.3973612Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/scan/events/utils.go' from root:root to runner:runner
2025-08-20T21:55:39.3974894Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/scan/events/stats_build.go' from root:root to runner:runner
2025-08-20T21:55:39.3976129Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/scan/events' from root:root to runner:runner
2025-08-20T21:55:39.3977761Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/scan/scan_context.go' from root:root to runner:runner
2025-08-20T21:55:39.3979106Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/scan/charts/echarts.go' from root:root to runner:runner
2025-08-20T21:55:39.3980374Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/scan/charts/charts.go' from root:root to runner:runner
2025-08-20T21:55:39.3981593Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/scan/charts' from root:root to runner:runner
2025-08-20T21:55:39.3982747Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/scan' from root:root to runner:runner
2025-08-20T21:55:39.3983937Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/workflows/doc.go' from root:root to runner:runner
2025-08-20T21:55:39.3985212Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/workflows/workflows_test.go' from root:root to runner:runner
2025-08-20T21:55:39.3986659Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/workflows/workflows.go' from root:root to runner:runner
2025-08-20T21:55:39.3987985Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/workflows' from root:root to runner:runner
2025-08-20T21:55:39.3989246Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/loader/loader.go' from root:root to runner:runner
2025-08-20T21:55:39.3990643Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/loader/ai_loader.go' from root:root to runner:runner
2025-08-20T21:55:39.3992078Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/loader/filter/path_filter.go' from root:root to runner:runner
2025-08-20T21:55:39.3993403Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/loader/filter' from root:root to runner:runner
2025-08-20T21:55:39.3994698Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/loader/loader_test.go' from root:root to runner:runner
2025-08-20T21:55:39.3996055Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/loader/remote_loader.go' from root:root to runner:runner
2025-08-20T21:55:39.3997331Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/loader' from root:root to runner:runner
2025-08-20T21:55:39.3998763Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/aws/catalog_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4000059Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/aws/catalog.go' from root:root to runner:runner
2025-08-20T21:55:39.4001590Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/aws' from root:root to runner:runner
2025-08-20T21:55:39.4002903Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/disk/catalog.go' from root:root to runner:runner
2025-08-20T21:55:39.4004173Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/disk/path.go' from root:root to runner:runner
2025-08-20T21:55:39.4005425Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/disk/find.go' from root:root to runner:runner
2025-08-20T21:55:39.4006716Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/disk/known-files.go' from root:root to runner:runner
2025-08-20T21:55:39.4008088Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/disk' from root:root to runner:runner
2025-08-20T21:55:39.4009349Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/config/template.go' from root:root to runner:runner
2025-08-20T21:55:39.4010834Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/config/nucleiconfig.go' from root:root to runner:runner
2025-08-20T21:55:39.4012163Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/config/ignorefile.go' from root:root to runner:runner
2025-08-20T21:55:39.4013487Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/config/constants.go' from root:root to runner:runner
2025-08-20T21:55:39.4014837Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/config' from root:root to runner:runner
2025-08-20T21:55:39.4016121Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/catalog.go' from root:root to runner:runner
2025-08-20T21:55:39.4017320Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog' from root:root to runner:runner
2025-08-20T21:55:39.4018753Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/headers_auth.go' from root:root to runner:runner
2025-08-20T21:55:39.4020175Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/cookies_auth.go' from root:root to runner:runner
2025-08-20T21:55:39.4021543Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/basic_auth.go' from root:root to runner:runner
2025-08-20T21:55:39.4022903Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/query_auth.go' from root:root to runner:runner
2025-08-20T21:55:39.4024244Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/dynamic.go' from root:root to runner:runner
2025-08-20T21:55:39.4025716Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/bearer_auth.go' from root:root to runner:runner
2025-08-20T21:55:39.4027186Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/strategy.go' from root:root to runner:runner
2025-08-20T21:55:39.4028679Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/file_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4030110Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/testData/example-auth.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4031500Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/testData' from root:root to runner:runner
2025-08-20T21:55:39.4032860Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/dynamic_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4034202Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/file.go' from root:root to runner:runner
2025-08-20T21:55:39.4035662Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx' from root:root to runner:runner
2025-08-20T21:55:39.4036920Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/multi.go' from root:root to runner:runner
2025-08-20T21:55:39.4038377Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/interface.go' from root:root to runner:runner
2025-08-20T21:55:39.4039748Z [00:04:22.056]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/file.go' from root:root to runner:runner
2025-08-20T21:55:39.4041043Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider' from root:root to runner:runner
2025-08-20T21:55:39.4042250Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/DESIGN.md' from root:root to runner:runner
2025-08-20T21:55:39.4043498Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/utils/pgwrap/pgwrap.go' from root:root to runner:runner
2025-08-20T21:55:39.4044770Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/utils/pgwrap' from root:root to runner:runner
2025-08-20T21:55:39.4045994Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/utils/util.go' from root:root to runner:runner
2025-08-20T21:55:39.4047237Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/utils/nucleijs.go' from root:root to runner:runner
2025-08-20T21:55:39.4048573Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/utils' from root:root to runner:runner
2025-08-20T21:55:39.4049767Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/gojs/set.go' from root:root to runner:runner
2025-08-20T21:55:39.4051269Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/gojs/gojs.go' from root:root to runner:runner
2025-08-20T21:55:39.4052509Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/gojs' from root:root to runner:runner
2025-08-20T21:55:39.4053708Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/CONTRIBUTE.md' from root:root to runner:runner
2025-08-20T21:55:39.4054988Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/structs/smbexploit.js' from root:root to runner:runner
2025-08-20T21:55:39.4056315Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/structs/structs.go' from root:root to runner:runner
2025-08-20T21:55:39.4057676Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/structs' from root:root to runner:runner
2025-08-20T21:55:39.4058954Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/fs/fs.go' from root:root to runner:runner
2025-08-20T21:55:39.4060344Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/fs' from root:root to runner:runner
2025-08-20T21:55:39.4061591Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/mysql/memo.mysql.go' from root:root to runner:runner
2025-08-20T21:55:39.4062967Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/mysql/mysql.go' from root:root to runner:runner
2025-08-20T21:55:39.4064387Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/mysql/memo.mysql_private.go' from root:root to runner:runner
2025-08-20T21:55:39.4065731Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/mysql/mysql_private.go' from root:root to runner:runner
2025-08-20T21:55:39.4066983Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/mysql' from root:root to runner:runner
2025-08-20T21:55:39.4068400Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smb/memo.smb.go' from root:root to runner:runner
2025-08-20T21:55:39.4069731Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smb/memo.smb_private.go' from root:root to runner:runner
2025-08-20T21:55:39.4071011Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smb/smb.go' from root:root to runner:runner
2025-08-20T21:55:39.4072300Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smb/memo.smbghost.go' from root:root to runner:runner
2025-08-20T21:55:39.4073602Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smb/smb_private.go' from root:root to runner:runner
2025-08-20T21:55:39.4075162Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smb/smbghost.go' from root:root to runner:runner
2025-08-20T21:55:39.4076454Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smb' from root:root to runner:runner
2025-08-20T21:55:39.4077828Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/redis/memo.redis.go' from root:root to runner:runner
2025-08-20T21:55:39.4079180Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/redis/redis.go' from root:root to runner:runner
2025-08-20T21:55:39.4080431Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/redis' from root:root to runner:runner
2025-08-20T21:55:39.4081674Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/rsync/rsync.go' from root:root to runner:runner
2025-08-20T21:55:39.4082970Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/rsync/memo.rsync.go' from root:root to runner:runner
2025-08-20T21:55:39.4084429Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/rsync' from root:root to runner:runner
2025-08-20T21:55:39.4085662Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/ldap/ldap.go' from root:root to runner:runner
2025-08-20T21:55:39.4086932Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/ldap/utils.go' from root:root to runner:runner
2025-08-20T21:55:39.4088502Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/ldap/adenum.go' from root:root to runner:runner
2025-08-20T21:55:39.4089809Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/ldap' from root:root to runner:runner
2025-08-20T21:55:39.4091054Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/oracle/oracle.go' from root:root to runner:runner
2025-08-20T21:55:39.4092362Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/oracle/memo.oracle.go' from root:root to runner:runner
2025-08-20T21:55:39.4093637Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/oracle' from root:root to runner:runner
2025-08-20T21:55:39.4094863Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/rdp/rdp.go' from root:root to runner:runner
2025-08-20T21:55:39.4096124Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/rdp/memo.rdp.go' from root:root to runner:runner
2025-08-20T21:55:39.4097433Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/rdp' from root:root to runner:runner
2025-08-20T21:55:39.4098886Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/pop3/pop3.go' from root:root to runner:runner
2025-08-20T21:55:39.4100239Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/pop3/memo.pop3.go' from root:root to runner:runner
2025-08-20T21:55:39.4101476Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/pop3' from root:root to runner:runner
2025-08-20T21:55:39.4102739Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/mssql/memo.mssql.go' from root:root to runner:runner
2025-08-20T21:55:39.4104030Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/mssql/mssql.go' from root:root to runner:runner
2025-08-20T21:55:39.4105284Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/mssql' from root:root to runner:runner
2025-08-20T21:55:39.4106526Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/bytes/buffer.go' from root:root to runner:runner
2025-08-20T21:55:39.4108064Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/bytes' from root:root to runner:runner
2025-08-20T21:55:39.4109307Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/net/net.go' from root:root to runner:runner
2025-08-20T21:55:39.4110520Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/net' from root:root to runner:runner
2025-08-20T21:55:39.4111841Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/ikev2/ikev2.go' from root:root to runner:runner
2025-08-20T21:55:39.4113145Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/ikev2' from root:root to runner:runner
2025-08-20T21:55:39.4114379Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smtp/smtp.go' from root:root to runner:runner
2025-08-20T21:55:39.4115626Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smtp/msg.go' from root:root to runner:runner
2025-08-20T21:55:39.4116849Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smtp' from root:root to runner:runner
2025-08-20T21:55:39.4118248Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/telnet/telnet.go' from root:root to runner:runner
2025-08-20T21:55:39.4119602Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/telnet/memo.telnet.go' from root:root to runner:runner
2025-08-20T21:55:39.4120866Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/telnet' from root:root to runner:runner
2025-08-20T21:55:39.4122087Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/vnc/vnc.go' from root:root to runner:runner
2025-08-20T21:55:39.4123607Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/vnc/memo.vnc.go' from root:root to runner:runner
2025-08-20T21:55:39.4124889Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/vnc' from root:root to runner:runner
2025-08-20T21:55:39.4126177Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/postgres/memo.postgres.go' from root:root to runner:runner
2025-08-20T21:55:39.4127609Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/postgres/postgres.go' from root:root to runner:runner
2025-08-20T21:55:39.4128947Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/postgres' from root:root to runner:runner
2025-08-20T21:55:39.4130210Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/goconsole/log.go' from root:root to runner:runner
2025-08-20T21:55:39.4131474Z [00:04:22.057]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/goconsole' from root:root to runner:runner
2025-08-20T21:55:39.4132890Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/ssh/memo.ssh.go' from root:root to runner:runner
2025-08-20T21:55:39.4134145Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/ssh/ssh.go' from root:root to runner:runner
2025-08-20T21:55:39.4135431Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/ssh' from root:root to runner:runner
2025-08-20T21:55:39.4136746Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/LICENSE.md' from root:root to runner:runner
2025-08-20T21:55:39.4138164Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/kerberos/sendtokdc.go' from root:root to runner:runner
2025-08-20T21:55:39.4139492Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/kerberos/kerberosx.go' from root:root to runner:runner
2025-08-20T21:55:39.4140777Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/kerberos' from root:root to runner:runner
2025-08-20T21:55:39.4141969Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs' from root:root to runner:runner
2025-08-20T21:55:39.4143184Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/README.md' from root:root to runner:runner
2025-08-20T21:55:39.4144480Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/tsgen/README.md' from root:root to runner:runner
2025-08-20T21:55:39.4145800Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/tsgen/astutil.go' from root:root to runner:runner
2025-08-20T21:55:39.4147471Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/tsgen/types.go' from root:root to runner:runner
2025-08-20T21:55:39.4148878Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/tsgen/parser.go' from root:root to runner:runner
2025-08-20T21:55:39.4150236Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/tsgen/cmd/tsgen/main.go' from root:root to runner:runner
2025-08-20T21:55:39.4151666Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/tsgen/cmd/tsgen/tsmodule.go.tmpl' from root:root to runner:runner
2025-08-20T21:55:39.4153051Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/tsgen/cmd/tsgen' from root:root to runner:runner
2025-08-20T21:55:39.4154339Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/tsgen/cmd' from root:root to runner:runner
2025-08-20T21:55:39.4155623Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/tsgen/scrape.go' from root:root to runner:runner
2025-08-20T21:55:39.4157061Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/tsgen' from root:root to runner:runner
2025-08-20T21:55:39.4158577Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/scrapefuncs/main.go' from root:root to runner:runner
2025-08-20T21:55:39.4160068Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/scrapefuncs/README.md' from root:root to runner:runner
2025-08-20T21:55:39.4161469Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/scrapefuncs' from root:root to runner:runner
2025-08-20T21:55:39.4162787Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/bindgen/README.md' from root:root to runner:runner
2025-08-20T21:55:39.4164117Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/bindgen/INSTALL.md' from root:root to runner:runner
2025-08-20T21:55:39.4165476Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/bindgen/generator.go' from root:root to runner:runner
2025-08-20T21:55:39.4166884Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/bindgen/templates/js_class.tmpl' from root:root to runner:runner
2025-08-20T21:55:39.4168489Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/bindgen/templates/markdown_class.tmpl' from root:root to runner:runner
2025-08-20T21:55:39.4169965Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/bindgen/templates/go_class.tmpl' from root:root to runner:runner
2025-08-20T21:55:39.4171469Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/bindgen/templates' from root:root to runner:runner
2025-08-20T21:55:39.4172918Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/bindgen/output.go' from root:root to runner:runner
2025-08-20T21:55:39.4174298Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/bindgen/cmd/bindgen/main.go' from root:root to runner:runner
2025-08-20T21:55:39.4175683Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/bindgen/cmd/bindgen' from root:root to runner:runner
2025-08-20T21:55:39.4176995Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/bindgen/cmd' from root:root to runner:runner
2025-08-20T21:55:39.4178438Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/bindgen' from root:root to runner:runner
2025-08-20T21:55:39.4179666Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools' from root:root to runner:runner
2025-08-20T21:55:39.4181088Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/README.md' from root:root to runner:runner
2025-08-20T21:55:39.4182364Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/smb.ts' from root:root to runner:runner
2025-08-20T21:55:39.4183667Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/goconsole.ts' from root:root to runner:runner
2025-08-20T21:55:39.4185116Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/vnc.ts' from root:root to runner:runner
2025-08-20T21:55:39.4186472Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/bytes.ts' from root:root to runner:runner
2025-08-20T21:55:39.4187888Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/telnet.ts' from root:root to runner:runner
2025-08-20T21:55:39.4189243Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/pop3.ts' from root:root to runner:runner
2025-08-20T21:55:39.4190546Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/index.ts' from root:root to runner:runner
2025-08-20T21:55:39.4191833Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/rsync.ts' from root:root to runner:runner
2025-08-20T21:55:39.4193120Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/ldap.ts' from root:root to runner:runner
2025-08-20T21:55:39.4194384Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/fs.ts' from root:root to runner:runner
2025-08-20T21:55:39.4195787Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/smtp.ts' from root:root to runner:runner
2025-08-20T21:55:39.4197190Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/oracle.ts' from root:root to runner:runner
2025-08-20T21:55:39.4198655Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/postgres.ts' from root:root to runner:runner
2025-08-20T21:55:39.4199972Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/structs.ts' from root:root to runner:runner
2025-08-20T21:55:39.4201275Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/mssql.ts' from root:root to runner:runner
2025-08-20T21:55:39.4202556Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/rdp.ts' from root:root to runner:runner
2025-08-20T21:55:39.4203828Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/net.ts' from root:root to runner:runner
2025-08-20T21:55:39.4205277Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/ssh.ts' from root:root to runner:runner
2025-08-20T21:55:39.4206556Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/mysql.ts' from root:root to runner:runner
2025-08-20T21:55:39.4207950Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/redis.ts' from root:root to runner:runner
2025-08-20T21:55:39.4209416Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/kerberos.ts' from root:root to runner:runner
2025-08-20T21:55:39.4210793Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/ikev2.ts' from root:root to runner:runner
2025-08-20T21:55:39.4212053Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts' from root:root to runner:runner
2025-08-20T21:55:39.4213353Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libmysql/mysql.go' from root:root to runner:runner
2025-08-20T21:55:39.4214689Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libmysql' from root:root to runner:runner
2025-08-20T21:55:39.4216024Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libbytes/bytes.go' from root:root to runner:runner
2025-08-20T21:55:39.4217439Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libbytes' from root:root to runner:runner
2025-08-20T21:55:39.4218847Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libnet/net.go' from root:root to runner:runner
2025-08-20T21:55:39.4220272Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libnet' from root:root to runner:runner
2025-08-20T21:55:39.4221721Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libtelnet/telnet.go' from root:root to runner:runner
2025-08-20T21:55:39.4223069Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libtelnet' from root:root to runner:runner
2025-08-20T21:55:39.4224555Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libldap/ldap.go' from root:root to runner:runner
2025-08-20T21:55:39.4225874Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libldap' from root:root to runner:runner
2025-08-20T21:55:39.4227190Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libvnc/vnc.go' from root:root to runner:runner
2025-08-20T21:55:39.4228661Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libvnc' from root:root to runner:runner
2025-08-20T21:55:39.4230164Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libikev2/ikev2.go' from root:root to runner:runner
2025-08-20T21:55:39.4231489Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libikev2' from root:root to runner:runner
2025-08-20T21:55:39.4232799Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libfs/fs.go' from root:root to runner:runner
2025-08-20T21:55:39.4234171Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libfs' from root:root to runner:runner
2025-08-20T21:55:39.4235553Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libssh/ssh.go' from root:root to runner:runner
2025-08-20T21:55:39.4236855Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libssh' from root:root to runner:runner
2025-08-20T21:55:39.4238410Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libkerberos/kerberos.go' from root:root to runner:runner
2025-08-20T21:55:39.4239790Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libkerberos' from root:root to runner:runner
2025-08-20T21:55:39.4241116Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libsmb/smb.go' from root:root to runner:runner
2025-08-20T21:55:39.4242413Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libsmb' from root:root to runner:runner
2025-08-20T21:55:39.4243720Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/librdp/rdp.go' from root:root to runner:runner
2025-08-20T21:55:39.4245318Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/librdp' from root:root to runner:runner
2025-08-20T21:55:39.4246703Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/librsync/rsync.go' from root:root to runner:runner
2025-08-20T21:55:39.4248142Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/librsync' from root:root to runner:runner
2025-08-20T21:55:39.4249472Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libsmtp/smtp.go' from root:root to runner:runner
2025-08-20T21:55:39.4250786Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libsmtp' from root:root to runner:runner
2025-08-20T21:55:39.4252129Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/liboracle/oracle.go' from root:root to runner:runner
2025-08-20T21:55:39.4253464Z [00:04:22.058]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/liboracle' from root:root to runner:runner
2025-08-20T21:55:39.4255002Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libgoconsole/goconsole.go' from root:root to runner:runner
2025-08-20T21:55:39.4256385Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libgoconsole' from root:root to runner:runner
2025-08-20T21:55:39.4257841Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libpop3/pop3.go' from root:root to runner:runner
2025-08-20T21:55:39.4259316Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libpop3' from root:root to runner:runner
2025-08-20T21:55:39.4260715Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libmssql/mssql.go' from root:root to runner:runner
2025-08-20T21:55:39.4262048Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libmssql' from root:root to runner:runner
2025-08-20T21:55:39.4263408Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libpostgres/postgres.go' from root:root to runner:runner
2025-08-20T21:55:39.4264782Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libpostgres' from root:root to runner:runner
2025-08-20T21:55:39.4266126Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libredis/redis.go' from root:root to runner:runner
2025-08-20T21:55:39.4267598Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libredis' from root:root to runner:runner
2025-08-20T21:55:39.4269026Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libstructs/structs.go' from root:root to runner:runner
2025-08-20T21:55:39.4270628Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libstructs' from root:root to runner:runner
2025-08-20T21:55:39.4271962Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go' from root:root to runner:runner
2025-08-20T21:55:39.4273180Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated' from root:root to runner:runner
2025-08-20T21:55:39.4274427Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/compiler/compiler.go' from root:root to runner:runner
2025-08-20T21:55:39.4275713Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/compiler/non-pool.go' from root:root to runner:runner
2025-08-20T21:55:39.4277015Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/compiler/init.go' from root:root to runner:runner
2025-08-20T21:55:39.4278442Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/compiler/pool.go' from root:root to runner:runner
2025-08-20T21:55:39.4279915Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/compiler/compiler_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4281160Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/compiler' from root:root to runner:runner
2025-08-20T21:55:39.4282411Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/global/scripts_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4283763Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/global/scripts.go' from root:root to runner:runner
2025-08-20T21:55:39.4285084Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/global/helpers.go' from root:root to runner:runner
2025-08-20T21:55:39.4286328Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/global/js/dump.js' from root:root to runner:runner
2025-08-20T21:55:39.4287740Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/global/js/active_directory.js' from root:root to runner:runner
2025-08-20T21:55:39.4289073Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/global/js' from root:root to runner:runner
2025-08-20T21:55:39.4290297Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/global/exports.js' from root:root to runner:runner
2025-08-20T21:55:39.4291511Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/global' from root:root to runner:runner
2025-08-20T21:55:39.4292690Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/THANKS.md' from root:root to runner:runner
2025-08-20T21:55:39.4294093Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js' from root:root to runner:runner
2025-08-20T21:55:39.4295371Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/utils/utils.go' from root:root to runner:runner
2025-08-20T21:55:39.4296621Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/utils' from root:root to runner:runner
2025-08-20T21:55:39.4298305Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/doc.go' from root:root to runner:runner
2025-08-20T21:55:39.4299556Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/README.md' from root:root to runner:runner
2025-08-20T21:55:39.4300804Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/exec.go' from root:root to runner:runner
2025-08-20T21:55:39.4302121Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/multiproto/multi_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4303634Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/multiproto/doc.go' from root:root to runner:runner
2025-08-20T21:55:39.4304957Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/multiproto/README.md' from root:root to runner:runner
2025-08-20T21:55:39.4306288Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/multiproto/multi.go' from root:root to runner:runner
2025-08-20T21:55:39.4307985Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/multiproto/testcases/multiprotodynamic.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4309662Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/multiproto/testcases/multiprotowithprefix.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4311124Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/multiproto/testcases' from root:root to runner:runner
2025-08-20T21:55:39.4312422Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/multiproto' from root:root to runner:runner
2025-08-20T21:55:39.4313694Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/interface.go' from root:root to runner:runner
2025-08-20T21:55:39.4315008Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/builtin/dedupe.go' from root:root to runner:runner
2025-08-20T21:55:39.4316319Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/builtin' from root:root to runner:runner
2025-08-20T21:55:39.4317662Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/doc.go' from root:root to runner:runner
2025-08-20T21:55:39.4319210Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/README.md' from root:root to runner:runner
2025-08-20T21:55:39.4320650Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/testcases/condition-flow.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4322145Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/testcases/nuclei-flow-dns-prefix.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4323686Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/testcases/condition-flow-no-operators.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4325206Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/testcases/nuclei-flow-dns.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4326684Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/testcases/nuclei-flow-dns-id.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4328401Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/testcases/condition-flow-extractors.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4329997Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/testcases' from root:root to runner:runner
2025-08-20T21:55:39.4331332Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/flow_executor_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4332729Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/vm.go' from root:root to runner:runner
2025-08-20T21:55:39.4334061Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/util.go' from root:root to runner:runner
2025-08-20T21:55:39.4335366Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/flow_internal.go' from root:root to runner:runner
2025-08-20T21:55:39.4336692Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/flow_executor.go' from root:root to runner:runner
2025-08-20T21:55:39.4338166Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow' from root:root to runner:runner
2025-08-20T21:55:39.4339436Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/generic/exec.go' from root:root to runner:runner
2025-08-20T21:55:39.4340699Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/generic' from root:root to runner:runner
2025-08-20T21:55:39.4341892Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec' from root:root to runner:runner
2025-08-20T21:55:39.4343116Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/projectfile/project.go' from root:root to runner:runner
2025-08-20T21:55:39.4344668Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/projectfile/httputil.go' from root:root to runner:runner
2025-08-20T21:55:39.4345976Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/projectfile' from root:root to runner:runner
2025-08-20T21:55:39.4347263Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/analyzers/time/time_delay.go' from root:root to runner:runner
2025-08-20T21:55:39.4348788Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/analyzers/time/analyzer.go' from root:root to runner:runner
2025-08-20T21:55:39.4350171Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/analyzers/time/time_delay_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4351490Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/analyzers/time' from root:root to runner:runner
2025-08-20T21:55:39.4352774Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/analyzers/analyzers.go' from root:root to runner:runner
2025-08-20T21:55:39.4354194Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/analyzers' from root:root to runner:runner
2025-08-20T21:55:39.4355435Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/dataformat/kv.go' from root:root to runner:runner
2025-08-20T21:55:39.4356779Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/dataformat/form.go' from root:root to runner:runner
2025-08-20T21:55:39.4358272Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/dataformat/dataformat_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4359602Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/dataformat/raw.go' from root:root to runner:runner
2025-08-20T21:55:39.4360907Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/dataformat/multipart.go' from root:root to runner:runner
2025-08-20T21:55:39.4362212Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/dataformat/xml.go' from root:root to runner:runner
2025-08-20T21:55:39.4363488Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/dataformat/json.go' from root:root to runner:runner
2025-08-20T21:55:39.4364798Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/dataformat/dataformat.go' from root:root to runner:runner
2025-08-20T21:55:39.4366071Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/dataformat' from root:root to runner:runner
2025-08-20T21:55:39.4367302Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/parts_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4368849Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/doc.go' from root:root to runner:runner
2025-08-20T21:55:39.4370152Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/frequency/tracker.go' from root:root to runner:runner
2025-08-20T21:55:39.4371410Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/frequency' from root:root to runner:runner
2025-08-20T21:55:39.4372624Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/execute.go' from root:root to runner:runner
2025-08-20T21:55:39.4373837Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/parts.go' from root:root to runner:runner
2025-08-20T21:55:39.4375072Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/stats/db_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4376320Z [00:04:22.059]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/stats/stats.go' from root:root to runner:runner
2025-08-20T21:55:39.4377912Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/stats/simple.go' from root:root to runner:runner
2025-08-20T21:55:39.4379212Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/stats/db.go' from root:root to runner:runner
2025-08-20T21:55:39.4380419Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/stats' from root:root to runner:runner
2025-08-20T21:55:39.4381724Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/fuzz_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4383060Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/query_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4384378Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/body_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4385670Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/value.go' from root:root to runner:runner
2025-08-20T21:55:39.4386971Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/headers.go' from root:root to runner:runner
2025-08-20T21:55:39.4388452Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/path_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4389767Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/cookie.go' from root:root to runner:runner
2025-08-20T21:55:39.4391078Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/cookie_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4392654Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/headers_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4394018Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/path.go' from root:root to runner:runner
2025-08-20T21:55:39.4395300Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/body.go' from root:root to runner:runner
2025-08-20T21:55:39.4396598Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/value_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4398026Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/component.go' from root:root to runner:runner
2025-08-20T21:55:39.4399484Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/query.go' from root:root to runner:runner
2025-08-20T21:55:39.4400786Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component' from root:root to runner:runner
2025-08-20T21:55:39.4402122Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/fuzz.go' from root:root to runner:runner
2025-08-20T21:55:39.4403315Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/type.go' from root:root to runner:runner
2025-08-20T21:55:39.4404478Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz' from root:root to runner:runner
2025-08-20T21:55:39.4405643Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/keys/key.go' from root:root to runner:runner
2025-08-20T21:55:39.4406842Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/keys/nuclei.crt' from root:root to runner:runner
2025-08-20T21:55:39.4408152Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/keys' from root:root to runner:runner
2025-08-20T21:55:39.4409378Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/common/dsl/dsl.go' from root:root to runner:runner
2025-08-20T21:55:39.4410724Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/common/dsl/dsl_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4412027Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/common/dsl' from root:root to runner:runner
2025-08-20T21:55:39.4413270Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/common' from root:root to runner:runner
2025-08-20T21:55:39.4414561Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/extractors/extract.go' from root:root to runner:runner
2025-08-20T21:55:39.4416040Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/extractors/doc.go' from root:root to runner:runner
2025-08-20T21:55:39.4417627Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/extractors/extractors.go' from root:root to runner:runner
2025-08-20T21:55:39.4419100Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/extractors/compile.go' from root:root to runner:runner
2025-08-20T21:55:39.4420490Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/extractors/extract_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4421889Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/extractors/extractor_types.go' from root:root to runner:runner
2025-08-20T21:55:39.4423366Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/extractors/util.go' from root:root to runner:runner
2025-08-20T21:55:39.4424762Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/extractors' from root:root to runner:runner
2025-08-20T21:55:39.4426196Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/operators_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4427628Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/matchers/validate.go' from root:root to runner:runner
2025-08-20T21:55:39.4429028Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/matchers/doc.go' from root:root to runner:runner
2025-08-20T21:55:39.4430374Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/matchers/validate_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4431740Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/matchers/match_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4433100Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/matchers/compile.go' from root:root to runner:runner
2025-08-20T21:55:39.4434420Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/matchers/match.go' from root:root to runner:runner
2025-08-20T21:55:39.4435779Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/matchers/matchers_types.go' from root:root to runner:runner
2025-08-20T21:55:39.4437137Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/matchers/matchers.go' from root:root to runner:runner
2025-08-20T21:55:39.4438547Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/matchers' from root:root to runner:runner
2025-08-20T21:55:39.4439811Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/operators.go' from root:root to runner:runner
2025-08-20T21:55:39.4441351Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators' from root:root to runner:runner
2025-08-20T21:55:39.4442695Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/core/workflow_execute.go' from root:root to runner:runner
2025-08-20T21:55:39.4443940Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/core/engine.go' from root:root to runner:runner
2025-08-20T21:55:39.4445163Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/core/executors.go' from root:root to runner:runner
2025-08-20T21:55:39.4446419Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/core/execute_options.go' from root:root to runner:runner
2025-08-20T21:55:39.4447939Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/core/workflow_execute_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4449280Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/core/engine_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4450644Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/core/workpool.go' from root:root to runner:runner
2025-08-20T21:55:39.4451816Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/core' from root:root to runner:runner
2025-08-20T21:55:39.4453043Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/types/types.go' from root:root to runner:runner
2025-08-20T21:55:39.4454313Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/types' from root:root to runner:runner
2025-08-20T21:55:39.4455551Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/stats.go' from root:root to runner:runner
2025-08-20T21:55:39.4456871Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/extensions/extensions.go' from root:root to runner:runner
2025-08-20T21:55:39.4458335Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/extensions' from root:root to runner:runner
2025-08-20T21:55:39.4459668Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/templates_doc_examples.go' from root:root to runner:runner
2025-08-20T21:55:39.4461018Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/parser_validate.go' from root:root to runner:runner
2025-08-20T21:55:39.4462317Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/tag_filter.go' from root:root to runner:runner
2025-08-20T21:55:39.4463565Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/log.go' from root:root to runner:runner
2025-08-20T21:55:39.4464970Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/cluster_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4466380Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/parser_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4467782Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/parser_error.go' from root:root to runner:runner
2025-08-20T21:55:39.4469103Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/doc.go' from root:root to runner:runner
2025-08-20T21:55:39.4470368Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/parser_stats.go' from root:root to runner:runner
2025-08-20T21:55:39.4471659Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/templates.go' from root:root to runner:runner
2025-08-20T21:55:39.4473067Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/tag_filter_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4474509Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/validator_singleton.go' from root:root to runner:runner
2025-08-20T21:55:39.4475827Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/compile_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4477135Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/preprocessors.go' from root:root to runner:runner
2025-08-20T21:55:39.4478563Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/cache.go' from root:root to runner:runner
2025-08-20T21:55:39.4479812Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/compile.go' from root:root to runner:runner
2025-08-20T21:55:39.4481096Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/parser_config.go' from root:root to runner:runner
2025-08-20T21:55:39.4482372Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/parser.go' from root:root to runner:runner
2025-08-20T21:55:39.4483645Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/cache_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4484915Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/log_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4486175Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/cluster.go' from root:root to runner:runner
2025-08-20T21:55:39.4487585Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/templates_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4488972Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/templates_doc.go' from root:root to runner:runner
2025-08-20T21:55:39.4490541Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/signer/handler.go' from root:root to runner:runner
2025-08-20T21:55:39.4491935Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/signer/handler_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4493419Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/signer/.nuclei-config/nuclei/.templates-config.json' from root:root to runner:runner
2025-08-20T21:55:39.4494912Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/signer/.nuclei-config/nuclei' from root:root to runner:runner
2025-08-20T21:55:39.4496355Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/signer/.nuclei-config' from root:root to runner:runner
2025-08-20T21:55:39.4497874Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/signer/tmpl_signer.go' from root:root to runner:runner
2025-08-20T21:55:39.4499377Z [00:04:22.060]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/signer/tmpl_signer_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4500723Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/signer/default.go' from root:root to runner:runner
2025-08-20T21:55:39.4502003Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/signer' from root:root to runner:runner
2025-08-20T21:55:39.4503307Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/template_sign.go' from root:root to runner:runner
2025-08-20T21:55:39.4504622Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/tests/workflow.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4505976Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/tests/json-template.json' from root:root to runner:runner
2025-08-20T21:55:39.4507316Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/tests/no-req.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4508907Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/tests/multiproto.json' from root:root to runner:runner
2025-08-20T21:55:39.4510307Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/tests/no-author.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4511677Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/tests/workflow-invalid.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4513047Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/tests/multiproto.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4514529Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/tests/match-1.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4515806Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/tests' from root:root to runner:runner
2025-08-20T21:55:39.4517196Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/workflows.go' from root:root to runner:runner
2025-08-20T21:55:39.4518579Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates' from root:root to runner:runner
2025-08-20T21:55:39.4519814Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/output_stats.go' from root:root to runner:runner
2025-08-20T21:55:39.4521189Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/multi_writer.go' from root:root to runner:runner
2025-08-20T21:55:39.4522479Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/doc.go' from root:root to runner:runner
2025-08-20T21:55:39.4523717Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/output_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4524993Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/format_screen.go' from root:root to runner:runner
2025-08-20T21:55:39.4526268Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/stats/stats.go' from root:root to runner:runner
2025-08-20T21:55:39.4527636Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/stats/waf/waf.go' from root:root to runner:runner
2025-08-20T21:55:39.4528990Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/stats/waf/waf_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4530320Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/stats/waf/regexes.json' from root:root to runner:runner
2025-08-20T21:55:39.4531591Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/stats/waf' from root:root to runner:runner
2025-08-20T21:55:39.4533106Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/stats/stats_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4534412Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/stats' from root:root to runner:runner
2025-08-20T21:55:39.4535682Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/file_output_writer.go' from root:root to runner:runner
2025-08-20T21:55:39.4536967Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/format_json.go' from root:root to runner:runner
2025-08-20T21:55:39.4538361Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/output.go' from root:root to runner:runner
2025-08-20T21:55:39.4539628Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/standard_writer.go' from root:root to runner:runner
2025-08-20T21:55:39.4540843Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output' from root:root to runner:runner
2025-08-20T21:55:39.4542271Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/dedupe/dedupe_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4543598Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/dedupe/dedupe.go' from root:root to runner:runner
2025-08-20T21:55:39.4544939Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/dedupe' from root:root to runner:runner
2025-08-20T21:55:39.4546321Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/format/format_utils_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4547751Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/format/format.go' from root:root to runner:runner
2025-08-20T21:55:39.4549143Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/format/format_utils.go' from root:root to runner:runner
2025-08-20T21:55:39.4550435Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/format' from root:root to runner:runner
2025-08-20T21:55:39.4551686Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/options.go' from root:root to runner:runner
2025-08-20T21:55:39.4552938Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/client.go' from root:root to runner:runner
2025-08-20T21:55:39.4554257Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/github/github.go' from root:root to runner:runner
2025-08-20T21:55:39.4555592Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/github' from root:root to runner:runner
2025-08-20T21:55:39.4557245Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/jira/jira_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4558769Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/jira/jira.go' from root:root to runner:runner
2025-08-20T21:55:39.4560092Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/jira' from root:root to runner:runner
2025-08-20T21:55:39.4561426Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/gitlab/gitlab.go' from root:root to runner:runner
2025-08-20T21:55:39.4562770Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/gitlab' from root:root to runner:runner
2025-08-20T21:55:39.4564121Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/linear/linear.go' from root:root to runner:runner
2025-08-20T21:55:39.4565748Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/linear/jsonutil/jsonutil.go' from root:root to runner:runner
2025-08-20T21:55:39.4567177Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/linear/jsonutil' from root:root to runner:runner
2025-08-20T21:55:39.4568665Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/linear' from root:root to runner:runner
2025-08-20T21:55:39.4570106Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/gitea/gitea.go' from root:root to runner:runner
2025-08-20T21:55:39.4571514Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/gitea' from root:root to runner:runner
2025-08-20T21:55:39.4572872Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/filters/filters.go' from root:root to runner:runner
2025-08-20T21:55:39.4574216Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/filters' from root:root to runner:runner
2025-08-20T21:55:39.4575502Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers' from root:root to runner:runner
2025-08-20T21:55:39.4576770Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/reporting.go' from root:root to runner:runner
2025-08-20T21:55:39.4578333Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/jsonexporter/jsonexporter.go' from root:root to runner:runner
2025-08-20T21:55:39.4579770Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/jsonexporter' from root:root to runner:runner
2025-08-20T21:55:39.4581389Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/sarif/sarif.go' from root:root to runner:runner
2025-08-20T21:55:39.4582789Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/sarif' from root:root to runner:runner
2025-08-20T21:55:39.4584227Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/markdown/util/markdown_utils_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4585805Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/markdown/util/markdown_formatter.go' from root:root to runner:runner
2025-08-20T21:55:39.4587449Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/markdown/util/markdown_utils.go' from root:root to runner:runner
2025-08-20T21:55:39.4588982Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/markdown/util' from root:root to runner:runner
2025-08-20T21:55:39.4590395Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/markdown/markdown.go' from root:root to runner:runner
2025-08-20T21:55:39.4591933Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/markdown' from root:root to runner:runner
2025-08-20T21:55:39.4593293Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/jsonl/jsonl.go' from root:root to runner:runner
2025-08-20T21:55:39.4594720Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/jsonl' from root:root to runner:runner
2025-08-20T21:55:39.4596163Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/mongo/mongo.go' from root:root to runner:runner
2025-08-20T21:55:39.4597620Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/mongo' from root:root to runner:runner
2025-08-20T21:55:39.4599052Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/splunk/splunkhec.go' from root:root to runner:runner
2025-08-20T21:55:39.4600427Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/splunk' from root:root to runner:runner
2025-08-20T21:55:39.4601797Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/es/elasticsearch.go' from root:root to runner:runner
2025-08-20T21:55:39.4603139Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/es' from root:root to runner:runner
2025-08-20T21:55:39.4604402Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters' from root:root to runner:runner
2025-08-20T21:55:39.4605618Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting' from root:root to runner:runner
2025-08-20T21:55:39.4607067Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/installer/template.go' from root:root to runner:runner
2025-08-20T21:55:39.4608466Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/installer/doc.go' from root:root to runner:runner
2025-08-20T21:55:39.4609734Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/installer/template_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4611036Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/installer/versioncheck.go' from root:root to runner:runner
2025-08-20T21:55:39.4612361Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/installer/zipslip_unix_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4613646Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/installer/util.go' from root:root to runner:runner
2025-08-20T21:55:39.4614938Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/installer/versioncheck_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4616391Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/installer' from root:root to runner:runner
2025-08-20T21:55:39.4617835Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/testutils/fuzzplayground/server.go' from root:root to runner:runner
2025-08-20T21:55:39.4619365Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/testutils/fuzzplayground/db.go' from root:root to runner:runner
2025-08-20T21:55:39.4620762Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/testutils/fuzzplayground' from root:root to runner:runner
2025-08-20T21:55:39.4622135Z [00:04:22.061]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/testutils/testheadless/headless_local.go' from root:root to runner:runner
2025-08-20T21:55:39.4623564Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/testutils/testheadless/headless_runtime.go' from root:root to runner:runner
2025-08-20T21:55:39.4624922Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/testutils/testheadless' from root:root to runner:runner
2025-08-20T21:55:39.4626213Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/testutils/integration.go' from root:root to runner:runner
2025-08-20T21:55:39.4627619Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/testutils/testutils.go' from root:root to runner:runner
2025-08-20T21:55:39.4628910Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/testutils' from root:root to runner:runner
2025-08-20T21:55:39.4630161Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/network/network.go' from root:root to runner:runner
2025-08-20T21:55:39.4631765Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/network/network_input_types.go' from root:root to runner:runner
2025-08-20T21:55:39.4633212Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/network/network_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4634659Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/network/networkclientpool/clientpool.go' from root:root to runner:runner
2025-08-20T21:55:39.4636103Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/network/networkclientpool' from root:root to runner:runner
2025-08-20T21:55:39.4637586Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/network/operators_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4638998Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/network/request.go' from root:root to runner:runner
2025-08-20T21:55:39.4640507Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/network/request_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4641858Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/network/operators.go' from root:root to runner:runner
2025-08-20T21:55:39.4643149Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/network' from root:root to runner:runner
2025-08-20T21:55:39.4644528Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/utils/variables_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4645936Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/utils/fields.go' from root:root to runner:runner
2025-08-20T21:55:39.4647258Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/utils/utils_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4648687Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/utils/utils.go' from root:root to runner:runner
2025-08-20T21:55:39.4650033Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/utils/http/requtils.go' from root:root to runner:runner
2025-08-20T21:55:39.4651415Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/utils/http/requtils_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4652737Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/utils/http' from root:root to runner:runner
2025-08-20T21:55:39.4654032Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/utils/variables.go' from root:root to runner:runner
2025-08-20T21:55:39.4655525Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/utils' from root:root to runner:runner
2025-08-20T21:55:39.4656893Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/marker/marker.go' from root:root to runner:runner
2025-08-20T21:55:39.4658362Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/marker' from root:root to runner:runner
2025-08-20T21:55:39.4659819Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/utils/excludematchers/excludematchers.go' from root:root to runner:runner
2025-08-20T21:55:39.4661455Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/utils/excludematchers/excludematchers_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4662979Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/utils/excludematchers' from root:root to runner:runner
2025-08-20T21:55:39.4664395Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/utils/vardump/dump.go' from root:root to runner:runner
2025-08-20T21:55:39.4665989Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/utils/vardump/vars.go' from root:root to runner:runner
2025-08-20T21:55:39.4667528Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/utils/vardump/dump_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4669073Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/utils/vardump' from root:root to runner:runner
2025-08-20T21:55:39.4670465Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/utils' from root:root to runner:runner
2025-08-20T21:55:39.4671845Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolstate/headless.go' from root:root to runner:runner
2025-08-20T21:55:39.4673295Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolstate/memoizer.go' from root:root to runner:runner
2025-08-20T21:55:39.4674732Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolstate/js.go' from root:root to runner:runner
2025-08-20T21:55:39.4676154Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolstate/dialers.go' from root:root to runner:runner
2025-08-20T21:55:39.4677676Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolstate/state.go' from root:root to runner:runner
2025-08-20T21:55:39.4679185Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolstate/memguardian.go' from root:root to runner:runner
2025-08-20T21:55:39.4680891Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolstate/context.go' from root:root to runner:runner
2025-08-20T21:55:39.4682376Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolstate/file.go' from root:root to runner:runner
2025-08-20T21:55:39.4683754Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolstate' from root:root to runner:runner
2025-08-20T21:55:39.4685137Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/validate.go' from root:root to runner:runner
2025-08-20T21:55:39.4686530Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/env.go' from root:root to runner:runner
2025-08-20T21:55:39.4688020Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/options.go' from root:root to runner:runner
2025-08-20T21:55:39.4689482Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/load.go' from root:root to runner:runner
2025-08-20T21:55:39.4691038Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/load_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4692474Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/attack_types.go' from root:root to runner:runner
2025-08-20T21:55:39.4693967Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/maps.go' from root:root to runner:runner
2025-08-20T21:55:39.4695450Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/generators.go' from root:root to runner:runner
2025-08-20T21:55:39.4696887Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/maps_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4698438Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/generators_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4699886Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/slice.go' from root:root to runner:runner
2025-08-20T21:55:39.4701242Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators' from root:root to runner:runner
2025-08-20T21:55:39.4702633Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/interactsh/interactsh.go' from root:root to runner:runner
2025-08-20T21:55:39.4704055Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/interactsh/options.go' from root:root to runner:runner
2025-08-20T21:55:39.4705677Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/interactsh/const.go' from root:root to runner:runner
2025-08-20T21:55:39.4707093Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/interactsh' from root:root to runner:runner
2025-08-20T21:55:39.4708650Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/replacer/replacer_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4710086Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/replacer/replacer.go' from root:root to runner:runner
2025-08-20T21:55:39.4711437Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/replacer' from root:root to runner:runner
2025-08-20T21:55:39.4712829Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/contextargs/contextargs.go' from root:root to runner:runner
2025-08-20T21:55:39.4714275Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/contextargs/metainput.go' from root:root to runner:runner
2025-08-20T21:55:39.4715846Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/contextargs/doc.go' from root:root to runner:runner
2025-08-20T21:55:39.4717293Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/contextargs/variables.go' from root:root to runner:runner
2025-08-20T21:55:39.4718940Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/contextargs' from root:root to runner:runner
2025-08-20T21:55:39.4720474Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/hosterrorscache/hosterrorscache.go' from root:root to runner:runner
2025-08-20T21:55:39.4722038Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/hosterrorscache/hosterrorscache_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4723514Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/hosterrorscache' from root:root to runner:runner
2025-08-20T21:55:39.4724941Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/variables/variables_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4726365Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/variables/doc.go' from root:root to runner:runner
2025-08-20T21:55:39.4727843Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/variables/variables.go' from root:root to runner:runner
2025-08-20T21:55:39.4729240Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/variables' from root:root to runner:runner
2025-08-20T21:55:39.4730875Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolinit/init.go' from root:root to runner:runner
2025-08-20T21:55:39.4732352Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolinit' from root:root to runner:runner
2025-08-20T21:55:39.4733752Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/writer/writer.go' from root:root to runner:runner
2025-08-20T21:55:39.4735144Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/writer' from root:root to runner:runner
2025-08-20T21:55:39.4736699Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/responsehighlighter/response_highlighter_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4738550Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/responsehighlighter/response_highlighter.go' from root:root to runner:runner
2025-08-20T21:55:39.4740387Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/responsehighlighter/hexdump.go' from root:root to runner:runner
2025-08-20T21:55:39.4741948Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/responsehighlighter' from root:root to runner:runner
2025-08-20T21:55:39.4743473Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/eventcreator/eventcreator.go' from root:root to runner:runner
2025-08-20T21:55:39.4745026Z [00:04:22.062]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/eventcreator' from root:root to runner:runner
2025-08-20T21:55:39.4746545Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/deserialization/java.go' from root:root to runner:runner
2025-08-20T21:55:39.4748179Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/deserialization/helpers.go' from root:root to runner:runner
2025-08-20T21:55:39.4749796Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/deserialization/testdata/Deserialize.java' from root:root to runner:runner
2025-08-20T21:55:39.4751469Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/deserialization/testdata/ValueObject.java' from root:root to runner:runner
2025-08-20T21:55:39.4753106Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/deserialization/testdata/README.md' from root:root to runner:runner
2025-08-20T21:55:39.4754660Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/deserialization/testdata' from root:root to runner:runner
2025-08-20T21:55:39.4756502Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/deserialization/deserialization.go' from root:root to runner:runner
2025-08-20T21:55:39.4758181Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/deserialization' from root:root to runner:runner
2025-08-20T21:55:39.4759563Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers' from root:root to runner:runner
2025-08-20T21:55:39.4760960Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/expressions/variables_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4762434Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/expressions/expressions.go' from root:root to runner:runner
2025-08-20T21:55:39.4763922Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/expressions/expressions_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4765393Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/expressions/variables.go' from root:root to runner:runner
2025-08-20T21:55:39.4766935Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/expressions' from root:root to runner:runner
2025-08-20T21:55:39.4768578Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/automaticscan/automaticscan.go' from root:root to runner:runner
2025-08-20T21:55:39.4770147Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/automaticscan/doc.go' from root:root to runner:runner
2025-08-20T21:55:39.4771691Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/automaticscan/automaticscan_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4773174Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/automaticscan/util.go' from root:root to runner:runner
2025-08-20T21:55:39.4774550Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/automaticscan' from root:root to runner:runner
2025-08-20T21:55:39.4775995Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/globalmatchers/globalmatchers.go' from root:root to runner:runner
2025-08-20T21:55:39.4777523Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/globalmatchers' from root:root to runner:runner
2025-08-20T21:55:39.4778977Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/randomip/randomip.go' from root:root to runner:runner
2025-08-20T21:55:39.4780403Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/randomip/randomip_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4782010Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/randomip' from root:root to runner:runner
2025-08-20T21:55:39.4783425Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/uncover/uncover.go' from root:root to runner:runner
2025-08-20T21:55:39.4784764Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/uncover' from root:root to runner:runner
2025-08-20T21:55:39.4786026Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common' from root:root to runner:runner
2025-08-20T21:55:39.4787313Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/headless.go' from root:root to runner:runner
2025-08-20T21:55:39.4788846Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/operators_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4790213Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/request.go' from root:root to runner:runner
2025-08-20T21:55:39.4791732Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/operators.go' from root:root to runner:runner
2025-08-20T21:55:39.4793121Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/http_client.go' from root:root to runner:runner
2025-08-20T21:55:39.4794594Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/engine.go' from root:root to runner:runner
2025-08-20T21:55:39.4796083Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/page_actions_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4797619Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/action_types.go' from root:root to runner:runner
2025-08-20T21:55:39.4799089Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/hijack.go' from root:root to runner:runner
2025-08-20T21:55:39.4800486Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/action.go' from root:root to runner:runner
2025-08-20T21:55:39.4801878Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/instance.go' from root:root to runner:runner
2025-08-20T21:55:39.4803291Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/page_actions.go' from root:root to runner:runner
2025-08-20T21:55:39.4804682Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/rules.go' from root:root to runner:runner
2025-08-20T21:55:39.4806161Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/page.go' from root:root to runner:runner
2025-08-20T21:55:39.4807721Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/util.go' from root:root to runner:runner
2025-08-20T21:55:39.4809104Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine' from root:root to runner:runner
2025-08-20T21:55:39.4810381Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless' from root:root to runner:runner
2025-08-20T21:55:39.4811643Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/protocols.go' from root:root to runner:runner
2025-08-20T21:55:39.4812936Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/whois/whois.go' from root:root to runner:runner
2025-08-20T21:55:39.4814320Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/whois/rdapclientpool/clientpool.go' from root:root to runner:runner
2025-08-20T21:55:39.4815884Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/whois/rdapclientpool' from root:root to runner:runner
2025-08-20T21:55:39.4817201Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/whois' from root:root to runner:runner
2025-08-20T21:55:39.4818556Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/ssl/ssl.go' from root:root to runner:runner
2025-08-20T21:55:39.4819943Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/ssl/ssl_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4821260Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/ssl' from root:root to runner:runner
2025-08-20T21:55:39.4822525Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/code/helpers.go' from root:root to runner:runner
2025-08-20T21:55:39.4823835Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/code/code_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4825137Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/code/code.go' from root:root to runner:runner
2025-08-20T21:55:39.4826381Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/code' from root:root to runner:runner
2025-08-20T21:55:39.4827786Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/offlinehttp/find_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4829236Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/offlinehttp/read_response.go' from root:root to runner:runner
2025-08-20T21:55:39.4830756Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/offlinehttp/operators_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4832279Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/offlinehttp/offlinehttp.go' from root:root to runner:runner
2025-08-20T21:55:39.4833653Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/offlinehttp/request.go' from root:root to runner:runner
2025-08-20T21:55:39.4835059Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/offlinehttp/read_response_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4836444Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/offlinehttp/find.go' from root:root to runner:runner
2025-08-20T21:55:39.4837907Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/offlinehttp/operators.go' from root:root to runner:runner
2025-08-20T21:55:39.4839285Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/offlinehttp' from root:root to runner:runner
2025-08-20T21:55:39.4840758Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/validate.go' from root:root to runner:runner
2025-08-20T21:55:39.4842134Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/request_annotations_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4843518Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/build_request.go' from root:root to runner:runner
2025-08-20T21:55:39.4844976Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/signerpool/signerpool.go' from root:root to runner:runner
2025-08-20T21:55:39.4846395Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/signerpool' from root:root to runner:runner
2025-08-20T21:55:39.4847872Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/httpclientpool/options.go' from root:root to runner:runner
2025-08-20T21:55:39.4849393Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/httpclientpool/clientpool.go' from root:root to runner:runner
2025-08-20T21:55:39.4850841Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/httpclientpool/errors.go' from root:root to runner:runner
2025-08-20T21:55:39.4852217Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/httpclientpool' from root:root to runner:runner
2025-08-20T21:55:39.4853617Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/race/syncedreadcloser.go' from root:root to runner:runner
2025-08-20T21:55:39.4854947Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/race' from root:root to runner:runner
2025-08-20T21:55:39.4856445Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/utils.go' from root:root to runner:runner
2025-08-20T21:55:39.4857937Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/request_annotations.go' from root:root to runner:runner
2025-08-20T21:55:39.4859365Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/cluster_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4860679Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/raw/doc.go' from root:root to runner:runner
2025-08-20T21:55:39.4861982Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/raw/raw.go' from root:root to runner:runner
2025-08-20T21:55:39.4863304Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/raw/raw_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4864743Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/raw' from root:root to runner:runner
2025-08-20T21:55:39.4866035Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/request_fuzz.go' from root:root to runner:runner
2025-08-20T21:55:39.4866747Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/http_method_types.go' from root:root to runner:runner
2025-08-20T21:55:39.4867658Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/build_request_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4868435Z [00:04:22.063]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/http.go' from root:root to runner:runner
2025-08-20T21:55:39.4869159Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/operators_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4869898Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/request_generator_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4870622Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/request_condition.go' from root:root to runner:runner
2025-08-20T21:55:39.4871301Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/request.go' from root:root to runner:runner
2025-08-20T21:55:39.4871984Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/cluster.go' from root:root to runner:runner
2025-08-20T21:55:39.4872664Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/http_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4873570Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/httputils/spm.go' from root:root to runner:runner
2025-08-20T21:55:39.4874284Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/httputils/misc.go' from root:root to runner:runner
2025-08-20T21:55:39.4874963Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/httputils' from root:root to runner:runner
2025-08-20T21:55:39.4875681Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/request_generator.go' from root:root to runner:runner
2025-08-20T21:55:39.4876384Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/signer/signer.go' from root:root to runner:runner
2025-08-20T21:55:39.4877102Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/signer/aws-sign.go' from root:root to runner:runner
2025-08-20T21:55:39.4877855Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/signer' from root:root to runner:runner
2025-08-20T21:55:39.4878694Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/request_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4879381Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/signature.go' from root:root to runner:runner
2025-08-20T21:55:39.4880075Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/operators.go' from root:root to runner:runner
2025-08-20T21:55:39.4880777Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http' from root:root to runner:runner
2025-08-20T21:55:39.4881465Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns/dns_types.go' from root:root to runner:runner
2025-08-20T21:55:39.4882117Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns/dns.go' from root:root to runner:runner
2025-08-20T21:55:39.4882818Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns/operators_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4883502Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns/dns_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4884260Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns/dnsclientpool/clientpool.go' from root:root to runner:runner
2025-08-20T21:55:39.4884955Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns/dnsclientpool' from root:root to runner:runner
2025-08-20T21:55:39.4885626Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns/request.go' from root:root to runner:runner
2025-08-20T21:55:39.4886432Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns/cluster.go' from root:root to runner:runner
2025-08-20T21:55:39.4887144Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns/request_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4887921Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns/operators.go' from root:root to runner:runner
2025-08-20T21:55:39.4888566Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns' from root:root to runner:runner
2025-08-20T21:55:39.4889358Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/javascript/testcases/ms-sql-detect.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4890192Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/javascript/testcases/ssh-server-fingerprint.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4890995Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/javascript/testcases/redis-pass-brute.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4891813Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/javascript/testcases' from root:root to runner:runner
2025-08-20T21:55:39.4892493Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/javascript/js.go' from root:root to runner:runner
2025-08-20T21:55:39.4893260Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/javascript/js_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4893938Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/javascript' from root:root to runner:runner
2025-08-20T21:55:39.4894655Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/websocket/websocket.go' from root:root to runner:runner
2025-08-20T21:55:39.4895303Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/websocket' from root:root to runner:runner
2025-08-20T21:55:39.4895994Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/file/find_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4896702Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/file/operators_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4897484Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/file/request.go' from root:root to runner:runner
2025-08-20T21:55:39.4898233Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/file/request_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4898895Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/file/find.go' from root:root to runner:runner
2025-08-20T21:55:39.4899750Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/file/operators.go' from root:root to runner:runner
2025-08-20T21:55:39.4900447Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/file/file.go' from root:root to runner:runner
2025-08-20T21:55:39.4901090Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/file' from root:root to runner:runner
2025-08-20T21:55:39.4901696Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols' from root:root to runner:runner
2025-08-20T21:55:39.4902421Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/external/customtemplates/github.go' from root:root to runner:runner
2025-08-20T21:55:39.4903195Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/external/customtemplates/templates_provider.go' from root:root to runner:runner
2025-08-20T21:55:39.4904057Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/external/customtemplates/s3.go' from root:root to runner:runner
2025-08-20T21:55:39.4904784Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/external/customtemplates/gitlab.go' from root:root to runner:runner
2025-08-20T21:55:39.4905526Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/external/customtemplates/github_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4906383Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/external/customtemplates/azure_blob.go' from root:root to runner:runner
2025-08-20T21:55:39.4907075Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/external/customtemplates' from root:root to runner:runner
2025-08-20T21:55:39.4907801Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/external' from root:root to runner:runner
2025-08-20T21:55:39.4908410Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg' from root:root to runner:runner
2025-08-20T21:55:39.4909111Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/colorizer/colorizer.go' from root:root to runner:runner
2025-08-20T21:55:39.4909743Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/colorizer' from root:root to runner:runner
2025-08-20T21:55:39.4910433Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/httpapi/apiendpoint.go' from root:root to runner:runner
2025-08-20T21:55:39.4911057Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/httpapi' from root:root to runner:runner
2025-08-20T21:55:39.4911701Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/pdcp/writer.go' from root:root to runner:runner
2025-08-20T21:55:39.4912537Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/pdcp/utils.go' from root:root to runner:runner
2025-08-20T21:55:39.4913161Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/pdcp' from root:root to runner:runner
2025-08-20T21:55:39.4913823Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/banner.go' from root:root to runner:runner
2025-08-20T21:55:39.4914501Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/healthcheck.go' from root:root to runner:runner
2025-08-20T21:55:39.4915163Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/proxy.go' from root:root to runner:runner
2025-08-20T21:55:39.4915837Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/templates.go' from root:root to runner:runner
2025-08-20T21:55:39.4916499Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/options.go' from root:root to runner:runner
2025-08-20T21:55:39.4917313Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/options_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4918080Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/inputs.go' from root:root to runner:runner
2025-08-20T21:55:39.4918831Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/lazy.go' from root:root to runner:runner
2025-08-20T21:55:39.4919519Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/runner_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4920182Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/runner.go' from root:root to runner:runner
2025-08-20T21:55:39.4920800Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner' from root:root to runner:runner
2025-08-20T21:55:39.4921497Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server/requests_worker.go' from root:root to runner:runner
2025-08-20T21:55:39.4922205Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server/scope/scope_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4922888Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server/scope/scope.go' from root:root to runner:runner
2025-08-20T21:55:39.4923594Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server/scope/extensions.go' from root:root to runner:runner
2025-08-20T21:55:39.4924235Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server/scope' from root:root to runner:runner
2025-08-20T21:55:39.4925031Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server/server.go' from root:root to runner:runner
2025-08-20T21:55:39.4925744Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server/nuclei_sdk.go' from root:root to runner:runner
2025-08-20T21:55:39.4926411Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server/dedupe.go' from root:root to runner:runner
2025-08-20T21:55:39.4927115Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server/templates/index.html' from root:root to runner:runner
2025-08-20T21:55:39.4927875Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server/templates' from root:root to runner:runner
2025-08-20T21:55:39.4928544Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server' from root:root to runner:runner
2025-08-20T21:55:39.4929135Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal' from root:root to runner:runner
2025-08-20T21:55:39.4929843Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/Dockerfile' from root:root to runner:runner
2025-08-20T21:55:39.4930460Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/README_PT-BR.md' from root:root to runner:runner
2025-08-20T21:55:39.4931062Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T21:55:39.4931709Z [00:04:22.064]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T21:55:39.4932368Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/Dockerfile.goreleaser' from root:root to runner:runner
2025-08-20T21:55:39.4933014Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/nuclei-jsonschema.json' from root:root to runner:runner
2025-08-20T21:55:39.4933707Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/examples/with_speed_control/main.go' from root:root to runner:runner
2025-08-20T21:55:39.4934379Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/examples/with_speed_control' from root:root to runner:runner
2025-08-20T21:55:39.4935038Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/examples/simple/simple.go' from root:root to runner:runner
2025-08-20T21:55:39.4935663Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/examples/simple' from root:root to runner:runner
2025-08-20T21:55:39.4936337Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/examples/advanced/advanced.go' from root:root to runner:runner
2025-08-20T21:55:39.4936964Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/examples/advanced' from root:root to runner:runner
2025-08-20T21:55:39.4937920Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/examples' from root:root to runner:runner
2025-08-20T21:55:39.4938549Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T21:55:39.4939192Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T21:55:39.4939890Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/workflows/generate-docs.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4940594Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/workflows/generate-pgo.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4941271Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/workflows/stale.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4941931Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/workflows/tests.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4942731Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/workflows/perf-regression.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4943416Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/workflows/release.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4944198Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/workflows/govulncheck.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4944949Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/workflows/perf-test.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4945637Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/workflows/auto-merge.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4946335Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/workflows/compat-checks.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4946956Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T21:55:39.4947745Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' from root:root to runner:runner
2025-08-20T21:55:39.4948499Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/ISSUE_TEMPLATE/bug-report.yml' from root:root to runner:runner
2025-08-20T21:55:39.4949219Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/ISSUE_TEMPLATE/feature-request.yml' from root:root to runner:runner
2025-08-20T21:55:39.4949856Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T21:55:39.4950746Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/PULL_REQUEST_TEMPLATE.md' from root:root to runner:runner
2025-08-20T21:55:39.4951380Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/release.yml' from root:root to runner:runner
2025-08-20T21:55:39.4952023Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/auto_assign.yml' from root:root to runner:runner
2025-08-20T21:55:39.4952608Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T21:55:39.4953217Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/README_KR.md' from root:root to runner:runner
2025-08-20T21:55:39.4953825Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/README_JP.md' from root:root to runner:runner
2025-08-20T21:55:39.4954486Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.run/DSLFunctionsIT.run.xml' from root:root to runner:runner
2025-08-20T21:55:39.4955293Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.run/RegressionTests.run.xml' from root:root to runner:runner
2025-08-20T21:55:39.4955978Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.run/IntegrationTests.run.xml' from root:root to runner:runner
2025-08-20T21:55:39.4956686Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.run/UnitTests.run.xml' from root:root to runner:runner
2025-08-20T21:55:39.4957283Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.run' from root:root to runner:runner
2025-08-20T21:55:39.4958037Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T21:55:39.4958682Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/SYNTAX-REFERENCE.md' from root:root to runner:runner
2025-08-20T21:55:39.4959285Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/gh_retry.sh' from root:root to runner:runner
2025-08-20T21:55:39.4959874Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T21:55:39.4960460Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/THANKS.md' from root:root to runner:runner
2025-08-20T21:55:39.4961068Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/README_ID.md' from root:root to runner:runner
2025-08-20T21:55:39.4961654Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/DEBUG.md' from root:root to runner:runner
2025-08-20T21:55:39.4962442Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/tools/fuzzplayground/main.go' from root:root to runner:runner
2025-08-20T21:55:39.4963171Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/tools/fuzzplayground' from root:root to runner:runner
2025-08-20T21:55:39.4963823Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/tools/signer/main.go' from root:root to runner:runner
2025-08-20T21:55:39.4964448Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/tools/signer' from root:root to runner:runner
2025-08-20T21:55:39.4965032Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/tools' from root:root to runner:runner
2025-08-20T21:55:39.4965711Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/generate-checksum/main.go' from root:root to runner:runner
2025-08-20T21:55:39.4966354Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/generate-checksum' from root:root to runner:runner
2025-08-20T21:55:39.4966969Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/tmc/main.go' from root:root to runner:runner
2025-08-20T21:55:39.4967819Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/tmc/types.go' from root:root to runner:runner
2025-08-20T21:55:39.4968425Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/tmc' from root:root to runner:runner
2025-08-20T21:55:39.4969191Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/flow.go' from root:root to runner:runner
2025-08-20T21:55:39.4969893Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/network.go' from root:root to runner:runner
2025-08-20T21:55:39.4970562Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/ssl.go' from root:root to runner:runner
2025-08-20T21:55:39.4971254Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/interactsh.go' from root:root to runner:runner
2025-08-20T21:55:39.4971932Z [00:04:22.065]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/whois.go' from root:root to runner:runner
2025-08-20T21:55:39.4972626Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/headless.go' from root:root to runner:runner
2025-08-20T21:55:39.4973304Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/loader.go' from root:root to runner:runner
2025-08-20T21:55:39.4973990Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/generic.go' from root:root to runner:runner
2025-08-20T21:55:39.4974696Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/template-dir.go' from root:root to runner:runner
2025-08-20T21:55:39.4975576Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/multi.go' from root:root to runner:runner
2025-08-20T21:55:39.4976326Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/integration-test.go' from root:root to runner:runner
2025-08-20T21:55:39.4977034Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/dns.go' from root:root to runner:runner
2025-08-20T21:55:39.4977805Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/dsl.go' from root:root to runner:runner
2025-08-20T21:55:39.4978505Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/http.go' from root:root to runner:runner
2025-08-20T21:55:39.4979201Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/websocket.go' from root:root to runner:runner
2025-08-20T21:55:39.4979913Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/offline-http.go' from root:root to runner:runner
2025-08-20T21:55:39.4980684Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/code.go' from root:root to runner:runner
2025-08-20T21:55:39.4981373Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/javascript.go' from root:root to runner:runner
2025-08-20T21:55:39.4982115Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/fuzz.go' from root:root to runner:runner
2025-08-20T21:55:39.4982832Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/custom-dir.go' from root:root to runner:runner
2025-08-20T21:55:39.4983549Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/template-path.go' from root:root to runner:runner
2025-08-20T21:55:39.4984232Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/workflow.go' from root:root to runner:runner
2025-08-20T21:55:39.4984952Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/matcher-status.go' from root:root to runner:runner
2025-08-20T21:55:39.4985634Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/library.go' from root:root to runner:runner
2025-08-20T21:55:39.4986305Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/file.go' from root:root to runner:runner
2025-08-20T21:55:39.4987015Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/profile-loader.go' from root:root to runner:runner
2025-08-20T21:55:39.4987736Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test' from root:root to runner:runner
2025-08-20T21:55:39.4988555Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei/main.go' from root:root to runner:runner
2025-08-20T21:55:39.4989321Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei/issue-tracker-config.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4990016Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei/main_benchmark_test.go' from root:root to runner:runner
2025-08-20T21:55:39.4990647Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei/srv.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4991625Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei/testdata/benchmark/multiproto/basic-template-multiproto-raw.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4992546Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei/testdata/benchmark/multiproto/basic-template-multiproto.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4993541Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei/testdata/benchmark/multiproto/basic-template-multiproto-mixed.yaml' from root:root to runner:runner
2025-08-20T21:55:39.4994278Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei/testdata/benchmark/multiproto' from root:root to runner:runner
2025-08-20T21:55:39.4994965Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei/testdata/benchmark' from root:root to runner:runner
2025-08-20T21:55:39.4995608Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei/testdata' from root:root to runner:runner
2025-08-20T21:55:39.4996205Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei' from root:root to runner:runner
2025-08-20T21:55:39.4996858Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/memogen/function.tpl' from root:root to runner:runner
2025-08-20T21:55:39.4997595Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/memogen/memogen.go' from root:root to runner:runner
2025-08-20T21:55:39.4998265Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/memogen' from root:root to runner:runner
2025-08-20T21:55:39.4998903Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/docgen/docgen.go' from root:root to runner:runner
2025-08-20T21:55:39.4999503Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/docgen' from root:root to runner:runner
2025-08-20T21:55:39.5000149Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/scan-charts/main.go' from root:root to runner:runner
2025-08-20T21:55:39.5000977Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/scan-charts' from root:root to runner:runner
2025-08-20T21:55:39.5001665Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/functional-test/main.go' from root:root to runner:runner
2025-08-20T21:55:39.5002327Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/functional-test/run.sh' from root:root to runner:runner
2025-08-20T21:55:39.5003030Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/functional-test/targets-150.txt' from root:root to runner:runner
2025-08-20T21:55:39.5003708Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/functional-test/targets.txt' from root:root to runner:runner
2025-08-20T21:55:39.5004546Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/functional-test/targets-250.txt' from root:root to runner:runner
2025-08-20T21:55:39.5005284Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/functional-test/targets-1000.txt' from root:root to runner:runner
2025-08-20T21:55:39.5006049Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/functional-test/testcases.txt' from root:root to runner:runner
2025-08-20T21:55:39.5006690Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/functional-test' from root:root to runner:runner
2025-08-20T21:55:39.5007262Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd' from root:root to runner:runner
2025-08-20T21:55:39.5008016Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T21:55:39.5008730Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T21:55:39.5009437Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T21:55:39.5010097Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T21:55:39.5010786Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T21:55:39.5011443Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T21:55:39.5012096Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T21:55:39.5012778Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T21:55:39.5013570Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T21:55:39.5014314Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T21:55:39.5014984Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T21:55:39.5015673Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T21:55:39.5016336Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T21:55:39.5017112Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T21:55:39.5017949Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T21:55:39.5018684Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T21:55:39.5019281Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T21:55:39.5019874Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T21:55:39.5020746Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/objects/pack/pack-9d54766fa1419360ea126625e9d43106cf3c80c2.promisor' from root:root to runner:runner
2025-08-20T21:55:39.5021583Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/objects/pack/pack-9d54766fa1419360ea126625e9d43106cf3c80c2.rev' from root:root to runner:runner
2025-08-20T21:55:39.5022447Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/objects/pack/pack-e185d57d50c776150b208c81039cb2b94998e7a8.promisor' from root:root to runner:runner
2025-08-20T21:55:39.5023282Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/objects/pack/pack-9d54766fa1419360ea126625e9d43106cf3c80c2.pack' from root:root to runner:runner
2025-08-20T21:55:39.5024118Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/objects/pack/pack-e185d57d50c776150b208c81039cb2b94998e7a8.idx' from root:root to runner:runner
2025-08-20T21:55:39.5024946Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/objects/pack/pack-e185d57d50c776150b208c81039cb2b94998e7a8.rev' from root:root to runner:runner
2025-08-20T21:55:39.5025781Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/objects/pack/pack-e185d57d50c776150b208c81039cb2b94998e7a8.pack' from root:root to runner:runner
2025-08-20T21:55:39.5026698Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/objects/pack/pack-9d54766fa1419360ea126625e9d43106cf3c80c2.idx' from root:root to runner:runner
2025-08-20T21:55:39.5027506Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T21:55:39.5028154Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T21:55:39.5028757Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T21:55:39.5029377Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T21:55:39.5029973Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T21:55:39.5030670Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T21:55:39.5031346Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T21:55:39.5031990Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/logs/refs/heads/dev' from root:root to runner:runner
2025-08-20T21:55:39.5032620Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T21:55:39.5033317Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:55:39.5033988Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:55:39.5034626Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T21:55:39.5035232Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T21:55:39.5035823Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T21:55:39.5036411Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T21:55:39.5037011Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T21:55:39.5037739Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/refs/heads/dev' from root:root to runner:runner
2025-08-20T21:55:39.5038401Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T21:55:39.5039256Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:55:39.5039917Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:55:39.5040539Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T21:55:39.5041124Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T21:55:39.5041691Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T21:55:39.5042293Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/LICENSE.md' from root:root to runner:runner
2025-08-20T21:55:39.5042967Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/lib/sdk_test.go' from root:root to runner:runner
2025-08-20T21:55:39.5043635Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/lib/config.go' from root:root to runner:runner
2025-08-20T21:55:39.5044266Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/lib/example_test.go' from root:root to runner:runner
2025-08-20T21:55:39.5044889Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/lib/sdk_private.go' from root:root to runner:runner
2025-08-20T21:55:39.5045505Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/lib/helper.go' from root:root to runner:runner
2025-08-20T21:55:39.5046104Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/lib/README.md' from root:root to runner:runner
2025-08-20T21:55:39.5046699Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/lib/sdk.go' from root:root to runner:runner
2025-08-20T21:55:39.5047297Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/lib/multi.go' from root:root to runner:runner
2025-08-20T21:55:39.5048183Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/lib/tests/sdk_test.go' from root:root to runner:runner
2025-08-20T21:55:39.5048806Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/lib/tests' from root:root to runner:runner
2025-08-20T21:55:39.5049377Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/lib' from root:root to runner:runner
2025-08-20T21:55:39.5049927Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO' from root:root to runner:runner
2025-08-20T21:55:39.5050446Z [00:04:22.066]➜  changed ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe' from root:root to runner:runner
2025-08-20T21:55:39.5050864Z [00:04:22.066]➜  ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T21:55:39.5051354Z [00:04:22.066]➜  ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T21:55:39.5051766Z [00:04:22.066]➜  ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/nuclei.version' retained as runner:runner
2025-08-20T21:55:39.5052144Z [00:04:22.066]➜  ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T21:55:39.5052680Z [00:04:22.066]➜  ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/nuclei.static.version' retained as runner:runner
2025-08-20T21:55:39.5053050Z [00:04:22.066]➜  ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/nuclei' retained as runner:runner
2025-08-20T21:55:39.5053425Z [00:04:22.066]➜  ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T21:55:39.5053777Z [00:04:22.066]➜  ownership of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T21:55:39.5054354Z [00:04:22.074]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5054798Z [00:04:22.080]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/nuclei' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5055293Z [00:04:22.086]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5055921Z [00:04:22.091]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5056524Z [00:04:22.098]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/DESIGN.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5057154Z [00:04:22.104]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.goreleaser.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5057875Z [00:04:22.111]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/README_CN.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5058535Z [00:04:22.117]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/README_ES.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5059162Z [00:04:22.124]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/helm/values.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5060015Z [00:04:22.130]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/helm/templates/interactsh-deployment.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5060899Z [00:04:22.136]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/helm/templates/serviceaccount.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5061567Z [00:04:22.142]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/helm/templates/hpa.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5062268Z [00:04:22.149]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/helm/templates/nuclei-cron.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5062940Z [00:04:22.155]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/helm/templates/NOTES.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5063683Z [00:04:22.161]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/helm/templates/interactsh-ingress.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5064402Z [00:04:22.168]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/helm/templates/nuclei-configmap.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5065164Z [00:04:22.174]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/helm/templates/_helpers.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5065893Z [00:04:22.180]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/helm/templates/interactsh-service.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5066536Z [00:04:22.186]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/helm/Chart.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5067330Z [00:04:22.191]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/loader/get-headers.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5068291Z [00:04:22.197]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/loader/condition-matched.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5069038Z [00:04:22.203]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/loader/workflow-list.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5069788Z [00:04:22.209]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/loader/template-list.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5070496Z [00:04:22.215]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/loader/get.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5117942Z [00:04:22.221]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/loader/basic.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5178392Z [00:04:22.227]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/loader/excluded-template.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5239188Z [00:04:22.233]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/profile-loader/basic.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5296378Z [00:04:22.239]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/run.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5354324Z [00:04:22.245]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/library/test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5413560Z [00:04:22.251]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/library/test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5475009Z [00:04:22.257]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-headless.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5537337Z [00:04:22.263]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-type.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5597597Z [00:04:22.269]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-body-generic-sqli.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5657165Z [00:04:22.275]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-path-sqli.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5716979Z [00:04:22.281]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-host-header-injection.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5776567Z [00:04:22.287]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-body-xml-sqli.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5854378Z [00:04:22.295]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-body-multipart-form-sqli.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5915818Z [00:04:22.301]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-body-json-sqli.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.5976498Z [00:04:22.307]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-mode.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.6035108Z [00:04:22.313]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-body-params-sqli.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.6093966Z [00:04:22.319]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-query.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.6153786Z [00:04:22.325]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-multi-mode.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.6212421Z [00:04:22.330]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-cookie-error-sqli.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.6274316Z [00:04:22.337]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/testData/ginandjuice.proxify.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.6334085Z [00:04:22.343]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/fuzz/fuzz-query-num-replace.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.6393104Z [00:04:22.348]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/http-value-share-workflow.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.6452971Z [00:04:22.354]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/matcher-name.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.6510807Z [00:04:22.360]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/complex-conditions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.6572060Z [00:04:22.366]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/match-2.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.6634125Z [00:04:22.373]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/dns-value-share-template-1.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.6695754Z [00:04:22.379]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/multimatch-value-share-template.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.6757466Z [00:04:22.385]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/http-1.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.6817884Z [00:04:22.391]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/headless-1.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.6878049Z [00:04:22.397]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/condition-matched.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.6937050Z [00:04:22.403]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/nomatch-1.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.6994670Z [00:04:22.409]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/shared-cookie.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.7054013Z [00:04:22.415]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/http-3.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.7112606Z [00:04:22.420]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/code-value-share-workflow.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.7169839Z [00:04:22.426]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/match-3.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.7232098Z [00:04:22.432]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/http-2.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.7288980Z [00:04:22.438]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/code-template-2.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.7348832Z [00:04:22.444]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/code-template-1.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.7407578Z [00:04:22.450]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/http-value-share-template-1.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.7466723Z [00:04:22.456]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/multiprotocol-value-share-workflow.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.7529042Z [00:04:22.462]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/multiprotocol-value-share-template.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.7590147Z [00:04:22.468]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/dns-value-share-template-3.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.7653044Z [00:04:22.475]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/basic.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.7713378Z [00:04:22.481]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/condition-unmatched.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.7775051Z [00:04:22.487]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/http-value-share-template-2.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.7833626Z [00:04:22.493]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/dns-value-share-template-2.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.7893187Z [00:04:22.499]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/multimatch-value-share-workflow.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.7953389Z [00:04:22.505]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/match-1.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.8013920Z [00:04:22.511]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/workflow/dns-value-share-workflow.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.8071890Z [00:04:22.516]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/dsl/hide-version-warning.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.8129268Z [00:04:22.522]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/dsl/show-version-warning.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.8188357Z [00:04:22.528]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/debug.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:39.8247339Z [00:04:22.534]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/flow/flow-hide-matcher.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.8306494Z [00:04:22.540]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/flow/iterate-values-flow.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.8365936Z [00:04:22.546]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/flow/dns-ns-probe.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.8424815Z [00:04:22.552]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/flow/iterate-one-value-flow.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.8484111Z [00:04:22.558]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/flow/conditional-flow.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.8541824Z [00:04:22.563]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/flow/conditional-flow-negative.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.8602469Z [00:04:22.569]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/subdomains.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.8664193Z [00:04:22.576]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/generic/auth/certificate/http-get.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.8725053Z [00:04:22.582]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/generic/auth/certificate/assets/server.crt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.8785145Z [00:04:22.588]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/generic/auth/certificate/assets/client.key' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.8844483Z [00:04:22.594]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/generic/auth/certificate/assets/client.crt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.8902639Z [00:04:22.599]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/network/self-contained.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.8961646Z [00:04:22.605]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/network/same-address.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.9022578Z [00:04:22.611]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/network/net-https.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.9084341Z [00:04:22.618]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/network/variables.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.9144241Z [00:04:22.624]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/network/network-port.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.9208231Z [00:04:22.630]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/network/basic.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.9268564Z [00:04:22.636]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/network/hex.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.9325802Z [00:04:22.642]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/network/net-https-timeout.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.9386020Z [00:04:22.648]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/network/multi-step.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.9446967Z [00:04:22.654]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/headless/headless-header-action.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.9509893Z [00:04:22.660]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/headless/headless-basic.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.9571022Z [00:04:22.666]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/headless/headless-local.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.9631730Z [00:04:22.672]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/headless/file-upload-negative.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.9693680Z [00:04:22.679]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/headless/headless-dsl.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.9753579Z [00:04:22.685]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/headless/headless-payloads.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.9815412Z [00:04:22.691]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/headless/file-upload.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.9876252Z [00:04:22.697]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/headless/variables.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.9938231Z [00:04:22.703]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/headless/headless-waitevent.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:39.9998716Z [00:04:22.709]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/headless/headless-header-status-test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.0061986Z [00:04:22.715]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/headless/headless-extract-values.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.0121636Z [00:04:22.721]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/headless/headless-self-contained.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.0185257Z [00:04:22.728]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/multi/dynamic-values.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.0246396Z [00:04:22.734]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/multi/exported-response-vars.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.0307005Z [00:04:22.740]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/multi/evaluate-variables.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.0367758Z [00:04:22.746]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/whois/basic.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.0428092Z [00:04:22.752]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/keys/ci.crt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.0487099Z [00:04:22.758]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/keys/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.0548751Z [00:04:22.764]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/keys/ci-private-key.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.0610554Z [00:04:22.770]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/ssl/ssl-with-vars.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.0675016Z [00:04:22.777]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/ssl/custom-version.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.0734703Z [00:04:22.783]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/ssl/multi-req.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.0795743Z [00:04:22.789]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/ssl/custom-cipher.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.0855170Z [00:04:22.795]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/ssl/basic.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.0914957Z [00:04:22.801]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/ssl/basic-ztls.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.0976086Z [00:04:22.807]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/code/py-env-var.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.1038637Z [00:04:22.813]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/code/py-interactsh.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.1098685Z [00:04:22.819]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/code/py-file.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.1156943Z [00:04:22.825]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/code/pyfile.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.1215236Z [00:04:22.831]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/code/py-nosig.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.1276470Z [00:04:22.837]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/code/pre-condition.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.1339592Z [00:04:22.843]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/code/ps1-snippet.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.1402083Z [00:04:22.849]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/code/py-snippet.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.1461328Z [00:04:22.855]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/code/unsigned.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.1522058Z [00:04:22.861]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/offlinehttp/rfc-req-resp.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.1584432Z [00:04:22.868]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/offlinehttp/offline-allowed-paths.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.1647083Z [00:04:22.874]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/offlinehttp/data/req-resp-with-http-keywords.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.1706152Z [00:04:22.880]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/offlinehttp/offline-raw.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.1764908Z [00:04:22.886]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/interactsh.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.1825218Z [00:04:22.892]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/get-case-insensitive.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.1883509Z [00:04:22.898]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/variable-dsl-function.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.1940165Z [00:04:22.903]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/get-headers.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.1997552Z [00:04:22.909]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/stop-at-first-match.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.2057464Z [00:04:22.915]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/self-contained-with-params.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.2114993Z [00:04:22.921]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/self-contained.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.2172936Z [00:04:22.926]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/stop-at-first-match-with-extractors.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.2232030Z [00:04:22.932]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/race-simple.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.2292864Z [00:04:22.939]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/request-condition-new.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.2350511Z [00:04:22.944]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/post-multipart-body.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.2409194Z [00:04:22.950]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/annotation-timeout.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.2466474Z [00:04:22.956]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/interactsh-requests-mc-and.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.2524335Z [00:04:22.962]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/http-paths.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.2584747Z [00:04:22.968]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/raw-unsafe-with-params.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.2644776Z [00:04:22.974]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/dsl-matcher-variable.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.2703824Z [00:04:22.980]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/interactsh-stop-at-first-match.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.2768792Z [00:04:22.986]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/get-override-sni.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.2829625Z [00:04:22.992]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/get-sni-unsafe.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.2891472Z [00:04:22.998]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/raw-unsafe-path-single-slash.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.2954341Z [00:04:23.005]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/raw-path-single-slash.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.3016340Z [00:04:23.011]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/cli-with-constants.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.3078536Z [00:04:23.017]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/cl-body-without-header.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.3136977Z [00:04:23.023]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/multi-http-var-sharing.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.3195970Z [00:04:23.029]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/dsl-functions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.3253133Z [00:04:23.035]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/raw-path-trailing-slash.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.3312178Z [00:04:23.040]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/self-contained-file-input.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.3370932Z [00:04:23.046]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/post-body.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.3430123Z [00:04:23.052]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/get-host-redirects.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.3487809Z [00:04:23.058]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/custom-attack-type.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.3546703Z [00:04:23.064]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/http-preprocessor.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.3605931Z [00:04:23.070]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/variables.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.3664161Z [00:04:23.076]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/raw-post-body.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.3725195Z [00:04:23.082]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/cl-body-with-header.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.3787629Z [00:04:23.088]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/request-condition.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.3850234Z [00:04:23.094]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/race-multiple.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.3912774Z [00:04:23.100]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/raw-get.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.3976059Z [00:04:23.107]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/raw-payload.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.4036304Z [00:04:23.113]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/get-redirects-chain-headers.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.4095873Z [00:04:23.119]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/get-all-ips.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.4152600Z [00:04:23.124]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/raw-unsafe-path.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.4207645Z [00:04:23.130]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/raw-dynamic-extractor.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.4265331Z [00:04:23.136]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/matcher-status.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.4325535Z [00:04:23.142]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/http-matcher-extractor-dy-extractor.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.4381857Z [00:04:23.147]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/raw-get-query.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.4438786Z [00:04:23.153]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/get.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.4496465Z [00:04:23.159]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/raw-with-params.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.4552702Z [00:04:23.164]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/post-json-body.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.4607882Z [00:04:23.170]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/get-sni.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.4664192Z [00:04:23.176]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/get-redirects.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.4724554Z [00:04:23.182]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/redirect-match-url.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.4784519Z [00:04:23.188]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/get-without-scheme.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.4843438Z [00:04:23.194]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/raw-cookie-reuse.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.4900470Z [00:04:23.199]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/get-query-string.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.4957178Z [00:04:23.205]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/multi-request.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.5013390Z [00:04:23.211]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/raw-unsafe-request.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.5069897Z [00:04:23.216]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/disable-path-automerge.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.5125557Z [00:04:23.222]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/default-matcher-condition.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.5181899Z [00:04:23.227]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/self-contained-with-path.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.5239294Z [00:04:23.233]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/http/disable-redirects.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.5296467Z [00:04:23.239]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns/ns.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.5352837Z [00:04:23.244]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns/cname.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.5409373Z [00:04:23.250]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns/ptr.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.5466504Z [00:04:23.256]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns/caa.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.5524293Z [00:04:23.262]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns/dsl-matcher-variable.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.5583461Z [00:04:23.268]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns/a.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.5644460Z [00:04:23.274]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns/payload.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.5705674Z [00:04:23.280]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns/variables.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.5768442Z [00:04:23.286]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns/txt.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.5829349Z [00:04:23.292]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns/tlsa.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.5890229Z [00:04:23.298]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns/cname-fingerprint.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.5956630Z [00:04:23.305]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns/srv.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.6018969Z [00:04:23.311]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/dns/aaaa.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.6082927Z [00:04:23.318]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/javascript/net-https.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.6142573Z [00:04:23.323]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/javascript/net-multi-step.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.6201481Z [00:04:23.329]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/javascript/ssh-server-fingerprint.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.6260106Z [00:04:23.335]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/javascript/redis-pass-brute.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.6319921Z [00:04:23.341]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/websocket/path.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.6379462Z [00:04:23.347]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/websocket/no-cswsh.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.6437239Z [00:04:23.353]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/websocket/cswsh.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.6497433Z [00:04:23.359]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/websocket/basic.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.6557229Z [00:04:23.365]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/file/matcher-with-and.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.6615155Z [00:04:23.371]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/file/extract.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.6673848Z [00:04:23.377]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/file/matcher-with-nested-and.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.6732515Z [00:04:23.382]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/file/matcher-with-or.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.6789855Z [00:04:23.388]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/file/data/test1.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.6847591Z [00:04:23.394]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/file/data/test3.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.6906163Z [00:04:23.400]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/protocols/file/data/test2.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.6966202Z [00:04:23.406]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/test-issue-tracker-config2.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.7025632Z [00:04:23.412]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/integration_tests/test-issue-tracker-config1.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.7085018Z [00:04:23.418]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/nuclei-templates-teamcity-example.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.7144219Z [00:04:23.424]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/nuclei-templates-teamcity.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.7203682Z [00:04:23.430]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/teamcity-example.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.7265741Z [00:04:23.436]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/nuclei-cover-image.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.7327739Z [00:04:23.442]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/learn-more-button.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.7386055Z [00:04:23.448]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/regression-with-nuclei.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.7446128Z [00:04:23.454]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/nuclei-flow.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.7504060Z [00:04:23.460]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/nuclei-write-your-first-template.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.7566140Z [00:04:23.466]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/nuclei-cover.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.7622884Z [00:04:23.472]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/regression-cycle.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.7682838Z [00:04:23.477]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/check-nuclei-documentation.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.7743253Z [00:04:23.484]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/projectdiscovery-browse-results.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.7804521Z [00:04:23.490]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/Join-Discord.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.7863437Z [00:04:23.496]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/nuclei-getting-started.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.7921724Z [00:04:23.501]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/nuclei-template-example.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.7980489Z [00:04:23.507]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/static/nuclei-logo.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.8041826Z [00:04:23.513]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/types/scanstrategy/scan_strategy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.8104957Z [00:04:23.520]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/types/nucleierr/kinds.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.8164419Z [00:04:23.526]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/types/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.8222890Z [00:04:23.532]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/types/interfaces.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.8281911Z [00:04:23.537]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/types/resume.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.8340888Z [00:04:23.543]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/types/severity/severity_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.8401396Z [00:04:23.549]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/types/severity/severities.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.8457446Z [00:04:23.555]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/types/severity/severity.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.8514885Z [00:04:23.561]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/types/stringslice/stringslice_raw.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.8576917Z [00:04:23.567]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/types/stringslice/stringslice.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.8642345Z [00:04:23.573]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/types/userAgent/user_agent.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.8702143Z [00:04:23.579]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/worflow_loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.8762921Z [00:04:23.586]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/model_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.8823922Z [00:04:23.592]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/model/model.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.8884862Z [00:04:23.598]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/progress/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.8943235Z [00:04:23.604]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/progress/progress.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.9003077Z [00:04:23.610]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/yaml/yaml_decode_wrapper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.9062106Z [00:04:23.615]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/yaml/preprocess.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.9119898Z [00:04:23.621]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/utils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.9178202Z [00:04:23.627]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.9235018Z [00:04:23.633]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/index.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.9296559Z [00:04:23.639]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/insertion_ordered_map.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.9358764Z [00:04:23.645]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/expand/expand.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.9421517Z [00:04:23.651]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/monitor/monitor_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.9481315Z [00:04:23.657]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/monitor/monitor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.9543658Z [00:04:23.664]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/json/json_fallback.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.9605640Z [00:04:23.670]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/json/jsoncodec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.9666570Z [00:04:23.676]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/json/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.9727187Z [00:04:23.682]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/json/message.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.9788966Z [00:04:23.688]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/json/json.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.9848613Z [00:04:23.694]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/stats/stats.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.9909457Z [00:04:23.700]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/stats/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:40.9970337Z [00:04:23.706]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/template_path.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.0031339Z [00:04:23.712]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/http_probe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.0091312Z [00:04:23.718]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/insertion_ordered_map_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.0152098Z [00:04:23.724]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/utils/capture_writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.0213590Z [00:04:23.731]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/loader/workflow/workflow_loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.0277038Z [00:04:23.737]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/loader/parser/parser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.0339078Z [00:04:23.743]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/types/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.0397070Z [00:04:23.749]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/types/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.0455538Z [00:04:23.755]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/types/probe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.0512865Z [00:04:23.760]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.0569076Z [00:04:23.766]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/transform_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.0628516Z [00:04:23.772]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/simple.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.0688062Z [00:04:23.778]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/chunked.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.0748037Z [00:04:23.784]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/interface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.0808017Z [00:04:23.790]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/http/multiformat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.0867866Z [00:04:23.796]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/list/hmap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.0927040Z [00:04:23.802]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/list/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.0988100Z [00:04:23.808]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/list/hmap_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.1047888Z [00:04:23.814]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/list/tests/AS14421.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.1108842Z [00:04:23.820]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/provider/list/tests/AS134029.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.1168570Z [00:04:23.826]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/yaml/multidoc_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.1229008Z [00:04:23.832]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/yaml/multidoc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.1292520Z [00:04:23.839]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/swagger/swagger.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.1352939Z [00:04:23.845]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/swagger/swagger_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.1414507Z [00:04:23.851]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.1475282Z [00:04:23.857]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/openapi/openapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.1540550Z [00:04:23.863]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/openapi/generator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.1602161Z [00:04:23.869]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/openapi/examples.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.1659749Z [00:04:23.875]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/openapi/openapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.1719549Z [00:04:23.881]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/json/json_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.1781424Z [00:04:23.887]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/json/json.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.1844184Z [00:04:23.894]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/formats.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.1906822Z [00:04:23.900]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/burp/burp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.1966330Z [00:04:23.906]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/burp/burp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.2026053Z [00:04:23.912]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/testdata/ginandjuice.proxify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.2083977Z [00:04:23.918]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/testdata/ginandjuice.proxify.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.2141270Z [00:04:23.923]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/testdata/burp.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.2200997Z [00:04:23.929]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/testdata/swagger.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.2259627Z [00:04:23.935]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/testdata/postman.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.2321441Z [00:04:23.941]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/formats/testdata/openapi.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.2381760Z [00:04:23.947]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/input/transform.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.2442799Z [00:04:23.953]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/scan/events/scan_noop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.2503602Z [00:04:23.960]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/scan/events/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.2564659Z [00:04:23.966]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/scan/events/stats_build.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.2624331Z [00:04:23.972]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/scan/scan_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.2687421Z [00:04:23.978]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/scan/charts/echarts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.2745780Z [00:04:23.984]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/scan/charts/charts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.2806572Z [00:04:23.990]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/workflows/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.2866229Z [00:04:23.996]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/workflows/workflows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.2926908Z [00:04:24.002]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/workflows/workflows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.2986213Z [00:04:24.008]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/loader/loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.3047836Z [00:04:24.014]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/loader/ai_loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.3107339Z [00:04:24.020]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/loader/filter/path_filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.3169646Z [00:04:24.026]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/loader/loader_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.3230919Z [00:04:24.032]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/loader/remote_loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.3292915Z [00:04:24.039]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/aws/catalog_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.3351792Z [00:04:24.044]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/aws/catalog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.3412371Z [00:04:24.051]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/disk/catalog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.3471526Z [00:04:24.056]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/disk/path.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.3529566Z [00:04:24.062]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/disk/find.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.3591106Z [00:04:24.068]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/disk/known-files.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.3650531Z [00:04:24.074]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/config/template.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.3708033Z [00:04:24.080]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/config/nucleiconfig.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.3765937Z [00:04:24.086]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/config/ignorefile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.3825359Z [00:04:24.092]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/config/constants.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.3885005Z [00:04:24.098]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/catalog/catalog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.3946141Z [00:04:24.104]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/headers_auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.4009702Z [00:04:24.110]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/cookies_auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.4071434Z [00:04:24.116]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/basic_auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.4131740Z [00:04:24.122]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/query_auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.4192965Z [00:04:24.128]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/dynamic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.4256541Z [00:04:24.135]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/bearer_auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.4315754Z [00:04:24.141]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/strategy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.4376345Z [00:04:24.147]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/file_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.4436754Z [00:04:24.153]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/testData/example-auth.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.4496188Z [00:04:24.159]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/dynamic_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.4557529Z [00:04:24.165]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/authx/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.4617738Z [00:04:24.171]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/multi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.4676983Z [00:04:24.177]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/interface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.4735192Z [00:04:24.183]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/authprovider/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.4793836Z [00:04:24.189]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/DESIGN.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.4853686Z [00:04:24.195]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/utils/pgwrap/pgwrap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.4912830Z [00:04:24.201]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/utils/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.4973225Z [00:04:24.207]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/utils/nucleijs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.5036325Z [00:04:24.213]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/gojs/set.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.5096054Z [00:04:24.219]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/gojs/gojs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.5155296Z [00:04:24.225]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/CONTRIBUTE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.5215424Z [00:04:24.231]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/structs/smbexploit.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.5275063Z [00:04:24.237]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/structs/structs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.5333418Z [00:04:24.243]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/fs/fs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.5392462Z [00:04:24.249]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/mysql/memo.mysql.go' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.5451478Z [00:04:24.254]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/mysql/mysql.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.5511627Z [00:04:24.260]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/mysql/memo.mysql_private.go' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.5573170Z [00:04:24.267]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/mysql/mysql_private.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.5631966Z [00:04:24.272]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smb/memo.smb.go' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.5689440Z [00:04:24.278]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smb/memo.smb_private.go' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.5747773Z [00:04:24.284]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smb/smb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.5808184Z [00:04:24.290]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smb/memo.smbghost.go' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.5869901Z [00:04:24.296]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smb/smb_private.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.5931318Z [00:04:24.302]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smb/smbghost.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.5993863Z [00:04:24.309]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/redis/memo.redis.go' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.6054843Z [00:04:24.315]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/redis/redis.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.6115662Z [00:04:24.321]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/rsync/rsync.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.6176151Z [00:04:24.327]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/rsync/memo.rsync.go' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.6235784Z [00:04:24.333]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/ldap/ldap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.6297833Z [00:04:24.339]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/ldap/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.6370086Z [00:04:24.345]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/ldap/adenum.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.6421162Z [00:04:24.351]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/oracle/oracle.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.6480506Z [00:04:24.357]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/oracle/memo.oracle.go' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.6541005Z [00:04:24.363]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/rdp/rdp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.6602382Z [00:04:24.369]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/rdp/memo.rdp.go' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.6661785Z [00:04:24.375]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/pop3/pop3.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.6716618Z [00:04:24.381]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/pop3/memo.pop3.go' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.6773064Z [00:04:24.387]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/mssql/memo.mssql.go' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.6832640Z [00:04:24.393]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/mssql/mssql.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.6890736Z [00:04:24.398]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/bytes/buffer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.6952242Z [00:04:24.404]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/net/net.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.7011462Z [00:04:24.410]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/ikev2/ikev2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.7070455Z [00:04:24.416]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smtp/smtp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.7131542Z [00:04:24.422]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/smtp/msg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.7192062Z [00:04:24.428]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/telnet/telnet.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.7253981Z [00:04:24.435]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/telnet/memo.telnet.go' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.7317867Z [00:04:24.441]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/vnc/vnc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.7405809Z [00:04:24.450]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/vnc/memo.vnc.go' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.7476366Z [00:04:24.457]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/postgres/memo.postgres.go' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.7538252Z [00:04:24.463]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/postgres/postgres.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.7602273Z [00:04:24.469]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/goconsole/log.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.7665894Z [00:04:24.476]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/ssh/memo.ssh.go' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.7730282Z [00:04:24.482]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/ssh/ssh.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.7793709Z [00:04:24.489]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.7857455Z [00:04:24.495]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/kerberos/sendtokdc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.7920047Z [00:04:24.501]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/libs/kerberos/kerberosx.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.7984419Z [00:04:24.508]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.8048998Z [00:04:24.514]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/tsgen/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.8110870Z [00:04:24.520]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/tsgen/astutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.8169832Z [00:04:24.526]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/tsgen/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.8227114Z [00:04:24.532]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/tsgen/parser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.8286476Z [00:04:24.538]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/tsgen/cmd/tsgen/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.8346053Z [00:04:24.544]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/tsgen/cmd/tsgen/tsmodule.go.tmpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.8405473Z [00:04:24.550]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/tsgen/scrape.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.8464828Z [00:04:24.556]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/scrapefuncs/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.8524486Z [00:04:24.562]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/scrapefuncs/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.8586366Z [00:04:24.568]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/bindgen/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.8648021Z [00:04:24.574]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/bindgen/INSTALL.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.8706900Z [00:04:24.580]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/bindgen/generator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.8767086Z [00:04:24.586]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/bindgen/templates/js_class.tmpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.8828188Z [00:04:24.592]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/bindgen/templates/markdown_class.tmpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.8886597Z [00:04:24.598]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/bindgen/templates/go_class.tmpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.8946871Z [00:04:24.604]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/bindgen/output.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.9007073Z [00:04:24.610]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/devtools/bindgen/cmd/bindgen/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.9071739Z [00:04:24.616]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:41.9133033Z [00:04:24.623]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/smb.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.9192817Z [00:04:24.629]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/goconsole.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.9253201Z [00:04:24.635]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/vnc.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.9311206Z [00:04:24.640]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/bytes.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.9373487Z [00:04:24.647]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/telnet.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.9435573Z [00:04:24.653]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/pop3.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.9497504Z [00:04:24.659]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/index.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.9559276Z [00:04:24.665]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/rsync.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.9618726Z [00:04:24.671]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/ldap.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.9679229Z [00:04:24.677]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/fs.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.9741496Z [00:04:24.683]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/smtp.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.9802673Z [00:04:24.690]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/oracle.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.9861865Z [00:04:24.695]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/postgres.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.9924307Z [00:04:24.702]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/structs.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:41.9987424Z [00:04:24.708]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/mssql.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:42.0048968Z [00:04:24.714]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/rdp.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:42.0108859Z [00:04:24.720]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/net.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:42.0172150Z [00:04:24.726]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/ssh.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:42.0233640Z [00:04:24.733]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/mysql.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:42.0295917Z [00:04:24.739]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/redis.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:42.0352766Z [00:04:24.745]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/kerberos.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:42.0412836Z [00:04:24.751]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/ts/ikev2.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:42.0474509Z [00:04:24.757]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libmysql/mysql.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.0534069Z [00:04:24.763]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libbytes/bytes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.0595114Z [00:04:24.769]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libnet/net.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.0656173Z [00:04:24.775]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libtelnet/telnet.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.0718930Z [00:04:24.781]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libldap/ldap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.0778697Z [00:04:24.787]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libvnc/vnc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.0837809Z [00:04:24.793]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libikev2/ikev2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.0897883Z [00:04:24.799]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libfs/fs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.0959850Z [00:04:24.805]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libssh/ssh.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.1022406Z [00:04:24.811]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libkerberos/kerberos.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.1083067Z [00:04:24.818]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libsmb/smb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.1144479Z [00:04:24.824]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/librdp/rdp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.1205534Z [00:04:24.830]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/librsync/rsync.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.1266121Z [00:04:24.836]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libsmtp/smtp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.1325833Z [00:04:24.842]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/liboracle/oracle.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.1385865Z [00:04:24.848]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libgoconsole/goconsole.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.1449876Z [00:04:24.854]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libpop3/pop3.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.1508743Z [00:04:24.860]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libmssql/mssql.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.1566152Z [00:04:24.866]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libpostgres/postgres.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.1625182Z [00:04:24.872]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libredis/redis.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.1683201Z [00:04:24.878]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/generated/go/libstructs/structs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.1742170Z [00:04:24.883]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/compiler/compiler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.1801577Z [00:04:24.889]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/compiler/non-pool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.1862462Z [00:04:24.895]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/compiler/init.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.1926037Z [00:04:24.902]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/compiler/pool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.1990479Z [00:04:24.908]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/compiler/compiler_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.2056933Z [00:04:24.915]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/global/scripts_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.2119713Z [00:04:24.921]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/global/scripts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.2183105Z [00:04:24.928]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/global/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.2246055Z [00:04:24.934]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/global/js/dump.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.2309900Z [00:04:24.940]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/global/js/active_directory.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.2372636Z [00:04:24.946]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/global/exports.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.2450642Z [00:04:24.954]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/js/THANKS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.2515876Z [00:04:24.961]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/utils/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.2576276Z [00:04:24.967]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.2635157Z [00:04:24.973]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.2695590Z [00:04:24.979]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/exec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.2756295Z [00:04:24.985]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/multiproto/multi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.2816811Z [00:04:24.991]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/multiproto/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.2876585Z [00:04:24.997]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/multiproto/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.2936579Z [00:04:25.003]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/multiproto/multi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.2997335Z [00:04:25.009]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/multiproto/testcases/multiprotodynamic.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.3056457Z [00:04:25.015]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/multiproto/testcases/multiprotowithprefix.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.3115415Z [00:04:25.021]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/interface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.3176091Z [00:04:25.027]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/builtin/dedupe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.3232440Z [00:04:25.033]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.3290834Z [00:04:25.038]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.3347548Z [00:04:25.044]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/testcases/condition-flow.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.3404893Z [00:04:25.050]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/testcases/nuclei-flow-dns-prefix.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.3465820Z [00:04:25.056]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/testcases/condition-flow-no-operators.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.3525243Z [00:04:25.062]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/testcases/nuclei-flow-dns.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.3585124Z [00:04:25.068]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/testcases/nuclei-flow-dns-id.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.3643587Z [00:04:25.074]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/testcases/condition-flow-extractors.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.3703367Z [00:04:25.080]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/flow_executor_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.3761467Z [00:04:25.085]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/vm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.3821480Z [00:04:25.091]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.3878254Z [00:04:25.097]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/flow_internal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.3937192Z [00:04:25.103]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/flow/flow_executor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.3996763Z [00:04:25.109]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/tmplexec/generic/exec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.4056151Z [00:04:25.115]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/projectfile/project.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.4112355Z [00:04:25.120]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/projectfile/httputil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.4172465Z [00:04:25.126]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/analyzers/time/time_delay.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.4230868Z [00:04:25.132]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/analyzers/time/analyzer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.4289557Z [00:04:25.138]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/analyzers/time/time_delay_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.4345727Z [00:04:25.144]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/analyzers/analyzers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.4403710Z [00:04:25.150]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/dataformat/kv.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.4464063Z [00:04:25.156]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/dataformat/form.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.4522035Z [00:04:25.161]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/dataformat/dataformat_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.4579926Z [00:04:25.167]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/dataformat/raw.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.4638558Z [00:04:25.173]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/dataformat/multipart.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.4695456Z [00:04:25.179]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/dataformat/xml.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.4755612Z [00:04:25.185]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/dataformat/json.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.4814985Z [00:04:25.191]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/dataformat/dataformat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.4872339Z [00:04:25.197]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/parts_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.4928251Z [00:04:25.202]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.4984204Z [00:04:25.208]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/frequency/tracker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.5040477Z [00:04:25.213]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/execute.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.5095528Z [00:04:25.219]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/parts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.5152542Z [00:04:25.224]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/stats/db_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.5210668Z [00:04:25.230]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/stats/stats.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.5268648Z [00:04:25.236]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/stats/simple.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.5328375Z [00:04:25.242]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/stats/db.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.5389167Z [00:04:25.248]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/fuzz_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.5449734Z [00:04:25.254]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/query_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.5509140Z [00:04:25.260]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/body_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.5569330Z [00:04:25.266]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/value.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.5629009Z [00:04:25.272]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/headers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.5687659Z [00:04:25.278]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/path_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.5747232Z [00:04:25.284]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/cookie.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.5813838Z [00:04:25.291]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/cookie_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.5870748Z [00:04:25.296]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/headers_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.5927765Z [00:04:25.302]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/path.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.5985554Z [00:04:25.308]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/body.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.6043616Z [00:04:25.314]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/value_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.6101426Z [00:04:25.319]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/component.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.6161468Z [00:04:25.325]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/component/query.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.6220655Z [00:04:25.331]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/fuzz.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.6278465Z [00:04:25.337]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/fuzz/type.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.6336555Z [00:04:25.343]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/keys/key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.6392971Z [00:04:25.349]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/keys/nuclei.crt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.6451052Z [00:04:25.354]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/common/dsl/dsl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.6507978Z [00:04:25.360]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/common/dsl/dsl_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.6565594Z [00:04:25.366]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/extractors/extract.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.6621280Z [00:04:25.371]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/extractors/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.6674571Z [00:04:25.377]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/extractors/extractors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.6730512Z [00:04:25.382]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/extractors/compile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.6786935Z [00:04:25.388]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/extractors/extract_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.6843411Z [00:04:25.394]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/extractors/extractor_types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.6901613Z [00:04:25.399]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/extractors/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.6957919Z [00:04:25.405]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/operators_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.7018446Z [00:04:25.411]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/matchers/validate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.7079694Z [00:04:25.417]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/matchers/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.7137622Z [00:04:25.423]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/matchers/validate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.7197036Z [00:04:25.429]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/matchers/match_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.7256585Z [00:04:25.435]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/matchers/compile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.7319964Z [00:04:25.441]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/matchers/match.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.7382367Z [00:04:25.447]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/matchers/matchers_types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.7444279Z [00:04:25.454]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/matchers/matchers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.7506851Z [00:04:25.460]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/operators/operators.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.7568706Z [00:04:25.466]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/core/workflow_execute.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.7627829Z [00:04:25.472]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/core/engine.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.7684952Z [00:04:25.478]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/core/executors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.7740831Z [00:04:25.483]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/core/execute_options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.7796472Z [00:04:25.489]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/core/workflow_execute_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.7852213Z [00:04:25.494]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/core/engine_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.7910513Z [00:04:25.500]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/core/workpool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.7966949Z [00:04:25.506]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/types/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.8023432Z [00:04:25.512]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/stats.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.8080562Z [00:04:25.517]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/extensions/extensions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.8135198Z [00:04:25.523]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/templates_doc_examples.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.8190997Z [00:04:25.528]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/parser_validate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.8247184Z [00:04:25.534]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/tag_filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.8301504Z [00:04:25.539]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/log.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.8356820Z [00:04:25.545]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/cluster_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.8412044Z [00:04:25.550]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/parser_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.8468773Z [00:04:25.556]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/parser_error.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.8526227Z [00:04:25.562]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.8582839Z [00:04:25.568]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/parser_stats.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.8638319Z [00:04:25.573]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/templates.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.8694671Z [00:04:25.579]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/tag_filter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.8750233Z [00:04:25.584]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/validator_singleton.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.8805691Z [00:04:25.590]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/compile_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.8860920Z [00:04:25.595]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/preprocessors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.8917597Z [00:04:25.601]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/cache.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.8974266Z [00:04:25.607]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/compile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.9034402Z [00:04:25.613]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/parser_config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.9093876Z [00:04:25.619]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/parser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.9152143Z [00:04:25.624]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/cache_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.9206877Z [00:04:25.630]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/log_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.9263831Z [00:04:25.636]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/cluster.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.9321972Z [00:04:25.641]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/templates_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.9382303Z [00:04:25.648]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/templates_doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.9441766Z [00:04:25.653]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/signer/handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.9499475Z [00:04:25.659]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/signer/handler_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.9559850Z [00:04:25.665]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/signer/.nuclei-config/nuclei/.templates-config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.9619034Z [00:04:25.671]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/signer/tmpl_signer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.9681129Z [00:04:25.677]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/signer/tmpl_signer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.9740307Z [00:04:25.683]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/signer/default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.9799413Z [00:04:25.689]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/template_sign.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.9859009Z [00:04:25.695]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/tests/workflow.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.9916977Z [00:04:25.701]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/tests/json-template.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:42.9977876Z [00:04:25.707]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/tests/no-req.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.0038034Z [00:04:25.713]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/tests/multiproto.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.0098852Z [00:04:25.719]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/tests/no-author.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.0159219Z [00:04:25.725]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/tests/workflow-invalid.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.0219200Z [00:04:25.731]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/tests/multiproto.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.0279000Z [00:04:25.737]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/tests/match-1.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.0337582Z [00:04:25.743]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/templates/workflows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.0394712Z [00:04:25.749]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/output_stats.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.0451255Z [00:04:25.754]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/multi_writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.0508227Z [00:04:25.760]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.0565880Z [00:04:25.766]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/output_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.0624161Z [00:04:25.772]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/format_screen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.0684703Z [00:04:25.778]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/stats/stats.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.0744176Z [00:04:25.784]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/stats/waf/waf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.0802365Z [00:04:25.789]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/stats/waf/waf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.0863613Z [00:04:25.796]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/stats/waf/regexes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.0924385Z [00:04:25.802]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/stats/stats_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.0985288Z [00:04:25.808]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/file_output_writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.1044487Z [00:04:25.814]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/format_json.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.1103556Z [00:04:25.820]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/output.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.1161375Z [00:04:25.825]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/output/standard_writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.1221065Z [00:04:25.831]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/dedupe/dedupe_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.1278029Z [00:04:25.837]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/dedupe/dedupe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.1334032Z [00:04:25.843]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/format/format_utils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.1390442Z [00:04:25.848]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/format/format.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.1446638Z [00:04:25.854]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/format/format_utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.1503786Z [00:04:25.860]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.1558490Z [00:04:25.865]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.1615654Z [00:04:25.871]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/github/github.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.1672639Z [00:04:25.877]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/jira/jira_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.1729471Z [00:04:25.882]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/jira/jira.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.1784889Z [00:04:25.888]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/gitlab/gitlab.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.1841387Z [00:04:25.893]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/linear/linear.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.1897707Z [00:04:25.899]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/linear/jsonutil/jsonutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.1954699Z [00:04:25.905]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/gitea/gitea.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.2011228Z [00:04:25.910]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/trackers/filters/filters.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.2067253Z [00:04:25.916]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/reporting.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.2124012Z [00:04:25.922]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/jsonexporter/jsonexporter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.2180345Z [00:04:25.927]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/sarif/sarif.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.2235310Z [00:04:25.933]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/markdown/util/markdown_utils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.2289274Z [00:04:25.938]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/markdown/util/markdown_formatter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.2344744Z [00:04:25.944]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/markdown/util/markdown_utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.2398312Z [00:04:25.949]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/markdown/markdown.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.2454672Z [00:04:25.955]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/jsonl/jsonl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.2509973Z [00:04:25.960]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/mongo/mongo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.2563559Z [00:04:25.966]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/splunk/splunkhec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.2620296Z [00:04:25.971]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/reporting/exporters/es/elasticsearch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.2675788Z [00:04:25.977]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/installer/template.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.2730974Z [00:04:25.982]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/installer/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.2785362Z [00:04:25.988]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/installer/template_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.2839096Z [00:04:25.993]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/installer/versioncheck.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.2895296Z [00:04:25.999]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/installer/zipslip_unix_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.2950675Z [00:04:26.004]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/installer/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.3008236Z [00:04:26.010]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/installer/versioncheck_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.3065889Z [00:04:26.016]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/testutils/fuzzplayground/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.3123710Z [00:04:26.022]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/testutils/fuzzplayground/db.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.3180417Z [00:04:26.027]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/testutils/testheadless/headless_local.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.3234909Z [00:04:26.033]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/testutils/testheadless/headless_runtime.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.3293179Z [00:04:26.039]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/testutils/integration.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.3350274Z [00:04:26.044]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/testutils/testutils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.3408891Z [00:04:26.050]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/network/network.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.3466113Z [00:04:26.056]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/network/network_input_types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.3522792Z [00:04:26.061]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/network/network_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.3579296Z [00:04:26.067]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/network/networkclientpool/clientpool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.3635679Z [00:04:26.073]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/network/operators_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.3691642Z [00:04:26.078]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/network/request.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.3747076Z [00:04:26.084]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/network/request_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.3803108Z [00:04:26.090]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/network/operators.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.3860592Z [00:04:26.095]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/utils/variables_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.3915712Z [00:04:26.101]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/utils/fields.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.3971770Z [00:04:26.106]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/utils/utils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.4023468Z [00:04:26.112]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/utils/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.4078661Z [00:04:26.117]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/utils/http/requtils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.4136929Z [00:04:26.123]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/utils/http/requtils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.4196704Z [00:04:26.129]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/utils/variables.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.4258608Z [00:04:26.135]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/marker/marker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.4316527Z [00:04:26.141]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/utils/excludematchers/excludematchers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.4373196Z [00:04:26.147]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/utils/excludematchers/excludematchers_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.4431114Z [00:04:26.152]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/utils/vardump/dump.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.4486303Z [00:04:26.158]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/utils/vardump/vars.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.4543646Z [00:04:26.164]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/utils/vardump/dump_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.4602074Z [00:04:26.169]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolstate/headless.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.4659152Z [00:04:26.175]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolstate/memoizer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.4717744Z [00:04:26.181]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolstate/js.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.4775675Z [00:04:26.187]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolstate/dialers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.4834918Z [00:04:26.193]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolstate/state.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.4892982Z [00:04:26.199]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolstate/memguardian.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.4947566Z [00:04:26.204]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolstate/context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.5001994Z [00:04:26.209]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolstate/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.5058591Z [00:04:26.215]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/validate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.5114273Z [00:04:26.221]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/env.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.5171615Z [00:04:26.226]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.5228625Z [00:04:26.232]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/load.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.5283622Z [00:04:26.238]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/load_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.5338449Z [00:04:26.243]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/attack_types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.5394308Z [00:04:26.249]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/maps.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.5451890Z [00:04:26.254]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/generators.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.5509690Z [00:04:26.260]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/maps_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.5569243Z [00:04:26.266]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/generators_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.5626107Z [00:04:26.272]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/generators/slice.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.5684601Z [00:04:26.278]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/interactsh/interactsh.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.5740408Z [00:04:26.283]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/interactsh/options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.5800249Z [00:04:26.289]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/interactsh/const.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.5875356Z [00:04:26.297]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/replacer/replacer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.5934979Z [00:04:26.303]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/replacer/replacer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.5995661Z [00:04:26.309]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/contextargs/contextargs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.6057621Z [00:04:26.315]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/contextargs/metainput.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.6119482Z [00:04:26.321]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/contextargs/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.6178288Z [00:04:26.327]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/contextargs/variables.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.6238086Z [00:04:26.333]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/hosterrorscache/hosterrorscache.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.6298512Z [00:04:26.339]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/hosterrorscache/hosterrorscache_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.6358549Z [00:04:26.345]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/variables/variables_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.6419638Z [00:04:26.351]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/variables/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.6480770Z [00:04:26.357]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/variables/variables.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.6546490Z [00:04:26.364]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/protocolinit/init.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.6607106Z [00:04:26.370]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/writer/writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.6664411Z [00:04:26.376]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/responsehighlighter/response_highlighter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.6722334Z [00:04:26.381]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/responsehighlighter/response_highlighter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.6779273Z [00:04:26.387]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/responsehighlighter/hexdump.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.6836555Z [00:04:26.393]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/eventcreator/eventcreator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.6895909Z [00:04:26.399]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/deserialization/java.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.6957634Z [00:04:26.405]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/deserialization/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.7018307Z [00:04:26.411]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/deserialization/testdata/Deserialize.java' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.7076816Z [00:04:26.417]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/deserialization/testdata/ValueObject.java' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.7135852Z [00:04:26.423]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/deserialization/testdata/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.7194440Z [00:04:26.429]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/helpers/deserialization/deserialization.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.7253394Z [00:04:26.435]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/expressions/variables_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.7312761Z [00:04:26.441]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/expressions/expressions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.7369943Z [00:04:26.446]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/expressions/expressions_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.7428234Z [00:04:26.452]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/expressions/variables.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.7488525Z [00:04:26.458]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/automaticscan/automaticscan.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.7545700Z [00:04:26.464]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/automaticscan/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.7605834Z [00:04:26.470]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/automaticscan/automaticscan_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.7664067Z [00:04:26.476]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/automaticscan/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.7724161Z [00:04:26.482]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/globalmatchers/globalmatchers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.7780783Z [00:04:26.487]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/randomip/randomip.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.7837823Z [00:04:26.493]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/randomip/randomip_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.7893705Z [00:04:26.499]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/common/uncover/uncover.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.7950056Z [00:04:26.504]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/headless.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.8006699Z [00:04:26.510]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/operators_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.8062913Z [00:04:26.516]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/request.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.8119823Z [00:04:26.521]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/operators.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.8178056Z [00:04:26.527]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/http_client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.8232943Z [00:04:26.533]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/engine.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.8286030Z [00:04:26.538]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/page_actions_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.8339452Z [00:04:26.543]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/action_types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.8393480Z [00:04:26.549]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/hijack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.8446853Z [00:04:26.554]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/action.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.8502169Z [00:04:26.559]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/instance.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.8557589Z [00:04:26.565]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/page_actions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.8612083Z [00:04:26.570]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/rules.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.8668254Z [00:04:26.576]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/page.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.8721906Z [00:04:26.581]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/headless/engine/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.8777806Z [00:04:26.587]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/protocols.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.8832940Z [00:04:26.593]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/whois/whois.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.8886836Z [00:04:26.598]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/whois/rdapclientpool/clientpool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.8941296Z [00:04:26.603]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/ssl/ssl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.8997131Z [00:04:26.609]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/ssl/ssl_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.9050433Z [00:04:26.614]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/code/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.9104785Z [00:04:26.620]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/code/code_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.9159311Z [00:04:26.625]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/code/code.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.9214371Z [00:04:26.631]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/offlinehttp/find_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.9269086Z [00:04:26.636]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/offlinehttp/read_response.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.9323114Z [00:04:26.642]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/offlinehttp/operators_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.9378487Z [00:04:26.647]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/offlinehttp/offlinehttp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.9432990Z [00:04:26.653]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/offlinehttp/request.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.9488127Z [00:04:26.658]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/offlinehttp/read_response_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.9543003Z [00:04:26.664]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/offlinehttp/find.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.9602156Z [00:04:26.669]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/offlinehttp/operators.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.9661464Z [00:04:26.675]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/validate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.9719894Z [00:04:26.681]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/request_annotations_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.9777261Z [00:04:26.687]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/build_request.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.9833766Z [00:04:26.693]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/signerpool/signerpool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.9891787Z [00:04:26.698]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/httpclientpool/options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:43.9949287Z [00:04:26.704]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/httpclientpool/clientpool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.0008106Z [00:04:26.710]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/httpclientpool/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.0065082Z [00:04:26.716]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/race/syncedreadcloser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.0125406Z [00:04:26.722]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.0180361Z [00:04:26.727]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/request_annotations.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.0238574Z [00:04:26.733]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/cluster_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.0295552Z [00:04:26.739]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/raw/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.0352187Z [00:04:26.744]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/raw/raw.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.0410279Z [00:04:26.750]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/raw/raw_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.0469104Z [00:04:26.756]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/request_fuzz.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.0526216Z [00:04:26.762]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/http_method_types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.0583428Z [00:04:26.768]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/build_request_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.0638641Z [00:04:26.773]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.0692604Z [00:04:26.779]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/operators_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.0749936Z [00:04:26.784]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/request_generator_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.0804794Z [00:04:26.790]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/request_condition.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.0862126Z [00:04:26.795]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/request.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.0916560Z [00:04:26.801]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/cluster.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.0973522Z [00:04:26.807]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.1029911Z [00:04:26.812]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/httputils/spm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.1086736Z [00:04:26.818]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/httputils/misc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.1143193Z [00:04:26.824]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/request_generator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.1200028Z [00:04:26.829]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/signer/signer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.1257512Z [00:04:26.835]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/signer/aws-sign.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.1316406Z [00:04:26.841]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/request_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.1375556Z [00:04:26.847]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/signature.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.1434517Z [00:04:26.853]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/http/operators.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.1492224Z [00:04:26.858]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns/dns_types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.1550922Z [00:04:26.864]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns/dns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.1613161Z [00:04:26.870]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns/operators_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.1670592Z [00:04:26.876]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns/dns_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.1726545Z [00:04:26.882]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns/dnsclientpool/clientpool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.1781713Z [00:04:26.887]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns/request.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.1835373Z [00:04:26.893]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns/cluster.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.1890006Z [00:04:26.898]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns/request_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.1945752Z [00:04:26.904]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/dns/operators.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.2000969Z [00:04:26.909]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/javascript/testcases/ms-sql-detect.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.2056869Z [00:04:26.915]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/javascript/testcases/ssh-server-fingerprint.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.2111611Z [00:04:26.920]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/javascript/testcases/redis-pass-brute.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.2167790Z [00:04:26.926]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/javascript/js.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.2222037Z [00:04:26.931]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/javascript/js_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.2278865Z [00:04:26.937]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/websocket/websocket.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.2332151Z [00:04:26.942]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/file/find_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.2386204Z [00:04:26.948]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/file/operators_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.2441730Z [00:04:26.953]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/file/request.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.2495101Z [00:04:26.959]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/file/request_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.2551296Z [00:04:26.964]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/file/find.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.2610847Z [00:04:26.970]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/file/operators.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.2666561Z [00:04:26.976]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/protocols/file/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.2721166Z [00:04:26.981]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/external/customtemplates/github.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.2776245Z [00:04:26.987]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/external/customtemplates/templates_provider.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.2830079Z [00:04:26.992]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/external/customtemplates/s3.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.2885172Z [00:04:26.998]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/external/customtemplates/gitlab.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.2939435Z [00:04:27.003]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/external/customtemplates/github_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.2994688Z [00:04:27.009]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/pkg/external/customtemplates/azure_blob.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.3052604Z [00:04:27.014]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/colorizer/colorizer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.3108179Z [00:04:27.020]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/httpapi/apiendpoint.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.3166410Z [00:04:27.026]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/pdcp/writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.3225022Z [00:04:27.032]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/pdcp/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.3285110Z [00:04:27.038]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/banner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.3341555Z [00:04:27.043]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/healthcheck.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.3398205Z [00:04:27.049]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/proxy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.3454744Z [00:04:27.055]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/templates.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.3509719Z [00:04:27.060]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.3563744Z [00:04:27.066]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/options_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.3620705Z [00:04:27.071]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/inputs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.3676618Z [00:04:27.077]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/lazy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.3733463Z [00:04:27.083]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/runner_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.3790920Z [00:04:27.088]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/runner/runner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.3847155Z [00:04:27.094]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server/requests_worker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.3902889Z [00:04:27.100]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server/scope/scope_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.3958440Z [00:04:27.105]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server/scope/scope.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.4014638Z [00:04:27.111]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server/scope/extensions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.4071999Z [00:04:27.116]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.4129344Z [00:04:27.122]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server/nuclei_sdk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.4185793Z [00:04:27.128]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server/dedupe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.4243385Z [00:04:27.134]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/internal/server/templates/index.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.4300307Z [00:04:27.139]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.4353327Z [00:04:27.145]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/README_PT-BR.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.4407038Z [00:04:27.150]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.4462958Z [00:04:27.156]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.4517954Z [00:04:27.161]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/Dockerfile.goreleaser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.4574982Z [00:04:27.167]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/nuclei-jsonschema.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.4632248Z [00:04:27.172]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/examples/with_speed_control/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.4686631Z [00:04:27.178]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/examples/simple/simple.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.4742967Z [00:04:27.183]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/examples/advanced/advanced.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.4798517Z [00:04:27.189]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.4854005Z [00:04:27.195]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.4912301Z [00:04:27.200]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/workflows/generate-docs.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.4966805Z [00:04:27.206]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/workflows/generate-pgo.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.5024538Z [00:04:27.212]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/workflows/stale.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.5081237Z [00:04:27.217]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/workflows/tests.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.5135149Z [00:04:27.223]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/workflows/perf-regression.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.5191825Z [00:04:27.228]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/workflows/release.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.5248395Z [00:04:27.234]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/workflows/govulncheck.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.5305178Z [00:04:27.240]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/workflows/perf-test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.5361642Z [00:04:27.245]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/workflows/auto-merge.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.5415929Z [00:04:27.251]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/workflows/compat-checks.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.5472769Z [00:04:27.257]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.5528409Z [00:04:27.262]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/ISSUE_TEMPLATE/bug-report.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.5584348Z [00:04:27.268]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/ISSUE_TEMPLATE/feature-request.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.5642544Z [00:04:27.273]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/PULL_REQUEST_TEMPLATE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.5699223Z [00:04:27.279]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.5754549Z [00:04:27.285]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.github/auto_assign.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.5810065Z [00:04:27.290]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/README_KR.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.5865856Z [00:04:27.296]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/README_JP.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.5923911Z [00:04:27.302]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.run/DSLFunctionsIT.run.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.5987335Z [00:04:27.308]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.run/RegressionTests.run.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.6047148Z [00:04:27.314]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.run/IntegrationTests.run.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.6107682Z [00:04:27.320]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.run/UnitTests.run.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.6165904Z [00:04:27.326]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.6227040Z [00:04:27.332]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/SYNTAX-REFERENCE.md' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:44.6285525Z [00:04:27.338]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/gh_retry.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:44.6346783Z [00:04:27.344]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.6404535Z [00:04:27.350]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/THANKS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.6466111Z [00:04:27.356]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/README_ID.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.6525114Z [00:04:27.362]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/DEBUG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.6586781Z [00:04:27.368]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/tools/fuzzplayground/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.6648135Z [00:04:27.374]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/tools/signer/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.6709840Z [00:04:27.380]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/generate-checksum/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.6772178Z [00:04:27.386]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/tmc/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.6832174Z [00:04:27.392]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/tmc/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.6889599Z [00:04:27.398]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/flow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.6945168Z [00:04:27.404]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/network.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.7001246Z [00:04:27.409]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/ssl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.7057520Z [00:04:27.415]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/interactsh.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.7113885Z [00:04:27.421]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/whois.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.7171579Z [00:04:27.426]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/headless.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.7226283Z [00:04:27.432]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.7281599Z [00:04:27.437]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.7339454Z [00:04:27.443]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/template-dir.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.7399381Z [00:04:27.449]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/multi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.7455276Z [00:04:27.455]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/integration-test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.7509367Z [00:04:27.460]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/dns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.7564511Z [00:04:27.466]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/dsl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.7622405Z [00:04:27.471]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.7679975Z [00:04:27.477]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/websocket.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.7736756Z [00:04:27.483]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/offline-http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.7795091Z [00:04:27.489]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/code.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.7852892Z [00:04:27.495]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/javascript.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.7909000Z [00:04:27.500]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/fuzz.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.7963806Z [00:04:27.506]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/custom-dir.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.8022199Z [00:04:27.511]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/template-path.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.8079904Z [00:04:27.517]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/workflow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.8136856Z [00:04:27.523]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/matcher-status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.8193556Z [00:04:27.529]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/library.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.8249075Z [00:04:27.534]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.8305275Z [00:04:27.540]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/integration-test/profile-loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.8360899Z [00:04:27.545]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.8416986Z [00:04:27.551]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei/issue-tracker-config.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.8472430Z [00:04:27.557]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei/main_benchmark_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.8527241Z [00:04:27.562]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei/srv.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.8584797Z [00:04:27.568]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei/testdata/benchmark/multiproto/basic-template-multiproto-raw.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.8640945Z [00:04:27.573]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei/testdata/benchmark/multiproto/basic-template-multiproto.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.8697451Z [00:04:27.579]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/nuclei/testdata/benchmark/multiproto/basic-template-multiproto-mixed.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.8753837Z [00:04:27.585]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/memogen/function.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.8810678Z [00:04:27.590]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/memogen/memogen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.8869705Z [00:04:27.596]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/docgen/docgen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.8927560Z [00:04:27.602]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/scan-charts/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.8986032Z [00:04:27.608]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/functional-test/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.9042478Z [00:04:27.613]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/functional-test/run.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:44.9100852Z [00:04:27.619]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/functional-test/targets-150.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.9156163Z [00:04:27.625]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/functional-test/targets.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.9212270Z [00:04:27.630]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/functional-test/targets-250.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.9267799Z [00:04:27.636]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/functional-test/targets-1000.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.9324105Z [00:04:27.642]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/cmd/functional-test/testcases.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.9381993Z [00:04:27.647]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:44.9438649Z [00:04:27.653]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:44.9499506Z [00:04:27.659]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:44.9560361Z [00:04:27.665]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:44.9619433Z [00:04:27.671]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:44.9679888Z [00:04:27.677]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:44.9737828Z [00:04:27.683]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:44.9797763Z [00:04:27.689]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:44.9857101Z [00:04:27.695]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:44.9918235Z [00:04:27.701]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:44.9978220Z [00:04:27.707]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:45.0038254Z [00:04:27.713]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:45.0098458Z [00:04:27.719]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:45.0154850Z [00:04:27.725]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:45.0210823Z [00:04:27.730]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:45.0268161Z [00:04:27.736]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.0326112Z [00:04:27.742]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.0381388Z [00:04:27.747]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/objects/pack/pack-9d54766fa1419360ea126625e9d43106cf3c80c2.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.0436066Z [00:04:27.753]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/objects/pack/pack-9d54766fa1419360ea126625e9d43106cf3c80c2.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.0495176Z [00:04:27.759]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/objects/pack/pack-e185d57d50c776150b208c81039cb2b94998e7a8.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.0551797Z [00:04:27.764]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/objects/pack/pack-9d54766fa1419360ea126625e9d43106cf3c80c2.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.0612042Z [00:04:27.770]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/objects/pack/pack-e185d57d50c776150b208c81039cb2b94998e7a8.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.0670751Z [00:04:27.776]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/objects/pack/pack-e185d57d50c776150b208c81039cb2b94998e7a8.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.0727672Z [00:04:27.782]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/objects/pack/pack-e185d57d50c776150b208c81039cb2b94998e7a8.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.0786282Z [00:04:27.788]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/objects/pack/pack-9d54766fa1419360ea126625e9d43106cf3c80c2.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.0845042Z [00:04:27.794]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.0901961Z [00:04:27.799]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.0958914Z [00:04:27.805]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.1017854Z [00:04:27.811]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/logs/refs/heads/dev' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.1074540Z [00:04:27.817]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.1131438Z [00:04:27.822]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.1188918Z [00:04:27.828]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/refs/heads/dev' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.1245048Z [00:04:27.834]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.1305522Z [00:04:27.840]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.1367322Z [00:04:27.846]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/lib/sdk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.1426434Z [00:04:27.852]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/lib/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.1484476Z [00:04:27.858]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/lib/example_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.1541880Z [00:04:27.863]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/lib/sdk_private.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.1601463Z [00:04:27.869]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/lib/helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.1658998Z [00:04:27.875]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/lib/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.1716168Z [00:04:27.881]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/lib/sdk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.1772697Z [00:04:27.887]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/lib/multi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.1827926Z [00:04:27.892]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.qNJ0qDsafe/TEMPREPO/lib/tests/sdk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.1882072Z [00:04:27.898]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/nuclei.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.1936853Z [00:04:27.903]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.1992339Z [00:04:27.909]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/nuclei.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.2047964Z [00:04:27.914]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/nuclei' retained as 0755 (rwxr-xr-x)
2025-08-20T21:55:45.2101955Z [00:04:27.919]➜  mode of '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:55:45.2582236Z [00:04:27.967]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T21:55:45.2588889Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T21:55:56.9410561Z 
2025-08-20T21:55:56.9411373Z [+] Sanitizing /tmp/pkgforge/4ZPtjQtV2_SBUILD/BUILD.log ==> /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/nuclei.static.log
2025-08-20T21:55:59.5029439Z '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/nuclei.static.log' -> '/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/nuclei.log'
2025-08-20T21:55:59.5127247Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/nuclei/official/nuclei?tag=HEAD-b4644af-250820T052823-aarch64-linux&download=nuclei.log
2025-08-20T21:55:59.5127898Z 
2025-08-20T21:55:59.5128325Z [+] Parsing/Uploading nuclei/nuclei --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fnuclei%2Fnuclei [aarch64-Linux]
2025-08-20T21:55:59.5154787Z {
2025-08-20T21:55:59.5154974Z   "_disabled": "false",
2025-08-20T21:55:59.5155176Z   "host": "aarch64-Linux",
2025-08-20T21:55:59.5155647Z   "rank": "",
2025-08-20T21:55:59.5155813Z   "pkg": "nuclei.static",
2025-08-20T21:55:59.5156006Z   "pkg_family": "nuclei",
2025-08-20T21:55:59.5156343Z   "pkg_id": "github.com.projectdiscovery.nuclei",
2025-08-20T21:55:59.5156607Z   "pkg_name": "nuclei",
2025-08-20T21:55:59.5156798Z   "pkg_type": "static",
2025-08-20T21:55:59.5157162Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/nuclei/official/nuclei",
2025-08-20T21:55:59.5157676Z   "app_id": "",
2025-08-20T21:55:59.5157846Z   "appstream": "",
2025-08-20T21:55:59.5158009Z   "category": [
2025-08-20T21:55:59.5158168Z     "ConsoleOnly",
2025-08-20T21:55:59.5158323Z     "Utility"
2025-08-20T21:55:59.5158469Z   ],
2025-08-20T21:55:59.5158775Z   "description": "Fast and customizable vulnerability scanner based on simple YAML based DSL",
2025-08-20T21:55:59.5159149Z   "desktop": "",
2025-08-20T21:55:59.5159344Z   "homepage": [
2025-08-20T21:55:59.5159540Z     "https://github.com/projectdiscovery/nuclei"
2025-08-20T21:55:59.5159780Z   ],
2025-08-20T21:55:59.5160285Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/nuclei/official/nuclei?tag=HEAD-b4644af-250820T052823-aarch64-linux&download=nuclei.png",
2025-08-20T21:55:59.5160845Z   "license": [
2025-08-20T21:55:59.5160993Z     "MIT"
2025-08-20T21:55:59.5161302Z   ],
2025-08-20T21:55:59.5161454Z   "maintainer": [
2025-08-20T21:55:59.5161653Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:55:59.5161884Z   ],
2025-08-20T21:55:59.5162022Z   "provides": [
2025-08-20T21:55:59.5162283Z     "nuclei"
2025-08-20T21:55:59.5162426Z   ],
2025-08-20T21:55:59.5162560Z   "note": [
2025-08-20T21:55:59.5162881Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/projectdiscovery/nuclei"
2025-08-20T21:55:59.5163252Z   ],
2025-08-20T21:55:59.5163394Z   "repology": [
2025-08-20T21:55:59.5163546Z     "nuclei"
2025-08-20T21:55:59.5163686Z   ],
2025-08-20T21:55:59.5163827Z   "screenshots": [],
2025-08-20T21:55:59.5163995Z   "src_url": [
2025-08-20T21:55:59.5164188Z     "https://github.com/projectdiscovery/nuclei"
2025-08-20T21:55:59.5164428Z   ],
2025-08-20T21:55:59.5164558Z   "tag": [
2025-08-20T21:55:59.5164709Z     "bug-bounty",
2025-08-20T21:55:59.5164865Z     "recon",
2025-08-20T21:55:59.5165012Z     "security"
2025-08-20T21:55:59.5165160Z   ],
2025-08-20T21:55:59.5165320Z   "version": "HEAD-b4644af-250820T052823",
2025-08-20T21:55:59.5165551Z   "version_upstream": "3.4.7",
2025-08-20T21:55:59.5165866Z   "bsum": "f10e84623305be903b6dcf81a2afa07dd335c668a65eee316fdcfc55071356af",
2025-08-20T21:55:59.5166210Z   "build_date": "2025-08-20T21:55:46Z",
2025-08-20T21:55:59.5166537Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17108612079",
2025-08-20T21:55:59.5166862Z   "build_id": "17108612079",
2025-08-20T21:55:59.5168119Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/nuclei/official/nuclei?tag=HEAD-b4644af-250820T052823-aarch64-linux&download=nuclei.log",
2025-08-20T21:55:59.5168960Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/nuclei/static.official.source.yaml",
2025-08-20T21:55:59.5169773Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/nuclei/official/nuclei?tag=HEAD-b4644af-250820T052823-aarch64-linux&download=nuclei",
2025-08-20T21:55:59.5170594Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/nuclei/official/nuclei:HEAD-b4644af-250820T052823-aarch64-linux",
2025-08-20T21:55:59.5171105Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/nuclei/official/nuclei",
2025-08-20T21:55:59.5171750Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/nuclei/official/nuclei?tag=HEAD-b4644af-250820T052823-aarch64-linux&manifest",
2025-08-20T21:55:59.5172416Z   "shasum": "abc34a2ca36da5462008574a033bb4bf0c767e67b982ca26b0ad1a1c1bf9b5ec",
2025-08-20T21:55:59.5172743Z   "size": "98 MB",
2025-08-20T21:55:59.5172909Z   "size_raw": "102060408",
2025-08-20T21:55:59.5173090Z   "snapshots": [
2025-08-20T21:55:59.5173280Z     "HEAD-a0c3075-250122T120903-aarch64-linux",
2025-08-20T21:55:59.5173738Z     "HEAD-53748c4-250131T185355-aarch64-linux",
2025-08-20T21:55:59.5173996Z     "HEAD-82a5d35-250204T134452-aarch64-linux",
2025-08-20T21:55:59.5174327Z     "HEAD-d2d5ee9-250208T210539-aarch64-linux[3.3.8]",
2025-08-20T21:55:59.5174611Z     "HEAD-622c550-250211T030137-aarch64-linux",
2025-08-20T21:55:59.5174865Z     "HEAD-dabcce8-250214T005323-aarch64-linux",
2025-08-20T21:55:59.5175133Z     "HEAD-047d49f-250221T120404-aarch64-linux[3.3.9]",
2025-08-20T21:55:59.5175417Z     "HEAD-940885a-250224T165257-aarch64-linux[3.3.9]",
2025-08-20T21:55:59.5175724Z     "HEAD-aefe32d-250227T164236-aarch64-linux[NA-2025-02-27]",
2025-08-20T21:55:59.5176049Z     "HEAD-3a3f5e2-250303T161916-aarch64-linux[NA-2025-03-03]",
2025-08-20T21:55:59.5176373Z     "HEAD-0d6d50d-250307T230642-aarch64-linux[NA-2025-03-07]",
2025-08-20T21:55:59.5176678Z     "HEAD-a4859df-250527T154820-aarch64-linux[3.4.4]",
2025-08-20T21:55:59.5176960Z     "HEAD-6cc9c2e-250618T150541-aarch64-linux[3.4.5]",
2025-08-20T21:55:59.5177245Z     "HEAD-c242b11-250619T200759-aarch64-linux[3.4.5]",
2025-08-20T21:55:59.5177688Z     "HEAD-eccd90d-250704T215109-aarch64-linux[3.4.7]",
2025-08-20T21:55:59.5177979Z     "HEAD-f26996c-250710T011726-aarch64-linux[3.4.7]",
2025-08-20T21:55:59.5178367Z     "HEAD-1079498-250712T025047-aarch64-linux[3.4.7]",
2025-08-20T21:55:59.5178660Z     "HEAD-3e9bee7-250715T151902-aarch64-linux[3.4.7]",
2025-08-20T21:55:59.5178942Z     "HEAD-9133e0d-250719T001250-aarch64-linux[3.4.7]",
2025-08-20T21:55:59.5179225Z     "HEAD-5daf84d-250721T110248-aarch64-linux[3.4.7]",
2025-08-20T21:55:59.5179583Z     "HEAD-91adfeb-250728T194644-aarch64-linux[3.4.7]",
2025-08-20T21:55:59.5179865Z     "HEAD-b0fe565-250802T020603-aarch64-linux[3.4.7]",
2025-08-20T21:55:59.5180146Z     "HEAD-cff86b5-250802T214948-aarch64-linux[3.4.7]",
2025-08-20T21:55:59.5180427Z     "HEAD-8ef3662-250806T015803-aarch64-linux[3.4.7]",
2025-08-20T21:55:59.5180706Z     "HEAD-44eeb5a-250817T015022-aarch64-linux[3.4.7]"
2025-08-20T21:55:59.5180945Z   ]
2025-08-20T21:55:59.5181079Z }
2025-08-20T21:55:59.5181159Z 
2025-08-20T21:55:59.5181162Z 
2025-08-20T21:55:59.7778202Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/nuclei/official/nuclei:HEAD-b4644af-250820T052823-aarch64-linux": ghcr.io/pkgforge/bincache/nuclei/official/nuclei:HEAD-b4644af-250820T052823-aarch64-linux: not found
2025-08-20T21:55:59.7834645Z Uploading empty artifact
2025-08-20T21:55:59.7837267Z time=2025-08-20T21:55:59Z level=debug msg=Request #0
2025-08-20T21:55:59.7838316Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/nuclei/official/nuclei/manifests/sha256:912c9c4b10b953dc322c1b0940a8b6f70e0b526e84306340f5f0ca026cdeed25"
2025-08-20T21:55:59.7838957Z > Request method: "HEAD"
2025-08-20T21:55:59.7839185Z > Request headers:
2025-08-20T21:55:59.7840092Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T21:55:59.7841044Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:55:59.9121504Z time=2025-08-20T21:55:59Z level=debug msg=Response #0
2025-08-20T21:55:59.9121857Z < Response Status: "401 Unauthorized"
2025-08-20T21:55:59.9122099Z < Response headers:
2025-08-20T21:55:59.9122290Z    "Content-Type": "application/json"
2025-08-20T21:55:59.9123157Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/nuclei/official/nuclei:pull\""
2025-08-20T21:55:59.9123668Z    "Date": "Wed, 20 Aug 2025 21:55:59 GMT"
2025-08-20T21:55:59.9123892Z    "Content-Length": "73"
2025-08-20T21:55:59.9124137Z    "X-Github-Request-Id": "580C:18F6EE:37CAD:3CFA8:68A6446F"
2025-08-20T21:55:59.9124446Z time=2025-08-20T21:55:59Z level=debug msg=Request #1
2025-08-20T21:55:59.9124986Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fnuclei%2Fofficial%2Fnuclei%3Apull%2Cpush&service=ghcr.io"
2025-08-20T21:55:59.9125980Z > Request method: "GET"
2025-08-20T21:55:59.9126158Z > Request headers:
2025-08-20T21:55:59.9126326Z    "Authorization": "*****"
2025-08-20T21:55:59.9126639Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:56:00.0093679Z time=2025-08-20T21:56:00Z level=debug msg=Response #1
2025-08-20T21:56:00.0094032Z < Response Status: "200 OK"
2025-08-20T21:56:00.0094227Z < Response headers:
2025-08-20T21:56:00.0094411Z    "Content-Type": "application/json"
2025-08-20T21:56:00.0094678Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:56:00.0095066Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:56:00.0095414Z    "Date": "Wed, 20 Aug 2025 21:55:59 GMT"
2025-08-20T21:56:00.0095637Z    "Content-Length": "69"
2025-08-20T21:56:00.0095883Z    "X-Github-Request-Id": "580C:18F6EE:37CB7:3CFB5:68A6446F"
2025-08-20T21:56:00.0096188Z time=2025-08-20T21:56:00Z level=debug msg=Request #2
2025-08-20T21:56:00.0096863Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/nuclei/official/nuclei/manifests/sha256:912c9c4b10b953dc322c1b0940a8b6f70e0b526e84306340f5f0ca026cdeed25"
2025-08-20T21:56:00.0097702Z > Request method: "HEAD"
2025-08-20T21:56:00.0097897Z > Request headers:
2025-08-20T21:56:00.0098065Z    "Authorization": "*****"
2025-08-20T21:56:00.0098691Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:56:00.0099624Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T21:56:00.0563724Z time=2025-08-20T21:56:00Z level=debug msg=Response #2
2025-08-20T21:56:00.0564503Z < Response Status: "404 Not Found"
2025-08-20T21:56:00.0564760Z < Response headers:
2025-08-20T21:56:00.0564953Z    "Content-Type": "application/json"
2025-08-20T21:56:00.0565222Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:56:00.0565603Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:56:00.0565979Z    "Date": "Wed, 20 Aug 2025 21:56:00 GMT"
2025-08-20T21:56:00.0566208Z    "Content-Length": "70"
2025-08-20T21:56:00.0566454Z    "X-Github-Request-Id": "580C:18F6EE:37CCA:3CFCD:68A6446F"
2025-08-20T21:56:00.0566782Z time=2025-08-20T21:56:00Z level=debug msg=Request #3
2025-08-20T21:56:00.0567612Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/nuclei/official/nuclei/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:56:00.0568247Z > Request method: "HEAD"
2025-08-20T21:56:00.0568430Z > Request headers:
2025-08-20T21:56:00.0568601Z    "Authorization": "*****"
2025-08-20T21:56:00.0568801Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:56:00.1033549Z time=2025-08-20T21:56:00Z level=debug msg=Response #3
2025-08-20T21:56:00.1033871Z < Response Status: "200 OK"
2025-08-20T21:56:00.1034065Z < Response headers:
2025-08-20T21:56:00.1034247Z    "Date": "Wed, 20 Aug 2025 21:56:00 GMT"
2025-08-20T21:56:00.1034551Z    "X-Github-Request-Id": "580C:18F6EE:37CD4:3CFD6:68A64470"
2025-08-20T21:56:00.1034825Z    "Content-Length": "0"
2025-08-20T21:56:00.1035022Z    "Content-Type": ""
2025-08-20T21:56:00.1035404Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:56:00.1035852Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:56:00.1036241Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T21:56:00.1036716Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:56:00.1037101Z time=2025-08-20T21:56:00Z level=debug msg=Request #4
2025-08-20T21:56:00.1037835Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/nuclei/official/nuclei/manifests/HEAD-b4644af-250820T052823-aarch64-linux"
2025-08-20T21:56:00.1038361Z > Request method: "PUT"
2025-08-20T21:56:00.1038541Z > Request headers:
2025-08-20T21:56:00.1038781Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T21:56:00.1039584Z    "Authorization": "*****"
2025-08-20T21:56:00.1039779Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:56:00.3976007Z time=2025-08-20T21:56:00Z level=debug msg=Response #4
2025-08-20T21:56:00.3976355Z < Response Status: "201 Created"
2025-08-20T21:56:00.3976607Z < Response headers:
2025-08-20T21:56:00.3977140Z    "Location": "/v2/pkgforge/bincache/nuclei/official/nuclei/manifests/sha256:912c9c4b10b953dc322c1b0940a8b6f70e0b526e84306340f5f0ca026cdeed25"
2025-08-20T21:56:00.3978078Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:56:00.3978426Z    "Date": "Wed, 20 Aug 2025 21:56:00 GMT"
2025-08-20T21:56:00.3978649Z    "Content-Length": "0"
2025-08-20T21:56:00.3978887Z    "X-Github-Request-Id": "580C:18F6EE:37CDC:3CFE1:68A64470"
2025-08-20T21:56:00.3979173Z    "Content-Type": "application/json"
2025-08-20T21:56:00.3979576Z    "Docker-Content-Digest": "sha256:912c9c4b10b953dc322c1b0940a8b6f70e0b526e84306340f5f0ca026cdeed25"
2025-08-20T21:56:00.3980034Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:56:00.3980519Z Pushed [registry] ghcr.io/pkgforge/bincache/nuclei/official/nuclei:HEAD-b4644af-250820T052823-aarch64-linux
2025-08-20T21:56:00.3981181Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:56:00.3981557Z Digest: sha256:912c9c4b10b953dc322c1b0940a8b6f70e0b526e84306340f5f0ca026cdeed25
2025-08-20T21:56:02.8082443Z Uploading 8200b5bbfb88 nuclei.sig
2025-08-20T21:56:02.8239813Z Uploading abc34a2ca36d nuclei
2025-08-20T21:56:02.8242762Z Uploading e229fc29a36c CHECKSUM
2025-08-20T21:56:02.8834766Z Uploading 3da4f85762fc CHECKSUM.sig
2025-08-20T21:56:02.9235059Z Exists    b151404d3ad8 LICENSE
2025-08-20T21:56:02.9886123Z Uploading a5e5201752d7 LICENSE.sig
2025-08-20T21:56:03.8424054Z Uploaded  e229fc29a36c CHECKSUM
2025-08-20T21:56:03.9058700Z Uploaded  8200b5bbfb88 nuclei.sig
2025-08-20T21:56:03.9352593Z Exists    5fc3327f727e SBUILD
2025-08-20T21:56:04.0098042Z Exists    11cf0313013e nuclei.png
2025-08-20T21:56:04.0098395Z Uploading c8671506ac4a SBUILD.sig
2025-08-20T21:56:04.0816634Z Uploaded  3da4f85762fc CHECKSUM.sig
2025-08-20T21:56:04.1588495Z Uploading 28b6ce2016e0 nuclei.json.sig
2025-08-20T21:56:04.1589013Z Uploading 0e0022b5183b nuclei.json
2025-08-20T21:56:04.2847516Z Uploaded  a5e5201752d7 LICENSE.sig
2025-08-20T21:56:04.3459005Z Uploading 7af3e7cc4f6b nuclei.log
2025-08-20T21:56:05.0686728Z Uploaded  c8671506ac4a SBUILD.sig
2025-08-20T21:56:05.1425080Z Uploading e255cc02c596 nuclei.log.sig
2025-08-20T21:56:05.1558619Z Uploaded  abc34a2ca36d nuclei
2025-08-20T21:56:05.1630743Z Uploaded  0e0022b5183b nuclei.json
2025-08-20T21:56:05.2120763Z Uploading 2bd9438004da nuclei.version
2025-08-20T21:56:05.2192035Z Uploading 128f481ac520 nuclei.version.sig
2025-08-20T21:56:05.2685993Z Uploaded  28b6ce2016e0 nuclei.json.sig
2025-08-20T21:56:05.5800250Z Uploaded  7af3e7cc4f6b nuclei.log
2025-08-20T21:56:06.1132077Z Uploaded  e255cc02c596 nuclei.log.sig
2025-08-20T21:56:06.3048428Z Uploaded  128f481ac520 nuclei.version.sig
2025-08-20T21:56:06.4254825Z Uploaded  2bd9438004da nuclei.version
2025-08-20T21:56:06.4255128Z Uploading 93539ee48e16 nuclei
2025-08-20T21:56:06.7561598Z Uploaded  93539ee48e16 nuclei
2025-08-20T21:56:06.7562139Z Pushed [registry] ghcr.io/pkgforge/bincache/nuclei/official/nuclei:HEAD-b4644af-250820T052823-aarch64-linux
2025-08-20T21:56:06.7562630Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:56:06.7563009Z Digest: sha256:93539ee48e162a7d49bfcc2d9e7e690d450905ec53987eaed438492e324fcee1
2025-08-20T21:56:12.1619518Z 
2025-08-20T21:56:12.1620001Z [+] Registry --> https://ghcr.io/pkgforge/bincache/nuclei/official/nuclei
2025-08-20T21:56:12.1620671Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/nuclei/official/nuclei?tag=HEAD-b4644af-250820T052823-aarch64-linux&manifest 
2025-08-20T21:56:12.1621121Z 
2025-08-20T21:56:14.1563835Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T21:56:15.2079433Z ./BUILD_ARTIFACTS.tar : 36.91%   (   236 MiB =>   87.2 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T21:56:15.2458593Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T21:56:15.2496633Z 
2025-08-20T21:56:15.2498096Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml :: 00(Hr):04(Min):58(Sec)
2025-08-20T21:56:15.2499483Z 
2025-08-20T21:56:15.2510768Z 
2025-08-20T21:56:15.2511107Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (09:56:15 PM) UTC
2025-08-20T21:56:15.2511378Z 
2025-08-20T21:56:16.3095901Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T21:56:16.3142825Z ##[group]Run ##Presets
2025-08-20T21:56:16.3143209Z [36;1m##Presets[0m
2025-08-20T21:56:16.3143384Z [36;1mset +x ; set +e[0m
2025-08-20T21:56:16.3143567Z [36;1m#-------------#[0m
2025-08-20T21:56:16.3143745Z [36;1m##Debug?[0m
2025-08-20T21:56:16.3143958Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:56:16.3144224Z [36;1m  set -x[0m
2025-08-20T21:56:16.3144401Z [36;1mfi[0m
2025-08-20T21:56:16.3144553Z [36;1m#-------------#[0m
2025-08-20T21:56:16.3144729Z [36;1m##Set ENV[0m
2025-08-20T21:56:16.3144940Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T21:56:16.3145406Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-b4644af-250820T052823-aarch64-linux"[0m
2025-08-20T21:56:16.3145923Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-b4644af-250820T052823-aarch64-linux"[0m
2025-08-20T21:56:16.3146664Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/nuclei/official/nuclei-srcbuild-17108612079"[0m
2025-08-20T21:56:16.3147131Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T21:56:16.3147671Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:16.3148101Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:16.3148417Z [36;1m fi[0m
2025-08-20T21:56:16.3148576Z [36;1m##Push[0m
2025-08-20T21:56:16.3148775Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T21:56:16.3149029Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T21:56:16.3149373Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T21:56:16.3149824Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:56:16.3150241Z [36;1m     ls -sh "/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T21:56:16.3150562Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T21:56:16.3150755Z [36;1m       {[0m
2025-08-20T21:56:16.3150922Z [36;1m        for i in {1..10}; do[0m
2025-08-20T21:56:16.3151234Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T21:56:16.3151652Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T21:56:16.3152062Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T21:56:16.3152586Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-b4644af-250820T052823-aarch64-linux")[0m
2025-08-20T21:56:16.3153273Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17108612079")[0m
2025-08-20T21:56:16.3153838Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17108612079")[0m
2025-08-20T21:56:16.3154506Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/nuclei/official/nuclei:HEAD-b4644af-250820T052823-aarch64-linux")[0m
2025-08-20T21:56:16.3155197Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T21:55:46Z")[0m
2025-08-20T21:56:16.3155674Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-b4644af-250820T052823")[0m
2025-08-20T21:56:16.3156173Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T21:55:46Z")[0m
2025-08-20T21:56:16.3157046Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/nuclei/official/nuclei")[0m
2025-08-20T21:56:16.3157811Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T21:56:16.3158313Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-b4644af-250820T052823")[0m
2025-08-20T21:56:16.3159069Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-b4644af-250820T052823")[0m
2025-08-20T21:56:16.3159791Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/nuclei/official/nuclei")[0m
2025-08-20T21:56:16.3160462Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-nuclei")[0m
2025-08-20T21:56:16.3161037Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/projectdiscovery/nuclei")[0m
2025-08-20T21:56:16.3161576Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T21:56:16.3162070Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-b4644af-250820T052823")[0m
2025-08-20T21:56:16.3162530Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T21:56:16.3163007Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T21:56:16.3163507Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T21:56:16.3163733Z [36;1m         #Check[0m
2025-08-20T21:56:16.3164290Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-20T21:55:46Z" ]]; then[0m
2025-08-20T21:56:16.3164981Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T21:56:16.3165310Z [36;1m            break[0m
2025-08-20T21:56:16.3165491Z [36;1m          else[0m
2025-08-20T21:56:16.3165866Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T21:56:16.3166273Z [36;1m          fi[0m
2025-08-20T21:56:16.3166470Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T21:56:16.3166703Z [36;1m        done[0m
2025-08-20T21:56:16.3166867Z [36;1m       }[0m
2025-08-20T21:56:16.3167048Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T21:56:16.3167274Z [36;1m       ghcr_push_cmd[0m
2025-08-20T21:56:16.3168056Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T21:55:46Z" ]]; then[0m
2025-08-20T21:56:16.3168791Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:56:16.3169174Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T21:56:16.3169410Z [36;1m          ghcr_push_cmd[0m
2025-08-20T21:56:16.3169975Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T21:55:46Z" ]]; then[0m
2025-08-20T21:56:16.3170677Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T21:56:16.3171172Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:56:16.3171579Z [36;1m             return 1 || exit 1[0m
2025-08-20T21:56:16.3171789Z [36;1m           fi[0m
2025-08-20T21:56:16.3171958Z [36;1m       fi[0m
2025-08-20T21:56:16.3172116Z [36;1m   fi[0m
2025-08-20T21:56:16.3172270Z [36;1m fi[0m
2025-08-20T21:56:16.3172613Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:56:16.3443422Z shell: /usr/bin/bash -e {0}
2025-08-20T21:56:16.3443644Z env:
2025-08-20T21:56:16.3443797Z   CROSS_COMPILING: NO
2025-08-20T21:56:16.3443986Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:56:16.3444194Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:56:16.3444388Z   ON_QEMU: NO
2025-08-20T21:56:16.3444538Z   DEBUG: 0
2025-08-20T21:56:16.3444693Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:56:16.3444901Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:56:16.3445174Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nuclei/official
2025-08-20T21:56:16.3445681Z   KEEP_LOGS: YES
2025-08-20T21:56:16.3445916Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:56:16.3446110Z   PKG_FAMILY_LOCAL: nuclei
2025-08-20T21:56:16.3446298Z   SBUILD_REBUILD: false
2025-08-20T21:56:16.3446799Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T21:56:16.3447325Z   BUILD_SYS: docker://go
2025-08-20T21:56:16.3447797Z   BUILD_ON_HOST: FALSE
2025-08-20T21:56:16.3447978Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:56:16.3448153Z   SYSTMP: /tmp
2025-08-20T21:56:16.3448310Z   GHA_MODE: MATRIX
2025-08-20T21:56:16.3448703Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:56:16.3449182Z   INPUT_SBUILD: /tmp/pkgforge/QPTY9zkuk_build.yaml
2025-08-20T21:56:16.3449478Z   BUILD_DIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml
2025-08-20T21:56:16.3450004Z   SBUILD_OUTDIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR
2025-08-20T21:56:16.3450454Z   SBUILD_TMPDIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:56:16.3450801Z   PKG_TYPE: static
2025-08-20T21:56:16.3450972Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:56:16.3451177Z   SBUILD_PKGVER: HEAD-b4644af-250820T052823
2025-08-20T21:56:16.3451527Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108612079
2025-08-20T21:56:16.3451866Z   BUILD_ID: 17108612079
2025-08-20T21:56:16.3452037Z   PKG_NAME: nuclei
2025-08-20T21:56:16.3452208Z   PKG_DATE: 2025-08-20T21:55:46Z
2025-08-20T21:56:16.3452422Z   PKG_VERSION: HEAD-b4644af-250820T052823
2025-08-20T21:56:16.3452654Z   PKG_VERSION_UPSTREAM: 3.4.7
2025-08-20T21:56:16.3452923Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/nuclei/official/nuclei
2025-08-20T21:56:16.3453253Z   GHCRPKG_TAG: HEAD-b4644af-250820T052823-aarch64-linux
2025-08-20T21:56:16.3453660Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/nuclei/official/nuclei
2025-08-20T21:56:16.3454100Z   PKG_SRCURL: https://github.com/projectdiscovery/nuclei
2025-08-20T21:56:16.3454371Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:56:16.3454785Z   GHCR_TOKEN: ***
2025-08-20T21:56:16.3455553Z   GITHUB_TOKEN: ***
2025-08-20T21:56:16.3455809Z   GITLAB_TOKEN: ***
2025-08-20T21:56:16.3457006Z   MINISIGN_KEY: ***
2025-08-20T21:56:16.3457184Z ##[endgroup]
2025-08-20T21:56:16.3529900Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T21:56:16.3537710Z 88M	./BUILD_ARTIFACTS.zstd
2025-08-20T21:56:16.3548562Z total 106M
2025-08-20T21:56:16.3548728Z 4.0K CHECKSUM
2025-08-20T21:56:16.3548886Z 4.0K CHECKSUM.sig
2025-08-20T21:56:16.3549045Z  12K LICENSE
2025-08-20T21:56:16.3549194Z 4.0K LICENSE.sig
2025-08-20T21:56:16.3549350Z 8.0K SBUILD
2025-08-20T21:56:16.3549495Z 4.0K SBUILD.sig
2025-08-20T21:56:16.3549651Z 4.0K SBUILD_TEMP
2025-08-20T21:56:16.3549809Z  98M nuclei
2025-08-20T21:56:16.3549955Z 4.0K nuclei.json
2025-08-20T21:56:16.3550130Z 4.0K nuclei.json.sig
2025-08-20T21:56:16.3550309Z 4.1M nuclei.log
2025-08-20T21:56:16.3550476Z 4.0K nuclei.log.sig
2025-08-20T21:56:16.3550642Z  40K nuclei.png
2025-08-20T21:56:16.3550800Z 4.0K nuclei.sig
2025-08-20T21:56:16.3550961Z 4.1M nuclei.static.log
2025-08-20T21:56:16.3551146Z 4.0K nuclei.static.version
2025-08-20T21:56:16.3551351Z 4.0K nuclei.static.version.sig
2025-08-20T21:56:16.3551550Z 4.0K nuclei.version
2025-08-20T21:56:16.3551721Z 4.0K nuclei.version.sig
2025-08-20T21:56:16.7389906Z Uploading 0f40d1ff2523 BUILD_ARTIFACTS.zstd
2025-08-20T21:56:18.8945470Z Uploaded  0f40d1ff2523 BUILD_ARTIFACTS.zstd
2025-08-20T21:56:18.8945792Z Uploading 284509699e6b SRCBUILD-nuclei
2025-08-20T21:56:19.1932076Z Uploaded  284509699e6b SRCBUILD-nuclei
2025-08-20T21:56:19.1932699Z Pushed [registry] ghcr.io/pkgforge/bincache/nuclei/official/nuclei-srcbuild-17108612079:HEAD-b4644af-250820T052823-aarch64-linux
2025-08-20T21:56:19.1933258Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:56:19.1933656Z Digest: sha256:284509699e6b618d15f9f027ec2a5a5aabdfd9b7db738015c7f04968b9c49e5c
2025-08-20T21:56:24.4953926Z 
2025-08-20T21:56:24.4954666Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/nuclei/official/nuclei-srcbuild-17108612079
2025-08-20T21:56:24.4955080Z 
2025-08-20T21:56:24.7668490Z ##[group]Run ##Presets
2025-08-20T21:56:24.7668756Z [36;1m##Presets[0m
2025-08-20T21:56:24.7668938Z [36;1mset +x ; set +e[0m
2025-08-20T21:56:24.7669125Z [36;1m#-------------#[0m
2025-08-20T21:56:24.7669315Z [36;1m##Debug?[0m
2025-08-20T21:56:24.7669526Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:56:24.7669788Z [36;1m  set -x[0m
2025-08-20T21:56:24.7669943Z [36;1mfi[0m
2025-08-20T21:56:24.7670096Z [36;1m#-------------#[0m
2025-08-20T21:56:24.7670325Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T21:56:24.7670627Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:24.7701568Z shell: /usr/bin/bash -e {0}
2025-08-20T21:56:24.7701929Z env:
2025-08-20T21:56:24.7702087Z   CROSS_COMPILING: NO
2025-08-20T21:56:24.7702277Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:56:24.7702481Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:56:24.7702674Z   ON_QEMU: NO
2025-08-20T21:56:24.7702877Z   DEBUG: 0
2025-08-20T21:56:24.7703038Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:56:24.7703248Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:56:24.7703515Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nuclei/official
2025-08-20T21:56:24.7703792Z   KEEP_LOGS: YES
2025-08-20T21:56:24.7703960Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:56:24.7704145Z   PKG_FAMILY_LOCAL: nuclei
2025-08-20T21:56:24.7704336Z   SBUILD_REBUILD: false
2025-08-20T21:56:24.7704834Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T21:56:24.7705367Z   BUILD_SYS: docker://go
2025-08-20T21:56:24.7705552Z   BUILD_ON_HOST: FALSE
2025-08-20T21:56:24.7705727Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:56:24.7705904Z   SYSTMP: /tmp
2025-08-20T21:56:24.7706062Z   GHA_MODE: MATRIX
2025-08-20T21:56:24.7706460Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:56:24.7706944Z   INPUT_SBUILD: /tmp/pkgforge/QPTY9zkuk_build.yaml
2025-08-20T21:56:24.7707243Z   BUILD_DIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml
2025-08-20T21:56:24.7707903Z   SBUILD_OUTDIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR
2025-08-20T21:56:24.7708371Z   SBUILD_TMPDIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:56:24.7708722Z   PKG_TYPE: static
2025-08-20T21:56:24.7708893Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:56:24.7709095Z   SBUILD_PKGVER: HEAD-b4644af-250820T052823
2025-08-20T21:56:24.7709448Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108612079
2025-08-20T21:56:24.7709782Z   BUILD_ID: 17108612079
2025-08-20T21:56:24.7709954Z   PKG_NAME: nuclei
2025-08-20T21:56:24.7710128Z   PKG_DATE: 2025-08-20T21:55:46Z
2025-08-20T21:56:24.7710352Z   PKG_VERSION: HEAD-b4644af-250820T052823
2025-08-20T21:56:24.7710588Z   PKG_VERSION_UPSTREAM: 3.4.7
2025-08-20T21:56:24.7710866Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/nuclei/official/nuclei
2025-08-20T21:56:24.7711197Z   GHCRPKG_TAG: HEAD-b4644af-250820T052823-aarch64-linux
2025-08-20T21:56:24.7711610Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/nuclei/official/nuclei
2025-08-20T21:56:24.7712278Z   PKG_SRCURL: https://github.com/projectdiscovery/nuclei
2025-08-20T21:56:24.7712545Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:56:24.7712795Z   GHCRPKG_TAG_SRCBUILD: HEAD-b4644af-250820T052823-aarch64-linux
2025-08-20T21:56:24.7713251Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nuclei/official/nuclei-srcbuild-17108612079
2025-08-20T21:56:24.7713631Z ##[endgroup]
2025-08-20T21:56:24.7847270Z ##[group]Run actions/upload-artifact@v4
2025-08-20T21:56:24.7847815Z with:
2025-08-20T21:56:24.7847996Z   name: Bincache_nuclei_aarch64-Linux
2025-08-20T21:56:24.7848274Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T21:56:24.7848524Z   compression-level: 0
2025-08-20T21:56:24.7848705Z   retention-days: 30
2025-08-20T21:56:24.7848878Z   overwrite: true
2025-08-20T21:56:24.7849050Z   if-no-files-found: warn
2025-08-20T21:56:24.7849247Z   include-hidden-files: false
2025-08-20T21:56:24.7849441Z env:
2025-08-20T21:56:24.7849587Z   CROSS_COMPILING: NO
2025-08-20T21:56:24.7849770Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:56:24.7849982Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:56:24.7850175Z   ON_QEMU: NO
2025-08-20T21:56:24.7850346Z   DEBUG: 0
2025-08-20T21:56:24.7850504Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:56:24.7850713Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:56:24.7850971Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nuclei/official
2025-08-20T21:56:24.7851282Z   KEEP_LOGS: YES
2025-08-20T21:56:24.7851456Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:56:24.7851649Z   PKG_FAMILY_LOCAL: nuclei
2025-08-20T21:56:24.7852104Z   SBUILD_REBUILD: false
2025-08-20T21:56:24.7852599Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T21:56:24.7853127Z   BUILD_SYS: docker://go
2025-08-20T21:56:24.7853312Z   BUILD_ON_HOST: FALSE
2025-08-20T21:56:24.7853486Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:56:24.7853659Z   SYSTMP: /tmp
2025-08-20T21:56:24.7853817Z   GHA_MODE: MATRIX
2025-08-20T21:56:24.7854215Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:56:24.7854698Z   INPUT_SBUILD: /tmp/pkgforge/QPTY9zkuk_build.yaml
2025-08-20T21:56:24.7854990Z   BUILD_DIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml
2025-08-20T21:56:24.7855345Z   SBUILD_OUTDIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR
2025-08-20T21:56:24.7855799Z   SBUILD_TMPDIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:56:24.7856160Z   PKG_TYPE: static
2025-08-20T21:56:24.7856330Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:56:24.7856538Z   SBUILD_PKGVER: HEAD-b4644af-250820T052823
2025-08-20T21:56:24.7856888Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108612079
2025-08-20T21:56:24.7857220Z   BUILD_ID: 17108612079
2025-08-20T21:56:24.7857579Z   PKG_NAME: nuclei
2025-08-20T21:56:24.7857761Z   PKG_DATE: 2025-08-20T21:55:46Z
2025-08-20T21:56:24.7857978Z   PKG_VERSION: HEAD-b4644af-250820T052823
2025-08-20T21:56:24.7858217Z   PKG_VERSION_UPSTREAM: 3.4.7
2025-08-20T21:56:24.7858488Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/nuclei/official/nuclei
2025-08-20T21:56:24.7858823Z   GHCRPKG_TAG: HEAD-b4644af-250820T052823-aarch64-linux
2025-08-20T21:56:24.7859237Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/nuclei/official/nuclei
2025-08-20T21:56:24.7859673Z   PKG_SRCURL: https://github.com/projectdiscovery/nuclei
2025-08-20T21:56:24.7859944Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:56:24.7860198Z   GHCRPKG_TAG_SRCBUILD: HEAD-b4644af-250820T052823-aarch64-linux
2025-08-20T21:56:24.7860652Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nuclei/official/nuclei-srcbuild-17108612079
2025-08-20T21:56:24.7861046Z   UTC_TIME: 2025_08_20T09_56_24_PM
2025-08-20T21:56:24.7861248Z ##[endgroup]
2025-08-20T21:56:25.4813832Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T21:56:25.4819566Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T21:56:25.4820778Z With the provided path, there will be 2 files uploaded
2025-08-20T21:56:25.7558979Z Artifact name is valid!
2025-08-20T21:56:25.7562897Z Root directory input is valid!
2025-08-20T21:56:25.8561625Z Beginning upload of artifact content to blob storage
2025-08-20T21:56:26.6028504Z Uploaded bytes 8388608
2025-08-20T21:56:26.6121585Z Uploaded bytes 16777216
2025-08-20T21:56:26.7919613Z Uploaded bytes 25165824
2025-08-20T21:56:26.7999874Z Uploaded bytes 33554432
2025-08-20T21:56:26.8076256Z Uploaded bytes 41943040
2025-08-20T21:56:26.8734900Z Uploaded bytes 50331648
2025-08-20T21:56:27.0108579Z Uploaded bytes 58720256
2025-08-20T21:56:27.0711701Z Uploaded bytes 67108864
2025-08-20T21:56:27.0880974Z Uploaded bytes 75497472
2025-08-20T21:56:27.0887554Z Uploaded bytes 83886080
2025-08-20T21:56:27.2424855Z Uploaded bytes 92274688
2025-08-20T21:56:27.4178976Z Uploaded bytes 96030314
2025-08-20T21:56:27.4705904Z Finished uploading artifact content to blob storage!
2025-08-20T21:56:27.4718035Z SHA256 digest of uploaded artifact zip is 60301612f1520c61ab94c28a001e5bf24dc7c4f8eb2d1ad4c043d303a121b99c
2025-08-20T21:56:27.4718490Z Finalizing artifact upload
2025-08-20T21:56:27.5744038Z Artifact Bincache_nuclei_aarch64-Linux.zip successfully finalized. Artifact ID 3813595628
2025-08-20T21:56:27.5744745Z Artifact Bincache_nuclei_aarch64-Linux has been successfully uploaded! Final size is 96030314 bytes. Artifact ID is 3813595628
2025-08-20T21:56:27.5761088Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108612079/artifacts/3813595628
2025-08-20T21:56:27.6055134Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T21:56:27.6055444Z with:
2025-08-20T21:56:27.6055720Z   subject-name: nuclei-17108612079-HEAD-b4644af-250820T052823-aarch64-linux
2025-08-20T21:56:27.6056519Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:56:27.6057221Z   show-summary: true
2025-08-20T21:56:27.6057604Z   push-to-registry: false
2025-08-20T21:56:27.6057972Z   github-token: ***
2025-08-20T21:56:27.6058143Z env:
2025-08-20T21:56:27.6058295Z   CROSS_COMPILING: NO
2025-08-20T21:56:27.6058483Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:56:27.6058695Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:56:27.6058894Z   ON_QEMU: NO
2025-08-20T21:56:27.6059048Z   DEBUG: 0
2025-08-20T21:56:27.6059215Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:56:27.6059437Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:56:27.6059738Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nuclei/official
2025-08-20T21:56:27.6060019Z   KEEP_LOGS: YES
2025-08-20T21:56:27.6060191Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:56:27.6060386Z   PKG_FAMILY_LOCAL: nuclei
2025-08-20T21:56:27.6060581Z   SBUILD_REBUILD: false
2025-08-20T21:56:27.6061080Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T21:56:27.6061622Z   BUILD_SYS: docker://go
2025-08-20T21:56:27.6061815Z   BUILD_ON_HOST: FALSE
2025-08-20T21:56:27.6061995Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:56:27.6062175Z   SYSTMP: /tmp
2025-08-20T21:56:27.6062340Z   GHA_MODE: MATRIX
2025-08-20T21:56:27.6062741Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:56:27.6063232Z   INPUT_SBUILD: /tmp/pkgforge/QPTY9zkuk_build.yaml
2025-08-20T21:56:27.6063536Z   BUILD_DIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml
2025-08-20T21:56:27.6063904Z   SBUILD_OUTDIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR
2025-08-20T21:56:27.6064362Z   SBUILD_TMPDIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:56:27.6064722Z   PKG_TYPE: static
2025-08-20T21:56:27.6064898Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:56:27.6065111Z   SBUILD_PKGVER: HEAD-b4644af-250820T052823
2025-08-20T21:56:27.6065468Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108612079
2025-08-20T21:56:27.6066093Z   BUILD_ID: 17108612079
2025-08-20T21:56:27.6066273Z   PKG_NAME: nuclei
2025-08-20T21:56:27.6066448Z   PKG_DATE: 2025-08-20T21:55:46Z
2025-08-20T21:56:27.6066672Z   PKG_VERSION: HEAD-b4644af-250820T052823
2025-08-20T21:56:27.6066909Z   PKG_VERSION_UPSTREAM: 3.4.7
2025-08-20T21:56:27.6067188Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/nuclei/official/nuclei
2025-08-20T21:56:27.6067802Z   GHCRPKG_TAG: HEAD-b4644af-250820T052823-aarch64-linux
2025-08-20T21:56:27.6068245Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/nuclei/official/nuclei
2025-08-20T21:56:27.6068686Z   PKG_SRCURL: https://github.com/projectdiscovery/nuclei
2025-08-20T21:56:27.6068963Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:56:27.6069221Z   GHCRPKG_TAG_SRCBUILD: HEAD-b4644af-250820T052823-aarch64-linux
2025-08-20T21:56:27.6069682Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nuclei/official/nuclei-srcbuild-17108612079
2025-08-20T21:56:27.6070082Z   UTC_TIME: 2025_08_20T09_56_24_PM
2025-08-20T21:56:27.6070287Z ##[endgroup]
2025-08-20T21:56:27.6147874Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T21:56:27.6148287Z env:
2025-08-20T21:56:27.6148444Z   CROSS_COMPILING: NO
2025-08-20T21:56:27.6148637Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:56:27.6148850Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:56:27.6149050Z   ON_QEMU: NO
2025-08-20T21:56:27.6149203Z   DEBUG: 0
2025-08-20T21:56:27.6149594Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:56:27.6149970Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:56:27.6150247Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nuclei/official
2025-08-20T21:56:27.6150530Z   KEEP_LOGS: YES
2025-08-20T21:56:27.6150699Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:56:27.6150894Z   PKG_FAMILY_LOCAL: nuclei
2025-08-20T21:56:27.6151089Z   SBUILD_REBUILD: false
2025-08-20T21:56:27.6151588Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T21:56:27.6152123Z   BUILD_SYS: docker://go
2025-08-20T21:56:27.6152311Z   BUILD_ON_HOST: FALSE
2025-08-20T21:56:27.6152490Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:56:27.6152665Z   SYSTMP: /tmp
2025-08-20T21:56:27.6152828Z   GHA_MODE: MATRIX
2025-08-20T21:56:27.6153228Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:56:27.6153715Z   INPUT_SBUILD: /tmp/pkgforge/QPTY9zkuk_build.yaml
2025-08-20T21:56:27.6154031Z   BUILD_DIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml
2025-08-20T21:56:27.6154391Z   SBUILD_OUTDIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR
2025-08-20T21:56:27.6154848Z   SBUILD_TMPDIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:56:27.6155206Z   PKG_TYPE: static
2025-08-20T21:56:27.6155383Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:56:27.6155592Z   SBUILD_PKGVER: HEAD-b4644af-250820T052823
2025-08-20T21:56:27.6155952Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108612079
2025-08-20T21:56:27.6156295Z   BUILD_ID: 17108612079
2025-08-20T21:56:27.6156472Z   PKG_NAME: nuclei
2025-08-20T21:56:27.6156650Z   PKG_DATE: 2025-08-20T21:55:46Z
2025-08-20T21:56:27.6156872Z   PKG_VERSION: HEAD-b4644af-250820T052823
2025-08-20T21:56:27.6157114Z   PKG_VERSION_UPSTREAM: 3.4.7
2025-08-20T21:56:27.6157682Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/nuclei/official/nuclei
2025-08-20T21:56:27.6158048Z   GHCRPKG_TAG: HEAD-b4644af-250820T052823-aarch64-linux
2025-08-20T21:56:27.6158479Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/nuclei/official/nuclei
2025-08-20T21:56:27.6158919Z   PKG_SRCURL: https://github.com/projectdiscovery/nuclei
2025-08-20T21:56:27.6159193Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:56:27.6159448Z   GHCRPKG_TAG_SRCBUILD: HEAD-b4644af-250820T052823-aarch64-linux
2025-08-20T21:56:27.6159910Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nuclei/official/nuclei-srcbuild-17108612079
2025-08-20T21:56:27.6160517Z   UTC_TIME: 2025_08_20T09_56_24_PM
2025-08-20T21:56:27.6160723Z ##[endgroup]
2025-08-20T21:56:28.1770588Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T21:56:28.1770908Z with:
2025-08-20T21:56:28.1771534Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:56:28.1772366Z   subject-name: nuclei-17108612079-HEAD-b4644af-250820T052823-aarch64-linux
2025-08-20T21:56:28.1772758Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T21:56:28.1775280Z   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/17108612079/attempts/1"}}}
2025-08-20T21:56:28.1778119Z   push-to-registry: false
2025-08-20T21:56:28.1778488Z   show-summary: true
2025-08-20T21:56:28.1778915Z   github-token: ***
2025-08-20T21:56:28.1779093Z env:
2025-08-20T21:56:28.1779247Z   CROSS_COMPILING: NO
2025-08-20T21:56:28.1779442Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:56:28.1779658Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:56:28.1779862Z   ON_QEMU: NO
2025-08-20T21:56:28.1780018Z   DEBUG: 0
2025-08-20T21:56:28.1780180Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:56:28.1780405Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:56:28.1780673Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nuclei/official
2025-08-20T21:56:28.1780948Z   KEEP_LOGS: YES
2025-08-20T21:56:28.1781120Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:56:28.1781317Z   PKG_FAMILY_LOCAL: nuclei
2025-08-20T21:56:28.1781518Z   SBUILD_REBUILD: false
2025-08-20T21:56:28.1782014Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T21:56:28.1782557Z   BUILD_SYS: docker://go
2025-08-20T21:56:28.1782757Z   BUILD_ON_HOST: FALSE
2025-08-20T21:56:28.1782942Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:56:28.1783123Z   SYSTMP: /tmp
2025-08-20T21:56:28.1783290Z   GHA_MODE: MATRIX
2025-08-20T21:56:28.1783697Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:56:28.1784193Z   INPUT_SBUILD: /tmp/pkgforge/QPTY9zkuk_build.yaml
2025-08-20T21:56:28.1784498Z   BUILD_DIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml
2025-08-20T21:56:28.1784867Z   SBUILD_OUTDIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR
2025-08-20T21:56:28.1785332Z   SBUILD_TMPDIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:56:28.1785690Z   PKG_TYPE: static
2025-08-20T21:56:28.1785872Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:56:28.1786091Z   SBUILD_PKGVER: HEAD-b4644af-250820T052823
2025-08-20T21:56:28.1786453Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108612079
2025-08-20T21:56:28.1786811Z   BUILD_ID: 17108612079
2025-08-20T21:56:28.1786994Z   PKG_NAME: nuclei
2025-08-20T21:56:28.1787172Z   PKG_DATE: 2025-08-20T21:55:46Z
2025-08-20T21:56:28.1787583Z   PKG_VERSION: HEAD-b4644af-250820T052823
2025-08-20T21:56:28.1787842Z   PKG_VERSION_UPSTREAM: 3.4.7
2025-08-20T21:56:28.1788127Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/nuclei/official/nuclei
2025-08-20T21:56:28.1788466Z   GHCRPKG_TAG: HEAD-b4644af-250820T052823-aarch64-linux
2025-08-20T21:56:28.1789064Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/nuclei/official/nuclei
2025-08-20T21:56:28.1789505Z   PKG_SRCURL: https://github.com/projectdiscovery/nuclei
2025-08-20T21:56:28.1789783Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:56:28.1790043Z   GHCRPKG_TAG_SRCBUILD: HEAD-b4644af-250820T052823-aarch64-linux
2025-08-20T21:56:28.1790508Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nuclei/official/nuclei-srcbuild-17108612079
2025-08-20T21:56:28.1790906Z   UTC_TIME: 2025_08_20T09_56_24_PM
2025-08-20T21:56:28.1791115Z ##[endgroup]
2025-08-20T21:56:29.9516837Z Attestation created for 18 subjects
2025-08-20T21:56:29.9521033Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T21:56:29.9521503Z -----BEGIN CERTIFICATE-----
2025-08-20T21:56:29.9521844Z MIIG7jCCBnSgAwIBAgIUPqru3iv1BEUJ4TB5gvAiCucuT+IwCgYIKoZIzj0EAwMw
2025-08-20T21:56:29.9522308Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T21:56:29.9522788Z cm1lZGlhdGUwHhcNMjUwODIwMjE1NjI5WhcNMjUwODIwMjIwNjI5WjAAMFkwEwYH
2025-08-20T21:56:29.9523245Z KoZIzj0CAQYIKoZIzj0DAQcDQgAENb1Ah2zrWHDt0FInuVORRCDq01nkiBTzddpf
2025-08-20T21:56:29.9523685Z s8C6zdYwnWXLfxKPF12vDQppSSjDE900agSEI/Uhm6AzUiEMgqOCBZMwggWPMA4G
2025-08-20T21:56:29.9524122Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUunwC
2025-08-20T21:56:29.9524575Z zcrvmlw9uzFPy2yJblfFrpIwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T21:56:29.9525012Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T21:56:29.9525916Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T21:56:29.9526378Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T21:56:29.9526813Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T21:56:29.9527241Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T21:56:29.9527805Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T21:56:29.9528269Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T21:56:29.9528730Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T21:56:29.9529187Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T21:56:29.9529623Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T21:56:29.9530068Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T21:56:29.9530521Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T21:56:29.9530974Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T21:56:29.9531419Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T21:56:29.9531879Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T21:56:29.9532340Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T21:56:29.9532794Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T21:56:29.9533252Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T21:56:29.9533699Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T21:56:29.9534149Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T21:56:29.9534599Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T21:56:29.9535060Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T21:56:29.9535526Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T21:56:29.9535983Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4NjEyMDc5L2F0
2025-08-20T21:56:29.9536438Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T21:56:29.9536903Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJe8ce
2025-08-20T21:56:29.9537505Z AAAEAwBGMEQCIAehI6+iHPe2DBzjW9rGQHw3SqXxU0L8Qhwc9DH2R9PPAiArHJ3c
2025-08-20T21:56:29.9537973Z 8uI1dWpHvIuO5qh+u0soseKJGrDn6Y7BqYEvLjAKBggqhkjOPQQDAwNoADBlAjEA
2025-08-20T21:56:29.9538633Z piek761KR+cf7iYOTXKEIuE6yog16mEeU8ER4mCcjXS0OdfGSsmETveM82lD8jW1
2025-08-20T21:56:29.9539082Z AjA/nY/IJDKyKrp3SKvSojEZX4qD7DIM+kuTX6QwgTcZFlQGoIis4lOeDw0Uyu44
2025-08-20T21:56:29.9539401Z 5oI=
2025-08-20T21:56:29.9539556Z -----END CERTIFICATE-----
2025-08-20T21:56:29.9539690Z 
2025-08-20T21:56:29.9540174Z ##[endgroup]
2025-08-20T21:56:29.9540624Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T21:56:29.9541020Z https://search.sigstore.dev?logIndex=414473643
2025-08-20T21:56:29.9541362Z [36mAttestation uploaded to repository[39m
2025-08-20T21:56:29.9541668Z https://github.com/pkgforge/bincache/attestations/9874881
2025-08-20T21:56:30.0532413Z ##[group]Run ##Presets
2025-08-20T21:56:30.0532674Z [36;1m##Presets[0m
2025-08-20T21:56:30.0532855Z [36;1mset +x ; set +e[0m
2025-08-20T21:56:30.0533046Z [36;1m#-------------#[0m
2025-08-20T21:56:30.0533232Z [36;1m##Debug?[0m
2025-08-20T21:56:30.0533458Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:56:30.0533743Z [36;1m  set -x[0m
2025-08-20T21:56:30.0533918Z [36;1mfi[0m
2025-08-20T21:56:30.0534076Z [36;1m#-------------#[0m
2025-08-20T21:56:30.0534360Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:56:30.0534850Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/nuclei/official"[0m
2025-08-20T21:56:30.0535231Z [36;1m exit 1[0m
2025-08-20T21:56:30.0535402Z [36;1mfi[0m
2025-08-20T21:56:30.0566351Z shell: /usr/bin/bash -e {0}
2025-08-20T21:56:30.0566564Z env:
2025-08-20T21:56:30.0566726Z   CROSS_COMPILING: NO
2025-08-20T21:56:30.0566971Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:56:30.0567189Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:56:30.0567676Z   ON_QEMU: NO
2025-08-20T21:56:30.0567847Z   DEBUG: 0
2025-08-20T21:56:30.0568012Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:56:30.0568230Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:56:30.0568500Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nuclei/official
2025-08-20T21:56:30.0568789Z   KEEP_LOGS: YES
2025-08-20T21:56:30.0568961Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:56:30.0569155Z   PKG_FAMILY_LOCAL: nuclei
2025-08-20T21:56:30.0569350Z   SBUILD_REBUILD: false
2025-08-20T21:56:30.0569855Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T21:56:30.0570391Z   BUILD_SYS: docker://go
2025-08-20T21:56:30.0570588Z   BUILD_ON_HOST: FALSE
2025-08-20T21:56:30.0570784Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:56:30.0570968Z   SYSTMP: /tmp
2025-08-20T21:56:30.0571132Z   GHA_MODE: MATRIX
2025-08-20T21:56:30.0571544Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:56:30.0572037Z   INPUT_SBUILD: /tmp/pkgforge/QPTY9zkuk_build.yaml
2025-08-20T21:56:30.0572342Z   BUILD_DIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml
2025-08-20T21:56:30.0572710Z   SBUILD_OUTDIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR
2025-08-20T21:56:30.0573174Z   SBUILD_TMPDIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:56:30.0573536Z   PKG_TYPE: static
2025-08-20T21:56:30.0573715Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:56:30.0573928Z   SBUILD_PKGVER: HEAD-b4644af-250820T052823
2025-08-20T21:56:30.0574286Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108612079
2025-08-20T21:56:30.0574666Z   BUILD_ID: 17108612079
2025-08-20T21:56:30.0574850Z   PKG_NAME: nuclei
2025-08-20T21:56:30.0575029Z   PKG_DATE: 2025-08-20T21:55:46Z
2025-08-20T21:56:30.0575257Z   PKG_VERSION: HEAD-b4644af-250820T052823
2025-08-20T21:56:30.0575503Z   PKG_VERSION_UPSTREAM: 3.4.7
2025-08-20T21:56:30.0575783Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/nuclei/official/nuclei
2025-08-20T21:56:30.0576123Z   GHCRPKG_TAG: HEAD-b4644af-250820T052823-aarch64-linux
2025-08-20T21:56:30.0576544Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/nuclei/official/nuclei
2025-08-20T21:56:30.0577258Z   PKG_SRCURL: https://github.com/projectdiscovery/nuclei
2025-08-20T21:56:30.0577801Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:56:30.0578065Z   GHCRPKG_TAG_SRCBUILD: HEAD-b4644af-250820T052823-aarch64-linux
2025-08-20T21:56:30.0578527Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nuclei/official/nuclei-srcbuild-17108612079
2025-08-20T21:56:30.0578928Z   UTC_TIME: 2025_08_20T09_56_24_PM
2025-08-20T21:56:30.0579132Z ##[endgroup]
2025-08-20T21:56:30.0648944Z ##[group]Run ##Presets
2025-08-20T21:56:30.0649189Z [36;1m##Presets[0m
2025-08-20T21:56:30.0649371Z [36;1mset +x ; set +e[0m
2025-08-20T21:56:30.0649563Z [36;1m#-------------#[0m
2025-08-20T21:56:30.0649748Z [36;1m##Debug?[0m
2025-08-20T21:56:30.0649969Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:56:30.0650243Z [36;1m  set -x[0m
2025-08-20T21:56:30.0650410Z [36;1mfi[0m
2025-08-20T21:56:30.0650573Z [36;1m#-------------#[0m
2025-08-20T21:56:30.0650804Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:56:30.0651223Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/nuclei/official"[0m
2025-08-20T21:56:30.0651608Z [36;1m exit 1[0m
2025-08-20T21:56:30.0651768Z [36;1mfi[0m
2025-08-20T21:56:30.0679382Z shell: /usr/bin/bash -e {0}
2025-08-20T21:56:30.0679590Z env:
2025-08-20T21:56:30.0679758Z   CROSS_COMPILING: NO
2025-08-20T21:56:30.0680001Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:56:30.0680385Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:56:30.0680587Z   ON_QEMU: NO
2025-08-20T21:56:30.0680742Z   DEBUG: 0
2025-08-20T21:56:30.0680907Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:56:30.0681123Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:56:30.0681390Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nuclei/official
2025-08-20T21:56:30.0681670Z   KEEP_LOGS: YES
2025-08-20T21:56:30.0681845Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:56:30.0682050Z   PKG_FAMILY_LOCAL: nuclei
2025-08-20T21:56:30.0682253Z   SBUILD_REBUILD: false
2025-08-20T21:56:30.0682763Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T21:56:30.0683299Z   BUILD_SYS: docker://go
2025-08-20T21:56:30.0683492Z   BUILD_ON_HOST: FALSE
2025-08-20T21:56:30.0683677Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:56:30.0683858Z   SYSTMP: /tmp
2025-08-20T21:56:30.0684027Z   GHA_MODE: MATRIX
2025-08-20T21:56:30.0684435Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:56:30.0684925Z   INPUT_SBUILD: /tmp/pkgforge/QPTY9zkuk_build.yaml
2025-08-20T21:56:30.0685227Z   BUILD_DIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml
2025-08-20T21:56:30.0685589Z   SBUILD_OUTDIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR
2025-08-20T21:56:30.0686051Z   SBUILD_TMPDIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:56:30.0686420Z   PKG_TYPE: static
2025-08-20T21:56:30.0686603Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:56:30.0686818Z   SBUILD_PKGVER: HEAD-b4644af-250820T052823
2025-08-20T21:56:30.0687178Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108612079
2025-08-20T21:56:30.0687734Z   BUILD_ID: 17108612079
2025-08-20T21:56:30.0687917Z   PKG_NAME: nuclei
2025-08-20T21:56:30.0688099Z   PKG_DATE: 2025-08-20T21:55:46Z
2025-08-20T21:56:30.0688326Z   PKG_VERSION: HEAD-b4644af-250820T052823
2025-08-20T21:56:30.0688579Z   PKG_VERSION_UPSTREAM: 3.4.7
2025-08-20T21:56:30.0688860Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/nuclei/official/nuclei
2025-08-20T21:56:30.0689202Z   GHCRPKG_TAG: HEAD-b4644af-250820T052823-aarch64-linux
2025-08-20T21:56:30.0689621Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/nuclei/official/nuclei
2025-08-20T21:56:30.0690061Z   PKG_SRCURL: https://github.com/projectdiscovery/nuclei
2025-08-20T21:56:30.0690338Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:56:30.0690604Z   GHCRPKG_TAG_SRCBUILD: HEAD-b4644af-250820T052823-aarch64-linux
2025-08-20T21:56:30.0691343Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nuclei/official/nuclei-srcbuild-17108612079
2025-08-20T21:56:30.0691744Z   UTC_TIME: 2025_08_20T09_56_24_PM
2025-08-20T21:56:30.0691956Z ##[endgroup]
2025-08-20T21:56:30.0760719Z ##[group]Run ##Presets
2025-08-20T21:56:30.0761007Z [36;1m##Presets[0m
2025-08-20T21:56:30.0761196Z [36;1mset +x ; set +e[0m
2025-08-20T21:56:30.0761389Z [36;1m#-------------#[0m
2025-08-20T21:56:30.0761586Z [36;1m##Debug?[0m
2025-08-20T21:56:30.0761807Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:56:30.0762082Z [36;1m  set -x[0m
2025-08-20T21:56:30.0762249Z [36;1mfi[0m
2025-08-20T21:56:30.0762407Z [36;1m#-------------#[0m
2025-08-20T21:56:30.0762728Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:56:30.0763099Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T21:56:30.0763385Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:56:30.0763634Z [36;1mfi[0m
2025-08-20T21:56:30.0791059Z shell: /usr/bin/bash -e {0}
2025-08-20T21:56:30.0791278Z env:
2025-08-20T21:56:30.0791444Z   CROSS_COMPILING: NO
2025-08-20T21:56:30.0791707Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:56:30.0791928Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:56:30.0792131Z   ON_QEMU: NO
2025-08-20T21:56:30.0792292Z   DEBUG: 0
2025-08-20T21:56:30.0792454Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:56:30.0792893Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:56:30.0793167Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nuclei/official
2025-08-20T21:56:30.0793448Z   KEEP_LOGS: YES
2025-08-20T21:56:30.0793619Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:56:30.0793814Z   PKG_FAMILY_LOCAL: nuclei
2025-08-20T21:56:30.0794012Z   SBUILD_REBUILD: false
2025-08-20T21:56:30.0794517Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T21:56:30.0795062Z   BUILD_SYS: docker://go
2025-08-20T21:56:30.0795260Z   BUILD_ON_HOST: FALSE
2025-08-20T21:56:30.0795448Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:56:30.0795634Z   SYSTMP: /tmp
2025-08-20T21:56:30.0795801Z   GHA_MODE: MATRIX
2025-08-20T21:56:30.0796211Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:56:30.0796701Z   INPUT_SBUILD: /tmp/pkgforge/QPTY9zkuk_build.yaml
2025-08-20T21:56:30.0797009Z   BUILD_DIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml
2025-08-20T21:56:30.0797632Z   SBUILD_OUTDIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR
2025-08-20T21:56:30.0798109Z   SBUILD_TMPDIR: /tmp/pkgforge/K12n4B5_QPTY9zkuk_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:56:30.0798469Z   PKG_TYPE: static
2025-08-20T21:56:30.0798648Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:56:30.0798860Z   SBUILD_PKGVER: HEAD-b4644af-250820T052823
2025-08-20T21:56:30.0799223Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108612079
2025-08-20T21:56:30.0799571Z   BUILD_ID: 17108612079
2025-08-20T21:56:30.0799754Z   PKG_NAME: nuclei
2025-08-20T21:56:30.0799932Z   PKG_DATE: 2025-08-20T21:55:46Z
2025-08-20T21:56:30.0800162Z   PKG_VERSION: HEAD-b4644af-250820T052823
2025-08-20T21:56:30.0800406Z   PKG_VERSION_UPSTREAM: 3.4.7
2025-08-20T21:56:30.0800691Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/nuclei/official/nuclei
2025-08-20T21:56:30.0801036Z   GHCRPKG_TAG: HEAD-b4644af-250820T052823-aarch64-linux
2025-08-20T21:56:30.0801472Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/nuclei/official/nuclei
2025-08-20T21:56:30.0801922Z   PKG_SRCURL: https://github.com/projectdiscovery/nuclei
2025-08-20T21:56:30.0802202Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:56:30.0802460Z   GHCRPKG_TAG_SRCBUILD: HEAD-b4644af-250820T052823-aarch64-linux
2025-08-20T21:56:30.0802931Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nuclei/official/nuclei-srcbuild-17108612079
2025-08-20T21:56:30.0803628Z   UTC_TIME: 2025_08_20T09_56_24_PM
2025-08-20T21:56:30.0803838Z ##[endgroup]
2025-08-20T21:56:30.0860593Z EXITED
2025-08-20T21:56:30.0909587Z Cleaning up orphan processes
